/* ==========================================================================
   Home page
   ========================================================================== */

/* ---------- Hero (dark) ---------- */
.hero { padding-top: var(--sec-y); padding-bottom: var(--sec-y); }
.hero-copy { max-width: 900px; margin: 0 auto; text-align: center; }
.hero-eyebrow-wrap { margin-bottom: 26px; }
/* Matches .page-header h1 in doc.css so every H1 on the site is one size.
   Change both together if the scale ever moves. */
.hero h1 { font-size: clamp(34px, 4.2vw, 50px); font-weight: 700; line-height: 1.08; letter-spacing: -0.02em; color: var(--dark-ink); }
.hero h1 em { font-style: normal; color: var(--emerald-bright); }
.hero-sub { font-size: 20px; color: var(--dark-slate); max-width: 660px; margin: 26px auto 0; line-height: 1.65; }
.hero-ctas { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 40px; flex-wrap: wrap; }
.hero-ctas-note { font-size: 14px; color: var(--dark-slate-dim); margin-top: 18px; font-family: var(--font-mono); }

/* Hero screenshot: sits flush at the bottom of the dark surface, with the
   bottom 10% of the image clipped so the next (light) section cuts it off.
   The clip ratio is the image's own ratio with height reduced to 90%:
   1800 / (1024 * 0.9) = 1800 / 922. Update both if the image is replaced. */

/* Two-column split, no longer used by the homepage hero (now centered).
   Still used by the How It Works plain-English on-ramp section. */
.hero-inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; }

@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-ring-wrap { order: -1; }
}

.ring-card { background: var(--dark-panel); border: 1px solid var(--dark-panel-border); border-radius: 24px; padding: 40px; backdrop-filter: blur(20px); box-shadow: var(--shadow-dark-lifted); }
.ring-card-head { display: flex; align-items: center; gap: 11px; margin-bottom: 26px; }
.ring-card-chip { width: 36px; height: 36px; border-radius: 999px; background: rgba(20,185,129,0.14); display: grid; place-items: center; flex-shrink: 0; border: 1px solid rgba(20,185,129,0.25); }
.ring-card-title { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--dark-slate); font-family: var(--font-mono); }
.ring-outer { position: relative; width: 100%; aspect-ratio: 1; max-width: 300px; margin: 0 auto; }
.ring-outer svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.ring-label { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.ring-score { font-family: var(--font-mono); font-size: 58px; font-weight: 700; color: var(--dark-ink); }
.ring-tier { font-size: 14px; font-weight: 700; color: var(--emerald-bright); text-transform: uppercase; letter-spacing: 0.04em; margin-top: 6px; font-family: var(--font-mono); }
.ring-card-foot { display: flex; justify-content: space-between; margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.08); font-size: 13.5px; color: var(--dark-slate-dim); font-family: var(--font-mono); }
.ring-card-foot b { color: var(--dark-ink); font-weight: 700; }

/* ---------- Section shell (light) ---------- */
.section { padding: var(--sec-y) 0; }
.section-alt { background: var(--paper-alt); }
.section-head { max-width: 640px; margin: 0 auto 56px; text-align: center; }
.section-head-wide { max-width: 780px; }
.section-head .eyebrow { display: block; margin-bottom: 14px; }
.section-head h2 { font-size: clamp(28px, 3.4vw, 40px); font-weight: 700; line-height: 1.15; }
.section-head p { font-size: 18px; color: var(--slate); margin-top: 16px; line-height: 1.6; }

