/* ===========================================================
   AquaNési — Bidé portátil | Landing narrativa
   Wellness / hygiene aqua theme
   =========================================================== */

:root {
  --aqua: #12a6b6;
  --aqua-deep: #0a6f7c;
  --aqua-dark: #06454e;
  --mint: #d7f1f2;
  --mint-soft: #eafafa;
  --peach: #ff9277;
  --peach-soft: #ffe7df;
  --sand: #f7f4ee;
  --bg: #f3fafb;
  --bg-alt: #ffffff;
  --ink: #0c2a2f;
  --ink-soft: #2c4a4f;
  --muted: #5d7c81;
  --line: #e2efef;
  --line-strong: #cfe5e6;
  --white: #ffffff;
  --shadow-sm: 0 2px 10px rgba(10, 111, 124, 0.06);
  --shadow-md: 0 14px 40px rgba(10, 111, 124, 0.10);
  --shadow-lg: 0 30px 70px rgba(8, 69, 78, 0.16);
  --radius-s: 12px;
  --radius: 20px;
  --radius-l: 30px;
  --maxw: 1180px;
  --font-head: "Fraunces", Georgia, serif;
  --font-body: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
}

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

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

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

h1, h2, h3 { font-family: var(--font-head); font-weight: 600; line-height: 1.12; letter-spacing: -0.01em; color: var(--ink); }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.7rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body);
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--aqua-deep);
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--peach); border-radius: 2px; }

/* ---------- Top promo bar ---------- */
.promo {
  background: linear-gradient(90deg, var(--aqua-deep), var(--aqua));
  color: #eafafa; font-size: 0.82rem; font-weight: 600;
  text-align: center; padding: 9px 16px; letter-spacing: 0.02em;
}
.promo span { opacity: 0.92; }
.promo b { color: #fff; }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(243, 250, 251, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s;
}
.header.scrolled { box-shadow: var(--shadow-sm); }
.nav { display: flex; align-items: center; gap: 18px; height: 72px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-head); font-weight: 600; font-size: 1.3rem; color: var(--aqua-dark); }
.brand .logo {
  width: 36px; height: 36px; border-radius: 11px;
  background: linear-gradient(150deg, var(--aqua), var(--aqua-deep));
  display: grid; place-items: center; box-shadow: var(--shadow-sm);
}
.brand .logo svg { width: 21px; height: 21px; }
.brand b { font-weight: 600; }
.brand i { font-style: normal; color: var(--aqua); }

