:root {
  --navy: #17324d;
  --navy-2: #0e253a;
  --red: #b4232f;
  --red-2: #d75b46;
  --ink: #1b2836;
  --muted: #647484;
  --line: #dfe6ea;
  --soft: #f5f8f9;
  --soft-red: #fbf3f2;
  --white: #ffffff;
  --gold: #f2b544;
  --radius: 22px;
  --shadow: 0 20px 60px rgba(23,50,77,.11);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
address { font-style: normal; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 96px 0; }
.section-light { background: var(--soft); }
.section-dark { color: var(--white); background: linear-gradient(135deg, var(--navy-2), var(--navy)); }
.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; top: 12px; left: 12px; transform: translateY(-160%); background: var(--white); color: var(--navy); padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(180,35,47,.35); outline-offset: 3px; }

.utility-bar { background: var(--navy-2); color: #dbe5ec; font-size: 13px; }
.utility-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.utility-left, .utility-right { display: flex; align-items: center; gap: 11px; }
.utility-bar a { text-decoration: none; }
.utility-bar a:hover { color: var(--white); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(23,50,77,.08); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--navy); min-width: max-content; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; }
.brand-mark svg path:first-child { fill: var(--red); }
.brand-mark .brand-path { fill: none; stroke: var(--white); stroke-width: 3.4; stroke-linecap: round; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-size: 16px; letter-spacing: -.2px; }
.brand-copy span { font-size: 12px; margin-top: 3px; text-transform: uppercase; letter-spacing: 2.25px; color: var(--muted); }
.primary-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.primary-nav a { text-decoration: none; font-size: 14px; font-weight: 650; color: #35495c; }
.primary-nav a:hover { color: var(--red); }
.nav-toggle { display: none; margin-left: auto; border: 0; background: transparent; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--navy); border-radius: 2px; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 13px; font-weight: 800; font-size: 14px; text-decoration: none; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--red), var(--red-2)); box-shadow: 0 12px 26px rgba(180,35,47,.23); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(180,35,47,.30); }
.button-ghost { color: var(--navy); background: var(--white); border-color: #cbd7de; }
.button-small { min-height: 42px; padding-inline: 17px; }
.button-full { width: 100%; }

.hero { overflow: hidden; background: radial-gradient(circle at 14% 8%, rgba(180,35,47,.08), transparent 31%), linear-gradient(180deg,#fff,#fbfcfc); }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 62px; align-items: center; }
.eyebrow { display: inline-block; margin-bottom: 15px; color: var(--red); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: 1.7px; }
.eyebrow-light { color: #ffb4ad; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; max-width: 720px; color: var(--navy); font-size: clamp(48px,7.2vw,82px); line-height: .99; letter-spacing: -3.6px; }
h2 { margin-bottom: 18px; color: var(--navy); font-size: clamp(34px,4.5vw,54px); line-height: 1.05; letter-spacing: -2.1px; }
h3 { color: var(--navy); line-height: 1.2; }
.hero-lede { max-width: 690px; margin-bottom: 28px; color: #4f6273; font-size: 20px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.trust-row { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 31px; color: #536677; font-size: 13px; font-weight: 650; }
.trust-row i { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 5px; color: var(--red); background: var(--soft-red); border-radius: 50%; font-style: normal; }
.hero-panel { position: relative; overflow: hidden; background: var(--white); border: 1px solid #e0e8ec; border-radius: 30px; box-shadow: var(--shadow); }
.hero-art { background: #f7f8f8; }
.quick-help { display: grid; grid-template-columns: .85fr 1.15fr; gap: 28px; padding: 28px; border-top: 1px solid var(--line); }
.quick-help h2 { margin: 5px 0 0; font-size: 23px; letter-spacing: -.6px; }
.mini-label { color: var(--red); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: 1.5px; }
.quick-links { display: grid; gap: 8px; }
.quick-links a { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); text-decoration: none; color: #405365; font-size: 13px; font-weight: 700; }
.quick-links a:last-child { border-bottom: 0; }
.quick-links a:hover { color: var(--red); }
.quick-links span { color: var(--red); }

.proof-strip { background: var(--navy); color: var(--white); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { padding: 29px 30px; border-right: 1px solid rgba(255,255,255,.13); }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong { display: block; font-size: 24px; line-height: 1.1; }
.proof-grid span { display: block; margin-top: 6px; color: #bdcad4; font-size: 13px; }

.split-head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.split-head p { color: #526474; font-size: 17px; }
.values-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 58px; }
.values-grid article { min-height: 210px; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.values-grid span { color: var(--red); font-size: 12px; font-weight: 850; letter-spacing: 1px; }
.values-grid h3 { margin: 30px 0 10px; font-size: 21px; }
.values-grid p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.section-heading { max-width: 760px; margin-bottom: 50px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading p { color: var(--muted); font-size: 17px; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { position: relative; min-height: 370px; padding: 28px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg,var(--red),var(--red-2)); transition: transform .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #cfdadf; box-shadow: 0 18px 44px rgba(23,50,77,.09); }
.service-card:hover::after { transform: scaleX(1); }
.icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 24px; color: var(--red); background: var(--soft-red); border-radius: 15px; }
.icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin-bottom: 12px; font-size: 21px; }
.service-card p { color: #5d6e7d; font-size: 14px; }
.service-card ul { margin: 19px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-card li { position: relative; padding-left: 18px; margin: 7px 0; color: #4f6273; font-size: 13px; }
.service-card li::before { content: ""; position: absolute; top: 9px; left: 0; width: 6px; height: 6px; background: var(--red); border-radius: 50%; }

.section-dark h2, .section-dark h3 { color: var(--white); }
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.step { padding: 28px 22px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.055); }
.step > span { display: inline-grid; place-items: center; width: 40px; height: 40px; margin-bottom: 26px; color: var(--navy); background: var(--white); border-radius: 50%; font-weight: 900; }
.step h3 { margin-bottom: 10px; font-size: 19px; }
.step p { margin-bottom: 0; color: #c5d1da; font-size: 14px; }
.boundary-callout { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; margin-top: 30px; padding: 25px; background: #fff; color: var(--ink); border-radius: var(--radius); }
.boundary-callout h3 { color: var(--navy); margin-bottom: 6px; }
.boundary-callout p { margin-bottom: 0; color: #5f7180; font-size: 14px; }
.boundary-icon { display: grid; place-items: center; width: 42px; height: 42px; color: var(--white); background: var(--red); border-radius: 50%; font-weight: 900; }

.who-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 76px; align-items: center; }
.who-copy p { color: var(--muted); }
.who-tags { display: flex; flex-wrap: wrap; gap: 11px; }
.who-tags span { padding: 13px 17px; color: #33495c; background: var(--soft); border: 1px solid var(--line); border-radius: 999px; font-size: 13px; font-weight: 750; }

.resources-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.resources-copy p { color: var(--muted); }
.small-note { font-size: 13px; }
.resource-list { display: grid; gap: 12px; }
.resource-list a { display: flex; flex-direction: column; gap: 4px; padding: 20px 22px; background: var(--white); border: 1px solid var(--line); border-radius: 15px; text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.resource-list a:hover { transform: translateX(4px); border-color: #c6d2d9; }
.resource-list strong { color: var(--navy); }
.resource-list span { color: var(--muted); font-size: 13px; }

.involve-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.involve-card { position: relative; padding: 31px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.involve-card .number { position: absolute; top: 24px; right: 28px; color: #d9e0e4; font-size: 34px; font-weight: 900; }
.involve-card h3 { margin: 52px 0 10px; font-size: 24px; }
.involve-card p { min-height: 92px; color: var(--muted); font-size: 14px; }
.involve-card a { color: var(--red); text-decoration: none; font-size: 13px; font-weight: 850; }

.help-section { color: var(--white); background: linear-gradient(135deg,#9d1f2b,#c54842); }
.help-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 74px; align-items: start; }
.help-section h2 { color: var(--white); }
.help-copy > p { color: #ffe3df; font-size: 17px; }
.privacy-box { margin-top: 36px; padding: 22px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 16px; }
.privacy-box p { margin: 5px 0 0; color: #ffe7e3; font-size: 13px; }
.help-form { padding: 30px; background: var(--white); color: var(--ink); border-radius: 24px; box-shadow: 0 22px 60px rgba(80,10,15,.16); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.help-form label { display: grid; gap: 7px; margin-bottom: 15px; color: #415466; font-size: 13px; font-weight: 760; }
.help-form input, .help-form select, .help-form textarea { width: 100%; border: 1px solid #cbd8df; border-radius: 11px; padding: 12px 13px; color: var(--ink); background: #fff; }
.help-form input, .help-form select { min-height: 47px; }
.help-form textarea { resize: vertical; min-height: 122px; }
.help-form input:focus, .help-form select:focus, .help-form textarea:focus { border-color: var(--red); outline: 3px solid rgba(180,35,47,.11); }
.optional { color: #8996a2; font-weight: 500; }
.consent { grid-template-columns: auto 1fr !important; gap: 10px !important; align-items: start; margin: 6px 0 18px !important; font-weight: 550 !important; line-height: 1.5; }
.consent input { width: 18px; height: 18px; min-height: 0; margin-top: 2px; accent-color: var(--red); }
.form-status { min-height: 20px; margin: 9px 0 0; text-align: center; color: var(--red); font-size: 12px; font-weight: 700; }

.contact-section { background: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-card, .social-card { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); }
.contact-card { background: var(--soft); }
.contact-lines { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 30px 0; }
.contact-lines > div > span { display: block; margin-bottom: 5px; color: var(--red); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: 1.2px; }
.contact-lines a { color: var(--navy); text-decoration: none; font-weight: 800; }
.contact-lines p, .contact-lines address { margin: 0; color: #506273; }
.contact-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.social-card p { color: var(--muted); }
.social-links { display: grid; gap: 11px; margin-top: 28px; }
.social-links a { display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: center; padding: 15px; border: 1px solid var(--line); border-radius: 14px; text-decoration: none; }
.social-links a:hover { border-color: #c4d0d7; background: var(--soft); }
.social-icon { display: grid; place-items: center; width: 40px; height: 40px; color: var(--white); background: var(--navy); border-radius: 11px; font-size: 13px; font-weight: 900; }
.social-links strong { display: block; color: var(--navy); font-size: 14px; }
.social-links small { display: block; color: var(--muted); }
.social-links b { color: var(--red); font-size: 18px; }

.site-footer { background: #0a1d2e; color: #bcc8d1; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .65fr .65fr 1fr; gap: 50px; padding: 68px 0 46px; }
.brand-footer { color: var(--white); }
.brand-footer .brand-copy span { color: #91a4b3; }
.footer-brand p { max-width: 340px; margin: 20px 0 0; font-size: 13px; }
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer-links strong, .footer-note strong { color: var(--white); margin-bottom: 5px; }
.footer-links a { color: #b8c5ce; text-decoration: none; font-size: 13px; }
.footer-links a:hover { color: var(--white); }
.footer-note p { font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0 26px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }

.floating-help { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: inline-flex; align-items: center; gap: 13px; padding: 13px 15px; color: var(--white); background: var(--navy); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; box-shadow: 0 14px 38px rgba(0,0,0,.2); text-decoration: none; font-size: 13px; font-weight: 800; }
.floating-help span { display: grid; place-items: center; width: 25px; height: 25px; color: var(--navy); background: var(--white); border-radius: 50%; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .header-cta { display: none; }
  .primary-nav { gap: 17px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 850px; }
  .hero-panel { max-width: 760px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .steps-grid, .values-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1.3fr .7fr .7fr; }
  .footer-note { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .utility-right { display: none; }
  .utility-inner { justify-content: center; }
  .nav-wrap { min-height: 70px; }
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 16px 20px 22px; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(23,50,77,.08); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .primary-nav a:last-child { border-bottom: 0; }
  .section-pad { padding: 72px 0; }
  h1 { font-size: clamp(46px,14vw,68px); letter-spacing: -2.7px; }
  .hero-grid { gap: 40px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .split-head, .who-grid, .resources-grid, .help-grid { grid-template-columns: 1fr; gap: 34px; }
  .contact-grid { grid-template-columns: 1fr; }
  .involve-grid { grid-template-columns: 1fr; }
  .involve-card p { min-height: auto; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, var(--max)); }
  .utility-left { gap: 8px; font-size: 11px; }
  .brand-mark { width: 35px; height: 35px; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy span { font-size: 10px; letter-spacing: 1.8px; }
  .hero { padding-top: 62px; }
  .hero-lede { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; gap: 10px; }
  .hero-panel { border-radius: 20px; }
  .quick-help { grid-template-columns: 1fr; gap: 18px; padding: 21px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .proof-grid > div:last-child { border-bottom: 0; }
  .values-grid, .services-grid, .steps-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .help-form { padding: 22px; }
  .contact-lines { grid-template-columns: 1fr; }
  .contact-card, .social-card { padding: 26px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-brand, .footer-note { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .floating-help { right: 14px; bottom: 14px; }
}

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