/* ===========================================================
   VitalCascade — Přenosné bidetové sedátko | CZ Landing
   Warm sage / terracotta wellness theme
   =========================================================== */

:root {
  --sage: #5a7d5e;
  --sage-deep: #3d5a40;
  --sage-dark: #2a3f2c;
  --leaf: #e8f0e4;
  --leaf-soft: #f3f7f0;
  --terra: #c96b4a;
  --terra-soft: #f5e4dc;
  --cream: #faf6f0;
  --cream-dark: #f0e8dc;
  --bg: #f7f4ef;
  --bg-alt: #ffffff;
  --ink: #1e2a1f;
  --ink-soft: #3d4a3e;
  --muted: #6b7a6c;
  --line: #e4ddd3;
  --line-strong: #d4cbc0;
  --white: #ffffff;
  --shadow-sm: 0 2px 12px rgba(42, 63, 44, 0.07);
  --shadow-md: 0 16px 44px rgba(42, 63, 44, 0.11);
  --shadow-lg: 0 28px 64px rgba(30, 42, 31, 0.15);
  --radius-s: 10px;
  --radius: 16px;
  --radius-l: 24px;
  --maxw: 1140px;
  --font-head: "Cormorant Garamond", Georgia, serif;
  --font-body: "Nunito Sans", system-ui, -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 112px; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.72;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.wrap { width: min(100% - 36px, var(--maxw)); margin-inline: auto; }

h1, h2, h3 { font-family: var(--font-head); font-weight: 600; line-height: 1.15; letter-spacing: -0.02em; color: var(--ink); }
h2 { font-size: clamp(1.75rem, 3.5vw, 2.65rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.45rem); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body);
  font-size: 0.76rem; font-weight: 800; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--sage-deep);
}
.eyebrow::before { content: ""; width: 22px; height: 3px; background: var(--terra); border-radius: 2px; }

/* ---------- Promo bar ---------- */
.promo {
  background: linear-gradient(90deg, var(--sage-deep) 0%, #4a6b4e 50%, var(--sage-deep) 100%);
  color: #e8f2e4; font-size: 0.78rem; font-weight: 600;
  text-align: center; padding: 9px 16px; letter-spacing: 0.04em;
  border-bottom: 2px solid var(--terra);
}
.promo b { color: #fff; }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s, border-color .3s;
}
.header.scrolled {
  box-shadow: 0 8px 32px rgba(30, 42, 31, 0.08);
  border-bottom-color: transparent;
}
.nav {
  display: flex; align-items: center; gap: 20px;
  height: 76px; position: relative;
}
.brand {
  display: flex; align-items: center; gap: 12px;
  color: var(--ink); flex-shrink: 0;
}
.brand .logo {
  width: 46px; height: 46px; border-radius: 14px;
  background: linear-gradient(135deg, var(--sage-deep) 0%, #6b9470 100%);
  display: grid; place-items: center;
  box-shadow: 0 6px 18px rgba(61, 90, 64, 0.28);
  border: 2px solid rgba(255,255,255,.9);
  position: relative; overflow: hidden;
}
.brand .logo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(255,255,255,.22), transparent 55%);
}
.brand .logo svg { width: 26px; height: 26px; position: relative; z-index: 1; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name {
  font-family: var(--font-body); font-weight: 800; font-size: 1.05rem;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink);
}
.brand-name em { font-style: normal; color: var(--sage-deep); }
.brand-tag {
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--terra); margin-top: 3px;
}
.brand b { font-weight: 700; }
.brand i { font-style: normal; color: var(--sage); font-weight: 500; }

.nav-menu { margin-inline: auto; }
.nav-links {
  display: flex; gap: 4px; padding: 5px;
  background: var(--leaf-soft); border: 1px solid #dce8d8;
  border-radius: 999px;
}
.nav-links a {
  font-size: 0.84rem; font-weight: 700; color: var(--muted);
  padding: 9px 16px; border-radius: 999px; transition: .22s;
}
.nav-links a:hover { color: var(--ink); background: rgba(255,255,255,.85); }
.nav-links a.active {
  color: #fff; background: var(--sage-deep);
  box-shadow: 0 4px 12px rgba(61, 90, 64, 0.25);
}