/* ---------- Trust strip (sits directly under the cut-off hero shot) ---------- */
.trust-strip { background: var(--emerald-deep); padding: 20px 0; }
.trust-strip p { text-align: center; font-size: 14.5px; line-height: 1.5; color: rgba(255,255,255,0.88); }
.trust-strip b { color: #fff; font-weight: 700; }
.trust-strip-link { color: #fff; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
.trust-strip-link:hover { color: rgba(255,255,255,0.8); }
@media (max-width: 700px) { .trust-strip p { font-size: 13.5px; } }

/* ---------- How it's built (alternating rows) ----------
   Image is always FIRST in the DOM, so the single-column mobile layout
   shows image-then-text for every step with no order override needed.
   On desktop, .text-first pushes the image to column 2 (steps 01 and 03).
   Column proportions mirror .app-breakdown-row in mockup.css. */
.step-rows { display: grid; gap: 72px; }
.step-row { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.step-row.text-first .step-visual { order: 2; }
.step-num { font-family: var(--font-mono); font-size: 15px; font-weight: 700; color: var(--emerald); margin-bottom: 14px; }
.step-image { width: 100%; max-width: 540px; height: auto; display: block; margin-inline: auto; box-shadow: 0 16px 32px -12px rgba(15,23,42,0.18); border: 1px solid var(--border); border-radius: 12px; }
/* The homepage step illustrations already have their own soft backgrounds and
   rounded shapes, so a frame around them reads as a second, competing edge.
   The /app/ screenshots keep theirs: those are flat UI captures that need it. */
#how-it-works .step-image { box-shadow: none; border: 0; border-radius: 0; max-width: 560px; }
.step-text h3 { font-size: clamp(22px, 2.2vw, 26px); font-weight: 700; margin-bottom: 10px; }
.step-text .step-lead { color: var(--ink); font-size: 17px; font-weight: 600; line-height: 1.5; margin-bottom: 12px; }
.step-text p { color: var(--slate); font-size: 16.5px; line-height: 1.65; }
.screen-list { list-style: none; padding: 0; margin: 18px 0 0; display: flex; flex-direction: column; gap: 12px; }
.screen-list li { position: relative; padding-left: 22px; font-size: 16px; line-height: 1.6; color: var(--slate); }
.screen-list li::before { content: ""; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; border-radius: 999px; background: var(--emerald); }
.screen-list li b { color: var(--ink); font-weight: 700; }
.step-text h2 { font-size: clamp(24px, 2.6vw, 30px); font-weight: 700; line-height: 1.2; margin-bottom: 12px; }
.final-cta .app-trust-line, .app-trust-line { font-family: var(--font-mono); font-size: 13.5px; color: var(--dark-slate-dim); margin-top: 20px; margin-bottom: 0; }
.step-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; font-size: 15.5px; font-weight: 600; color: var(--emerald); }
@media (max-width: 900px) {
  .step-rows { gap: 56px; }
  .step-row { grid-template-columns: 1fr; gap: 26px; }
  .step-row.text-first .step-visual { order: 0; }
}
.step-more { text-align: center; margin-top: 48px; }

/* ---------- Features ---------- */
.features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 56px 44px; }
@media (max-width: 760px) { .features { grid-template-columns: 1fr; } }
/* No card box: the snippet is the visual anchor, text sits beneath it. */
.feature-card { background: none; border: 0; padding: 0; }
.feature-icon { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 18px;
  background: var(--emerald-tint, #e8f7f0); color: var(--emerald-deep, #0b7a54); }
.feature-icon svg { width: 23px; height: 23px; display: block; }
.feature-card { text-align: left; }
.feature-card h3 { font-size: 19px; font-weight: 700; margin-bottom: 8px; }
.feature-card .feature-lead { color: var(--ink); font-size: 16px; font-weight: 600; line-height: 1.5; margin-bottom: 10px; }
.feature-card p { color: var(--slate); font-size: 15.5px; line-height: 1.6; }

/* ---------- Encyclopedia showcase (dark moment) ---------- */
.encyc-showcase { padding: 100px 0; }
.encyc-showcase-inner { display: grid; grid-template-columns: 40% 60%; gap: 56px; align-items: center; }
@media (max-width: 980px) { .encyc-showcase-inner { grid-template-columns: 1fr; gap: 40px; } }
.encyc-copy h2 { font-size: clamp(28px, 3.4vw, 40px); font-weight: 700; line-height: 1.15; color: var(--dark-ink); margin: 18px 0 18px; }
.encyc-copy p { color: var(--dark-slate); font-size: 17.5px; line-height: 1.65; }
/* The CTA sits directly after the paragraph with no wrapper, so the gap has
   to come from here. */
.encyc-copy .btn { margin-top: 28px; }
.encyc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
@media (max-width: 620px) { .encyc-grid { grid-template-columns: 1fr; } }
.encyc-card { background: var(--dark-panel); border: 1px solid var(--dark-panel-border); border-radius: 14px; padding: 20px; }
.encyc-card-head { display: block; }
.encyc-card-head:hover .title { color: var(--emerald-bright); }
.encyc-links { list-style: none; padding: 0; margin: 14px 0 0; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 12px; display: flex; flex-direction: column; gap: 8px; }
.encyc-links a { font-size: 13px; color: var(--emerald-bright); line-height: 1.45; display: block; }
.encyc-links a:hover { color: #5eead4; }
.encyc-card .cat { font-family: var(--font-mono); font-size: 11.5px; font-weight: 700; color: var(--emerald-bright); text-transform: uppercase; letter-spacing: 0.04em; }
.encyc-card .title { font-size: 15.5px; font-weight: 700; color: var(--dark-ink); transition: color 0.15s ease; }
.encyc-card .snippet { font-size: 13.5px; color: var(--dark-slate); margin-top: 6px; line-height: 1.5; }

/* ---------- Honesty differentiator ---------- */
.honesty { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
@media (max-width: 800px) { .honesty { grid-template-columns: 1fr; } }
.honesty-copy h2 { font-size: clamp(26px, 3.2vw, 34px); font-weight: 700; line-height: 1.2; margin-bottom: 18px; }
.honesty-copy p { color: var(--slate); font-size: 17px; line-height: 1.65; }
.honesty-copy p + p { margin-top: 14px; }
.forecast-card { background: white; border-radius: 18px; box-shadow: var(--shadow-panel); border: 1px solid var(--border); padding: 22px 22px 18px; }
.forecast-chart { width: 100%; height: auto; display: block; }
.forecast-badge { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; font-size: 12.5px; font-weight: 700; color: var(--emerald-deep); background: var(--emerald-tint); border-radius: 999px; padding: 7px 14px; }
.honesty-card { background: white; border-radius: 18px; box-shadow: var(--shadow-panel); border: 1px solid var(--border); padding: 26px; }
.honesty-row { display: flex; align-items: flex-start; gap: 12px; padding: 14px 0; }
.honesty-row + .honesty-row { border-top: 1px solid var(--border); }
.honesty-tag { flex-shrink: 0; font-size: 11px; font-weight: 700; padding: 4px 9px; border-radius: 999px; text-transform: uppercase; letter-spacing: 0.03em; margin-top: 2px; }
.honesty-tag.cited { background: var(--emerald-tint); color: var(--emerald-deep); }
.honesty-tag.estimate { background: #f1f5f9; color: var(--slate); }
.honesty-row-text b { display: block; font-size: 15px; color: var(--ink); margin-bottom: 2px; }
.honesty-row-text span { font-size: 14px; color: var(--slate); }

/* ---------- Social proof (reserved slot, minimal for now) ---------- */
.proof-slot { text-align: center; }
.proof-slot p { color: var(--slate-light); font-size: 15px; font-family: var(--font-mono); }

/* ---------- Pricing teaser ---------- */
.pricing-teaser-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 900px; margin: 0 auto; align-items: stretch; }
@media (max-width: 800px) { .pricing-teaser-row { grid-template-columns: 1fr; max-width: 420px; } }
.pricing-teaser-card { background: white; border-radius: 20px; box-shadow: var(--shadow-lifted); padding: 32px 28px; text-align: center; border: 1px solid var(--border); display: flex; flex-direction: column; }
.pricing-teaser-card.pricing-teaser-featured { border: 2px solid var(--emerald); box-shadow: 0 20px 50px -20px var(--emerald-glow); }
.pricing-teaser-amount { font-family: var(--font-mono); font-size: 40px; font-weight: 700; color: var(--ink); margin-top: 10px; line-height: 1.1; }
.pricing-teaser-amount span { font-size: 15px; font-weight: 500; color: var(--slate); font-family: var(--font-body); }
.pricing-teaser-note { font-size: 13.5px; color: var(--slate-light); margin-top: 18px; }
.pricing-teaser-link { display: block; margin-top: 16px; font-size: 14.5px; font-weight: 600; color: var(--emerald); }

/* ---------- Final CTA (dark bookend) ---------- */
.final-cta { padding: var(--sec-y) 0; text-align: center; }
.final-cta-inner { max-width: 640px; margin: 0 auto; }
.final-cta h2 { font-size: clamp(30px, 3.8vw, 44px); font-weight: 700; line-height: 1.12; margin-bottom: 18px; color: var(--dark-ink); }
.final-cta p { color: var(--dark-slate); font-size: 18px; margin-bottom: 34px; }

/* ---------- Methodology: hero split + 3 summary boxes ---------- */
.method-hero { display: grid; grid-template-columns: 1.5fr 1fr; gap: 56px; align-items: center; }
@media (max-width: 980px) { .method-hero { grid-template-columns: 1fr; gap: 40px; } .method-hero-visual { order: -1; } }
.method-hero-copy h1 { margin-top: 18px; }
.method-hero-copy p { max-width: 640px; margin-top: 18px; }

.summary-boxes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
@media (max-width: 900px) { .summary-boxes { grid-template-columns: 1fr; } }
.summary-box { background: var(--dark-panel); border: 1px solid var(--dark-panel-border); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; }
.summary-box-num { width: 30px; height: 30px; border-radius: 999px; background: rgba(20,185,129,0.14); border: 1px solid rgba(20,185,129,0.3); color: var(--emerald-bright); font-family: var(--font-mono); font-size: 13.5px; font-weight: 700; display: grid; place-items: center; margin-bottom: 16px; }
.summary-box h2 { font-size: 18px; font-weight: 700; color: var(--dark-ink); line-height: 1.3; margin-bottom: 10px; }
.summary-box p { color: var(--dark-slate); font-size: 15px; line-height: 1.6; }
.summary-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.summary-chip { font-size: 12.5px; color: var(--dark-slate); background: rgba(255,255,255,0.05); border: 1px solid var(--dark-panel-border); border-radius: 999px; padding: 6px 11px; }
.summary-chip b { color: var(--dark-ink); font-weight: 700; }
.summary-chip i { font-style: normal; color: var(--emerald-bright); margin: 0 2px; }
.summary-box-foot { color: var(--dark-slate-dim) !important; font-size: 13.5px !important; margin-top: 14px; }
.summary-box-link { margin-top: auto; padding-top: 18px; font-family: var(--font-mono); font-size: 13.5px; font-weight: 700; color: var(--emerald-bright); }

/* ---------- Methodology: the 6 domain pillars (inside doc section 02) ---------- */
.pillar-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 24px 0 0; }
@media (max-width: 760px) { .pillar-grid { grid-template-columns: 1fr; } }
.pillar-card { background: var(--paper-panel); border: 1px solid var(--border); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; }
.pillar-lead { border-color: rgba(20,185,129,0.45); }
.pillar-head { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 14px; }
.pillar-head h3 { font-size: 18px; font-weight: 700; }
.pillar-tag { font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--emerald-deep); background: var(--emerald-tint); border-radius: 999px; padding: 4px 10px; }
.pillar-tag-quiet { color: var(--slate); background: var(--paper-alt); }
.pillar-markers { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.pillar-markers span { font-family: var(--font-mono); font-size: 12px; color: var(--slate); background: var(--paper-alt); border: 1px solid var(--border); border-radius: 6px; padding: 4px 8px; }
.pillar-card p { color: var(--slate); font-size: 15px; line-height: 1.6; margin-top: auto; }
.pillar-note { margin: 20px 0 0; font-size: 14.5px; line-height: 1.6; color: var(--slate-light); }
.pillar-note a { color: var(--emerald); font-weight: 600; }



/* ---------- Tracking mode cards (app page) ---------- */
.precision-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 24px 0 0; }
@media (max-width: 860px) { .precision-grid { grid-template-columns: 1fr; } }
.precision-card { background: var(--paper-panel); border: 1px solid var(--border); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; }
.precision-card:last-child { border-color: rgba(20,185,129,0.45); }
.precision-label { font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--slate-light); }
.precision-mode { font-size: 18px; font-weight: 700; color: var(--ink); margin: 8px 0 12px; }
.precision-card p { color: var(--slate); font-size: 15px; line-height: 1.6; margin: 0; }
.precision-note { margin-top: 22px; font-size: 15px; line-height: 1.65; color: var(--slate); background: var(--paper-alt); border-radius: 14px; padding: 18px 22px; }
.precision-note b { color: var(--ink); }

/* ---------- Split hero: copy left, phone right ---------- */
.hero-split { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,0.95fr);
  gap: 52px; align-items: center; text-align: left; }
.hero-split .hero-copy { text-align: left; max-width: 620px; margin: 0; }
.hero-split .hero-eyebrow-wrap { display: flex; justify-content: flex-start; }
.hero-split h1, .hero-split .hero-sub, .hero-split .hero-ctas-note { text-align: left; margin-left: 0; }
.hero-split .hero-sub { max-width: 560px; }
.hero-split .hero-ctas { justify-content: flex-start; }
.hero-visual { display: flex; justify-content: flex-end; align-items: flex-end; }
/* two phones: the plan screen sits behind and to the left, half covered by the front */
.hero-phones { position: relative; width: min(370px, 100%); }
.hero-phone-lg { position: relative; z-index: 2; width: 100%; height: auto; display: block;
  border-radius: 26px; box-shadow: 0 40px 90px -28px rgba(0,0,0,0.7); margin-bottom: -158px; }
.hero-phone-back { position: absolute; z-index: 1; width: 88%; height: auto;
  left: -44%; top: 84px; border-radius: 24px;
  box-shadow: 0 34px 70px -26px rgba(0,0,0,0.65); }
.dark-surface:has(.hero-split) { overflow-x: clip; overflow-y: visible; }
.dark-surface:has(.hero-split) + .section { padding-top: var(--sec-y); background: var(--paper);
  position: relative; z-index: 2; }
/* the back phone collides with the headline only while the layout is still
   two columns; once it stacks there is room for it again */
@media (min-width: 941px) and (max-width: 1160px) { .hero-phone-back { display: none; } }
@media (max-width: 940px) {
  .hero-split { grid-template-columns: 1fr; gap: 34px; text-align: center; }
  .hero-split .hero-copy { text-align: center; margin: 0 auto; }
  .hero-split .hero-eyebrow-wrap { justify-content: center; }
  .hero-split h1, .hero-split .hero-sub, .hero-split .hero-ctas-note { text-align: center; margin-left: auto; margin-right: auto; }
  .hero-split .hero-ctas { justify-content: center; }
  /* stacked: keep both phones, nudged right so the back one stays on screen */
  .hero-visual { justify-content: flex-end; padding-right: 6px; }
  .hero-phones { width: min(300px, 58vw); }
  .hero-phone-lg { margin-bottom: -110px; }
  .hero-phone-back { display: block; width: 88%; left: -44%; top: 58px; border-radius: 20px; }
  .dark-surface:has(.hero-split) + .section { padding-top: var(--sec-y); }
}

/* App page: feature boxes, six per section */
.feat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 20px; max-width: 1100px; margin: 0 auto; }
.feat-card { background: var(--paper-panel); border: 1px solid var(--border); border-radius: 16px;
  padding: 26px 28px; }
