:root {
  --navy: #0b2a5b;
  --blue: #184d91;
  --red: #df2638;
  --red-dark: #bd1728;
  --ink: #14243b;
  --muted: #5e6d81;
  --line: #dbe3ec;
  --soft: #f4f7fa;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 14px 40px rgba(11, 42, 91, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(100% - 32px, 1180px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: 12px; transform: translateY(-160%); padding: 10px 14px; background: var(--white); color: var(--navy); border: 2px solid var(--navy); border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 30; top: 0; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; text-decoration: none; }
.brand img { width: 104px; height: auto; }
.brand span { display: none; line-height: 1.25; }
.brand strong { display: block; color: var(--navy); font-size: 1.05rem; }
.brand small { color: var(--muted); font-size: .72rem; }
.menu-toggle { width: 46px; height: 46px; padding: 11px; display: grid; align-content: center; gap: 5px; background: transparent; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.menu-toggle span { height: 2px; background: var(--navy); border-radius: 2px; transition: .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.main-nav { position: absolute; inset: 74px 0 auto; display: none; padding: 12px 16px 18px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
.main-nav.is-open { display: grid; }
.main-nav a { padding: 13px 10px; color: var(--navy); font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--line); }
.main-nav .nav-cta { margin-top: 8px; color: var(--white); text-align: center; background: var(--red); border: 0; border-radius: 10px; }

.hero { padding: 28px 0 36px; overflow: hidden; background: linear-gradient(145deg, #fff 60%, #f2f6fb 60%); }
.hero-grid { display: grid; gap: 30px; }
.hero-copy { align-self: center; }
.eyebrow { margin: 0 0 12px; color: var(--red); font-weight: 850; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 3px; margin: 0 10px 3px 0; background: var(--red); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin-top: 0; color: var(--navy); line-height: 1.12; }
h1 { max-width: 750px; margin-bottom: 20px; font-size: clamp(2.25rem, 8.5vw, 4.5rem); letter-spacing: -.045em; }
h1 span { color: var(--red); }
.hero-lead { max-width: 680px; margin: 0 0 24px; color: #40516a; font-size: clamp(1.05rem, 3.3vw, 1.3rem); }
.hero-actions { display: grid; gap: 11px; }
.button { min-height: 52px; padding: 14px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 800; text-align: center; text-decoration: none; border: 2px solid transparent; border-radius: 12px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .main-nav a:focus-visible, summary:focus-visible { outline: 3px solid #ffbf47; outline-offset: 3px; }
.button-primary { color: var(--white); background: var(--red); box-shadow: 0 10px 24px rgba(223,38,56,.22); }
.button-primary:hover { background: var(--red-dark); }
.button-secondary { color: var(--navy); background: var(--white); border-color: #b8c8db; }
.hero-note { margin: 16px 0 0; color: var(--navy); font-size: .9rem; font-weight: 700; }
.hero-note span { margin-right: 7px; color: #16825c; }
.hero-visual { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: 22px 22px 4px 22px; box-shadow: var(--shadow); }
.hero-visual::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(6,29,66,.93)); pointer-events: none; }
.hero-visual img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.hero-visual figcaption { position: absolute; z-index: 1; left: 22px; right: 30px; bottom: 22px; color: var(--white); }
.hero-visual figcaption::after { content: ""; position: absolute; top: -12px; left: 0; width: 42px; height: 4px; background: var(--red); }
.hero-visual strong, .hero-visual span { display: block; }
.hero-visual strong { font-size: 1.25rem; }

.trust { border-block: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust p { margin: 0; padding: 16px 4px; display: grid; place-items: center; gap: 4px; color: var(--navy); text-align: center; font-size: .76rem; border-right: 1px solid var(--line); }
.trust p:last-child { border-right: 0; }
.trust p span { color: var(--red); font-size: 1.2rem; }

.section { padding: 72px 0; }
.section-muted { background: var(--soft); }
.section-heading { max-width: 700px; margin-bottom: 32px; }
.section-heading h2, .orientation h2, .final-cta h2 { margin-bottom: 14px; font-size: clamp(1.8rem, 6vw, 3rem); letter-spacing: -.035em; }
.section-heading > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 1.05rem; }
.help-grid { display: grid; gap: 16px; }
.help-card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 28px rgba(11,42,91,.045); }
.card-icon { width: 48px; height: 48px; margin-bottom: 22px; display: grid; place-items: center; color: var(--white); font-weight: 900; background: var(--navy); border-radius: 50%; }
.help-card h3, .type-grid h3 { margin-bottom: 9px; font-size: 1.2rem; }
.help-card p, .type-grid p { margin: 0; color: var(--muted); }
.type-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.type-grid article { min-width: 0; padding: 18px 14px; background: var(--white); border: 1px solid var(--line); border-top: 3px solid var(--red); border-radius: 12px; }
.type-grid article > span { width: 38px; height: 38px; margin-bottom: 13px; display: grid; place-items: center; color: var(--navy); font-weight: 900; background: #eaf1f8; border-radius: 10px; }
.type-grid h3 { font-size: 1rem; }
.type-grid p { font-size: .87rem; }

.orientation { padding-block: 52px; }
.orientation-card { padding: 30px; display: grid; gap: 24px; align-items: center; color: #e8eff9; background: var(--navy); border-radius: 20px; }
.orientation-card h2 { color: var(--white); }
.orientation-card p { margin-bottom: 0; }
.eyebrow-light { color: #ff8b96; }
.button-light { color: var(--navy); background: var(--white); }
.faq-layout { display: grid; gap: 28px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 20px 38px 20px 0; position: relative; color: var(--navy); font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 15px; right: 4px; font-size: 1.5rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -4px 0 20px; color: var(--muted); }
.final-cta { padding: 56px 0; color: var(--white); background: linear-gradient(105deg, #0b2a5b, #123d78); }
.final-cta-inner { display: grid; gap: 24px; align-items: center; }
.final-cta h2 { margin-bottom: 0; color: var(--white); }

.site-footer { padding: 48px 0 calc(96px + env(safe-area-inset-bottom)); color: #cbd7e7; background: #071b3a; }
.footer-grid { display: grid; gap: 34px; }
.footer-brand img { width: 180px; padding: 8px; background: var(--white); border-radius: 10px; }
.footer-brand p { max-width: 380px; }
.footer-grid h2 { margin-bottom: 10px; color: var(--white); font-size: 1rem; }
.footer-grid a { padding: 5px 0; display: block; color: #d9e2ef; text-decoration: none; }
.footer-grid a:hover { color: var(--white); text-decoration: underline; }
.footer-bottom { margin-top: 34px; padding-top: 22px; display: grid; gap: 4px; font-size: .82rem; border-top: 1px solid rgba(255,255,255,.15); }
.footer-bottom p { margin: 0; }
.mobile-sticky { position: fixed; z-index: 25; right: 0; bottom: 0; left: 0; padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.97); border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(11,42,91,.1); }
.mobile-sticky a { min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--white); font-weight: 850; text-decoration: none; background: var(--red); border-radius: 12px; }

@media (min-width: 480px) {
  .brand span { display: block; }
  .hero-actions { grid-template-columns: max-content max-content; }
}

@media (min-width: 760px) {
  .container { width: min(100% - 64px, 1180px); }
  .menu-toggle { display: none; }
  .main-nav { position: static; padding: 0; display: flex; align-items: center; gap: 8px; background: none; border: 0; box-shadow: none; }
  .main-nav a { padding: 10px 12px; border: 0; }
  .main-nav .nav-cta { margin: 0 0 0 4px; padding-inline: 18px; }
  .hero { padding: 56px 0; }
  .hero-grid { grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); gap: 46px; }
  .help-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .type-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
  .orientation-card { padding: 44px; grid-template-columns: minmax(0, 1fr) max-content; }
  .faq-layout { grid-template-columns: .78fr 1.22fr; gap: 70px; }
  .final-cta-inner { grid-template-columns: minmax(0, 1fr) max-content; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-bottom { grid-template-columns: 1fr auto; }
  .site-footer { padding-bottom: 30px; }
  .mobile-sticky { display: none; }
}

@media (min-width: 1040px) {
  .header-inner { min-height: 84px; }
  .brand img { width: 124px; }
  .hero { padding-block: 68px; }
  .hero-visual img { min-height: 520px; }
}

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