:root {
  --ink: #10201c;
  --green: #173f35;
  --green-2: #245d4c;
  --gold: #d6a83e;
  --cream: #f6f2e8;
  --paper: #fffdf8;
  --muted: #60706a;
  --line: #d9dfda;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.55 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.skip { position: fixed; left: 12px; top: -60px; background: white; padding: 10px 14px; z-index: 10; }
.skip:focus { top: 12px; }

.nav { align-items: center; background: rgba(255,253,248,.93); border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 15px max(24px, calc((100vw - 1200px) / 2)); position: sticky; top: 0; z-index: 5; backdrop-filter: blur(12px); }
.brand { align-items: center; display: flex; font-weight: 700; gap: 9px; text-decoration: none; }
.brand span { align-items: center; background: var(--green); border-radius: 50%; color: var(--gold); display: inline-flex; font: 700 12px ui-sans-serif, system-ui, sans-serif; height: 34px; justify-content: center; letter-spacing: -.04em; width: 34px; }
nav { display: flex; gap: 28px; }
nav a { color: var(--muted); font-size: 14px; text-decoration: none; }
nav a:hover, nav a:focus { color: var(--ink); }

.button { background: var(--green); border: 1px solid var(--green); border-radius: 6px; color: white; display: inline-block; font-size: 15px; font-weight: 700; padding: 14px 20px; text-decoration: none; transition: transform .15s ease, background .15s ease; }
.button:hover, .button:focus { background: var(--green-2); transform: translateY(-1px); }
.button-small { padding: 9px 14px; }
.button-light { background: var(--cream); border-color: var(--cream); color: var(--green); }
.text-link { font-weight: 700; text-decoration: none; }
.text-link span { color: var(--gold); }

.hero { align-items: center; display: grid; gap: 70px; grid-template-columns: 1.08fr .92fr; margin: 0 auto; max-width: 1200px; min-height: 690px; padding: 78px 24px; }
.eyebrow { color: var(--green-2); font-size: 12px; font-weight: 700; letter-spacing: .15em; margin: 0 0 18px; text-transform: uppercase; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
h1 { font-size: clamp(54px, 6.2vw, 84px); line-height: .98; margin: 0 0 28px; }
h1 em { color: var(--green-2); }
.lede { color: #455650; font-size: 19px; max-width: 650px; }
.actions { align-items: center; display: flex; flex-wrap: wrap; gap: 24px; margin-top: 30px; }
.micro { color: var(--muted); font-size: 12px; margin-top: 16px; }

.report-preview { background: var(--green); border-radius: 3px; box-shadow: 22px 26px 0 #e3d5b0; color: white; padding: 30px; transform: rotate(1deg); }
.preview-top { border-bottom: 1px solid rgba(255,255,255,.23); color: #c8d7d2; display: flex; font-size: 11px; justify-content: space-between; letter-spacing: .08em; padding-bottom: 18px; text-transform: uppercase; }
.preview-label { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .13em; margin: 26px 0 3px; text-transform: uppercase; }
.report-preview h2 { font-size: 38px; margin: 0; }
.profile-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.profile-pills span { background: rgba(255,255,255,.1); border-radius: 99px; color: #dce7e3; font-size: 12px; padding: 6px 9px; }
.rankings { list-style: none; margin: 7px 0 0; padding: 0; }
.rankings li { align-items: center; border-top: 1px solid rgba(255,255,255,.14); display: grid; gap: 12px; grid-template-columns: 28px 1fr auto; padding: 16px 0; }
.rankings li>span { color: var(--gold); font-size: 12px; }
.rankings b { color: #b9cbc5; font-size: 11px; font-weight: 500; }
.preview-note { color: #9fb5ae; font-size: 11px; text-align: right; }

.proof-strip { background: var(--cream); border-bottom: 1px solid #e7dfcc; border-top: 1px solid #e7dfcc; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 auto; padding: 0 max(24px, calc((100vw - 1200px) / 2)); }
.proof-strip div { border-right: 1px solid #ddd3bb; display: flex; flex-direction: column; padding: 27px 24px; }
.proof-strip div:first-child { border-left: 1px solid #ddd3bb; }
.proof-strip strong { color: var(--green); font: 700 25px Georgia, "Times New Roman", serif; }
.proof-strip span { color: var(--muted); font-size: 12px; }

.guide-callout { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 42px; grid-template-columns: 1.2fr 1fr auto; margin: auto; max-width: 1200px; padding: 54px 24px; }
.guide-callout .eyebrow { margin-bottom: 8px; }
.guide-callout h2 { font-size: 34px; line-height: 1.1; margin: 0; }
.guide-callout p { color: var(--muted); margin: 0; }
.guide-callout .text-link { white-space: nowrap; }
.section { margin: 0 auto; max-width: 1200px; padding: 110px 24px; }
.section h2 { font-size: clamp(40px, 5vw, 62px); line-height: 1.05; margin: 0 0 24px; }
.section-intro { color: var(--muted); font-size: 18px; max-width: 470px; }
.split { display: grid; gap: 90px; grid-template-columns: .85fr 1.15fr; }
.feature-list article { align-items: start; border-top: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: 35px 1fr; padding: 24px 0; }
.feature-list article>span { color: var(--gold); font-size: 12px; font-weight: 700; }
.feature-list h3 { font-size: 19px; margin: 0 0 6px; }
.feature-list p { color: var(--muted); margin: 0; }

.dark { background: var(--green); color: white; display: grid; gap: 80px; grid-template-columns: 1fr 1fr; max-width: none; padding-left: max(24px, calc((100vw - 1152px) / 2)); padding-right: max(24px, calc((100vw - 1152px) / 2)); }
.dark .eyebrow { color: var(--gold); }
.limits { display: grid; gap: 4px; grid-template-columns: 1fr 1fr; }
.limits p { border-top: 1px solid rgba(255,255,255,.18); color: #c8d6d1; font-size: 14px; margin: 0; padding: 18px 10px 20px 0; }
.limits strong { color: white; display: block; margin-bottom: 5px; }

.founder { border-bottom: 1px solid var(--line); display: grid; gap: 90px; grid-template-columns: .9fr 1.1fr; }
.founder-copy { border-left: 3px solid var(--gold); padding-left: 30px; }
.founder-copy p { color: var(--muted); font-size: 17px; margin: 0 0 18px; }
.founder-copy strong { color: var(--ink); }
.pricing-grid { align-items: start; display: grid; gap: 90px; grid-template-columns: 1fr .85fr; }
.pricing-grid>div:first-child>h2 { color: var(--green); font-size: 78px; margin-bottom: 5px; }
.price-note { border-bottom: 1px solid var(--line); color: var(--muted); padding-bottom: 26px; }
.pricing-grid>div:first-child>p:last-child { color: var(--muted); max-width: 540px; }
.price-card { background: var(--cream); border-top: 4px solid var(--gold); padding: 34px; }
.price-card h3 { font: 700 28px Georgia, "Times New Roman", serif; margin-top: 0; }
.price-card ul { list-style: none; margin: 0 0 26px; padding: 0; }
.price-card li { border-bottom: 1px solid #ddd3bb; padding: 9px 0; }
.price-card li::before { color: var(--green-2); content: '✓'; font-weight: 700; margin-right: 10px; }
.guarantee { color: var(--muted); font-size: 12px; margin-top: 18px; }

.process { border-top: 1px solid var(--line); }
.steps { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); margin-top: 50px; }
.steps article { border: 1px solid var(--line); min-height: 240px; padding: 26px; }
.steps article>span { color: var(--gold); font: 700 35px Georgia, "Times New Roman", serif; }
.steps h3 { font-size: 20px; margin: 30px 0 7px; }
.steps p { color: var(--muted); font-size: 14px; }

.faq { border-top: 1px solid var(--line); display: grid; gap: 100px; grid-template-columns: .65fr 1.35fr; }
details { border-top: 1px solid var(--line); padding: 20px 0; }
summary { cursor: pointer; font-weight: 700; }
details p { color: var(--muted); font-size: 14px; max-width: 650px; }

.final-cta { background: var(--gold); color: var(--green); padding: 90px 24px; text-align: center; }
.final-cta .eyebrow { color: var(--green); }
.final-cta h2 { font-size: clamp(44px, 6vw, 74px); margin: 0 0 30px; }
footer { align-items: start; background: #0d221c; color: #b3c3bd; display: grid; font-size: 12px; gap: 50px; grid-template-columns: 1fr auto 1fr; padding: 50px max(24px, calc((100vw - 1200px) / 2)); }
footer .brand { color: white; }
footer>div:nth-child(2) { display: flex; gap: 20px; }
footer>p { margin: 0; text-align: right; }

@media (max-width: 850px) {
  nav { display: none; }
  .hero { gap: 55px; grid-template-columns: 1fr; padding-top: 55px; }
  .report-preview { margin: 0 12px 24px 0; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip div:nth-child(3) { border-left: 1px solid #ddd3bb; }
  .guide-callout, .split, .dark, .founder, .pricing-grid, .faq { gap: 28px; grid-template-columns: 1fr; }
  .guide-callout .text-link { white-space: normal; }
  .steps { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  footer>p { text-align: left; }
}

@media (max-width: 520px) {
  .nav .button-small { display: none; }
  h1 { font-size: 52px; }
  .hero { min-height: 0; padding-bottom: 65px; }
  .report-preview { padding: 22px; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip div { border-left: 1px solid #ddd3bb; }
  .section { padding-bottom: 75px; padding-top: 75px; }
  .limits { grid-template-columns: 1fr; }
  .pricing-grid>div:first-child>h2 { font-size: 58px; }
}

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