:root {
  --navy: #071a2f;
  --navy-2: #0d2a49;
  --blue: #1f6feb;
  --blue-dark: #1459bd;
  --sky: #eaf3ff;
  --ink: #132238;
  --muted: #66758a;
  --line: #dce4ee;
  --surface: #ffffff;
  --soft: #f6f8fb;
  --success: #1f8a5b;
  --shadow: 0 24px 70px rgba(7, 26, 47, 0.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, sans-serif; color: var(--ink); background: #fff; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(220,228,238,.85); }
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: Manrope, sans-serif; font-weight: 700; letter-spacing: -.02em; }
.brand strong { color: var(--blue); }
.brand-mark { width: 34px; height: 34px; border-radius: 10px; background: var(--navy); color: white; display: inline-flex; align-items: center; justify-content: center; transform: rotate(-8deg); }
.desktop-nav { display: flex; gap: 28px; margin-left: auto; }
.desktop-nav a { color: #47566b; font-size: .95rem; font-weight: 600; }
.desktop-nav a:hover { color: var(--blue); }
.button { border: 0; border-radius: 12px; padding: 14px 22px; font-weight: 700; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-small { padding: 11px 17px; background: var(--navy); color: white; }
.button-primary { background: var(--blue); color: #fff; box-shadow: 0 10px 24px rgba(31,111,235,.23); }
.button-primary:hover { background: var(--blue-dark); }
.button-secondary { background: #edf2f7; color: var(--ink); }
.button-light { background: #fff; color: var(--navy); white-space: nowrap; }
.hero { overflow: hidden; background: radial-gradient(circle at 90% 10%, #dfeeff 0, transparent 34%), linear-gradient(180deg,#fbfdff,#f3f7fb); border-bottom: 1px solid var(--line); }
.hero-grid { min-height: 700px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 64px; padding: 80px 0; }
.eyebrow { display: inline-block; margin-bottom: 16px; color: var(--blue); font-size: .79rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.eyebrow.light { color: #94c0ff; }
h1,h2,h3 { font-family: Manrope, sans-serif; margin-top: 0; color: var(--navy); }
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(2.8rem,6vw,5.1rem); line-height: .99; letter-spacing: -.055em; }
h2 { font-size: clamp(2rem,3.4vw,3.3rem); line-height: 1.08; letter-spacing: -.04em; }
h3 { font-size: 1.22rem; }
.hero-lead { max-width: 680px; font-size: 1.2rem; line-height: 1.7; color: #4f6076; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.text-link { color: var(--navy); font-weight: 700; }
.text-link span { color: var(--blue); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 32px; color: #536277; font-size: .89rem; }
.hero-card { position: relative; padding: 28px; border: 1px solid rgba(193,207,224,.9); background: rgba(255,255,255,.85); backdrop-filter: blur(18px); border-radius: 24px; box-shadow: var(--shadow); }
.hero-card::before { content:""; position:absolute; inset:-70px -120px auto auto; width:230px; height:230px; border:1px dashed #aac8eb; border-radius:50%; opacity:.55; }
.hero-card-top { display:flex; align-items:center; gap:10px; color:var(--muted); font-size:.88rem; }
.status-dot { width:9px; height:9px; border-radius:50%; background:#2ab574; box-shadow:0 0 0 5px #e3f6ee; }
.rating-block { margin:26px 0; padding:20px; background:var(--navy); border-radius:16px; color:white; }
.rating-block span { display:block; color:#a9bfd4; font-size:.8rem; text-transform:uppercase; letter-spacing:.1em; }
.rating-block strong { display:block; margin-top:8px; font-size:1.45rem; }
.mini-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.mini-grid div { padding:15px; border:1px solid var(--line); border-radius:13px; background:#fff; }
.mini-grid span { display:block; color:var(--muted); font-size:.75rem; margin-bottom:8px; }
.mini-grid strong { font-size:.9rem; line-height:1.35; }
.route-line { display:grid; grid-template-columns:repeat(4,1fr); position:relative; margin-top:30px; }
.route-line::before { content:""; position:absolute; top:8px; left:8%; right:8%; height:2px; background:#dbe4ee; }
.route-node { position:relative; padding-top:24px; text-align:center; color:#8390a2; font-size:.72rem; }
.route-node::before { content:""; position:absolute; top:2px; left:calc(50% - 6px); width:12px; height:12px; border:3px solid white; border-radius:50%; background:#cbd6e3; box-shadow:0 0 0 1px #cbd6e3; }
.route-node.active::before { background:var(--blue); box-shadow:0 0 0 1px var(--blue); }
.route-node.active { color:var(--navy); font-weight:700; }
.section { padding: 105px 0; }
.section-heading { max-width: 710px; margin-bottom: 46px; }
.section-heading p, .about-panel p { color: var(--muted); line-height: 1.75; font-size: 1.04rem; }
.steps-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.step-card { min-height:230px; padding:28px; border:1px solid var(--line); border-radius:18px; background:var(--surface); }
.step-card > span { display:block; margin-bottom:40px; color:var(--blue); font-family:Manrope; font-weight:800; }
.step-card p { color:var(--muted); line-height:1.6; }
.section-dark { background: var(--navy); color:white; }
.section-dark h2 { color:white; }
.split-grid { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
.muted-light { color:#abc0d4; line-height:1.7; }
.deliverables { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.deliverables div { padding:18px; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.12); border-radius:12px; }
.about-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:50px; }
.about-panel, .principles-panel { padding:40px; border-radius:22px; }
.about-panel { background:var(--soft); }
.principles-panel { border:1px solid var(--line); }
.principles-panel ul { list-style:none; padding:0; margin:26px 0 0; }
.principles-panel li { padding:16px 0; border-top:1px solid var(--line); line-height:1.55; color:#526075; }
.cta-section { padding:0 0 100px; }
.cta-card { padding:46px; border-radius:24px; background:linear-gradient(135deg,var(--blue),#0a3c7b); color:white; display:flex; justify-content:space-between; align-items:center; gap:30px; }
.cta-card h2 { max-width:800px; margin-bottom:0; color:white; }
.site-footer { padding:52px 0; background:#041221; color:#9cb0c4; }
.footer-grid { display:grid; grid-template-columns:1.4fr 1fr .5fr; gap:50px; }
.footer-brand { color:white; }
.site-footer h4 { color:white; margin-top:0; }
.site-footer a { display:block; margin:8px 0; }
.modal { position:fixed; inset:0; z-index:100; display:none; overflow-y:auto; overscroll-behavior:contain; -webkit-overflow-scrolling:touch; }
.modal.open { display:block; }
.modal-backdrop { position:absolute; inset:0; background:rgba(4,18,33,.72); backdrop-filter:blur(4px); }
.modal-panel { position:relative; z-index:1; width:min(960px,calc(100% - 24px)); max-height:calc(100vh - 24px); overflow:auto; margin:12px auto; padding:32px; background:#fff; border-radius:22px; box-shadow:var(--shadow); }
.close-button { position:absolute; top:20px; right:20px; }
.icon-button { width:38px; height:38px; border:0; border-radius:10px; background:#eef2f6; cursor:pointer; font-size:1.35rem; }
.wizard-header { display:flex; justify-content:space-between; gap:30px; padding-right:48px; }
.wizard-header h2 { margin-bottom:0; font-size:2rem; }
.save-status { align-self:center; color:var(--success); font-size:.82rem; }
.progress-wrap { margin:28px 0 34px; }
.progress-meta { display:flex; justify-content:space-between; color:var(--muted); font-size:.83rem; margin-bottom:9px; }
.progress-track { height:8px; border-radius:99px; background:#e8eef5; overflow:hidden; }
.progress-bar { height:100%; width:14%; background:var(--blue); transition:width .25s ease; }
.wizard-content { min-height:410px; }
.form-step h3 { font-size:1.55rem; margin-bottom:8px; }
.step-intro { margin-top:0; color:var(--muted); }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:28px; }
.field.full { grid-column:1/-1; }
.field label, .field legend { display:block; margin-bottom:8px; color:#2f3e52; font-weight:700; font-size:.9rem; }
.field input, .field select, .field textarea { width:100%; padding:13px 14px; border:1px solid #cfd9e5; border-radius:10px; background:#fff; color:var(--ink); outline:none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color:var(--blue); box-shadow:0 0 0 3px rgba(31,111,235,.12); }
.field textarea { min-height:110px; resize:vertical; }
.options { display:grid; gap:10px; }
.options.two { grid-template-columns:1fr 1fr; }
.option { display:flex; align-items:flex-start; gap:10px; padding:13px; border:1px solid var(--line); border-radius:10px; cursor:pointer; }
.option:hover { border-color:#9fbee4; background:#f8fbff; }
.option input { width:auto; margin-top:3px; }
.upload-box { padding:30px; border:1.5px dashed #abc0d5; border-radius:14px; background:#f8fbfe; text-align:center; color:var(--muted); }
.upload-box input { margin-top:14px; }
.review-section { margin:16px 0; padding:18px; border:1px solid var(--line); border-radius:12px; }
.review-section h4 { margin:0 0 10px; color:var(--navy); }
.review-section p { margin:5px 0; color:#536277; }
.wizard-footer { display:flex; justify-content:space-between; gap:16px; padding-top:24px; border-top:1px solid var(--line); }
.success-panel { text-align:center; padding:48px 20px; }
.success-icon { width:72px; height:72px; margin:0 auto 22px; border-radius:50%; display:grid; place-items:center; background:#e4f7ef; color:var(--success); font-size:2rem; }
.prototype-note { margin-top:24px; padding:14px; border-radius:10px; background:#fff7dc; color:#785f00; font-size:.88rem; }
@media (max-width: 900px) {
  .desktop-nav { display:none; }
  .hero-grid,.split-grid,.about-grid { grid-template-columns:1fr; }
  .hero-grid { gap:40px; min-height:auto; }
  .steps-grid { grid-template-columns:1fr 1fr; }
  .hero-card { max-width:620px; }
  .footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 640px) {
  .container { width:min(100% - 24px,1160px); }
  .nav-wrap { min-height:64px; }
  .brand { font-size:.88rem; }
  .brand-mark { width:30px; height:30px; }
  .nav-wrap > .button { display:none; }
  .hero-grid { padding:58px 0; }
  h1 { font-size:2.65rem; }
  .hero-actions { align-items:flex-start; flex-direction:column; }
  .mini-grid,.deliverables,.steps-grid,.form-grid,.options.two { grid-template-columns:1fr; }
  .section { padding:76px 0; }
  .about-panel,.principles-panel { padding:26px; }
  .cta-card { padding:30px; flex-direction:column; align-items:flex-start; }
  .footer-grid { grid-template-columns:1fr; }
  .modal-panel { width:100%; min-height:100dvh; max-height:none; margin:0; border-radius:0; padding:24px 18px calc(32px + env(safe-area-inset-bottom)); overflow:visible; box-sizing:border-box; }
  .wizard-header { display:block; padding-right:38px; }
  .save-status { display:block; margin-top:10px; }
  .wizard-content { min-height:480px; }
}

/* Questionnaire refinements — v2 */
.conditional-panel {
  grid-column: 1 / -1;
  padding: 20px;
  border: 1px solid #b9cce3;
  border-radius: 14px;
  background: #f6faff;
  box-shadow: inset 4px 0 0 var(--blue);
}
.conditional-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  color: var(--navy);
}
.conditional-heading span {
  color: var(--muted);
  font-size: .8rem;
}
.conditional-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 640px) {
  .conditional-grid { grid-template-columns: 1fr; }
  .conditional-heading { flex-direction: column; gap: 4px; }
}

/* Keep paired form controls aligned when one question label wraps. */
@media (min-width: 901px) {
  .form-grid > .field:not(.full) > label,
  .conditional-grid > .field > label {
    min-height: 2.55rem;
    display: flex;
    align-items: flex-end;
  }
}


/* Founder profile — v2.3 */
.about-heading { margin-bottom: 34px; }
.founder-grid { display:grid; grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr); gap:54px; align-items:center; }
.founder-photo-card { margin:0; overflow:hidden; border:1px solid var(--line); border-radius:24px; background:var(--soft); box-shadow:0 18px 45px rgba(7,26,47,.12); }
.founder-photo-card img { display:block; width:100%; aspect-ratio:4/5; object-fit:cover; object-position:42% 46%; }
.founder-photo-card figcaption { padding:15px 18px 17px; color:#526075; font-size:.8rem; line-height:1.45; font-weight:600; }
.founder-copy { padding:12px 0; }
.founder-copy p { margin:0 0 18px; color:var(--muted); font-size:1.04rem; line-height:1.75; }
.founder-copy .founder-intro { color:var(--navy); font-size:1.18rem; line-height:1.6; }
.linkedin-link { display:inline-flex; align-items:center; gap:10px; margin-top:8px; padding:12px 16px; border:1px solid #b9cce3; border-radius:12px; color:var(--navy); background:#f7fbff; font-weight:750; transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease; }
.linkedin-link:hover { transform:translateY(-1px); border-color:var(--blue); box-shadow:0 10px 24px rgba(31,111,235,.12); }
.linkedin-icon { width:27px; height:27px; display:inline-grid; place-items:center; border-radius:6px; background:#0a66c2; color:#fff; font-size:.82rem; font-weight:800; letter-spacing:-.04em; }
.principles-wide { margin-top:42px; padding:30px 34px; }
.principles-wide ul { display:grid; grid-template-columns:repeat(4,1fr); gap:0; margin-top:18px; }
.principles-wide li { padding:14px 22px; border-top:0; border-left:1px solid var(--line); }
.principles-wide li:first-child { padding-left:0; border-left:0; }
.principles-wide li:last-child { padding-right:0; }
@media (max-width:900px) {
  .founder-grid { grid-template-columns:1fr; gap:34px; }
  .founder-photo-card { max-width:560px; }
  .principles-wide ul { grid-template-columns:1fr 1fr; }
  .principles-wide li:nth-child(3) { border-left:0; }
}
@media (max-width:640px) {
  .founder-photo-card img { aspect-ratio:1/1.08; object-position:42% 44%; }
  .founder-copy .founder-intro { font-size:1.08rem; }
  .linkedin-link { width:100%; justify-content:center; }
  .principles-wide { padding:24px; }
  .principles-wide ul { grid-template-columns:1fr; }
  .principles-wide li,.principles-wide li:nth-child(3) { padding:14px 0; border-left:0; border-top:1px solid var(--line); }
  .principles-wide li:first-child { border-top:0; }
}


/* Free snapshot and live submission — v3 */
.beta-banner { padding:9px 18px; background:#0d2a49; color:#dbeaff; text-align:center; font-size:.78rem; font-weight:700; letter-spacing:.02em; }
.button:disabled { opacity:.58; cursor:not-allowed; transform:none; box-shadow:none; }
.loading-spinner { width:54px; height:54px; margin:0 auto 24px; border:5px solid #dce9f8; border-top-color:var(--blue); border-radius:50%; animation:spin .8s linear infinite; }
@keyframes spin { to { transform:rotate(360deg); } }
.snapshot-panel { padding:4px 0 18px; }
.snapshot-kicker { color:var(--blue); font-size:.78rem; font-weight:800; text-transform:uppercase; letter-spacing:.12em; }
.snapshot-rating { margin:14px 0 18px; padding:22px 24px; border-radius:16px; background:var(--navy); color:#fff; }
.snapshot-rating span { display:block; margin-bottom:7px; color:#a9bfd4; font-size:.75rem; font-weight:700; text-transform:uppercase; letter-spacing:.1em; }
.snapshot-rating strong { display:block; font-family:Manrope,sans-serif; font-size:1.7rem; }
.snapshot-rating p { margin:10px 0 0; max-width:720px; color:#d4e1ee; font-size:.92rem; line-height:1.55; }
.submission-status { margin:14px 0; padding:12px 14px; border-radius:10px; font-size:.88rem; font-weight:700; }
.submission-status.success { background:#e5f7ef; color:#176c48; }
.submission-status.error { background:#fff0ed; color:#9a382b; }
.snapshot-disclaimer { color:var(--muted); font-size:.88rem; line-height:1.6; }
.snapshot-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin:22px 0 16px; }
.snapshot-card { padding:20px; border:1px solid var(--line); border-radius:14px; background:#fff; }
.snapshot-card h4 { margin:0 0 12px; color:var(--navy); }
.snapshot-card ul { margin:0; padding-left:20px; color:#526075; line-height:1.55; }
.snapshot-card li + li { margin-top:8px; }
.snapshot-priority { margin:16px 0; padding:20px; border-left:5px solid var(--blue); border-radius:12px; background:#f2f7fe; }
.snapshot-priority span { display:block; margin-bottom:8px; color:var(--blue); font-size:.75rem; font-weight:800; text-transform:uppercase; letter-spacing:.09em; }
.snapshot-priority strong { color:var(--navy); line-height:1.55; }
.snapshot-direction { margin-top:16px; }
.unlock-panel { display:grid; grid-template-columns:1fr auto; gap:28px; align-items:center; margin-top:24px; padding:24px; border-radius:16px; background:linear-gradient(135deg,#eef6ff,#f7faff); border:1px solid #c8dbef; }
.unlock-panel h3 { margin-bottom:8px; }
.unlock-panel p { margin:0; color:var(--muted); line-height:1.6; }
.unlock-action { min-width:205px; display:grid; gap:12px; text-align:center; }
.unlock-action strong { color:var(--navy); }
.snapshot-actions { display:flex; justify-content:center; flex-wrap:wrap; gap:12px; margin-top:24px; }
@media (max-width:640px) {
  .beta-banner { padding:8px 12px; font-size:.7rem; }
  .snapshot-grid,.unlock-panel { grid-template-columns:1fr; }
  .unlock-action { min-width:0; text-align:left; }
  .unlock-action .button { width:100%; }
}

/* Stripe sandbox checkout — v3.3 */
.test-checkout-note { color:var(--muted); font-size:.74rem; line-height:1.35; }
