/* ==========================================================================
   VIVUM — design system
   Klinika metaboliczna. Ciepło i autorytet medyczny (wzorzec: Holi)
   + transparentność liczb i przypisy do badań (wzorzec: Numan).
   ========================================================================== */

:root {
  /* Kolor */
  --ink:        #16261F;   /* tekst główny, bardzo ciemna zieleń */
  --ink-soft:   #47584F;
  --muted:      #6E7F76;
  --line:       #E2DED2;

  --primary:      #1F5142; /* głęboka zieleń — marka */
  --primary-deep: #143329;
  --primary-lite: #2E7D63;
  --primary-wash: #EAF1ED;

  --accent:      #C97B3C;  /* bursztyn — CTA, akcenty danych */
  --accent-deep: #A9612B;
  --accent-wash: #FBF1E6;

  --sand:    #F4EFE4;      /* kremowy panel */
  --sand-2:  #EDE6D7;
  --surface: #FFFFFF;
  --bg:      #FFFFFF;

  --good: #2E7D63;
  --warn: #C97B3C;
  --bad:  #B4523F;

  /* Typografia */
  --font-display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;

  /* Przestrzeń */
  --wrap: 1180px;
  --wrap-narrow: 780px;
  --r-sm: 10px;
  --r: 16px;
  --r-lg: 24px;
  --r-xl: 32px;

  --shadow-sm: 0 1px 2px rgba(22, 38, 31, .06), 0 2px 8px rgba(22, 38, 31, .04);
  --shadow: 0 4px 12px rgba(22, 38, 31, .07), 0 12px 32px rgba(22, 38, 31, .06);
  --shadow-lg: 0 8px 24px rgba(22, 38, 31, .10), 0 24px 64px rgba(22, 38, 31, .09);
}

/* --------------------------------------------------------------- reset */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.62;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; cursor: pointer; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -0.015em;
  margin: 0 0 .5em;
  color: var(--ink);
}
h1 { font-size: clamp(2.4rem, 5.2vw, 4rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); }
p  { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.wrap-narrow { max-width: var(--wrap-narrow); }
section { padding: clamp(56px, 8vw, 104px) 0; }
.section-sand { background: var(--sand); }
.section-wash { background: var(--primary-wash); }
.section-ink  { background: var(--primary-deep); color: #F3F1EA; }
.section-ink h2, .section-ink h3 { color: #FFFDF7; }

/* --------------------------------------------------------- typografia */
.eyebrow {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--primary-lite);
  margin: 0 0 .9rem;
}
.section-ink .eyebrow { color: #9FCBB8; }
.lead { font-size: clamp(1.06rem, 1.6vw, 1.2rem); color: var(--ink-soft); }
.section-ink .lead { color: #D5DED8; }
.serif-accent { font-style: italic; color: var(--primary-lite); }
.small { font-size: .87rem; }
.muted { color: var(--muted); }
.center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* Przypis do badania — wzorzec Numan */
.ref {
  font-size: .62em;
  vertical-align: super;
  color: var(--primary-lite);
  text-decoration: none;
  font-weight: 600;
  padding: 0 .1em;
}
.ref:hover { text-decoration: underline; }

.footnotes {
  border-top: 1px solid var(--line);
  padding-top: 22px;
  margin-top: 44px;
  font-size: .82rem;
  line-height: 1.6;
  color: var(--muted);
}
.footnotes ol { margin: 0; padding-left: 1.2em; }
.footnotes li { margin-bottom: .45em; }
.footnotes a { color: var(--primary-lite); }

/* ------------------------------------------------------------ przyciski */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55em;
  padding: 15px 28px;
  border-radius: 100px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: .97rem;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--primary); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--primary-deep); box-shadow: var(--shadow); }
.btn-accent { background: var(--accent); color: #fff; box-shadow: var(--shadow-sm); }
.btn-accent:hover { background: var(--accent-deep); box-shadow: var(--shadow); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--primary); background: var(--primary-wash); }
.btn-white { background: #fff; color: var(--primary-deep); }
.btn-lg { padding: 18px 36px; font-size: 1.03rem; }
.btn-block { width: 100%; }
.btn:disabled { opacity: .4; cursor: not-allowed; transform: none; }

/* ------------------------------------------------------- pasek prototypu */
.proto-bar {
  background: var(--ink);
  color: #E8E4D8;
  font-size: .78rem;
  padding: 7px 24px;
  text-align: center;
  letter-spacing: .01em;
}
.proto-bar strong { color: #fff; font-weight: 600; }

/* ------------------------------------------------------------- nagłówek */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255, 255, 255, .93);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex; align-items: center; gap: 32px;
  height: 70px;
}
.logo {
  font-family: var(--font-display);
  font-size: 1.6rem;
  letter-spacing: -.02em;
  color: var(--primary-deep);
  text-decoration: none;
  font-weight: 500;
  display: flex; align-items: baseline; gap: 2px;
}
.logo .dot { color: var(--accent); }
.nav-links { display: flex; gap: 28px; margin-left: auto; }
.nav-links a {
  text-decoration: none;
  font-size: .94rem;
  font-weight: 500;
  color: var(--ink-soft);
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.nav-links a:hover, .nav-links a[aria-current="page"] {
  color: var(--primary); border-bottom-color: var(--accent);
}
/* przycisk w nawigacji: bez tej reguły `.nav-links a` (wyższa specyficzność
   niż `.btn-primary`) nadpisuje kolor i biały tekst znika na ciemnym tle */
.nav-links a.btn,
.nav-links a.btn:hover,
.nav-links a.btn[aria-current="page"] {
  color: #fff;
  border-bottom-color: transparent;
}
.nav-cta { margin-left: 8px; }
.nav-burger { display: none; margin-left: auto; background: none; border: 0; padding: 8px; }

@media (max-width: 900px) {
  .nav-links {
    position: fixed; inset: 70px 0 auto 0;
    background: #fff; flex-direction: column; gap: 0;
    padding: 8px 24px 20px; border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow); display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav-burger { display: block; }
  .nav-cta { display: none; }
}

/* ----------------------------------------------------------------- hero */
.hero { padding: clamp(48px, 6vw, 88px) 0 0; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.hero h1 { margin-bottom: .38em; }
.hero h1 em { font-style: italic; color: var(--primary-lite); }
.hero-sub { font-size: clamp(1.04rem, 1.5vw, 1.16rem); color: var(--ink-soft); max-width: 34em; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 30px 0 22px; }
.hero-note { font-size: .85rem; color: var(--muted); }

.hero-visual { position: relative; }
.hero-photo {
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--sand);
  aspect-ratio: 4 / 4.4;
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }

.hero-badge {
  position: absolute;
  background: #fff;
  border-radius: var(--r);
  padding: 14px 18px;
  box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: 12px;
}
.hero-badge-1 { left: -18px; bottom: 92px; }
.hero-badge-2 { right: -14px; top: 48px; }
.hero-badge .n {
  font-family: var(--font-display);
  font-size: 1.5rem; line-height: 1;
  color: var(--primary);
}
.hero-badge .t { font-size: .78rem; line-height: 1.3; color: var(--muted); max-width: 11em; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { order: -1; }
  .hero-badge-1 { left: 8px; bottom: 12px; }
  .hero-badge-2 { right: 8px; top: 12px; }
}

/* --------------------------------------------------------- pasek zaufania */
.trust-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
  margin-top: clamp(40px, 6vw, 72px);
}
.trust-inner {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 20px; text-align: center;
}
.trust-item .n {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  color: var(--primary);
  line-height: 1.1;
}
.trust-item .l { font-size: .82rem; color: var(--muted); line-height: 1.35; }
@media (max-width: 700px) { .trust-inner { grid-template-columns: repeat(2, 1fr); gap: 26px 16px; } }

/* ---------------------------------------------------------------- karty */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 940px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 28px;
}
.card-sand { background: var(--sand); border-color: transparent; }
.card h3 { margin-bottom: .4em; }
.card p { color: var(--ink-soft); font-size: .96rem; }

