/* =====================================================================
   MOJA KSIĘGOWOŚĆ ONLINE — arkusz stylów wizualizacji
   Kierunek wdrożenia: jasne tło, grafitowy tekst, wyraźna hierarchia.
   Niebieski prowadzi przez informacje, pomarańcz oznacza ruch i kontakt,
   fiolet buduje charakter marki w detalach.
   ===================================================================== */

/* ---------- 0. Reset + fundament ---------- */
*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; color-scheme: light; }

body,
h1, h2, h3, h4, h5, h6,
p, figure, blockquote, dl, dd, ul, ol { margin: 0; }

/* W tym projekcie każda lista ma własną prezentację (ikony, kafelki, nawigacja),
   więc znaczniki i wcięcie zdejmujemy globalnie — inaczej <ul> bez klasy
   (stopka, cennik) dostaje kropki i 40 px paddingu od UA. */
ul, ol { list-style: none; padding: 0; }

img, svg, video { display: block; max-width: 100%; }
img { height: auto; }

button, input, select, textarea { font: inherit; color: inherit; }

/* Musi stać PONAD regułami komponentów — inaczej własny display wygrywa z UA. */
[hidden] { display: none !important; }

/* ---------- 1. Tokeny ----------
   System kolorów wg mapy strony. Funkcje są stałe na wszystkich podstronach:
     NIEBIESKI porządkuje — struktura, czytelność, nagłówki, stabilność
     POMARAŃCZ ożywia    — energia, pierwszy ekran, zdjęcia, przejścia, Zespół
     FIOLET nadaje charakter — akcenty, Opinie, wartości, własny styl firmy
     ŻÓŁTY rozjaśnia     — światło i dobry kolejny krok, punktowo
     ZIELONY prowadzi do rozwoju — rozwój firmy klienta, punktowo
     TURKUS = technologia — wyłącznie przy funkcjach cyfrowych i e-biurze
   Tła są ciepłe i kremowe. Chłodne powierzchnie odbierają marce energię. */
:root {
  /* Marka — kody z dokumentu „Kierunek wdrożenia” */
  --blue:        #1E73E8;
  --orange:      #FF7A1A;
  --violet:      #7B3FF2;
  --ink:         #252525;   /* tekst główny */

  /* NIEBIESKI PORZĄDKUJE */
  --blue-link:   #1558B8;   /* niebieski o kontraście AA na bieli */
  --blue-deep:   #0C60B4;   /* granat ze znaku firmowego */
  --blue-night:  #0A2E63;

  /* POMARAŃCZ OŻYWIA */
  --orange-ink:  #1B1205;   /* tekst na pomarańczowym CTA */
  --orange-deep: #E35C00;
  --orange-warm: #FA9628;   /* z sygnatury */

  /* FIOLET NADAJE CHARAKTER */
  --violet-ink:  #5322B8;
  --violet-deep: #5A2A63;   /* nagłówki i ikony na ciepłym tle */
  --violet-ink2: #43204C;

  /* ŻÓŁTY ROZJAŚNIA — punktowo */
  --gold:        #FCC000;   /* żółć ze znaku firmowego */
  --gold-ink:    #7A5900;   /* czytelny wariant tekstowy */

  /* ZIELONY PROWADZI DO ROZWOJU — punktowo */
  --green:       #46AA00;
  --green-ink:   #2F7300;   /* AA na jasnym tle */
  --green-soft:  #EAF6DC;

  /* TURKUS = TECHNOLOGIA, PRACA ONLINE, E-BIURO */
  --sky:         #00A8E4;   /* błękit ze znaku */
  --sky-soft:    #E4F5FC;
  --blue-soft:   #E8F1FD;   /* spokojne pole informacyjne prowadzone niebieskim */

  --ink-strong:  #14161C;
  --muted:       #59637A;
  --muted-soft:  #667085;   /* 4,97:1 na bieli — bezpieczne dla drobnego tekstu */

  /* TŁA — ciepłe, kremowe, miękko złamane */
  --paper:       #FFFFFF;
  --bg:          #FDF8F1;   /* główne tło strony */
  --bg-warm:     #FFF4E8;   /* cieplejsze pole pod akcentem pomarańczowym */
  --bg-tint:     #F7F0E4;   /* spokojne pole neutralne */
  --line:        #EBE2D6;
  --line-soft:   #F3ECE2;

  --beige-bg:     #FBF3E7;   /* ciepłe tło Oferty i Opinii */
  --beige-card-v: #E8DCE9;   /* nagłówek kafelka fioletowego */
  --beige-card-o: #FBE0C7;   /* nagłówek kafelka pomarańczowego */
  --contact-gold: #9C6600;   /* odręczny akcent kontaktowy, AA na ciepłym tle */
  --whatsapp:     #25D366;
  --facebook:     #1877F2;

  --font-hand:    "Caveat", cursive;
  --font-script:  "Sacramento", cursive;

  /* Skala odstępów 4/8 */
  --s-1: 4px;  --s-2: 8px;  --s-3: 12px; --s-4: 16px;
  --s-5: 24px; --s-6: 32px; --s-7: 48px; --s-8: 64px;
  --s-9: 96px; --s-10: 128px;

  /* Promienie */
  --r-xs: 8px; --r-sm: 12px; --r: 18px; --r-lg: 26px; --r-xl: 36px; --r-pill: 999px;

  /* Cienie — barwione granatem, nie czernią */
  --sh-1: 0 1px 2px rgba(15, 42, 90, .05);
  --sh-2: 0 2px 6px rgba(15, 42, 90, .06), 0 12px 28px -18px rgba(15, 42, 90, .28);
  --sh-3: 0 4px 12px rgba(15, 42, 90, .07), 0 28px 56px -28px rgba(15, 42, 90, .32);
  --sh-4: 0 8px 20px rgba(15, 42, 90, .09), 0 44px 88px -36px rgba(15, 42, 90, .38);

  /* Ruch */
  --ease:  cubic-bezier(.22, .68, 0, 1);
  --t-fast: 160ms;
  --t: 240ms;

  --wrap: 1200px;
  --wrap-narrow: 860px;

  --font-display: "Sora", "Segoe UI", system-ui, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, sans-serif;
  --font-editorial: "Newsreader", Georgia, serif;

  --header-h: 76px;
}

/* ---------- 2. Typografia bazowa ---------- */
body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--ink-strong);
  font-weight: 600;
  letter-spacing: -.022em;
  line-height: 1.1;
  text-wrap: balance;
}

h1 { font-size: clamp(2.3rem, 1.45rem + 3.4vw, 4.05rem); letter-spacing: -.032em; }
h2 { font-size: clamp(1.85rem, 1.25rem + 2.3vw, 3rem); letter-spacing: -.028em; }
h3 { font-size: clamp(1.18rem, 1.05rem + .55vw, 1.45rem); }
h4 { font-size: 1.0625rem; letter-spacing: -.012em; }

p { text-wrap: pretty; }

a { color: var(--blue-link); text-decoration-thickness: 1px; text-underline-offset: .22em; }
a:hover { color: var(--blue-deep); }

strong, b { font-weight: 600; color: var(--ink-strong); }

::selection { background: rgba(30, 115, 232, .17); color: var(--ink-strong); }

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
  border-radius: 6px;
}

.num { font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1; }

/* Zabezpieczenie: inline'owa ikona <svg><use></svg> bez klasy nie może wziąć
   domyślnych 300×150 px i rozepchać kontenera. Reguły komponentów mają tę samą
   specyficzność (0,1,1) i stoją niżej w pliku, więc zawsze wygrywają. */
svg:not([class]) { width: 18px; height: 18px; flex: none; }

/* ---------- 3. Układ ---------- */
/* UWAGA: klasy układu definiowane PO klasach sekcji, żeby nie przegrały
   kaskady przy elementach z dwiema klasami (np. class="hero__in wrap"). */
.wrap {
  width: min(100% - 2 * clamp(18px, 5vw, 48px), var(--wrap));
  margin-inline: auto;
}
.wrap--narrow { max-width: var(--wrap-narrow); }

.section { padding-block: clamp(64px, 8vw, 128px); position: relative; }
.section--tight { padding-block: clamp(48px, 6vw, 88px); }
.section--paper { background: var(--paper); }
.section--tint  { background: var(--bg-tint); }
.section--beige { background: var(--beige-bg); }

.grid { display: grid; gap: var(--s-5); }
.grid > * { min-width: 0; }          /* inaczej min-content rozpycha kontener */
/* Warianty siatki jako klasy, nie style inline — inline wygrywa z media query. */
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }

.stack > * + * { margin-top: var(--s-4); }

.lede {
  font-size: clamp(1.06rem, 1rem + .35vw, 1.28rem);
  line-height: 1.65;
  color: var(--muted);
  max-width: 62ch;
}

.skip {
  position: absolute; left: 16px; top: -100px;
  z-index: 200; background: var(--ink-strong); color: #fff;
  padding: 12px 20px; border-radius: var(--r-sm); font-weight: 600;
  transition: top var(--t) var(--ease);
}
.skip:focus { top: 16px; color: #fff; }

/* ---------- 4. Elementy sygnaturowe marki ---------- */

/* Nadtytuł sekcji — kreska + wersaliki */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body);
  font-size: .74rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--blue-link);
  margin-bottom: var(--s-4);
}
.eyebrow::before {
  content: ""; width: 28px; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, var(--gold), var(--orange));
}
.eyebrow--violet { color: var(--violet-ink); }
.eyebrow--violet::before { background: linear-gradient(90deg, var(--sky), var(--violet)); }

