@charset "UTF-8";
/* ==========================================================================
   KwiatekMedia , system wizualny
   Biel buduje zaufanie. Niebieski prowadzi do działania. Bursztyn to marka.
   Zasada nadrzędna: czytelność przed ozdobą. Zero chaosu.
   ========================================================================== */

/* ---------- Fonty (self-hosted, brak zapytań do obcych domen) ------------- */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Tokeny -------------------------------------------------------- */
:root {
  --bg: #ffffff;
  --bg-alt: #f5f5f7;
  --bg-soft: #f0f0f0;
  --ink: #101010;
  --ink-2: #5f5f66;
  --ink-3: #707076;
  --cta: #0088ff;
  --cta-hover: #1c95ff;
  --amber: #f06413;
  --amber-2: #feab30;
  --ok: #2fa84f;
  --warn: #e5282c;
  --brand-grad: linear-gradient(0deg, #f06413 -29%, #feab30 100%);
  --line: rgba(16, 16, 16, 0.09);

  /* forma */
  --r-card: 20px;
  --r-media: 26px;
  --r-media-lg: 36px;
  --r-pill: 100px;

  /* cienie: równomierne, warstwowe, bez kierunku */
  --sh-1: 0 1px 2px rgba(16, 16, 16, 0.04), 0 2px 8px rgba(16, 16, 16, 0.05);
  --sh-2: 0 1px 2px rgba(16, 16, 16, 0.04), 0 4px 14px rgba(16, 16, 16, 0.06),
          0 10px 28px rgba(16, 16, 16, 0.06);
  --sh-3: 0 1px 2px rgba(16, 16, 16, 0.04), 0 6px 18px rgba(16, 16, 16, 0.07),
          0 16px 44px rgba(16, 16, 16, 0.08);
  --sh-lift: 0 2px 4px rgba(16, 16, 16, 0.05), 0 10px 26px rgba(16, 16, 16, 0.09),
             0 24px 60px rgba(16, 16, 16, 0.1);

  /* siatka */
  --wrap: 1200px;
  --measure: 700px;
  --pad: 20px;
  --sect: 68px;

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (min-width: 600px) { :root { --pad: 24px; --sect: 88px; } }
@media (min-width: 900px) { :root { --pad: 28px; --sect: 108px; } }
@media (min-width: 1200px) { :root { --pad: 32px; --sect: 128px; } }

/* ---------- Reset --------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; color: inherit; }
h1, h2, h3, h4, p, figure, blockquote, ul, ol, dl, dd { margin: 0; }
ul, ol { padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; }

:focus-visible { outline: 3px solid var(--cta); outline-offset: 3px; border-radius: 6px; }

/* ---------- Typografia ---------------------------------------------------- */
h1, .h1 {
  font-size: clamp(2.125rem, 1.45rem + 3vw, 3.75rem);   /* 34 → 60 */
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.025em;
  text-wrap: balance;
}
h2, .h2 {
  font-size: clamp(1.75rem, 1.3rem + 2.1vw, 3rem);      /* 28 → 48 */
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.022em;
  text-wrap: balance;
}
h3, .h3 {
  font-size: clamp(1.1875rem, 1.1rem + 0.5vw, 1.5rem);  /* 19 → 24 */
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: -0.012em;
  text-wrap: balance;
}
h4, .h4 { font-size: 1.0625rem; font-weight: 650; line-height: 1.3; }

.lead {
  font-size: clamp(1.0625rem, 1rem + 0.42vw, 1.3125rem); /* 17 → 21 */
  line-height: 1.55;
  color: var(--ink-2);
  text-wrap: pretty;
}
.body-lg { font-size: 1.0625rem; line-height: 1.65; }
.muted { color: var(--ink-2); }
.caption { font-size: 0.8125rem; line-height: 1.45; color: var(--ink-3); font-weight: 500; }
.eyebrow {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.grad {
  background: var(--brand-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
p { text-wrap: pretty; }

/* ---------- Layout -------------------------------------------------------- */
.wrap {
  width: 100%;
  max-width: calc(var(--wrap) + var(--pad) * 2);
  margin-inline: auto;
  padding-inline: var(--pad);
}
.section { padding-block: var(--sect); }
.section--alt { background: var(--bg-alt); }
.measure { max-width: var(--measure); }
.center { text-align: center; margin-inline: auto; }

.grid { display: grid; gap: 18px; }
@media (min-width: 768px) { .grid { gap: 24px; } }

.sect-head { max-width: 720px; margin-bottom: clamp(32px, 4.5vw, 60px); }
.sect-head .eyebrow { margin-bottom: 14px; }
.sect-head h2 + p { margin-top: 16px; }
.sect-head--center { margin-inline: auto; text-align: center; }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--ink); color: #fff; padding: 14px 22px;
  border-radius: 0 0 var(--r-card) 0; font-weight: 600;
}
.skip:focus { left: 0; }

/* ---------- Przyciski ----------------------------------------------------- */
.btn {
  --btn-bg: var(--cta);
  --btn-fg: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 26px;
  border-radius: var(--r-pill);
  background: var(--btn-bg);
  color: var(--btn-fg);
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: -0.01em;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0, 68, 128, 0.14), 0 6px 18px rgba(0, 136, 255, 0.22);
  transition: background-color 0.2s var(--ease), transform 0.18s var(--ease),
    box-shadow 0.22s var(--ease), border-color 0.2s var(--ease);
}
.btn:hover {
  --btn-bg: var(--cta-hover);
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(0, 68, 128, 0.16), 0 12px 30px rgba(0, 136, 255, 0.3);
}
.btn:active { transform: translateY(0); }
.btn--ghost {
  --btn-bg: #fff;
  --btn-fg: var(--ink);
  border-color: rgba(16, 16, 16, 0.14);
  box-shadow: var(--sh-1);
}
.btn--ghost:hover {
  --btn-bg: #fff;
  border-color: rgba(16, 16, 16, 0.26);
  box-shadow: var(--sh-2);
}
.btn--sm { min-height: 44px; padding: 10px 20px; font-size: 0.9375rem; }
.btn--block { width: 100%; }

.tlink {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; color: var(--cta); min-height: 44px;
}
.tlink svg { flex: none; transition: transform 0.2s var(--ease); }
.tlink:hover svg { transform: translateX(3px); }

.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
@media (max-width: 420px) { .btn-row .btn { width: 100%; } }

/* ---------- Badge --------------------------------------------------------- */
.badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 15px; border-radius: var(--r-pill);
  background: rgba(16, 16, 16, 0.05);
  font-size: 0.8125rem; font-weight: 600; color: var(--ink-2);
}
.badge--ok { background: rgba(47, 168, 79, 0.12); color: #1d7c39; }
.badge--brand { background: rgba(240, 100, 19, 0.1); color: #b8490b; }
.badge .dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; flex: none; }

/* ---------- Karty i głębia ------------------------------------------------ */
.card {
  background: #fff;
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
  padding: clamp(22px, 3vw, 32px);
}
.card--flat { box-shadow: var(--sh-1); }
.card--lift { transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease); }
.card--lift:hover { transform: translateY(-4px); box-shadow: var(--sh-lift); }

/* Neonowa ramka: gradientowy obrys plus miękka poświata.
   Używana wyłącznie przy dowodach: wynikach i opiniach. */
.neon {
  position: relative;
  background: #fff;
  border-radius: var(--r-media);
  box-shadow: var(--sh-2), 0 0 44px -16px rgba(240, 100, 19, 0.45);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.neon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(140deg, #feab30 0%, #f06413 38%, #0088ff 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}
.neon:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-lift), 0 0 56px -14px rgba(240, 100, 19, 0.55);
}
.neon--blue { box-shadow: var(--sh-2), 0 0 44px -16px rgba(0, 136, 255, 0.45); }
.neon--blue::before { background: linear-gradient(140deg, #57b6ff 0%, #0088ff 55%, #feab30 100%); }
.neon--blue:hover { box-shadow: var(--sh-lift), 0 0 56px -14px rgba(0, 136, 255, 0.55); }

/* ---------- Nawigacja ----------------------------------------------------- */
.hdr {
  position: sticky; top: 0; z-index: 100; background: #fff;
  transition: box-shadow 0.25s var(--ease), background-color 0.25s var(--ease);
}
.hdr.is-stuck {
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  box-shadow: 0 1px 0 var(--line), 0 4px 20px rgba(16, 16, 16, 0.05);
}
.hdr__in {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; min-height: 70px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; flex: none; min-height: 44px; }
.brand img { width: 34px; height: auto; }
.brand b { font-size: 1.0625rem; font-weight: 700; letter-spacing: -0.03em; white-space: nowrap; }
.brand b span { color: #f06413; }

.nav { display: none; }
@media (min-width: 1000px) { .nav { display: flex; align-items: center; gap: 2px; } }
.nav a {
  padding: 9px 13px; border-radius: var(--r-pill);
  font-size: 0.9375rem; font-weight: 500; color: var(--ink-2);
  transition: color 0.18s var(--ease), background-color 0.18s var(--ease);
  white-space: nowrap;
}
.nav a:hover { color: var(--ink); background: rgba(16, 16, 16, 0.05); }
.nav a[aria-current="page"] { color: var(--ink); font-weight: 650; }

.hdr__cta { display: none; }
@media (min-width: 1000px) { .hdr__cta { display: inline-flex; } }
.hdr__mob { display: flex; align-items: center; gap: 10px; }
@media (min-width: 1000px) { .hdr__mob { display: none; } }
@media (max-width: 400px) { .hdr__mob .btn { display: none; } }

.burger {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border: 1px solid rgba(16, 16, 16, 0.14);
  border-radius: var(--r-pill); background: #fff; cursor: pointer; flex: none;
  box-shadow: var(--sh-1);
}

.menu {
  position: fixed; inset: 0; z-index: 150; background: #fff;
  padding: 16px var(--pad) 32px; overflow-y: auto;
  display: none; flex-direction: column;
}
.menu.is-open { display: flex; }
.menu__top { display: flex; align-items: center; justify-content: space-between; min-height: 70px; margin-bottom: 16px; }
.menu nav { display: grid; gap: 2px; }
.menu nav a {
  font-size: 1.375rem; font-weight: 650; letter-spacing: -0.02em;
  padding: 15px 0; border-bottom: 1px solid var(--line);
}
.menu nav a[aria-current="page"] { color: var(--cta); }
.menu__foot { margin-top: auto; padding-top: 28px; display: grid; gap: 12px; }

/* ---------- Hero ---------------------------------------------------------- */
.hero { padding-top: clamp(32px, 5vw, 64px); padding-bottom: var(--sect); }
.hero__grid { display: grid; gap: clamp(32px, 4.5vw, 52px); align-items: center; }
@media (min-width: 1000px) { .hero__grid { grid-template-columns: 1fr 1fr; } }
.hero h1 { margin-block: 18px 20px; }
.hero .lead { max-width: 34em; }
.hero .btn-row { margin-top: 28px; }

.proofline {
  margin-top: 26px; padding-top: 24px;
  border-top: 1px solid var(--line);
  display: grid; gap: 14px;
}
@media (min-width: 520px) { .proofline { grid-template-columns: repeat(3, auto); justify-content: start; gap: 28px; } }
.proofline div { display: grid; gap: 2px; }
.proofline b { font-size: 1.375rem; font-weight: 700; letter-spacing: -0.03em; line-height: 1.1; }
.proofline span { font-size: 0.8125rem; color: var(--ink-2); line-height: 1.35; }

.hero__photo {
  border-radius: var(--r-media-lg);
  overflow: hidden;
  background: var(--bg-alt);
  aspect-ratio: 4 / 3;
  box-shadow: var(--sh-3);
}
@media (min-width: 1000px) { .hero__photo { aspect-ratio: 5 / 4; } }
.hero__photo img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Pasek zaufania ------------------------------------------------ */
.trust { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.trust li {
  padding: 9px 18px; border-radius: var(--r-pill);
  background: #fff; border: 1px solid var(--line);
  font-size: 0.9375rem; font-weight: 550; color: var(--ink-2);
  box-shadow: var(--sh-1);
}

/* ---------- Karuzela (wyniki, opinie) ------------------------------------ */
.carousel { position: relative; }
.carousel__head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 20px; margin-bottom: 22px; flex-wrap: wrap;
}
.carousel__nav { display: flex; gap: 8px; flex: none; }
.cbtn {
  width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid rgba(16, 16, 16, 0.14); background: #fff;
  display: grid; place-items: center; cursor: pointer; color: var(--ink);
  box-shadow: var(--sh-1);
  transition: box-shadow 0.2s var(--ease), border-color 0.2s var(--ease),
    opacity 0.2s var(--ease), transform 0.2s var(--ease);
}
.cbtn:hover:not(:disabled) { box-shadow: var(--sh-2); border-color: rgba(16, 16, 16, 0.3); transform: translateY(-1px); }
.cbtn:disabled { opacity: 0.32; cursor: default; }

.track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(86%, 380px);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  /* miejsce na poświatę i podniesienie karty, żeby nic się nie ucinało */
  padding: 14px 4px 22px;
  margin: -14px -4px -22px;
}
.track::-webkit-scrollbar { display: none; }
.track > * { scroll-snap-align: start; }
@media (min-width: 700px) { .track { grid-auto-columns: min(60%, 420px); gap: 22px; } }
@media (min-width: 1024px) { .track { grid-auto-columns: minmax(0, 1fr); grid-auto-flow: column; } }

/* Na dużym ekranie karuzela wyników pokazuje 3 karty naraz */
@media (min-width: 1024px) {
  .track--3 { grid-auto-columns: calc((100% - 44px) / 3); }
  .track--2 { grid-auto-columns: calc((100% - 22px) / 2); }
}

.dots { display: flex; gap: 7px; justify-content: center; margin-top: 22px; }
.dots button {
  width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%;
  background: rgba(16, 16, 16, 0.18); cursor: pointer;
  transition: background-color 0.2s var(--ease), width 0.24s var(--ease);
}
.dots button[aria-current="true"] { background: var(--cta); width: 24px; border-radius: 4px; }
.dots button::after { content: ""; position: absolute; }

/* ---------- Karta wyniku -------------------------------------------------- */
.result {
  display: flex; flex-direction: column;
  height: 100%; overflow: hidden;
}
.result__shot {
  background: linear-gradient(180deg, #fafafc 0%, #f3f3f6 100%);
  padding: 20px;
  display: flex; align-items: center; justify-content: center;
  border-radius: var(--r-media) var(--r-media) 0 0;
  min-height: 132px;
}
.result__shot img {
  width: 100%; border-radius: 12px; background: #fff;
  box-shadow: 0 1px 2px rgba(16, 16, 16, 0.06), 0 6px 18px rgba(16, 16, 16, 0.1);
}
.result__body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.result__tag {
  font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--ink-3);
}
.result__stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.result__stats > div { min-width: 0; }
.stat__n {
  font-size: clamp(1.4375rem, 1.15rem + 1vw, 1.875rem);
  font-weight: 700; letter-spacing: -0.035em; line-height: 1.08;
  overflow-wrap: break-word;
}
.stat__n .pre { font-size: .58em; font-weight: 600; color: var(--ink-2); }
.stat__l { font-size: 0.8125rem; color: var(--ink-2); margin-top: 5px; line-height: 1.35; }
.result p { font-size: 0.9375rem; color: var(--ink-2); line-height: 1.55; }
.result__foot { margin-top: auto; padding-top: 4px; }

/* ---------- Karta opinii -------------------------------------------------- */
.review { display: flex; flex-direction: column; height: 100%; padding: clamp(22px, 2.6vw, 28px); }
.review__stars { display: flex; gap: 3px; color: #f6a609; margin-bottom: 14px; }
.review p {
  font-size: 1rem; line-height: 1.6; color: var(--ink);
  flex: 1;
}
.review__who { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.review__n { font-weight: 650; font-size: 0.9375rem; }
.review__d { font-size: 0.8125rem; color: var(--ink-2); }
.src {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.75rem; color: var(--ink-3); font-weight: 600;
  min-height: 44px; align-self: center;
}
.src:hover { color: var(--cta); }

/* ---------- Case study główny -------------------------------------------- */
.case { overflow: hidden; }
.case__grid { display: grid; }
@media (min-width: 920px) { .case__grid { grid-template-columns: 1fr 1fr; } }
.case__body { padding: clamp(26px, 3.6vw, 44px); display: flex; flex-direction: column; gap: 24px; }
.case__shot {
  background: linear-gradient(180deg, #fafafc 0%, #f1f1f5 100%);
  padding: clamp(24px, 3.4vw, 44px);
  display: flex; align-items: center; justify-content: center;
}
.case__shot img {
  width: 100%; border-radius: 14px; background: #fff;
  box-shadow: 0 1px 2px rgba(16, 16, 16, 0.06), 0 10px 30px rgba(16, 16, 16, 0.12);
}
.case__shot figcaption { margin-top: 14px; }

/* Liczby: nigdy się nie łamią, na wąskich ekranach jedna pod drugą */
.kpi-row { display: grid; gap: 18px; }
@media (min-width: 520px) { .kpi-row { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; } }
.kpi-row > div { min-width: 0; }
.kpi__n {
  font-size: clamp(1.625rem, 1.2rem + 1.25vw, 2.125rem);
  font-weight: 700; letter-spacing: -0.035em; line-height: 1.05;
  overflow-wrap: break-word;
}
.kpi__n .pre { font-size: .55em; font-weight: 600; color: var(--ink-2); letter-spacing: -.01em; }
.kpi__l { font-size: 0.8125rem; color: var(--ink-2); margin-top: 7px; line-height: 1.4; }

.pdr { display: grid; gap: 18px; }
.pdr__row { display: grid; gap: 5px; }
@media (min-width: 560px) { .pdr__row { grid-template-columns: 104px 1fr; gap: 18px; align-items: start; } }
.pdr__k {
  font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.09em;
  text-transform: uppercase; color: var(--ink-3); padding-top: 4px;
}
.pdr__v { font-size: 1rem; line-height: 1.6; }

.disclaimer {
  font-size: 0.8125rem; line-height: 1.55; color: var(--ink-3);
  border-left: 2px solid var(--line); padding-left: 14px;
}

/* ---------- Usługi -------------------------------------------------------- */
.services { display: grid; gap: 20px; }
@media (min-width: 700px) { .services { grid-template-columns: repeat(2, 1fr); gap: 24px; } }
.service { display: flex; flex-direction: column; gap: 16px; height: 100%; }
.service__top { display: flex; align-items: center; gap: 12px; }
.service__ic {
  width: 46px; height: 46px; border-radius: 14px; flex: none;
  background: linear-gradient(160deg, #fff6ec, #ffe9d2);
  color: #c4500c; display: grid; place-items: center;
  box-shadow: inset 0 1px 0 #fff, var(--sh-1);
}
.service--blue .service__ic {
  background: linear-gradient(160deg, #eef7ff, #d9ecff);
  color: #0069c7;
}
.service__tag {
  font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--ink-3);
}
.service h3 { margin-top: -2px; }
.service .promise { font-size: 1rem; line-height: 1.6; color: var(--ink); font-weight: 500; }
.service ul { display: grid; gap: 9px; }
.service ul li {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 0.9375rem; color: var(--ink-2); line-height: 1.5;
}
.service ul li svg { flex: none; margin-top: 4px; color: var(--cta); }
.service .tlink { margin-top: auto; padding-top: 6px; }

/* ---------- Filary -------------------------------------------------------- */
.pillars { display: grid; gap: 26px; }
@media (min-width: 800px) { .pillars { grid-template-columns: repeat(3, 1fr); gap: 32px; } }
.pillar { display: flex; flex-direction: column; gap: 11px; }
.pillar__ic {
  width: 46px; height: 46px; border-radius: 14px;
  background: #fff; border: 1px solid var(--line);
  display: grid; place-items: center; color: var(--ink);
  box-shadow: var(--sh-1); margin-bottom: 4px;
}
.pillar h3 { font-size: 1.125rem; }
.pillar p { color: var(--ink-2); font-size: 0.9375rem; line-height: 1.6; }

.split { display: grid; gap: clamp(30px, 4vw, 54px); align-items: center; }
@media (min-width: 940px) { .split { grid-template-columns: 1fr 1fr; } }
@media (min-width: 940px) { .split--wide-l { grid-template-columns: 1.15fr 1fr; } }
.split__media { border-radius: var(--r-media); overflow: hidden; background: var(--bg-alt); box-shadow: var(--sh-3); }
.split__media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.split__media--tall img { aspect-ratio: 4/5; }

/* ---------- Proces -------------------------------------------------------- */
.steps { counter-reset: s; display: grid; gap: 20px; }
@media (min-width: 620px) { .steps { grid-template-columns: repeat(2, 1fr); gap: 24px; } }
@media (min-width: 1000px) { .steps { grid-template-columns: repeat(5, 1fr); gap: 20px; } }
.step { position: relative; padding-top: 30px; }
.step::before {
  counter-increment: s;
  content: "0" counter(s);
  position: absolute; top: 0; left: 0;
  font-size: 0.75rem; font-weight: 700; color: var(--ink-3); letter-spacing: 0.06em;
}
.step::after {
  content: ""; position: absolute; top: 9px; left: 26px; right: 0;
  height: 2px; background: var(--line); border-radius: 2px;
}
.step:first-child::after { background: var(--brand-grad); }
.step h3 { font-size: 1.0625rem; margin-bottom: 7px; }
.step p { font-size: 0.9375rem; color: var(--ink-2); line-height: 1.55; }

/* ---------- Porównanie ---------------------------------------------------- */
.compare { display: grid; gap: 20px; }
@media (min-width: 800px) { .compare { grid-template-columns: 1fr 1fr; gap: 24px; } }
.compare ul { display: grid; gap: 12px; }
.compare li { display: flex; gap: 12px; align-items: flex-start; font-size: 1rem; line-height: 1.55; color: var(--ink-2); }
.compare li svg { flex: none; margin-top: 4px; }
.compare--yes li svg { color: var(--ok); }
.compare--no li svg { color: var(--ink-3); }

/* ---------- Pakiety ------------------------------------------------------- */
.plans { display: grid; gap: 20px; }
@media (min-width: 900px) { .plans { grid-template-columns: repeat(12, 1fr); gap: 24px; } }
.plan { display: flex; flex-direction: column; gap: 18px; height: 100%; }
@media (min-width: 900px) {
  .plan--start { grid-column: span 6; }
  .plan--pro { grid-column: span 3; }
  .plan--growth { grid-column: span 3; }
}
.plan__price { font-size: clamp(1.75rem, 1.3rem + 1.7vw, 2.5rem); font-weight: 700; letter-spacing: -0.035em; line-height: 1.05; }
.plan__price small { font-size: 0.9375rem; font-weight: 500; color: var(--ink-2); letter-spacing: -0.01em; display: block; margin-top: 4px; }
.plan__ask { font-size: 1.0625rem; font-weight: 650; color: var(--ink-2); letter-spacing: -0.015em; }
.plan ul { display: grid; gap: 10px; }
.plan ul li { display: flex; gap: 10px; align-items: flex-start; font-size: 0.9375rem; color: var(--ink-2); line-height: 1.5; }
.plan ul li svg { flex: none; margin-top: 4px; color: var(--cta); }
.plan .btn { margin-top: auto; }

/* ---------- Audyt --------------------------------------------------------- */
.audit {
  border-radius: var(--r-media);
  padding: clamp(26px, 4vw, 52px);
  display: grid; gap: 30px; align-items: center;
}
@media (min-width: 900px) { .audit { grid-template-columns: 1.15fr 1fr; gap: 46px; } }
.audit ul { display: grid; gap: 11px; }
.audit li { display: flex; gap: 11px; align-items: flex-start; font-size: 0.9375rem; color: var(--ink-2); line-height: 1.55; }
.audit li svg { flex: none; margin-top: 4px; color: var(--ok); }

/* ---------- FAQ ----------------------------------------------------------- */
.faq { display: grid; max-width: 840px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-child { border-top: 1px solid var(--line); }
.faq summary {
  list-style: none; cursor: pointer;
  padding: 22px 46px 22px 0; position: relative;
  font-size: clamp(1.0625rem, 1rem + 0.3vw, 1.1875rem);
  font-weight: 650; letter-spacing: -0.012em; line-height: 1.4;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 10px; top: 50%;
  width: 12px; height: 12px; margin-top: -8px;
  border-right: 2px solid var(--ink-3); border-bottom: 2px solid var(--ink-3);
  transform: rotate(45deg); transition: transform 0.22s var(--ease);
}
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: -3px; }
.faq__a { padding: 0 44px 24px 0; max-width: 66ch; }
.faq__a p { color: var(--ink-2); font-size: 1rem; line-height: 1.65; }
.faq__a p + p { margin-top: 12px; }

/* ---------- Formularz ----------------------------------------------------- */
.form { display: grid; gap: 18px; }
.field { display: grid; gap: 7px; }
.field > label { font-size: 0.875rem; font-weight: 650; }
.field .hint { font-size: 0.8125rem; color: var(--ink-3); font-weight: 400; }
.field input, .field textarea, .field select {
  width: 100%; min-height: 52px; padding: 14px 16px;
  border: 1px solid rgba(16, 16, 16, 0.16); border-radius: 14px;
  background: #fff; font-size: 1rem;
  box-shadow: inset 0 1px 2px rgba(16, 16, 16, 0.03);
  transition: border-color 0.18s var(--ease), box-shadow 0.18s var(--ease);
}
.field textarea { min-height: 124px; resize: vertical; line-height: 1.5; }
.field input:hover, .field textarea:hover, .field select:hover { border-color: rgba(16, 16, 16, 0.3); }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--cta);
  box-shadow: 0 0 0 3px rgba(0, 136, 255, 0.16);
}
.field[data-invalid="true"] input, .field[data-invalid="true"] textarea { border-color: var(--warn); }
.err { font-size: 0.8125rem; color: var(--warn); font-weight: 500; display: none; }
.field[data-invalid="true"] .err { display: block; }

.consent { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; }
.consent input[type="checkbox"] {
  width: 22px; height: 22px; min-height: 0; margin: 1px 0 0;
  accent-color: var(--cta); flex: none; padding: 0; border-radius: 6px;
}
.consent label { font-size: 0.8125rem; line-height: 1.55; color: var(--ink-2); font-weight: 400; }
.consent a { color: var(--cta); text-decoration: underline; text-underline-offset: 2px; }
.consent[data-invalid="true"] label { color: var(--warn); }

.form-note { font-size: 0.8125rem; color: var(--ink-3); line-height: 1.55; }
.form-status { display: none; border-radius: 16px; padding: 18px 20px; font-size: 0.9375rem; line-height: 1.55; }
.form-status.is-ok { display: block; background: rgba(47, 168, 79, 0.1); color: #1a6e32; }
.form-status.is-err { display: block; background: rgba(229, 40, 44, 0.08); color: #b31f22; }
.form-status b { display: block; margin-bottom: 4px; font-size: 1rem; }
@media (min-width: 620px) { .form__two { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; } }

/* ---------- Kanały kontaktu ---------------------------------------------- */
.contact-card { background: #fff; border-radius: var(--r-media); box-shadow: var(--sh-3); padding: clamp(24px, 3.4vw, 40px); }
.chan { display: grid; gap: 12px; }
.chan a {
  display: flex; align-items: center; gap: 14px;
  padding: 15px 18px; border-radius: 16px; background: #fff;
  border: 1px solid var(--line); box-shadow: var(--sh-1);
  transition: box-shadow 0.2s var(--ease), transform 0.2s var(--ease);
  min-height: 44px;
}
.chan a:hover { box-shadow: var(--sh-2); transform: translateY(-2px); }
.chan .ic { width: 22px; flex: none; color: var(--ink-2); }
.chan .k { font-size: 0.6875rem; color: var(--ink-3); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.chan .v { font-weight: 650; letter-spacing: -0.01em; }

/* ---------- Stopka ------------------------------------------------------- */
.ftr { background: var(--bg-alt); padding-block: clamp(44px, 5.5vw, 76px) 28px; }
.ftr__grid { display: grid; gap: 32px; }
@media (min-width: 700px) { .ftr__grid { grid-template-columns: 1.5fr 1fr 1fr; gap: 36px; } }
@media (min-width: 1000px) { .ftr__grid { grid-template-columns: 1.7fr 1fr 1fr 1fr; } }
.ftr h2 {
  font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--ink-3); margin-bottom: 14px;
}
.ftr ul { display: grid; gap: 2px; }
.ftr ul a {
  display: inline-flex; align-items: center; min-height: 40px;
  color: var(--ink-2); font-size: 0.9375rem;
  transition: color 0.18s var(--ease);
}
.ftr a { color: var(--ink-2); font-size: 0.9375rem; transition: color 0.18s var(--ease); }
.ftr a:hover { color: var(--ink); }
.ftr .nap { font-size: 0.875rem; color: var(--ink-2); line-height: 1.7; }
.ftr__bot a { display: inline-flex; align-items: center; min-height: 40px; }
.ftr__bot {
  margin-top: clamp(32px, 4.5vw, 52px); padding-top: 22px;
  border-top: 1px solid rgba(16, 16, 16, 0.09);
  display: flex; flex-wrap: wrap; gap: 10px 24px;
  align-items: center; justify-content: space-between;
  font-size: 0.8125rem; color: var(--ink-3);
}
.social { display: flex; gap: 8px; }
.social a {
  width: 44px; height: 44px; border-radius: 50%; background: #fff;
  display: grid; place-items: center; color: var(--ink-2);
  border: 1px solid var(--line); box-shadow: var(--sh-1);
  transition: color 0.18s var(--ease), box-shadow 0.18s var(--ease), transform 0.18s var(--ease);
}
.social a:hover { color: var(--ink); box-shadow: var(--sh-2); transform: translateY(-2px); }

/* ---------- Artykuł ------------------------------------------------------- */
.article { max-width: 720px; margin-inline: auto; }
.article > * + * { margin-top: 22px; }
.article p { font-size: 1.0625rem; line-height: 1.75; color: #2a2a2e; }
.article h2 { margin-top: 52px; font-size: clamp(1.5rem, 1.2rem + 1.5vw, 2.125rem); }
.article h3 { margin-top: 36px; font-size: clamp(1.1875rem, 1.1rem + 0.55vw, 1.375rem); }
.article ul { display: grid; gap: 12px; }
.article ul li { position: relative; padding-left: 26px; font-size: 1.0625rem; line-height: 1.7; color: #2a2a2e; }
.article ul li::before {
  content: ""; position: absolute; left: 4px; top: 12px;
  width: 6px; height: 6px; border-radius: 50%; background: var(--amber);
}
.article ol { display: grid; gap: 14px; counter-reset: a; }
.article ol li { position: relative; padding-left: 38px; font-size: 1.0625rem; line-height: 1.7; color: #2a2a2e; }
.article ol li::before {
  counter-increment: a; content: counter(a);
  position: absolute; left: 0; top: 2px;
  width: 26px; height: 26px; border-radius: 50%;
  background: #fff; border: 1px solid var(--line);
  display: grid; place-items: center;
  font-size: 0.75rem; font-weight: 700; color: var(--ink-2);
  box-shadow: var(--sh-1);
}
.article strong { font-weight: 650; color: var(--ink); }
.article .pull {
  border-radius: var(--r-card); background: var(--bg-alt);
  padding: clamp(22px, 3vw, 30px);
  font-size: clamp(1.125rem, 1rem + 0.55vw, 1.375rem);
  font-weight: 650; letter-spacing: -0.015em; line-height: 1.45;
  margin-block: 38px;
  border-left: 3px solid transparent;
  border-image: var(--brand-grad) 1;
}
.article .inline-cta {
  border-radius: var(--r-card); background: #fff;
  box-shadow: var(--sh-2);
  padding: clamp(22px, 3vw, 30px); display: grid; gap: 16px; margin-block: 42px;
}

.toc { background: var(--bg-alt); border-radius: var(--r-card); padding: 22px 24px; }
.toc h2 {
  font-size: 0.6875rem !important; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--ink-3); margin: 0 0 14px !important;
}
.toc ol { display: grid; gap: 9px; }
.toc li { font-size: 0.9375rem; }
.toc a { color: var(--ink-2); }
.toc a:hover { color: var(--cta); }

.byline { display: flex; align-items: center; gap: 14px; padding-block: 22px; border-block: 1px solid var(--line); }
.byline img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; flex: none; }
.byline .n { font-weight: 650; font-size: 0.9375rem; }
.byline .d { font-size: 0.8125rem; color: var(--ink-3); }

/* ---------- Dokument prawny ---------------------------------------------- */
.legal { max-width: 740px; margin-inline: auto; }
.legal h2 { font-size: clamp(1.1875rem, 1.1rem + 0.6vw, 1.4375rem); margin-top: 44px; margin-bottom: 14px; scroll-margin-top: 100px; }
.legal h2:first-of-type { margin-top: 0; }
.legal p, .legal li { font-size: 1rem; line-height: 1.75; color: #33333a; }
.legal p + p { margin-top: 14px; }
.legal ol, .legal ul { display: grid; gap: 11px; margin-top: 14px; counter-reset: l; }
.legal ol > li { position: relative; padding-left: 30px; }
.legal ol > li::before {
  counter-increment: l; content: counter(l) ".";
  position: absolute; left: 0; top: 0; font-weight: 650; color: var(--ink-3); font-size: 0.9375rem;
}
.legal ul > li { position: relative; padding-left: 22px; }
.legal ul > li::before {
  content: ""; position: absolute; left: 4px; top: 12px;
  width: 5px; height: 5px; border-radius: 50%; background: var(--ink-3);
}

/* ---------- 404 ----------------------------------------------------------- */
.e404 { min-height: 60vh; display: grid; place-items: center; text-align: center; padding-block: var(--sect); }

/* ---------- Ruch ---------------------------------------------------------- */
.reveal {
  opacity: 0; transform: translateY(16px);
  transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
}
.reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .card--lift:hover, .neon:hover, .btn:hover, .chan a:hover, .social a:hover { transform: none; }
}

@media print {
  .hdr, .ftr, .menu, .btn, .burger, .carousel__nav, .dots { display: none !important; }
  body { font-size: 12pt; }
  .section { padding-block: 16pt; }
  .track { overflow: visible; display: block; }
}
