/* ===========================================================
   AquaPure — Összecsukható bidet ülőke | HU Landing
   Modern slate / teal minimal theme
   =========================================================== */

:root {
  --primary: #0f766e;
  --primary-dark: #0d5c56;
  --primary-light: #14b8a6;
  --accent: #f97316;
  --accent-soft: #fff7ed;
  --navy: #0f172a;
  --navy-soft: #1e293b;
  --surface: #ffffff;
  --surface-alt: #f8fafc;
  --surface-muted: #f1f5f9;
  --ink: #0f172a;
  --ink-soft: #334155;
  --muted: #64748b;
  --line: #e2e8f0;
  --line-strong: #cbd5e1;
  --white: #ffffff;
  --shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.06), 0 4px 12px rgba(15, 23, 42, 0.04);
  --shadow-md: 0 8px 30px rgba(15, 23, 42, 0.1);
  --shadow-lg: 0 24px 60px rgba(15, 23, 42, 0.14);
  --radius-s: 8px;
  --radius: 14px;
  --radius-l: 20px;
  --radius-xl: 28px;
  --maxw: 1180px;
  --font-head: "Fraunces", Georgia, serif;
  --font-body: "Outfit", system-ui, -apple-system, sans-serif;
}

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

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

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--surface-alt);
  line-height: 1.7;
  font-size: 16px;
  -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% - 32px, var(--maxw)); margin-inline: auto; }

h1, h2, h3 { font-family: var(--font-head); font-weight: 600; line-height: 1.2; letter-spacing: -0.03em; color: var(--ink); }
h2 { font-size: clamp(1.65rem, 3.2vw, 2.5rem); }
h3 { font-size: clamp(1.1rem, 2vw, 1.35rem); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--primary);
}
.eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--accent); border-radius: 2px; }

/* ---------- Ad disclosure ---------- */
.ad-disclosure {
  background: var(--navy);
  color: #cbd5e1;
  font-size: 0.82rem;
  line-height: 1.55;
  padding: 10px 18px;
  text-align: center;
  font-weight: 500;
}
.ad-disclosure strong {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
  margin-right: 8px;
  font-weight: 800;
  vertical-align: middle;
}
.seller-note {
  font-size: 0.86rem;
  color: var(--ink-soft);
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 3px solid var(--primary);
  border-radius: var(--radius-s);
  padding: 14px 16px;
  margin: 18px 0 0;
  max-width: 58ch;
}
.impressum {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.65;
}
.impressum p { margin-bottom: 6px; }
.impressum a { color: var(--primary); text-decoration: underline; text-underline-offset: 2px; }

/* ---------- Cookie banner ---------- */
.cookie-banner {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 200;
  max-width: 680px; margin-inline: auto;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-l); box-shadow: var(--shadow-lg);
  padding: 20px 22px; display: none;
}
.cookie-banner.show { display: block; }
.cookie-banner p { font-size: 0.86rem; color: var(--ink-soft); margin-bottom: 14px; }
.cookie-banner a { color: var(--primary); text-decoration: underline; text-underline-offset: 2px; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cookie-actions .btn { min-width: 150px; flex: 1; }
.btn-reject {
  background: var(--surface); color: var(--ink);
  border: 1.5px solid var(--line-strong); box-shadow: none;
}
.btn-reject:hover { background: var(--surface-muted); transform: translateY(-1px); }

/* ---------- Thanks page ---------- */
.thanks-wrap { padding: 56px 0 80px; }
.thanks-card {
  max-width: 680px; margin-inline: auto;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-xl); padding: 44px 40px;
  box-shadow: var(--shadow-md);
}
.thanks-card .check {
  width: 72px; height: 72px; margin: 0 auto 20px; border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  display: grid; place-items: center;
}
.thanks-card .check svg { width: 36px; height: 36px; color: #fff; }
.thanks-card h1 { font-size: clamp(1.75rem, 4vw, 2.3rem); margin-bottom: 12px; text-align: center; }
.thanks-card > p { color: var(--ink-soft); margin-bottom: 12px; text-align: center; }
.thanks-order {
  text-align: left; background: var(--surface-muted);
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 24px; margin: 24px 0;
}
.thanks-order h2 {
  font-family: var(--font-body); font-size: 0.78rem; font-weight: 800;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--primary);
  margin-bottom: 14px;
}
.order-detail { display: grid; gap: 10px; }
.order-detail-row {
  display: flex; justify-content: space-between; gap: 16px;
  font-size: 0.92rem; padding-bottom: 10px;
  border-bottom: 1px dashed var(--line);
}
.order-detail-row:last-child { border-bottom: none; padding-bottom: 0; }
.order-detail-row .label { color: var(--muted); font-weight: 500; }
.order-detail-row .value { color: var(--ink); font-weight: 600; text-align: right; }
.order-detail-row.total .value { color: var(--primary); font-size: 1.15rem; font-family: var(--font-head); }
.thanks-next {
  text-align: left; background: #ecfdf5; border: 1px solid #a7f3d0;
  border-radius: var(--radius); padding: 18px 20px; margin: 22px 0;
}
.thanks-next ol { margin: 8px 0 0 1.2rem; color: var(--ink-soft); font-size: 0.9rem; }
.thanks-next li { margin-bottom: 6px; }
.thanks-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 24px; }