.nav-links { display: flex; gap: 4px; margin-inline: auto; }
.nav-links a {
  font-size: 0.92rem; font-weight: 600; color: var(--ink-soft);
  padding: 8px 13px; border-radius: 10px; transition: .2s;
}
.nav-links a:hover { color: var(--aqua-deep); background: var(--mint-soft); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-body); font-weight: 700; font-size: 0.95rem;
  padding: 12px 22px; border-radius: 100px; cursor: pointer; border: none;
  transition: transform .18s, box-shadow .25s, background .25s; white-space: nowrap;
}
.btn-primary { background: linear-gradient(135deg, var(--peach), #ff7a5c); color: #fff; box-shadow: 0 10px 24px rgba(255, 122, 92, 0.32); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(255, 122, 92, 0.42); }
.btn-aqua { background: linear-gradient(135deg, var(--aqua), var(--aqua-deep)); color: #fff; box-shadow: 0 10px 24px rgba(18, 166, 182, 0.32); }
.btn-aqua:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(18, 166, 182, 0.42); }
.btn-ghost { background: #fff; color: var(--aqua-deep); border: 1.5px solid var(--line-strong); }
.btn-ghost:hover { border-color: var(--aqua); color: var(--aqua-deep); transform: translateY(-2px); }
.btn-lg { padding: 16px 30px; font-size: 1.02rem; }

.burger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.burger span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: .3s; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 56px 0 40px; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(620px 420px at 88% 8%, rgba(255, 146, 119, 0.12), transparent 60%),
    radial-gradient(720px 520px at 10% 0%, rgba(18, 166, 182, 0.13), transparent 60%);
  z-index: -1;
}
.breadcrumb { font-size: 0.82rem; color: var(--muted); margin-bottom: 18px; }
.breadcrumb a:hover { color: var(--aqua-deep); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 50px; align-items: center; }
.hero h1 { font-size: clamp(2.1rem, 5vw, 3.65rem); margin: 16px 0 18px; }
.hero h1 .accent { color: var(--aqua-deep); font-style: italic; }
.hero p.lead { font-size: 1.1rem; color: var(--ink-soft); max-width: 56ch; }

.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0; }
.badge {
  display: inline-flex; align-items: center; gap: 8px; background: #fff;
  border: 1px solid var(--line); border-radius: 100px; padding: 8px 15px;
  font-size: 0.86rem; font-weight: 600; color: var(--ink-soft); box-shadow: var(--shadow-sm);
}
.badge svg { width: 16px; height: 16px; color: var(--aqua); flex-shrink: 0; }

.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-cta .note { font-size: 0.84rem; color: var(--muted); }

.hero-visual { position: relative; }
.hero-visual .frame {
  border-radius: var(--radius-l); overflow: hidden; box-shadow: var(--shadow-lg);
  border: 6px solid #fff; position: relative; aspect-ratio: 4 / 3.4;
}
.hero-visual .frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual .float-card {
  position: absolute; background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(6px);
  border-radius: 16px; padding: 12px 16px; box-shadow: var(--shadow-md); display: flex; align-items: center; gap: 11px;
}
.hero-visual .float-card .dot { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; flex-shrink: 0; }
.fc-1 { bottom: 22px; left: -18px; }
.fc-1 .dot { background: var(--mint); }
.fc-2 { top: 24px; right: -16px; }
.fc-2 .dot { background: var(--peach-soft); }
.hero-visual .float-card b { display: block; font-size: 0.92rem; }
.hero-visual .float-card small { color: var(--muted); font-size: 0.78rem; }
.hero-visual svg { width: 20px; height: 20px; }

.scroll-hint { display: flex; align-items: center; gap: 10px; margin-top: 34px; font-size: 0.82rem; color: var(--muted); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.scroll-hint .mouse { width: 22px; height: 34px; border: 2px solid var(--line-strong); border-radius: 12px; position: relative; }
.scroll-hint .mouse::after { content: ""; position: absolute; top: 6px; left: 50%; width: 3px; height: 6px; background: var(--aqua); 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); } }

/* ---------- Legal note ---------- */
.legal-note {
  background: var(--mint-soft); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 22px; margin: 38px 0 10px; font-size: 0.88rem; color: var(--ink-soft);
  display: flex; gap: 14px; align-items: flex-start;
}
.legal-note svg { width: 22px; height: 22px; color: var(--aqua-deep); flex-shrink: 0; margin-top: 2px; }
.legal-note .meta { display: block; margin-top: 6px; font-size: 0.78rem; color: var(--muted); }