.feat-card h3 { font-size: 18px; font-weight: 700; color: var(--ink); margin: 0 0 10px; line-height: 1.35; }
.feat-card p { font-size: 15px; line-height: 1.65; color: var(--slate); margin: 0; }
.feat-card a { color: var(--emerald-deep); font-weight: 600; }
.feat-card a:hover { text-decoration: underline; }
@media (max-width: 700px) { .feat-card { padding: 22px 20px; } }
.section-head p a { color: var(--emerald-deep); font-weight: 600; }
.section-head p a:hover { text-decoration: underline; }

/* App page: habit chips, quieter than .eyebrow-mono at fourteen of them */
.chip-grid { display: flex; flex-wrap: wrap; gap: 8px; max-width: 1100px; margin: 0 auto 28px; justify-content: center; }
.chip { font-family: var(--font-mono); font-size: 12.5px; color: var(--slate);
  background: var(--paper-panel); border: 1px solid var(--border); border-radius: 999px; padding: 7px 14px; }

/* App page: twelve-week load diagram */
/* 56px below matches the .section-head margin above, so the graph sits evenly. */
.load-figure { max-width: 780px; margin: 0 auto 56px; }
.load-svg { width: 100%; height: auto; display: block; }
.load-figure figcaption { font-size: 13.5px; line-height: 1.6; color: var(--slate);
  margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--border); }