/* „Pixel dust” — motyw rozsypanych kwadratów ze znaku */
.dust { position: absolute; pointer-events: none; z-index: 0; opacity: .9; }
.dust rect { animation: dust-blink 6s var(--ease) infinite; }
.dust rect:nth-child(2n) { animation-delay: .8s; }
.dust rect:nth-child(3n) { animation-delay: 1.9s; }
.dust rect:nth-child(5n) { animation-delay: 3.1s; }
@keyframes dust-blink {
  0%, 100% { opacity: 1; }
  50%      { opacity: .35; }
}

/* Przerywany okrąg ze znaku — tło kompozycji */
.arc { position: absolute; pointer-events: none; z-index: 0; }
.arc circle { animation: arc-spin 46s linear infinite; transform-origin: 50% 50%; }
@keyframes arc-spin { to { transform: rotate(360deg); } }

/* Miękka poświata tła */
.glow {
  position: absolute; pointer-events: none; z-index: 0;
  border-radius: 50%; filter: blur(72px);
}
.glow--blue   { background: rgba(30, 115, 232, .16); }
.glow--violet { background: rgba(123, 63, 242, .15); }
.glow--gold   { background: rgba(252, 192, 0, .22); }
/* Pomarańcz ociepla pierwszy ekran — to on niesie energię, nie chłodny błękit. */
.glow--orange { background: rgba(255, 122, 26, .26); }
.glow--green  { background: rgba(70, 170, 0, .14); }

/* Delikatna siatka */
.mesh {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(122, 89, 0, .05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(122, 89, 0, .05) 1px, transparent 1px);
  background-size: 68px 68px;
  -webkit-mask-image: radial-gradient(ellipse 82% 62% at 50% 0%, #000 25%, transparent 78%);
          mask-image: radial-gradient(ellipse 82% 62% at 50% 0%, #000 25%, transparent 78%);
}

/* ---------- 5. Przyciski ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 0 28px;
  border: 1px solid transparent; border-radius: var(--r-pill);
  font-family: var(--font-display);
  font-size: .97rem; font-weight: 600; letter-spacing: -.008em;
  text-decoration: none; cursor: pointer;
  transition: transform var(--t-fast) var(--ease),
              box-shadow var(--t) var(--ease),
              background-color var(--t) var(--ease),
              border-color var(--t) var(--ease),
              color var(--t) var(--ease);
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn svg { width: 19px; height: 19px; flex: none; }

/* Pomarańcz = ruch i kontakt. Tekst grafitowy → kontrast 7:1. */
.btn--primary {
  background: var(--orange); color: var(--orange-ink);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset,
              0 10px 26px -12px rgba(232, 100, 0, .8);
}
.btn--primary:hover {
  background: #FF8C39; color: var(--orange-ink);
  transform: translateY(-2px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .6) inset,
              0 16px 34px -12px rgba(232, 100, 0, .85);
}

.btn--ink {
  background: var(--ink-strong); color: #fff;
  box-shadow: var(--sh-2);
}
.btn--ink:hover { background: #23283a; color: #fff; transform: translateY(-2px); }

.btn--ghost {
  background: rgba(255, 255, 255, .7); color: var(--ink-strong);
  border-color: var(--line); backdrop-filter: blur(8px);
}
.btn--ghost:hover {
  background: #fff; color: var(--blue-deep);
  border-color: rgba(30, 115, 232, .45);
  transform: translateY(-2px); box-shadow: var(--sh-2);
}

.btn--sm { min-height: 44px; padding: 0 20px; font-size: .9rem; }
.btn--block { width: 100%; }

/* Link ze strzałką */
.arrow-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: 600; font-size: .95rem;
  color: var(--blue-link); text-decoration: none;
  min-height: 44px;
}
.arrow-link svg { width: 18px; height: 18px; transition: transform var(--t) var(--ease); }
.arrow-link:hover svg { transform: translateX(4px); }
.arrow-link span { border-bottom: 1px solid rgba(21, 88, 184, .3); padding-bottom: 1px; }
.arrow-link:hover span { border-bottom-color: currentColor; }

/* ---------- 6. Znaczniki / plakietki ---------- */
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px; border-radius: var(--r-pill);
  background: rgba(255, 255, 255, .78);
  border: 1px solid var(--line);
  font-size: .82rem; font-weight: 500; color: var(--ink);
  backdrop-filter: blur(6px);
  white-space: nowrap;
}
.chip svg { width: 15px; height: 15px; color: var(--blue); flex: none; }

.tag {
  display: inline-flex; align-items: center; gap: 6px;
  align-self: flex-start;      /* inaczej rozciąga się w kontenerze flex */
  padding: 5px 11px; border-radius: var(--r-pill);
  font-size: .72rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase;
}
.tag--blue   { background: rgba(30, 115, 232, .1);  color: var(--blue-link); }
.tag--violet { background: rgba(123, 63, 242, .1);  color: var(--violet-ink); }
.tag--gold   { background: rgba(245, 193, 30, .2);  color: #7A5900; }
.tag--orange { background: rgba(255, 122, 26, .14); color: #A34400; }

/* ---------- 7. Karty ---------- */
.card {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(22px, 2.4vw, 32px);
  box-shadow: var(--sh-1);
  transition: transform var(--t) var(--ease),
              box-shadow var(--t) var(--ease),
              border-color var(--t) var(--ease);
}
.card--hover:hover {
  transform: translateY(-5px);
  box-shadow: var(--sh-3);
  border-color: rgba(30, 115, 232, .28);
}
.card__icon {
  width: 50px; height: 50px; border-radius: 15px;
  display: grid; place-items: center;
  background: linear-gradient(150deg, rgba(41, 171, 226, .16), rgba(30, 115, 232, .1));
  color: var(--blue-deep);
  margin-bottom: var(--s-4);
  border: 1px solid rgba(30, 115, 232, .14);
}
.card__icon svg { width: 24px; height: 24px; }
.card__icon--violet {
  background: linear-gradient(150deg, rgba(123, 63, 242, .16), rgba(123, 63, 242, .07));
  color: var(--violet-ink); border-color: rgba(123, 63, 242, .16);
}
.card__icon--gold {
  background: linear-gradient(150deg, rgba(252, 192, 0, .28), rgba(255, 122, 26, .12));
  color: var(--gold-ink); border-color: rgba(252, 192, 0, .32);
}
/* Pomarańcz ożywia — energia, ludzki wymiar firmy, Zespół. */
.card__icon--orange {
  background: linear-gradient(150deg, rgba(255, 122, 26, .2), rgba(250, 150, 40, .1));
  color: var(--orange-deep); border-color: rgba(255, 122, 26, .22);
}
/* Zielony prowadzi do rozwoju firmy klienta. */
.card__icon--green {
  background: linear-gradient(150deg, rgba(70, 170, 0, .18), rgba(70, 170, 0, .07));
  color: var(--green-ink); border-color: rgba(70, 170, 0, .22);
}
.card h3 { margin-bottom: 10px; }
.card p { color: var(--muted); font-size: .97rem; line-height: 1.65; }

/* ---------- 8. Nagłówek strony ---------- */
.topbar {
  background: var(--ink-strong); color: rgba(255, 255, 255, .82);
  font-size: .795rem; letter-spacing: .005em;
}
.topbar__in {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--s-4); min-height: 42px; flex-wrap: wrap;
}
.topbar__list { display: flex; align-items: center; gap: var(--s-5); flex-wrap: wrap; }
.topbar__item { display: inline-flex; align-items: center; gap: 7px; }
.topbar__item svg { width: 14px; height: 14px; color: var(--gold); flex: none; }
.topbar a { color: #fff; text-decoration: none; font-weight: 500; }
.topbar a:hover { color: var(--gold); text-decoration: underline; }
.topbar__gg {
  display: inline-flex; align-items: center; gap: 7px;
  min-height: 40px; padding: 5px 14px; border-radius: var(--r-pill);
  background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .16);
}
.topbar__gg svg { width: 14px; height: 14px; color: var(--gold); flex: none; }
.topbar__gg:hover { background: rgba(255, 255, 255, .18); text-decoration: none !important; }

.header {
  position: sticky; top: 0; z-index: 90;
  background: rgba(245, 248, 253, .82);
  backdrop-filter: saturate(1.6) blur(14px);
  border-bottom: 1px solid transparent;
  transition: background var(--t) var(--ease),
              border-color var(--t) var(--ease),
              box-shadow var(--t) var(--ease);
}
.header.is-stuck {
  background: rgba(255, 255, 255, .93);
  border-bottom-color: var(--line);
  box-shadow: 0 8px 28px -22px rgba(15, 42, 90, .55);
}
.header__in {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--s-5); min-height: var(--header-h);
}
.brand { display: inline-flex; align-items: center; flex: none; min-height: 46px; }
.brand img { height: 44px; width: auto; }
.brand:focus-visible { outline-offset: 6px; }

.nav { display: flex; align-items: center; gap: 2px; }
.nav a {
  position: relative;
  display: inline-flex; align-items: center;
  min-height: 44px; padding: 0 12px;
  font-family: var(--font-display); font-size: .89rem; font-weight: 500;
  white-space: nowrap;
  color: var(--ink); text-decoration: none; border-radius: var(--r-sm);
  transition: color var(--t) var(--ease), background var(--t) var(--ease);
}
.nav a:hover { color: var(--blue-deep); background: rgba(30, 115, 232, .07); }
.nav a[aria-current="page"] { color: var(--blue-deep); font-weight: 600; }
.nav a[aria-current="page"]::after {
  content: ""; position: absolute; left: 12px; right: 12px; bottom: 6px;
  height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, var(--orange), var(--gold));
}