.header-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.header-phone {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.82rem; font-weight: 700; color: var(--sage-deep);
  padding: 8px 12px; border-radius: 999px;
  border: 1.5px solid var(--line-strong); background: var(--cream);
  transition: .2s;
}
.header-phone svg { width: 15px; height: 15px; flex-shrink: 0; }
.header-phone:hover { border-color: var(--sage); background: #fff; }
.btn-header {
  background: var(--ink); color: #fff;
  box-shadow: 0 6px 18px rgba(30, 42, 31, 0.22);
  border-radius: 999px; padding: 11px 22px; font-size: 0.88rem;
}
.btn-header:hover { background: var(--sage-dark); transform: translateY(-2px); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-body); font-weight: 700; font-size: 0.93rem;
  padding: 12px 24px; border-radius: var(--radius-s); cursor: pointer; border: none;
  transition: transform .18s, box-shadow .25s, background .25s; white-space: nowrap;
}
.btn-primary { background: var(--terra); color: #fff; box-shadow: 0 8px 20px rgba(201,107,74,.35); }
.btn-primary:hover { transform: translateY(-2px); background: #b85e3f; box-shadow: 0 12px 28px rgba(201,107,74,.45); }
.btn-sage { background: var(--sage); color: #fff; box-shadow: 0 8px 20px rgba(90,125,94,.3); }
.btn-sage:hover { transform: translateY(-2px); background: var(--sage-deep); }
.btn-ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.35); }
.btn-ghost:hover { border-color: #fff; transform: translateY(-2px); }
.btn-ghost-dark { background: #fff; color: var(--sage-deep); border: 1.5px solid var(--line-strong); }
.btn-ghost-dark:hover { border-color: var(--sage); transform: translateY(-2px); }
.btn-lg { padding: 15px 28px; font-size: 1rem; }

.burger {
  display: none; background: var(--leaf-soft); border: 1px solid var(--line);
  border-radius: 10px; cursor: pointer; padding: 10px;
}
.burger span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 4px 0; border-radius: 2px; transition: .3s; }

/* ---------- Attention banners ---------- */
.attention-banners { display: grid; gap: 14px; margin-bottom: 36px; }
.attention-banner {
  padding: 18px 28px; border-radius: var(--radius);
  font-family: var(--font-body); font-weight: 800;
  font-size: clamp(1.1rem, 3.2vw, 1.65rem);
  line-height: 1.35; text-align: center; color: #fff;
}
.attention-banner.red {
  background: linear-gradient(120deg, #8b2942, #c0392b);
  border-left: 5px solid #f4c542;
  box-shadow: var(--shadow-md);
}
.attention-banner.purple {
  background: linear-gradient(120deg, #4a3f7a, #5b6abf);
  border-left: 5px solid #7ec8e3;
  box-shadow: var(--shadow-md);
}

/* ---------- Hero ---------- */
.hero {
  position: relative; padding: 48px 0 36px;
  background: linear-gradient(175deg, var(--cream) 0%, var(--bg) 55%, var(--leaf-soft) 100%);
  overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; bottom: -60px; right: -80px;
  width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(90,125,94,.12), transparent 70%);
  pointer-events: none;
}
.breadcrumb { font-size: 0.8rem; color: var(--muted); margin-bottom: 16px; }
.breadcrumb a:hover { color: var(--sage-deep); }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.hero h1 { font-size: clamp(2rem, 4.8vw, 3.4rem); margin: 14px 0 16px; }
.hero h1 .accent { color: var(--terra); font-style: italic; }
.hero p.lead { font-size: 1.06rem; color: var(--ink-soft); max-width: 54ch; }

.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0; }
.badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--bg-alt); border: 1px solid var(--line);
  border-radius: var(--radius-s); padding: 7px 14px;
  font-size: 0.84rem; font-weight: 600; color: var(--ink-soft);
}
.badge svg { width: 15px; height: 15px; color: var(--sage); flex-shrink: 0; }

.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

.hero-visual { position: relative; }
.hero-visual .frame {
  border-radius: var(--radius-l); overflow: hidden;
  box-shadow: var(--shadow-lg); border: 4px solid var(--bg-alt);
  position: relative; aspect-ratio: 4 / 3.2;
}
.hero-visual .frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual .float-card {
  position: absolute; background: var(--bg-alt);
  border-radius: var(--radius); padding: 11px 15px;
  box-shadow: var(--shadow-md); display: flex; align-items: center; gap: 10px;
  border: 1px solid var(--line);
}
.hero-visual .float-card .dot { width: 36px; height: 36px; border-radius: 9px; display: grid; place-items: center; flex-shrink: 0; }
.fc-1 { bottom: 18px; left: -14px; }
.fc-1 .dot { background: var(--leaf); }
.fc-2 { top: 20px; right: -12px; }
.fc-2 .dot { background: var(--terra-soft); }
.hero-visual .float-card b { display: block; font-size: 0.88rem; }
.hero-visual .float-card small { color: var(--muted); font-size: 0.76rem; }
.hero-visual svg { width: 18px; height: 18px; }