/* App page: tracking-depth matrix */
.depth-table { width: 100%; max-width: 780px; margin: 0 auto 22px; border-collapse: collapse; }
.depth-table caption { caption-side: top; text-align: left; font-size: 13px; color: var(--slate-light); padding-bottom: 12px; }
.depth-table th, .depth-table td { border-bottom: 1px solid var(--border); padding: 13px 12px; text-align: center; }
.depth-table thead th { font-size: 14.5px; color: var(--ink); }
.depth-table thead th span { display: block; font-family: var(--font-mono); font-size: 11px;
  font-weight: 500; color: var(--slate-light); text-transform: uppercase; letter-spacing: 0.03em; margin-top: 3px; }
.depth-table th[scope="row"] { text-align: left; font-size: 15px; font-weight: 600; color: var(--ink); }
.depth-table .tick { color: var(--emerald-deep); font-size: 18px; font-weight: 700; }
.depth-table .cell-off { color: var(--slate-light); }
.depth-note { max-width: 780px; margin: 0 auto 18px; font-size: 14.5px; line-height: 1.65; color: var(--slate); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
@media (max-width: 620px) {
  .depth-table th, .depth-table td { padding: 10px 6px; font-size: 13.5px; }
  .depth-table th[scope="row"] { font-size: 13.5px; }
}

.cta-price { font-size: 15px; color: var(--dark-slate); margin-top: 10px; }
.cta-price a { color: var(--emerald-bright); font-weight: 600; }
.mid-cta-note { font-family: var(--font-mono); font-size: 12.5px; color: var(--slate-light); }

/* Honest-limits band sits on .dark-surface, so its type and cards must invert. */
.dark-surface .section-head h2 { color: var(--dark-ink); }
.dark-surface .section-head p { color: var(--dark-slate); }
.dark-surface .pillar-card { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.10); }
.dark-surface .pillar-card h3 { color: var(--dark-ink); }
.dark-surface .pillar-card p { color: var(--dark-slate); }
.dark-surface .pillar-card a { color: var(--emerald-bright); font-weight: 600; }
/* CTA moved inside the band, centred under the cards */
.limits-cta { max-width: 620px; margin: 36px auto 0; text-align: center; }
.limits-cta p { font-size: 17px; line-height: 1.6; color: var(--dark-ink); margin: 0 0 18px; }
.limits-cta .mid-cta-note { display: block; margin-top: 12px; color: var(--dark-slate-dim); }

