/* ===========================================================
   The Digital Safety Blueprint — Landing page styles
   Direction A (The Institution) + B accents
   =========================================================== */

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

/* ---------- Layout helpers ---------- */
.wrap { width: min(1140px, 92vw); margin-inline: auto; }
.wrap-narrow { width: min(820px, 92vw); margin-inline: auto; }
section { position: relative; }
.pad { padding-block: clamp(64px, 8vw, 116px); }
.center { text-align: center; }

/* ---------- Type ---------- */
.eyebrow {
  font-family: var(--mono); font-size: 13px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--teal-600); font-weight: 500;
  display: inline-flex; align-items: center; gap: 9px;
}
.eyebrow::before { content: ""; width: 22px; height: 1.5px; background: var(--teal-300); display: inline-block; }
.eyebrow.no-rule::before { display: none; }
.eyebrow.light { color: var(--teal-300); }

h1, h2, h3 { font-family: var(--serif-disp); font-weight: 600; letter-spacing: -.018em; line-height: 1.08; color: var(--navy-900); }
h2.display { font-size: clamp(30px, 4.4vw, 50px); text-wrap: wrap; }
h3 { font-size: 22px; line-height: 1.2; }
.lead { font-size: clamp(18px, 2.1vw, 22px); line-height: 1.55; color: var(--ink-soft); }
.serif-em { font-family: var(--serif); font-style: italic; color: var(--teal-600); font-weight: 500; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--sans); font-weight: 700; font-size: 17px; letter-spacing: -.01em;
  padding: 16px 30px; border-radius: var(--r-pill); text-decoration: none;
  cursor: pointer; border: 0; transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
}
.btn-amber { background: var(--amber); color: var(--navy-900); box-shadow: var(--sh-amber); }
.btn-amber:hover { background: var(--amber-strong); transform: translateY(-2px); box-shadow: 0 16px 30px rgba(216,134,26,.36); }
.btn-amber .price { font-weight: 500; opacity: .82; }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-700); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--navy); border: 1.5px solid var(--line); font-weight: 600; }
.btn-ghost:hover { border-color: var(--navy); }
.btn-lg { font-size: 19px; padding: 19px 38px; }

