:root {
  --paper: #f7f8fb;
  --paper-2: #fbfcfe;
  --ink: #0f1526;
  --ink-soft: #46506a;
  --ink-faint: #8a91a6;
  --indigo: #3e5ee8;
  --indigo-deep: #2f4cd0;
  --indigo-soft: #e8edfc;
  --navy: #0e1b46;
  --navy-text: #eef1fb;
  --navy-muted: #aab4d9;
  --amber: #b3760f;
  --amber-bright: #e8a23d;
  --amber-soft: rgba(232, 162, 61, 0.16);
  --line: #e4e7f0;
  --card-shadow: 0 8px 30px rgba(15, 21, 38, 0.07);
  --radius: 14px;
  --font-head: "Space Grotesk", sans-serif;
  --font-body: "Inter", sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: var(--paper);
  background-image:
    linear-gradient(rgba(15, 21, 38, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 21, 38, 0.035) 1px, transparent 1px);
  background-size: 40px 40px;
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3 { font-family: var(--font-head); line-height: 1.15; letter-spacing: -0.01em; font-weight: 600; }
h1 { font-size: clamp(2.4rem, 5.4vw, 3.9rem); margin: 18px 0 22px; font-weight: 700; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); margin: 14px 0 16px; }
h3 { font-size: 1.12rem; margin-bottom: 8px; }

section { padding: 88px 0; }

.kicker {
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--indigo);
}
.kicker.light { color: var(--navy-muted); }

.lede { font-size: 1.2rem; color: var(--ink-soft); max-width: 640px; }
.section-lede { font-size: 1.08rem; color: var(--ink-soft); max-width: 680px; margin-bottom: 40px; }
.section-lede.light { color: var(--navy-muted); }

