:root {
  --navy: #2f4a5f;
  --navy-dark: #2f4a5f;
  --sage: #7ba18c;
  --sage-light: #dce9df;
  --cream: #ffffff;
  --white: #ffffff;
  --ink: #2f4a5f;
  --muted: #5e6c75;
  --border: #d6d9d3;
  --shadow: 0 12px 34px rgba(33, 53, 79, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: linear-gradient(180deg, #ffffff 0%, #edf4ef 42%, #ffffff 100%); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 10px max(24px, calc((100vw - 1120px) / 2)); border-bottom: 1px solid rgba(47,74,95,.13); background: rgba(255,255,255,.94); backdrop-filter: blur(12px); }
.wordmark { text-decoration: none; font-size: 22px; font-weight: 750; letter-spacing: -.04em; }
.wordmark strong { color: var(--sage); }
.brand-logo-link { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-logo { display: block; width: 238px; height: 66px; object-fit: contain; object-position: left center; }
.footer-brand .brand-logo { width: 290px; height: 92px; filter: brightness(0) invert(1); }
nav { display: flex; gap: 30px; margin-left: auto; }
nav a { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 650; }
nav a:hover { color: var(--navy); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 20px; border: 1px solid var(--navy); border-radius: 999px; color: var(--white); background: var(--navy); text-decoration: none; font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; box-shadow: 0 8px 22px rgba(47,74,95,.16); transition: transform .15s ease, background .15s ease, box-shadow .15s ease; }
.button:hover { background: var(--sage); border-color: var(--sage); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(47,74,95,.22); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(127,161,142,.45); outline-offset: 2px; }
.button-small { min-height: 34px; padding: 0 13px; }
.button-secondary { color: var(--navy); background: var(--white); border-color: var(--border); }
.button-secondary:hover { color: var(--white); }
.hero { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 58px; max-width: 1180px; min-height: 690px; margin: 0 auto; padding: 76px 54px 68px; align-items: center; border-radius: 0 0 36px 36px; background: radial-gradient(circle at 86% 18%, rgba(123,161,140,.35), transparent 30%), linear-gradient(135deg, #ffffff 0%, #edf4ef 58%, #dce9df 100%); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 240px; height: 240px; right: -90px; top: -90px; border: 46px solid rgba(47,74,95,.08); border-radius: 50%; }
.hero::after { content: ""; position: absolute; width: 150px; height: 150px; left: 45%; bottom: -115px; border: 30px solid rgba(123,161,140,.16); border-radius: 50%; }
.hero-copy, .report-card { position: relative; z-index: 1; }
.eyebrow, .section-kicker { color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 4px 12px; border: 1px solid var(--border); border-radius: 999px; background: var(--white); }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--sage); }
h1 { margin: 24px 0 18px; color: var(--navy-dark); font-size: clamp(48px, 5.45vw, 72px); line-height: .98; letter-spacing: -.06em; text-wrap: balance; }
.hero-highlight { position: relative; color: var(--sage); }
.hero-highlight::after { content: ""; position: absolute; left: 2px; right: 0; bottom: -6px; height: 7px; border-radius: 99px; background: var(--sage); opacity: .24; transform: rotate(-1deg); }
.hero-lead { max-width: 520px; margin: 0 0 14px; font-size: 20px; font-weight: 700; }
.hero-text { max-width: 560px; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; gap: 12px; margin: 26px 0 18px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 24px; color: var(--navy); font-size: 12px; font-weight: 750; }
.hero-proof span::before { content: "✓"; margin-right: 6px; color: var(--sage); font-weight: 900; }
.endorsement { display: grid; grid-template-columns: auto 1fr; align-items: center; width: fit-content; gap: 2px 12px; padding: 12px 16px; border: 1px solid rgba(47,74,95,.12); border-radius: 14px; color: var(--muted); background: rgba(255,255,255,.7); font-size: 12px; }
.endorsement strong { color: var(--navy); }
.endorsement-label { align-self: end; }
.endorsement-logo { grid-row: 1 / 3; width: 245px; height: 82px; object-fit: contain; object-position: left center; mix-blend-mode: multiply; }
.report-card { overflow: hidden; border: 1px solid rgba(47,74,95,.14); border-radius: 22px; background: var(--white); box-shadow: 0 24px 60px rgba(47,74,95,.18); }
.ready-pill { display: inline-flex; align-items: center; gap: 7px; }
.ready-pill i { width: 7px; height: 7px; border-radius: 50%; background: #ffffff; }
.report-card-header { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; color: white; background: var(--navy); }
.report-card-header div { display: flex; flex-direction: column; }
.report-card-header small { color: #dce5ef; letter-spacing: .14em; }
.report-card-header > span { padding: 4px 11px; border-radius: 999px; background: rgba(255,255,255,.12); font-size: 12px; font-weight: 700; }
.report-card-body { display: grid; gap: 12px; padding: 20px; }
.score, .finding { display: flex; align-items: center; justify-content: space-between; padding: 13px 15px; border: 1px solid var(--border); border-radius: 10px; }
.score { background: var(--sage-light); border-color: transparent; }
.score strong { font-size: 21px; }
.score small { color: var(--muted); font-size: 13px; }
.finding em { padding: 3px 9px; color: #7ba18c; background: #edf2ee; border-radius: 999px; font-size: 12px; font-style: normal; font-weight: 750; }
.report-card-body p, .fine-print { color: var(--muted); font-size: 12px; }
.warning { display: flex; gap: 18px; max-width: 1120px; margin: 0 auto 30px; padding: 18px 22px; border: 1px solid #c9d7cd; border-radius: 12px; background: #edf4ef; }
.value-ribbon { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 24px; max-width: 1050px; margin: -34px auto 42px; padding: 22px 30px; border-radius: 18px; color: #ffffff; background: var(--navy); box-shadow: 0 18px 42px rgba(47,74,95,.22); position: relative; z-index: 3; }
.value-ribbon div { display: flex; flex-direction: column; }
.value-ribbon strong { font-size: 16px; }
.value-ribbon span { color: #dbe4ed; font-size: 12px; }
.value-ribbon b { color: var(--sage); font-size: 24px; }
.warning p { margin: 0; color: var(--muted); }
.section { max-width: 1120px; margin: 0 auto; padding: 92px 24px; }
.section-tinted { max-width: none; padding-right: max(24px, calc((100vw - 1072px) / 2)); padding-left: max(24px, calc((100vw - 1072px) / 2)); background: var(--white); }
h2 { max-width: 760px; margin: 10px 0 14px; color: var(--navy-dark); font-size: clamp(36px, 4.5vw, 54px); line-height: 1.08; letter-spacing: -.045em; }
.section-intro { max-width: 700px; color: var(--muted); font-size: 17px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 42px; }
.feature-grid article { padding: 26px; border: 1px solid var(--border); border-radius: 12px; background: rgba(255,255,255,.55); }
.feature-grid article > span { color: var(--sage); font-weight: 800; }
h3 { margin: 8px 0; color: var(--navy); font-size: 20px; }
.feature-grid p, .price-card p, .process-list p { margin: 0; color: var(--muted); }
.action-lanes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 22px; }
.action-lanes div { display: flex; flex-direction: column; padding: 16px; border-radius: 9px; background: var(--navy); color: white; }
.action-lanes span { color: #dbe4ed; font-size: 12px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--border); border-radius: 20px; background: var(--cream); transition: transform .18s ease, box-shadow .18s ease; }
.price-card:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(47,74,95,.14); }
.price-card.featured { border: 2px solid var(--sage); transform: translateY(-6px); box-shadow: var(--shadow); }
.popular { position: absolute; top: -13px; right: 18px; padding: 4px 10px; border-radius: 999px; color: var(--white); background: var(--sage); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.price { margin: 22px 0 12px; color: var(--navy); font-size: 34px; font-weight: 800; letter-spacing: -.04em; }
.price small { color: var(--muted); font-size: 13px; font-weight: 600; }
.price-card ul { flex: 1; padding-left: 20px; color: var(--muted); }
.package-button { width: 100%; }
.sandbox-checkout { width: 100%; margin-top: 9px; }
.sandbox-notice { margin: 20px 0 0; padding: 13px 15px; border: 1px solid #c9d7cd; border-radius: 9px; color: var(--muted); background: #edf4ef; font-size: 13px; }
.sandbox-notice strong { color: var(--navy); }
[hidden] { display: none !important; }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 0; margin: 42px 0 0; list-style: none; }
.process-section { max-width: none; padding-right: max(24px, calc((100vw - 1072px) / 2)); padding-left: max(24px, calc((100vw - 1072px) / 2)); color: #ffffff; background: var(--navy); }
.process-section h2, .process-section h3, .process-section .section-kicker { color: #ffffff; }
.process-section .section-intro, .process-section .process-list p { color: #dbe4ed; }
.process-section .process-list li > span { color: var(--navy); background: #ffffff; }
.process-list li { display: flex; gap: 14px; }
.process-list li > span { display: grid; place-items: center; flex: 0 0 34px; height: 34px; border-radius: 50%; color: white; background: var(--sage); font-weight: 800; }
.process-list h3 { margin-top: 4px; }
.faq-list { max-width: 820px; margin-top: 36px; }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { padding: 20px 4px; color: var(--navy); font-size: 17px; font-weight: 750; cursor: pointer; }
.faq-list details p { padding: 0 4px 20px; margin: 0; color: var(--muted); }
.qualification { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; }
.accepted-payment { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: start; }
.qualification-copy { position: sticky; top: 110px; align-self: start; }
.qualification-copy > p { color: var(--muted); }
.privacy-note { display: flex; flex-direction: column; gap: 4px; margin-top: 25px; padding: 18px; border-left: 3px solid var(--sage); background: var(--sage-light); }
.privacy-note span { color: var(--muted); font-size: 14px; }
form { padding: 28px; border: 1px solid var(--border); border-radius: 14px; background: var(--white); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
form > label { display: block; margin-top: 18px; }
label { color: var(--navy); font-size: 12px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
label span { color: var(--muted); font-weight: 500; text-transform: none; }
input, select, textarea { display: block; width: 100%; margin-top: 6px; padding: 11px 12px; border: 1px solid #c9cfca; border-radius: 8px; color: var(--ink); background: var(--white); font: inherit; font-size: 15px; }
textarea { resize: vertical; }
fieldset { display: grid; gap: 12px; margin: 22px 0 0; padding: 18px; border: 1px solid var(--border); border-radius: 10px; }
legend { padding: 0 7px; color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.checkbox { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 13px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.checkbox input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--sage); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.submit-button { width: 100%; margin-top: 10px; }
.submit-button[disabled] { cursor: wait; opacity: .65; }
.form-status { display: none; margin-top: 18px; padding: 14px; border-radius: 9px; font-size: 14px; }
.form-status.success { display: block; color: #214d36; background: #e2f1e7; border: 1px solid #b8d4c0; }
.form-status.error { display: block; color: #7a2e2e; background: #f9e8e7; border: 1px solid #e5bfbc; }
footer { display: grid; grid-template-columns: .7fr 1.3fr; gap: 50px; padding: 56px max(24px, calc((100vw - 1072px) / 2)); color: #dbe4ed; background: var(--navy-dark); }
footer .wordmark { color: white; }
footer p { margin: 10px 0; color: #cbd6df; font-size: 13px; }
footer small { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.15); padding-top: 20px; }

@media (max-width: 850px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 70px; }
  .report-card { max-width: 620px; }
  .feature-grid, .pricing-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .action-lanes, .process-list { grid-template-columns: repeat(2, 1fr); }
  .qualification, .accepted-payment { grid-template-columns: 1fr; }
  .value-ribbon { grid-template-columns: 1fr; margin: 20px 24px 42px; }
  .value-ribbon b { display: none; }
  .qualification-copy { position: static; }
}

@media (max-width: 560px) {
  .site-header { padding: 12px 16px; }
  .brand-logo { width: 185px; height: 52px; }
  .button-small { font-size: 12px; }
  .hero { gap: 44px; padding: 58px 18px; border-radius: 0 0 24px 24px; }
  h1 { font-size: 44px; }
  .hero-actions { flex-direction: column; }
  .endorsement { grid-template-columns: 1fr; width: 100%; }
  .endorsement-logo { grid-row: auto; width: 220px; height: 74px; }
  .warning { margin: 0 18px 20px; }
  .section, .section-tinted { padding: 70px 18px; }
  .action-lanes, .process-list, .form-grid { grid-template-columns: 1fr; }
  .process-list { gap: 28px; }
  form { padding: 20px; }
  footer { grid-template-columns: 1fr; padding: 45px 20px; }
}