/* ---------- Nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px clamp(20px, 4vw, 48px);
  transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
}
.nav.solid { background: rgba(250,246,238,.92); backdrop-filter: blur(12px); box-shadow: 0 1px 0 var(--line); padding-block: 12px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.crest {
  width: 32px; height: 38px; position: relative; flex: none;
  background: linear-gradient(160deg, var(--teal-300), var(--teal-600));
  -webkit-clip-path: path("M16 0 L32 6.5 L32 21 Q32 33 16 38 Q0 33 0 21 L0 6.5 Z");
  clip-path: path("M16 0 L32 6.5 L32 21 Q32 33 16 38 Q0 33 0 21 L0 6.5 Z");
  display: grid; place-items: center;
}
.crest::after {
  content: ""; width: 10px; height: 6px; border: 2.3px solid #fff;
  border-top: 0; border-right: 0; transform: rotate(-45deg) translate(1px,-1px);
}
.crest.lg { width: 64px; height: 76px;
  -webkit-clip-path: path("M32 0 L64 13 L64 41 Q64 65 32 76 Q0 65 0 41 L0 13 Z");
  clip-path: path("M32 0 L64 13 L64 41 Q64 65 32 76 Q0 65 0 41 L0 13 Z"); }
.crest.lg::after { width: 20px; height: 12px; border-width: 4px; transform: rotate(-45deg) translate(1px,-2px); }
.brand .name { font-family: var(--serif-disp); font-weight: 600; font-size: 17px; color: var(--navy-900); letter-spacing: -.01em; line-height: 1.05; }
.brand .name span { color: var(--teal-600); display: block; font-size: 12.5px; letter-spacing: .02em; }
.nav.on-dark .brand .name { color: #fff; }
.nav.on-dark .brand .name span { color: var(--teal-300); }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-size: 15px; color: var(--ink-soft); text-decoration: none; font-weight: 500; }
.nav.on-dark .nav-links a { color: #C7D6DF; }
.nav.solid .nav-links a { color: var(--ink-soft); }
.nav-links a.btn { color: var(--navy-900); }
.nav-toggle { display: none; }

/* ---------- HERO ---------- */
.hero {
  background:
    radial-gradient(120% 80% at 50% -10%, rgba(95,179,156,.22), transparent 55%),
    radial-gradient(90% 60% at 85% 110%, rgba(20,58,86,.5), transparent 60%),
    linear-gradient(180deg, var(--navy) 0%, var(--navy-900) 100%);
  color: #fff; text-align: center; position: relative; overflow: hidden;
  padding: 150px clamp(20px,4vw,40px) 0;
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 28px 28px; opacity: .5; mask-image: linear-gradient(180deg, transparent, #000 30%, #000 70%, transparent);
}
.hero > * { position: relative; z-index: 2; }
.hero .crest.lg { margin: 0 auto 24px; box-shadow: 0 16px 40px rgba(0,0,0,.35); }
.hero h1 {
  font-family: var(--serif-disp); font-weight: 600; color: #fff;
  font-size: clamp(36px, 5.4vw, 62px); line-height: 1.06; letter-spacing: -.022em;
  max-width: 16ch; margin: 18px auto 0; text-wrap: wrap; padding-bottom: 6px;
}
.hero h1 em { font-style: italic; color: var(--teal-300); font-family: var(--serif); font-weight: 500; }
.hero .sub {
  font-size: clamp(18px, 2.2vw, 21px); line-height: 1.55; color: #C7D6DF;
  max-width: 60ch; margin: 24px auto 0; font-weight: 400;
}
.hero .cta-wrap { margin-top: 36px; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.hero .guarantee-line { font-size: 14.5px; color: #9FB4C0; max-width: 46ch; }
.hero .guarantee-line b { color: #fff; font-weight: 600; }

/* Author byline (from B) */
.byline {
  display: inline-flex; align-items: center; gap: 13px; margin-top: 34px;
  padding: 9px 9px 9px 9px; border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--r-pill); background: rgba(255,255,255,.04);
}
.byline img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(95,179,156,.6); }
.byline .bt { text-align: left; font-size: 14px; color: #C7D6DF; padding-right: 12px; line-height: 1.35; }
.byline .bt b { color: #fff; font-weight: 600; }

/* Trust strip */
.trust-strip {
  margin-top: 64px; background: var(--navy-900); border-top: 1px solid rgba(255,255,255,.08);
  padding: 18px clamp(20px,4vw,40px);
}
.trust-strip .inner { display: flex; justify-content: center; gap: clamp(18px,3vw,42px); flex-wrap: wrap; }
.trust-strip .ti { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 500; color: #DCE6EC; }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal-300); flex: none; }

/* ---------- Section heads ---------- */
.shead { max-width: 64ch; }
.shead.center { margin-inline: auto; }
.shead h2 { margin-top: 14px; }
.shead p.lead { margin-top: 18px; }

/* ---------- Cards ---------- */
.grid { display: grid; gap: 22px; }
.g2 { grid-template-columns: repeat(2,1fr); }
.g3 { grid-template-columns: repeat(3,1fr); }
.card {
  background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 30px; box-shadow: var(--sh-sm);
}
.icon-badge {
  width: 50px; height: 50px; border-radius: 13px; display: grid; place-items: center;
  background: var(--teal-tint); color: var(--teal-600); margin-bottom: 18px; flex: none;
}
.icon-badge.navy { background: var(--navy-tint); color: var(--navy); }
.icon-badge.amber { background: var(--amber-tint); color: var(--amber-strong); }
.icon-badge svg { width: 25px; height: 25px; }
.card h3 { margin-bottom: 8px; }
.card p { font-size: 16px; color: var(--ink-soft); line-height: 1.55; }

/* ---------- Problem section ---------- */
.threat-card .tell {
  margin-top: 16px; padding-top: 14px; border-top: 1px dashed var(--line);
  font-size: 14.5px; color: var(--teal-600); font-weight: 600;
  display: flex; gap: 8px; align-items: flex-start;
}
.threat-card .tell span { color: var(--ink-soft); font-weight: 400; }

/* ---------- Turning point (navy band) ---------- */
.band-navy {
  background:
    radial-gradient(90% 120% at 12% 0%, rgba(95,179,156,.16), transparent 50%),
    linear-gradient(180deg, var(--navy) 0%, var(--navy-900) 100%);
  color: #fff;
}
.band-navy h2 { color: #fff; }
.band-navy .lead { color: #C7D6DF; }
.band-navy .eyebrow { color: var(--teal-300); }
.band-navy .eyebrow::before { background: var(--teal-300); }
.reassure-list { display: grid; gap: 18px; margin-top: 32px; }
.reassure-list li { list-style: none; display: flex; gap: 15px; align-items: flex-start; font-size: 18px; color: #DCE6EC; }
.reassure-list .ck {
  width: 28px; height: 28px; border-radius: 50%; flex: none; margin-top: 1px;
  background: var(--teal); display: grid; place-items: center;
}
.reassure-list .ck::after { content:""; width:11px; height:6px; border:2.4px solid #fff; border-top:0; border-right:0; transform: rotate(-45deg) translateY(-1px); }

/* ---------- Sand band ---------- */
.band-sand { background: var(--bg-alt); }

/* ---------- Introducing / product ---------- */
.intro-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px,5vw,72px); align-items: center; }
.product-visual {
  position: relative; aspect-ratio: 4/3.4; border-radius: var(--r-lg);
  background:
    radial-gradient(120% 100% at 50% 0%, rgba(95,179,156,.18), transparent 60%),
    linear-gradient(160deg, var(--navy-700), var(--navy-900));
  display: grid; place-items: center; box-shadow: var(--sh-lg); overflow: hidden;
}
/* Stylized ebook mock */
.book {
  width: 58%; aspect-ratio: 3/4; border-radius: 6px 12px 12px 6px; position: relative;
  background: linear-gradient(150deg, var(--navy) 0%, var(--navy-900) 100%);
  box-shadow: -10px 18px 40px rgba(0,0,0,.45), inset 1px 0 0 rgba(255,255,255,.08);
  border-left: 6px solid rgba(0,0,0,.35); padding: 30px 26px;
  display: flex; flex-direction: column; transform: rotate(-3deg);
}
.book .b-crest {
  width: 46px; height: 55px; margin-bottom: 18px; flex:none;
  background: linear-gradient(160deg, var(--teal-300), var(--teal));
  -webkit-clip-path: path("M23 0 L46 9 L46 30 Q46 47 23 55 Q0 47 0 30 L0 9 Z");
  clip-path: path("M23 0 L46 9 L46 30 Q46 47 23 55 Q0 47 0 30 L0 9 Z");
  display:grid; place-items:center;
}
.book .b-crest::after { content:""; width:14px; height:8px; border:3px solid #06281f; border-top:0; border-right:0; transform: rotate(-45deg) translate(1px,-1px); }
.book .b-kicker { font-family: var(--mono); font-size: 9px; letter-spacing: .18em; color: var(--teal-300); text-transform: uppercase; }
.book .b-title { font-family: var(--serif-disp); font-weight: 600; color: #fff; font-size: clamp(20px,2.4vw,27px); line-height: 1.05; margin-top: 8px; }
.book .b-sub { font-size: 12px; color: #9FB4C0; margin-top: auto; line-height: 1.4; }
.book .b-author { font-size: 11px; color: #C7D6DF; margin-top: 14px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 10px; }
.product-tag {
  position: absolute; right: -6px; bottom: 26px;
  background: #fff; border-radius: var(--r-md); box-shadow: var(--sh-lg);
  padding: 12px 16px; font-size: 13px; font-weight: 600; color: var(--navy-900);
  display: flex; align-items: center; gap: 9px;
}

/* ---------- What's inside (chapters) ---------- */
.chapters { display: grid; gap: 14px; margin-top: 40px; }
.chapter {
  background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--r-md);
  overflow: hidden; box-shadow: var(--sh-sm);
}
.chapter summary {
  list-style: none; cursor: pointer; padding: 22px 26px;
  display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center;
}
.chapter summary::-webkit-details-marker { display: none; }
.chapter .num { font-family: var(--serif); font-style: italic; font-size: 26px; color: var(--teal-600); width: 42px; }
.chapter .ctitle { font-family: var(--serif-disp); font-weight: 600; font-size: 19px; color: var(--navy-900); }
.chapter .chev { width: 30px; height: 30px; border-radius: 50%; background: var(--bg-alt); display: grid; place-items: center; transition: transform .25s, background .2s; }
.chapter .chev::after { content:""; width:8px; height:8px; border:2px solid var(--navy-700); border-top:0; border-left:0; transform: rotate(45deg) translateY(-2px); }
.chapter[open] .chev { transform: rotate(180deg); background: var(--teal-tint); }
.chapter .cbody { padding: 0 26px 24px 88px; }
.chapter .cbody p { color: var(--ink-soft); font-size: 16px; }
.chapter .cbody ul { margin-top: 12px; display: grid; gap: 8px; }
.chapter .cbody li { list-style: none; padding-left: 26px; position: relative; font-size: 15.5px; color: var(--ink-soft); }
.chapter .cbody li::before { content:""; position:absolute; left:2px; top:7px; width:9px; height:5px; border:2px solid var(--teal); border-top:0; border-right:0; transform: rotate(-45deg); }

/* ---------- Who it's for ---------- */
.fit { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.fit-col { border-radius: var(--r-lg); padding: 34px; border: 1px solid var(--line); }
.fit-col.yes { background: var(--teal-tint); border-color: #BFE0D4; }
.fit-col.no  { background: #F6EEE7; border-color: #E7D6C6; }
.fit-col h3 { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; font-size: 20px; }
.fit-col .mk { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; flex: none; }
.fit-col.yes .mk { background: var(--teal); }
.fit-col.yes .mk::after { content:""; width:11px; height:6px; border:2.4px solid #fff; border-top:0; border-right:0; transform: rotate(-45deg) translateY(-1px); }
.fit-col.no .mk { background: #C58A63; position: relative; }
.fit-col.no .mk::before, .fit-col.no .mk::after { content:""; position:absolute; width:13px; height:2.4px; background:#fff; border-radius:2px; }
.fit-col.no .mk::before { transform: rotate(45deg); }
.fit-col.no .mk::after { transform: rotate(-45deg); }
.fit-col ul { display: grid; gap: 14px; }
.fit-col li { list-style: none; display: flex; gap: 12px; font-size: 16.5px; color: var(--ink-soft); line-height: 1.45; }
.fit-col li .b { width: 7px; height: 7px; border-radius: 50%; margin-top: 9px; flex: none; }
.fit-col.yes li .b { background: var(--teal); }
.fit-col.no li .b { background: #C58A63; }

/* ---------- Author ---------- */
.author-split { display: grid; grid-template-columns: 0.85fr 1fr; gap: clamp(36px,5vw,68px); align-items: center; }
.author-photo { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-lg); position: relative; }
.author-photo img { width: 100%; height: 100%; object-fit: cover; }
.author-cred { position: absolute; left: 22px; bottom: 22px; right: 22px; display: flex; gap: 10px; flex-wrap: wrap; }
.cred-chip { background: rgba(8,30,47,.82); backdrop-filter: blur(6px); color: #fff; font-size: 13px; font-weight: 600; padding: 8px 14px; border-radius: var(--r-pill); display: flex; align-items: center; gap: 7px; }
.author-sign { font-family: var(--serif); font-style: italic; font-size: 27px; color: var(--navy-900); margin-top: 22px; }
.author-quote { font-family: var(--serif-disp); font-weight: 500; font-size: clamp(22px,2.6vw,30px); line-height: 1.3; color: var(--navy-900); margin: 16px 0 22px; }

/* ---------- Bonuses ---------- */
.bonus-card { position: relative; overflow: hidden; display: flex; flex-direction: column; }
.bonus-flag { position: absolute; top: 18px; right: 18px; font-family: var(--mono); font-size: 11px; letter-spacing: .08em; background: var(--amber-tint); color: var(--amber-strong); padding: 5px 11px; border-radius: var(--r-pill); font-weight: 600; }
.bonus-visual {
  height: 150px; border-radius: var(--r-md); margin-bottom: 20px;
  background: repeating-linear-gradient(135deg, rgba(255,255,255,.5) 0 2px, transparent 2px 12px), linear-gradient(160deg, var(--navy-700), var(--navy-900));
  display: grid; place-items: center; position: relative;
}
.bonus-visual .ph-cap { font-family: var(--mono); font-size: 11px; color: rgba(255,255,255,.8); text-align: center; padding: 6px 10px; border: 1px dashed rgba(255,255,255,.35); border-radius: 6px; }
.bonus-card .val { margin-top: auto; padding-top: 16px; font-size: 14px; color: var(--muted); }
.bonus-card .val b { color: var(--navy-900); font-family: var(--serif-disp); font-size: 16px; }

/* ---------- Testimonials ---------- */
.testi-card { display: flex; flex-direction: column; gap: 18px; }
.testi-card .stars { display: flex; gap: 3px; color: var(--amber); }
.testi-card .stars svg { width: 18px; height: 18px; }
.testi-card .quote { font-family: var(--serif-disp); font-weight: 500; font-size: 19px; line-height: 1.4; color: var(--navy-900); }
.testi-card .who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.testi-card .who .av { width: 44px; height: 44px; border-radius: 50%; background: repeating-linear-gradient(135deg,#d8cfbd 0 2px,#ece4d2 2px 9px); border: 1px solid var(--line); flex: none; display:grid; place-items:center; }
.testi-card .who .av span { font-family: var(--mono); font-size: 8px; color: var(--muted); text-align:center; line-height:1.1; }
.testi-card .who .nm { font-weight: 600; font-size: 15px; color: var(--navy-900); }
.testi-card .who .nm span { display: block; font-weight: 400; font-size: 13px; color: var(--muted); }
.placeholder-note { font-family: var(--mono); font-size: 12px; color: var(--muted); text-align: center; margin-top: 22px; }

/* ---------- Offer / pricing ---------- */
.offer {
  background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--sh-lg); overflow: hidden; position: relative;
  display: grid; grid-template-columns: 1.1fr 0.9fr;
}
.offer .stack { padding: clamp(30px,4vw,46px); }
.offer .stack h3 { font-size: 24px; margin-bottom: 6px; }
.offer .stack .ssub { color: var(--muted); font-size: 15px; margin-bottom: 24px; }
.stack-list { display: grid; gap: 13px; }
.stack-row { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: baseline; padding-bottom: 15px; border-bottom: 1px dashed var(--line); }
.stack-row .it { display: flex; gap: 11px; align-items: flex-start; min-width: 0; }
.stack-row .it .ic { color: var(--teal-600); margin-top: 3px; flex: none; }
.stack-row .it .ic svg { width: 18px; height: 18px; }
.stack-row .it .lab { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.stack-row .it .lab b { font-weight: 600; color: var(--navy-900); font-size: 16px; line-height: 1.25; }
.stack-row .it .lab small { color: var(--muted); font-size: 13.5px; line-height: 1.35; }
.stack-row .pr { font-family: var(--serif-disp); font-weight: 600; color: var(--navy-700); white-space: nowrap; }
.stack-total { display: flex; justify-content: space-between; align-items: baseline; margin-top: 18px; }
.stack-total .lab { font-weight: 600; color: var(--navy-900); }
.stack-total .amt { font-family: var(--serif-disp); }
.stack-total .amt s { color: var(--muted); font-weight: 400; font-size: 22px; }

.offer .buy {
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-900) 100%); color: #fff;
  padding: clamp(30px,4vw,46px); display: flex; flex-direction: column; text-align: center;
  align-items: center; justify-content: center; position: relative;
}
.offer .buy .tagp { font-family: var(--mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--teal-300); }
.offer .buy .anchor { margin-top: 10px; }
.offer .buy .anchor s { font-size: 24px; color: #7E96A4; }
.offer .buy .big { font-family: var(--serif-disp); font-weight: 600; font-size: 76px; line-height: 1; color: #fff; letter-spacing: -.02em; }
.offer .buy .once { font-size: 14px; color: #9FB4C0; margin-top: 4px; }
.offer .buy .btn { margin-top: 26px; width: 100%; }
.offer .buy .secure { margin-top: 16px; font-size: 13px; color: #9FB4C0; display: flex; gap: 7px; align-items: center; justify-content: center; }
/* Floating guarantee badge (from B) */
.guarantee-badge {
  position: absolute; z-index: 5; top: -34px; right: -22px;
  width: 124px; height: 124px; border-radius: 50%;
  background: radial-gradient(circle at 50% 35%, var(--teal-300), var(--teal-600));
  color: #fff; display: grid; place-items: center; text-align: center;
  box-shadow: var(--sh-lg), inset 0 0 0 6px rgba(255,255,255,.16);
  border: 3px solid #fff; transform: rotate(8deg);
}
.guarantee-badge b { font-family: var(--serif-disp); font-size: 30px; line-height: .9; display: block; }
.guarantee-badge small { font-size: 10.5px; letter-spacing: .04em; text-transform: uppercase; opacity: .92; margin-top: 3px; display: block; font-weight: 600; }

/* ---------- Guarantee section ---------- */
.guarantee-box { display: grid; grid-template-columns: auto 1fr; gap: 36px; align-items: center; background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(30px,4vw,48px); box-shadow: var(--sh-md); }
.seal {
  width: 150px; height: 150px; border-radius: 50%; flex: none;
  background: radial-gradient(circle at 50% 32%, #fff, var(--bg-alt));
  border: 3px solid var(--teal); display: grid; place-items: center; text-align: center;
  box-shadow: inset 0 0 0 6px var(--teal-tint), var(--sh-md); position: relative;
}
.seal .n { font-family: var(--serif-disp); font-weight: 700; font-size: 50px; color: var(--teal-600); line-height: .85; }
.seal .d { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--navy-700); font-weight: 600; margin-top: 3px; }

/* ---------- FAQ ---------- */
.faq-list { display: grid; gap: 12px; max-width: 820px; margin-inline: auto; }
.faq {
  background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden;
}
.faq summary {
  list-style: none; cursor: pointer; padding: 22px 26px;
  display: flex; justify-content: space-between; gap: 20px; align-items: center;
  font-family: var(--serif-disp); font-weight: 600; font-size: 18.5px; color: var(--navy-900);
}
.faq summary::-webkit-details-marker { display: none; }
.faq .pm { width: 26px; height: 26px; position: relative; flex: none; }
.faq .pm::before, .faq .pm::after { content:""; position:absolute; top:50%; left:50%; background: var(--teal-600); border-radius: 2px; transition: transform .25s; }
.faq .pm::before { width:14px; height:2.4px; transform: translate(-50%,-50%); }
.faq .pm::after { width:2.4px; height:14px; transform: translate(-50%,-50%); }
.faq[open] .pm::after { transform: translate(-50%,-50%) scaleY(0); }
.faq .ans { padding: 0 26px 24px; color: var(--ink-soft); font-size: 16.5px; line-height: 1.6; max-width: 64ch; }

/* ---------- Final CTA ---------- */
.final-cta { text-align: center; }
.final-cta h2 { color: #fff; }
.final-cta .sub { color: #C7D6DF; margin: 18px auto 0; max-width: 56ch; font-size: 19px; }
.honest-urgency { display: inline-flex; align-items: center; gap: 10px; margin: 28px auto 0; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); padding: 10px 18px; border-radius: var(--r-pill); font-size: 14.5px; color: #DCE6EC; }
.honest-urgency .dot { background: var(--amber); }

/* ---------- Footer ---------- */
.footer { background: var(--navy-900); color: #9FB4C0; font-size: 13.5px; line-height: 1.65; }
.footer .wrap { padding-block: 56px; }
.footer .ftop { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer .fnav { display: flex; gap: 24px; flex-wrap: wrap; }
.footer .fnav a { color: #C7D6DF; text-decoration: none; font-weight: 500; }
.footer .disc { margin-top: 26px; display: grid; gap: 13px; max-width: 92ch; }
.footer .disc p strong { color: #C7D6DF; }
.footer .copy { margin-top: 26px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

/* ---------- Sticky CTA bar ---------- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  background: rgba(250,246,238,.94); backdrop-filter: blur(12px);
  box-shadow: 0 -2px 20px rgba(8,30,47,.12); border-top: 1px solid var(--line);
  transform: translateY(110%); transition: transform .35s cubic-bezier(.2,.8,.2,1);
}
.sticky-cta.show { transform: translateY(0); }
.sticky-cta .inner { width: min(1140px,94vw); margin-inline: auto; padding: 12px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.sticky-cta .lt { display: flex; align-items: center; gap: 14px; }
.sticky-cta .lt .crest { width: 28px; height: 34px; }
.sticky-cta .lt .txt b { font-family: var(--serif-disp); font-size: 16px; color: var(--navy-900); display: block; line-height: 1.1; }
.sticky-cta .lt .txt small { font-size: 13px; color: var(--muted); }
.sticky-cta .rt { display: flex; align-items: center; gap: 16px; }
.sticky-cta .rt .pr { font-family: var(--serif-disp); font-weight: 600; font-size: 20px; color: var(--navy-900); }
.sticky-cta .rt .pr s { color: var(--muted); font-weight: 400; font-size: 15px; margin-right: 6px; }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
  .g3 { grid-template-columns: 1fr; }
  .g2 { grid-template-columns: 1fr; }
  .intro-split, .author-split, .offer, .fit { grid-template-columns: 1fr; }
  .guarantee-box { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .offer .buy .guarantee-badge { top: -30px; right: 12px; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 100%; right: 12px; background: #fff; padding: 16px; border-radius: var(--r-md); box-shadow: var(--sh-lg); gap: 14px; }
  .nav-toggle { display: grid; gap: 4px; background: none; border: 0; cursor: pointer; padding: 8px; }
  .nav-toggle span { width: 22px; height: 2px; background: currentColor; display: block; }
  .nav.on-dark .nav-toggle { color: #fff; }
  .nav.solid .nav-toggle { color: var(--navy-900); }
  .sticky-cta .lt .txt small { display: none; }
}
@media (max-width: 560px) {
  body { font-size: 17px; }
  .chapter .cbody { padding-left: 26px; }
  .chapter summary { gap: 12px; }
  .offer .buy .big { font-size: 62px; }
  .sticky-cta .lt .txt { display: none; }
  .trust-strip .inner { gap: 14px 22px; }
}