.chip {
  display: inline-block;
  background: linear-gradient(90deg, #7fb7f7, #3e5ee8);
  color: #fff;
  border-radius: 10px; padding: 0.04em 0.2em;
  text-shadow: 0 1px 2px rgba(15, 21, 38, 0.18);
  box-decoration-break: clone; -webkit-box-decoration-break: clone;
}
.chip-alt { background: linear-gradient(90deg, #9fc5fa, #5a7cee); }

.btn {
  display: inline-block; background: var(--ink); color: #fff;
  font-weight: 600; font-size: 1rem; border: none; border-radius: 10px;
  padding: 14px 26px; cursor: pointer; text-decoration: none;
  box-shadow: 0 0 0 1px rgba(15, 21, 38, 0.06);
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
.btn:hover { background: #1b2338; transform: translateY(-1px); box-shadow: 0 8px 24px rgba(15, 21, 38, 0.22); }
.btn:active { transform: translateY(0); }
.btn-small { padding: 10px 18px; font-size: 0.92rem; }
.btn-light { background: #fff; color: var(--ink); box-shadow: none; }
.btn-light:hover { background: #f1f3fb; color: var(--ink); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28); }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 248, 251, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 28px; height: 66px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.brand-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 9px;
  background: var(--navy); color: #fff; font-weight: 700; font-size: 0.82rem;
  font-family: var(--font-head); letter-spacing: 0.02em;
}
.brand-name { font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; letter-spacing: -0.01em; }
.site-nav { display: flex; gap: 24px; margin-left: auto; }
.site-nav a { color: var(--ink-soft); text-decoration: none; font-size: 0.95rem; font-weight: 500; }
.site-nav a:hover { color: var(--ink); }

.hero {
  padding: 110px 0 90px;
  background: radial-gradient(60% 45% at 50% 0%, rgba(62, 94, 232, 0.12), transparent 70%);
}
.hero .lede { margin-bottom: 34px; }

.waitlist-form .form-row { display: flex; gap: 10px; max-width: 480px; flex-wrap: wrap; }
.waitlist-form input[type="email"] {
  flex: 1; min-width: 220px; padding: 14px 16px;
  border: 1px solid var(--line); border-radius: 10px;
  font-size: 1rem; font-family: inherit; background: #fff; color: var(--ink);
}
.waitlist-form input[type="email"]::placeholder { color: var(--ink-faint); }
.waitlist-form input[type="email"]:focus { outline: 2px solid var(--indigo); outline-offset: 1px; border-color: transparent; }
.form-note { margin-top: 12px; font-size: 0.85rem; color: var(--ink-faint); }
.hp { position: absolute; left: -9999px; top: -9999px; height: 0; overflow: hidden; }
.form-success {
  margin-top: 16px; padding: 16px 20px; max-width: 480px;
  background: var(--indigo-soft); border: 1px solid rgba(62, 94, 232, 0.2);
  border-radius: 10px; color: var(--indigo-deep); font-weight: 600;
}
.form-success strong { color: var(--indigo-deep); }
.waitlist-form.on-navy input[type="email"] {
  background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.18); color: var(--navy-text);
}
.waitlist-form.on-navy input[type="email"]::placeholder { color: var(--navy-muted); }
.waitlist-form.on-navy .form-success { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.2); color: #fff; }
.waitlist-form.on-navy .form-success strong { color: #fff; }
.waitlist-form.on-navy .form-row { margin: 0 auto; }
.cta-band .waitlist-form .form-row, .cta-band .form-success { margin-left: auto; margin-right: auto; }

.hero-points { list-style: none; margin-top: 40px; display: flex; gap: 34px; flex-wrap: wrap; }
.hero-points li {
  font-size: 0.95rem; color: var(--ink-soft); max-width: 260px;
  padding-left: 16px; border-left: 3px solid var(--indigo);
}
.hero-points strong { color: var(--ink); display: block; }

.card-grid { display: grid; gap: 20px; }
.card-grid.four { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.card-grid.three { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.card-grid.two { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }

.card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 26px;
  box-shadow: var(--card-shadow);
  display: flex; flex-direction: column;
}
.card p { font-size: 0.96rem; color: var(--ink-soft); }
.card .fix { margin-top: auto; padding-top: 14px; border-top: 1px dashed var(--line); font-size: 0.92rem; }
.card .fix strong { color: var(--indigo); }

.mock {
  background: #fff; border: 1px solid var(--line);
  border-radius: 16px; box-shadow: var(--card-shadow); overflow: hidden;
}
.mock-bar {
  display: flex; align-items: center; gap: 7px;
  padding: 12px 18px; border-bottom: 1px solid var(--line);
  background: var(--paper-2);
}
.dot { width: 10px; height: 10px; border-radius: 50%; background: var(--line); }
.mock-title { margin-left: 10px; font-size: 0.82rem; color: var(--ink-faint); font-weight: 600; }

.funnel-mock { max-width: 780px; }
.funnel-rows { padding: 26px 26px 10px; }
.funnel-row { display: grid; grid-template-columns: 90px 1fr 130px; align-items: center; gap: 16px; margin-bottom: 18px; }
.funnel-label { font-weight: 600; font-size: 0.92rem; color: var(--ink-soft); }
.funnel-track { height: 26px; background: var(--indigo-soft); border-radius: 7px; overflow: hidden; }
.funnel-fill {
  height: 100%; width: var(--w);
  background: linear-gradient(90deg, var(--indigo) 0%, #7fb7f7 100%);
  border-radius: 7px 0 0 7px;
}
.funnel-val { font-weight: 700; font-size: 0.95rem; }
.funnel-val em { font-style: normal; font-weight: 500; color: var(--ink-faint); font-size: 0.85rem; margin-left: 6px; }
.funnel-foot { padding: 14px 26px 22px; font-size: 0.85rem; color: var(--ink-faint); border-top: 1px dashed var(--line); }

.board-mock { max-width: 860px; }
.metric-toggles { display: flex; gap: 8px; padding: 18px 22px 0; flex-wrap: wrap; }
.toggle {
  border: 1px solid var(--line); background: #fff; color: var(--ink-soft);
  font-family: inherit; font-size: 0.88rem; font-weight: 600;
  padding: 8px 16px; border-radius: 999px; cursor: pointer;
  transition: all 0.15s ease;
}
.toggle:hover { border-color: var(--indigo); color: var(--indigo); }
.toggle.active { background: var(--indigo); border-color: var(--indigo); color: #fff; }

.podium { display: flex; align-items: flex-end; justify-content: center; gap: 18px; padding: 34px 22px 8px; }
.podium-slot { display: flex; flex-direction: column; align-items: center; width: 180px; }
.podium-person {
  background: var(--paper-2); border: 1px solid var(--line); border-radius: 12px;
  width: 100%; padding: 14px 14px 12px; text-align: center; margin-bottom: 10px;
}
.podium-crown {
  display: inline-block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--amber);
  background: var(--amber-soft); border-radius: 999px; padding: 3px 10px; margin-bottom: 8px;
}
.podium-name { display: block; font-weight: 700; font-size: 1rem; }
.podium-val { display: block; font-family: var(--font-head); font-weight: 700; font-size: 1.35rem; color: var(--indigo); letter-spacing: -0.01em; }
.spark { width: 100%; height: 28px; margin-top: 8px; }
.spark polyline { fill: none; stroke: var(--indigo); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.podium-block {
  width: 100%; border-radius: 10px 10px 0 0; display: flex; align-items: flex-start; justify-content: center;
  color: rgba(255, 255, 255, 0.9); font-family: var(--font-head); font-weight: 700; font-size: 1.3rem; padding-top: 12px;
}
.block-1 { height: 96px; background: linear-gradient(180deg, #3e5ee8 0%, #2f4cd0 100%); }
.block-2 { height: 64px; background: linear-gradient(180deg, #7fb7f7 0%, #5b80ee 100%); }
.block-3 { height: 48px; background: linear-gradient(180deg, #b9cdf9 0%, #93aef4 100%); }

.board-table-wrap { padding: 18px 22px 24px; overflow-x: auto; }
.board-table { width: 100%; border-collapse: collapse; font-size: 0.93rem; }
.board-table th {
  text-align: left; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--ink-faint); font-weight: 700; padding: 10px 12px; border-bottom: 1px solid var(--line);
}
.board-table td { padding: 11px 12px; border-bottom: 1px solid rgba(15, 21, 38, 0.06); }
.board-table tr:last-child td { border-bottom: none; }
.board-table .spark { width: 96px; height: 24px; margin-top: 0; }
.vs-goal { font-weight: 600; }
.vs-goal.up { color: var(--indigo); }
.vs-goal.down { color: var(--amber); }

.goal-card { padding: 26px; }
.goal-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.goal-who { font-weight: 700; font-size: 0.95rem; }
.goal-badge { font-size: 0.75rem; font-weight: 700; padding: 4px 12px; border-radius: 999px; }
.goal-badge.onpace { background: var(--indigo-soft); color: var(--indigo-deep); }
.goal-badge.behind { background: var(--amber-soft); color: var(--amber); }
.goal-main { display: flex; align-items: baseline; gap: 10px; margin-bottom: 14px; }
.goal-num { font-family: var(--font-head); font-size: 2.1rem; font-weight: 700; letter-spacing: -0.02em; }
.goal-num em { font-style: normal; color: var(--ink-faint); font-size: 1.3rem; font-weight: 600; }
.goal-what { color: var(--ink-soft); font-size: 0.95rem; }
.pace-track { position: relative; height: 12px; background: var(--indigo-soft); border-radius: 999px; margin-bottom: 6px; }
.pace-fill { height: 100%; width: var(--w); background: linear-gradient(90deg, var(--indigo), #7fb7f7); border-radius: 999px; }
.pace-fill.behind-fill { background: linear-gradient(90deg, #e8a23d, #f0c685); }
.pace-expected {
  position: absolute; top: -4px; left: var(--x); width: 2px; height: 20px;
  background: var(--ink); opacity: 0.55;
}
.pace-labels { display: flex; justify-content: space-between; font-size: 0.78rem; color: var(--ink-faint); margin-bottom: 18px; }
.gate-list { list-style: none; }
.gate { font-size: 0.9rem; color: var(--ink-soft); padding: 8px 0 8px 26px; position: relative; border-top: 1px dashed var(--line); }
.gate::before {
  content: ""; position: absolute; left: 2px; top: 12px;
  width: 12px; height: 12px; border-radius: 50%;
}
.gate.pass::before { background: var(--indigo); }
.gate.warn::before { background: var(--amber-bright); }
.gate.fail::before { background: var(--amber); }

.review-mock { max-width: 920px; }
.review-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.review-col { padding: 26px; }
.review-col + .review-col { border-left: 1px solid var(--line); }
.review-h { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-faint); margin-bottom: 14px; }
.review-h.up { color: var(--indigo); }
.review-h.down { color: var(--amber); }
.review-person { margin-bottom: 26px; }
.review-person p { font-size: 0.93rem; color: var(--ink-soft); margin: 6px 0 10px; }
.evidence {
  display: inline-block; font-size: 0.78rem; font-weight: 600;
  color: var(--indigo-deep); background: var(--indigo-soft);
  padding: 3px 10px; border-radius: 6px; margin-right: 6px; margin-bottom: 6px;
}
.plan-list { padding-left: 20px; }
.plan-list li { font-size: 0.93rem; color: var(--ink-soft); margin-bottom: 14px; }
.plan-list strong { color: var(--ink); }

.persona { display: flex; flex-direction: column; }
.persona-tag {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--amber); background: var(--amber-soft);
  padding: 4px 10px; border-radius: 6px; display: inline-block; align-self: flex-start; margin-bottom: 14px;
}
.persona-foot { margin-top: auto; padding-top: 16px; font-size: 0.85rem; color: var(--ink-faint); border-top: 1px dashed var(--line); margin-top: 16px; }

.practice-mock { max-width: 780px; margin-top: 22px; }
.score-rows { padding: 18px 26px; }
.score-row {
  display: grid; grid-template-columns: 80px 1fr auto; gap: 14px; align-items: center;
  padding: 12px 0; border-bottom: 1px solid rgba(15, 21, 38, 0.06);
}
.score-row:last-child { border-bottom: none; }
.score-check { font-size: 0.78rem; font-weight: 700; padding: 4px 10px; border-radius: 6px; text-align: center; }
.score-check.pass { background: var(--indigo-soft); color: var(--indigo-deep); }
.score-check.partial { background: var(--amber-soft); color: var(--amber); }
.score-check.missed { background: rgba(232, 162, 61, 0.28); color: #8a5a0b; }
.score-name { font-size: 0.95rem; font-weight: 500; }

.number-card .num-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.num { font-family: var(--font-head); font-weight: 700; font-size: 1.15rem; letter-spacing: 0.04em; }
.health { font-size: 0.75rem; font-weight: 700; padding: 4px 12px; border-radius: 999px; }
.health.ok { background: var(--indigo-soft); color: var(--indigo-deep); }
.health.watch { background: var(--amber-soft); color: var(--amber); }
.health.rest { background: #eef1f7; color: var(--ink-soft); }

.navy { background: var(--navy); color: var(--navy-text); }
.navy h2, .navy h3 { color: var(--navy-text); }
.navy .section-lede { color: var(--navy-muted); }

.acc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; margin-top: 44px; }
.acc-item { border-top: 2px solid var(--indigo); padding-top: 20px; }
.acc-item p { font-size: 0.95rem; color: var(--navy-muted); }

.tailored-h { font-size: clamp(2rem, 4.4vw, 3.1rem); }
.tailored-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px; margin-top: 20px; }
.tailored-col h3 {
  font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--indigo); margin-bottom: 18px; padding-bottom: 12px; border-bottom: 2px solid var(--indigo);
  display: inline-block; font-family: var(--font-body); font-weight: 700;
}
.tailored-col ul { list-style: none; }
.tailored-col li { margin-bottom: 20px; color: var(--ink-soft); font-size: 0.99rem; padding-left: 18px; border-left: 3px solid var(--indigo-soft); }
.tailored-col li strong { color: var(--ink); }

.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 26px; margin-top: 44px; }
.step {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; box-shadow: var(--card-shadow); position: relative;
}
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--navy); color: #fff; font-family: var(--font-head); font-weight: 700; margin-bottom: 18px;
}
.step p { font-size: 0.95rem; color: var(--ink-soft); }

.cta-band { text-align: center; }
.cta-band h2 { color: var(--navy-text); }
.cta-band .section-lede { margin-left: auto; margin-right: auto; margin-bottom: 34px; }

.site-footer { border-top: 1px solid var(--line); padding: 34px 0; background: var(--paper-2); }
.footer-inner { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-size: 0.86rem; color: var(--ink-faint); }

@media (max-width: 760px) {
  .site-nav { display: none; }
  section { padding: 64px 0; }
  .hero { padding: 72px 0 64px; }
  .review-cols { grid-template-columns: 1fr; }
  .review-col + .review-col { border-left: none; border-top: 1px solid var(--line); }
  .podium-slot { width: 32%; }
  .funnel-row { grid-template-columns: 70px 1fr 96px; gap: 10px; }
}

/* ------------------------------------------------------------------ */
/* /sprint page (sprint.html)                                            */
/* ------------------------------------------------------------------ */

.hero-cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 8px; }
.btn-ghost {
  background: #fff; color: var(--ink);
  box-shadow: inset 0 0 0 1.5px var(--line);
}
.btn-ghost:hover { background: #fff; color: var(--indigo-deep); box-shadow: inset 0 0 0 1.5px var(--indigo); }
.offer-hero .hero-points { margin-top: 46px; }

.offer-funnel { margin-top: 44px; }

/* Leak estimator */
.est-mock { max-width: 100%; }
.est-body { display: grid; grid-template-columns: 5fr 6fr; gap: 0; }
.est-inputs { padding: 28px; border-right: 1px solid var(--line); }
.est-field { display: block; margin-bottom: 16px; }
.est-field span {
  display: block; font-size: 0.78rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.07em;
  color: var(--ink-faint); margin-bottom: 6px;
}
.est-field input {
  width: 100%; padding: 12px 14px;
  border: 1px solid var(--line); border-radius: 10px;
  font-size: 1.05rem; font-weight: 600; font-family: var(--font-head);
  background: var(--paper-2); color: var(--ink);
}
.est-field input:focus { outline: 2px solid var(--indigo); outline-offset: 1px; border-color: transparent; }
.est-lift { margin-top: 22px; }
.est-lift-label {
  display: block; font-size: 0.78rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.07em;
  color: var(--ink-faint); margin-bottom: 10px;
}
.est-toggles { padding: 0; }

.est-outputs { padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.est-tile {
  background: var(--paper-2); border: 1px solid var(--line);
  border-radius: 12px; padding: 18px 22px;
}
.est-tile-label {
  display: block; font-size: 0.78rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.07em; color: var(--ink-faint);
}
.est-tile-num {
  display: block; font-family: var(--font-head); font-weight: 700;
  font-size: 1.9rem; letter-spacing: -0.01em; margin: 2px 0;
}
.est-tile-sub { display: block; font-size: 0.88rem; color: var(--ink-soft); }
.est-tile-hero { background: var(--indigo-soft); border-color: rgba(62, 94, 232, 0.35); }
.est-tile-hero .est-tile-num { font-size: 2.5rem; color: var(--indigo-deep); }
.est-tile-hero .est-tile-label { color: var(--indigo-deep); }
.est-note {
  font-size: 0.9rem; color: var(--ink-soft);
  padding: 4px 4px 0; border-top: 1px dashed var(--line); padding-top: 14px;
}
.est-cta { margin-top: 30px; }

/* Offer stack */
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; }
.price-card { padding: 32px 30px; }
.price-kicker {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--indigo); margin-bottom: 10px;
}
.price-line { display: flex; align-items: baseline; gap: 10px; margin: 6px 0 18px; }
.price { font-family: var(--font-head); font-weight: 700; font-size: 2.2rem; letter-spacing: -0.02em; }
.price-term { color: var(--ink-faint); font-size: 0.95rem; font-weight: 500; }
.inc-list { list-style: none; margin-bottom: 20px; }
.inc-list li {
  position: relative; padding: 9px 0 9px 30px;
  font-size: 0.95rem; color: var(--ink-soft);
  border-top: 1px dashed var(--line);
}
.inc-list li strong { color: var(--ink); }
.inc-list li::before {
  content: "\2713"; position: absolute; left: 2px; top: 9px;
  width: 19px; height: 19px; border-radius: 50%;
  background: var(--indigo-soft); color: var(--indigo-deep);
  font-size: 0.72rem; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center;
}
.inc-baked {
  font-size: 0.88rem; color: var(--ink-soft);
  padding: 14px 16px; background: var(--paper-2);
  border: 1px dashed var(--line); border-radius: 10px; margin-bottom: 20px;
}
.price-badge {
  margin-top: auto; font-size: 0.88rem; font-weight: 700;
  color: var(--amber); background: var(--amber-soft);
  padding: 12px 16px; border-radius: 10px; text-align: center;
}
.price-badge.alt { color: var(--ink-soft); background: #eef1f7; font-weight: 600; }
.price-card-alt { border-color: rgba(62, 94, 232, 0.4); box-shadow: 0 8px 30px rgba(62, 94, 232, 0.12); }

/* Proof slots */
.proof-slot { border-style: dashed; box-shadow: none; background: var(--paper-2); }
.proof-tag {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink-faint); background: #eef1f7;
  padding: 4px 10px; border-radius: 6px; display: inline-block; align-self: flex-start; margin-bottom: 16px;
}
.proof-tag.alt { color: var(--amber); background: var(--amber-soft); }
.proof-rows { display: flex; flex-direction: column; }
.proof-row {
  display: flex; justify-content: space-between; gap: 12px;
  padding: 9px 0; border-top: 1px dashed var(--line);
  font-size: 0.88rem;
}
.proof-row span { color: var(--ink-soft); font-weight: 600; }
.proof-row em { font-style: normal; color: var(--ink-faint); text-align: right; }
.proof-open { border-style: solid; background: #fff; }
.proof-open-copy { font-size: 0.95rem; color: var(--ink-soft); margin-bottom: 16px; }
.proof-link { margin-top: auto; font-weight: 700; font-size: 0.95rem; color: var(--indigo-deep); text-decoration: none; }
.proof-link:hover { text-decoration: underline; }
.proof-foot { margin-top: 26px; font-size: 0.88rem; color: var(--ink-faint); max-width: 640px; }

/* Guarantees */
.guar-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; margin-top: 44px; }
.guar-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius); padding: 30px 28px;
}
.guar-kicker {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--amber-bright); margin-bottom: 10px;
}
.guar-card h3 { font-size: 1.35rem; margin-bottom: 14px; }
.guar-card blockquote {
  font-size: 1.02rem; line-height: 1.65; color: var(--navy-muted);
  border-left: 3px solid var(--indigo); padding-left: 16px;
}
.guar-foot { margin-top: 26px; font-size: 0.9rem; color: var(--navy-muted); }

/* FAQ */
.faq-list { max-width: 780px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  cursor: pointer; list-style: none;
  font-family: var(--font-head); font-weight: 600; font-size: 1.08rem;
  padding: 20px 40px 20px 0; position: relative;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  font-family: var(--font-head); font-weight: 600; font-size: 1.4rem; color: var(--indigo);
}
.faq-list details[open] summary::after { content: "\2212"; }
.faq-list details p { padding: 0 0 22px; color: var(--ink-soft); font-size: 0.98rem; max-width: 700px; }

/* Application form */
.apply-form { max-width: 720px; margin: 0 auto; }
.apply-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; text-align: left; }
.apply-grid input, .apply-grid select {
  padding: 14px 16px; border-radius: 10px; font-size: 1rem; font-family: inherit;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--navy-text);
}
.apply-grid input::placeholder { color: var(--navy-muted); }
.apply-grid select:invalid { color: var(--navy-muted); }
.apply-grid select option { color: var(--ink); background: #fff; }
.apply-grid input:focus, .apply-grid select:focus { outline: 2px solid var(--indigo); outline-offset: 1px; border-color: transparent; }
.apply-grid button { grid-column: 1 / -1; margin-top: 8px; }
.apply-form .form-success { margin-left: auto; margin-right: auto; background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.2); color: #fff; }
.apply-form .form-success strong { color: #fff; }

@media (max-width: 860px) {
  .est-body { grid-template-columns: 1fr; }
  .est-inputs { border-right: none; border-bottom: 1px solid var(--line); }
}
@media (max-width: 560px) {
  .apply-grid { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------------ */
/* /snapshot page (snapshot.html) + side-door links                     */
/* ------------------------------------------------------------------ */

.hero-alt-link { margin-top: 14px; font-size: 0.92rem; color: var(--ink-faint); }
.hero-alt-link a { color: var(--indigo-deep); font-weight: 600; }

.inc-list.not-list li::before {
  content: "\2715";
  background: #eef1f7; color: var(--ink-faint);
}

.faq-list details a { color: var(--indigo-deep); font-weight: 600; }
.footer-note a { color: var(--ink-soft); }

.step .price-kicker { margin-bottom: 12px; }
.step .proof-link { display: inline-block; margin-top: 6px; }
