:root {
  --navy: #0B2B35;
  --navy-2: #103945;
  --teal: #176B63;
  --teal-soft: #DCEDEA;
  --mint: #EFF7F5;
  --cream: #F8F5EF;
  --paper: #FFFFFF;
  --coral: #E56D53;
  --coral-dark: #C95640;
  --ink: #17343C;
  --muted: #60757A;
  --line: #DFE8E7;
  --shadow: 0 22px 60px rgba(11, 43, 53, .12);
  --shadow-soft: 0 12px 28px rgba(11, 43, 53, .08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid rgba(229, 109, 83, .6); outline-offset: 3px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.section { padding: 92px 0; }
.section-soft { background: var(--cream); }
.section-dark { background: linear-gradient(180deg, #0B2B35, #103A44); color: #fff; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 9999; background: #fff; padding: 10px 14px; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }

.topbar { background: var(--navy); color: #fff; }
.topbar-wrap { min-height: 42px; display: flex; justify-content: space-between; align-items: center; gap: 18px; font-size: .84rem; }
.topbar-wrap a { color: #A8DCD4; text-decoration: none; font-weight: 700; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(11,43,53,.06);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--navy); }
.brand-mark svg { width: 25px; height: 25px; fill: none; stroke: #fff; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-size: .98rem; letter-spacing: -.02em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .09em; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav > a:not(.button) { text-decoration: none; color: #35545B; font-size: .95rem; font-weight: 700; }
.site-nav > a:not(.button):hover { color: var(--teal); }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; border-radius: 10px; padding: 11px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); border-radius: 2px; }

.button {
  min-height: 46px; display: inline-flex; align-items: center; justify-content: center;
  padding: 0 22px; border-radius: 999px; text-decoration: none;
  font-weight: 800; border: 1px solid transparent; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--navy); color: #fff; box-shadow: 0 9px 22px rgba(11,43,53,.18); }
.button-primary:hover { background: var(--navy-2); }
.button-secondary { background: #fff; color: var(--navy); border-color: #BED1CF; }
.button-secondary:hover { background: var(--mint); }
.button-coral { background: var(--coral); color: #fff; box-shadow: 0 12px 25px rgba(229,109,83,.25); }
.button-coral:hover { background: var(--coral-dark); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: .9rem; }
.button-large { min-height: 54px; padding-inline: 28px; }
.button-xl { min-height: 58px; padding-inline: 30px; font-size: 1rem; }

.hero {
  padding: 86px 0 82px;
  background:
    radial-gradient(circle at 82% 10%, rgba(229,109,83,.10), transparent 24%),
    radial-gradient(circle at 12% 75%, rgba(23,107,99,.10), transparent 22%),
    linear-gradient(180deg, #FBFDFC 0%, #FFFFFF 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 76px; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 14px; border-radius: 999px;
  background: var(--mint); color: var(--teal);
  font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 20px 0 18px; font-size: clamp(2.8rem, 5vw, 5.3rem); line-height: .97; letter-spacing: -.055em; color: var(--navy); }
h2 { font-size: clamp(2rem, 3.4vw, 3.45rem); line-height: 1.06; letter-spacing: -.04em; color: var(--navy); }
.section-dark h2, .cta-card h2 { color: #fff; }
h3 { font-size: 1.18rem; line-height: 1.22; letter-spacing: -.02em; color: var(--navy); }
.hero-lead { max-width: 660px; font-size: 1.12rem; color: var(--muted); }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 30px; }
.hero-badges span {
  padding: 10px 13px; border-radius: 999px; background: #fff;
  border: 1px solid var(--line); color: #35545B; font-size: .84rem; font-weight: 700;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.micro-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 26px; }
.micro-proof-item { padding: 16px 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.micro-proof-item strong, .micro-proof-item span { display: block; }
.micro-proof-item strong { color: var(--navy); font-size: .93rem; }
.micro-proof-item span { margin-top: 4px; color: var(--muted); font-size: .82rem; }

.hero-visual { position: relative; min-height: 620px; display: grid; place-items: center; }
.offer-bubble {
  position: absolute; top: 0; right: 10px; z-index: 3;
  width: 220px; padding: 16px 18px; border-radius: 18px;
  background: linear-gradient(135deg, var(--coral), #f08f77); color: #fff; box-shadow: var(--shadow);
}
.offer-bubble strong, .offer-bubble span { display: block; }
.offer-bubble strong { font-size: .95rem; }
.offer-bubble span { margin-top: 4px; font-size: .77rem; line-height: 1.35; opacity: .95; }

.device-shell {
  width: min(100%, 370px); padding: 10px; border-radius: 40px; background: #0C272F;
  box-shadow: 0 32px 80px rgba(11,43,53,.23);
  transform: rotate(2deg);
}
.device-top { width: 90px; height: 6px; margin: 6px auto 12px; border-radius: 999px; background: #264750; }
.app-preview { min-height: 590px; padding: 22px 18px; border-radius: 31px; background: linear-gradient(180deg, #F5F8F7 0%, #FFFFFF 100%); }
.preview-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 18px; }
.preview-header small { font-size: .62rem; letter-spacing: .12em; color: var(--teal); font-weight: 850; }
.preview-header strong { display: block; margin-top: 5px; font-size: 1.2rem; color: var(--navy); }
.status-dot { width: 10px; height: 10px; margin-top: 6px; border-radius: 50%; background: #2E9488; box-shadow: 0 0 0 6px rgba(46,148,136,.12); }
.preview-main-card {
  padding: 18px; border-radius: 18px; background: linear-gradient(145deg, #FFFFFF, #EFF7F5);
  border: 1px solid #D9E3E1; box-shadow: 0 10px 20px rgba(11,43,53,.05);
}
.preview-main-top { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 10px; }
.mini-pill {
  padding: 5px 8px; border-radius: 999px; background: #DDEFEA; color: var(--teal);
  font-size: .58rem; font-weight: 800; letter-spacing: .07em;
}
.mini-pill.accent { background: rgba(229,109,83,.14); color: var(--coral-dark); }
.preview-main-card h3 { margin-bottom: 8px; font-size: 1.05rem; }
.preview-main-card p { margin-bottom: 14px; font-size: .74rem; line-height: 1.45; color: #62787C; }
.preview-progress { display: grid; grid-template-columns: repeat(5,1fr); gap: 5px; }
.preview-progress span { height: 6px; border-radius: 999px; background: #D8E3E1; }
.preview-progress span.active { background: #38998D; }
.preview-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 12px; }
.stat-card { padding: 14px 10px; border-radius: 16px; background: #fff; border: 1px solid #E0E8E7; text-align: center; }
.stat-card strong, .stat-card small { display: block; }
.stat-card strong { color: var(--navy); font-size: 1.1rem; }
.stat-card small { margin-top: 4px; color: #667D82; font-size: .67rem; }
.preview-feature-list { display: grid; gap: 10px; margin-top: 14px; }
.preview-line {
  display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start;
  padding: 12px 12px; border-radius: 14px; background: #fff; border: 1px solid #E3EBEA;
}
.preview-line span {
  width: 24px; height: 24px; display: grid; place-items: center; border-radius: 8px;
  background: var(--teal-soft); color: var(--teal); font-size: .78rem; font-weight: 900;
}
.preview-line strong { display: block; color: var(--navy); font-size: .78rem; }
.preview-line small { display: block; margin-top: 4px; color: #6B8186; font-size: .67rem; line-height: 1.35; }

.floating-note {
  position: absolute; z-index: 3; display: flex; gap: 10px; align-items: center;
  padding: 12px 14px; border-radius: 14px; background: rgba(255,255,255,.96);
  box-shadow: var(--shadow-soft); border: 1px solid rgba(11,43,53,.08);
}
.floating-note.left { left: -36px; top: 150px; }
.floating-note.right { right: -38px; bottom: 120px; }
.note-icon {
  width: 34px; height: 34px; display: grid; place-items: center;
  border-radius: 10px; background: var(--navy); color: #fff; font-size: .8rem; font-weight: 800;
}
.floating-note strong { display: block; font-size: .76rem; color: var(--navy); }
.floating-note small { display: block; margin-top: 4px; font-size: .64rem; color: var(--muted); }

.quick-cta-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.quick-cta-wrap { min-height: 92px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.quick-cta-wrap strong, .quick-cta-wrap span { display: block; }
.quick-cta-wrap strong { font-size: 1rem; color: var(--navy); }
.quick-cta-wrap span { margin-top: 3px; color: var(--muted); }

.eyebrow { display: inline-block; margin-bottom: 14px; color: var(--teal); font-weight: 800; font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-light { color: #A6D5CE; }
.section-heading { display: grid; grid-template-columns: 1.08fr .8fr; align-items: end; gap: 58px; margin-bottom: 46px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin-bottom: 4px; color: var(--muted); font-size: 1rem; }
.section-heading.light > p { color: #BFD1D4; }

.pain-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.pain-card {
  padding: 28px; border-radius: var(--radius-lg); background: #fff; border: 1px solid #E9E4D9;
  box-shadow: 0 8px 18px rgba(11,43,53,.03);
}
.pain-icon {
  width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 22px;
  border-radius: 12px; background: var(--navy); color: #fff; font-size: .9rem; font-weight: 800;
}
.pain-card p { margin-bottom: 0; color: var(--muted); }

.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.feature-card {
  min-height: 210px; padding: 26px; border-radius: var(--radius-lg); border: 1px solid var(--line);
  background: #fff; box-shadow: 0 10px 24px rgba(11,43,53,.04);
}
.feature-card-highlight { background: linear-gradient(145deg, #0F3742, #14505A); color: #fff; border-color: transparent; }
.feature-card-highlight h3, .feature-card-highlight p { color: #fff; }
.feature-card p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }
.feature-icon {
  min-width: 42px; height: 42px; display: inline-grid; place-items: center; margin-bottom: 22px; padding: 0 10px;
  border-radius: 12px; background: var(--mint); color: var(--teal); font-size: .72rem; font-weight: 900;
}
.feature-card-highlight .feature-icon { background: rgba(255,255,255,.14); color: #fff; }
.inline-cta { display: inline-block; margin-top: 16px; color: #A9D7D0; font-weight: 800; text-decoration: none; }

.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.step-card {
  padding: 28px; border-radius: var(--radius-lg); background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}
.step-number {
  width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 20px;
  border-radius: 12px; background: rgba(255,255,255,.14); color: #fff; font-weight: 800;
}
.step-card h3 { color: #fff; }
.step-card p { margin-bottom: 0; color: #BDD0D3; font-size: .92rem; }
.section-cta { display: flex; justify-content: center; margin-top: 34px; }

.offer-panel {
  display: grid; grid-template-columns: 1.05fr .75fr; gap: 30px;
  padding: 34px; border-radius: 28px; background: linear-gradient(145deg, #F9FCFB, #EEF7F5);
  border: 1px solid var(--line); box-shadow: var(--shadow-soft);
}
.offer-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; }
.offer-list li { position: relative; padding-left: 30px; font-weight: 700; }
.offer-list li::before {
  content: "✓"; position: absolute; left: 0; top: 0; width: 20px; height: 20px;
  display: grid; place-items: center; border-radius: 50%; background: var(--teal-soft); color: var(--teal); font-size: .72rem;
}
.offer-box {
  padding: 30px; border-radius: 24px; background: #0E333D; color: #fff; box-shadow: var(--shadow);
  display: flex; flex-direction: column; align-items: flex-start;
}
.offer-pill {
  display: inline-flex; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.12);
  color: #A9D7D0; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em;
}
.offer-box h3 { margin: 18px 0 10px; color: #fff; font-size: 1.8rem; letter-spacing: -.03em; }
.offer-copy-small { color: #C4D7DA; font-size: .95rem; }
.offer-main-cta { width: 100%; margin: 16px 0 10px; }
.offer-box small { color: #BDD1D4; }

.privacy-grid { display: grid; grid-template-columns: 1.08fr .82fr; align-items: center; gap: 74px; }
.privacy-copy > p { color: var(--muted); }
.check-list { list-style: none; padding: 0; margin: 26px 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 30px; font-weight: 700; }
.check-list li::before {
  content: "✓"; position: absolute; left: 0; top: 0; width: 20px; height: 20px;
  display: grid; place-items: center; border-radius: 50%; background: var(--teal-soft); color: var(--teal); font-size: .72rem; font-weight: 900;
}
.fine-print { padding: 16px 18px; border-radius: 14px; background: var(--cream); color: #51686D; font-size: .84rem; }
.privacy-panel {
  min-height: 420px; display: grid; place-items: center; position: relative;
  border-radius: 28px; background: linear-gradient(145deg, var(--mint), #D6EBE7);
}
.shield-wrap { width: 180px; filter: drop-shadow(0 18px 25px rgba(23,107,99,.15)); }
.shield-wrap svg { fill: #fff; stroke: var(--teal); stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; }
.privacy-chip {
  position: absolute; left: 28px; right: 28px; bottom: 28px; padding: 18px 20px; border-radius: 16px;
  background: rgba(255,255,255,.92); box-shadow: var(--shadow-soft);
}
.privacy-chip strong, .privacy-chip span { display: block; }
.privacy-chip span { margin-top: 4px; color: var(--muted); font-size: .82rem; }

.intro-centre { text-align: center; }
.faq-list { margin-top: 34px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  list-style: none; position: relative; cursor: pointer;
  padding: 24px 42px 24px 0; font-weight: 800; color: var(--navy);
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+"; position: absolute; right: 2px; top: 20px; width: 30px; height: 30px;
  display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--teal); font-size: 1.15rem;
}
.faq-list details[open] summary::after { content: "×"; }
.faq-list details p { padding: 0 18px 22px 0; color: var(--muted); margin-bottom: 0; }
.faq-cta { display: flex; justify-content: center; margin-top: 28px; }

.cta-section { padding: 16px 0 88px; }
.cta-card {
  display: grid; grid-template-columns: 1fr auto; gap: 46px; align-items: center;
  padding: 54px 58px; border-radius: 30px; background: linear-gradient(135deg, var(--navy), #154F58);
  color: #fff; box-shadow: var(--shadow);
}
.cta-card p { margin-bottom: 0; color: #C6D8DA; max-width: 660px; }
.cta-actions { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.cta-actions small { color: #BFD1D4; }

.disclaimer { padding: 18px 0 56px; }
.disclaimer p { margin-bottom: 0; color: var(--muted); font-size: .79rem; line-height: 1.65; }
.disclaimer a { color: var(--teal); font-weight: 700; }

.site-footer { padding: 48px 0 94px; background: #071D23; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: start; }
.footer-note { margin: 16px 0 0; color: #8FA6AA; font-size: .85rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; }
.footer-links a { color: #CAD7D9; text-decoration: none; font-size: .87rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.10); color: #789095; font-size: .75rem; }

.mobile-sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 1200;
  display: none; align-items: center; justify-content: space-between; gap: 12px;
  padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.96); border-top: 1px solid rgba(11,43,53,.08); box-shadow: 0 -12px 30px rgba(11,43,53,.10);
  backdrop-filter: blur(14px);
}
.mobile-sticky-copy strong, .mobile-sticky-copy small { display: block; }
.mobile-sticky-copy strong { color: var(--navy); font-size: .94rem; line-height: 1.1; }
.mobile-sticky-copy small { margin-top: 3px; color: var(--muted); font-size: .74rem; }
.mobile-sticky-cta .button { min-width: 128px; min-height: 50px; }

.legal-shell { min-height: 100vh; background: var(--cream); }
.legal-header { background: #fff; border-bottom: 1px solid var(--line); }
.legal-main { padding: 64px 0 90px; }
.legal-card { width: min(calc(100% - 40px), 850px); margin: 0 auto; padding: 46px 50px; border-radius: 24px; background: #fff; box-shadow: var(--shadow-soft); }
.legal-card h1 { font-size: clamp(2.3rem, 5vw, 4rem); }
.legal-card h2 { margin-top: 38px; font-size: 1.35rem; letter-spacing: -.02em; }
.legal-card h3 { margin-top: 24px; font-size: 1rem; }
.legal-card p, .legal-card li { color: #4E666B; font-size: .94rem; }
.legal-card ul { padding-left: 20px; }
.legal-meta { margin-bottom: 32px; padding: 14px 16px; background: var(--mint); border-radius: 12px; color: var(--teal); font-size: .83rem; }
.legal-note { margin-top: 40px; padding: 18px; border-left: 4px solid var(--coral); background: #FFF6F2; font-size: .84rem; }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-visual { min-height: 600px; }
  .pain-grid, .feature-grid, .steps-grid { grid-template-columns: 1fr 1fr; }
  .offer-panel, .privacy-grid { grid-template-columns: 1fr; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 820px) {
  .container, .narrow { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 78px 0; }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute; left: 15px; right: 15px; top: 72px;
    display: none; flex-direction: column; align-items: stretch; gap: 0;
    padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav > a:not(.button) { min-height: 48px; display: flex; align-items: center; padding: 0 12px; }
  .site-nav .button { margin-top: 7px; }
  .pain-grid, .feature-grid, .steps-grid { grid-template-columns: 1fr; }
  .quick-cta-wrap, .cta-card, .footer-grid { grid-template-columns: 1fr; display: grid; }
  .quick-cta-wrap { padding: 18px 0; }
  .cta-card { gap: 28px; padding: 40px 28px; }
  .cta-actions { align-items: flex-start; }
}

@media (max-width: 560px) {
  .container, .narrow { width: min(calc(100% - 24px), var(--container)); }
  .topbar-wrap { min-height: 46px; font-size: .78rem; }
  .topbar-wrap a { display: none; }
  .nav-wrap { min-height: 66px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-copy strong { font-size: .9rem; }
  .brand-copy small { font-size: .64rem; }
  .section { padding: 64px 0; }
  h1 { font-size: clamp(2.45rem, 13.2vw, 3.8rem); }
  .hero { padding: 52px 0 56px; }
  .hero-badges { flex-direction: column; align-items: stretch; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button-xl, .button-large { width: 100%; }
  .micro-proof { grid-template-columns: 1fr; }
  .hero-visual { min-height: 530px; }
  .device-shell { width: min(90%, 340px); }
  .app-preview { min-height: 520px; }
  .offer-bubble {
    top: -10px; right: 0; width: 180px; padding: 12px 14px;
  }
  .floating-note { padding: 8px 10px; }
  .floating-note small { display: none; }
  .floating-note.left { left: 0; top: 120px; }
  .floating-note.right { right: 0; bottom: 82px; }
  .quick-cta-wrap .button { width: 100%; }
  .offer-panel { padding: 22px; }
  .offer-box { padding: 24px 20px; }
  .privacy-panel { min-height: 320px; }
  .faq-list summary { padding-block: 22px; padding-right: 42px; }
  .footer-links { gap: 18px; }
  .footer-bottom { flex-direction: column; gap: 6px; }
  .site-footer { padding-bottom: 98px; }
  .mobile-sticky-cta { display: flex; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}


/* =========================
   Tangible Product Preview
   ========================= */

.hero-guide-peek {
  position: absolute;
  left: -78px;
  bottom: 25px;
  z-index: 1;
  width: 185px;
  transform: rotate(-7deg);
  filter: drop-shadow(0 22px 34px rgba(11, 43, 53, .18));
}
.hero-guide-peek::after {
  content: "";
  position: absolute;
  inset: 10px -9px -10px 9px;
  z-index: -1;
  border-radius: 8px 16px 16px 8px;
  background: #E4DED2;
}
.hero-guide-peek img {
  width: 100%;
  border-radius: 7px 15px 15px 7px;
  border: 1px solid rgba(11, 43, 53, .08);
}

.product-preview-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 20%, rgba(23, 107, 99, .08), transparent 25%),
    linear-gradient(180deg, #FFFFFF 0%, #FBF8F2 100%);
}
.product-preview-section::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  right: -270px;
  top: 60px;
  border: 1px solid rgba(23, 107, 99, .10);
  border-radius: 50%;
}

.visual-gallery {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr 1fr 1fr;
  grid-template-rows: repeat(2, minmax(280px, 1fr));
  gap: 16px;
}
.visual-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(11, 43, 53, .09);
  border-radius: 22px;
  background: #F4F1EA;
  cursor: zoom-in;
  box-shadow: 0 14px 34px rgba(11, 43, 53, .08);
  transition: transform .22s ease, box-shadow .22s ease;
}
.visual-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(11, 43, 53, .13);
}
.visual-card-cover {
  grid-row: span 2;
}
.visual-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.visual-card-overlay {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 13px 14px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, rgba(7, 29, 35, .94), rgba(16, 57, 69, .90));
  backdrop-filter: blur(9px);
  text-align: left;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .14);
}
.visual-card-overlay strong,
.visual-card-overlay small {
  display: block;
}
.visual-card-overlay strong {
  font-size: .88rem;
  line-height: 1.25;
}
.visual-card-overlay small {
  margin-top: 4px;
  color: #BFD5D6;
  font-size: .72rem;
}

.product-preview-cta {
  margin-top: 26px;
  padding: 24px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.product-preview-cta strong,
.product-preview-cta span {
  display: block;
}
.product-preview-cta strong {
  color: var(--navy);
  font-size: 1rem;
}
.product-preview-cta span {
  margin-top: 4px;
  color: var(--muted);
  font-size: .88rem;
}

.lightbox[hidden] { display: none; }
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: 24px;
}
.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 19, 24, .86);
  backdrop-filter: blur(6px);
}
.lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(92vw, 850px);
  max-height: 92vh;
  padding: 14px;
  overflow: auto;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .30);
}
.lightbox-dialog img {
  width: 100%;
  height: auto;
  border-radius: 14px;
}
.lightbox-dialog p {
  margin: 12px 8px 3px;
  color: var(--muted);
  text-align: center;
  font-size: .85rem;
}
.lightbox-close {
  position: sticky;
  float: right;
  top: 0;
  z-index: 2;
  width: 44px;
  height: 44px;
  margin: 2px 2px -52px 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(11, 43, 53, .92);
  color: #fff;
  cursor: pointer;
  font-size: 1.55rem;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(0,0,0,.20);
}
body.lightbox-open {
  overflow: hidden;
}

@media (max-width: 1020px) {
  .hero-guide-peek {
    left: 1%;
    width: 160px;
  }
  .visual-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .visual-card-cover {
    grid-row: auto;
  }
  .visual-card {
    aspect-ratio: 0.72;
  }
  .product-preview-cta {
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .hero-guide-peek {
    left: -2px;
    bottom: 38px;
    width: 112px;
    transform: rotate(-6deg);
  }

  .product-preview-section {
    padding-bottom: 72px;
  }

  .visual-gallery {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 12px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .visual-gallery::-webkit-scrollbar {
    display: none;
  }
  .visual-card,
  .visual-card-cover {
    flex: 0 0 min(78vw, 310px);
    height: 438px;
    aspect-ratio: auto;
    scroll-snap-align: start;
    border-radius: 19px;
  }
  .visual-card-overlay {
    left: 9px;
    right: 9px;
    bottom: 9px;
    padding: 11px 12px;
  }
  .product-preview-cta {
    margin-top: 20px;
    padding: 20px;
    flex-direction: column;
    align-items: stretch;
  }
  .product-preview-cta .button {
    width: 100%;
  }
  .lightbox {
    padding: 10px;
  }
  .lightbox-dialog {
    width: 100%;
    max-height: 94vh;
    padding: 8px;
    border-radius: 16px;
  }
}


/* =========================================================
   V4 — Mobile Responsiveness Hardening
   Target: 320 / 360 / 390 / 430px + mobile landscape
   ========================================================= */

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

main,
section,
.container,
.narrow,
.hero-grid,
.section-heading,
.offer-panel,
.privacy-grid,
.cta-card,
.footer-grid,
.quick-cta-wrap {
  min-width: 0;
}

h1, h2, h3, p, li, a, span, strong, small {
  overflow-wrap: anywhere;
}

img {
  height: auto;
}

/* Prevent sticky mobile CTA from obscuring anchored sections */
#get-access,
#inside,
#how-it-works,
#faq,
#privacy-first,
#product-preview,
#why-now {
  scroll-margin-top: 132px;
}

/* More comfortable tablet transition before full phone layout */
@media (max-width: 700px) {
  .container,
  .narrow {
    width: min(calc(100% - 28px), var(--container));
  }

  .section {
    padding: 68px 0;
  }

  .section-heading {
    gap: 12px;
    margin-bottom: 34px;
  }

  .section-heading h2 {
    max-width: 100%;
  }

  .section-heading > p {
    max-width: 100%;
    font-size: .96rem;
  }

  .hero-grid {
    gap: 24px;
  }

  .hero-copy {
    min-width: 0;
  }

  .hero-lead {
    max-width: 100%;
  }

  .offer-panel,
  .privacy-grid,
  .cta-card {
    gap: 24px;
  }

  .legal-card {
    width: min(calc(100% - 24px), 850px);
  }
}

/* Core phone layout */
@media (max-width: 560px) {
  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  .container,
  .narrow {
    width: calc(100% - 24px);
    max-width: 100%;
  }

  .topbar {
    position: relative;
    z-index: 1001;
  }

  .topbar-wrap {
    min-height: 42px;
    justify-content: center;
    text-align: center;
    padding: 6px 0;
    line-height: 1.25;
  }

  .site-header {
    top: 0;
  }

  .nav-wrap {
    min-height: 62px;
    gap: 12px;
  }

  .brand {
    min-width: 0;
    max-width: calc(100% - 56px);
  }

  .brand-copy {
    min-width: 0;
  }

  .brand-copy strong {
    white-space: nowrap;
  }

  .menu-toggle {
    flex: 0 0 44px;
  }

  .site-nav {
    left: 10px;
    right: 10px;
    top: 62px;
    max-height: calc(100dvh - 80px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .site-nav > a:not(.button) {
    font-size: .94rem;
  }

  .site-nav .button {
    width: 100%;
  }

  .hero {
    padding: 40px 0 48px;
  }

  .hero-tag {
    width: fit-content;
    max-width: 100%;
    padding: 8px 11px;
    font-size: .68rem;
    line-height: 1.25;
    white-space: normal;
  }

  h1 {
    margin: 16px 0 16px;
    font-size: clamp(2.18rem, 11.7vw, 3rem);
    line-height: 1.01;
    letter-spacing: -.045em;
  }

  h2 {
    font-size: clamp(1.85rem, 9.4vw, 2.55rem);
    line-height: 1.08;
    letter-spacing: -.035em;
  }

  h3 {
    font-size: 1.08rem;
  }

  .hero-lead {
    font-size: .98rem;
    line-height: 1.58;
  }

  .hero-badges {
    gap: 8px;
    margin: 20px 0 24px;
  }

  .hero-badges span {
    width: 100%;
    padding: 10px 12px;
    border-radius: 13px;
    font-size: .78rem;
    line-height: 1.3;
  }

  .hero-actions {
    gap: 10px;
  }

  .button,
  .button-large,
  .button-xl {
    min-height: 52px;
    padding-inline: 18px;
    font-size: .94rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .micro-proof {
    gap: 10px;
    margin-top: 18px;
  }

  .micro-proof-item {
    padding: 14px 15px;
  }

  .micro-proof-item strong {
    font-size: .88rem;
  }

  .micro-proof-item span {
    font-size: .78rem;
  }

  /* Rebuild hero visual for a narrow screen rather than shrinking desktop */
  .hero-visual {
    min-height: auto;
    display: block;
    padding: 22px 0 18px;
  }

  .device-shell {
    position: relative;
    z-index: 2;
    width: min(84vw, 318px);
    margin: 0 auto;
    transform: none;
    border-radius: 34px;
    padding: 8px;
    box-shadow: 0 24px 54px rgba(11,43,53,.20);
  }

  .device-top {
    width: 72px;
    margin-block: 5px 9px;
  }

  .app-preview {
    min-height: 0;
    padding: 18px 14px 16px;
    border-radius: 27px;
  }

  .preview-header {
    margin-bottom: 13px;
  }

  .preview-header strong {
    font-size: 1rem;
  }

  .preview-main-card {
    padding: 14px;
    border-radius: 15px;
  }

  .preview-main-card h3 {
    font-size: .93rem;
  }

  .preview-main-card p {
    font-size: .69rem;
  }

  .preview-stats {
    gap: 6px;
    margin-top: 9px;
  }

  .stat-card {
    padding: 10px 6px;
    border-radius: 12px;
  }

  .stat-card strong {
    font-size: .96rem;
  }

  .stat-card small {
    font-size: .60rem;
    line-height: 1.2;
  }

  .preview-feature-list {
    gap: 7px;
    margin-top: 10px;
  }

  .preview-line {
    gap: 8px;
    padding: 9px;
    border-radius: 11px;
  }

  .preview-line span {
    width: 22px;
    height: 22px;
  }

  .preview-line strong {
    font-size: .72rem;
  }

  .preview-line small {
    font-size: .61rem;
  }

  .offer-bubble {
    position: relative;
    top: auto;
    right: auto;
    width: min(88%, 280px);
    margin: 0 auto 12px;
    padding: 11px 13px;
    border-radius: 14px;
    text-align: center;
  }

  .offer-bubble strong {
    font-size: .88rem;
  }

  .offer-bubble span {
    font-size: .70rem;
  }

  .hero-guide-peek {
    position: absolute;
    left: 4px;
    bottom: 6px;
    width: 92px;
    z-index: 3;
    transform: rotate(-5deg);
  }

  .floating-note {
    display: none;
  }

  .quick-cta-wrap {
    padding: 16px 0;
    gap: 14px;
  }

  .quick-cta-wrap strong {
    font-size: .94rem;
  }

  .quick-cta-wrap span {
    font-size: .79rem;
    line-height: 1.4;
  }

  .quick-cta-wrap .button {
    width: 100%;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: .70rem;
  }

  .pain-card,
  .feature-card,
  .step-card {
    padding: 22px 20px;
    border-radius: 18px;
  }

  .pain-card p,
  .feature-card p,
  .step-card p {
    font-size: .88rem;
  }

  .feature-icon,
  .pain-icon,
  .step-number {
    margin-bottom: 16px;
  }

  .section-cta {
    margin-top: 24px;
  }

  .offer-panel {
    padding: 18px;
    border-radius: 20px;
  }

  .offer-box {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .offer-box h3 {
    font-size: 1.55rem;
  }

  .offer-list {
    gap: 10px;
    margin-top: 18px;
  }

  .offer-list li {
    font-size: .90rem;
  }

  .privacy-panel {
    min-height: 290px;
    border-radius: 22px;
  }

  .shield-wrap {
    width: 128px;
  }

  .privacy-chip {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 14px 15px;
  }

  .privacy-chip strong {
    font-size: .90rem;
  }

  .privacy-chip span {
    font-size: .75rem;
  }

  .check-list {
    gap: 10px;
    margin-block: 20px;
  }

  .check-list li {
    padding-left: 28px;
    font-size: .90rem;
  }

  .fine-print {
    padding: 14px 15px;
    font-size: .78rem;
  }

  .faq-list {
    margin-top: 24px;
  }

  .faq-list summary {
    padding: 19px 38px 19px 0;
    font-size: .94rem;
    line-height: 1.35;
  }

  .faq-list summary::after {
    top: 16px;
  }

  .faq-list details p {
    padding: 0 4px 19px 0;
    font-size: .88rem;
  }

  .faq-cta {
    margin-top: 22px;
  }

  .cta-section {
    padding: 8px 0 52px;
  }

  .cta-card {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .cta-card p {
    font-size: .90rem;
  }

  .cta-actions {
    width: 100%;
    align-items: stretch;
  }

  .cta-actions .button {
    width: 100%;
  }

  .disclaimer {
    padding: 14px 0 40px;
  }

  .disclaimer p {
    font-size: .74rem;
  }

  .footer-grid {
    gap: 28px;
  }

  .footer-links {
    display: grid;
    gap: 12px;
  }

  .footer-links a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .footer-bottom {
    margin-top: 26px;
    padding-top: 18px;
    font-size: .72rem;
  }

  .site-footer {
    padding-bottom: 28px;
  }

  /* Gallery: edge-to-edge-feeling carousel while maintaining safe padding */
  .visual-gallery {
    width: calc(100% + 24px);
    margin-left: -12px;
    padding-left: 12px;
    padding-right: 20px;
    gap: 10px;
  }

  .visual-card,
  .visual-card-cover {
    flex-basis: min(80vw, 292px);
    height: 412px;
    border-radius: 17px;
  }

  .visual-card-overlay strong {
    font-size: .82rem;
  }

  .visual-card-overlay small {
    font-size: .68rem;
  }

  .product-preview-cta {
    padding: 18px;
    border-radius: 17px;
  }

  .product-preview-cta strong {
    font-size: .92rem;
  }

  .product-preview-cta span {
    font-size: .80rem;
  }

  .lightbox {
    padding: 8px;
  }

  .lightbox-dialog {
    max-height: calc(100dvh - 16px);
    overflow: auto;
    border-radius: 14px;
  }

  .lightbox-close {
    width: 42px;
    height: 42px;
  }

  .mobile-sticky-cta {
    min-height: 72px;
    padding:
      10px
      max(12px, env(safe-area-inset-right))
      calc(10px + env(safe-area-inset-bottom))
      max(12px, env(safe-area-inset-left));
    gap: 10px;
  }

  .mobile-sticky-copy {
    min-width: 0;
  }

  .mobile-sticky-copy strong {
    font-size: .88rem;
  }

  .mobile-sticky-copy small {
    font-size: .69rem;
  }

  .mobile-sticky-cta .button {
    min-width: 116px;
    min-height: 48px;
    padding-inline: 16px;
    flex: 0 0 auto;
  }

  /* Legal pages */
  .legal-main {
    padding: 24px 0 48px;
  }

  .legal-card {
    width: calc(100% - 18px);
    padding: 26px 18px;
    border-radius: 16px;
  }

  .legal-card h1 {
    font-size: clamp(2rem, 11vw, 2.8rem);
  }

  .legal-card h2 {
    margin-top: 30px;
    font-size: 1.22rem;
  }

  .legal-card p,
  .legal-card li {
    font-size: .90rem;
  }
}

/* Compact phone tuning — 360/390px */
@media (max-width: 400px) {
  .container,
  .narrow {
    width: calc(100% - 20px);
  }

  h1 {
    font-size: clamp(2.05rem, 11.5vw, 2.62rem);
  }

  h2 {
    font-size: clamp(1.72rem, 8.9vw, 2.18rem);
  }

  .hero-tag {
    font-size: .64rem;
  }

  .device-shell {
    width: min(88vw, 306px);
  }

  .hero-guide-peek {
    width: 82px;
  }

  .visual-gallery {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding-left: 10px;
  }

  .visual-card,
  .visual-card-cover {
    flex-basis: min(82vw, 280px);
    height: 394px;
  }

  .offer-box,
  .pain-card,
  .feature-card,
  .step-card {
    padding-inline: 18px;
  }
}

/* Smallest supported phone baseline — 320px */
@media (max-width: 340px) {
  .container,
  .narrow {
    width: calc(100% - 16px);
  }

  .brand-mark {
    width: 32px;
    height: 32px;
  }

  .brand-copy strong {
    font-size: .84rem;
  }

  .brand-copy small {
    font-size: .58rem;
    letter-spacing: .06em;
  }

  h1 {
    font-size: 2rem;
    letter-spacing: -.04em;
  }

  h2 {
    font-size: 1.65rem;
  }

  .hero-lead {
    font-size: .93rem;
  }

  .button,
  .button-large,
  .button-xl {
    min-height: 50px;
    padding-inline: 14px;
    font-size: .90rem;
  }

  .device-shell {
    width: 94vw;
    max-width: 300px;
  }

  .hero-guide-peek {
    display: none;
  }

  .preview-main-top {
    flex-wrap: wrap;
  }

  .preview-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .visual-card,
  .visual-card-cover {
    flex-basis: 84vw;
    height: 370px;
  }

  .mobile-sticky-copy small {
    display: none;
  }

  .mobile-sticky-cta .button {
    min-width: 108px;
    padding-inline: 12px;
  }
}

/* Mobile landscape: avoid a giant hero and huge sticky bar */
@media (max-height: 520px) and (orientation: landscape) and (max-width: 960px) {
  .topbar {
    display: none;
  }

  .site-header {
    position: relative;
  }

  .hero {
    padding: 34px 0 42px;
  }

  .hero-grid {
    grid-template-columns: 1.05fr .95fr;
    gap: 24px;
  }

  h1 {
    font-size: clamp(2rem, 5.8vw, 3rem);
  }

  .hero-badges,
  .micro-proof {
    display: none;
  }

  .hero-visual {
    padding: 0;
  }

  .offer-bubble,
  .hero-guide-peek,
  .floating-note {
    display: none;
  }

  .device-shell {
    width: min(34vw, 280px);
  }

  .app-preview {
    padding: 14px 12px;
  }

  .preview-feature-list {
    display: none;
  }

  .mobile-sticky-cta {
    min-height: 60px;
    padding-top: 7px;
    padding-bottom: calc(7px + env(safe-area-inset-bottom));
  }

  body {
    padding-bottom: calc(60px + env(safe-area-inset-bottom));
  }
}

/* Coarse touch devices: remove hover-only motion cues */
@media (hover: none) and (pointer: coarse) {
  .button:hover,
  .visual-card:hover {
    transform: none;
  }

  .visual-card {
    cursor: pointer;
  }
}


/* =========================================================
   V5 — Production conversion + all-device responsiveness
   Desktop / laptop / tablet / phone / landscape
   ========================================================= */
.hero strong { color: var(--navy); }
.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 15px;
  color: #4c666c;
  font-size: .78rem;
  font-weight: 750;
}
.hero-trust-row span { position: relative; padding-left: 14px; }
.hero-trust-row span::before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
}
.offer-price {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin: 18px 0 4px;
  color: #fff;
  line-height: 1;
}
.offer-price span { margin-top: 7px; font-size: 1.05rem; font-weight: 800; color: #A9D7D0; }
.offer-price strong { font-size: clamp(3.3rem, 5vw, 4.5rem); letter-spacing: -.06em; }

/* Extra-wide desktop: keep the composition intentional instead of stretched */
@media (min-width: 1440px) {
  :root { --container: 1240px; }
  .hero { padding-block: 104px 96px; }
  .hero-grid { gap: 92px; }
  .hero-copy { max-width: 660px; }
  .hero-visual { min-height: 660px; }
  .device-shell { width: 390px; }
  .section { padding-block: 108px; }
}

/* Laptop and compact desktop */
@media (min-width: 1021px) and (max-width: 1280px) {
  :root { --container: 1080px; }
  .hero-grid { gap: 48px; }
  .site-nav { gap: 18px; }
  .site-nav > a:not(.button) { font-size: .89rem; }
  .floating-note.left { left: -8px; }
  .floating-note.right { right: -8px; }
}

/* Tablet landscape and portrait */
@media (min-width: 701px) and (max-width: 1020px) {
  .hero { padding: 70px 0 74px; }
  .hero-copy { max-width: 760px; margin-inline: auto; text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-badges, .hero-actions, .hero-trust-row { justify-content: center; }
  .micro-proof { max-width: 700px; margin-inline: auto; margin-top: 26px; }
  .hero-visual { min-height: 570px; }
  .device-shell { width: 350px; }
  .floating-note.left { left: 10%; }
  .floating-note.right { right: 10%; }
  .offer-bubble { right: 12%; }
  .hero-guide-peek { left: 10%; }
  .feature-grid, .pain-grid, .steps-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

/* Phone-first conversion tuning */
@media (max-width: 700px) {
  .hero { padding-top: 34px; }
  .hero-copy { text-align: left; }
  .hero-tag { max-width: 100%; white-space: normal; line-height: 1.25; }
  h1 { margin-top: 14px; line-height: 1.01; }
  .hero-lead { font-size: 1rem; line-height: 1.55; }
  .hero-badges { display: grid; grid-template-columns: 1fr; gap: 8px; margin: 20px 0 22px; }
  .hero-badges span { width: 100%; padding: 9px 12px; }
  .hero-actions { gap: 9px; }
  .hero-actions .button:first-child { box-shadow: 0 14px 30px rgba(229,109,83,.31); }
  .hero-trust-row { display: grid; gap: 6px; margin-top: 14px; }
  .micro-proof { margin-top: 18px; }
  .hero-visual { margin-top: 2px; }
  .quick-cta-strip { display: none; }
  .section { padding-block: 60px; }
  .section-heading { margin-bottom: 28px; }
  .pain-card, .feature-card, .step-card { min-height: auto; }
  .offer-panel { border-radius: 22px; }
  .offer-box { align-items: stretch; }
  .offer-box h3 { font-size: 1.55rem; }
  .offer-price { justify-content: flex-start; }
  .privacy-panel { border-radius: 22px; }
  .cta-card { border-radius: 22px; }
  .cta-actions { align-items: stretch; }
  .cta-actions .button { width: 100%; }
  .footer-grid { gap: 26px; }
}

/* 430px and below: high-conversion, zero horizontal friction */
@media (max-width: 430px) {
  .topbar-wrap { font-size: .72rem; }
  .hero { padding-bottom: 42px; }
  h1 { font-size: clamp(2.05rem, 10.5vw, 2.75rem); }
  .hero-lead { font-size: .95rem; }
  .button-xl, .button-large { min-height: 54px; font-size: .93rem; }
  .micro-proof-item { padding: 14px 15px; }
  .hero-visual { min-height: 500px; }
  .device-shell { width: min(92vw, 326px); }
  .offer-bubble { width: 172px; font-size: .9rem; }
  .floating-note.left { left: 2px; }
  .floating-note.right { right: 2px; }
  .visual-card, .visual-card-cover { flex-basis: 82vw; }
  .mobile-sticky-cta { backdrop-filter: blur(16px); background: rgba(7,29,35,.96); }
  .mobile-sticky-cta .button { background: var(--coral); box-shadow: 0 8px 22px rgba(229,109,83,.28); }
}

/* Short laptop / tablet landscape */
@media (max-height: 700px) and (min-width: 961px) {
  .hero { padding-block: 58px; }
  .hero-visual { min-height: 520px; }
  .device-shell { width: 330px; }
  .app-preview { min-height: 510px; }
  .preview-feature-list { gap: 7px; }
}


/* =========================================================
   V6 — Post-purchase / Thank You Page
   ========================================================= */

.post-purchase-page {
  background: #fff;
}

.purchase-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.95);
}

.purchase-nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.purchase-header-note {
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--mint);
  color: var(--teal);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.purchase-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 84px;
  background:
    radial-gradient(circle at 82% 12%, rgba(23,107,99,.11), transparent 28%),
    radial-gradient(circle at 12% 80%, rgba(229,109,83,.08), transparent 26%),
    linear-gradient(180deg, #FBFDFC 0%, #fff 100%);
}

.purchase-hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -270px;
  top: 40px;
  border-radius: 50%;
  border: 1px solid rgba(23,107,99,.10);
}

.purchase-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.06fr .78fr;
  gap: 80px;
  align-items: center;
}

.success-seal {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 18px;
  background: var(--teal-soft);
  color: var(--teal);
  box-shadow: 0 10px 24px rgba(23,107,99,.10);
}

.success-seal span {
  font-size: 1.35rem;
  font-weight: 900;
}

.purchase-copy h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(2.7rem, 5vw, 5rem);
}

.purchase-lead {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.08rem;
}

.purchase-primary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.purchase-reassurance {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.purchase-reassurance span {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #466168;
  font-size: .78rem;
  font-weight: 700;
}

.purchase-visual {
  display: grid;
  place-items: center;
}

.purchase-product-card {
  position: relative;
  min-height: 520px;
  width: min(100%, 430px);
}

.purchase-book {
  position: absolute;
  left: 0;
  top: 40px;
  width: 190px;
  transform: rotate(-6deg);
  filter: drop-shadow(0 24px 38px rgba(11,43,53,.20));
}

.purchase-book::after {
  content: "";
  position: absolute;
  inset: 8px -8px -8px 8px;
  z-index: -1;
  border-radius: 6px 14px 14px 6px;
  background: #E4DED2;
}

.purchase-book img {
  width: 100%;
  border-radius: 6px 14px 14px 6px;
  border: 1px solid rgba(11,43,53,.08);
}

.purchase-app-card {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 285px;
  padding: 24px;
  border-radius: 26px;
  background: linear-gradient(145deg, #0B2B35, #154E58);
  color: #fff;
  box-shadow: 0 28px 60px rgba(11,43,53,.24);
}

.purchase-app-card > strong {
  display: block;
  margin: 12px 0 8px;
  font-size: 1.42rem;
  line-height: 1.15;
}

.purchase-app-card > p {
  color: #C6D8DA;
  font-size: .86rem;
}

.purchase-mini-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 8px;
  margin-top: 20px;
}

.purchase-mini-grid div {
  padding: 12px 7px;
  border-radius: 13px;
  background: rgba(255,255,255,.08);
  text-align: center;
}

.purchase-mini-grid span,
.purchase-mini-grid small {
  display: block;
}

.purchase-mini-grid span {
  color: #fff;
  font-weight: 850;
}

.purchase-mini-grid small {
  margin-top: 3px;
  color: #A9C0C4;
  font-size: .62rem;
}

.purchase-app-status {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 16px;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,.11);
}

.purchase-status-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(166,213,206,.15);
  color: #A6D5CE;
  font-weight: 900;
}

.purchase-app-status strong,
.purchase-app-status small {
  display: block;
}

.purchase-app-status strong {
  font-size: .82rem;
}

.purchase-app-status small {
  margin-top: 2px;
  color: #ABC0C3;
  font-size: .67rem;
}

.purchase-steps-section {
  padding: 90px 0;
  background: var(--cream);
}

.purchase-section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.purchase-section-heading p {
  color: var(--muted);
  max-width: 700px;
}

.purchase-steps {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}

.purchase-step-card {
  position: relative;
  min-height: 305px;
  padding: 28px;
  border: 1px solid #E9E4D9;
  border-radius: 22px;
  background: #fff;
}

.purchase-step-featured {
  border-color: rgba(23,107,99,.20);
  background: linear-gradient(145deg, #fff, #EFF7F5);
}

.purchase-step-number {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #B6C7C4;
  font-size: 1.7rem;
  font-weight: 900;
}

.purchase-step-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 13px;
  background: var(--mint);
  color: var(--teal);
  font-size: 1rem;
  font-weight: 900;
}

.purchase-step-card p {
  color: var(--muted);
}

.purchase-step-card small {
  color: #7C8E92;
  font-size: .78rem;
}

.purchase-inline-link {
  display: inline-block;
  margin-top: 8px;
  color: var(--teal);
  font-weight: 800;
  text-decoration: none;
}

.purchase-access-section {
  padding: 90px 0;
}

.purchase-access-panel {
  display: grid;
  grid-template-columns: 1.05fr .72fr;
  gap: 52px;
  align-items: center;
  padding: 48px;
  border-radius: 30px;
  background: linear-gradient(145deg, #F7FBFA, #EDF7F4);
  border: 1px solid var(--line);
}

.purchase-access-copy > p {
  color: var(--muted);
}

.purchase-check-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 11px;
}

.purchase-check-list li {
  position: relative;
  padding-left: 29px;
  font-weight: 700;
}

.purchase-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--teal-soft);
  color: var(--teal);
  font-size: .7rem;
  font-weight: 900;
}

.purchase-access-box {
  padding: 30px;
  border-radius: 24px;
  background: var(--navy);
  color: #fff;
  box-shadow: var(--shadow);
}

.purchase-access-label {
  color: #A6D5CE;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .1em;
}

.purchase-access-box h3 {
  margin: 12px 0 8px;
  color: #fff;
  font-size: 1.6rem;
}

.purchase-access-box p {
  color: #C3D5D8;
}

.purchase-access-box .button {
  width: 100%;
  margin: 12px 0 10px;
}

.purchase-access-box small {
  display: block;
  color: #AFC3C7;
  font-size: .71rem;
  word-break: break-all;
}

.purchase-privacy-section {
  padding: 86px 0;
  background: #fff;
}

.purchase-privacy-grid {
  display: grid;
  grid-template-columns: .42fr 1fr;
  gap: 56px;
  align-items: center;
  max-width: 970px;
}

.purchase-privacy-icon {
  width: 190px;
  margin-inline: auto;
}

.purchase-privacy-icon svg {
  fill: var(--mint);
  stroke: var(--teal);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.purchase-privacy-grid p {
  color: var(--muted);
}

.purchase-privacy-note {
  margin-bottom: 0;
  padding: 15px 17px;
  border-radius: 13px;
  background: var(--cream);
  font-size: .84rem;
}

.purchase-help-section {
  padding: 0 0 90px;
}

.purchase-help-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 46px;
  align-items: center;
  padding: 40px 44px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.purchase-help-card h2 {
  margin-bottom: 10px;
  font-size: clamp(1.8rem,3vw,2.6rem);
}

.purchase-help-card p {
  margin-bottom: 0;
  color: var(--muted);
  max-width: 650px;
}

.purchase-help-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.purchase-help-actions span {
  color: var(--muted);
  font-size: .76rem;
}

.purchase-final-section {
  padding: 0 0 84px;
}

.purchase-final-card {
  max-width: 980px;
  margin-inline: auto;
  padding: 54px 58px;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--navy), #154F58);
  color: #fff;
  text-align: center;
  box-shadow: var(--shadow);
}

.purchase-final-card h2 {
  color: #fff;
  max-width: 780px;
  margin-inline: auto;
}

.purchase-final-card p {
  max-width: 680px;
  margin: 0 auto 26px;
  color: #C6D8DA;
}

.purchase-footer {
  padding-bottom: 28px;
}

@media (max-width: 1020px) {
  .purchase-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .purchase-copy {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
  }

  .purchase-lead {
    margin-inline: auto;
  }

  .purchase-primary-actions,
  .purchase-reassurance {
    justify-content: center;
  }

  .success-seal {
    margin-inline: auto;
  }

  .purchase-product-card {
    min-height: 500px;
  }

  .purchase-steps {
    grid-template-columns: 1fr;
  }

  .purchase-step-card {
    min-height: 0;
  }

  .purchase-access-panel {
    grid-template-columns: 1fr;
  }

  .purchase-privacy-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    text-align: center;
    margin-inline: auto;
  }

  .purchase-privacy-grid p {
    max-width: 760px;
    margin-inline: auto;
  }

  .purchase-help-card {
    grid-template-columns: 1fr;
  }

  .purchase-help-actions {
    align-items: flex-start;
  }
}

@media (max-width: 700px) {
  .purchase-nav {
    min-height: 64px;
  }

  .purchase-header-note {
    display: none;
  }

  .purchase-hero {
    padding: 52px 0 58px;
  }

  .purchase-copy {
    text-align: left;
  }

  .success-seal {
    margin-inline: 0;
  }

  .purchase-copy h1 {
    font-size: clamp(2.25rem, 11vw, 3.2rem);
    line-height: 1.02;
  }

  .purchase-lead {
    font-size: .98rem;
  }

  .purchase-primary-actions {
    flex-direction: column;
    justify-content: initial;
  }

  .purchase-primary-actions .button {
    width: 100%;
  }

  .purchase-reassurance {
    display: grid;
    justify-content: initial;
  }

  .purchase-reassurance span {
    width: 100%;
    border-radius: 12px;
  }

  .purchase-product-card {
    min-height: 410px;
    width: 100%;
    max-width: 340px;
    margin-inline: auto;
  }

  .purchase-book {
    width: 135px;
    top: 38px;
  }

  .purchase-app-card {
    width: 235px;
    bottom: 0;
    padding: 20px;
    border-radius: 21px;
  }

  .purchase-app-card > strong {
    font-size: 1.15rem;
  }

  .purchase-mini-grid {
    gap: 5px;
  }

  .purchase-mini-grid div {
    padding: 10px 4px;
  }

  .purchase-steps-section,
  .purchase-access-section,
  .purchase-privacy-section {
    padding: 64px 0;
  }

  .purchase-section-heading {
    margin-bottom: 28px;
  }

  .purchase-step-card {
    padding: 22px 20px;
  }

  .purchase-access-panel {
    gap: 28px;
    padding: 22px;
    border-radius: 22px;
  }

  .purchase-access-box {
    padding: 22px 19px;
    border-radius: 19px;
  }

  .purchase-privacy-icon {
    width: 128px;
  }

  .purchase-help-section {
    padding-bottom: 64px;
  }

  .purchase-help-card {
    padding: 26px 22px;
    border-radius: 20px;
  }

  .purchase-help-actions {
    width: 100%;
    align-items: stretch;
  }

  .purchase-help-actions .button {
    width: 100%;
  }

  .purchase-help-actions span {
    text-align: center;
    overflow-wrap: anywhere;
  }

  .purchase-final-section {
    padding-bottom: 64px;
  }

  .purchase-final-card {
    padding: 34px 22px;
    border-radius: 22px;
  }

  .purchase-final-card .button {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .purchase-copy h1 {
    font-size: 2.1rem;
  }

  .purchase-product-card {
    min-height: 380px;
  }

  .purchase-book {
    width: 118px;
  }

  .purchase-app-card {
    width: 218px;
    padding: 17px;
  }

  .purchase-mini-grid small {
    font-size: .55rem;
  }
}