.icon-badge {
  width: 46px; height: 46px;
  border-radius: 14px;
  background: var(--primary-wash);
  color: var(--primary);
  display: grid; place-items: center;
  margin-bottom: 18px;
}
.icon-badge svg { width: 23px; height: 23px; }

/* ------------------------------------------------------------ kroki 1-2-3 */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; counter-reset: s; }
@media (max-width: 800px) { .steps { grid-template-columns: 1fr; } }
.step { position: relative; padding-top: 14px; }
.step-n {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--primary); color: #fff;
  display: grid; place-items: center;
  font-family: var(--font-display); font-size: 1.15rem;
  margin-bottom: 16px;
}
.step h3 { font-size: 1.2rem; }
.step p { color: var(--ink-soft); font-size: .95rem; }

/* ----------------------------------------------------------- wykresy SVG */
.chart-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(22px, 3vw, 34px);
}
.chart-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; flex-wrap: wrap; margin-bottom: 8px; }
.chart-title { font-family: var(--font-display); font-size: 1.32rem; margin: 0; }
.chart-sub { font-size: .87rem; color: var(--muted); margin: 4px 0 0; }
.chart-legend { display: flex; gap: 18px; flex-wrap: wrap; font-size: .82rem; margin: 14px 0 4px; }
.chart-legend span { display: inline-flex; align-items: center; gap: 7px; color: var(--ink-soft); }
.swatch { width: 13px; height: 13px; border-radius: 4px; display: inline-block; }
.chart-svg { width: 100%; height: auto; overflow: visible; }
.chart-note {
  font-size: .78rem; color: var(--muted);
  border-top: 1px solid var(--line); padding-top: 12px; margin-top: 14px;
}