.header__cta { display: flex; align-items: center; gap: var(--s-3); }

.burger {
  display: none;
  width: 46px; height: 46px; border-radius: var(--r-sm);
  background: var(--paper); border: 1px solid var(--line);
  cursor: pointer; place-items: center;
  transition: border-color var(--t) var(--ease), background var(--t) var(--ease);
}
.burger:hover { border-color: rgba(30, 115, 232, .4); }
.burger span {
  display: block; width: 19px; height: 2px; border-radius: 2px;
  background: var(--ink-strong);
  transition: transform var(--t) var(--ease), opacity var(--t-fast) var(--ease);
}
.burger span + span { margin-top: 5px; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.drawer {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(10, 26, 55, .5);
  backdrop-filter: blur(4px);
  display: flex; justify-content: flex-end;
  opacity: 0; transition: opacity var(--t) var(--ease);
}
.drawer.is-open { opacity: 1; }
.drawer__panel {
  width: min(400px, 88vw); height: 100%;
  background: var(--paper);
  padding: var(--s-5) var(--s-5) var(--s-7);
  display: flex; flex-direction: column; gap: var(--s-4);
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 320ms var(--ease);
  box-shadow: -30px 0 60px -30px rgba(10, 26, 55, .5);
}
.drawer.is-open .drawer__panel { transform: translateX(0); }
.drawer__head { display: flex; align-items: center; justify-content: space-between; }
.drawer__close {
  width: 46px; height: 46px; border-radius: var(--r-sm);
  border: 1px solid var(--line); background: var(--paper);
  display: grid; place-items: center; cursor: pointer;
}
.drawer__close svg { width: 20px; height: 20px; }
.drawer__nav { display: flex; flex-direction: column; gap: 2px; margin-top: var(--s-2); }
.drawer__nav a {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 56px; padding: 0 16px; border-radius: var(--r-sm);
  font-family: var(--font-display); font-size: 1.05rem; font-weight: 500;
  color: var(--ink-strong); text-decoration: none;
  border-bottom: 1px solid var(--line-soft);
}
.drawer__nav a:hover { background: var(--bg-tint); color: var(--blue-deep); }
.drawer__nav a[aria-current="page"] { color: var(--blue-deep); font-weight: 600; }
.drawer__nav svg { width: 17px; height: 17px; color: var(--muted-soft); }
.drawer__foot { margin-top: auto; display: grid; gap: var(--s-3); }
.drawer__meta { font-size: .88rem; color: var(--muted); }

/* ---------- 9. Hero ---------- */
.hero { position: relative; overflow: hidden; padding-block: clamp(48px, 6vw, 92px) clamp(56px, 7vw, 104px); }
.hero__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero .glow--blue   { width: 620px; height: 620px; top: -280px; right: -180px; }
.hero .glow--violet { width: 460px; height: 460px; bottom: -260px; left: -180px; }
.hero .glow--gold   { width: 320px; height: 320px; top: 40%; right: 34%; opacity: .55; }

.hero__in {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: .95fr 1.05fr;
  gap: clamp(32px, 5vw, 64px); align-items: center;
}
/* Pierwszy ekran ma pokazać prawdziwych ludzi, więc zdjęcie dostaje realną
   powierzchnię zamiast wąskiego paska obok tekstu. */
.hero .shot__frame { aspect-ratio: 4 / 3; }
.hero .shot__frame img { height: 100%; }

.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px 8px 10px; border-radius: var(--r-pill);
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(30, 115, 232, .2);
  box-shadow: var(--sh-1);
  font-family: var(--font-editorial); font-style: italic;
  font-size: 1rem; color: var(--blue-deep);
  margin-bottom: var(--s-5);
}
.hero__eyebrow b {
  display: inline-grid; place-items: center;
  width: 26px; height: 26px; border-radius: 50%;
  background: linear-gradient(140deg, var(--gold), var(--orange));
  color: var(--orange-ink); font-family: var(--font-display);
  font-size: .78rem; font-weight: 700; font-style: normal;
}

.hero h1 { margin-bottom: var(--s-5); }
.hero h1 em {
  font-style: normal; position: relative; white-space: nowrap;
  color: var(--blue-deep);
}
.hero h1 em::after {
  content: ""; position: absolute; left: -.02em; right: -.02em; bottom: -.02em; height: .12em;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--gold), var(--orange));
  z-index: -1;
}
.hero__lede { margin-bottom: var(--s-6); max-width: 54ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: var(--s-3); margin-bottom: var(--s-6); }
.hero__chips { display: flex; flex-wrap: wrap; gap: var(--s-2); }

/* Kompozycja ze zdjęciem */
.shot { position: relative; }
.shot__frame {
  position: relative; z-index: 2;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-4);
  border: 6px solid var(--paper);
  background: var(--bg-tint);
}
.shot__frame img { width: 100%; height: 100%; object-fit: cover; }
.shot__frame::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(190deg, rgba(15, 76, 158, .06) 0%, rgba(15, 76, 158, 0) 42%);
  pointer-events: none;
}
.shot .arc { width: 118%; height: 118%; top: -9%; left: -9%; z-index: 1; }
.shot .dust--tl { width: 130px; top: -34px; left: -40px; z-index: 3; }
.shot .dust--br { width: 104px; bottom: -28px; right: -30px; z-index: 3; }

/* Pływające kafelki „statusu” */
.float {
  position: absolute; z-index: 4;
  display: flex; align-items: center; gap: 12px;
  padding: 13px 17px; border-radius: var(--r);
  background: rgba(255, 255, 255, .93);
  border: 1px solid rgba(226, 233, 244, .95);
  box-shadow: var(--sh-3);
  backdrop-filter: blur(10px);
  animation: float-y 7s ease-in-out infinite;
}
.float__ico {
  width: 38px; height: 38px; border-radius: 11px; flex: none;
  display: grid; place-items: center;
  background: linear-gradient(150deg, rgba(41, 171, 226, .2), rgba(30, 115, 232, .12));
  color: var(--blue-deep);
}
.float__ico svg { width: 19px; height: 19px; }
.float__ico--gold {
  background: linear-gradient(150deg, rgba(245, 193, 30, .35), rgba(255, 122, 26, .16));
  color: #8A5B00;
}
.float__ico--violet {
  background: linear-gradient(150deg, rgba(123, 63, 242, .2), rgba(123, 63, 242, .09));
  color: var(--violet-ink);
}
.float > span > b {
  display: block; font-family: var(--font-display);
  font-size: .87rem; font-weight: 600; line-height: 1.3; color: var(--ink-strong);
}
.float > span > span { display: block; font-size: .765rem; color: var(--muted); line-height: 1.35; }

.float--a { top: 7%; left: -9%; animation-delay: 0s; }
.float--b { bottom: 20%; right: -8%; animation-delay: 1.4s; }
.float--c { bottom: -7%; left: 6%; animation-delay: 2.6s; }

@keyframes float-y {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-9px); }
}

/* ---------- 10. Pasek przewijany ---------- */
.marquee {
  position: relative; overflow: hidden;
  padding-block: 18px;
  background: var(--ink-strong);
  border-block: 1px solid rgba(255, 255, 255, .06);
}
.marquee::before, .marquee::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 90px; z-index: 2;
}
.marquee::before { left: 0;  background: linear-gradient(90deg, var(--ink-strong), transparent); }
.marquee::after  { right: 0; background: linear-gradient(270deg, var(--ink-strong), transparent); }
.marquee__track { display: flex; width: max-content; animation: marquee 38s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__group { display: flex; align-items: center; gap: 40px; padding-right: 40px; }
.marquee__item {
  display: inline-flex; align-items: center; gap: 11px;
  font-family: var(--font-display); font-size: .93rem; font-weight: 500;
  color: rgba(255, 255, 255, .9); white-space: nowrap;
}
.marquee__item::before {
  content: ""; width: 6px; height: 6px; border-radius: 2px;
  background: var(--gold); transform: rotate(45deg);
}
.marquee__item:nth-child(2n)::before { background: var(--sky); }
.marquee__item:nth-child(3n)::before { background: var(--orange); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- 11. Nagłówek sekcji ---------- */
.head { max-width: 720px; margin-bottom: clamp(36px, 4.5vw, 60px); }
.head--center { margin-inline: auto; text-align: center; }
.head--center .eyebrow { justify-content: center; }
.head h2 + p { margin-top: var(--s-4); }
.head--split {
  max-width: none; display: grid; grid-template-columns: 1fr auto;
  gap: var(--s-5); align-items: end;
}

/* ---------- 12. Bento ---------- */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--s-4); }
.bento > * { min-width: 0; }
.bento__cell--wide { grid-column: span 3; }
.bento__cell--third { grid-column: span 2; }
.bento__cell--half { grid-column: span 3; }

