:root {
  --awz: #123B63;
  --awz-deep: #0B2947;
  --accent: #6A8B58;
  --ink: #172433;
  --muted: #5E6873;
  --paper: #FFFFFF;
  --soft: #F4F7F6;
  --warm: #F8F3ED;
  --line: #DDE4E6;
  --shadow: 0 14px 36px rgba(18, 59, 99, 0.10);
  --radius: 8px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 17px; line-height: 1.65; letter-spacing: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, .button { min-height: 46px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: white; color: var(--awz); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { width: min(calc(100% - 32px), var(--max)); min-height: 76px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--awz-deep); text-decoration: none; line-height: 1.1; }
.brand-mark { display: grid; place-items: center; width: 46px; height: 46px; border: 2px solid var(--awz); color: var(--awz); font-weight: 800; font-size: 14px; }
.brand strong, .brand small { display: block; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 11px; overflow-wrap: anywhere; }
.main-navigation { display: flex; align-items: center; gap: 24px; }
.main-navigation > a { text-decoration: none; font-size: 15px; font-weight: 650; }
.main-navigation > a:hover, .main-navigation > a:focus-visible { color: var(--accent); }
.menu-button { display: none; width: 46px; border: 1px solid var(--line); background: white; color: var(--awz); font-size: 24px; cursor: pointer; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; border: 2px solid var(--accent); border-radius: 4px; background: var(--accent); color: white; font-weight: 760; text-align: center; text-decoration: none; cursor: pointer; }
.button:hover, .button:focus-visible { filter: brightness(.9); }
.button-small { min-height: 40px; padding: 8px 14px; }
.button-secondary { border-color: white; background: white; color: var(--awz-deep); }
.button-quiet { border-color: var(--awz); background: transparent; color: var(--awz); }
.hero { min-height: 690px; position: relative; overflow: hidden; background: var(--soft); border-bottom: 1px solid var(--line); isolation: isolate; }
.hero::after { content: ''; position: absolute; inset: 0; z-index: 1; background: rgba(244, 247, 246, .80); pointer-events: none; }
.hero-inner { width: min(100%, 1440px); min-height: 690px; margin: auto; }
.hero-copy { width: min(calc(100% - 64px), 1180px); max-width: 780px; margin: 0 auto; padding: 92px 0 84px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 12px; color: var(--accent); font-size: 13px; font-weight: 820; text-transform: uppercase; }
.eyebrow.light { color: #DCE8F4; }
h1, h2, h3 { margin-top: 0; line-height: 1.14; letter-spacing: 0; overflow-wrap: normal; word-break: normal; hyphens: auto; }
h1 { max-width: 900px; margin-bottom: 24px; color: var(--awz-deep); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 4.4vw, 4rem); font-weight: 650; hyphens: none; }
h1.long-title { font-size: clamp(2.35rem, 3.8vw, 3.5rem); }
h2 { margin-bottom: 18px; color: var(--awz-deep); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.2vw, 3.25rem); font-weight: 650; }
h3 { margin-bottom: 8px; font-size: 1.15rem; }
.hero-lead { max-width: 680px; margin-bottom: 14px; font-size: 1.22rem; line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 18px; }
.hero-trust { margin: 0; color: var(--muted); font-size: 14px; font-weight: 700; }
.hero-media { position: absolute; inset: 0; z-index: 0; min-height: 690px; margin: 0; overflow: hidden; background: var(--warm); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-media figcaption { display: none; }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); width: min(calc(100% - 32px), var(--max)); margin: -34px auto 0; position: relative; z-index: 2; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
.trust-strip div { padding: 22px 24px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { color: var(--awz); }
.trust-strip span { margin-top: 4px; color: var(--muted); font-size: 14px; }
.section { padding: 92px 0; }
.section:nth-of-type(even) { background: var(--soft); }
.section-inner { width: min(calc(100% - 32px), var(--max)); margin: auto; }
.section-heading { max-width: 650px; }
.section-heading.narrow { margin: 0 auto 44px; text-align: center; }
.check-layout, .activity-layout, .support-layout, .income-layout, .faq-layout { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(36px, 7vw, 90px); align-items: start; }
.check-panel { padding: 28px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.check-option { min-height: 105px; display: flex; gap: 12px; padding: 16px; border: 1px solid var(--line); background: var(--paper); cursor: pointer; }
.check-option:has(input:checked) { border-color: var(--accent); box-shadow: inset 4px 0 var(--accent); }
.check-option input { width: 20px; height: 20px; accent-color: var(--accent); }
.check-option strong, .check-option small { display: block; }
.check-option small { margin-top: 5px; color: var(--muted); }
.check-result { min-height: 58px; margin: 20px 0 6px; padding: 14px 16px; background: var(--soft); border-left: 4px solid var(--accent); }
.text-link { color: var(--awz); font-weight: 760; text-decoration-thickness: 2px; }
.feature-grid, .steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { padding: 28px; border: 1px solid var(--line); border-top: 4px solid var(--accent); background: white; box-shadow: 0 8px 24px rgba(18,59,99,.06); }
.focus-section { background: white !important; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.focus-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: clamp(42px, 8vw, 100px); align-items: start; }
.focus-copy p { max-width: 760px; }
.focus-facts { display: grid; border-top: 4px solid var(--accent); background: var(--soft); }
.focus-facts article { padding: 22px 24px; border-bottom: 1px solid var(--line); }
.focus-facts article:last-child { border-bottom: 0; }
.focus-facts span { display: block; margin-bottom: 8px; color: var(--accent); font-size: 12px; font-weight: 820; text-transform: uppercase; }
.focus-facts h3 { font-size: 1.08rem; }
.focus-facts p { margin-bottom: 0; color: var(--muted); font-size: 15px; }
.number { display: block; margin-bottom: 24px; color: var(--accent); font-family: Georgia, serif; font-size: 1.6rem; }
.activity-list { display: grid; gap: 12px; }
.activity-list article { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.activity-list article > span { display: grid; place-items: center; width: 38px; height: 38px; background: var(--accent); color: white; font-weight: 800; }
.activity-list p { margin: 0; color: var(--muted); }
.support-section { background: var(--awz) !important; color: white; }
.support-section h2 { color: white; }
.support-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.support-list li { display: grid; grid-template-columns: .7fr 1.3fr; gap: 24px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.support-list span { color: #DCE8F4; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); margin: 36px 0 0; padding: 0; list-style: none; border-top: 3px solid var(--accent); }
.timeline li { padding: 24px 24px 0 0; }
.timeline time { display: inline-block; margin-bottom: 14px; color: var(--accent); font-weight: 820; }
.timeline p { color: var(--muted); }
.steps-grid { grid-template-columns: repeat(4, 1fr); }
.steps-grid article { padding: 24px; background: white; border: 1px solid var(--line); }
.steps-grid span { display: block; margin-bottom: 18px; color: var(--accent); font-weight: 800; }
.income-section { background: var(--warm) !important; }
.trust-note { padding: 18px; border-left: 4px solid var(--accent); background: white; font-weight: 700; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { padding: 20px 44px 20px 0; position: relative; color: var(--awz-deep); font-weight: 760; cursor: pointer; }
.faq-item summary::after { content: '+'; position: absolute; right: 8px; color: var(--accent); font-size: 26px; }
.faq-item[open] summary::after { content: '−'; }
.faq-answer { padding: 0 40px 18px 0; color: var(--muted); }
.contact-section { padding: 96px 0; background: var(--awz-deep); color: white; }
.contact-inner { width: min(calc(100% - 32px), var(--max)); margin: auto; display: grid; grid-template-columns: minmax(0,.8fr) minmax(480px,1.2fr); gap: clamp(40px,8vw,100px); }
.contact-inner > *, .check-layout > *, .activity-layout > *, .support-layout > *, .income-layout > *, .faq-layout > * { min-width: 0; }
.contact-section h2 { color: white; }
.contact-copy address { display: grid; gap: 6px; margin-top: 30px; font-style: normal; }
.contact-copy address a { width: fit-content; color: white; }
.contact-note { color: #BFD2E3; font-size: 14px; }
.interest-form { padding: 30px; background: white; color: var(--ink); box-shadow: 0 18px 48px rgba(0,0,0,.2); }
.field { display: grid; gap: 6px; margin-bottom: 16px; }
.field label { color: var(--awz-deep); font-weight: 760; }
.field label small { color: var(--muted); font-weight: 500; }
.field input, .field textarea, .field select { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #AEB9C1; border-radius: 2px; background: white; color: var(--ink); }
.field textarea { resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 3px solid color-mix(in srgb, var(--accent) 30%, transparent); border-color: var(--accent); }
.two-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.privacy-check { display: flex; gap: 10px; align-items: flex-start; margin: 8px 0 18px; font-size: 14px; }
.privacy-check input { flex: 0 0 auto; width: 20px; height: 20px; accent-color: var(--accent); }
.privacy-check a { color: var(--awz); }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.submit-button { width: 100%; }
.form-status { min-height: 28px; margin: 12px 0 0; font-weight: 700; }
.form-status.is-error { color: #A33333; }
.form-status.is-success { color: #26734D; }
.site-footer { display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: end; padding: 42px max(20px, calc((100% - var(--max))/2)); background: white; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.footer-brand { margin-bottom: 12px; }
.site-footer nav { display: grid; gap: 6px; }

body.layout-v2 .hero::after { background: rgba(248, 243, 237, .80); }
body.layout-v2 .hero-copy { margin-left: auto; margin-right: max(32px, calc((100% - 1180px) / 2)); max-width: 720px; }
body.layout-v2 .trust-strip { border-top: 5px solid var(--accent); }
body.layout-v3 .hero::after { background: rgba(255, 255, 255, .82); }
body.layout-v3 .hero-copy { max-width: 900px; text-align: center; }
body.layout-v3 .hero-actions { justify-content: center; }
body.layout-v4 .hero::after { background: rgba(248, 243, 237, .78); }
body.layout-v4 .hero-copy { border-left: 10px solid var(--accent); margin-left: max(32px, calc((100% - 1180px) / 2)); margin-right: auto; padding-left: clamp(24px,4vw,60px); }
body.layout-v4 .feature-card { border-top: 1px solid var(--line); border-left: 5px solid var(--accent); }
body.layout-v5 .hero::after { background: rgba(244, 247, 246, .76); }
body.layout-v5 .hero-copy { margin-left: max(32px, calc((100% - 1180px) / 2)); margin-right: auto; max-width: 690px; }
body.layout-v5 .trust-strip { margin-top: 0; box-shadow: none; border-top: 0; }
body.layout-v6 .hero { border-top: 6px solid var(--accent); }
body.layout-v6 .hero::after { background: rgba(255, 255, 255, .80); }
body.layout-v6 .hero-copy { margin-left: auto; margin-right: max(32px, calc((100% - 1180px) / 2)); max-width: 730px; }
body.layout-v6 .activity-list article > span { background: var(--awz); border-bottom: 4px solid var(--accent); }

@media (max-width: 980px) {
  .menu-button { display: grid; place-items: center; }
  .main-navigation { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 20px; background: white; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-navigation.is-open { display: grid; gap: 14px; }
  .hero-copy, body.layout-v2 .hero-copy, body.layout-v4 .hero-copy, body.layout-v5 .hero-copy, body.layout-v6 .hero-copy { width: min(calc(100% - 48px), 760px); margin-left: auto; margin-right: auto; }
  .trust-strip { grid-template-columns: 1fr; margin-top: 0; }
  .trust-strip div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip div:last-child { border-bottom: 0; }
  .check-layout, .activity-layout, .support-layout, .income-layout, .faq-layout, .contact-inner, .focus-layout { grid-template-columns: minmax(0, 1fr); }
  .feature-grid, .steps-grid { grid-template-columns: 1fr 1fr; }
  .timeline { grid-template-columns: 1fr 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; align-items: start; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .header-inner { width: min(calc(100% - 24px), var(--max)); min-height: 68px; }
  .main-navigation { top: 68px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand small { max-width: 170px; }
  .hero { min-height: 720px; }
  .hero::after, body.layout-v2 .hero::after, body.layout-v3 .hero::after, body.layout-v4 .hero::after, body.layout-v5 .hero::after, body.layout-v6 .hero::after { background: rgba(248, 250, 249, .82); }
  .hero-inner { min-height: 720px; }
  .hero-copy, body.layout-v2 .hero-copy, body.layout-v4 .hero-copy, body.layout-v5 .hero-copy, body.layout-v6 .hero-copy { width: calc(100% - 40px); padding: 52px 0 44px; }
  body.layout-v4 .hero-copy { border-left-width: 6px; padding-left: 18px; }
  .hero-support { display: none; }
  h1 { font-size: 2.2rem; overflow-wrap: normal; word-break: normal; hyphens: auto; }
  h1.long-title { font-size: 2.1rem; }
  h2 { font-size: 2rem; }
  .hero-actions { display: grid; }
  .hero-media { min-height: 720px; }
  .section { padding: 64px 0; }
  .section-inner, .contact-inner, .trust-strip { width: min(calc(100% - 24px), var(--max)); }
  .contact-copy, .interest-form, .contact-copy h2, .contact-copy p, .contact-copy address { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
  .check-panel, .interest-form { padding: 20px; }
  .check-grid, .feature-grid, .steps-grid, .timeline, .two-fields { grid-template-columns: 1fr; }
  .support-list li { grid-template-columns: 1fr; gap: 5px; }
  .site-footer { grid-template-columns: 1fr; padding: 34px 20px; }
}

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