/* animacja rysowania linii */
.draw-line { stroke-dasharray: 1400; stroke-dashoffset: 1400; }
.in-view .draw-line { animation: draw 1.6s cubic-bezier(.3,.8,.4,1) forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.grow-bar { transform: scaleY(0); transform-origin: bottom; }
.in-view .grow-bar { animation: grow .9s cubic-bezier(.3,.9,.4,1) forwards; }
@keyframes grow { to { transform: scaleY(1); } }
.fade-up { opacity: 0; transform: translateY(14px); }
.in-view .fade-up { animation: fadeUp .7s ease forwards; }
@keyframes fadeUp { to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  .draw-line, .grow-bar, .fade-up { animation: none !important; stroke-dashoffset: 0; transform: none; opacity: 1; }
}

/* ------------------------------------------------------------ dowód 1.9x */
.proof-hero { text-align: center; max-width: 30em; margin: 0 auto; }
.proof-multiplier {
  font-family: var(--font-display);
  font-size: clamp(4rem, 12vw, 8rem);
  line-height: .9;
  color: var(--accent);
  display: block;
  margin: .1em 0;
}

/* ------------------------------------------------------------ before/after */
.results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 860px) { .results { grid-template-columns: 1fr; } }
.result-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); overflow: hidden;
}
.result-photo { aspect-ratio: 4/3; background: var(--sand-2); overflow: hidden; }
.result-photo img { width: 100%; height: 100%; object-fit: cover; }
.result-body { padding: 20px 22px 22px; }
.result-delta {
  font-family: var(--font-display); font-size: 1.7rem;
  color: var(--primary); line-height: 1;
}
.result-meta { font-size: .84rem; color: var(--muted); margin-top: 6px; }

/* ------------------------------------------------------------- ticker */
.ticker { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 16px 0; background: var(--sand); }
.ticker-track { display: flex; gap: 44px; width: max-content; animation: slide 34s linear infinite; }
.ticker-item { display: inline-flex; align-items: center; gap: 10px; font-size: .95rem; color: var(--ink-soft); white-space: nowrap; }
.ticker-item svg { width: 17px; height: 17px; color: var(--primary-lite); flex: none; }
@keyframes slide { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }

/* --------------------------------------------------------------- zespół */
.person { text-align: left; }
.person-photo {
  aspect-ratio: 1/1.12; border-radius: var(--r-lg);
  overflow: hidden; background: var(--sand-2); margin-bottom: 16px;
}
.person-photo img { width: 100%; height: 100%; object-fit: cover; }
.person-role { font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--primary-lite); font-weight: 600; }
.person-name { font-family: var(--font-display); font-size: 1.22rem; margin: 4px 0 6px; }
.person-desc { font-size: .89rem; color: var(--ink-soft); }

/* --------------------------------------------------------------- cennik */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
@media (max-width: 940px) { .plans { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; } }
.plan {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 30px 26px;
  display: flex; flex-direction: column; height: 100%;
}
.plan-featured {
  border-color: var(--primary); border-width: 2px;
  box-shadow: var(--shadow); position: relative;
}
.plan-flag {
  position: absolute; top: -13px; left: 26px;
  background: var(--primary); color: #fff;
  font-size: .72rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 100px;
}
.plan-name { font-family: var(--font-display); font-size: 1.5rem; margin: 0 0 4px; }
.plan-for { font-size: .87rem; color: var(--muted); min-height: 2.8em; }
.plan-price { margin: 18px 0 4px; display: flex; align-items: baseline; gap: 6px; }
.plan-price .amt { font-family: var(--font-display); font-size: 2.5rem; color: var(--ink); line-height: 1; }
.plan-price .per { font-size: .9rem; color: var(--muted); }
.plan-price-note { font-size: .8rem; color: var(--muted); margin-bottom: 20px; }
/* warianty rozliczenia w karcie planu */
.plan-billing {
  border: 1px solid var(--line); border-radius: var(--r-sm);
  margin: 6px 0 22px; overflow: hidden;
}
.pb-row {
  display: flex; justify-content: space-between; gap: 10px;
  padding: 10px 13px; font-size: .84rem; color: var(--ink-soft);
  border-bottom: 1px solid var(--line);
}
.pb-row:last-of-type { border-bottom: 0; }
.pb-row span:last-child { font-weight: 600; color: var(--ink); white-space: nowrap; }
.pb-row.current { background: var(--primary-wash); }
.pb-row.best { background: var(--accent-wash); }
.pb-row.best span:last-child { color: var(--accent-deep); }
.pb-row em {
  font-style: normal; font-size: .68rem; font-weight: 700;
  letter-spacing: .07em; text-transform: uppercase;
  color: var(--accent-deep); margin-left: 6px;
}
.pb-total {
  background: var(--sand); padding: 9px 13px;
  font-size: .78rem; color: var(--muted); border-top: 1px solid var(--line);
}

.plan ul { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 11px; }
.plan li { display: flex; gap: 10px; font-size: .92rem; color: var(--ink-soft); line-height: 1.45; }
.plan li svg { width: 17px; height: 17px; color: var(--primary-lite); flex: none; margin-top: 3px; }
.plan .btn { margin-top: auto; }