.bento__cell {
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
}
.bento__cell--feature {
  grid-column: span 3; grid-row: span 2;
  background:
    radial-gradient(ellipse 120% 80% at 100% 0%, rgba(41, 171, 226, .16), transparent 60%),
    linear-gradient(160deg, #0F4C9E 0%, #0A2E63 100%);
  border-color: transparent; color: rgba(255, 255, 255, .84);
  justify-content: space-between; min-height: 300px;
}
.bento__cell--feature h3 { color: #fff; }
.bento__cell--feature p { color: rgba(255, 255, 255, .74); }
.bento__cell--feature .card__icon {
  background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .2); color: var(--gold);
}
.bento__list { display: grid; gap: 10px; margin-top: var(--s-5); }
.bento__list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: .92rem; color: rgba(255, 255, 255, .84);
}
.bento__list svg { width: 17px; height: 17px; color: var(--gold); flex: none; margin-top: 3px; }

/* ---------- 13. Split (obraz + treść) ---------- */
.split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 76px); align-items: center;
}
.split > * { min-width: 0; }
.split--reverse .split__media { order: 2; }
.split--form { grid-template-columns: 1.15fr .85fr; align-items: start; }
.split--top { align-items: start; }

.checklist { display: grid; gap: 14px; margin-top: var(--s-5); }
.checklist li { display: flex; align-items: flex-start; gap: 12px; }
.checklist__mark {
  width: 24px; height: 24px; border-radius: 8px; flex: none; margin-top: 2px;
  display: grid; place-items: center;
  background: rgba(30, 115, 232, .1); color: var(--blue-deep);
}
.checklist__mark svg { width: 14px; height: 14px; }
.checklist b { display: block; font-family: var(--font-display); font-size: .98rem; }
.checklist span span { display: block; font-size: .9rem; color: var(--muted); line-height: 1.55; }

/* Panel „e-biuro” nałożony na zdjęcie */
.panel {
  position: absolute; z-index: 4; right: -6%; bottom: -7%;
  width: min(300px, 78%);
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--r); box-shadow: var(--sh-4);
  padding: 16px;
}
.panel__head {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 11px; margin-bottom: 11px; border-bottom: 1px solid var(--line-soft);
}
.panel__head b { font-family: var(--font-display); font-size: .85rem; }
.panel__dot {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .7rem; font-weight: 600; color: #067647;
}
.panel__dot i {
  width: 7px; height: 7px; border-radius: 50%; background: #12B76A;
  box-shadow: 0 0 0 3px rgba(18, 183, 106, .18);
}
.panel__rows { display: grid; gap: 9px; }
.panel__row {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  font-size: .8rem;
}
.panel__row span { color: var(--muted); }
.panel__row b { font-family: var(--font-display); font-weight: 600; color: var(--ink-strong); }
.panel__bar { height: 6px; border-radius: 3px; background: var(--bg-tint); overflow: hidden; margin-top: 12px; }
.panel__bar i { display: block; height: 100%; border-radius: 3px; background: linear-gradient(90deg, var(--sky), var(--blue)); }

/* ---------- 14. Proces ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-4); position: relative; }
.steps > * { min-width: 0; }
.steps::before {
  content: ""; position: absolute; left: 6%; right: 6%; top: 33px; height: 2px;
  background: repeating-linear-gradient(90deg, rgba(30,115,232,.32) 0 8px, transparent 8px 16px);
  z-index: 0;
}
.step { position: relative; z-index: 1; padding-top: 0; }
.step__no {
  width: 66px; height: 66px; border-radius: 20px;
  display: grid; place-items: center; margin-bottom: var(--s-4);
  background: var(--paper); border: 1px solid var(--line);
  box-shadow: var(--sh-2);
  font-family: var(--font-display); font-size: 1.2rem; font-weight: 700;
  color: var(--blue-deep);
  position: relative;
}
.step__no::after {
  content: ""; position: absolute; inset: -1px; border-radius: 20px;
  background: linear-gradient(150deg, rgba(245,193,30,.5), rgba(30,115,232,.35));
  z-index: -1; opacity: 0; transition: opacity var(--t) var(--ease);
}
.step:hover .step__no::after { opacity: 1; }
.step h3 { font-size: 1.1rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: .94rem; line-height: 1.62; }

/* ---------- 15. Cytat redakcyjny ---------- */
.quote {
  position: relative; overflow: hidden;
  border-radius: var(--r-xl);
  background:
    radial-gradient(ellipse 90% 120% at 8% 100%, rgba(123, 63, 242, .3), transparent 55%),
    linear-gradient(155deg, #0F4C9E, #0A2E63 70%);
  color: #fff;
  padding: clamp(36px, 5vw, 72px);
  display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
.quote > *:not(.dust):not(.arc) { position: relative; z-index: 2; }
.quote blockquote {
  font-family: var(--font-editorial); font-style: italic;
  font-size: clamp(1.5rem, 1.1rem + 1.7vw, 2.4rem);
  line-height: 1.28; letter-spacing: -.015em; color: #fff;
  text-wrap: balance;
}
.quote blockquote span { color: var(--gold); font-style: italic; }
.quote figcaption { margin-top: var(--s-5); color: rgba(255, 255, 255, .7); font-size: .95rem; }
.quote__media {
  border-radius: var(--r-lg); overflow: hidden;
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .6);
  border: 1px solid rgba(255, 255, 255, .16);
}
.quote .dust--q { width: 120px; top: 22px; right: 26px; z-index: 1; opacity: .55; }

/* ---------- 15b. Kafelki numerowane "W rytmie Twojej firmy" (Oferta) ----------
   Źródło: folder Oferta_MK_w_rytmie_Twojej_firmy.pdf — cztery obszary, naprzemiennie
   fiolet/pomarańcz, na ciepłym beżowym tle. */
.offer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s-5); }
.offer-grid > * { min-width: 0; }

.offer-tile {
  background: var(--paper);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-2);
  border: 1px solid var(--line-soft);
}
.offer-tile__head {
  display: flex; align-items: center; gap: 14px;
  padding: 20px clamp(20px, 3vw, 28px);
}
.offer-tile__num {
  display: grid; place-items: center; flex: none;
  width: 38px; height: 38px; border-radius: 50%;
  font-family: var(--font-display); font-weight: 700; font-size: 1.02rem;
  color: #fff;
}
.offer-tile--violet .offer-tile__head { background: var(--beige-card-v); }
.offer-tile--violet .offer-tile__num  { background: var(--violet-deep); }
.offer-tile--violet .offer-tile__head h3 { color: var(--violet-deep); }
.offer-tile--orange .offer-tile__head { background: var(--beige-card-o); }
.offer-tile--orange .offer-tile__num  { background: var(--orange); color: var(--orange-ink); }
.offer-tile--orange .offer-tile__head h3 { color: var(--orange-deep); }
.offer-tile__head h3 { font-size: 1.12rem; }
.offer-tile__body { padding: 22px clamp(20px, 3vw, 28px) 26px; }
.offer-tile__body ul { display: grid; gap: 10px; }
.offer-tile__body li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: .95rem; color: var(--ink);
}
.offer-tile--violet .offer-tile__body li::before,
.offer-tile--orange .offer-tile__body li::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%; margin-top: 8px; flex: none;
}
.offer-tile--violet .offer-tile__body li::before { background: var(--violet-deep); }
.offer-tile--orange .offer-tile__body li::before { background: var(--orange); }