/* ---------- Section scaffolding ---------- */
.section { padding: 78px 0; }
.section-head { max-width: 720px; margin-bottom: 40px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { color: var(--muted); margin-top: 14px; font-size: 1.05rem; }

/* numbered story sections */
.story { position: relative; padding: 60px 0; border-top: 1px solid var(--line); }
.story-grid { display: grid; grid-template-columns: 88px 1fr; gap: 34px; }
.story-num {
  font-family: var(--font-head); font-size: 2.6rem; color: var(--aqua);
  position: sticky; top: 110px; height: fit-content; line-height: 1;
  border-right: 2px solid var(--line-strong); padding-right: 18px; opacity: .9;
}
.story-body h2 { margin-bottom: 8px; }
.story-body > .eyebrow { margin-bottom: 18px; }
.story-body p { color: var(--ink-soft); margin-bottom: 18px; }
.story-body p:first-of-type { font-size: 1.08rem; color: var(--ink); }
.story-callout {
  background: linear-gradient(135deg, var(--mint-soft), #fff);
  border-left: 4px solid var(--aqua); border-radius: 0 var(--radius) var(--radius) 0;
  padding: 18px 22px; margin: 6px 0 22px; font-size: 0.96rem; color: var(--ink-soft);
}
.story-callout.warn { border-color: var(--peach); background: linear-gradient(135deg, var(--peach-soft), #fff); }

.story-media { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 26px 0 4px; }
.story-media figure { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); background: #fff; }
.story-media img { aspect-ratio: 1/1; object-fit: cover; width: 100%; transition: transform .5s; }
.story-media figure:hover img { transform: scale(1.05); }
.story-media figcaption { font-size: 0.76rem; color: var(--muted); padding: 9px 12px; }
.story-media.two { grid-template-columns: repeat(2, 1fr); }
.story-media.two img { aspect-ratio: 16/11; }

/* ---------- Pillars ---------- */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pillar {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s; position: relative; overflow: hidden;
}
.pillar::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--aqua), var(--peach)); transform: scaleX(0); transform-origin: left; transition: transform .35s; }
.pillar:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.pillar:hover::after { transform: scaleX(1); }
.pillar .ico { width: 54px; height: 54px; border-radius: 16px; background: var(--mint); display: grid; place-items: center; margin-bottom: 18px; }
.pillar .ico svg { width: 27px; height: 27px; color: var(--aqua-deep); }
.pillar .step { font-size: 0.78rem; font-weight: 700; color: var(--peach); letter-spacing: .1em; text-transform: uppercase; }
.pillar h3 { margin: 4px 0 10px; }
.pillar p { color: var(--muted); font-size: 0.96rem; }

/* ---------- Benefits ---------- */
.benefits-wrap { background: var(--bg-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.benefit {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; transition: .25s;
}
.benefit:hover { border-color: var(--line-strong); transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.benefit .ico { width: 46px; height: 46px; border-radius: 13px; background: linear-gradient(135deg, var(--mint), var(--mint-soft)); display: grid; place-items: center; margin-bottom: 14px; }
.benefit .ico svg { width: 23px; height: 23px; color: var(--aqua-deep); }
.benefit h3 { font-size: 1.12rem; margin-bottom: 8px; }
.benefit p { color: var(--muted); font-size: 0.93rem; }

/* ---------- Demo steps ---------- */
.demo { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.demo-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-l); overflow: hidden; box-shadow: var(--shadow-sm); }
.demo-card .media { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.demo-card .media img, .demo-card .media video { width: 100%; height: 100%; object-fit: cover; }
.demo-card .tag { position: absolute; top: 14px; left: 14px; background: rgba(12, 42, 47, 0.78); color: #fff; font-size: 0.78rem; font-weight: 700; padding: 6px 13px; border-radius: 100px; backdrop-filter: blur(4px); }
.demo-card .body { padding: 22px 24px; }
.demo-card h3 { margin-bottom: 8px; }
.demo-card p { color: var(--muted); font-size: 0.95rem; }

/* ---------- Week scenario ---------- */
.week { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; }
.day {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-s);
  padding: 18px 14px; text-align: center; transition: .25s;
}
.day:hover { background: var(--mint-soft); border-color: var(--line-strong); transform: translateY(-4px); }
.day .d { font-size: 0.74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--peach); }
.day .ico { width: 40px; height: 40px; margin: 12px auto 10px; border-radius: 12px; background: var(--mint); display: grid; place-items: center; }
.day .ico svg { width: 20px; height: 20px; color: var(--aqua-deep); }
.day p { font-size: 0.82rem; color: var(--ink-soft); line-height: 1.45; }

/* ---------- Comparison ---------- */
.compare { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-l); overflow: hidden; box-shadow: var(--shadow-sm); }
.compare table { width: 100%; border-collapse: collapse; }
.compare th, .compare td { padding: 16px 20px; text-align: left; border-bottom: 1px solid var(--line); font-size: 0.95rem; }
.compare thead th { background: var(--aqua-dark); color: #fff; font-family: var(--font-body); font-weight: 700; }
.compare thead th:first-child { font-weight: 600; }
.compare thead th.hl { background: var(--aqua-deep); }
.compare td:first-child { font-weight: 600; color: var(--ink); }
.compare td.center, .compare th.center { text-align: center; }
.compare tbody tr:hover { background: var(--mint-soft); }
.compare .yes { color: var(--aqua-deep); font-weight: 800; }
.compare .no { color: #c2cfd0; }
.compare .col-hl { background: rgba(18, 166, 182, 0.06); }

/* ---------- Before / After videos ---------- */
.beforeafter { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.ba-card { border-radius: var(--radius-l); overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-sm); }
.ba-card .media { aspect-ratio: 4/3; overflow: hidden; position: relative; }
.ba-card .media img, .ba-card .media video { width: 100%; height: 100%; object-fit: cover; }
.ba-card .label { padding: 18px 22px; }
.ba-card .label .pill { display: inline-block; font-size: 0.74rem; font-weight: 700; padding: 4px 12px; border-radius: 100px; margin-bottom: 8px; letter-spacing: .05em; }
.ba-card .label .pill.before { background: #ffece5; color: #d05a3e; }
.ba-card .label .pill.after { background: var(--mint); color: var(--aqua-deep); }
.ba-card .label p { font-size: 0.9rem; color: var(--muted); margin-top: 4px; }

/* ---------- Price ---------- */
.price-wrap { background: linear-gradient(165deg, var(--aqua-dark), var(--aqua-deep)); color: #eafafa; border-radius: var(--radius-l); overflow: hidden; }
.price-grid { display: grid; grid-template-columns: 1fr 0.9fr; }
.price-info { padding: 52px 48px; }
.price-info .eyebrow { color: #9fe2e8; }
.price-info .eyebrow::before { background: var(--peach); }
.price-info h2 { color: #fff; margin: 14px 0 16px; }
.price-info p { color: #c4e6e9; font-size: 1rem; max-width: 46ch; }
.price-list { margin-top: 24px; display: grid; gap: 12px; }
.price-list li { display: flex; align-items: center; gap: 12px; font-size: 0.98rem; color: #e6f7f8; }
.price-list svg { width: 20px; height: 20px; color: #7fe0d6; flex-shrink: 0; }
.price-card { background: #fff; color: var(--ink); margin: 28px; border-radius: var(--radius); padding: 36px 32px; display: flex; flex-direction: column; justify-content: center; box-shadow: var(--shadow-lg); }
.price-card .save { display: inline-block; align-self: flex-start; background: var(--peach-soft); color: #d05a3e; font-size: 0.78rem; font-weight: 700; padding: 5px 13px; border-radius: 100px; }
.price-card .old { color: var(--muted); text-decoration: line-through; font-size: 1.1rem; margin-top: 14px; }
.price-card .amount { font-family: var(--font-head); font-size: 3.4rem; line-height: 1; margin: 4px 0 6px; }
.price-card .amount span { font-size: 1.2rem; color: var(--muted); }
.price-card .ship { font-size: 0.88rem; color: var(--aqua-deep); font-weight: 600; }
.price-card .btn { margin-top: 22px; width: 100%; }
.price-card .guarantee { font-size: 0.8rem; color: var(--muted); text-align: center; margin-top: 14px; }

/* ---------- Order form ---------- */
.order-wrap { background: var(--bg-alt); border-top: 1px solid var(--line); }
.order-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 44px; align-items: start; }
.order-summary { background: linear-gradient(160deg, var(--mint-soft), #fff); border: 1px solid var(--line); border-radius: var(--radius-l); padding: 32px 30px; position: sticky; top: 96px; }
.order-summary h3 { margin-bottom: 18px; }
.summary-row { display: flex; align-items: center; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.summary-row img { width: 72px; height: 72px; border-radius: 14px; 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: 16px; font-weight: 700; }
.summary-total .big { font-family: var(--font-head); font-size: 1.8rem; color: var(--aqua-deep); }
.summary-trust { display: grid; gap: 10px; margin-top: 18px; }
.summary-trust li { display: flex; gap: 10px; font-size: 0.86rem; color: var(--ink-soft); align-items: center; }
.summary-trust svg { width: 18px; height: 18px; color: var(--aqua); flex-shrink: 0; }

.order-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-l); padding: 34px 32px; box-shadow: var(--shadow-sm); }
.order-form h3 { margin-bottom: 6px; }
.order-form > p.sub { color: var(--muted); font-size: 0.92rem; margin-bottom: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 0.86rem; font-weight: 600; margin-bottom: 7px; color: var(--ink-soft); }
.field label .req { color: var(--peach); }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--font-body); font-size: 0.97rem; color: var(--ink);
  padding: 13px 15px; border: 1.5px solid var(--line-strong); border-radius: 12px;
  background: var(--bg); transition: border-color .2s, box-shadow .2s; outline: none;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--aqua); box-shadow: 0 0 0 4px rgba(18, 166, 182, 0.12); background: #fff; }
.field input.with-prefix { padding-left: 52px; }
.field .input-prefix { position: relative; }
.field .input-prefix .pfx { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: var(--muted); font-size: 0.95rem; pointer-events: none; font-weight: 600; }
.field .hint { font-size: 0.78rem; color: var(--muted); margin-top: 5px; }
.field .err-msg { display: none; font-size: 0.78rem; color: #d64b34; margin-top: 5px; align-items: center; gap: 5px; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #e57c66; background: #fff6f4; }
.field.invalid .err-msg { display: flex; }
.field.valid input, .field.valid select, .field.valid textarea { border-color: #54b9a0; }
.field.valid::after { }

.qty-control { display: inline-flex; align-items: center; border: 1.5px solid var(--line-strong); border-radius: 12px; overflow: hidden; background: var(--bg); }
.qty-control button { width: 44px; height: 46px; border: none; background: none; font-size: 1.3rem; cursor: pointer; color: var(--aqua-deep); }
.qty-control button:hover { background: var(--mint-soft); }
.qty-control input { width: 54px; text-align: center; border: none; background: none; font-weight: 700; font-size: 1rem; padding: 0; }
.qty-control input:focus { box-shadow: none; }

.consent { display: flex; gap: 11px; align-items: flex-start; margin: 6px 0 18px; }
.consent input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--aqua); flex-shrink: 0; cursor: pointer; }
.consent label { font-size: 0.84rem; color: var(--ink-soft); font-weight: 500; line-height: 1.5; }
.consent a { color: var(--aqua-deep); text-decoration: underline; }
.consent.invalid label { color: #d64b34; }

.form-success {
  display: none; text-align: center; padding: 20px;
  background: linear-gradient(135deg, var(--mint-soft), #fff); border: 1px solid var(--line-strong);
  border-radius: var(--radius); margin-top: 18px;
}
.form-success.show { display: block; animation: pop .4s ease; }
.form-success .check { width: 56px; height: 56px; margin: 0 auto 12px; border-radius: 50%; background: var(--aqua); display: grid; place-items: center; }
.form-success .check svg { width: 30px; height: 30px; color: #fff; }
.form-success h4 { font-family: var(--font-head); font-size: 1.4rem; margin-bottom: 6px; }
.form-success p { color: var(--muted); font-size: 0.92rem; }
@keyframes pop { from { transform: scale(.94); opacity: 0; } to { transform: scale(1); opacity: 1; } }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin-inline: auto; display: grid; gap: 12px; }
.faq-item { background: #fff; 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: 20px 24px; font-family: var(--font-body); font-size: 1.02rem; font-weight: 600; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-q .plus { width: 26px; height: 26px; flex-shrink: 0; position: relative; }
.faq-q .plus::before, .faq-q .plus::after { content: ""; position: absolute; background: var(--aqua); border-radius: 2px; transition: transform .3s; }
.faq-q .plus::before { top: 12px; left: 4px; width: 18px; height: 2px; }
.faq-q .plus::after { top: 4px; left: 12px; 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 24px 20px; color: var(--muted); font-size: 0.95rem; }

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

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(135deg, var(--peach), #ff7456); color: #fff; border-radius: var(--radius-l); padding: 48px; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(400px 300px at 80% 120%, rgba(255,255,255,.2), transparent); }
.cta-band h2 { color: #fff; position: relative; }
.cta-band p { color: #fff; opacity: .92; max-width: 50ch; margin: 12px auto 24px; position: relative; }
.cta-band .btn { position: relative; }

/* ---------- Footer ---------- */
.footer { background: var(--aqua-dark); color: #bfe0e3; padding: 56px 0 26px; margin-top: 70px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 36px; }
.footer .brand { color: #fff; margin-bottom: 14px; }
.footer .brand i { color: #6fe0d3; }
.footer p { font-size: 0.88rem; color: #9ec9cd; max-width: 38ch; }
.footer h4 { color: #fff; font-family: var(--font-body); font-size: 0.85rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px; }
.footer ul { display: grid; gap: 10px; }
.footer ul a { font-size: 0.9rem; color: #a9d2d6; transition: .2s; }
.footer ul a:hover { color: #fff; }
.footer .contact-li { display: flex; gap: 9px; align-items: flex-start; font-size: 0.9rem; color: #a9d2d6; margin-bottom: 10px; }
.footer .contact-li svg { width: 17px; height: 17px; color: #6fe0d3; flex-shrink: 0; margin-top: 3px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 40px; padding-top: 22px; display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center; }
.footer-bottom p { font-size: 0.8rem; color: #84b4b9; }
.footer-disclaimer { font-size: 0.78rem; color: #7da9ae; line-height: 1.6; margin-top: 18px; max-width: 100%; }

/* ---------- Legal pages ---------- */
.legal-page { padding: 56px 0 30px; }
.legal-page .wrap { max-width: 860px; }
.legal-page .eyebrow { margin-bottom: 14px; }
.legal-page h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); margin-bottom: 10px; }
.legal-page .updated { color: var(--muted); font-size: 0.86rem; margin-bottom: 36px; }
.legal-body h2 { font-size: 1.45rem; margin: 34px 0 12px; }
.legal-body h3 { font-size: 1.15rem; margin: 22px 0 8px; }
.legal-body p, .legal-body li { color: var(--ink-soft); margin-bottom: 12px; font-size: 0.98rem; }
.legal-body ul { list-style: disc; padding-left: 22px; }
.legal-body ul li { margin-bottom: 8px; }
.legal-body a { color: var(--aqua-deep); text-decoration: underline; }
.legal-body .info-card { background: var(--mint-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 24px; margin: 18px 0; }
.legal-body .info-card p { margin-bottom: 6px; }
.back-link { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 26px; font-weight: 600; color: var(--aqua-deep); }
.back-link svg { width: 18px; height: 18px; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .price-grid { grid-template-columns: 1fr; }
  .order-grid { grid-template-columns: 1fr; }
  .order-summary { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .week { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 860px) {
  .nav-links { display: none; position: absolute; top: 72px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 14px; gap: 4px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 16px; }
  .burger { display: block; }
  .nav .btn-primary { display: none; }
  .pillars, .benefits { grid-template-columns: 1fr; }
  .demo, .beforeafter { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr; gap: 14px; }
  .story-num { position: static; border-right: none; border-bottom: 2px solid var(--line-strong); padding: 0 0 8px; font-size: 2rem; }
  .story-media { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .section { padding: 54px 0; }
  .form-row { grid-template-columns: 1fr; }
  .week { grid-template-columns: 1fr 1fr; }
  .story-media, .story-media.two { grid-template-columns: 1fr; }
  .price-info, .price-card { padding: 28px 22px; margin: 0; }
  .price-card { margin: 0 18px 22px; }
  .cta-band { padding: 34px 22px; }
  .compare { overflow-x: auto; }
  .footer-grid { grid-template-columns: 1fr; }
}