/* Section-level help link, sits at the end of a feature section */
.section-help-link { text-align: center; margin: 36px 0 0; font-size: 15px; }
.section-help-link a { color: var(--emerald); font-weight: 600; }
.section-help-link a:hover { text-decoration: underline; }

/* ---- Hero phones. Centred against the copy column, sitting wholly inside the
   hero: the full device including its nav bar is visible, so there is nothing
   to hide behind the next section. ---- */
.hero-shot { display: block; width: 100%; height: auto; }
.hero-split:has(.hero-shot) { align-items: center; }
.hero-visual:has(.hero-shot) { justify-content: center; align-items: center; }
.hero-phones:has(.hero-shot) { width: min(520px, 100%); }
@media (max-width: 940px) { .hero-phones:has(.hero-shot) { width: min(420px, 84vw); } }

/* The three-step summary sits inside the dark page header. It carries the
   header's own bottom spacing, so the header padding is not doubled up. */
.summary-section { padding-top: 8px; padding-bottom: var(--sec-y); }


/* Prose blocks in the copy-led sections: heading, one paragraph carrying the
   argument, then bullets carrying the specifics. */
.hp-prose { max-width: 680px; margin: 0 auto; }
.hp-prose p { font-size: 16.5px; line-height: 1.65; color: var(--slate); margin: 0 0 16px; }
.hp-prose .screen-list { list-style: none; padding: 0; margin: 20px 0 0;
  display: flex; flex-direction: column; gap: 14px; }
.hp-prose .screen-list li { position: relative; padding-left: 26px; font-size: 16px;
  line-height: 1.6; color: var(--slate); }
.hp-prose .screen-list li::before { content: ""; position: absolute; left: 4px; top: 9px;
  width: 7px; height: 7px; border-radius: 50%; background: var(--emerald); }
.hp-prose .screen-list b { color: var(--ink); font-weight: 600; }
.hp-prose .step-link { display: inline-block; margin-top: 20px; }