.offer-note {
  display: flex; align-items: center; justify-content: space-between; gap: var(--s-4);
  flex-wrap: wrap;
  margin-top: var(--s-5); padding: 18px 24px; border-radius: var(--r-lg);
  background: var(--beige-card-o); border: 1px solid rgba(240, 124, 35, .18);
}
.offer-note b { font-family: var(--font-display); color: var(--orange-deep); font-size: .98rem; }
.offer-note span { color: #6B4415; font-size: .92rem; }

/* ---------- 15c. Odręczny motyw kontaktowy (WhatsApp / "Napisz wiadomość") ----------
   Poprawka z maila: napis i numer mają wyglądać ręcznie, jak strzałka w folderze.
   Ikona WhatsApp zostaje w pełni czytelna i klikalna — odręczny charakter dotyczy
   tylko etykiety, nie funkcji linku. */
.hand-cta {
  position: relative;
  display: inline-flex; align-items: center; gap: 10px;
  min-height: 44px; padding: 4px 2px;   /* tekst wygląda drobno, ale cel dotykowy ma 44px */
  text-decoration: none; color: var(--contact-gold);
}
.hand-cta__arrow {
  width: 30px; height: 22px; flex: none;
  transform: rotate(-8deg) translateY(2px);
  color: var(--contact-gold);
}
.hand-cta__text {
  font-family: var(--font-hand); font-weight: 700;
  font-size: 1.4rem; line-height: 1; letter-spacing: .01em;
  white-space: nowrap;
}
.hand-cta:hover .hand-cta__text { color: var(--orange-deep); }
.hand-cta:hover .hand-cta__arrow { color: var(--orange-deep); }

/* ---------- 15d. Serduszka (Opinie) ----------
   "Dobre słowo zostawia ślad" — serca rozłożone w tle, przy ścieżce do przycisku
   i w detalach ruchu, zgodnie z instrukcją do zakładki Opinie. */
.tagline-script {
  font-family: var(--font-script); line-height: 1.15;
  font-size: clamp(2.1rem, 1.5rem + 2.4vw, 3.4rem);
}
.tagline-script .l1 { color: var(--violet-deep); display: block; }
.tagline-script .l2 { color: var(--orange); display: block; margin-top: .1em; }

.hdiv {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  color: var(--orange); margin-block: var(--s-4);
}
.hdiv::before, .hdiv::after {
  content: ""; width: 64px; height: 1px; background: currentColor; opacity: .5;
}
.hdiv svg { width: 16px; height: 16px; flex: none; }

.heart-field { position: absolute; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.heart-field svg {
  position: absolute; opacity: .5;
  animation: heart-drift 9s ease-in-out infinite;
}
@keyframes heart-drift {
  0%, 100% { transform: translateY(0) rotate(-6deg); }
  50%      { transform: translateY(-14px) rotate(6deg); }
}

.thanks-script {
  font-family: var(--font-script); font-size: 1.9rem; color: var(--violet-deep);
  display: inline-flex; align-items: center; gap: 10px;
}
.thanks-script svg { width: 22px; height: 22px; color: var(--orange); }

/* ---------- 15e. Moduł Google (Opinie) ---------- */
.gmodule {
  background: var(--paper); border-radius: var(--r-xl);
  border: 1px solid var(--line); box-shadow: var(--sh-4);
  padding: clamp(28px, 4vw, 44px); text-align: center;
}
.gmodule svg.g-logo { width: 56px; height: 56px; margin-inline: auto; }
.gmodule .stars { display: flex; justify-content: center; gap: 5px; margin: 14px 0 6px; }
.gmodule .stars svg { width: 22px; height: 22px; color: var(--gold); }
.gmodule .gm-cta {
  font-family: var(--font-editorial); font-style: italic;
  font-size: 1.15rem; color: var(--violet-deep); margin: 10px 0 18px; line-height: 1.4;
}
.gmodule img.qr { width: 168px; height: 168px; margin-inline: auto; border-radius: var(--r-sm); border: 1px solid var(--line); }

/* ---------- 15f. Zespół — karty osobowe ---------- */
.team-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: var(--s-4); }
.team-grid > * { min-width: 0; }
.team-card {
  background: var(--paper); border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--sh-1);
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.team-card:hover { transform: translateY(-5px); box-shadow: var(--sh-3); }
.team-card__photo { aspect-ratio: 4 / 4.9; overflow: hidden; background: var(--beige-bg); }
.team-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.team-card__body { padding: 16px 18px 20px; }
.team-card__body h3 { font-size: 1rem; margin-bottom: 3px; }
.team-card__role { font-family: var(--font-display); font-size: .82rem; font-weight: 600; color: var(--violet-deep); margin-bottom: 10px; }
.team-card__body p { font-size: .87rem; color: var(--muted); line-height: 1.55; }

/* ---------- 15g. Sygnatura strategii — dwa warianty ----------
   Dyskretny podpis wtopiony w tło, ujawniający się przy przewijaniu.
   Nie jest kolejnym logo ani nazwą strategii podawaną klientowi: w obu
   wariantach napis w sercach schodzi poniżej progu czytelności.
   aria-hidden + pointer-events:none — to warstwa czysto graficzna. */
.sig { position: absolute; z-index: 0; pointer-events: none; user-select: none; }

/* WARIANT A — „Znak wodny w narożniku”.
   Cztery serca jako jedna linia, wtopione w róg sekcji, w monochromacji tła. */
.sig--corner {
  right: clamp(12px, 3vw, 46px);
  bottom: clamp(12px, 3vw, 40px);
  width: clamp(160px, 20vw, 280px);
}
.sig--corner img {
  width: 100%; height: auto;
  opacity: .13;
  filter: grayscale(.55) contrast(.85) blur(.6px);
  mix-blend-mode: multiply;
  transform: translateY(14px);
  transition: opacity 900ms var(--ease), transform 900ms var(--ease);
}
.sig--corner.is-in img { opacity: .2; transform: none; }
/* Na ciemnym bloku multiply zjadłoby znak — tam rozjaśniamy. */
.sig--on-dark img { mix-blend-mode: screen; filter: grayscale(.2); opacity: .16; }
.sig--on-dark.is-in img { opacity: .3; }

/* WARIANT B — „Ślad w tle sekcji”.
   Jedno serce powiększone i ścięte krawędzią sekcji; pracuje jak faktura tła
   i spina motyw serc z podstroną Opinie. */
.sig--trace {
  left: -6%;
  top: 50%;
  width: clamp(280px, 34vw, 520px);
  transform: translateY(-50%);
}
.sig--trace img {
  width: 100%; height: auto;
  opacity: .05;
  /* Rozmycie zostawia kształt serca, a zdejmuje czytelność napisu w środku —
     sygnatura ma być podpisem w tle, nie nazwą strategii podaną klientowi. */
  filter: grayscale(.35) blur(2px);
  transform: rotate(-8deg) scale(.94);
  transition: opacity 1100ms var(--ease), transform 1100ms var(--ease);
}
.sig--trace.is-in img { opacity: .1; transform: rotate(-8deg) scale(1); }
.sig--trace--right { left: auto; right: -8%; }
.sig--trace--right img { transform: rotate(7deg) scale(.94); }
.sig--trace--right.is-in img { transform: rotate(7deg) scale(1); }

@media (max-width: 700px) {
  .sig--corner { width: 132px; right: 10px; bottom: 10px; }
  .sig--trace  { width: 240px; left: -18%; }
  .sig--trace--right { left: auto; right: -20%; }
}

/* ---------- 15h. Moduł „Nadajemy rytm Twojej firmie” ----------
   Portrety zespołu przy Opiniach. Świadomie oddzielone od kart z cytatami,
   żeby nikt nie wziął ich za autorki opinii. */
.rhythm {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(22px, 3vw, 32px);
  box-shadow: var(--sh-2);
  text-align: center;
}
.rhythm__title {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.25rem, 1.05rem + .9vw, 1.7rem);
  line-height: 1.15; letter-spacing: -.02em; margin-bottom: 6px;
}
.rhythm__energy { color: var(--orange-deep); display: block; }
.rhythm__trust  { color: var(--blue-link);   display: block; }
.rhythm__lead { font-size: .92rem; color: var(--muted); line-height: 1.6; margin-bottom: var(--s-5); }

.rhythm__stage {
  position: relative;
  width: clamp(150px, 42%, 200px);
  aspect-ratio: 1 / 1;
  margin: 0 auto var(--s-5);
  border-radius: 50%;
  overflow: hidden;
  background: var(--beige-bg);
  box-shadow: 0 0 0 1px var(--line), var(--sh-2);
}
.rhythm__stage img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  opacity: 0;
  transition: opacity 1200ms var(--ease);
}
.rhythm__stage img.is-active { opacity: 1; }
/* Bez JS albo przy braku klatek animacji widać pierwszy portret, nie puste koło. */
.no-js-rhythm .rhythm__stage img:first-child { opacity: 1; }

.rhythm__dots { display: flex; justify-content: center; gap: 7px; margin-bottom: var(--s-5); }
.rhythm__dots i {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--line); transition: background var(--t) var(--ease), transform var(--t) var(--ease);
}
.rhythm__dots i.is-active { background: var(--orange); transform: scale(1.35); }

.rhythm__note {
  font-size: .9rem; color: var(--muted); line-height: 1.65;
  padding-top: var(--s-5); border-top: 1px solid var(--line-soft);
  text-align: left;
}
.rhythm__note b { display: block; font-family: var(--font-display); color: var(--ink-strong); margin-bottom: 6px; }

@media (prefers-reduced-motion: reduce) {
  .rhythm__stage img { transition: none; }
}

/* ---------- 15i. Końcowa strefa kontaktu ----------
   „Napisz, z czym przychodzisz” pojawia się dopiero tutaj, przy kanałach.
   Odręczny krój i zielono-żółty charakter: działanie, rozwój klienta
   i konkretna osoba po drugiej stronie. */