/* -------------------------------------------------------------- opinie */
.quote-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 26px;
}
.stars { color: var(--accent); font-size: .95rem; letter-spacing: .1em; margin-bottom: 12px; }
.quote-text { font-size: .95rem; color: var(--ink-soft); }
.quote-who { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.quote-who img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.quote-name { font-weight: 600; font-size: .9rem; }
.quote-meta { font-size: .78rem; color: var(--muted); }

/* ----------------------------------------------------------------- FAQ */
.faq { max-width: 780px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; text-align: left; background: none; border: 0;
  padding: 22px 44px 22px 0; position: relative;
  font-size: 1.05rem; font-weight: 500; color: var(--ink);
  font-family: var(--font-body);
}
.faq-q::after {
  content: ""; position: absolute; right: 8px; top: 50%;
  width: 10px; height: 10px; margin-top: -6px;
  border-right: 2px solid var(--primary); border-bottom: 2px solid var(--primary);
  transform: rotate(45deg); transition: transform .22s ease;
}
.faq-item.open .faq-q::after { transform: rotate(-135deg); margin-top: -2px; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-item.open .faq-a { max-height: 520px; }
.faq-a > div { padding: 0 20px 24px 0; color: var(--ink-soft); font-size: .96rem; }

/* ============================================== HISTORIE PACJENTÓW */
.st-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 960px) { .st-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .st-grid { grid-template-columns: 1fr; } }

.st-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); overflow: hidden;
  display: flex; flex-direction: column;
}
.st-photo { position: relative; aspect-ratio: 4/5; background: var(--sand-2); overflow: hidden; }
.st-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.st-stage {
  position: absolute; left: 12px; top: 12px;
  background: rgba(22,38,31,.85); color: #fff;
  font-size: .7rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 100px;
}
.st-stage.after { background: var(--primary); }
.st-result {
  position: absolute; right: 12px; bottom: 12px;
  background: #fff; border-radius: var(--r-sm);
  padding: 8px 14px; box-shadow: var(--shadow);
  text-align: right;
}
.st-result .kg {
  font-family: var(--font-display); font-size: 1.5rem; line-height: 1;
  color: var(--primary);
}
.st-result .time { font-size: .74rem; color: var(--muted); margin-top: 2px; }

.st-body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.st-head { font-family: var(--font-display); font-size: 1.18rem; margin-bottom: .45em; }
.st-body p { font-size: .92rem; color: var(--ink-soft); margin-bottom: 1em; }
.st-quote {
  border-left: 3px solid var(--accent); padding: 2px 0 2px 14px;
  font-size: .93rem; color: var(--ink); font-style: italic; margin: 4px 0 16px;
}
.st-meta {
  border-top: 1px solid var(--line); padding-top: 14px; margin-top: auto;
  display: flex; justify-content: space-between; gap: 12px; font-size: .78rem;
}
.st-meta .who { font-weight: 600; color: var(--ink); }
.st-meta .src { color: var(--muted); }

/* pole do uzupełnienia danymi z kliniki */
.st-todo {
  background: var(--accent-wash); color: var(--accent-deep);
  border: 1px dashed var(--accent); border-radius: 6px;
  padding: 1px 7px; font-size: .82em; font-weight: 600; font-style: normal;
}

/* ====================================== KALKULATOR „ILE MOŻESZ SCHUDNĄĆ" */
.lc {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-xl); padding: clamp(26px, 3.6vw, 44px);
}
.lc-weight-val {
  font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 3.4rem);
  line-height: 1; color: var(--ink); text-align: center; font-variant-numeric: tabular-nums;
}
.lc-weight-val .u { font-size: .38em; color: var(--muted); margin-left: 5px; }
.lc-label { text-align: center; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.lc-range {
  -webkit-appearance: none; appearance: none; width: 100%; height: 8px;
  border-radius: 100px; margin: 26px 0 6px; outline: none;
  background: linear-gradient(90deg, var(--primary) var(--fill, 30%), var(--sand-2) var(--fill, 30%));
}
.lc-range::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none; width: 30px; height: 30px;
  border-radius: 50%; background: var(--primary); border: 4px solid #fff;
  box-shadow: var(--shadow); cursor: grab;
}
.lc-range::-moz-range-thumb {
  width: 30px; height: 30px; border-radius: 50%; background: var(--primary);
  border: 4px solid #fff; box-shadow: var(--shadow); cursor: grab;
}
.lc-bounds { display: flex; justify-content: space-between; font-size: .8rem; color: var(--muted); }

.lc-out {
  margin-top: 30px; padding-top: 28px; border-top: 1px solid var(--line);
  text-align: center;
}
.lc-out-label { font-size: .92rem; color: var(--ink-soft); }
.lc-loss {
  font-family: var(--font-display); font-size: clamp(3rem, 8vw, 5rem);
  line-height: 1; color: var(--primary); margin: 8px 0 6px;
  font-variant-numeric: tabular-nums;
}
.lc-target { font-size: 1rem; color: var(--ink-soft); }
.lc-target strong { color: var(--ink); }
.lc-bar { height: 12px; border-radius: 100px; background: var(--sand-2); margin: 24px 0 8px; overflow: hidden; display: flex; }
.lc-bar-fill { background: var(--primary); transition: width .35s cubic-bezier(.3,.8,.4,1); }
.lc-bar-rest { background: var(--sand-2); }
.lc-src { font-size: .78rem; color: var(--muted); margin-top: 22px; }

/* ============================================== TWOJA DROGA (3 etapy) */
.jr { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
@media (max-width: 860px) { .jr { grid-template-columns: 1fr; } }
.jr-step { padding: 30px 28px 32px; border-left: 1px solid var(--line); position: relative; }
.jr-step:first-child { border-left: 0; }
@media (max-width: 860px) {
  .jr-step { border-left: 0; border-top: 1px solid var(--line); }
  .jr-step:first-child { border-top: 0; }
}
.jr-when {
  font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--primary-lite); margin-bottom: 12px;
}
.jr-what { font-family: var(--font-display); font-size: 1.32rem; margin-bottom: .5em; }
.jr-step p { font-size: .93rem; color: var(--ink-soft); margin: 0; }
.jr-dots { display: flex; gap: 5px; margin-bottom: 18px; }
.jr-dot { height: 5px; border-radius: 100px; background: var(--sand-2); flex: 1; }
.jr-dot.on { background: var(--primary); }

