:root {
  --navy: #073b69;
  --navy-dark: #032846;
  --teal: #11aeb2;
  --teal-dark: #087e84;
  --gold: #ffbd2e;
  --cream: #f7f8f2;
  --paper: #ffffff;
  --ink: #102f43;
  --muted: #5f7382;
  --line: #d9e4e5;
  --shadow: 0 24px 70px rgba(3, 40, 70, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 50; padding: .75rem 1rem; background: var(--gold); color: var(--navy-dark); font-weight: 800; border-radius: 8px; }
.skip-link:focus { top: 1rem; }

.site-header { height: 86px; max-width: 1320px; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; line-height: 1; }
.brand img { width: 49px; height: 49px; object-fit: contain; }
.brand span { display: grid; }
.brand strong { font-size: 1.35rem; letter-spacing: -.04em; color: var(--navy); }
.brand small { font-size: .62rem; margin-top: 4px; letter-spacing: .28em; color: var(--teal-dark); font-weight: 900; }
nav { display: flex; gap: 28px; margin-left: auto; }
nav a { text-decoration: none; font-size: .93rem; font-weight: 700; color: #3a5668; }
nav a:hover { color: var(--teal-dark); }
.small-cta { text-decoration: none; background: var(--navy); color: white; padding: 12px 18px; border-radius: 99px; font-weight: 800; font-size: .9rem; }

.hero { max-width: 1320px; min-height: 680px; margin: 0 auto; padding: 70px 32px 95px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--teal-dark); font-size: .77rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 3px; background: var(--gold); border-radius: 3px; }
.hero h1 { margin: 0; color: var(--navy-dark); font-size: clamp(3.4rem, 7vw, 6.4rem); letter-spacing: -.065em; line-height: .93; }
.hero h1 em { color: var(--teal-dark); font-family: Georgia, serif; font-weight: 500; }
.lede { max-width: 680px; margin: 28px 0; color: #4c6575; font-size: 1.22rem; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.primary-button { display: inline-flex; justify-content: center; align-items: center; gap: 16px; padding: 16px 21px; border-radius: 13px; text-decoration: none; background: var(--navy); color: white; font-weight: 850; box-shadow: 0 12px 28px rgba(7, 59, 105, .18); }
.primary-button span { font-size: 1.35rem; }
.text-link { color: var(--navy); font-weight: 850; text-underline-offset: 5px; }
.hero-trust { display: flex; gap: 24px; flex-wrap: wrap; padding: 0; margin: 28px 0 0; list-style: none; color: #526b79; font-size: .83rem; font-weight: 750; }
.hero-trust li::before { content: "✓"; margin-right: 7px; color: var(--teal-dark); font-weight: 950; }
.hero-visual { min-height: 540px; position: relative; display: grid; place-items: center; }
.hero-visual > img { width: min(85%, 480px); position: relative; z-index: 2; filter: drop-shadow(0 30px 36px rgba(2, 42, 72, .18)); }
.glow { position: absolute; width: 88%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255,189,46,.28), rgba(17,174,178,.12) 42%, transparent 70%); }
.floating-card { position: absolute; z-index: 3; display: grid; grid-template-columns: 35px auto; grid-template-rows: auto auto; column-gap: 10px; min-width: 190px; padding: 13px 16px; background: rgba(255,255,255,.94); border: 1px solid rgba(7,59,105,.09); border-radius: 14px; box-shadow: 0 14px 35px rgba(3,40,70,.14); }
.floating-card span { grid-row: 1 / 3; align-self: center; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--gold); color: var(--navy-dark); font-weight: 950; }
.floating-card strong { font-size: .86rem; color: var(--navy-dark); }
.floating-card small { font-size: .72rem; color: var(--muted); }
.card-one { top: 10%; left: -3%; }.card-two { top: 44%; right: -2%; }.card-three { bottom: 4%; left: 2%; }