.endzone {
  position: relative; overflow: hidden;
  border-radius: var(--r-xl);
  background:
    radial-gradient(ellipse 70% 90% at 88% 8%, rgba(252, 192, 0, .22), transparent 60%),
    radial-gradient(ellipse 60% 80% at 6% 96%, rgba(70, 170, 0, .16), transparent 58%),
    linear-gradient(155deg, #FFFBF4, #FFF3E0);
  border: 1px solid rgba(185, 122, 0, .18);
  padding: clamp(30px, 4.5vw, 60px);
  text-align: center;
}
.endzone > *:not(.sig) { position: relative; z-index: 2; }
.endzone__hand {
  font-family: var(--font-hand); font-weight: 700;
  font-size: clamp(2.1rem, 1.5rem + 2.8vw, 3.5rem);
  line-height: 1.05; letter-spacing: .005em;
  background: linear-gradient(96deg, var(--green-ink) 8%, var(--contact-gold) 92%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  margin-bottom: 6px;
}
/* Gradient na tekście bywa nieobsługiwany — wtedy zostaje pełny, czytelny kolor. */
@supports not (background-clip: text) {
  .endzone__hand { color: var(--green-ink); background: none; }
}
.endzone__arrow { width: 54px; height: 36px; color: var(--contact-gold); margin: 0 auto 4px; transform: rotate(-6deg); }
.endzone p { color: var(--ink); max-width: 60ch; margin: 14px auto 0; }

.channels {
  display: flex; flex-wrap: wrap; justify-content: center; gap: var(--s-3);
  margin-top: var(--s-6);
}
.channel {
  display: inline-flex; align-items: center; gap: 10px;
  min-height: 52px; padding: 0 22px; border-radius: var(--r-pill);
  background: var(--paper); border: 1px solid var(--line);
  font-family: var(--font-display); font-size: .94rem; font-weight: 600;
  color: var(--ink-strong); text-decoration: none;
  box-shadow: var(--sh-1);
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease), border-color var(--t) var(--ease);
}
.channel:hover { transform: translateY(-2px); box-shadow: var(--sh-2); color: var(--ink-strong); border-color: rgba(185,122,0,.35); }
.channel svg { width: 21px; height: 21px; flex: none; }
/* Najdłuższa etykieta to adres e-mail — na wąskim ekranie kanały idą w kolumnę,
   a tekst może się złamać, zamiast rozpychać kontener. */
@media (max-width: 620px) {
  .channels { flex-direction: column; align-items: stretch; }
  .channel {
    justify-content: flex-start; padding: 12px 18px;
    font-size: .89rem; overflow-wrap: anywhere;
  }
}
.channel--wa svg { color: #128C4A; }
.channel--fb svg, .channel--msg svg { color: var(--facebook); }
.channel--tel svg { color: var(--blue-link); }
.channel--mail svg { color: var(--violet-ink); }

/* ---------- 16. Cennik ---------- */
.toggle {
  display: inline-flex; align-items: center; gap: 4px; padding: 5px;
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--r-pill); box-shadow: var(--sh-1);
}
.toggle button {
  min-height: 44px; padding: 0 22px; border: 0; border-radius: var(--r-pill);
  background: transparent; cursor: pointer;
  font-family: var(--font-display); font-size: .87rem; font-weight: 600;
  color: var(--muted);
  transition: background var(--t) var(--ease), color var(--t) var(--ease);
}
.toggle button[aria-pressed="true"] { background: var(--ink-strong); color: #fff; }
.toggle button:hover[aria-pressed="false"] { color: var(--ink-strong); background: var(--bg-tint); }

.prices { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s-5); }
.prices > * { min-width: 0; }

.price { display: flex; flex-direction: column; overflow: hidden; }
.price--accent {
  border-color: rgba(30, 115, 232, .3);
  box-shadow: var(--sh-3);
}
.price--accent::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 4px;
  background: linear-gradient(90deg, var(--sky), var(--blue), var(--violet));
}
.price__top { display: flex; align-items: flex-start; justify-content: space-between; gap: var(--s-4); }
.price h3 { font-size: 1.28rem; }
.price__sub { color: var(--muted); font-size: .92rem; margin-top: 6px; }
.price__amount {
  display: flex; align-items: baseline; gap: 8px;
  margin: var(--s-5) 0 4px;
}
.price__amount strong {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(2.3rem, 1.8rem + 1.9vw, 3.15rem);
  letter-spacing: -.035em; color: var(--ink-strong); line-height: 1;
}
.price__amount i { font-style: normal; font-size: 1.05rem; color: var(--muted); font-weight: 500; }
.price__mode { font-size: .85rem; color: var(--muted-soft); margin-bottom: var(--s-5); }
.price__mode b { color: var(--blue-link); font-weight: 600; }
.price__extra {
  display: flex; align-items: center; justify-content: space-between; gap: var(--s-3);
  padding: 13px 16px; border-radius: var(--r-sm);
  background: var(--bg); border: 1px solid var(--line-soft);
  font-size: .88rem; margin-bottom: var(--s-5);
}
.price__extra b { font-family: var(--font-display); }
.price ul { display: grid; gap: 11px; margin-bottom: var(--s-6); }
.price li { display: flex; align-items: flex-start; gap: 10px; font-size: .93rem; color: var(--ink); }
.price li svg { width: 17px; height: 17px; color: var(--blue); flex: none; margin-top: 4px; }
.price .btn { margin-top: auto; }

.note {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 16px 18px; border-radius: var(--r);
  background: var(--bg-warm); border: 1px solid rgba(255, 122, 26, .2);
  font-size: .9rem; color: #6B4415; line-height: 1.6;
}
.note svg { width: 19px; height: 19px; color: var(--orange-deep); flex: none; margin-top: 2px; }
.note--blue { background: var(--blue-soft); border-color: rgba(30, 115, 232, .2); color: #234a80; }
/* Zielony = rozwój firmy klienta. Punktowo, nie jako powierzchnia. */
.note--green { background: var(--green-soft); border-color: rgba(70, 170, 0, .28); color: var(--green-ink); }
.note--green svg { color: var(--green-ink); }
.note--blue svg { color: var(--blue-link); }

/* Tabela cen */
.tablewrap { overflow-x: auto; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--paper); }
.ptable { width: 100%; border-collapse: collapse; min-width: 620px; }
.ptable caption { text-align: left; padding: 20px 24px 0; font-size: .88rem; color: var(--muted); }
.ptable th, .ptable td { padding: 16px 24px; text-align: left; border-bottom: 1px solid var(--line-soft); }
.ptable thead th {
  font-family: var(--font-display); font-size: .78rem; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase; color: var(--muted);
  background: var(--bg); border-bottom-color: var(--line);
}
.ptable td:not(:first-child), .ptable th:not(:first-child) { text-align: right; }
.ptable tbody tr:last-child td { border-bottom: 0; }
.ptable tbody tr:hover { background: rgba(30, 115, 232, .035); }
.ptable td:first-child { font-weight: 500; color: var(--ink-strong); }
.ptable .c-net { font-family: var(--font-display); font-weight: 600; color: var(--ink-strong); }
.ptable .c-gross { color: var(--muted); }
.ptable .c-vat { color: var(--muted-soft); font-size: .92rem; }

/* ---------- 17. Kalkulator ---------- */
.calc {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(24px, 3.5vw, 48px);
  align-items: start;
}
.calc > * { min-width: 0; }
.field { margin-bottom: var(--s-5); }
.field > label, .field__label {
  display: block; font-family: var(--font-display); font-size: .95rem; font-weight: 600;
  color: var(--ink-strong); margin-bottom: 10px;
}
.field__hint { font-size: .84rem; color: var(--muted); margin-top: 8px; }

.radios { display: grid; gap: 10px; }
.radio {
  display: flex; align-items: center; gap: 13px;
  padding: 15px 17px; border-radius: var(--r);
  border: 1px solid var(--line); background: var(--paper);
  cursor: pointer; min-height: 56px;
  transition: border-color var(--t) var(--ease), background var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.radio:hover { border-color: rgba(30, 115, 232, .4); }
.radio input { position: absolute; opacity: 0; width: 0; height: 0; }
.radio__dot {
  width: 21px; height: 21px; border-radius: 50%; flex: none;
  border: 2px solid #C2CDDF; display: grid; place-items: center;
  transition: border-color var(--t) var(--ease);
}
.radio__dot::after {
  content: ""; width: 10px; height: 10px; border-radius: 50%;
  background: var(--blue); transform: scale(0); transition: transform var(--t) var(--ease);
}
.radio input:checked ~ .radio__dot { border-color: var(--blue); }
.radio input:checked ~ .radio__dot::after { transform: scale(1); }
.radio:has(input:checked) {
  border-color: var(--blue); background: rgba(30, 115, 232, .045);
  box-shadow: 0 0 0 3px rgba(30, 115, 232, .1);
}
.radio input:focus-visible ~ .radio__dot { outline: 3px solid var(--blue); outline-offset: 3px; }
.radio__txt b { display: block; font-family: var(--font-display); font-size: .97rem; }
.radio__txt span { display: block; font-size: .84rem; color: var(--muted); }

/* Suwak: element ma 44 px wysokości (cel dotykowy), a widoczna ścieżka 8 px.
   Wypełnienie steruje zmienną --fill ustawianą przez JS. */
.slider { display: flex; align-items: center; gap: var(--s-4); }
.slider input[type="range"] {
  -webkit-appearance: none; appearance: none;
  flex: 1; height: 44px; background: transparent;
  outline-offset: 2px; cursor: pointer; margin: 0;
}
.slider input[type="range"]::-webkit-slider-runnable-track {
  height: 8px; border-radius: 4px;
  background: linear-gradient(90deg, var(--blue) 0%, var(--sky) var(--fill, 8%), var(--bg-tint) var(--fill, 8%));
}
.slider input[type="range"]::-moz-range-track {
  height: 8px; border-radius: 4px;
  background: linear-gradient(90deg, var(--blue) 0%, var(--sky) var(--fill, 8%), var(--bg-tint) var(--fill, 8%));
}
.slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 26px; height: 26px; margin-top: -9px; border-radius: 50%;
  background: var(--paper); border: 3px solid var(--blue);
  box-shadow: var(--sh-2); cursor: grab;
}
.slider input[type="range"]::-moz-range-thumb {
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--paper); border: 3px solid var(--blue);
  box-shadow: var(--sh-2); cursor: grab;
}
.slider__val {
  min-width: 84px; text-align: center;
  padding: 9px 12px; border-radius: var(--r-sm);
  background: var(--ink-strong); color: #fff;
  font-family: var(--font-display); font-weight: 600; font-size: 1rem;
}

