:root {
  color-scheme: light;
  --ink: #102033;
  --ink-soft: #3f5066;
  --navy: #0b1b2d;
  --green: #126044;
  --green-dark: #0b4934;
  --green-soft: #e9f3ee;
  --gold: #c8942f;
  --gold-soft: #fff4d8;
  --paper: #fbfaf6;
  --surface: #ffffff;
  --line: #dce3df;
  --danger: #a52a2a;
  --shadow: 0 22px 60px rgba(15, 32, 49, .1);
  --radius: 22px;
  --radius-sm: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: var(--green); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--green-dark); }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #e0ac45; outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.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; z-index: 1000; left: 16px; top: -80px; padding: 10px 16px; background: white; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }
.icon { width: 1.35rem; height: 1.35rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.eyebrow { margin: 0 0 10px; color: var(--green); font-size: .76rem; font-weight: 800; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(251,250,246,.96); border-bottom: 1px solid rgba(16,32,51,.08); backdrop-filter: blur(16px); }
.trust-bar { color: #d9e5ee; background: var(--navy); font-size: .74rem; line-height: 1.3; }
.trust-inner { display: flex; align-items: center; gap: 18px; min-height: 34px; }
.trust-inner a { color: inherit; text-decoration: none; }
.trust-spacer { flex: 1; }
.nav-row { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; text-decoration: none; }
.brand img { display: block; width: 185px; height: auto; max-height: 66px; object-fit: contain; object-position: left center; }
.primary-nav { display: flex; align-items: center; gap: 5px; }
.primary-nav > a, .primary-nav > details > summary { display: flex; align-items: center; min-height: 44px; padding: 10px 11px; border-radius: 10px; color: var(--ink); font-size: .88rem; font-weight: 680; line-height: 1.2; text-decoration: none; cursor: pointer; }
.primary-nav > a:hover, .primary-nav > details > summary:hover, .primary-nav details[open] > summary { color: var(--green); background: var(--green-soft); }
.primary-nav details { position: relative; }
.primary-nav summary { list-style: none; }
.primary-nav summary::-webkit-details-marker { display: none; }
.primary-nav summary::after { content: ""; width: 7px; height: 7px; margin: -4px 0 0 8px; border-right: 1.5px solid; border-bottom: 1.5px solid; transform: rotate(45deg); }
.nav-pop { position: absolute; top: calc(100% + 8px); left: 0; display: grid; min-width: 285px; padding: 12px; background: white; border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow); }
.nav-pop a { padding: 10px 12px; border-radius: 9px; color: var(--ink); font-size: .88rem; font-weight: 630; line-height: 1.35; text-decoration: none; }
.nav-pop a:hover { color: var(--green); background: var(--green-soft); }
.primary-nav .nav-cta { margin-left: 5px; padding-inline: 17px; color: white; background: var(--green); }
.primary-nav .nav-cta:hover { color: white; background: var(--green-dark); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: white; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px auto; background: currentColor; transition: transform .2s, opacity .2s; }

.page-hero { position: relative; overflow: hidden; padding: 72px 0 68px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 85% 15%, rgba(200,148,47,.15), transparent 26%), linear-gradient(135deg, #fff 0%, #f4f7f1 64%, #edf5f0 100%); }
.page-hero::before { content: ""; position: absolute; width: 480px; height: 480px; right: -250px; bottom: -340px; border: 1px solid rgba(18,96,68,.16); border-radius: 50%; box-shadow: 0 0 0 55px rgba(18,96,68,.035), 0 0 0 110px rgba(18,96,68,.025); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(315px, .65fr); align-items: center; gap: 64px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; color: #607087; font-size: .78rem; font-weight: 700; }
.breadcrumbs a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin-top: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; line-height: 1.12; text-wrap: balance; }
h1 { max-width: 820px; margin-bottom: 22px; font-size: clamp(2.65rem, 6vw, 5.5rem); letter-spacing: -.045em; }
h2 { margin-bottom: 16px; font-size: clamp(2rem, 3.6vw, 3.25rem); letter-spacing: -.032em; }
h3 { margin-bottom: 10px; font-size: 1.4rem; letter-spacing: -.015em; }
p { margin-top: 0; }
.hero-lead { max-width: 760px; margin-bottom: 28px; color: var(--ink-soft); font-size: clamp(1.08rem, 1.8vw, 1.3rem); line-height: 1.65; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 780; line-height: 1.15; text-align: center; text-decoration: none; cursor: pointer; transition: transform .15s, background-color .15s, border-color .15s; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: white; background: var(--green); border-color: var(--green); }
.button-primary:hover { color: white; background: var(--green-dark); border-color: var(--green-dark); }
.button-secondary { color: var(--green); background: transparent; border-color: var(--green); }
.button-secondary:hover { color: white; background: var(--green); }
.button-light { color: var(--navy); background: white; }
.button-light:hover { color: var(--navy); background: var(--gold-soft); }
.button-small { min-height: 42px; padding: 9px 16px; font-size: .85rem; }
.hero-note { margin: 14px 0 0; color: #647388; font-size: .78rem; font-weight: 650; }
.hero-panel { padding: 34px; background: rgba(255,255,255,.78); border: 1px solid rgba(18,96,68,.18); border-radius: var(--radius); box-shadow: 0 30px 80px rgba(16,32,51,.09); }
.hero-panel h2 { font-size: clamp(1.75rem, 2.4vw, 2.4rem); }
.hero-panel-compact { border-top: 5px solid var(--gold); }
.hero-panel .icon-box { margin-bottom: 24px; }
.check-list { display: grid; gap: 13px; padding: 0; margin: 24px 0 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; color: var(--ink-soft); font-weight: 650; line-height: 1.45; }
.check-list .icon { margin-top: 2px; color: var(--green); }

.page-body { padding-block: 28px 90px; }
.section { padding: 72px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 130px; }
.section:last-child { border-bottom: 0; }
.section-heading { max-width: 790px; margin-bottom: 34px; }
.section-heading > p:last-child { color: var(--ink-soft); font-size: 1.08rem; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); align-items: end; gap: 54px; max-width: none; }
.split-heading > p { color: var(--ink-soft); }
.cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.card { min-width: 0; padding: 26px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: 0 12px 30px rgba(16,32,51,.035); }
.card p { color: var(--ink-soft); font-size: .95rem; }
.icon-box { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin-bottom: 20px; color: var(--green); background: var(--green-soft); border-radius: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--green); font-size: .9rem; font-weight: 800; text-decoration: none; }
.steps { max-width: 930px; padding: 0; margin: 0 auto; list-style: none; counter-reset: none; }
.steps li { display: grid; grid-template-columns: 64px 1fr; gap: 24px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.steps li:last-child { border-bottom: 0; }
.steps li > span { display: flex; align-items: center; justify-content: center; width: 58px; height: 58px; color: white; background: var(--green); border-radius: 50%; font-family: Georgia, serif; font-size: 1.12rem; font-weight: 700; }
.steps h3 { margin: 4px 0 7px; }
.steps p { margin: 0; color: var(--ink-soft); }
.decision-grid, .contact-grid, .identity-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.callout { padding: clamp(28px, 4vw, 50px); background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.callout p { color: var(--ink-soft); }
.callout-dark { color: white; background: var(--navy); border-color: var(--navy); box-shadow: var(--shadow); }
.callout-dark h2, .callout-dark .eyebrow, .callout-dark a { color: white; }
.callout-dark p { color: #d6e0e9; }
.contact-links { display: grid; gap: 8px; margin-top: 28px; }
.contact-links a { color: white; font-weight: 720; text-decoration-color: rgba(255,255,255,.4); }
.answer-box { max-width: 980px; padding: clamp(30px, 5vw, 58px); background: white; border-left: 6px solid var(--gold); border-radius: 0 var(--radius) var(--radius) 0; box-shadow: var(--shadow); }
.answer-box p:last-of-type { max-width: 860px; color: var(--ink-soft); font-size: 1.12rem; }
.notice { padding: 24px 28px; color: #513f16; background: var(--gold-soft); border: 1px solid #ead6a0; border-radius: var(--radius-sm); }
.notice strong { display: block; margin-bottom: 6px; color: #3c2d0d; font-family: Georgia, serif; font-size: 1.35rem; }
.notice p { margin: 0; }
.table-wrap { overflow: auto; border: 1px solid var(--line); border-radius: var(--radius-sm); background: white; box-shadow: 0 12px 30px rgba(16,32,51,.035); }
table { width: 100%; min-width: 720px; border-collapse: collapse; text-align: left; }
th, td { padding: 17px 20px; border-bottom: 1px solid var(--line); vertical-align: top; }
thead th { color: white; background: var(--navy); font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; }
tbody th { width: 24%; color: var(--ink); background: #f7f9f7; font-size: .94rem; }
tbody td { color: var(--ink-soft); font-size: .94rem; }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
.faq-list { display: grid; gap: 12px; max-width: 920px; margin-inline: auto; }
.faq-list details { background: white; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.faq-list summary { position: relative; padding: 20px 58px 20px 22px; color: var(--ink); font-weight: 780; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 15px; right: 22px; color: var(--green); font-family: Georgia, serif; font-size: 1.8rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details > div { padding: 0 22px 6px; color: var(--ink-soft); }
.link-band { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 42px; background: var(--green-soft); border: 0; border-radius: var(--radius); }
.link-band h2 { max-width: 680px; margin-bottom: 0; font-size: clamp(1.7rem, 3vw, 2.65rem); }
.source-note { margin: 24px 0 0; padding: 18px 20px; color: #5e6f7e; background: #f1f4f2; border-radius: 10px; font-size: .84rem; }
.source-note strong { color: var(--ink); }
.source-note a { margin-left: 5px; font-weight: 700; }

.guide-nav { position: sticky; z-index: 20; top: 116px; display: flex; align-items: center; gap: 8px; margin: 0 -12px 8px; padding: 12px; overflow-x: auto; white-space: nowrap; background: rgba(251,250,246,.95); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 10px 30px rgba(16,32,51,.05); backdrop-filter: blur(14px); scrollbar-width: thin; }
.guide-nav strong { padding-inline: 6px; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.guide-nav a, .guide-action { min-height: 36px; padding: 7px 12px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 999px; font-size: .78rem; font-weight: 720; line-height: 1.3; text-decoration: none; cursor: pointer; }
.guide-nav a:hover, .guide-action:hover { color: var(--green); border-color: var(--green); }

.qualifier { border-bottom: 0; }
.qualifier-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; padding: clamp(24px, 4vw, 42px); background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.field { display: grid; align-content: start; gap: 7px; }
.field-wide { grid-column: 1 / -1; }
.field label { color: var(--ink); font-size: .9rem; font-weight: 760; }
.field input, .field select { width: 100%; min-height: 52px; padding: 11px 14px; color: var(--ink); background: #fbfcfb; border: 1px solid #b9c5bf; border-radius: 10px; }
.field input::placeholder { color: #6d7b87; }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: var(--danger); box-shadow: 0 0 0 2px rgba(165,42,42,.1); }
.field-hint { color: #637482; font-size: .75rem; }
.field-error { min-height: 1.1em; color: var(--danger); font-size: .76rem; font-weight: 650; }
.checkbox { display: flex; align-items: flex-start; gap: 11px; padding: 14px 16px; background: #f6f8f6; border-radius: 10px; }
.checkbox input { width: 20px; min-height: 20px; margin: 2px 0 0; flex: 0 0 auto; }
.form-actions { display: flex; align-items: center; gap: 18px; }
.form-status { margin: 0; color: var(--ink-soft); font-size: .86rem; }
.qualification-result { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 18px; padding: 26px 30px; background: var(--green-soft); border: 1px solid #b7d5c6; border-radius: var(--radius-sm); }
.qualification-result[hidden] { display: none; }
.qualification-result h3 { margin-bottom: 5px; }
.qualification-result p:last-child { margin: 0; color: var(--ink-soft); font-size: .9rem; }

.site-footer { color: #d3dee6; background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 48px; padding-block: 64px 48px; }
.brand-footer { padding: 10px; background: white; border-radius: 12px; }
.footer-grid > div:first-child > p { max-width: 330px; margin-top: 20px; }
.footer-grid h2 { margin: 0 0 16px; color: white; font-family: inherit; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid a { color: #d3dee6; font-size: .88rem; text-decoration: none; }
.footer-grid a:hover { color: white; text-decoration: underline; }
.legal-id { color: #91a4b4; font-size: .76rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a, .link-button { color: inherit; }
.link-button { padding: 0; border: 0; background: none; font: inherit; text-decoration: underline; cursor: pointer; }
.floating-wa { position: fixed; z-index: 60; right: 20px; bottom: 20px; display: inline-flex; align-items: center; gap: 8px; min-height: 48px; padding: 11px 17px; color: white; background: var(--green); border: 1px solid rgba(255,255,255,.35); border-radius: 999px; box-shadow: 0 14px 35px rgba(9,46,33,.28); font-size: .85rem; font-weight: 800; line-height: 1; text-decoration: none; }
.floating-wa:hover { color: white; background: var(--green-dark); }
.consent { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 30px; width: 100%; margin-inline: auto; padding: 20px max(20px, calc((100% - var(--container)) / 2)); background: #f4f7f5; border-top: 1px solid var(--line); }
.consent[hidden] { display: none; }
.consent strong { display: block; margin-bottom: 3px; color: var(--ink); }
.consent p { margin: 0; color: var(--ink-soft); font-size: .78rem; line-height: 1.5; }
.consent-actions { display: flex; gap: 8px; flex: 0 0 auto; }

@media (max-width: 1080px) {
  .trust-inner span:last-child { display: none; }
  .primary-nav > a, .primary-nav > details > summary { padding-inline: 8px; font-size: .81rem; }
  .brand img { width: 165px; }
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .trust-inner { gap: 12px; overflow: hidden; white-space: nowrap; }
  .trust-inner span:not(.trust-spacer) { display: none; }
  .trust-spacer { display: block; }
  .nav-row { min-height: 72px; }
  .brand img { width: 155px; max-height: 56px; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; z-index: 120; top: 106px; right: 0; bottom: 0; left: 0; display: none; align-items: stretch; padding: 18px 20px 60px; overflow-y: auto; background: var(--paper); }
  .primary-nav.is-open { display: block; }
  .primary-nav > a, .primary-nav > details > summary { justify-content: space-between; min-height: 52px; padding: 13px 12px; border-bottom: 1px solid var(--line); border-radius: 0; font-size: 1rem; }
  .primary-nav .nav-cta { justify-content: center; margin: 18px 0 0; border-radius: 999px; }
  .primary-nav details { position: static; }
  .nav-pop { position: static; min-width: 0; padding: 5px 5px 12px 20px; background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; box-shadow: none; }
  .nav-pop a { display: block; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .page-hero { padding: 46px 0 52px; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .breadcrumbs { margin-bottom: 28px; }
  h1 { font-size: clamp(2.45rem, 12vw, 4rem); }
  .hero-panel { padding: 26px; }
  .section { padding: 58px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 10px; }
  .decision-grid, .contact-grid, .identity-grid { grid-template-columns: 1fr; }
  .link-band { align-items: flex-start; flex-direction: column; padding: 30px; }
  .guide-nav { top: 106px; }
  .footer-grid { gap: 34px; }
  .floating-wa span { display: none; }
  .floating-wa { width: 48px; padding: 0; justify-content: center; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .trust-inner { justify-content: space-between; }
  .trust-inner .trust-spacer { display: none; }
  .trust-inner span:nth-last-child(2) { display: inline; }
  .cards, .qualifier-form, .footer-grid { grid-template-columns: 1fr; }
  .card { padding: 23px; }
  .steps li { grid-template-columns: 48px 1fr; gap: 16px; }
  .steps li > span { width: 44px; height: 44px; font-size: .92rem; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .button { width: 100%; }
  .hero-panel .button-row { flex-direction: row; }
  .page-body { padding-bottom: 60px; }
  .guide-nav { top: 105px; margin-inline: -8px; }
  .qualifier-form { padding: 20px; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .qualification-result { align-items: stretch; flex-direction: column; padding: 23px; }
  .qualification-result .button { width: 100%; }
  .footer-grid { gap: 30px; }
  .footer-bottom { flex-direction: column; padding-bottom: 80px; }
  .consent { align-items: stretch; flex-direction: column; gap: 14px; padding: 18px; }
  .consent-actions { display: grid; grid-template-columns: 1fr 1.35fr; }
  .consent-actions .button { padding-inline: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .trust-bar, .primary-nav, .menu-toggle, .button-row, .floating-wa, .consent, .guide-nav, .site-footer { display: none !important; }
  .site-header { position: static; }
  .page-hero { padding: 30px 0; background: white; }
  .page-body { padding: 0; }
  .section { padding: 28px 0; break-inside: avoid; }
  .card, .callout, .answer-box, .table-wrap { box-shadow: none; }
}