.coach-section { padding: 105px 32px; background: var(--navy-dark); color: white; }
.section-heading { max-width: 860px; margin: 0 auto 42px; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading h2 { margin: 0 0 16px; color: var(--navy-dark); font-size: clamp(2.25rem, 5vw, 4rem); letter-spacing: -.05em; line-height: 1.02; }
.section-heading > p:last-child { margin: 0 auto; max-width: 680px; color: var(--muted); font-size: 1.08rem; }
.coach-section .section-heading h2 { color: white; }
.coach-section .section-heading > p:last-child { color: #b9d0dc; }
.coach-shell { max-width: 1080px; margin: auto; overflow: hidden; background: var(--paper); color: var(--ink); border-radius: 30px; box-shadow: 0 35px 90px rgba(0,0,0,.25); }
.stepper { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.stepper div { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 20px 12px; color: #788b95; font-weight: 800; font-size: .88rem; }
.stepper b { display: grid; place-items: center; width: 28px; height: 28px; border: 2px solid #b7c5ca; border-radius: 50%; }
.stepper .active { color: var(--navy); box-shadow: inset 0 -4px var(--gold); }
.stepper .active b { border-color: var(--teal); background: var(--teal); color: white; }
.coach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; padding: 40px; }
.upload-zone { min-height: 330px; display: grid; place-items: center; align-content: center; padding: 22px; text-align: center; border: 2px dashed #9cc7ca; border-radius: 18px; background: #f2fbfa; overflow: hidden; }
.upload-zone.dragging { border-color: var(--teal-dark); background: #e5f8f6; }
.upload-zone input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.upload-icon { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 13px; border-radius: 50%; background: white; color: var(--teal-dark); font-size: 2.3rem; font-weight: 900; box-shadow: 0 10px 25px rgba(7,59,105,.09); transform: rotate(-40deg); }
.upload-zone strong { color: var(--navy); font-size: 1.08rem; }
.upload-zone small { margin: 5px 0 15px; color: var(--muted); }
.upload-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.upload-button { padding: 10px 15px; border-radius: 9px; background: var(--navy); color: white; font-weight: 800; font-size: .85rem; cursor: pointer; }
.upload-button.secondary { background: var(--teal-dark); }
#preview { display: none; width: 100%; max-height: 300px; object-fit: contain; border-radius: 12px; }
.upload-zone.has-image > :not(input):not(img) { display: none; }
.upload-zone.has-image #preview { display: block; }
.privacy-check { display: grid; grid-template-columns: auto 1fr; gap: 10px; margin-top: 15px; padding: 14px; background: #fff9e8; border: 1px solid #f2d98b; border-radius: 12px; font-size: .79rem; color: #6b5a2d; }
.privacy-check input { width: 20px; height: 20px; accent-color: var(--teal-dark); }
.remove-image { margin-top: 10px; border: 0; background: transparent; color: #9a3e3e; text-decoration: underline; cursor: pointer; }
.question-panel > label { display: block; margin-bottom: 13px; color: var(--navy-dark); font-weight: 900; font-size: 1.05rem; }
.prompt-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.prompt-chips button { border: 1px solid #b8d2d3; background: white; color: var(--teal-dark); border-radius: 99px; padding: 8px 11px; font-size: .77rem; font-weight: 800; cursor: pointer; }
.prompt-chips button:hover, .prompt-chips button.selected { background: #e5f8f6; border-color: var(--teal); }
textarea { width: 100%; resize: vertical; min-height: 118px; padding: 14px; border: 1px solid #b8c8ce; border-radius: 12px; color: var(--ink); }
textarea:focus, button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid rgba(255,189,46,.8); outline-offset: 3px; }
.analyze-button { width: 100%; margin-top: 14px; padding: 14px 16px; border: 0; border-radius: 12px; background: var(--teal-dark); color: white; font-weight: 900; cursor: pointer; }
.analyze-button:disabled { opacity: .6; cursor: wait; }
.form-status { min-height: 24px; margin: 10px 0 0; color: #a34141; font-size: .82rem; }
.coach-answer { display: grid; grid-template-columns: 1fr auto; gap: 16px; padding: 32px 40px; background: #edf9f7; border-top: 1px solid #c9e4e0; }
.coach-answer .eyebrow { margin-bottom: 3px; }
.coach-answer h3 { margin: 0; color: var(--navy); }
.coach-answer button { align-self: center; border: 1px solid #a8cdca; border-radius: 99px; padding: 9px 13px; background: white; color: var(--teal-dark); font-weight: 800; cursor: pointer; }
.coach-answer pre { grid-column: 1 / -1; margin: 4px 0 0; white-space: pre-wrap; font-family: inherit; font-size: 1rem; line-height: 1.65; }

.how-section, .pathways-section, .trust-section { padding: 110px 32px; }
.narrow { max-width: 780px; }
.how-grid, .pathway-grid, .trust-grid { max-width: 1180px; margin: auto; display: grid; gap: 18px; }
.how-grid { grid-template-columns: repeat(4, 1fr); }
.how-grid article, .pathway-grid article, .trust-grid article { padding: 28px; background: white; border: 1px solid #e2e9e7; border-radius: 18px; }
.how-grid b { color: var(--gold); font-size: 1.4rem; }
.how-grid h3, .pathway-grid h3, .trust-grid h3 { margin: 18px 0 9px; color: var(--navy-dark); letter-spacing: -.02em; }
.how-grid p, .pathway-grid p, .trust-grid p { margin: 0; color: var(--muted); font-size: .92rem; }
.pathways-section { background: #e8f3f1; }
.pathway-grid { grid-template-columns: repeat(4, 1fr); }
.pathway-grid article > span { display: grid; place-items: center; width: 51px; height: 51px; border-radius: 15px; background: var(--navy); color: white; font-weight: 950; }
.pathway-grid article:nth-child(2) > span { background: var(--teal-dark); }
.pathway-grid article:nth-child(3) > span { background: #e9a300; }
.pathway-grid article:nth-child(4) > span { background: #6d6095; }

.origin-section { max-width: 1180px; margin: 30px auto 0; padding: 70px; display: grid; grid-template-columns: 280px 1fr; align-items: center; gap: 70px; border-radius: 30px; background: var(--navy); color: white; box-shadow: var(--shadow); }
.origin-mark { padding: 28px; background: white; border-radius: 50%; }
.eyebrow.light { color: #8ce1dd; }
.origin-section h2 { max-width: 700px; margin: 0 0 20px; font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1.04; letter-spacing: -.05em; }
.origin-section p { color: #c5d9e3; }
.origin-callout { padding-left: 18px; border-left: 4px solid var(--gold); color: white !important; font-size: 1.12rem; font-weight: 750; }
.trust-grid { grid-template-columns: repeat(3, 1fr); }
.disclaimer { max-width: 980px; margin: 28px auto 0; padding: 18px; text-align: center; border-radius: 12px; background: #edf1ec; color: #667677; font-size: .8rem; }
.final-cta { max-width: 1180px; margin: 32px auto 0; padding: 55px 62px; display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 35px; border-radius: 28px; background: var(--navy-dark); color: white; }
.final-cta img { width: 120px; }
.final-cta h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; letter-spacing: -.05em; }
.gold { background: var(--gold); color: var(--navy-dark); }
footer { padding: 40px 32px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
.footer-brand img { width: 38px; height: 38px; }
.footer-brand strong { font-size: 1rem; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; text-align: center; gap: 20px; padding-top: 55px; }
  .hero .eyebrow, .hero-actions, .hero-trust { justify-content: center; }
  .lede { margin-left: auto; margin-right: auto; }
  .hero-visual { min-height: 500px; }
  .how-grid, .pathway-grid { grid-template-columns: 1fr 1fr; }
  .origin-section { grid-template-columns: 190px 1fr; padding: 48px; gap: 42px; }
  .final-cta { grid-template-columns: 90px 1fr; }
  .final-cta > a { grid-column: 2; justify-self: start; }
  .final-cta img { width: 90px; }
}

@media (max-width: 720px) {
  .site-header { height: 72px; padding: 0 18px; }
  .brand img { width: 43px; height: 43px; }
  .small-cta { padding: 10px 12px; font-size: .76rem; }
  .hero { min-height: auto; padding: 56px 20px 70px; }
  .hero h1 { font-size: 3.55rem; }
  .hero-visual { min-height: 410px; }
  .hero-visual > img { width: 78%; }
  .floating-card { min-width: 160px; padding: 10px; }
  .card-one { left: 0; }.card-two { right: 0; }.card-three { left: 4%; }
  .coach-section, .how-section, .pathways-section, .trust-section { padding: 75px 18px; }
  .stepper span { display: none; }
  .coach-grid { grid-template-columns: 1fr; padding: 22px; }
  .upload-zone { min-height: 275px; }
  .coach-answer { grid-template-columns: 1fr; padding: 24px; }
  .coach-answer pre, .coach-answer button { grid-column: 1; }
  .coach-answer button { justify-self: start; }
  .how-grid, .pathway-grid, .trust-grid { grid-template-columns: 1fr; }
  .origin-section { margin: 18px; padding: 38px 25px; grid-template-columns: 1fr; gap: 25px; }
  .origin-mark { width: 145px; }
  .final-cta { margin: 18px 18px 0; padding: 38px 25px; grid-template-columns: 70px 1fr; gap: 20px; }
  .final-cta img { width: 70px; }
  .final-cta > a { grid-column: 1 / -1; justify-self: stretch; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