.calc__out {
  position: sticky; top: calc(var(--header-h) + 20px);
  border-radius: var(--r-lg); overflow: hidden;
  background:
    radial-gradient(ellipse 100% 90% at 100% 0%, rgba(41, 171, 226, .2), transparent 62%),
    linear-gradient(160deg, #0F4C9E, #0A2E63);
  color: #fff; padding: clamp(24px, 3vw, 34px);
  box-shadow: var(--sh-4);
}
.calc__out h3 { color: #fff; font-size: 1.12rem; margin-bottom: var(--s-5); }
.calc__big { display: flex; align-items: baseline; gap: 10px; margin-bottom: 4px; }
.calc__big strong {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(2.5rem, 2rem + 2.2vw, 3.4rem); letter-spacing: -.035em; line-height: 1;
}
.calc__big i { font-style: normal; color: rgba(255, 255, 255, .66); font-size: 1rem; }
.calc__gross { color: var(--gold); font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; }
.calc__rows { display: grid; gap: 10px; margin: var(--s-5) 0; padding-block: var(--s-5); border-block: 1px solid rgba(255, 255, 255, .14); }
.calc__row { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: .9rem; }
.calc__row span { color: rgba(255, 255, 255, .7); }
.calc__row b { font-family: var(--font-display); font-weight: 600; }
.calc__disc { font-size: .8rem; color: rgba(255, 255, 255, .62); line-height: 1.55; margin-bottom: var(--s-5); }

/* ---------- 18. Opinie ---------- */
.revs { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-4); }
.revs > * { min-width: 0; }
.rev { display: flex; flex-direction: column; }
.rev__stars { display: flex; gap: 3px; margin-bottom: var(--s-4); }
.rev__stars svg { width: 17px; height: 17px; color: var(--gold); }
.rev p { font-size: .97rem; color: var(--ink); line-height: 1.65; margin-bottom: var(--s-5); }
.rev__who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.rev__who img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; flex: none; }
.rev__who div b { display: block; font-family: var(--font-display); font-size: .92rem; }
.rev__who div span { display: block; font-size: .82rem; color: var(--muted); }

.gtile {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center;
  gap: clamp(16px, 2.5vw, 28px);
  padding: clamp(20px, 2.6vw, 30px);
  border-radius: var(--r-lg); background: var(--paper);
  border: 1px solid var(--line); box-shadow: var(--sh-2);
  text-decoration: none; color: var(--ink);
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease), border-color var(--t) var(--ease);
}
.gtile:hover { transform: translateY(-3px); box-shadow: var(--sh-3); border-color: rgba(30,115,232,.3); color: var(--ink); }
.gtile__g {
  width: 56px; height: 56px; border-radius: 16px; flex: none;
  display: grid; place-items: center; background: var(--bg-tint);
}
.gtile__g svg { width: 28px; height: 28px; }
.gtile b { display: block; font-family: var(--font-display); font-size: 1.06rem; color: var(--ink-strong); }
.gtile span span { display: block; font-size: .9rem; color: var(--muted); margin-top: 3px; }
.gtile__go {
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 46px; padding: 0 20px; border-radius: var(--r-pill);
  background: var(--ink-strong); color: #fff;
  font-family: var(--font-display); font-size: .9rem; font-weight: 600; white-space: nowrap;
}
.gtile__go svg { width: 17px; height: 17px; }

/* ---------- 19. FAQ ---------- */
.faq { display: grid; gap: 10px; }
.faq__item {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--r); overflow: hidden;
  transition: border-color var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.faq__item.is-open { border-color: rgba(30, 115, 232, .35); box-shadow: var(--sh-2); }
.faq__q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: var(--s-4);
  min-height: 66px; padding: 16px 22px;
  background: transparent; border: 0; cursor: pointer; text-align: left;
  font-family: var(--font-display); font-size: 1.02rem; font-weight: 600; color: var(--ink-strong);
}
.faq__q:hover { color: var(--blue-deep); }
.faq__ico {
  width: 32px; height: 32px; border-radius: 10px; flex: none;
  display: grid; place-items: center;
  background: var(--bg-tint); color: var(--blue-deep);
  transition: transform var(--t) var(--ease), background var(--t) var(--ease);
}
.faq__ico svg { width: 17px; height: 17px; }
.faq__item.is-open .faq__ico { transform: rotate(45deg); background: var(--blue); color: #fff; }
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 300ms var(--ease); }
.faq__item.is-open .faq__a { grid-template-rows: 1fr; }
.faq__a > div { overflow: hidden; }
.faq__a p { padding: 0 22px 22px; color: var(--muted); font-size: .97rem; line-height: 1.7; max-width: 72ch; }

