/* =====================================================================
   strony-neural.css — warstwa wizualna dla landingu "Strony internetowe"
   -------------------------------------------------------------------
   Bazuje na ai-neural.css (ten plik ŁADUJEMY JAKO PIERWSZY w szablonie).
   Tu zawieramy wyłącznie rozszerzenia specyficzne dla tej strony:
     1. Delikatny palette-shift (akcenty: emerald + amber) scope .neural-page--strony
     2. Hero "Live Studio" — .webshow (przeglądarka + gauge + kody)
     3. Oferta, Realizacje-stats, Dlaczego my, Stack, Proces, Cennik
     4. About-local (lokalny copy), rozszerzony formularz (.ncontact--ext)
     5. Drobne poprawki booking scoped do tej strony
     6. Mobile tuning (≤980 / ≤720 / ≤480)
   ===================================================================== */


/* ---------------------------------------------------------------------
   0. PALETTE SHIFT  (scope: .neural-page--strony)
   ------------------------------------------------------------------ */
.neural-page--strony{
  /* dodajemy "stronowe" akcenty obok bazowego indigo/cyan */
  --stn-ink:       #0B1020;
  --stn-emerald:   #10B981;
  --stn-emerald-2: #34D399;
  --stn-amber:     #F59E0B;
  --stn-rose:      #F43F5E;

  --stn-grad-web:  linear-gradient(135deg,#4F46E5 0%,#6366F1 40%,#22D3EE 100%);
  --stn-grad-hot:  linear-gradient(135deg,#F59E0B 0%,#F43F5E 100%);
  --stn-grad-go:   linear-gradient(135deg,#10B981 0%,#22D3EE 100%);

  --stn-shadow-xl: 0 36px 70px -22px rgba(15,23,42,.22), 0 12px 26px -16px rgba(15,23,42,.12);
  --stn-shadow-lg: 0 22px 50px -20px rgba(15,23,42,.18), 0 8px 20px -12px rgba(15,23,42,.10);
  --stn-shadow-md: 0 12px 30px -14px rgba(15,23,42,.16);

  --stn-chip-bg:   rgba(16,185,129,.10);
  --stn-chip-ring: rgba(16,185,129,.28);
  --stn-chip-ink:  #047857;
}


/* ---------------------------------------------------------------------
   1. HERO — nhero--strony
       Live Studio: split (tekst | przeglądarka 1:1)
   ------------------------------------------------------------------ */
.nhero--strony{
  position:relative;
  padding:130px 0 110px;
  overflow:hidden;
}
.nhero--strony .nhero__inner{
  display:grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 80px);
  align-items:center;
}
.nhero--strony .nhero__bullets{
  list-style:none;
  padding:0;
  margin: 26px 0 34px;
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap: 10px 22px;
}
.nhero--strony .nhero__bullets li{
  display:flex; align-items:center; gap:10px;
  color:#fff;
  font-size:.94rem;
  letter-spacing:-.01em;
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
}
.nhero--strony .nhero__bullets i{
  width:22px; height:22px; flex:0 0 22px;
  display:grid; place-items:center;
  background: rgba(16,185,129,.22);
  color:#6EE7B7;
  border:1px solid rgba(110,231,183,.45);
  border-radius:50%;
  font-size:.68rem;
  text-shadow:none;
}
.nhero--strony .nhero__bullets strong{ color:#fff; font-weight:700; }

.nhero--strony .nhero__trust{
  margin-top:30px;
  display:flex; align-items:center; flex-wrap:wrap;
  gap:14px 18px;
  font-size:.9rem;
  color: rgba(255,255,255,.82);
}
.nhero--strony .nhero__trust-stars{ color:#FBBF24; letter-spacing:1px; display:flex; align-items:center; gap:6px; }
.nhero--strony .nhero__trust-score{ color:#fff; font-weight:700; margin-left:4px; }
.nhero--strony .nhero__trust-google{ display:inline-flex; align-items:center; gap:8px; color:#fff; }
.nhero--strony .nhero__trust-google strong{ color:#fff; }
.nhero--strony .nhero__trust-label{ color: rgba(255,255,255,.82); }
.nhero--strony .nhero__trust-label strong{ color:#fff; }
.nhero--strony .nhero__trust-sep{ opacity:.4; color:#fff; }


/* =====================================================================
   2. WEBSHOW — Live Studio  (przeglądarka + gauge + code cards)
   ===================================================================== */
.nhero--strony .nhero__right{ position:relative; min-height:560px; }

.webshow{
  position:relative;
  width:100%;
  aspect-ratio: 1 / 1;
  max-width:640px;
  margin-left:auto;
  display:grid; place-items:center;
}

/* ticks w narożnikach — detale */
.webshow__tick{
  position:absolute; width:14px; height:14px;
  border:1.5px solid rgba(99,102,241,.35);
  pointer-events:none; z-index:3;
}
.webshow__tick--tl{ top:-6px;  left:-6px;  border-right:0; border-bottom:0; }
.webshow__tick--tr{ top:-6px;  right:-6px; border-left:0;  border-bottom:0; }
.webshow__tick--bl{ bottom:-6px; left:-6px; border-right:0; border-top:0; }
.webshow__tick--br{ bottom:-6px; right:-6px; border-left:0;  border-top:0; }

/* BROWSER FRAME */
.webshow__frame{
  position:relative;
  width:min(100%, 580px);
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:18px;
  box-shadow:
    0 48px 90px -30px rgba(15,23,42,.28),
    0 18px 40px -18px rgba(15,23,42,.14),
    0 0 0 1px rgba(99,102,241,.05) inset;
  overflow:hidden;
  transform: perspective(1400px) rotateY(-4deg) rotateX(3deg);
  transform-origin:center;
  transition: transform .6s cubic-bezier(.22,1,.36,1);
  z-index:2;
}
.webshow__frame:hover{
  transform: perspective(1400px) rotateY(-1deg) rotateX(1deg) translateY(-4px);
}

/* BAR */
.webshow__bar{
  display:flex; align-items:center; gap:14px;
  padding:12px 14px;
  background:linear-gradient(180deg,#F8FAFC 0%,#F1F5F9 100%);
  border-bottom:1px solid rgba(15,23,42,.06);
}
.webshow__dots{ display:flex; gap:6px; flex:0 0 auto; }
.webshow__dot{ width:10px; height:10px; border-radius:50%; background:#E2E8F0; }
.webshow__dot--r{ background:#FF5F57; box-shadow:0 0 0 1px rgba(226,75,65,.25); }
.webshow__dot--y{ background:#FEBC2E; box-shadow:0 0 0 1px rgba(223,164,30,.25); }
.webshow__dot--g{ background:#28C840; box-shadow:0 0 0 1px rgba(27,163,52,.25); }

.webshow__url{
  flex:1 1 auto;
  display:flex; align-items:center; gap:8px;
  padding:7px 14px;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:999px;
  font: 500 .82rem/1 var(--font-body);
  color:var(--ink,#0B1020);
  letter-spacing:-.01em;
  min-width:0;
}
.webshow__url i{ color:var(--stn-emerald); font-size:.76rem; }
.webshow__url em{ color:var(--electric,#6366F1); font-style:normal; font-weight:500; }
.webshow__url span{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:inline-flex; gap:0; align-items:baseline; }
.webshow__url-path{ position:relative; }
.webshow__url-path::after{
  content:"";
  display:inline-block;
  width:1px; height:.88em;
  background:var(--electric,#6366F1);
  margin-left:1px;
  vertical-align:-2px;
  animation: stnCaret 1s steps(2) infinite;
}
@keyframes stnCaret{ 50%{opacity:0;} }

.webshow__devices{ display:flex; gap:4px; flex:0 0 auto; }
.webshow__device{
  width:28px; height:28px;
  display:grid; place-items:center;
  background:transparent;
  border:1px solid transparent;
  border-radius:8px;
  color:var(--muted-l,#475569);
  cursor:pointer;
  transition: color .2s, background .2s, border-color .2s;
  font-size:.82rem;
}
.webshow__device:hover{ color:var(--electric,#6366F1); background:rgba(99,102,241,.08); }
.webshow__device.is-active{
  color:var(--electric,#6366F1);
  background:rgba(99,102,241,.12);
  border-color:rgba(99,102,241,.22);
}

/* VIEW (content) */
.webshow__view{
  position:relative;
  background:linear-gradient(180deg,#F8FAFC 0%,#EEF2FF 100%);
  padding:28px 26px 34px;
  min-height:320px;
  transition: padding .5s cubic-bezier(.22,1,.36,1);
}
.webshow__view[data-dev="tablet"]{  padding:28px 80px 34px; }
.webshow__view[data-dev="mobile"]{  padding:28px 140px 34px; }

.webshow__site{ display:grid; gap:18px; }

/* Fakenav */
.fakenav{
  display:flex; align-items:center; justify-content:space-between;
  padding:4px 0 14px;
  border-bottom:1px solid rgba(15,23,42,.05);
}
.fakenav__logo{
  width:70px; height:14px; border-radius:4px;
  background:linear-gradient(90deg,#4F46E5,#22D3EE);
}
.fakenav__items{ display:flex; gap:14px; align-items:center; }
.fakenav__items > span{ width:32px; height:8px; border-radius:2px; background:rgba(15,23,42,.14); }
.fakenav__items > .fakenav__cta{ width:58px; height:22px; border-radius:999px; background:var(--stn-grad-web); }

/* Fakehero */
.fakehero{ display:grid; gap:8px; padding:12px 0; }
.fakehero__tag{
  width:96px; height:16px; border-radius:999px;
  background:rgba(16,185,129,.18);
}
.fakehero__h1{
  width:86%; height:18px; border-radius:4px;
  background:linear-gradient(90deg,#0B1020 0%,#334155 100%);
  margin-top:4px;
}
.fakehero__h1--s{ width:62%; background:linear-gradient(90deg,#334155 0%,#64748B 100%); }
.fakehero__p{ width:78%; height:9px; border-radius:3px; background:rgba(15,23,42,.12); margin-top:2px; }
.fakehero__p--s{ width:52%; }
.fakehero__btns{ display:flex; gap:10px; margin-top:10px; }
.fakehero__btn{
  width:86px; height:28px; border-radius:8px;
  background:var(--stn-grad-web);
  position:relative; overflow:hidden;
}
.fakehero__btn::after{
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(115deg, transparent 40%, rgba(255,255,255,.55) 50%, transparent 60%);
  transform:translateX(-120%);
  animation: stnShine 2.8s linear infinite;
}
.fakehero__btn--ghost{ background:transparent; border:1.5px solid rgba(15,23,42,.18); }
.fakehero__btn--ghost::after{ display:none; }
@keyframes stnShine{ to{ transform:translateX(120%); } }

/* Fakecards */
.fakecards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:6px;
}
.fakecard{
  background:#fff;
  border:1px solid rgba(15,23,42,.06);
  border-radius:10px;
  padding:12px;
  box-shadow: 0 6px 18px -12px rgba(15,23,42,.18);
  display:grid; gap:6px;
}
.fakecard__icon{
  width:22px; height:22px; border-radius:6px;
  background:var(--stn-grad-go);
  margin-bottom:2px;
}
.fakecards .fakecard:nth-child(2) .fakecard__icon{ background:var(--stn-grad-web); }
.fakecards .fakecard:nth-child(3) .fakecard__icon{ background:var(--stn-grad-hot); }
.fakecard__l{ width:80%; height:7px; background:rgba(15,23,42,.14); border-radius:2px; }
.fakecard__l--s{ width:52%; }

/* GAUGE (PageSpeed) — pływająca, dolny-prawy róg */
.webshow__gauge{
  position:absolute;
  right:-14px; bottom:-14px;
  width:140px; height:140px;
  background:#fff;
  border-radius:50%;
  box-shadow:
    0 28px 60px -22px rgba(15,23,42,.28),
    0 0 0 1px rgba(15,23,42,.06);
  display:grid; place-items:center;
  z-index:3;
  animation: stnFloat 6s ease-in-out infinite;
}
.webshow__gauge svg{
  position:absolute; inset:10px;
  width:calc(100% - 20px); height:calc(100% - 20px);
  transform: rotate(-90deg);
}
.webshow__gauge-track{
  fill:none; stroke:#E2E8F0; stroke-width:8;
}
.webshow__gauge-fill{
  fill:none;
  stroke:url(#stn-gauge-grad,#10B981);
  stroke:#10B981;                /* fallback */
  stroke-width:8;
  stroke-linecap:round;
  stroke-dasharray:100;
  stroke-dashoffset:100;
  transition: stroke-dashoffset 1.6s cubic-bezier(.22,1,.36,1);
}
.webshow__gauge.is-filled .webshow__gauge-fill{ stroke-dashoffset: 2; /* 98/100 */ }
.webshow__gauge-val{
  font: 700 1.85rem/1 var(--font-mono, monospace);
  color:#10B981;
  letter-spacing:-.03em;
}
.webshow__gauge-val em{ font-style:normal; }
.webshow__gauge-lbl{
  position:absolute; left:50%; bottom:22px;
  transform:translateX(-50%);
  font: 600 .62rem/1 var(--font-body);
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--muted-l,#475569);
}
@keyframes stnFloat{
  0%,100%{ transform:translateY(0); }
  50%{    transform:translateY(-8px); }
}

/* KPI row — pod przeglądarką */
.webshow__kpis{
  position:absolute;
  left:14px; bottom:-26px;
  display:flex; gap:6px;
  padding:8px 10px;
  background:#fff;
  border:1px solid rgba(15,23,42,.06);
  border-radius:14px;
  box-shadow: 0 22px 46px -22px rgba(15,23,42,.22);
  z-index:3;
}
.webshow__kpis > div{
  padding:4px 10px;
  display:grid; gap:2px;
  border-right:1px solid rgba(15,23,42,.06);
  min-width:66px;
  text-align:left;
}
.webshow__kpis > div:last-child{ border-right:0; }
.webshow__kpis strong{
  font: 700 .95rem/1 var(--font-mono, monospace);
  color:#10B981;
  letter-spacing:-.02em;
  display:inline-flex; align-items:baseline; gap:1px;
}
.webshow__kpis strong em{
  font-style:normal;
  font-size:.6rem;
  color:var(--muted-l,#475569);
  margin-left:2px;
}
.webshow__kpis > div > span{
  font: 600 .62rem/1 var(--font-body);
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--muted-l,#475569);
}

/* Drifting code cards */
.webshow__codecard{
  position:absolute;
  width:250px;
  background:#0B1020;
  color:#E2E8F0;
  border-radius:12px;
  box-shadow:
    0 28px 60px -20px rgba(11,16,32,.55),
    0 0 0 1px rgba(99,102,241,.12);
  padding:10px 12px 12px;
  font: 500 .68rem/1.6 var(--font-mono, ui-monospace, Menlo, monospace);
  overflow:hidden;
  animation: stnFloatX 7s ease-in-out infinite;
}
/* TL — WCHODZI POD ramkę przeglądarki (z-index:1 < frame:2) */
.webshow__codecard--tl{
  top:-28px; left:-22px;
  transform: rotate(-4deg);
  animation-delay:-2s;
  z-index:1;
  opacity:.92;
}
/* BR — nakłada się NA ramkę */
.webshow__codecard--br{
  bottom:-20px; right:-26px;
  transform: rotate(3.5deg);
  z-index:4;
}
.webshow__codehead{
  display:flex; align-items:center; gap:4px;
  padding-bottom:6px;
  margin-bottom:6px;
  border-bottom:1px solid rgba(148,163,184,.12);
  font: 600 .64rem/1 var(--font-body);
  color:#94A3B8;
}
.webshow__codedot{ width:7px; height:7px; border-radius:50%; background:#FF5F57; }
.webshow__codedot--y{ background:#FEBC2E; }
.webshow__codedot--g{ background:#28C840; }
.webshow__codehead em{
  font-style:normal;
  margin-left:auto;
  letter-spacing:.02em;
}
.webshow__code{
  margin:0;
  white-space:pre;
  font: 500 .7rem/1.6 var(--font-mono, ui-monospace, Menlo, monospace);
  color:#CBD5E1;
}
.webshow__code .c-tag{ color:#F472B6; }
.webshow__code .c-at{  color:#FDBA74; }
.webshow__code .c-str{ color:#86EFAC; }
.webshow__code .c-sel{ color:#22D3EE; }
.webshow__code .c-prop{ color:#A5B4FC; }
.webshow__code .c-val{ color:#FDE68A; }

@keyframes stnFloatX{
  0%,100%{ transform: rotate(-4deg) translateY(0); }
  50%{    transform: rotate(-4deg) translateY(-10px); }
}
.webshow__codecard--br{ animation-name: stnFloatX2; }
@keyframes stnFloatX2{
  0%,100%{ transform: rotate(3.5deg) translateY(0); }
  50%{    transform: rotate(3.5deg) translateY(10px); }
}


/* =====================================================================
   3. OFFER — .offer-grid / .offer-card
   ===================================================================== */
.neural-section--offer{ position:relative; z-index:1; }
.offer__bg{
  position:absolute; inset:0;
  width:100%; height:100%;
  opacity:.45;
  pointer-events:none;
  z-index:0;
}
.neural-section--offer > .container{ position:relative; z-index:1; }

.offer-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:24px;
  margin-top:56px;
}
.offer-card{
  position:relative;
  padding:34px 28px 28px;
  background:#fff;
  border:1px solid rgba(15,23,42,.06);
  border-radius:20px;
  box-shadow: var(--stn-shadow-md);
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s, border-color .3s;
  display:flex; flex-direction:column;
  overflow:hidden;
}
.offer-card::before{
  content:"";
  position:absolute; inset:0 0 auto 0;
  height:3px;
  background: var(--stn-grad-web);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .5s cubic-bezier(.22,1,.36,1);
}
.offer-card:hover{
  transform: translateY(-6px);
  box-shadow: var(--stn-shadow-xl);
  border-color: rgba(99,102,241,.22);
}
.offer-card:hover::before{ transform: scaleX(1); }

.offer-card__icon-wrap{
  position:relative;
  width:56px; height:56px;
  margin-bottom:22px;
}
.offer-card__icon{
  position:relative; z-index:2;
  width:100%; height:100%;
  display:grid; place-items:center;
  border-radius:16px;
  background: linear-gradient(135deg, rgba(99,102,241,.12), rgba(34,211,238,.12));
  color:var(--electric,#6366F1);
  font-size:1.35rem;
  border:1px solid rgba(99,102,241,.20);
}
.offer-card__glow{
  position:absolute; inset:-12px;
  background: radial-gradient(closest-side, rgba(99,102,241,.35), transparent 70%);
  filter: blur(14px);
  opacity:0;
  transition: opacity .35s;
}
.offer-card:hover .offer-card__glow{ opacity:1; }

.offer-card h3{
  font: 700 1.22rem/1.25 var(--font-display, inherit);
  letter-spacing:-.02em;
  color:#0B1020;
  margin:0 0 8px;
}
.offer-card > p{
  color:var(--ink-soft,#1E293B);
  font-size:.95rem;
  line-height:1.6;
  margin:0 0 16px;
}

.offer-card__features{
  list-style:none; padding:0; margin:0 0 20px;
  display:grid; gap:8px;
}
.offer-card__features li{
  display:flex; gap:10px; align-items:flex-start;
  font-size:.88rem;
  color:var(--muted-l,#475569);
}
.offer-card__features i{
  width:16px; height:16px; flex:0 0 16px; margin-top:2px;
  display:grid; place-items:center;
  color:#10B981; font-size:.64rem;
  background:rgba(16,185,129,.12); border-radius:50%;
}

.offer-card__price{
  margin-top:auto;
  padding-top:16px;
  border-top:1px dashed rgba(15,23,42,.08);
  color:var(--muted-l,#475569);
  font-size:.88rem;
}
.offer-card__price strong{
  display:inline;
  font: 700 1.28rem/1 var(--font-display,inherit);
  letter-spacing:-.02em;
  color:#0B1020;
  margin-left:4px;
}

/* Featured */
.offer-card--featured{
  background: linear-gradient(180deg,#fff 0%, #F5F3FF 100%);
  border-color: rgba(99,102,241,.32);
  box-shadow: 0 30px 60px -24px rgba(79,70,229,.30), var(--stn-shadow-md);
}
.offer-card--featured::before{ transform: scaleX(1); height:4px; }
.offer-card__badge{
  position:absolute; top:14px; right:14px;
  padding:5px 12px;
  font: 600 .7rem/1 var(--font-body);
  letter-spacing:.04em; text-transform:uppercase;
  color:#fff;
  background: var(--stn-grad-hot);
  border-radius:999px;
  display:inline-flex; align-items:center; gap:6px;
  box-shadow: 0 10px 24px -10px rgba(245,158,11,.55);
  z-index:2;
}
.offer-card__badge i{ font-size:.62rem; }
.offer-card--featured .offer-card__icon{
  background: var(--stn-grad-web);
  color:#fff;
  border-color: transparent;
}


/* =====================================================================
   4. REALIZACJE / STATS — .stats-grid + .stat-card (fallback bez PF)
   ===================================================================== */
.stats-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:22px;
  margin-top:56px;
}
.stat-card{
  position:relative;
  padding:28px 24px;
  background: rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  backdrop-filter: blur(6px);
  transition: transform .4s cubic-bezier(.22,1,.36,1), border-color .3s, background .3s;
  overflow:hidden;
}
.stat-card::after{
  content:"";
  position:absolute; inset:0;
  background: radial-gradient(600px circle at var(--x,50%) var(--y,50%), rgba(34,211,238,.12), transparent 40%);
  opacity:0;
  transition: opacity .4s;
  pointer-events:none;
}
.stat-card:hover{
  transform: translateY(-4px);
  border-color: rgba(34,211,238,.35);
  background: rgba(255,255,255,.06);
}
.stat-card:hover::after{ opacity:1; }
.stat-card__icon{
  width:44px; height:44px;
  display:grid; place-items:center;
  border-radius:12px;
  background: linear-gradient(135deg, rgba(99,102,241,.25), rgba(34,211,238,.25));
  color:#A5F3FC;
  font-size:1.1rem;
  margin-bottom:18px;
  border:1px solid rgba(255,255,255,.12);
}
.stat-card__num{
  font: 800 2.6rem/1 var(--font-display, inherit);
  letter-spacing:-.035em;
  color:#fff;
  margin-bottom:4px;
  background: linear-gradient(135deg,#fff 0%, #A5F3FC 100%);
  -webkit-background-clip:text; background-clip:text;
  -webkit-text-fill-color: transparent;
}
.stat-card__label{
  font: 600 .84rem/1 var(--font-body);
  letter-spacing:.02em;
  color:#C7D2FE;
  margin-bottom:8px;
}
.stat-card__desc{
  margin:0;
  font-size:.86rem; line-height:1.55;
  color:rgba(255,255,255,.65);
}


/* =====================================================================
   5. DLACZEGO MY — .why-grid / .why-item (LIGHT, 3x2)
   ===================================================================== */
.why-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:22px 28px;
  margin-top:56px;
}
.why-item{
  display:flex; gap:18px; align-items:flex-start;
  padding:24px 22px;
  background:#fff;
  border:1px solid rgba(15,23,42,.06);
  border-radius:16px;
  transition: transform .3s, box-shadow .3s, border-color .3s;
  box-shadow: var(--stn-shadow-md);
}
.why-item:hover{
  transform: translateY(-3px);
  border-color: rgba(99,102,241,.22);
  box-shadow: var(--stn-shadow-lg);
}
.why-item__icon{
  width:50px; height:50px; flex:0 0 50px;
  display:grid; place-items:center;
  background: var(--stn-grad-web);
  color:#fff;
  border-radius:14px;
  font-size:1.15rem;
  box-shadow: 0 10px 26px -12px rgba(99,102,241,.55);
}
.why-item:nth-child(2) .why-item__icon{ background: var(--stn-grad-go); box-shadow: 0 10px 26px -12px rgba(16,185,129,.55); }
.why-item:nth-child(3) .why-item__icon{ background: var(--stn-grad-hot); box-shadow: 0 10px 26px -12px rgba(245,158,11,.50); }
.why-item:nth-child(4) .why-item__icon{ background: linear-gradient(135deg,#4F46E5,#A78BFA); }
.why-item:nth-child(5) .why-item__icon{ background: linear-gradient(135deg,#22D3EE,#6366F1); }
.why-item:nth-child(6) .why-item__icon{ background: linear-gradient(135deg,#0B1020,#334155); }

.why-item__body h3{
  margin:0 0 6px;
  font: 700 1.08rem/1.25 var(--font-display, inherit);
  letter-spacing:-.015em;
  color:#0B1020;
}
.why-item__body p{
  margin:0;
  color:var(--muted-l,#475569);
  font-size:.92rem; line-height:1.6;
}


/* =====================================================================
   6. TECHSTACK — 3 kolumny z kaflami
   ===================================================================== */
.techstack{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:22px;
  margin-top:56px;
}
.techstack__col{
  padding:26px 22px;
  background: rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  backdrop-filter: blur(6px);
  transition: border-color .3s, background .3s;
}
.techstack__col:hover{
  border-color: rgba(34,211,238,.30);
  background: rgba(255,255,255,.05);
}
.techstack__h{
  display:flex; align-items:center; gap:10px;
  margin:0 0 20px;
  font: 700 1.08rem/1.2 var(--font-display,inherit);
  color:#fff;
  letter-spacing:-.015em;
}
.techstack__h i{
  width:32px; height:32px; display:grid; place-items:center;
  background: linear-gradient(135deg, rgba(99,102,241,.30), rgba(34,211,238,.30));
  color:#A5F3FC;
  border-radius:9px;
  font-size:.86rem;
  border:1px solid rgba(255,255,255,.12);
}
.techstack__items{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:10px;
}
.techtile{
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap:8px;
  padding:14px 8px;
  background: rgba(11,16,32,.35);
  border:1px solid rgba(255,255,255,.06);
  border-radius:12px;
  transition: transform .25s, border-color .25s, background .25s;
  text-align:center;
}
.techtile:hover{
  transform: translateY(-3px);
  border-color: rgba(34,211,238,.30);
  background: rgba(34,211,238,.08);
}
.techtile img{
  width:28px; height:28px;
  object-fit:contain;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,.35));
}
.techtile span{
  font: 600 .72rem/1 var(--font-body);
  color:rgba(255,255,255,.78);
  letter-spacing:.01em;
}


/* =====================================================================
   7. PRICING — .pricing-grid + .pricing-card + --popular
   ===================================================================== */
.neural-section--pricing{ position:relative; }

.pricing-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:24px;
  margin-top:56px;
  align-items:stretch;
}
.pricing-card{
  position:relative;
  padding:34px 30px 30px;
  background:#fff;
  border:1px solid rgba(15,23,42,.06);
  border-radius:22px;
  box-shadow: var(--stn-shadow-md);
  display:flex; flex-direction:column;
  transition: transform .4s cubic-bezier(.22,1,.36,1), box-shadow .4s;
}
.pricing-card:hover{ transform: translateY(-6px); box-shadow: var(--stn-shadow-xl); }

.pricing-card__head{
  padding-bottom:22px;
  margin-bottom:22px;
  border-bottom:1px dashed rgba(15,23,42,.1);
}
.pricing-card__head h3{
  margin:0 0 10px;
  font: 700 1.4rem/1.2 var(--font-display,inherit);
  letter-spacing:-.02em;
  color:#0B1020;
}
.pricing-card__price{
  font-size:.92rem;
  color:var(--muted-l,#475569);
  margin-bottom:6px;
}
.pricing-card__price strong{
  display:inline;
  font: 800 2.1rem/1 var(--font-display,inherit);
  letter-spacing:-.035em;
  color:#0B1020;
  margin-left:4px;
}
.pricing-card__head p{
  margin:0;
  font-size:.88rem;
  color:var(--muted-l,#475569);
}
.pricing-card__features{
  list-style:none; padding:0; margin:0 0 24px;
  display:grid; gap:10px;
}
.pricing-card__features li{
  display:flex; gap:10px; align-items:flex-start;
  font-size:.93rem;
  color:var(--ink-soft,#1E293B);
}
.pricing-card__features i{
  width:18px; height:18px; flex:0 0 18px; margin-top:2px;
  display:grid; place-items:center;
  color:#10B981; font-size:.66rem;
  background:rgba(16,185,129,.12); border-radius:50%;
}
.pricing-card__btn{
  margin-top:auto;
  display:inline-flex; align-items:center; justify-content:center;
  padding:15px 22px;
  font: 700 .95rem/1 var(--font-display,inherit);
  letter-spacing:-.01em;
  color:#0B1020;
  background:#fff;
  border:1.5px solid rgba(15,23,42,.12);
  border-radius:14px;
  text-decoration:none;
  transition: background .25s, color .25s, border-color .25s, transform .25s;
}
.pricing-card__btn:hover{
  background:#0B1020;
  color:#fff;
  border-color:#0B1020;
  transform: translateY(-2px);
}
.neural-page--strony .pricing-card__btn--primary,
.pricing-card__btn--primary{
  background: var(--stn-grad-web) !important;
  color:#fff !important;
  border-color:transparent !important;
  box-shadow: 0 16px 34px -14px rgba(99,102,241,.55);
}
.neural-page--strony .pricing-card__btn--primary:hover,
.pricing-card__btn--primary:hover{
  background: var(--stn-grad-web) !important;
  color:#fff !important;
  border-color:transparent !important;
  transform: translateY(-3px);
  box-shadow: 0 24px 48px -16px rgba(99,102,241,.70);
}
.neural-page--strony .pricing-card__btn--primary:visited{ color:#fff !important; }

/* Popular variant */
.pricing-card--popular{
  background: linear-gradient(180deg,#fff 0%, #EEF2FF 100%);
  border-color: rgba(99,102,241,.32);
  box-shadow: 0 36px 74px -28px rgba(79,70,229,.30), var(--stn-shadow-md);
  transform: translateY(-8px);
}
.pricing-card--popular:hover{ transform: translateY(-12px); }

.pricing-card--popular::before{
  content:"";
  position:absolute; inset:-1px;
  border-radius:22px;
  padding:1.5px;
  background: conic-gradient(from 0deg, #4F46E5, #22D3EE, #A78BFA, #4F46E5);
  -webkit-mask: linear-gradient(#000,#000) content-box, linear-gradient(#000,#000);
          mask: linear-gradient(#000,#000) content-box, linear-gradient(#000,#000);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events:none;
  opacity:.55;
  animation: stnRotate 8s linear infinite;
}
@keyframes stnRotate{ to{ filter: hue-rotate(60deg); } }

.pricing-card__badge{
  position:absolute; top:-14px; left:50%;
  transform: translateX(-50%);
  padding:7px 16px;
  font: 700 .72rem/1 var(--font-body);
  letter-spacing:.08em; text-transform:uppercase;
  color:#fff;
  background: var(--stn-grad-hot);
  border-radius:999px;
  display:inline-flex; align-items:center; gap:8px;
  box-shadow: 0 16px 30px -12px rgba(245,158,11,.65);
  z-index:3;
  white-space:nowrap;
}

.pricing__note{
  margin-top:32px; text-align:center;
  color:var(--muted-l,#475569);
  font-size:.92rem;
}
.pricing__note i{ color: var(--electric,#6366F1); margin-right:4px; }
.pricing__note a{ color: var(--electric,#6366F1); font-weight:600; text-decoration:none; border-bottom:1px solid currentColor; }
.pricing__note a:hover{ opacity:.75; }


/* =====================================================================
   8. ABOUT-LOCAL — tekst + foto z tickami
   ===================================================================== */
.about-local{
  display:grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items:start;     /* top-align — tekst jest długi, obraz pionowy */
}
.about-local__text .sec-head{ text-align:left; margin:0 0 22px; }
.about-local__text .sec-head__title{ margin:.2em 0 0; }
.about-local__text p{
  font-size: 1rem;
  line-height:1.75;
  color:var(--ink-soft,#1E293B);
  margin:0 0 14px;
}
.about-local__text p strong{ color:#0B1020; font-weight:700; }
.about-local__text p a{
  color:var(--electric,#6366F1);
  text-decoration:none;
  font-weight:600;
  border-bottom:1px solid currentColor;
}
.about-local__text p a:hover{ opacity:.75; }

/* image + badges wrapper — extra padding-bottom robi miejsce na badges */
.about-local__image{
  position:relative;
  padding-bottom: 56px; /* przestrzeń na badges wystające poza foto */
}

.about-local__frame{
  position:relative;
  border-radius:22px;
  overflow:hidden;
  box-shadow: var(--stn-shadow-xl);
  border:1px solid rgba(15,23,42,.06);
  transform: perspective(1400px) rotateY(2deg) rotateX(-1deg);
  transition: transform .5s cubic-bezier(.22,1,.36,1);
}
.about-local__frame:hover{ transform: perspective(1400px) rotateY(0) rotateX(0); }
.about-local__frame img{
  display:block;
  width:100%; height:auto;
  aspect-ratio: 4/5;    /* pionowe — bardziej portretowe */
  object-fit:cover;
  object-position: center top;
}

/* ticki — widoczne na jasnym i ciemnym tle — delikatny gradient ring */
.about-local__tick{
  position:absolute; width:20px; height:20px;
  pointer-events:none; z-index:2;
}
.about-local__tick::before,
.about-local__tick::after{
  content:"";
  position:absolute;
  background: linear-gradient(135deg,#4F46E5,#22D3EE);
}
.about-local__tick--tl{ top:12px; left:12px; }
.about-local__tick--tl::before{ top:0; left:0; width:2px; height:100%; }
.about-local__tick--tl::after{  top:0; left:0; width:100%; height:2px; }

.about-local__tick--tr{ top:12px; right:12px; }
.about-local__tick--tr::before{ top:0; right:0; width:2px; height:100%; }
.about-local__tick--tr::after{  top:0; right:0; width:100%; height:2px; }

.about-local__tick--bl{ bottom:12px; left:12px; }
.about-local__tick--bl::before{ bottom:0; left:0; width:2px; height:100%; }
.about-local__tick--bl::after{  bottom:0; left:0; width:100%; height:2px; }

.about-local__tick--br{ bottom:12px; right:12px; }
.about-local__tick--br::before{ bottom:0; right:0; width:2px; height:100%; }
.about-local__tick--br::after{  bottom:0; right:0; width:100%; height:2px; }

/* badges — poziomo pod zdjęciem (absolute do .about-local__image) */
.about-local__badges{
  position:absolute;
  left:0; right:0;
  bottom:0;
  display:flex;
  gap:12px;
  padding:0 4px;
  z-index:3;
}

.about-local__badge{
  flex:1;
  display:flex; align-items:center; gap:12px;
  padding:12px 16px;
  background:#fff;
  border:1px solid rgba(15,23,42,.07);
  border-radius:16px;
  box-shadow:
    0 20px 44px -16px rgba(15,23,42,.18),
    0 4px 12px -8px rgba(15,23,42,.10);
  font-size:.88rem;
  color:var(--muted-l,#475569);
  white-space:nowrap;
}
.about-local__badge i{
  width:36px; height:36px;
  flex:0 0 36px;
  display:grid; place-items:center;
  background: var(--stn-grad-web);
  color:#fff;
  border-radius:10px;
  font-size:.9rem;
  box-shadow: 0 8px 20px -10px rgba(79,70,229,.5);
}
.about-local__badge:nth-child(2) i{
  background: var(--stn-grad-go);
  box-shadow: 0 8px 20px -10px rgba(16,185,129,.5);
}
.about-local__badge span{
  display:flex; flex-direction:column; gap:1px;
}
.about-local__badge strong{
  display:block;
  font: 700 1.05rem/1.1 var(--font-display,inherit);
  letter-spacing:-.02em;
  color:#0B1020;
}
.about-local__badge span > *:last-child{
  font-size:.75rem;
  color:var(--muted-l,#475569);
  letter-spacing:.01em;
}


/* =====================================================================
   9. NCONTACT EXTENDED — .ncontact--ext + .ncontact__select
   ===================================================================== */
.ncontact--ext .ncontact__row{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px;
  margin-bottom:14px;
}

/* Styl SELECTA — trzyma formę z inputem, ale bez natywnego chevronu */
.ncontact__select{
  position:relative;
}
.ncontact__select::after{
  content:"";
  position:absolute;
  right:18px; top:50%;
  width:10px; height:10px;
  border-right:2px solid var(--muted-l,#475569);
  border-bottom:2px solid var(--muted-l,#475569);
  transform: translateY(-70%) rotate(45deg);
  pointer-events:none;
  transition: border-color .2s, transform .2s;
}
.ncontact__select:focus-within::after{
  border-color: var(--electric,#6366F1);
  transform: translateY(-30%) rotate(-135deg);
}
.ncontact__select > select{
  -webkit-appearance:none; -moz-appearance:none; appearance:none;
  width:100%;
  padding: 16px 44px 16px 18px;
  font: 500 .95rem/1 var(--font-body, inherit);
  color: var(--ink,#0B1020);
  background: #fff;
  border:1.5px solid rgba(15,23,42,.10);
  border-radius:14px;
  transition: border-color .25s, box-shadow .25s, background .25s;
  cursor:pointer;
}
.ncontact__select > select:focus{
  outline:none;
  border-color: var(--electric,#6366F1);
  box-shadow: 0 0 0 4px rgba(99,102,241,.12);
}
.ncontact__select > select:hover{ border-color: rgba(99,102,241,.30); }

/* Niektóre motywy wstawiają sticky-background — zabezpieczamy */
.ncontact--ext select option{ color:#0B1020; background:#fff; }


/* =====================================================================
   10. BOOKING — dopalacz scoped do tej strony (akcent cyan→emerald glow)
   ===================================================================== */
.neural-section--booking{ position:relative; }
.neural-section--booking::before{
  content:"";
  position:absolute; inset:auto 0 0 0;
  height:60%;
  background:
    radial-gradient(50% 60% at 20% 0%, rgba(16,185,129,.10), transparent 60%),
    radial-gradient(50% 60% at 85% 10%, rgba(99,102,241,.10), transparent 60%);
  pointer-events:none;
  z-index:0;
}
.neural-section--booking > .container{ position:relative; z-index:1; }

/* lekki shadow + ring na kalendarzu */
.neural-page--strony .csb-booking{
  box-shadow: var(--stn-shadow-xl);
  border-radius:22px;
  background:#fff;
  padding: clamp(18px, 3vw, 30px);
  margin-top:40px;
  border:1px solid rgba(15,23,42,.06);
}


/* =====================================================================
   11. KONTAKT — sekcja (LIGHT, lekkie tło atmosferyczne)
   ===================================================================== */
.neural-section--contact{
  position:relative;
}
.neural-section--contact::after{
  content:"";
  position:absolute; inset:0;
  background:
    radial-gradient(60% 50% at 10% 30%, rgba(99,102,241,.07), transparent 60%),
    radial-gradient(50% 40% at 90% 80%, rgba(34,211,238,.07), transparent 60%);
  pointer-events:none;
  z-index:0;
}
.neural-section--contact > .container{ position:relative; z-index:1; }


/* =====================================================================
   12. SEC-HEAD variants used here
   ===================================================================== */
.sec-head--left{ text-align:left; }
.sec-head--sm{ margin-bottom: 28px !important; }
.sec-head__title--sm{ font-size: clamp(1.3rem, 2.2vw, 1.8rem) !important; }


/* =====================================================================
   13. MOBILE / RWD
   ===================================================================== */

/* Tablet ≤ 1080 */
@media (max-width: 1080px){
  .nhero--strony .nhero__inner{
    grid-template-columns:1fr;
    gap:48px;
  }
  .nhero--strony .nhero__right{ min-height:auto; max-width:620px; margin:0 auto; width:100%; }
  .webshow{ max-width: 560px; margin: 0 auto; }
  .offer-grid{ grid-template-columns:repeat(2, minmax(0,1fr)); }
  .stats-grid{ grid-template-columns:repeat(2, minmax(0,1fr)); }
  .why-grid{ grid-template-columns:repeat(2, minmax(0,1fr)); }
  .techstack{ grid-template-columns:1fr; }
  .pricing-grid{ grid-template-columns:1fr; gap:28px; }
  .pricing-card--popular{ transform:none; }
  .pricing-card--popular:hover{ transform: translateY(-4px); }
  .about-local{ grid-template-columns:1fr; align-items:start; }
  .about-local__text .sec-head{ margin-bottom:16px; }
  .about-local__image{ padding-bottom:64px; max-width:520px; margin:0 auto; }
  .about-local__frame img{ aspect-ratio:4/3; } /* trochę szerzej na tablet */
}

/* Phone ≤ 720 */
@media (max-width: 720px){
  .nhero--strony{ padding: 40px 0 30px; }
  .nhero--strony .nhero__bullets{ grid-template-columns:1fr; gap:8px; }
  .nhero--strony .nhero__trust{ gap:10px; font-size:.85rem; }
  .nhero--strony .nhero__trust-sep{ display:none; }

  .webshow__codecard{ display:none; }   /* za ciasno na telefon */
  .webshow__gauge{ width:108px; height:108px; right:-8px; bottom:-8px; }
  .webshow__gauge-val{ font-size:1.4rem; }
  .webshow__gauge-lbl{ bottom:16px; }
  .webshow__kpis{ left:8px; bottom:-22px; padding:6px 8px; }
  .webshow__kpis > div{ min-width:50px; padding:3px 8px; }
  .webshow__kpis strong{ font-size:.8rem; }

  .webshow__view{ padding:20px 18px 26px; min-height:260px; }
  .webshow__view[data-dev="tablet"]{ padding:20px 48px 26px; }
  .webshow__view[data-dev="mobile"]{ padding:20px 86px 26px; }

  .webshow__url{ font-size:.72rem; padding:6px 10px; }
  .webshow__devices{ display:none; }    /* na mobilce bez podglądu responsive */
  .webshow__url{ flex:1; }

  .offer-grid, .stats-grid, .why-grid{ grid-template-columns:1fr; }
  .ncontact--ext .ncontact__row{ grid-template-columns:1fr; }

  .about-local__badges{ left:0; right:0; bottom:0; flex-wrap:wrap; }
  .about-local__badge{ flex:1 1 140px; }
}

/* ≤ 480 */
@media (max-width: 480px){
  .nhero--strony{ padding: 40px 0 30px; }
  .offer-card{ padding:28px 22px 24px; }
  .pricing-card{ padding:28px 22px 24px; }
  .pricing-card__price strong{ font-size:1.8rem; }
  .stat-card__num{ font-size:2.2rem; }
  .why-item{ padding:20px 18px; gap:14px; }
  .why-item__icon{ width:44px; height:44px; flex-basis:44px; font-size:1rem; }
}


/* =====================================================================
   14. Mały dopełniacz: gradient SVG def dla gauge (na wypadek gdyby
       JS chciał go podmienić); fallback działa bez tego.
   ===================================================================== */
.webshow__gauge-grad-defs{ position:absolute; width:0; height:0; }


/* ---------------------------------------------------------------------
   Reveal (działa z data-animate + .is-visible z ai-neural.js)
   Domyślnie ai-neural.js dopina .is-visible — tu tylko fallback gdy JS
   jest zablokowany (prefers-reduced-motion)
   ------------------------------------------------------------------ */
@media (prefers-reduced-motion: reduce){
  .webshow__codecard,
  .webshow__gauge,
  .pricing-card--popular::before,
  .fakehero__btn::after{
    animation: none !important;
  }
  .webshow__frame{ transform:none; }
}

/* ── ncontact__badges (prawa kolumna formularza) ─────────────────── */
.ncontact__badges{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:20px;
}
.ncontact__badge{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  background:#fff;
  border:1px solid rgba(15,23,42,.07);
  border-radius:14px;
  box-shadow:
    0 6px 20px -10px rgba(15,23,42,.14),
    0 2px 8px -6px rgba(15,23,42,.08);
  font-size:.86rem;
  color:var(--muted-l,#475569);
  transition: transform .25s, box-shadow .25s;
}
.ncontact__badge:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -12px rgba(15,23,42,.18);
}
.ncontact__badge i{
  width:32px; height:32px;
  flex:0 0 32px;
  display:grid; place-items:center;
  border-radius:9px;
  color:#fff;
  font-size:.82rem;
}
.ncontact__badge:first-child i{
  background: var(--stn-grad-hot);
  box-shadow: 0 6px 14px -8px rgba(245,158,11,.55);
}
.ncontact__badge:last-child i{
  background: var(--stn-grad-web);
  box-shadow: 0 6px 14px -8px rgba(79,70,229,.45);
}
.ncontact__badge span{
  font:600 .85rem/1.25 var(--font-body,inherit);
  color:var(--ink,#0B1020);
  letter-spacing:-.01em;
}

/* ── Marquee mobile padding override ─────────────────────────────── */
@media (max-width:720px){
  .neural-page--strony .neural-marquee{ padding:24px 0 28px; }
}
@media (max-width:480px){
  .neural-page--strony .neural-marquee{ padding:24px 0 28px; }
}
