:root {
  --navy: #0d2d3f;
  --navy-2: #092332;
  --lime: #91c522;
  --lime-bright: #a9d92e;
  --cream: #f6f3e8;
  --paper: #fffdf8;
  --ink: #173240;
  --muted: #63737c;
  --line: #d7ded8;
  --shadow: 0 22px 55px rgba(8, 36, 50, .15);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.55; }
a { color: inherit; }
img { max-width: 100%; }
.shell { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 100; background: white; padding: 10px 14px; border-radius: 6px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255, 253, 248, .94); border-bottom: 1px solid rgba(13, 45, 63, .12); backdrop-filter: blur(14px); }
.nav-wrap, .footer-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand img { width: 92px; height: 56px; object-fit: contain; }
.brand span { display: grid; line-height: .85; }
.brand strong { font-family: "Barlow Condensed", sans-serif; font-size: 27px; letter-spacing: .04em; color: var(--navy); }
.brand strong:nth-child(2) { color: var(--lime); }
.brand small { margin-top: 7px; font: 700 10px/1 Inter, sans-serif; letter-spacing: .2em; }
.header-actions, .hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; border: 2px solid transparent; border-radius: 8px; padding: 10px 17px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-ghost { border-color: rgba(13,45,63,.22); background: white; }
.button-lime { background: var(--lime); color: var(--navy-2); box-shadow: 0 10px 22px rgba(120, 169, 17, .22); }
.button-lime:hover { background: var(--lime-bright); box-shadow: 0 14px 26px rgba(120, 169, 17, .3); }
.button-large { min-height: 54px; padding-inline: 24px; }
.hero { overflow: hidden; position: relative; background: radial-gradient(circle at 80% 20%, rgba(145,197,34,.27), transparent 28%), linear-gradient(135deg, var(--navy-2), var(--navy)); color: white; }
.hero::after { content:""; position:absolute; inset:0; opacity:.12; background-image: linear-gradient(135deg, transparent 25%, white 25%, white 26%, transparent 26%, transparent 75%, white 75%, white 76%, transparent 76%); background-size:36px 36px; pointer-events:none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(36px, 7vw, 90px); align-items: center; padding: 96px 0; }
.eyebrow { margin: 0 0 12px; color: var(--lime-bright); font: 800 13px/1 Inter, sans-serif; letter-spacing: .16em; }
.eyebrow.dark { color: #557916; }
h1, h2, h3, legend { font-family: "Barlow Condensed", sans-serif; }
h1 { margin: 0; max-width: 780px; font-size: clamp(54px, 7vw, 88px); line-height: .93; letter-spacing: -.025em; text-transform: uppercase; }
h2 { margin: 0 0 14px; font-size: clamp(38px, 5vw, 58px); line-height: 1; letter-spacing: -.02em; }
h3 { margin: 0 0 5px; font-size: 29px; line-height: 1; }
.hero-lead { max-width: 720px; margin: 26px 0; color: rgba(255,255,255,.84); font-size: 19px; }
.text-link { font-weight: 800; color: white; }
.microcopy { margin: 15px 0 0; color: rgba(255,255,255,.62); font-size: 12px; }
.goal-card { padding: 30px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(255,255,255,.09); box-shadow: var(--shadow); backdrop-filter: blur(7px); }
.goal-badge { width: 105px; height: 105px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 50%; background: var(--lime); color: var(--navy); font: 900 54px/1 "Barlow Condensed", sans-serif; box-shadow: inset 0 0 0 8px rgba(255,255,255,.25); }
.goal-card h2 { font-size: 42px; }
.goal-card p, .goal-card li { color: rgba(255,255,255,.78); }
.goal-card ul { padding-left: 20px; }
.choice-band { padding: 76px 0; background: var(--cream); }
.choice-band h2 { max-width: 850px; color: var(--navy); }
.choice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 38px; }
.choice-grid article { min-height: 220px; padding: 24px; border-radius: 14px; background: white; border: 1px solid rgba(13,45,63,.1); box-shadow: 0 12px 28px rgba(13,45,63,.07); }
.choice-grid article span { display: inline-grid; place-items:center; width: 38px; height: 38px; margin-bottom: 30px; border-radius: 50%; background: var(--navy); color: var(--lime-bright); font-weight: 900; }
.choice-grid p { margin: 0; color: var(--muted); }
.form-section { padding: 92px 0; background: white; }
.form-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(38px, 6vw, 84px); align-items: start; }
.form-intro { position: sticky; top: 120px; }
.form-intro > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.contact-card { display: grid; gap: 7px; margin-top: 28px; padding: 22px; border-left: 5px solid var(--lime); background: var(--cream); }
.contact-card a { font-weight: 800; }
.interest-form { padding: clamp(22px, 4vw, 44px); border: 1px solid rgba(13,45,63,.12); border-radius: 20px; background: var(--paper); box-shadow: var(--shadow); }
fieldset { margin: 0 0 32px; padding: 0 0 28px; border: 0; border-bottom: 1px solid var(--line); }
legend { margin-bottom: 22px; color: var(--navy); font-size: 32px; font-weight: 800; }
label { display: grid; gap: 7px; margin-bottom: 16px; font-weight: 700; }
label span, .option-group p span, .consent span { color: #b44a28; }
label em { color: var(--muted); font-size: 12px; font-style: normal; font-weight: 600; }
input, textarea, select { width: 100%; border: 1px solid #b9c4c7; border-radius: 8px; background: white; padding: 13px 14px; color: var(--ink); font: inherit; }
input:focus, textarea:focus { outline: 3px solid rgba(145,197,34,.28); border-color: #698f15; }
.field-grid { display: grid; gap: 14px; }
.field-grid.two { grid-template-columns: 1fr 1fr; }
.field-grid.three { grid-template-columns: 1.4fr .55fr .8fr; }
.option-group { margin: 0 0 24px; }
.option-group p { margin: 0 0 11px; font-weight: 800; }
.choice { display: inline-flex; grid-auto-flow: column; grid-template-columns: auto 1fr; align-items: start; justify-content: start; gap: 9px; margin: 0 15px 10px 0; font-weight: 600; }
.choice input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--lime); }
.option-group.stacked .choice { display: grid; margin-right: 0; }
.consent { display: grid; margin: 6px 0 24px; padding: 18px; border-radius: 10px; background: var(--cream); }
.button-submit { width: 100%; min-height: 58px; border: 0; font-size: 17px; }
.privacy-note { text-align: center; color: var(--muted); font-size: 12px; }
.honeypot { position: absolute !important; left: -9999px !important; }
.faq-section { padding: 80px 0; background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10px 70px; }
.faq-grid > div { grid-row: 1 / span 5; }
details { border-bottom: 1px solid rgba(13,45,63,.16); padding: 16px 0; }
summary { cursor: pointer; color: var(--navy); font-weight: 800; }
details p { color: var(--muted); }
footer { background: var(--navy-2); color: white; }
.footer-brand strong { color: white; font-size: 24px; }
.footer-brand small { color: var(--lime-bright); }
.footer-wrap p { color: rgba(255,255,255,.72); }
.footer-wrap a { color: white; font-weight: 800; }

@media (max-width: 900px) {
  .hero-grid, .form-layout, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { padding: 72px 0; }
  .goal-card { max-width: 600px; }
  .choice-grid { grid-template-columns: 1fr 1fr; }
  .form-intro { position: static; }
  .faq-grid > div { grid-row: auto; }
}
@media (max-width: 680px) {
  .site-header { position: static; }
  .nav-wrap { min-height: auto; padding: 12px 0; }
  .header-actions .button-ghost { display: none; }
  .brand img { width: 68px; }
  .brand strong { font-size: 22px; }
  .header-actions .button { padding-inline: 12px; font-size: 13px; }
  h1 { font-size: 51px; }
  .hero-grid { padding: 58px 0; }
  .choice-grid, .field-grid.two, .field-grid.three { grid-template-columns: 1fr; }
  .choice-grid article { min-height: 0; }
  .choice-grid article span { margin-bottom: 18px; }
  .form-section { padding: 62px 0; }
  .interest-form { padding: 21px 17px; border-radius: 12px; }
  legend { font-size: 28px; }
  .footer-wrap { align-items: flex-start; flex-direction: column; padding: 22px 0; }
}