.scroll-hint { display: flex; align-items: center; gap: 10px; margin-top: 28px; font-size: 0.78rem; color: var(--muted); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.scroll-hint .mouse { width: 20px; height: 32px; border: 2px solid var(--line-strong); border-radius: 10px; position: relative; }
.scroll-hint .mouse::after { content: ""; position: absolute; top: 5px; left: 50%; width: 3px; height: 5px; background: var(--sage); border-radius: 3px; transform: translateX(-50%); animation: scrolldot 1.6s infinite; }
@keyframes scrolldot { 0% { opacity: 0; transform: translate(-50%, 0); } 40% { opacity: 1; } 80% { opacity: 0; transform: translate(-50%, 10px); } }

/* ---------- Info note ---------- */
.legal-note {
  background: var(--leaf-soft); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 16px 20px; margin: 32px 0 8px;
  font-size: 0.86rem; color: var(--ink-soft);
  display: flex; gap: 12px; align-items: flex-start;
}
.legal-note svg { width: 20px; height: 20px; color: var(--sage-deep); flex-shrink: 0; margin-top: 2px; }
.legal-note .meta { display: block; margin-top: 5px; font-size: 0.76rem; color: var(--muted); }

/* ---------- Sections ---------- */
.section { padding: 72px 0; }
.section-head { max-width: 680px; margin-bottom: 36px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { color: var(--muted); margin-top: 12px; font-size: 1.02rem; }

/* Story cards */
.story { padding: 56px 0; border-top: 1px solid var(--line); }
.story-card {
  background: var(--bg-alt); border: 1px solid var(--line);
  border-radius: var(--radius-l); padding: 40px 38px;
  box-shadow: var(--shadow-sm); position: relative; overflow: hidden;
}
.story-card::before {
  content: attr(data-num);
  position: absolute; top: -20px; right: 24px;
  font-family: var(--font-head); font-size: 7rem; font-weight: 700;
  color: rgba(90,125,94,.08); line-height: 1; pointer-events: none;
}
.story-card > .eyebrow { margin-bottom: 14px; }
.story-card h2 { margin-bottom: 6px; }
.story-card p { color: var(--ink-soft); margin-bottom: 16px; }
.story-card p:first-of-type { font-size: 1.05rem; color: var(--ink); }
.story-callout {
  background: var(--leaf-soft); border-left: 4px solid var(--sage);
  border-radius: 0 var(--radius-s) var(--radius-s) 0;
  padding: 16px 20px; margin: 4px 0 18px; font-size: 0.94rem; color: var(--ink-soft);
}
.story-callout.warn { border-color: var(--terra); background: var(--terra-soft); }

.story-media { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 22px 0 0; }
.story-media figure { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--bg-alt); }
.story-media img { aspect-ratio: 1/1; object-fit: cover; width: 100%; transition: transform .45s; }
.story-media figure:hover img { transform: scale(1.04); }
.story-media figcaption { font-size: 0.74rem; color: var(--muted); padding: 8px 11px; background: var(--cream); }

.feature-tile {
  aspect-ratio: 1/1; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  padding: 24px 20px; border-radius: var(--radius);
  border: 1px solid #d4e4d0; background: linear-gradient(160deg, var(--leaf-soft) 0%, #fff 100%);
  box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s;
}
.feature-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.feature-tile-icon {
  width: 54px; height: 54px; border-radius: 16px;
  background: var(--leaf); border: 1px solid #d4e4d0;
  display: grid; place-items: center; margin-bottom: 14px;
}
.feature-tile-icon svg { width: 26px; height: 26px; color: var(--sage-deep); }
.feature-tile h4 {
  font-family: var(--font-head); font-size: clamp(1rem, 1.8vw, 1.15rem);
  font-weight: 600; color: var(--ink); margin-bottom: 8px; line-height: 1.25;
}
.feature-tile p { font-size: 0.8rem; color: var(--muted); line-height: 1.55; max-width: 22ch; }

/* Pillars */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pillar {
  background: var(--cream); border: 1px solid var(--line);
  border-radius: var(--radius-l); padding: 28px 24px;
  transition: transform .25s, box-shadow .25s;
}
.pillar:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.pillar .ico { width: 50px; height: 50px; border-radius: 14px; background: var(--leaf); display: grid; place-items: center; margin-bottom: 16px; }
.pillar .ico svg { width: 25px; height: 25px; color: var(--sage-deep); }
.pillar .step { font-size: 0.74rem; font-weight: 800; color: var(--terra); letter-spacing: .12em; text-transform: uppercase; }
.pillar h3 { margin: 3px 0 8px; }
.pillar p { color: var(--muted); font-size: 0.94rem; }

/* Benefits */
.benefits-wrap { background: var(--sage-dark); color: #d4e4d0; border-top: none; border-bottom: none; }
.benefits-wrap .section-head h2 { color: #fff; }
.benefits-wrap .section-head p { color: #a8c4a4; }
.benefits-wrap .eyebrow { color: #a8d4a0; }
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.benefit {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius); padding: 24px 22px; transition: .25s;
}
.benefit:hover { background: rgba(255,255,255,.1); transform: translateY(-3px); }
.benefit .ico { width: 44px; height: 44px; border-radius: 12px; background: rgba(168,212,160,.2); display: grid; place-items: center; margin-bottom: 12px; }
.benefit .ico svg { width: 22px; height: 22px; color: #a8d4a0; }
.benefit h3 { font-size: 1.08rem; margin-bottom: 7px; color: #fff; }
.benefit p { color: #9ec4a0; font-size: 0.91rem; }

/* Demo */
.demo { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; align-items: stretch; }
.demo-card { background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius-l); overflow: hidden; }
.demo-card .media { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.demo-card .media img { width: 100%; height: 100%; object-fit: cover; }
.demo-card .tag { position: absolute; top: 12px; left: 12px; background: var(--sage-dark); color: #fff; font-size: 0.74rem; font-weight: 700; padding: 5px 12px; border-radius: var(--radius-s); }
.demo-card .body { padding: 20px 22px; }
.demo-card h3 { margin-bottom: 7px; }
.demo-card p { color: var(--muted); font-size: 0.93rem; }

.demo-card--text { display: flex; flex-direction: column; height: 100%; }
.demo-card-accent {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 24px; border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, var(--leaf-soft) 0%, var(--cream) 100%);
}
.demo-card--text .tag { position: static; background: var(--sage-deep); }
.demo-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: #fff; border: 1px solid var(--line);
  display: grid; place-items: center; box-shadow: var(--shadow-sm);
}
.demo-icon svg { width: 26px; height: 26px; color: var(--sage-deep); }
.demo-card--text .body { padding: 24px 26px 28px; flex: 1; }
.demo-lead {
  color: var(--ink-soft); font-size: 0.94rem; font-weight: 600;
  margin-bottom: 16px; padding-bottom: 14px;
  border-bottom: 1px dashed var(--line-strong);
}
.step-list {
  list-style: none; display: grid; gap: 10px; counter-reset: step;
}
.step-list li {
  counter-increment: step; position: relative;
  padding: 12px 14px 12px 48px; font-size: 0.9rem; color: var(--ink-soft);
  background: var(--leaf-soft); border: 1px solid #dce8d8;
  border-radius: var(--radius-s); line-height: 1.45;
}
.step-list li::before {
  content: counter(step); position: absolute; left: 12px; top: 50%;
  transform: translateY(-50%); width: 26px; height: 26px;
  border-radius: 8px; background: var(--sage-deep); color: #fff;
  font-size: 0.78rem; font-weight: 800;
  display: grid; place-items: center;
}

/* Week */
.week { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; }
.day {
  background: var(--bg-alt); border: 1px solid var(--line);
  border-radius: var(--radius-s); padding: 16px 12px; text-align: center; transition: .25s;
}
.day:hover { background: var(--leaf-soft); border-color: var(--sage); transform: translateY(-3px); }
.day .d { font-size: 0.72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--terra); }
.day .ico { width: 38px; height: 38px; margin: 10px auto 8px; border-radius: 10px; background: var(--leaf); display: grid; place-items: center; }
.day .ico svg { width: 19px; height: 19px; color: var(--sage-deep); }
.day p { font-size: 0.8rem; color: var(--ink-soft); line-height: 1.4; }

/* Compare */
.compare { background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius-l); overflow: hidden; }
.compare table { width: 100%; border-collapse: collapse; }
.compare th, .compare td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--line); font-size: 0.93rem; }
.compare thead th { background: var(--sage-dark); color: #fff; font-family: var(--font-body); font-weight: 700; }
.compare thead th.hl { background: var(--sage-deep); }
.compare td:first-child { font-weight: 600; }
.compare td.center, .compare th.center { text-align: center; }
.compare tbody tr:hover { background: var(--leaf-soft); }
.compare .yes { color: var(--sage-deep); font-weight: 800; }
.compare .no { color: #c8ccc8; }
.compare .col-hl { background: rgba(90,125,94,.07); }

/* Before / After */
.beforeafter { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.ba-card { border-radius: var(--radius-l); overflow: hidden; border: 1px solid var(--line); background: var(--bg-alt); }
.ba-card .media { aspect-ratio: 4/3; overflow: hidden; }
.ba-card .media img { width: 100%; height: 100%; object-fit: cover; }
.ba-card .label { padding: 16px 20px; }
.ba-card .label .pill { display: inline-block; font-size: 0.72rem; font-weight: 800; padding: 4px 11px; border-radius: var(--radius-s); margin-bottom: 7px; letter-spacing: .04em; }
.ba-card .label .pill.before { background: var(--terra-soft); color: var(--terra); }
.ba-card .label .pill.after { background: var(--leaf); color: var(--sage-deep); }
.ba-card .label p { font-size: 0.88rem; color: var(--muted); margin-top: 3px; }

/* Price */
.price-wrap {
  background: var(--cream-dark); border: 1px solid var(--line);
  border-radius: var(--radius-l); overflow: hidden;
}
.price-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 0; }
.price-info { padding: 44px 40px; }
.price-info h2 { margin: 12px 0 14px; }
.price-info p { color: var(--muted); font-size: 0.98rem; max-width: 44ch; }
.price-list { margin-top: 20px; display: grid; gap: 10px; }
.price-list li { display: flex; align-items: center; gap: 10px; font-size: 0.95rem; color: var(--ink-soft); }
.price-list svg { width: 18px; height: 18px; color: var(--sage); flex-shrink: 0; }
.price-card {
  background: var(--sage-dark); color: #fff;
  padding: 40px 36px; display: flex; flex-direction: column; justify-content: center;
}
.price-card .save { display: inline-block; align-self: flex-start; background: var(--terra); color: #fff; font-size: 0.76rem; font-weight: 700; padding: 4px 12px; border-radius: var(--radius-s); }
.price-card .old { color: rgba(255,255,255,.5); text-decoration: line-through; font-size: 1.05rem; margin-top: 12px; }
.price-card .amount { font-family: var(--font-head); font-size: 3.2rem; line-height: 1; margin: 3px 0 5px; color: #fff; }
.price-card .amount span { font-size: 1.1rem; color: rgba(255,255,255,.65); }
.price-card .ship { font-size: 0.86rem; color: #a8d4a0; font-weight: 600; }
.price-card .btn { margin-top: 20px; width: 100%; }
.price-card .guarantee { font-size: 0.78rem; color: rgba(255,255,255,.55); text-align: center; margin-top: 12px; }

/* Order */
.order-wrap { background: var(--leaf-soft); border-top: 1px solid var(--line); }
.order-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 36px; align-items: start; }
.order-summary {
  background: var(--bg-alt); border: 1px solid var(--line);
  border-radius: var(--radius-l); padding: 28px 26px;
  position: sticky; top: 88px;
}
.order-summary h3 { margin-bottom: 16px; }
.summary-row { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.summary-row img { width: 68px; height: 68px; border-radius: 12px; object-fit: cover; }
.summary-row .t b { display: block; }
.summary-row .t small { color: var(--muted); }
.summary-row .p { margin-left: auto; font-weight: 700; }
.summary-total { display: flex; justify-content: space-between; align-items: baseline; padding-top: 14px; font-weight: 700; }
.summary-total .big { font-family: var(--font-head); font-size: 1.7rem; color: var(--sage-deep); }
.summary-trust { display: grid; gap: 9px; margin-top: 16px; }
.summary-trust li { display: flex; gap: 9px; font-size: 0.84rem; color: var(--ink-soft); align-items: center; }
.summary-trust svg { width: 17px; height: 17px; color: var(--sage); flex-shrink: 0; }

.order-form { background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius-l); padding: 32px 28px; }
.order-form h3 { margin-bottom: 5px; }
.order-form > p.sub { color: var(--muted); font-size: 0.9rem; margin-bottom: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: 0.84rem; font-weight: 600; margin-bottom: 6px; color: var(--ink-soft); }
.field label .req { color: var(--terra); }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--font-body); font-size: 0.96rem; color: var(--ink);
  padding: 12px 14px; border: 1.5px solid var(--line-strong); border-radius: var(--radius-s);
  background: var(--cream); transition: border-color .2s, box-shadow .2s; outline: none;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--sage); box-shadow: 0 0 0 3px rgba(90,125,94,.15); background: #fff; }
.field input.with-prefix { padding-left: 50px; }
.field .input-prefix { position: relative; }
.field .input-prefix .pfx { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--muted); font-size: 0.93rem; pointer-events: none; font-weight: 600; }
.field .hint { font-size: 0.76rem; color: var(--muted); margin-top: 4px; }
.field .err-msg { display: none; font-size: 0.76rem; color: #c0392b; margin-top: 4px; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #e57373; background: #fff5f5; }
.field.invalid .err-msg { display: block; }
.field.valid input, .field.valid select, .field.valid textarea { border-color: var(--sage); }

.qty-control { display: inline-flex; align-items: center; border: 1.5px solid var(--line-strong); border-radius: var(--radius-s); overflow: hidden; background: var(--cream); }
.qty-control button { width: 42px; height: 44px; border: none; background: none; font-size: 1.25rem; cursor: pointer; color: var(--sage-deep); }
.qty-control button:hover { background: var(--leaf-soft); }
.qty-control input { width: 50px; text-align: center; border: none; background: none; font-weight: 700; font-size: 0.98rem; padding: 0; }
.qty-control input:focus { box-shadow: none; }

.consent { display: flex; gap: 10px; align-items: flex-start; margin: 4px 0 16px; }
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--sage); flex-shrink: 0; cursor: pointer; }
.consent label { font-size: 0.82rem; color: var(--ink-soft); font-weight: 500; line-height: 1.5; }
.consent.invalid label { color: #c0392b; }

.form-success {
  display: none; text-align: center; padding: 18px;
  background: var(--leaf-soft); border: 1px solid var(--line);
  border-radius: var(--radius); margin-top: 16px;
}
.form-success.show { display: block; animation: pop .4s ease; }
.form-success .check { width: 52px; height: 52px; margin: 0 auto 10px; border-radius: 50%; background: var(--sage); display: grid; place-items: center; }
.form-success .check svg { width: 28px; height: 28px; color: #fff; }
.form-success h4 { font-family: var(--font-head); font-size: 1.35rem; margin-bottom: 5px; }
.form-success p { color: var(--muted); font-size: 0.9rem; }
@keyframes pop { from { transform: scale(.94); opacity: 0; } to { transform: scale(1); opacity: 1; } }

/* FAQ */
.faq-list { max-width: 780px; margin-inline: auto; display: grid; gap: 10px; }
.faq-item { background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: box-shadow .25s; }
.faq-item.open { box-shadow: var(--shadow-sm); border-color: var(--line-strong); }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 18px 22px; font-family: var(--font-body); font-size: 1rem; font-weight: 600; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq-q .plus { width: 24px; height: 24px; flex-shrink: 0; position: relative; }
.faq-q .plus::before, .faq-q .plus::after { content: ""; position: absolute; background: var(--sage); border-radius: 2px; transition: transform .3s; }
.faq-q .plus::before { top: 11px; left: 3px; width: 18px; height: 2px; }
.faq-q .plus::after { top: 3px; left: 11px; width: 2px; height: 18px; }
.faq-item.open .plus::after { transform: rotate(90deg); opacity: 0; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a p { padding: 0 22px 18px; color: var(--muted); font-size: 0.93rem; }

/* Disclaimer */
.disclaimer { background: var(--terra-soft); border: 1px solid #e8cfc0; border-radius: var(--radius); padding: 20px 24px; display: flex; gap: 14px; align-items: flex-start; }
.disclaimer svg { width: 22px; height: 22px; color: var(--terra); flex-shrink: 0; margin-top: 2px; }
.disclaimer p { font-size: 0.88rem; color: var(--ink-soft); }
.disclaimer b { color: var(--ink); }

/* CTA band */
.cta-band {
  background: linear-gradient(135deg, var(--sage-deep), var(--sage-dark));
  color: #fff; border-radius: var(--radius-l); padding: 44px; text-align: center;
  position: relative; overflow: hidden;
}
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(380px 280px at 75% 110%, rgba(201,107,74,.25), transparent); }
.cta-band h2 { color: #fff; position: relative; }
.cta-band p { color: rgba(255,255,255,.85); max-width: 48ch; margin: 10px auto 22px; position: relative; }
.cta-band .btn { position: relative; }

/* Footer */
.footer { margin-top: 60px; }
.footer-top {
  background: linear-gradient(135deg, var(--sage-deep) 0%, #2f4a32 100%);
  padding: 36px 0; position: relative; overflow: hidden;
}
.footer-top::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(420px 220px at 85% 50%, rgba(201,107,74,.18), transparent);
}
.footer-cta {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap; position: relative;
}
.footer-cta h3 {
  font-family: var(--font-head); font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  color: #fff; margin-bottom: 4px;
}
.footer-cta p { color: rgba(255,255,255,.78); font-size: 0.92rem; margin: 0; }
.btn-white {
  background: #fff; color: var(--sage-deep);
  border-radius: 999px; padding: 13px 26px; font-weight: 800;
  box-shadow: 0 8px 24px rgba(0,0,0,.15);
}
.btn-white:hover { transform: translateY(-2px); background: var(--cream); }

.footer-wave {
  display: block; width: 100%; height: 28px; margin-bottom: -1px;
  background: var(--cream);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
}
.footer-body { background: var(--cream); padding: 44px 0 32px; }
.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.15fr; gap: 28px;
}
.footer .brand { margin-bottom: 14px; }
.footer .brand .logo { width: 42px; height: 42px; border-radius: 12px; }
.footer .brand-name { font-size: 0.95rem; color: var(--ink); }
.footer .brand-tag { color: var(--terra); }
.footer-about { font-size: 0.86rem; color: var(--muted); max-width: 38ch; line-height: 1.65; }
.footer-col h4 {
  color: var(--ink); font-family: var(--font-body); font-size: 0.78rem;
  letter-spacing: .16em; text-transform: uppercase; margin-bottom: 16px;
  padding-bottom: 10px; border-bottom: 2px solid var(--terra-soft);
  display: inline-block;
}
.footer ul { display: grid; gap: 10px; }
.footer ul a {
  font-size: 0.88rem; color: var(--muted); font-weight: 600;
  transition: .2s; display: inline-flex; align-items: center; gap: 6px;
}
.footer ul a::before {
  content: ""; width: 5px; height: 5px; border-radius: 50%;
  background: var(--sage); opacity: 0; transition: .2s;
}
.footer ul a:hover { color: var(--sage-deep); padding-left: 2px; }
.footer ul a:hover::before { opacity: 1; }
.footer .contact-li {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 0.88rem; color: var(--muted); margin-bottom: 11px; font-weight: 600;
}
.footer .contact-li a { color: var(--muted); font-weight: 600; }
.footer .contact-li a:hover { color: var(--sage-deep); }
.footer .contact-li svg {
  width: 18px; height: 18px; color: var(--terra);
  flex-shrink: 0; margin-top: 2px;
  padding: 3px; background: var(--terra-soft); border-radius: 6px;
}
.footer-badges {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px;
}
.footer-badge {
  font-size: 0.72rem; font-weight: 800; letter-spacing: .06em;
  text-transform: uppercase; color: var(--sage-deep);
  background: #fff; border: 1px solid var(--line);
  padding: 6px 10px; border-radius: 8px;
}
.footer-legal {
  background: var(--ink); color: #8a9a8c; padding: 22px 0;
}
.footer-bottom {
  display: flex; flex-wrap: wrap; gap: 12px;
  justify-content: space-between; align-items: center;
}
.footer-bottom p { font-size: 0.78rem; color: #6a7d6c; margin: 0; }
.footer-disclaimer {
  font-size: 0.74rem; color: #5a6d5c; line-height: 1.65;
  margin-top: 14px; max-width: 100%;
}
.footer-legal .footer-disclaimer { color: #6a7d6c; margin-top: 0; max-width: none; }

/* ---------- Legal / info pages ---------- */
.legal-page { padding: 36px 0 60px; }
.legal-card {
  background: var(--bg-alt); border: 1px solid var(--line);
  border-radius: var(--radius-l); box-shadow: var(--shadow-sm);
  padding: clamp(28px, 4vw, 48px);
}
.doc-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.72rem; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: var(--sage-deep);
  background: var(--leaf); border: 1px solid #d4e4d0;
  padding: 6px 12px; border-radius: 999px; margin-bottom: 16px;
}
.legal-card h1 { font-size: clamp(1.85rem, 4vw, 2.5rem); margin-bottom: 12px; }
.legal-meta { color: var(--muted); font-size: 0.92rem; margin-bottom: 28px; max-width: 68ch; }
.legal-meta a { color: var(--sage-deep); text-decoration: underline; text-underline-offset: 3px; }
.legal-content h2 {
  font-family: var(--font-body); font-size: 1.05rem; font-weight: 800;
  color: var(--ink); margin: 28px 0 10px; letter-spacing: 0;
}
.legal-content h3 { font-family: var(--font-body); font-size: 0.95rem; font-weight: 700; margin: 18px 0 8px; }
.legal-content p { color: var(--ink-soft); font-size: 0.94rem; margin-bottom: 12px; }
.legal-content ul, .legal-content ol { margin: 0 0 14px 1.2rem; color: var(--ink-soft); font-size: 0.94rem; }
.legal-content li { margin-bottom: 6px; }
.legal-content a { color: var(--sage-deep); text-decoration: underline; text-underline-offset: 3px; }
.legal-toc {
  background: var(--leaf-soft); border: 1px solid #dce8d8;
  border-radius: var(--radius); padding: 18px 20px; margin-bottom: 28px;
}
.legal-toc h2 { margin-top: 0 !important; font-size: 0.82rem !important; letter-spacing: .12em; text-transform: uppercase; color: var(--sage-deep); }
.legal-toc ol { margin-bottom: 0; }
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin: 20px 0; }
.contact-box {
  background: var(--leaf-soft); border: 1px solid #dce8d8;
  border-radius: var(--radius); padding: 18px;
}
.contact-box h3 { margin-top: 0; font-size: 0.88rem; text-transform: uppercase; letter-spacing: .1em; color: var(--sage-deep); }
.contact-box p { margin: 0; font-size: 0.92rem; }

.consent label a { color: var(--sage-deep); text-decoration: underline; text-underline-offset: 2px; }
.consent label a:hover { color: var(--sage); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .price-grid { grid-template-columns: 1fr; }
  .order-grid { grid-template-columns: 1fr; }
  .order-summary { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .week { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 980px) {
  .header-phone { display: none; }
}
@media (max-width: 860px) {
  .nav-menu { margin-inline: 0; width: 100%; order: 3; }
  .nav-links {
    display: none; position: absolute; top: 76px; left: 0; right: 0;
    background: #fff; flex-direction: column; padding: 10px;
    gap: 4px; border-radius: 0; border: none;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 16px; border-radius: var(--radius-s); }
  .nav-links a.active { background: var(--leaf); color: var(--sage-deep); box-shadow: none; }
  .nav { flex-wrap: wrap; height: auto; padding: 12px 0; gap: 12px; }
  .header-actions { margin-left: auto; }
  .burger { display: block; }
  .nav .btn-header, .nav .btn-primary { display: none; }
  .footer-cta { text-align: center; justify-content: center; }
  .pillars, .benefits { grid-template-columns: 1fr; }
  .demo, .beforeafter { grid-template-columns: 1fr; }
  .story-media { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .section { padding: 48px 0; }
  .form-row { grid-template-columns: 1fr; }
  .week { grid-template-columns: 1fr 1fr; }
  .story-media { grid-template-columns: 1fr; }
  .feature-tile { aspect-ratio: auto; min-height: 0; padding: 28px 22px; }
  .feature-tile p { max-width: none; }
  .story-card { padding: 28px 22px; }
  .price-info, .price-card { padding: 28px 22px; }
  .cta-band { padding: 32px 20px; }
  .compare { overflow-x: auto; }
  .footer-grid { grid-template-columns: 1fr; }
}