/* ================================================= PRZED / PO (finał) */
.ba2 {
  background: var(--primary-deep);
  border-radius: var(--r-xl);
  overflow: hidden;
  color: #EFEDE4;
}
.ba2-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; }
@media (max-width: 820px) { .ba2-grid { grid-template-columns: 1fr; } }

.ba2-col { padding: clamp(26px, 3.4vw, 40px); }
.ba2-col.after { background: rgba(255, 255, 255, .055); }
.ba2-label {
  font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: #9FB5A9; margin-bottom: 18px;
}
.ba2-col.after .ba2-label { color: #9FCBB8; }
.ba2-fig {
  height: 230px; display: grid; place-items: center; margin-bottom: 14px;
  border-radius: var(--r); overflow: hidden; position: relative;
  background: rgba(255,255,255,.05);
}
.ba2-fig svg { height: 190px; width: auto; }
.ba2-fig img { width: 100%; height: 100%; object-fit: cover; }
.ba2-fig.before img { object-position: center 45%; filter: saturate(.82) contrast(1.02); }
.ba2-fig.after img { object-position: center 32%; filter: saturate(.9) brightness(1.04); }
.ba2-kg {
  font-family: var(--font-display); font-size: clamp(2.3rem, 4.4vw, 3.1rem);
  line-height: 1; text-align: center; color: #fff; font-variant-numeric: tabular-nums;
}
.ba2-kg .u { font-size: .42em; color: #9FB5A9; margin-left: 5px; }
.ba2-sub { text-align: center; font-size: .84rem; color: #9FB5A9; margin-top: 8px; }
.ba2-col.after .ba2-sub { color: #9FCBB8; font-weight: 600; }

.ba2-rows { margin-top: 26px; display: grid; gap: 1px; background: rgba(255,255,255,.09); border-radius: var(--r-sm); overflow: hidden; }
.ba2-row {
  display: flex; justify-content: space-between; gap: 12px;
  padding: 11px 14px; font-size: .89rem;
  background: var(--primary-deep);
}
.ba2-col.after .ba2-row { background: #1B3F33; }
.ba2-row .k { color: #9FB5A9; }
.ba2-row .v { font-weight: 600; color: #fff; font-variant-numeric: tabular-nums; }
.ba2-col.after .ba2-row .v { color: #A7DCC4; }

.ba2-arrow {
  display: grid; place-items: center; padding: 0 8px;
  background: rgba(255,255,255,.03);
}
.ba2-arrow-inner { text-align: center; color: #9FB5A9; }
.ba2-arrow-inner svg { width: 30px; height: 30px; }
.ba2-arrow-inner .t { font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; margin-top: 8px; font-weight: 600; }
@media (max-width: 820px) {
  .ba2-arrow { padding: 14px 0; }
  .ba2-arrow-inner svg { transform: rotate(90deg); }
}

.ba2-quote {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: clamp(24px, 3vw, 32px);
  display: grid; grid-template-columns: 84px 1fr; gap: 20px; align-items: center;
}
@media (max-width: 620px) { .ba2-quote { grid-template-columns: 1fr; } }
.ba2-quote img { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; object-position: center 25%; }
.ba2-quote p { margin: 0; font-size: 1rem; color: #D8E2DC; }
.ba2-quote .who { font-size: .82rem; color: #8FA79A; margin-top: 8px; }
.ba2-foot {
  background: rgba(0,0,0,.22); padding: 13px clamp(24px, 3vw, 32px);
  font-size: .78rem; color: #93A79B;
}

/* ============================================ OŚ CZASU TRANSFORMACJI */
.tw {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  overflow: hidden;
}
.tw-grid { display: grid; grid-template-columns: minmax(240px, .8fr) 1.2fr; }
@media (max-width: 860px) { .tw-grid { grid-template-columns: 1fr; } }

.tw-figure {
  background: linear-gradient(170deg, var(--sand) 0%, var(--sand-2) 100%);
  padding: 30px 24px 22px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  position: relative;
}
.tw-figure svg { width: 100%; max-width: 210px; height: auto; }
.tw-month-flag {
  position: absolute; top: 18px; left: 18px;
  background: var(--primary); color: #fff;
  font-size: .74rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  padding: 6px 13px; border-radius: 100px;
}
.tw-weight {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 2.9rem);
  line-height: 1; color: var(--ink); margin-top: 14px;
  font-variant-numeric: tabular-nums;
}
.tw-weight .u { font-size: .45em; color: var(--muted); margin-left: 4px; }
.tw-delta {
  font-size: .88rem; font-weight: 600; color: var(--primary);
  background: #fff; border-radius: 100px; padding: 5px 14px; margin-top: 10px;
  box-shadow: var(--shadow-sm);
}

.tw-panel { padding: clamp(24px, 3vw, 34px); display: flex; flex-direction: column; }

.tw-slider-row { display: flex; align-items: center; gap: 14px; margin-bottom: 6px; }
.tw-range {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 6px; border-radius: 100px;
  background: linear-gradient(90deg, var(--primary) var(--fill, 0%), var(--sand-2) var(--fill, 0%));
  outline: none;
}
.tw-range::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--primary); border: 3px solid #fff;
  box-shadow: var(--shadow); cursor: grab;
}
.tw-range::-moz-range-thumb {
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--primary); border: 3px solid #fff;
  box-shadow: var(--shadow); cursor: grab; border-color: #fff;
}
.tw-range:active::-webkit-slider-thumb { cursor: grabbing; }
.tw-play {
  flex: none; width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid var(--line); background: #fff; color: var(--primary);
  display: grid; place-items: center;
}
.tw-play:hover { border-color: var(--primary); background: var(--primary-wash); }
.tw-ticks { display: flex; justify-content: space-between; font-size: .74rem; color: var(--muted); margin-bottom: 22px; }

.tw-metrics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--line); border-radius: var(--r); overflow: hidden; }
@media (max-width: 480px) { .tw-metrics { grid-template-columns: 1fr; } }
.tw-metric { background: #fff; padding: 15px 16px; }
.tw-metric .k { font-size: .76rem; color: var(--muted); letter-spacing: .04em; }
.tw-metric .v {
  font-family: var(--font-display); font-size: 1.42rem; line-height: 1.15;
  color: var(--ink); margin-top: 2px; font-variant-numeric: tabular-nums;
}
.tw-metric .v small { font-size: .58em; color: var(--muted); margin-left: 3px; font-family: var(--font-body); }
.tw-metric.improved .v { color: var(--primary); }
.tw-metric .chg { font-size: .74rem; color: var(--primary); font-weight: 600; }

.tw-event {
  margin-top: 18px; border-left: 3px solid var(--accent);
  background: var(--accent-wash); border-radius: 0 var(--r-sm) var(--r-sm) 0;
  padding: 13px 16px; font-size: .9rem; color: var(--ink-soft);
  min-height: 66px;
}
.tw-event strong { color: var(--ink); display: block; margin-bottom: 2px; }

.tw-foot {
  border-top: 1px solid var(--line);
  padding: 14px clamp(24px, 3vw, 34px);
  font-size: .78rem; color: var(--muted); background: var(--sand);
}

/* ----------------------------------------------------- treść artykułu */
.article-body { font-size: 1.06rem; line-height: 1.72; }
.article-body h2 {
  font-size: clamp(1.45rem, 2.4vw, 1.95rem);
  margin-top: 2em; margin-bottom: .5em;
}
.article-body h2:first-child { margin-top: 0; }
.article-body p { margin-bottom: 1.15em; color: var(--ink-soft); }
.article-body p strong { color: var(--ink); }
.article-body a.card { color: inherit; }
.article-body a.card:hover { border-color: var(--primary-lite); }

/* --------------------------------------------------------------- CTA */
.cta-band {
  background: var(--primary-deep);
  color: #F4F1E9;
  border-radius: var(--r-xl);
  padding: clamp(36px, 6vw, 68px);
  text-align: center;
}
.cta-band h2 { color: #fff; }
.cta-band .lead { color: #C9D6CF; max-width: 34em; margin-left: auto; margin-right: auto; }

/* ------------------------------------------------------------- stopka */
.footer { background: var(--sand); padding: 60px 0 34px; font-size: .9rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 34px; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
.footer h4 { font-family: var(--font-body); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; font-weight: 600; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.footer a { color: var(--ink-soft); text-decoration: none; }
.footer a:hover { color: var(--primary); }
.footer-bottom {
  border-top: 1px solid var(--line); margin-top: 40px; padding-top: 22px;
  display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  color: var(--muted); font-size: .82rem;
}
.footer-disclaimer {
  background: #fff; border: 1px dashed var(--line); border-radius: var(--r);
  padding: 16px 20px; margin-top: 32px; font-size: .84rem; color: var(--ink-soft);
}

/* ============================================================ KALKULATOR */
.calc {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: clamp(24px, 3vw, 34px);
}
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .88rem; font-weight: 600; margin-bottom: 7px; color: var(--ink); }
.field .hint { font-weight: 400; color: var(--muted); font-size: .82rem; display: block; margin-top: 3px; }
.input, select.input {
  width: 100%; padding: 13px 15px;
  border: 1px solid var(--line); border-radius: var(--r-sm);
  font-family: inherit; font-size: 1rem; color: var(--ink);
  background: #fff; transition: border-color .15s, box-shadow .15s;
}
.input:focus {
  outline: none; border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--primary-wash);
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 560px) { .field-row { grid-template-columns: 1fr; } }

.bmi-out { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.bmi-value { font-family: var(--font-display); font-size: 3rem; line-height: 1; color: var(--primary); }
.bmi-label { font-size: .95rem; font-weight: 600; margin-top: 4px; }
.bmi-scale { position: relative; height: 10px; border-radius: 100px; margin: 20px 0 8px; background: linear-gradient(90deg, #9BB7C9 0 18%, #2E7D63 18% 42%, #E0A458 42% 62%, #C97B3C 62% 82%, #B4523F 82% 100%); }
.bmi-marker { position: absolute; top: -5px; width: 4px; height: 20px; background: var(--ink); border-radius: 2px; transition: left .4s cubic-bezier(.3,.8,.4,1); box-shadow: 0 0 0 3px #fff; }
.bmi-ticks { display: flex; justify-content: space-between; font-size: .72rem; color: var(--muted); }

/* ============================================== FORMULARZ KWALIFIKACYJNY */
.q-page { background: var(--sand); min-height: 100vh; }
.q-shell { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

.q-progress { background: #fff; border-bottom: 1px solid var(--line); }
.q-progress-inner { max-width: 1180px; margin: 0 auto; padding: 20px 24px; }
.q-steps { display: flex; align-items: center; gap: 10px; }
.q-step { display: flex; align-items: center; gap: 10px; flex: 1; }
.q-step:last-child { flex: none; }
.q-step-dot {
  width: 28px; height: 28px; border-radius: 50%;
  display: grid; place-items: center; flex: none;
  font-size: .8rem; font-weight: 600;
  background: var(--sand-2); color: var(--muted);
  transition: background .3s, color .3s;
}
.q-step-label { font-size: .87rem; color: var(--muted); white-space: nowrap; }
.q-step-line { flex: 1; height: 2px; background: var(--sand-2); border-radius: 2px; }
.q-step.done .q-step-dot { background: var(--primary); color: #fff; }
.q-step.done .q-step-label { color: var(--ink); }
.q-step.done .q-step-line { background: var(--primary); }
.q-step.active .q-step-dot { background: var(--ink); color: #fff; }
.q-step.active .q-step-label { color: var(--ink); font-weight: 600; }
@media (max-width: 820px) {
  .q-step-label { display: none; }
  .q-step:last-child .q-step-label, .q-step.active .q-step-label { display: block; }
}

.q-body { display: grid; grid-template-columns: 1.05fr .95fr; min-height: calc(100vh - 140px); }
@media (max-width: 940px) { .q-body { grid-template-columns: 1fr; } }
.q-main { background: #fff; padding: clamp(28px, 4vw, 56px) clamp(24px, 4vw, 60px); }
.q-side { background: var(--sand); padding: clamp(28px, 4vw, 48px) clamp(24px, 4vw, 44px); }
@media (max-width: 940px) { .q-side { order: 2; } }

.q-panel { display: none; animation: fadeUp .45s ease both; }
.q-panel.active { display: block; }
.q-question { font-family: var(--font-display); font-size: clamp(1.5rem, 3vw, 2.1rem); margin-bottom: .3em; }
.q-help { color: var(--ink-soft); font-size: .96rem; margin-bottom: 26px; }

.q-options { display: grid; gap: 12px; margin-bottom: 26px; }
.q-option {
  display: flex; align-items: center; gap: 14px;
  padding: 16px 18px; border: 1.5px solid var(--line);
  border-radius: var(--r); background: #fff;
  cursor: pointer; text-align: left; width: 100%;
  transition: border-color .15s, background .15s, transform .1s;
  font-size: .97rem; color: var(--ink);
}
.q-option:hover { border-color: var(--primary-lite); background: var(--primary-wash); }
.q-option.selected { border-color: var(--primary); background: var(--primary-wash); }
.q-option .tick {
  width: 22px; height: 22px; border-radius: 50%;
  border: 1.5px solid var(--line); flex: none;
  display: grid; place-items: center; background: #fff;
}
.q-option.selected .tick { background: var(--primary); border-color: var(--primary); }
.q-option.selected .tick svg { display: block; }
.q-option .tick svg { display: none; width: 12px; height: 12px; color: #fff; }
.q-option .emoji { font-size: 1.25rem; }
.q-option-multi .tick { border-radius: 6px; }

.q-nav { display: flex; gap: 14px; align-items: center; margin-top: 30px; }
.q-back {
  background: none; border: 0; color: var(--muted);
  display: inline-flex; align-items: center; gap: 7px;
  font-size: .92rem; padding: 8px 4px;
}
.q-back:hover { color: var(--ink); }

/* wynik / prognoza */
.forecast-card { background: #fff; border-radius: var(--r-lg); padding: clamp(22px, 3vw, 32px); border: 1px solid var(--line); }
.forecast-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; }
.forecast-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--primary-wash); color: var(--primary-deep);
  border-radius: 100px; padding: 7px 16px; font-size: .85rem; font-weight: 600;
}

/* karty planu w kroku 3 */
.q-plan {
  border: 1.5px solid var(--line); border-radius: var(--r);
  padding: 20px; cursor: pointer; background: #fff;
  transition: border-color .15s, box-shadow .15s;
  display: block; width: 100%; text-align: left;
}
.q-plan:hover { border-color: var(--primary-lite); }
.q-plan.selected { border-color: var(--primary); border-width: 2px; box-shadow: var(--shadow-sm); }
.q-plan-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; }
.q-plan-name { font-family: var(--font-display); font-size: 1.3rem; }
.q-plan-price { font-family: var(--font-display); font-size: 1.6rem; color: var(--primary); white-space: nowrap; }
.q-plan-save { background: var(--accent-wash); color: var(--accent-deep); font-size: .74rem; font-weight: 700; padding: 4px 10px; border-radius: 100px; display: inline-block; margin-bottom: 8px; }

/* karuzela usług w panelu bocznym */
.side-card { background: #fff; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); }
.side-card-head { padding: 22px 24px 0; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.side-card-title { display: flex; align-items: center; gap: 11px; font-family: var(--font-display); font-size: 1.2rem; }
.side-card-nav { display: flex; align-items: center; gap: 8px; font-size: .82rem; color: var(--muted); }
.side-card-nav button {
  width: 32px; height: 32px; border-radius: 50%;
  border: 1px solid var(--line); background: #fff;
  display: grid; place-items: center; color: var(--ink);
}
.side-card-nav button:hover { border-color: var(--primary); color: var(--primary); }
.side-tags { display: flex; flex-wrap: wrap; gap: 8px; padding: 16px 24px 0; }
.side-tag {
  font-size: .8rem; padding: 6px 12px; border-radius: 100px;
  background: var(--primary-wash); color: var(--primary-deep);
  display: inline-flex; align-items: center; gap: 6px;
}
.side-body { padding: 16px 24px 22px; font-size: .92rem; color: var(--ink-soft); }
.side-photo { aspect-ratio: 16/10; overflow: hidden; background: var(--sand-2); }
/* kadrowanie od góry — przy portretach `cover` inaczej ucina głowy */
.side-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.side-slide { display: none; }
.side-slide.active { display: block; animation: fadeUp .4s ease both; }

/* warianty panelu bocznego przełączane razem z krokiem po lewej */
.side-mode { display: none; }
.side-mode.active { display: block; animation: fadeUp .45s ease both; }

/* karta „przed i po" */
.ba-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-lg); overflow: hidden;
}
.ba-photos { display: grid; grid-template-columns: 1fr 1fr; }
.ba-photo { position: relative; aspect-ratio: 3/4; overflow: hidden; background: var(--sand-2); }
.ba-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.ba-photo.after img { filter: saturate(1.06) brightness(1.03); }
.ba-tag {
  position: absolute; left: 10px; top: 10px;
  background: rgba(22,38,31,.82); color: #fff;
  font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 100px;
}
.ba-photo.after .ba-tag { background: var(--primary); }
.ba-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--line); }
.ba-stat { background: #fff; padding: 14px 10px; text-align: center; }
.ba-stat .v { font-family: var(--font-display); font-size: 1.25rem; color: var(--primary); line-height: 1.1; }
.ba-stat .k { font-size: .72rem; color: var(--muted); margin-top: 3px; }

/* mini-karty „do obejrzenia" w panelu bocznym */
.side-tabs { display: flex; gap: 8px; margin-bottom: 16px; flex-wrap: wrap; }
.side-tab {
  border: 1px solid var(--line); background: #fff; color: var(--ink-soft);
  border-radius: 100px; padding: 8px 15px; font-size: .84rem; font-weight: 500;
}
.side-tab.active { background: var(--primary); color: #fff; border-color: var(--primary); }
.side-pane { display: none; }
.side-pane.active { display: block; animation: fadeUp .4s ease both; }

/* ------------------------------------------------------------- płatność */
.pay-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 32px; align-items: start; }
@media (max-width: 940px) { .pay-grid { grid-template-columns: 1fr; } }
.pay-methods { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 22px; }
@media (max-width: 620px) { .pay-methods { grid-template-columns: repeat(2, 1fr); } }
.pay-method {
  border: 1.5px solid var(--line); border-radius: var(--r-sm);
  padding: 14px 10px; background: #fff; text-align: center;
  font-size: .82rem; font-weight: 600; color: var(--ink-soft);
  display: grid; gap: 6px; place-items: center;
}
.pay-method.selected { border-color: var(--primary); color: var(--primary-deep); background: var(--primary-wash); }
.pay-method svg { width: 22px; height: 22px; }

.summary {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 26px;
  position: sticky; top: 90px;
}
.summary-row { display: flex; justify-content: space-between; gap: 14px; padding: 11px 0; font-size: .93rem; }
.summary-row.total {
  border-top: 1px solid var(--line); margin-top: 8px; padding-top: 16px;
  font-size: 1.05rem; font-weight: 600;
}
.summary-row.total .v { font-family: var(--font-display); font-size: 1.5rem; color: var(--primary); }
.guarantee {
  background: var(--primary-wash); border-radius: var(--r);
  padding: 16px 18px; margin-top: 18px; font-size: .85rem; color: var(--primary-deep);
  display: flex; gap: 12px;
}
.guarantee svg { width: 22px; height: 22px; flex: none; color: var(--primary); }
.trust-row { display: flex; gap: 18px; justify-content: center; margin-top: 16px; font-size: .78rem; color: var(--muted); flex-wrap: wrap; }
.trust-row span { display: inline-flex; align-items: center; gap: 6px; }
.trust-row svg { width: 15px; height: 15px; }

.checkbox-row { display: flex; gap: 11px; align-items: flex-start; margin-bottom: 14px; font-size: .87rem; color: var(--ink-soft); line-height: 1.5; }
.checkbox-row input { margin-top: 3px; width: 17px; height: 17px; accent-color: var(--primary); flex: none; }

/* ekran sukcesu */
.success-mark {
  width: 78px; height: 78px; border-radius: 50%;
  background: var(--primary); color: #fff;
  display: grid; place-items: center; margin: 0 auto 26px;
}
.success-mark svg { width: 38px; height: 38px; }
.next-steps { display: grid; gap: 14px; text-align: left; max-width: 460px; margin: 30px auto 0; }
.next-step { display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 16px 18px; }
.next-step .n {
  width: 26px; height: 26px; border-radius: 50%; flex: none;
  background: var(--primary-wash); color: var(--primary-deep);
  display: grid; place-items: center; font-size: .8rem; font-weight: 700;
}