/* ---------- 20. Formularz ---------- */
.form { display: grid; gap: var(--s-4); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-4); }
.form__row > * { min-width: 0; }
.form label {
  display: block; font-family: var(--font-display); font-size: .88rem; font-weight: 600;
  color: var(--ink-strong); margin-bottom: 7px;
}
.form label .req { color: var(--orange-deep); }
.form input, .form select, .form textarea {
  width: 100%; min-height: 52px; padding: 13px 16px;
  border: 1px solid var(--line); border-radius: var(--r-sm);
  background: var(--paper); color: var(--ink); font-size: .97rem;
  transition: border-color var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.form textarea { min-height: 140px; resize: vertical; line-height: 1.6; }
.form input:hover, .form select:hover, .form textarea:hover { border-color: #C7D4E8; }
.form input:focus, .form select:focus, .form textarea:focus {
  outline: none; border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(30, 115, 232, .13);
}
.form .hint { font-size: .82rem; color: var(--muted); margin-top: 6px; }
.form .err {
  display: none; align-items: center; gap: 6px;
  font-size: .82rem; color: #B42318; margin-top: 6px; font-weight: 500;
}
.form .err svg { width: 14px; height: 14px; flex: none; }
.form [data-invalid="true"] input,
.form [data-invalid="true"] select,
.form [data-invalid="true"] textarea { border-color: #D92D20; }
.form [data-invalid="true"] .err { display: flex; }

.consent { display: flex; align-items: flex-start; gap: 12px; }
.consent input { width: 24px; height: 24px; min-height: 0; flex: none; margin-top: 1px; accent-color: var(--blue); cursor: pointer; }
.consent label { font-family: var(--font-body); font-weight: 400; font-size: .87rem; color: var(--muted); line-height: 1.6; margin: 0; }

.form__ok {
  display: none; align-items: center; gap: 12px;
  padding: 15px 18px; border-radius: var(--r);
  background: #ECFDF3; border: 1px solid #ABEFC6; color: #067647;
  font-size: .93rem; font-weight: 500;
}
.form__ok svg { width: 20px; height: 20px; flex: none; }
.form.is-sent .form__ok { display: flex; }

/* Szablon wiadomości */
.template {
  position: relative;
  border-radius: var(--r-lg); border: 1px dashed rgba(30, 115, 232, .4);
  background: var(--bg-tint); padding: clamp(22px, 3vw, 32px);
}
.template pre {
  font-family: var(--font-body); font-size: .97rem; line-height: 1.85;
  color: var(--ink); white-space: pre-wrap; margin: 0 0 var(--s-5);
}
.template mark { background: rgba(245, 193, 30, .45); color: var(--ink-strong); padding: 1px 5px; border-radius: 4px; }
.copybtn { position: relative; }

/* ---------- 21. Dane kontaktowe ---------- */
.contacts { display: grid; gap: var(--s-3); }
.contact {
  display: flex; align-items: center; gap: var(--s-4);
  padding: 16px 18px; border-radius: var(--r);
  background: var(--paper); border: 1px solid var(--line);
  text-decoration: none; color: var(--ink); min-height: 76px;
  transition: transform var(--t) var(--ease), border-color var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.contact:hover { transform: translateX(3px); border-color: rgba(30,115,232,.32); box-shadow: var(--sh-2); color: var(--ink); }
.contact__ico {
  width: 44px; height: 44px; border-radius: 13px; flex: none;
  display: grid; place-items: center;
  background: linear-gradient(150deg, rgba(41,171,226,.16), rgba(30,115,232,.1));
  color: var(--blue-deep);
}
.contact__ico svg { width: 21px; height: 21px; }
.contact__txt b { display: block; font-family: var(--font-display); font-size: .97rem; color: var(--ink-strong); }
.contact__txt > span { display: block; font-size: .87rem; color: var(--muted); }
.contact--todo { border-style: dashed; background: transparent; }
.contact--todo .contact__ico { background: var(--bg-tint); color: var(--muted); }

.todo {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 3px 9px; border-radius: var(--r-pill);
  background: rgba(255, 122, 26, .13); color: #A34400;
  font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  vertical-align: middle;
}

/* ---------- 22. Pasek CTA ---------- */
.cta {
  position: relative; overflow: hidden;
  border-radius: var(--r-xl);
  background:
    radial-gradient(ellipse 80% 120% at 100% 0%, rgba(123, 63, 242, .35), transparent 58%),
    radial-gradient(ellipse 70% 100% at 0% 100%, rgba(41, 171, 226, .3), transparent 55%),
    linear-gradient(150deg, #0F4C9E, #0A2E63);
  color: #fff; padding: clamp(36px, 5.5vw, 76px);
  text-align: center;
}
.cta > *:not(.dust):not(.arc):not(.mesh) { position: relative; z-index: 2; }
.cta h2 { color: #fff; max-width: 18ch; margin-inline: auto; }
.cta p { color: rgba(255, 255, 255, .76); max-width: 56ch; margin: var(--s-4) auto var(--s-6); }
.cta__actions { display: flex; flex-wrap: wrap; gap: var(--s-3); justify-content: center; }
.cta .btn--ghost { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.28); }
.cta .btn--ghost:hover { background: rgba(255,255,255,.2); color: #fff; border-color: rgba(255,255,255,.45); }
.cta .dust--c1 { width: 130px; top: 24px; left: 28px; opacity: .5; z-index: 1; }
.cta .dust--c2 { width: 100px; bottom: 26px; right: 34px; opacity: .4; z-index: 1; }

/* ---------- 23. Statystyki ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-4); }
.stats > * { min-width: 0; }
.stat { text-align: left; padding: var(--s-5) 0; border-top: 2px solid var(--line); }
.stat strong {
  display: block;
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.9rem, 1.5rem + 1.5vw, 2.7rem); letter-spacing: -.035em;
  color: var(--blue-deep); line-height: 1;
}
.stat strong i {
  font-style: normal; font-size: .4em; letter-spacing: 0;
  font-weight: 600; color: var(--muted); margin-left: 3px;
}
.stat > span { display: block; margin-top: 12px; font-size: .92rem; color: var(--muted); line-height: 1.5; }

/* ---------- 24. Strona wewnętrzna — nagłówek ---------- */
.phero { position: relative; overflow: hidden; padding-block: clamp(48px, 6vw, 84px) clamp(36px, 4.5vw, 62px); }
.phero .glow--blue { width: 520px; height: 520px; top: -300px; right: -160px; }
.phero .glow--gold { width: 300px; height: 300px; top: -120px; left: 10%; opacity: .5; }
.phero__in { position: relative; z-index: 1; }
.crumbs {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  font-size: .84rem; color: var(--muted); margin-bottom: var(--s-5);
}
.crumbs a { color: var(--muted); text-decoration: none; display: inline-flex; align-items: center; min-height: 28px; }
.crumbs a:hover { color: var(--blue-link); text-decoration: underline; }
.crumbs svg { width: 14px; height: 14px; color: var(--muted-soft); }
.crumbs [aria-current] { color: var(--ink-strong); font-weight: 500; }

/* ---------- 25. Stopka ---------- */
.footer {
  background: var(--ink-strong); color: rgba(255, 255, 255, .72);
  padding-block: clamp(48px, 6vw, 80px) var(--s-6);
  position: relative; overflow: hidden;
}
.footer .dust--f { width: 150px; top: 30px; right: 4%; opacity: .3; }
.footer__in { position: relative; z-index: 2; }
.footer__grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: clamp(28px, 4vw, 56px);
  padding-bottom: var(--s-7); border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.footer__grid > * { min-width: 0; }
.footer__logo {
  display: inline-block; background: #fff; border-radius: var(--r-sm);
  padding: 12px 16px; margin-bottom: var(--s-4);
}
.footer__logo img { height: 40px; width: auto; }
.footer p { font-size: .92rem; line-height: 1.7; color: rgba(255, 255, 255, .66); max-width: 40ch; }
.footer h4 {
  color: #fff; font-size: .8rem; font-weight: 600;
  letter-spacing: .13em; text-transform: uppercase; margin-bottom: var(--s-4);
}
.footer ul { display: grid; gap: 6px; }
.footer li a, .footer li > span { font-size: .93rem; color: rgba(255, 255, 255, .72); text-decoration: none; }
.footer li a { display: inline-flex; align-items: center; min-height: 34px; }
.footer li a:hover { color: var(--gold); text-decoration: underline; }
.footer__contact li { display: flex; align-items: flex-start; gap: 10px; }
.footer__contact svg { width: 16px; height: 16px; color: var(--sky); flex: none; margin-top: 4px; }
.footer__bottom {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--s-4); flex-wrap: wrap; padding-top: var(--s-5);
  font-size: .85rem; color: rgba(255, 255, 255, .55);
}
.footer__bottom a { color: rgba(255, 255, 255, .68); }

/* ---------- 26. Ujawnianie przy przewijaniu ----------
   Stan ukryty TYLKO gdy JS potwierdził obsługę (html.js-anim).
   Bez tego strona zostałaby niewidoczna przy prerenderze/webview. */
.js-anim .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms var(--ease), transform 620ms var(--ease);
  transition-delay: var(--d, 0ms);
  will-change: opacity, transform;
}
.js-anim .reveal.is-in { opacity: 1; transform: none; }

/* ---------- 27. Responsywność ---------- */
@media (max-width: 1080px) {
  .hero__in { grid-template-columns: 1fr; gap: var(--s-8); }
  .hero__copy { max-width: 640px; }
  .shot { max-width: 520px; margin-inline: auto; }
  .float--a { left: -4%; }
  .float--b { right: -4%; }
  .bento { grid-template-columns: repeat(4, 1fr); }
  .bento__cell--feature { grid-column: span 4; grid-row: auto; min-height: 0; }
  .bento__cell--wide, .bento__cell--half { grid-column: span 2; }
  .bento__cell--third { grid-column: span 2; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: var(--s-6) var(--s-4); }
  .steps::before { display: none; }
  .quote { grid-template-columns: 1fr; }
  .quote__media { max-width: 420px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Nawigacja ma własny, wyższy próg — sześć pozycji (z Zespołem i Opiniami)
   nie mieści się już przy 900-1180px obok logo i CTA. */
@media (max-width: 1180px) {
  .nav, .header__cta .btn { display: none; }
  .burger { display: grid; }
}

@media (max-width: 900px) {
  .split, .split--form { grid-template-columns: 1fr; gap: var(--s-7); }
  .split--reverse .split__media { order: 0; }
  .panel { right: 0; bottom: -8%; }
  .calc { grid-template-columns: 1fr; }
  .calc__out { position: static; }
  .revs { grid-template-columns: 1fr; }
  .prices { grid-template-columns: 1fr; }
  .head--split { grid-template-columns: 1fr; align-items: start; }
  .offer-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .topbar__list .topbar__item--hide { display: none; }
  .topbar__in { min-height: 0; padding-block: 6px; }
  .topbar__gg { min-height: 44px; }
  .footer li a { min-height: 44px; }
  .footer__contact li { min-height: 44px; align-items: center; }
  .footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .bento { grid-template-columns: 1fr; }
  .bento__cell--feature, .bento__cell--wide, .bento__cell--half, .bento__cell--third { grid-column: span 1; }
  .steps { grid-template-columns: 1fr; }
  .form__row { grid-template-columns: 1fr; }
  .gtile { grid-template-columns: auto 1fr; }
  .gtile__go { grid-column: 1 / -1; justify-content: center; }
  .stats { grid-template-columns: 1fr 1fr; gap: var(--s-3); }
  .grid--2, .grid--3 { grid-template-columns: 1fr; }
  .float--a { top: 4%; left: -10px; }
  .float--b { bottom: 12%; right: -10px; }
  .float--c { display: none; }
  .float { padding: 10px 13px; }
  .float b { font-size: .8rem; }
  .float span { font-size: .72rem; }
  .hero__actions .btn { width: 100%; }
  .cta__actions .btn { width: 100%; }
  .team-grid { grid-template-columns: repeat(2, 1fr); gap: var(--s-3); }
  .hand-cta__text { font-size: 1.2rem; }
  .offer-note { flex-direction: column; align-items: flex-start; gap: 6px; }
}

@media (max-width: 420px) {
  .shot .dust--tl, .shot .dust--br { display: none; }
  .brand img { height: 38px; }
}

/* ---------- 28. Ograniczony ruch ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  .js-anim .reveal { opacity: 1; transform: none; }
  .marquee__track { animation: none; }
  .float { animation: none; }
}

/* ---------- 29. Druk ---------- */
@media print {
  .header, .topbar, .drawer, .marquee, .cta, .burger { display: none !important; }
  body { background: #fff; font-size: 12pt; }
  .card, .price { box-shadow: none; border-color: #ccc; }
}