/* ---------- Promo bar ---------- */
.promo {
  background: var(--navy-soft);
  color: #94a3b8; font-size: 0.76rem; font-weight: 600;
  text-align: center; padding: 8px 16px; letter-spacing: 0.06em;
  border-bottom: 2px solid var(--primary);
}
.promo b { color: var(--primary-light); }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s;
}
.header.scrolled { box-shadow: var(--shadow-sm); }
.nav {
  display: flex; align-items: center; gap: 20px;
  height: 72px; position: relative;
}
.brand {
  display: flex; align-items: center; gap: 11px;
  color: var(--ink); flex-shrink: 0;
}
.brand .logo {
  width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(145deg, var(--primary-dark), var(--primary-light));
  display: grid; place-items: center;
  box-shadow: 0 4px 16px rgba(15, 118, 110, 0.35);
}
.brand .logo svg { width: 24px; height: 24px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name {
  font-family: var(--font-head); font-weight: 700; font-size: 1.15rem;
  letter-spacing: -0.02em; color: var(--ink);
}
.brand-name em { font-style: normal; color: var(--primary); }
.brand-tag {
  font-size: 0.65rem; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted); margin-top: 2px;
}

.nav-menu { margin-inline: auto; }
.nav-links { display: flex; gap: 2px; }
.nav-links a {
  font-size: 0.84rem; font-weight: 600; color: var(--muted);
  padding: 8px 14px; border-radius: var(--radius-s); transition: .2s;
}
.nav-links a:hover { color: var(--ink); background: var(--surface-muted); }
.nav-links a.active { color: var(--primary); background: #ecfdf5; }

.header-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.header-phone {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.8rem; font-weight: 700; color: var(--primary-dark);
  padding: 8px 12px; border-radius: var(--radius-s);
  border: 1.5px solid var(--line); background: var(--surface);
  transition: .2s;
}
.header-phone svg { width: 14px; height: 14px; flex-shrink: 0; }
.header-phone:hover { border-color: var(--primary); background: #ecfdf5; }
.btn-header {
  background: var(--navy); color: #fff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.2);
  border-radius: var(--radius-s); padding: 10px 20px; font-size: 0.86rem;
}
.btn-header:hover { background: var(--navy-soft); transform: translateY(-1px); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-body); font-weight: 700; font-size: 0.9rem;
  padding: 12px 22px; border-radius: var(--radius-s); cursor: pointer; border: none;
  transition: transform .18s, box-shadow .25s, background .25s; white-space: nowrap;
}
.btn-primary {
  background: var(--primary); color: #fff;
  box-shadow: 0 6px 20px rgba(15, 118, 110, 0.35);
}
.btn-primary:hover { transform: translateY(-2px); background: var(--primary-dark); box-shadow: 0 10px 28px rgba(15, 118, 110, 0.4); }
.btn-accent { background: var(--accent); color: #fff; box-shadow: 0 6px 20px rgba(249, 115, 22, 0.35); }
.btn-accent:hover { transform: translateY(-2px); background: #ea580c; }
.btn-ghost-dark { background: var(--surface); color: var(--ink); border: 1.5px solid var(--line-strong); }
.btn-ghost-dark:hover { border-color: var(--primary); transform: translateY(-1px); }
.btn-lg { padding: 14px 26px; font-size: 0.98rem; }

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

/* ---------- Hero ---------- */
.hero {
  position: relative; padding: 56px 0 48px;
  background: var(--surface);
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; top: -120px; right: -100px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.08), transparent 65%);
  pointer-events: none;
}
.hero::after {
  content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}
.breadcrumb { font-size: 0.78rem; color: var(--muted); margin-bottom: 20px; }
.breadcrumb a:hover { color: var(--primary); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.hero h1 { font-size: clamp(2rem, 4.5vw, 3.2rem); margin: 16px 0 18px; }
.hero h1 .accent { color: var(--primary); }
.hero p.lead { font-size: 1.04rem; color: var(--ink-soft); max-width: 54ch; }

.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }
.badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--surface-muted); border: 1px solid var(--line);
  border-radius: 999px; padding: 6px 14px;
  font-size: 0.82rem; font-weight: 600; color: var(--ink-soft);
}
.badge svg { width: 14px; height: 14px; color: var(--primary); 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-xl); overflow: hidden;
  box-shadow: var(--shadow-lg); border: 1px solid var(--line);
  position: relative; aspect-ratio: 4 / 3.2;
  background: var(--surface-muted);
}
.hero-visual .frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual .float-card {
  position: absolute; background: var(--surface);
  border-radius: var(--radius); padding: 10px 14px;
  box-shadow: var(--shadow-md); display: flex; align-items: center; gap: 10px;
  border: 1px solid var(--line);
}
.hero-visual .float-card .dot { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; flex-shrink: 0; }
.fc-1 { bottom: 16px; left: -16px; }
.fc-1 .dot { background: #ecfdf5; }
.fc-2 { top: 16px; right: -14px; }
.fc-2 .dot { background: var(--accent-soft); }
.hero-visual .float-card b { display: block; font-size: 0.86rem; }
.hero-visual .float-card small { color: var(--muted); font-size: 0.74rem; }
.hero-visual svg { width: 17px; height: 17px; }

.legal-note {
  background: #fffbeb; border: 1px solid #fde68a;
  border-radius: var(--radius); padding: 16px 20px; margin: 36px 0 8px;
  font-size: 0.84rem; color: var(--ink-soft);
  display: flex; gap: 12px; align-items: flex-start;
}
.legal-note svg { width: 20px; height: 20px; color: #d97706; flex-shrink: 0; margin-top: 2px; }
.legal-note .meta { display: block; margin-top: 6px; font-size: 0.74rem; color: var(--muted); }

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

.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pillar {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-l); padding: 28px 24px;
  transition: transform .25s, box-shadow .25s;
  position: relative; overflow: hidden;
}
.pillar::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--primary-light));
}
.pillar:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.pillar .ico {
  width: 48px; height: 48px; border-radius: 12px;
  background: #ecfdf5; display: grid; place-items: center; margin-bottom: 16px;
}
.pillar .ico svg { width: 24px; height: 24px; color: var(--primary); }
.pillar .step { font-size: 0.72rem; font-weight: 800; color: var(--accent); letter-spacing: .12em; text-transform: uppercase; }
.pillar h3 { margin: 4px 0 10px; }
.pillar p { color: var(--muted); font-size: 0.92rem; }

