:root {
  --ink: #14241e;
  --forest: #10231c;
  --forest-2: #173d30;
  --sage: #b8cbbd;
  --cream: #f4f0e7;
  --paper: #fffdf8;
  --gold: #d59a48;
  --line: #d8ded7;
  --muted: #5e6b65;
  --shadow: 0 22px 60px rgba(16, 35, 28, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(3.2rem, 7.2vw, 6.6rem); font-weight: 500; max-width: 970px; margin-bottom: 1.6rem; }
h1 em { color: var(--gold); font-weight: 500; }
h2 { font-size: clamp(2.35rem, 4.5vw, 4.6rem); font-weight: 500; }
h3 { font-size: 1.75rem; font-weight: 500; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 1rem 4vw; background: rgba(255,253,248,.94); border-bottom: 1px solid rgba(20,36,30,.1); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; font-weight: 720; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border-radius: 50%; color: var(--cream); background: var(--forest); font-family: Georgia, serif; }
nav { display: flex; align-items: center; gap: 1.7rem; }
nav a { text-decoration: none; font-size: .92rem; font-weight: 650; }
.nav-cta { padding: .7rem 1rem; color: white; background: var(--forest); border-radius: 999px; }
.hero { min-height: 86vh; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr); gap: 6vw; align-items: center; padding: 7rem 6vw 6rem; color: var(--cream); background: radial-gradient(circle at 80% 25%, #275846 0, transparent 28%), linear-gradient(135deg, #0c1d17, #14362a 68%, #1b4938); }
.hero-lede { max-width: 760px; font-size: clamp(1.08rem, 1.8vw, 1.35rem); color: #d6e2d9; }
.eyebrow, .card-kicker { margin-bottom: 1rem; text-transform: uppercase; letter-spacing: .15em; font-size: .75rem; font-weight: 800; color: var(--gold); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.hero-note { margin: 1rem 0 0; font-size: .86rem; color: var(--sage); }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 3.1rem; padding: .8rem 1.25rem; border: 1px solid transparent; border-radius: 4px; font: inherit; font-weight: 760; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,.15); }
.button-primary { color: #12251e; background: var(--gold); }
.button-secondary { border-color: currentColor; color: inherit; background: transparent; }
.button-light { color: var(--forest); background: var(--cream); }
.credential-card { padding: 2rem; color: var(--ink); background: var(--cream); border-top: 5px solid var(--gold); box-shadow: var(--shadow); }
.portrait-placeholder { display: grid; place-items: center; width: 5.5rem; height: 5.5rem; margin: .25rem 0 1.25rem; border-radius: 50%; color: var(--cream); background: var(--forest); font: 500 1.8rem Georgia, serif; }
.credential-card h2 { margin-bottom: .5rem; font-size: 2.2rem; }
.credential-lede { color: var(--muted); }
.credential-list { margin: 1.5rem 0; }
.credential-list div { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0; border-top: 1px solid #d4d2c8; }
.credential-list dt { font-weight: 800; }
.credential-list dd { margin: 0; text-align: right; }
.linkedin-link { font-weight: 800; text-underline-offset: .25em; }
.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.proof-strip div { padding: 1.6rem 2vw; text-align: center; border-right: 1px solid var(--line); }
.proof-strip div:last-child { border: 0; }
.proof-strip strong { display: block; font: 500 1.8rem Georgia, serif; }
.proof-strip span { color: var(--muted); font-size: .82rem; }
.section { padding: 7rem 7vw; }
.section-heading { max-width: 780px; }
.section-heading.centered { margin: 0 auto 3rem; text-align: center; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.problem-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; background: var(--cream); }
.two-column-copy { padding-top: 2rem; font-size: 1.14rem; }
.two-column-copy p:first-child { font-weight: 750; }
.services { background: #f8faf7; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; max-width: 1280px; margin: 0 auto; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 2rem; background: white; border: 1px solid var(--line); }
.price-card.featured { border: 2px solid var(--forest-2); box-shadow: var(--shadow); }
.popular-label { position: absolute; top: 0; right: 0; padding: .45rem .7rem; color: white; background: var(--forest-2); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.price-card h3 { margin-bottom: .7rem; }
.price { margin-bottom: 0; font: 500 2.8rem Georgia, serif; }
.price span { font-size: 1.4rem; }
.price-caption { color: var(--muted); font-size: .88rem; }
.price-card ul, .register-copy ul { margin: 1.1rem 0 1.8rem; padding-left: 1.2rem; }
.price-card li, .register-copy li { margin: .55rem 0; }
.price-card .button { margin-top: auto; }
.complete-offer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; max-width: 1280px; margin: 1.2rem auto 0; padding: 2rem; color: white; background: var(--forest-2); }
.complete-offer h3 { margin-bottom: .5rem; }
.complete-offer p:last-child { margin-bottom: 0; color: #d4e2d9; }
.complete-price { display: flex; align-items: center; gap: 1.2rem; flex-shrink: 0; }
.complete-price > span { font: 500 2rem Georgia, serif; }
.integrity-note { max-width: 900px; margin: 1.4rem auto 0; color: var(--muted); text-align: center; font-size: .83rem; }
.method-section { color: var(--cream); background: var(--forest); }
.method-section .section-heading { margin-bottom: 3rem; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin: 0; padding: 0; list-style: none; }
.steps li { border-top: 1px solid #527063; padding-top: 1.3rem; }
.steps li > span { color: var(--gold); font-weight: 850; }
.steps h3 { margin: 1.2rem 0 .5rem; }
.steps p { color: var(--sage); }
.about-section { display: grid; grid-template-columns: .4fr 1.6fr; gap: 5vw; background: var(--cream); }
.about-accent { color: var(--gold); font: 400 16rem/.75 Georgia, serif; }
.about-copy { max-width: 850px; }
.about-copy > p:not(.eyebrow) { font-size: 1.1rem; }
.verification-links { display: flex; gap: 1.5rem; margin-top: 2rem; }
.verification-links a { font-weight: 800; text-underline-offset: .3em; }
.deadline-banner { text-align: center; color: white; background: linear-gradient(120deg, #8a5424, #bd7f35); }
.deadline-banner h2 { max-width: 900px; margin-left: auto; margin-right: auto; }
.deadline-banner p:not(.eyebrow) { max-width: 720px; margin: 0 auto 2rem; }
.deadline-banner .eyebrow { color: #fff2d4; }
.faq-section { display: grid; grid-template-columns: .65fr 1.35fr; gap: 8vw; }
.faq-list details { border-top: 1px solid var(--line); padding: 1.25rem 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-weight: 800; }
.faq-list details p { margin: 1rem 2rem 0 0; color: var(--muted); }
.register-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 7vw; background: #eef3ee; }
.register-copy { position: sticky; top: 8rem; align-self: start; }
.application-form { padding: 2rem; background: white; box-shadow: var(--shadow); }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.application-form label { display: block; margin-bottom: 1rem; font-size: .86rem; font-weight: 800; }
.application-form label span { color: var(--muted); font-weight: 500; }
input, select, textarea { width: 100%; margin-top: .4rem; padding: .8rem; border: 1px solid #bfc9c1; border-radius: 2px; color: var(--ink); background: #fffefa; font: inherit; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(213,154,72,.25); border-color: var(--gold); }
textarea { resize: vertical; }
.consent { display: flex !important; gap: .7rem; align-items: flex-start; font-weight: 500 !important; }
.consent input { width: auto; margin-top: .25rem; }
.hidden { position: absolute; left: -9999px; }
.form-status { margin: 1rem 0 0; font-size: .85rem; }
footer { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 3rem; padding: 3rem 6vw; color: var(--sage); background: #091611; font-size: .85rem; }
footer strong { color: white; font-size: 1rem; }
.footer-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 1.2rem; }
.disclaimer { grid-column: 1 / -1; max-width: 950px; }

@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 5rem; }
  .credential-card { max-width: 580px; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .problem-section, .faq-section, .register-section { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 600px; }
  .complete-offer { max-width: 600px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .register-copy { position: static; }
}

@media (max-width: 600px) {
  .site-header { padding: .8rem 1rem; }
  .brand > span:last-child { display: none; }
  .hero { padding: 4rem 1.2rem; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .section { padding: 5rem 1.2rem; }
  .proof-strip strong { font-size: 1.5rem; }
  .proof-strip span { font-size: .74rem; }
  .steps { grid-template-columns: 1fr; }
  .about-section { grid-template-columns: 1fr; }
  .about-accent { display: none; }
  .complete-offer, .complete-price { align-items: stretch; flex-direction: column; }
  .field-grid { grid-template-columns: 1fr; }
  .application-form { padding: 1.3rem; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}