.benefits-wrap { background: var(--navy); color: #cbd5e1; }
.benefits-wrap .section-head h2 { color: #fff; }
.benefits-wrap .section-head p { color: #94a3b8; }
.benefits-wrap .eyebrow { color: var(--primary-light); }
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.benefit {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius); padding: 24px 22px; transition: .25s;
}
.benefit:hover { background: rgba(255,255,255,.08); transform: translateY(-3px); }
.benefit .ico {
  width: 42px; height: 42px; border-radius: 10px;
  background: rgba(20, 184, 166, 0.15); display: grid; place-items: center; margin-bottom: 12px;
}
.benefit .ico svg { width: 21px; height: 21px; color: var(--primary-light); }
.benefit h3 { font-size: 1.05rem; margin-bottom: 8px; color: #fff; }
.benefit p { color: #94a3b8; font-size: 0.9rem; }

.demo { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; align-items: stretch; }
.demo-card { background: var(--surface); 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(--navy); color: #fff; font-size: 0.72rem; font-weight: 700;
  padding: 5px 12px; border-radius: var(--radius-s);
}
.demo-card .body { padding: 22px 24px; }
.demo-card h3 { margin-bottom: 8px; }
.demo-card p { color: var(--muted); font-size: 0.92rem; }

.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: var(--surface-muted);
}
.demo-card--text .tag { position: static; background: var(--primary); }
.demo-icon {
  width: 50px; height: 50px; border-radius: 12px;
  background: var(--surface); border: 1px solid var(--line);
  display: grid; place-items: center;
}
.demo-icon svg { width: 25px; height: 25px; color: var(--primary); }
.demo-card--text .body { padding: 24px 26px 28px; flex: 1; }
.demo-lead {
  color: var(--ink-soft); font-size: 0.92rem; font-weight: 600;
  margin-bottom: 16px; padding-bottom: 14px;
  border-bottom: 1px dashed var(--line);
}
.step-list { list-style: none; display: grid; gap: 10px; counter-reset: step; }
.step-list li {
  counter-increment: step; position: relative;
  padding: 12px 14px 12px 46px; font-size: 0.88rem; color: var(--ink-soft);
  background: var(--surface-muted); border: 1px solid var(--line);
  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: 24px; height: 24px;
  border-radius: 6px; background: var(--primary); color: #fff;
  font-size: 0.76rem; font-weight: 800;
  display: grid; place-items: center;
}

.story-media { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 28px 0 0; }
.story-media figure { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.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.72rem; color: var(--muted); padding: 8px 12px; background: var(--surface-muted); }

.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 var(--line); background: var(--surface);
  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: 52px; height: 52px; border-radius: 14px;
  background: #ecfdf5; display: grid; place-items: center; margin-bottom: 14px;
}
.feature-tile-icon svg { width: 26px; height: 26px; color: var(--primary); }
.feature-tile h4 { font-family: var(--font-head); font-size: clamp(0.98rem, 1.8vw, 1.12rem); font-weight: 600; color: var(--ink); margin-bottom: 8px; line-height: 1.25; }
.feature-tile p { font-size: 0.78rem; color: var(--muted); line-height: 1.55; max-width: 22ch; }

.week { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; }
.day {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-s); padding: 16px 10px; text-align: center; transition: .25s;
}
.day:hover { background: #ecfdf5; border-color: var(--primary-light); transform: translateY(-3px); }
.day .d { font-size: 0.7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--primary); }
.day .ico { width: 36px; height: 36px; margin: 10px auto 8px; border-radius: 10px; background: #ecfdf5; display: grid; place-items: center; }
.day .ico svg { width: 18px; height: 18px; color: var(--primary); }
.day p { font-size: 0.76rem; color: var(--ink-soft); line-height: 1.4; }

.compare { background: var(--surface); 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.9rem; }
.compare thead th { background: var(--navy); color: #fff; font-family: var(--font-body); font-weight: 700; }
.compare thead th.hl { background: var(--primary-dark); }
.compare td:first-child { font-weight: 600; }
.compare td.center, .compare th.center { text-align: center; }
.compare tbody tr:hover { background: var(--surface-muted); }
.compare .yes { color: var(--primary); font-weight: 800; }
.compare .no { color: #cbd5e1; }
.compare .col-hl { background: rgba(15, 118, 110, 0.05); }

.price-wrap {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-sm);
}
.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.96rem; max-width: 44ch; }
.price-list { margin-top: 22px; display: grid; gap: 10px; }
.price-list li { display: flex; align-items: center; gap: 10px; font-size: 0.92rem; color: var(--ink-soft); }
.price-list svg { width: 17px; height: 17px; color: var(--primary); flex-shrink: 0; }
.price-card {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-soft) 100%);
  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(--accent); color: #fff; font-size: 0.74rem; font-weight: 700;
  padding: 4px 12px; border-radius: var(--radius-s);
}
.price-card .old { color: rgba(255,255,255,.45); text-decoration: line-through; font-size: 1rem; margin-top: 14px; }
.price-card .amount { font-family: var(--font-head); font-size: 3rem; line-height: 1; margin: 4px 0 6px; color: #fff; }
.price-card .amount span { font-size: 1rem; color: rgba(255,255,255,.6); }
.price-card .ship { font-size: 0.84rem; color: #94a3b8; font-weight: 600; }
.price-card .btn { margin-top: 22px; width: 100%; }
.price-card .guarantee { font-size: 0.76rem; color: rgba(255,255,255,.5); text-align: center; margin-top: 12px; }
.price-card .guarantee a { color: var(--primary-light); text-decoration: underline; }

.order-wrap { background: var(--surface-muted); border-top: 1px solid var(--line); }
.order-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 32px; align-items: start; }
.order-summary {
  background: var(--surface); 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: 64px; height: 64px; border-radius: 10px; 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.65rem; color: var(--primary); }
.summary-trust { display: grid; gap: 9px; margin-top: 16px; }
.summary-trust li { display: flex; gap: 9px; font-size: 0.82rem; color: var(--ink-soft); align-items: center; }
.summary-trust svg { width: 16px; height: 16px; color: var(--primary); flex-shrink: 0; }

.order-form { background: var(--surface); 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.88rem; 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.82rem; font-weight: 600; margin-bottom: 6px; color: var(--ink-soft); }
.field label .req { color: var(--accent); }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--font-body); font-size: 0.94rem; color: var(--ink);
  padding: 12px 14px; border: 1.5px solid var(--line-strong); border-radius: var(--radius-s);
  background: var(--surface-alt); transition: border-color .2s, box-shadow .2s; outline: none;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--primary); box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.12); background: #fff;
}
.field input.with-prefix { padding-left: 52px; }
.field .input-prefix { position: relative; }
.field .input-prefix .pfx {
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  color: var(--muted); font-size: 0.9rem; pointer-events: none; font-weight: 600;
}
.field .hint { font-size: 0.74rem; color: var(--muted); margin-top: 4px; }
.field .err-msg { display: none; font-size: 0.74rem; color: #dc2626; margin-top: 4px; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #fca5a5; background: #fef2f2; }
.field.invalid .err-msg { display: block; }
.field.valid input, .field.valid select, .field.valid textarea { border-color: var(--primary); }

.qty-control {
  display: inline-flex; align-items: center;
  border: 1.5px solid var(--line-strong); border-radius: var(--radius-s);
  overflow: hidden; background: var(--surface-alt);
}
.qty-control button { width: 42px; height: 44px; border: none; background: none; font-size: 1.2rem; cursor: pointer; color: var(--primary); }
.qty-control button:hover { background: var(--surface-muted); }
.qty-control input { width: 50px; text-align: center; border: none; background: none; font-weight: 700; font-size: 0.96rem; 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(--primary); flex-shrink: 0; cursor: pointer; }
.consent label { font-size: 0.8rem; color: var(--ink-soft); font-weight: 500; line-height: 1.5; }
.consent.invalid label { color: #dc2626; }
.consent label a { color: var(--primary); text-decoration: underline; text-underline-offset: 2px; }

.faq-list { max-width: 780px; margin-inline: auto; display: grid; gap: 10px; }
.faq-item { background: var(--surface); 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: 0.96rem; 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(--primary); 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.9rem; }
.faq-a a { color: var(--primary); text-decoration: underline; }

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

.cta-band {
  background: linear-gradient(135deg, var(--primary-dark), var(--navy));
  color: #fff; border-radius: var(--radius-xl); padding: 48px;
  text-align: center; position: relative; overflow: hidden;
}
.cta-band::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(400px 300px at 80% 100%, rgba(249, 115, 22, 0.2), transparent);
}
.cta-band h2 { color: #fff; position: relative; }
.cta-band p { color: rgba(255,255,255,.8); max-width: 48ch; margin: 12px auto 24px; position: relative; }
.cta-band .btn { position: relative; }

.footer { margin-top: 60px; }
.footer-top {
  background: var(--navy); padding: 36px 0; position: relative; overflow: hidden;
}
.footer-top::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(400px 200px at 90% 50%, rgba(20, 184, 166, 0.15), 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.3rem, 2.5vw, 1.7rem); color: #fff; margin-bottom: 4px; }
.footer-cta p { color: rgba(255,255,255,.7); font-size: 0.9rem; margin: 0; }
.btn-white {
  background: #fff; color: var(--navy);
  border-radius: var(--radius-s); padding: 12px 24px; font-weight: 800;
  box-shadow: 0 6px 20px rgba(0,0,0,.15);
}
.btn-white:hover { transform: translateY(-2px); background: #f8fafc; }

.footer-body { background: var(--surface); padding: 44px 0 32px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.15fr; gap: 28px; }
.footer .brand { margin-bottom: 14px; }
.footer .brand .logo { width: 40px; height: 40px; border-radius: 10px; }
.footer .brand-name { font-size: 1.05rem; }
.footer-about { font-size: 0.84rem; color: var(--muted); max-width: 38ch; line-height: 1.65; }
.footer-col h4 {
  color: var(--ink); font-family: var(--font-body); font-size: 0.76rem;
  letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px;
  padding-bottom: 10px; border-bottom: 2px solid #ecfdf5;
  display: inline-block;
}
.footer ul { display: grid; gap: 10px; }
.footer ul a { font-size: 0.86rem; color: var(--muted); font-weight: 600; transition: .2s; }
.footer ul a:hover { color: var(--primary); }
.footer .contact-li {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 0.86rem; 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(--primary); }
.footer .contact-li svg { width: 17px; height: 17px; color: var(--primary); flex-shrink: 0; margin-top: 2px; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.footer-badge {
  font-size: 0.7rem; font-weight: 800; letter-spacing: .06em;
  text-transform: uppercase; color: var(--primary-dark);
  background: #ecfdf5; border: 1px solid #a7f3d0;
  padding: 5px 10px; border-radius: 6px;
}
.footer-legal { background: var(--navy); color: #64748b; 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.76rem; color: #64748b; margin: 0; }
.footer-disclaimer { font-size: 0.72rem; color: #475569; line-height: 1.65; margin-top: 14px; }
.footer-legal .footer-disclaimer { color: #64748b; margin-top: 0; }
.footer-legal a { color: #94a3b8; text-decoration: underline; }

.legal-page { padding: 40px 0 64px; }
.legal-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-xl); box-shadow: var(--shadow-sm);
  padding: clamp(28px, 4vw, 48px);
}
.doc-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.7rem; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: var(--primary);
  background: #ecfdf5; border: 1px solid #a7f3d0;
  padding: 6px 12px; border-radius: 999px; margin-bottom: 16px;
}
.legal-card h1 { font-size: clamp(1.8rem, 4vw, 2.4rem); margin-bottom: 12px; }
.legal-meta { color: var(--muted); font-size: 0.9rem; margin-bottom: 28px; max-width: 68ch; }
.legal-meta a { color: var(--primary); text-decoration: underline; text-underline-offset: 3px; }
.legal-content h2 {
  font-family: var(--font-body); font-size: 1.02rem; font-weight: 800;
  color: var(--ink); margin: 28px 0 10px; letter-spacing: 0;
}
.legal-content h3 { font-family: var(--font-body); font-size: 0.92rem; font-weight: 700; margin: 18px 0 8px; }
.legal-content p { color: var(--ink-soft); font-size: 0.92rem; margin-bottom: 12px; }
.legal-content ul, .legal-content ol { margin: 0 0 14px 1.2rem; color: var(--ink-soft); font-size: 0.92rem; }
.legal-content li { margin-bottom: 6px; }
.legal-content a { color: var(--primary); text-decoration: underline; text-underline-offset: 3px; }
.legal-toc {
  background: var(--surface-muted); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 18px 20px; margin-bottom: 28px;
}
.legal-toc h2 { margin-top: 0 !important; font-size: 0.8rem !important; letter-spacing: .12em; text-transform: uppercase; color: var(--primary); }
.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(--surface-muted); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; }
.contact-box h3 { margin-top: 0; font-size: 0.86rem; text-transform: uppercase; letter-spacing: .1em; color: var(--primary); }
.contact-box p { margin: 0; font-size: 0.9rem; }

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

@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); }
  .header-phone { display: none; }
}
@media (max-width: 860px) {
  .nav-menu { margin-inline: 0; width: 100%; order: 3; }
  .nav-links {
    display: none; position: absolute; top: 72px; left: 0; right: 0;
    background: var(--surface); flex-direction: column; padding: 10px;
    gap: 4px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 16px; }
  .nav { flex-wrap: wrap; height: auto; padding: 12px 0; gap: 12px; }
  .header-actions { margin-left: auto; }
  .burger { display: block; }
  .nav .btn-header { display: none; }
  .footer-cta { text-align: center; justify-content: center; }
  .pillars, .benefits { grid-template-columns: 1fr; }
  .demo { grid-template-columns: 1fr; }
  .story-media { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .cookie-actions .btn { min-width: 0; width: 100%; }
  .ad-disclosure { font-size: 0.76rem; text-align: left; }
  .thanks-card { padding: 28px 20px; }
  body { font-size: 15px; }
  .section { padding: 52px 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; }
  .price-info, .price-card { padding: 28px 22px; }
  .cta-band { padding: 32px 20px; }
  .compare { overflow-x: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .order-detail-row { flex-direction: column; gap: 4px; }
  .order-detail-row .value { text-align: left; }
}
