:root {
  --navy: #082e62;
  --navy-deep: #06244d;
  --blue: #0f68ba;
  --blue-bright: #1682d4;
  --sky: #e9f5ff;
  --sky-soft: #f5faff;
  --ink: #10253e;
  --muted: #607287;
  --line: #d7e5f1;
  --white: #ffffff;
  --warm: #f0a62e;
  --canvas: #f7fbff;
  --canvas-blue: #edf7ff;
  --glass: rgba(255,255,255,.82);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy-deep); }
body {
  margin: 0;
  background:
    radial-gradient(circle at 7% 4%, rgba(22,130,212,.13), transparent 29rem),
    radial-gradient(circle at 93% 10%, rgba(240,166,46,.08), transparent 23rem),
    linear-gradient(180deg, #ffffff 0%, var(--canvas) 24%, #ffffff 49%, #f5faff 76%, #ffffff 100%);
  color: var(--ink);
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body::selection { color: var(--white); background: var(--blue); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

main {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
}
main::before,
main::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
}
main::before {
  background-image: radial-gradient(circle, rgba(15,104,186,.24) 1px, transparent 1.3px);
  background-size: 34px 34px;
  opacity: .22;
  -webkit-mask-image: linear-gradient(to bottom, transparent 2%, #000 10%, #000 88%, transparent 97%);
  mask-image: linear-gradient(to bottom, transparent 2%, #000 10%, #000 88%, transparent 97%);
}
main::after {
  z-index: -2;
  background:
    radial-gradient(circle at 5% 18%, transparent 0 180px, rgba(15,104,186,.075) 181px, transparent 184px),
    radial-gradient(circle at 96% 31%, rgba(22,130,212,.09), transparent 320px),
    radial-gradient(circle at 3% 52%, rgba(240,166,46,.055), transparent 240px),
    radial-gradient(circle at 92% 67%, transparent 0 230px, rgba(15,104,186,.065) 231px, transparent 234px),
    radial-gradient(circle at 8% 82%, rgba(22,130,212,.085), transparent 300px);
}

.skip-link {
  position: fixed;
  z-index: 100;
  left: 16px;
  top: -80px;
  padding: 12px 16px;
  color: var(--white);
  background: var(--navy);
  border-radius: 0 0 10px 10px;
  font-weight: 800;
}
.skip-link:focus { top: 0; }

.top-strip {
  min-height: 36px;
  padding: 8px max(20px, calc((100% - 1180px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #cfe5f8;
  background: var(--navy-deep);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .15px;
}
.top-strip a { color: var(--white); font-weight: 800; }
.top-strip a:hover { text-decoration: underline; text-underline-offset: 3px; }

.site-header {
  width: 100%;
  min-height: 84px;
  padding: 0 max(20px, calc((100% - 1180px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(250,253,255,.88);
  border-bottom: 1px solid rgba(181,211,234,.62);
  box-shadow: 0 10px 34px rgba(8,46,98,.055);
  backdrop-filter: blur(20px) saturate(135%);
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  color: var(--blue);
  font-size: 31px;
  font-weight: 950;
  letter-spacing: -3.5px;
  line-height: 1;
  padding-right: 12px;
  border-right: 1px solid var(--line);
}
.brand-name { color: var(--navy); font-size: 18px; font-weight: 850; letter-spacing: -.45px; }
.desktop-nav { display: flex; align-items: center; gap: 28px; color: #425971; font-size: 13px; font-weight: 750; }
.desktop-nav a:not(.nav-cta) { position: relative; }
.desktop-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--blue); transition: right .2s ease; }
.desktop-nav a:not(.nav-cta):hover { color: var(--blue); }
.desktop-nav a:not(.nav-cta):hover::after { right: 0; }
.nav-cta {
  color: var(--white) !important;
  background: var(--navy);
  padding: 13px 19px;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(9,47,98,.18);
  transition: transform .2s ease, background .2s ease;
}
.nav-cta:hover { transform: translateY(-2px); background: var(--blue); }

.hero {
  min-height: calc(100vh - 120px);
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 48px;
  padding: 50px 0 82px;
  position: relative;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 540px;
  height: 540px;
  left: -300px;
  top: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(17,103,183,.16), rgba(17,103,183,0) 68%);
  filter: blur(2px);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 28px -34px 54px;
  border: 1px solid rgba(170,207,233,.52);
  border-radius: 42px;
  background:
    radial-gradient(circle at 82% 24%, rgba(22,130,212,.12), transparent 31%),
    radial-gradient(circle at 15% 93%, rgba(240,166,46,.065), transparent 24%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(237,247,255,.86));
  box-shadow:
    0 38px 95px rgba(8,46,98,.09),
    inset 0 1px 0 rgba(255,255,255,.9);
}
.hero-copy { padding-bottom: 14px; }
.eyebrow,
.section-kicker {
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 2.3px;
  font-size: 11px;
  font-weight: 950;
}
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 26px; height: 3px; border-radius: 4px; background: var(--warm); }
h1 {
  margin: 23px 0 24px;
  color: var(--navy);
  font-size: clamp(53px, 6vw, 78px);
  line-height: .98;
  letter-spacing: -4.6px;
  max-width: 650px;
}
h1 em,
h2 em { color: var(--blue); font-style: normal; }
h1 em { display: block; }
.hero-copy > p { margin: 0; max-width: 560px; color: var(--muted); font-size: 19px; line-height: 1.65; }
.hero-actions { margin-top: 34px; display: flex; gap: 12px; flex-wrap: wrap; }
.button {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 850;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible,
a:focus-visible,
summary:focus-visible { outline: 3px solid rgba(22,130,212,.45); outline-offset: 4px; }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 14px 28px rgba(17,103,183,.22); }
.button-primary:hover { background: var(--navy); box-shadow: 0 17px 34px rgba(9,47,98,.26); }
.button-primary span { font-size: 20px; }
.button-secondary { color: var(--navy); border: 1px solid var(--line); background: var(--white); }
.button-secondary:hover { border-color: #afcbe1; box-shadow: 0 12px 28px rgba(9,47,98,.09); }
.hero-notes { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 30px; color: #607287; font-size: 12px; font-weight: 750; }
.hero-notes b { display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 7px; border-radius: 50%; color: var(--blue); background: var(--sky); }

.hero-visual { position: relative; height: 610px; display: grid; place-items: center; }
.blue-orbit { position: absolute; width: 480px; height: 480px; border-radius: 50%; background: linear-gradient(145deg, #ebf7ff, #d8ecfb); right: 3px; top: 54px; }
.blue-orbit::before { content: ""; position: absolute; width: 38px; height: 38px; border-radius: 50%; background: var(--warm); right: 22px; top: 84px; box-shadow: -405px 300px 0 -9px var(--blue); }
.blue-orbit::after { content: ""; position: absolute; inset: 28px; border: 1px solid rgba(17,103,183,.14); border-radius: 50%; }
.mascot-card { position: relative; z-index: 2; width: 450px; height: 560px; overflow: hidden; border-radius: 34px 34px 120px 34px; box-shadow: 0 26px 70px rgba(9,47,98,.17); background: #f0eeee; }
.mascot-card img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 58% 55%; }
.floating-card { position: absolute; z-index: 3; left: 0; bottom: 52px; width: 275px; padding: 15px; border: 1px solid rgba(255,255,255,.75); border-radius: 18px; background: rgba(255,255,255,.95); box-shadow: 0 18px 45px rgba(9,47,98,.18); backdrop-filter: blur(12px); display: grid; grid-template-columns: 48px 1fr; gap: 12px; align-items: center; color: var(--muted); font-size: 12px; line-height: 1.45; }
.floating-card strong { display: block; color: var(--navy); font-size: 13px; }
.floating-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--white); background: var(--blue); font-size: 13px; font-weight: 950; letter-spacing: -1px; }

.trust-rail {
  width: min(1180px, calc(100% - 40px));
  margin: -18px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(183,212,234,.78);
  border-radius: 20px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 20px 55px rgba(9,47,98,.11), inset 0 1px 0 rgba(255,255,255,.95);
  backdrop-filter: blur(18px) saturate(135%);
  overflow: hidden;
}
.trust-rail div { min-height: 92px; padding: 22px; display: flex; align-items: center; gap: 13px; border-right: 1px solid var(--line); }
.trust-rail div:last-child { border-right: 0; }
.trust-rail span { color: var(--blue); font-size: 11px; font-weight: 950; }
.trust-rail strong { color: var(--navy); font-size: 13px; line-height: 1.35; }

.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; margin-bottom: 52px; }
.section-heading h2,
.help-intro h2,
.matrix-copy h2,
.faq-section h2 {
  margin: 12px 0 0;
  color: var(--navy);
  font-size: clamp(39px, 4.6vw, 60px);
  line-height: 1.04;
  letter-spacing: -3.3px;
}
.section-heading > p,
.help-intro > p,
.matrix-copy > p,
.faq-section > div:first-child > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.68; }

.auxilio-section { position: relative; isolation: isolate; }
.auxilio-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 66px -86px 72px;
  border: 1px solid rgba(195,220,239,.58);
  border-radius: 48px;
  background:
    radial-gradient(circle at 92% 8%, rgba(22,130,212,.09), transparent 27%),
    linear-gradient(145deg, rgba(255,255,255,.82), rgba(235,246,255,.72));
  box-shadow: 0 32px 90px rgba(8,46,98,.055), inset 0 1px 0 rgba(255,255,255,.92);
}
.eligibility-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.info-card { min-height: 270px; padding: 30px 27px; border: 1px solid rgba(190,216,236,.8); border-radius: 20px; background: rgba(255,255,255,.9); position: relative; overflow: hidden; box-shadow: inset 0 1px 0 rgba(255,255,255,.95); backdrop-filter: blur(12px); transition: transform .2s ease, box-shadow .2s ease; }
.info-card:hover { transform: translateY(-5px); box-shadow: 0 18px 36px rgba(9,47,98,.09); }
.info-card::after { content: ""; position: absolute; width: 110px; height: 110px; right: -55px; bottom: -55px; border-radius: 50%; background: var(--sky); }
.featured-card { color: var(--white); border-color: var(--blue); background: var(--blue); box-shadow: 0 18px 40px rgba(17,103,183,.2); }
.featured-card::after { background: rgba(255,255,255,.1); }
.card-number { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 40px; color: var(--blue); background: var(--sky); border-radius: 13px; font-size: 11px; font-weight: 950; }
.featured-card .card-number { color: var(--white); background: rgba(255,255,255,.16); }
.info-card h3 { margin: 0 0 12px; color: var(--navy); font-size: 20px; line-height: 1.2; letter-spacing: -.5px; }
.info-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.58; }
.featured-card h3,
.featured-card p { color: var(--white); }
.featured-card p { opacity: .82; }

.benefit-highlight { margin-top: 26px; min-height: 230px; padding: 38px 42px; border-radius: 24px; display: grid; grid-template-columns: 88px 1fr auto; align-items: center; gap: 30px; color: var(--white); background: linear-gradient(115deg, var(--navy-deep), var(--navy) 58%, #0b5598); position: relative; overflow: hidden; }
.benefit-highlight::after { content: ""; position: absolute; width: 270px; height: 270px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; right: -65px; top: -115px; }
.highlight-symbol { width: 82px; height: 82px; display: grid; place-items: center; border-radius: 23px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); font-size: 47px; font-weight: 250; }
.light-kicker { color: #89cfff; }
.benefit-highlight h3 { margin: 11px 0 8px; font-size: 30px; letter-spacing: -1.3px; }
.benefit-highlight p { max-width: 620px; margin: 0; color: #d1e3f4; font-size: 15px; line-height: 1.6; }
.benefit-highlight > a { z-index: 1; padding: 13px 0 4px; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 13px; font-weight: 850; white-space: nowrap; }

.who-can { margin-top: 70px; padding: 50px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 20px 50px; border-radius: 24px; background: rgba(246,251,255,.84); border: 1px solid rgba(190,218,239,.72); box-shadow: 0 20px 50px rgba(8,46,98,.055), inset 0 1px 0 rgba(255,255,255,.95); backdrop-filter: blur(15px); }
.who-can h3 { margin: 12px 0 0; color: var(--navy); font-size: 30px; line-height: 1.12; letter-spacing: -1.4px; }
.category-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.category-list span { min-height: 48px; display: flex; align-items: center; padding: 0 16px; border: 1px solid #d7e7f4; border-radius: 12px; color: #355570; background: var(--white); font-size: 13px; font-weight: 800; }
.category-list span::before { content: "✓"; width: 23px; height: 23px; margin-right: 9px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: var(--sky); font-size: 11px; }
.fine-print { grid-column: 1 / -1; padding-top: 20px; margin: 0; border-top: 1px solid #d9e8f4; color: #718499; font-size: 11px; line-height: 1.6; }

.help-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: start; position: relative; isolation: isolate; }
.help-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 63%;
  right: -72px;
  top: 60px;
  bottom: 60px;
  border: 1px solid rgba(190,218,239,.58);
  border-radius: 42px;
  background:
    radial-gradient(circle at 90% 8%, rgba(240,166,46,.075), transparent 25%),
    linear-gradient(145deg, rgba(237,247,255,.78), rgba(255,255,255,.72));
  box-shadow: 0 28px 72px rgba(8,46,98,.05), inset 0 1px 0 rgba(255,255,255,.9);
}
.help-intro { position: sticky; top: 130px; }
.help-intro > p { margin-top: 24px; }
.steps-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.steps-list li { min-height: 150px; padding: 28px 0; display: grid; grid-template-columns: 74px 1fr; gap: 22px; align-items: center; border-bottom: 1px solid var(--line); }
.steps-list > li > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: var(--sky); font-size: 12px; font-weight: 950; }
.steps-list h3 { margin: 0 0 9px; color: var(--navy); font-size: 22px; letter-spacing: -.7px; }
.steps-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.presence-section { width: min(1180px, calc(100% - 40px)); min-height: 310px; margin: 0 auto; padding: 54px 58px; display: grid; grid-template-columns: 180px 1fr 245px; align-items: center; gap: 48px; color: var(--white); background: radial-gradient(circle at 88% 14%, rgba(58,165,231,.34), transparent 30%), radial-gradient(circle at 8% 100%, rgba(240,166,46,.12), transparent 27%), linear-gradient(118deg, #041f43, var(--navy) 52%, #0b5fa6); border: 1px solid rgba(142,202,240,.22); border-radius: 30px; box-shadow: 0 30px 76px rgba(6,36,77,.24), inset 0 1px 0 rgba(255,255,255,.08); position: relative; overflow: hidden; scroll-margin-top: 110px; }
.presence-section::before,
.presence-section::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; pointer-events: none; }
.presence-section::before { width: 310px; height: 310px; left: -172px; top: -170px; }
.presence-section::after { width: 410px; height: 410px; right: -270px; bottom: -290px; }
.presence-stat,
.presence-copy,
.presence-link { position: relative; z-index: 1; }
.presence-stat { min-height: 172px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.18); border-radius: 25px; background: rgba(255,255,255,.09); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
.presence-stat strong { display: flex; align-items: flex-start; color: var(--white); font-size: 82px; line-height: .84; letter-spacing: -6px; }
.presence-stat strong span { margin: 2px 0 0 4px; color: var(--warm); font-size: 29px; letter-spacing: -1px; }
.presence-stat small { margin-top: 18px; color: #cde4f7; font-size: 10px; font-weight: 900; letter-spacing: 1.6px; text-transform: uppercase; }
.presence-copy h2 { max-width: 590px; margin: 13px 0 14px; font-size: clamp(31px, 3.4vw, 45px); line-height: 1.06; letter-spacing: -2.2px; }
.presence-copy p { max-width: 610px; margin: 0; color: #d4e5f4; font-size: 15px; line-height: 1.65; }
.presence-link { min-height: 104px; padding: 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid rgba(255,255,255,.26); border-radius: 20px; background: rgba(255,255,255,.12); font-size: 13px; font-weight: 850; line-height: 1.4; transition: transform .2s ease, background .2s ease; }
.presence-link:hover { transform: translateY(-3px); background: rgba(255,255,255,.19); }
.presence-link span { color: var(--warm); font-size: 23px; }

.values-band { width: min(1180px, calc(100% - 40px)); margin: 24px auto 0; padding: 36px 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; color: var(--white); background: radial-gradient(circle at 92% 0%, rgba(116,203,255,.24), transparent 28%), linear-gradient(118deg, #0b5b9f, var(--blue) 56%, #1682d4); border: 1px solid rgba(255,255,255,.16); border-radius: 24px; box-shadow: 0 24px 58px rgba(17,103,183,.23), inset 0 1px 0 rgba(255,255,255,.12); }
.values-band > div { min-height: 80px; display: grid; grid-template-columns: 55px 1fr; align-items: center; gap: 16px; border-right: 1px solid rgba(255,255,255,.18); }
.values-band > div:last-child { border-right: 0; }
.values-band b { font-size: 42px; font-weight: 950; opacity: .4; }
.values-band span { padding-right: 20px; color: #d8ebfb; font-size: 12px; line-height: 1.45; }
.values-band strong { display: block; margin-bottom: 4px; color: var(--white); font-size: 14px; }

.matrix-section { display: grid; grid-template-columns: 1.12fr .88fr; gap: 72px; align-items: center; position: relative; isolation: isolate; }
.matrix-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 620px;
  height: 620px;
  left: -210px;
  top: 72px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22,130,212,.14), rgba(22,130,212,.035) 48%, transparent 70%);
}
.matrix-photo { height: 540px; border-radius: 28px; overflow: hidden; position: relative; background: var(--sky); box-shadow: 0 24px 60px rgba(9,47,98,.13); }
.matrix-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,31,64,.45), transparent 45%); pointer-events: none; }
.matrix-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.photo-label { position: absolute; z-index: 2; left: 24px; bottom: 22px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; color: var(--white); background: rgba(4,31,64,.45); backdrop-filter: blur(10px); font-size: 12px; font-weight: 850; }
.matrix-copy h2 { margin-bottom: 24px; }
.matrix-copy address { margin: 30px 0; padding: 23px 0; display: grid; grid-template-columns: 28px 1fr; gap: 12px; color: var(--muted); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 14px; line-height: 1.65; font-style: normal; }
.matrix-copy address strong { display: block; color: var(--navy); font-size: 17px; }
.pin { color: var(--warm); font-size: 17px; line-height: 1.2; }
.map-button { width: max-content; }

.faq-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; padding: 80px 54px 105px; position: relative; isolation: isolate; }
.faq-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 34px -28px 58px;
  border: 1px solid rgba(193,219,238,.62);
  border-radius: 42px;
  background:
    radial-gradient(circle at 5% 100%, rgba(22,130,212,.08), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.86), rgba(240,248,255,.76));
  box-shadow: 0 28px 80px rgba(8,46,98,.055), inset 0 1px 0 rgba(255,255,255,.92);
}
.faq-section > div:first-child > p { margin-top: 22px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; color: var(--navy); font-size: 16px; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 32px; height: 32px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: var(--sky); font-size: 20px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -6px 55px 27px 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.final-cta { width: min(1180px, calc(100% - 40px)); min-height: 330px; margin: 15px auto 0; padding: 60px 66px; display: flex; align-items: center; justify-content: space-between; gap: 50px; border: 1px solid rgba(137,207,255,.18); border-radius: 30px; color: var(--white); background: radial-gradient(circle at 82% 8%, rgba(61,167,232,.28), transparent 27%), radial-gradient(circle at 0% 100%, rgba(240,166,46,.11), transparent 24%), linear-gradient(120deg, #041f43, var(--navy) 58%, #0d579a); box-shadow: 0 30px 78px rgba(6,36,77,.23), inset 0 1px 0 rgba(255,255,255,.08); position: relative; overflow: hidden; }
.final-cta::before,
.final-cta::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.final-cta::before { width: 340px; height: 340px; right: 50px; top: -240px; }
.final-cta::after { width: 190px; height: 190px; right: -55px; bottom: -95px; }
.final-cta > div,
.final-cta > a { position: relative; z-index: 1; }
.final-cta h2 { margin: 14px 0 0; font-size: clamp(38px, 4.6vw, 59px); line-height: 1.04; letter-spacing: -3.1px; }
.final-cta h2 em { color: #89cfff; font-style: normal; }
.light-button { color: var(--navy); background: var(--white); box-shadow: 0 16px 30px rgba(0,0,0,.15); white-space: nowrap; }

.site-footer { width: 100%; margin: 82px 0 0; padding: 0; color: var(--white); background: radial-gradient(circle at 84% 0%, rgba(20,116,190,.27), transparent 29rem), linear-gradient(145deg, #041d3d, var(--navy-deep) 54%, #073365); position: relative; overflow: hidden; scroll-margin-top: 84px; }
.site-footer::before { content: ""; position: absolute; width: 520px; height: 520px; right: -310px; top: -285px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.018); pointer-events: none; }
.footer-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 72px 0 30px; position: relative; z-index: 1; }
.footer-top { display: grid; grid-template-columns: 1.05fr .55fr 1.08fr; gap: 72px; align-items: start; padding-bottom: 55px; }
.footer-brand .brand-mark { color: var(--white); border-right-color: rgba(255,255,255,.18); }
.footer-brand .brand-name { color: var(--white); }
.footer-brand-block > p { max-width: 350px; margin: 25px 0 28px; color: #a9c3dc; font-size: 14px; line-height: 1.65; }
.footer-presence { width: max-content; display: flex; align-items: center; gap: 14px; padding: 12px 18px 12px 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.055); }
.footer-presence strong { min-width: 66px; min-height: 50px; display: grid; place-items: center; border-radius: 12px; color: var(--navy-deep); background: var(--warm); font-size: 23px; letter-spacing: -1px; }
.footer-presence span { color: #d5e5f3; font-size: 11px; font-weight: 800; line-height: 1.35; }
.footer-label { display: block; margin-bottom: 21px; color: #72bdea; font-size: 10px; font-weight: 950; letter-spacing: 2px; text-transform: uppercase; }
.footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.footer-nav a { color: #c7d9e9; font-size: 13px; font-weight: 700; transition: color .2s ease, transform .2s ease; }
.footer-nav a:hover { color: var(--white); transform: translateX(3px); }
.footer-contact { padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.035)); }
.footer-contact .footer-label { margin-bottom: 16px; }
.footer-contact h3 { max-width: 340px; margin: 0 0 11px; font-size: 26px; line-height: 1.12; letter-spacing: -1px; }
.footer-contact > p { margin: 0 0 24px; color: #aac3d9; font-size: 13px; line-height: 1.55; }
.footer-whatsapp { min-height: 72px; padding: 12px 16px; display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 12px; color: var(--navy-deep); background: var(--white); border-radius: 16px; box-shadow: 0 14px 30px rgba(0,0,0,.12); transition: transform .2s ease, box-shadow .2s ease; }
.footer-whatsapp:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(0,0,0,.18); }
.whatsapp-dot { width: 27px; height: 27px; display: grid; place-items: center; color: #20bd69; background: #e7faef; border-radius: 50%; font-size: 12px; }
.footer-whatsapp span:nth-child(2) { color: #597086; font-size: 11px; line-height: 1.45; }
.footer-whatsapp strong { display: block; color: var(--navy); font-size: 13px; }
.footer-whatsapp > b { color: var(--blue); font-size: 18px; }
.footer-details { padding: 30px 0; display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); color: #91aac0; font-size: 11px; line-height: 1.65; }
.footer-details address { font-style: normal; }
.footer-details .footer-label { margin-bottom: 9px; }
.footer-details p { max-width: 680px; margin: 0; }
.footer-bottom { padding-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #7892aa; font-size: 10px; line-height: 1.55; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #bcd6eb; font-weight: 850; }
.footer-bottom a:hover { color: var(--white); text-decoration: underline; }

@media (max-width: 1000px) {
  .desktop-nav { gap: 18px; }
  .desktop-nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr 1fr; gap: 20px; }
  .hero-visual { height: 560px; }
  .blue-orbit { width: 410px; height: 410px; }
  .mascot-card { width: 390px; height: 510px; }
  .floating-card { left: -10px; }
  .trust-rail { grid-template-columns: 1fr 1fr; }
  .trust-rail div:nth-child(2) { border-right: 0; }
  .trust-rail div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .eligibility-grid { grid-template-columns: 1fr 1fr; }
  .help-section { gap: 55px; }
  .presence-section { grid-template-columns: 160px 1fr; gap: 38px; }
  .presence-link { grid-column: 2; min-height: 70px; }
  .matrix-section { gap: 45px; }
  .matrix-photo { height: 470px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 55px; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  main::before { background-size: 30px 30px; opacity: .17; }
  .top-strip { justify-content: center; text-align: center; }
  .top-strip > span { display: none; }
  .site-header { min-height: 76px; }
  .nav-cta { padding: 11px 15px; font-size: 12px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 66px 0 75px; text-align: center; }
  .hero::after { inset: 20px -14px 46px; border-radius: 34px; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  h1 { font-size: clamp(49px, 13.5vw, 72px); }
  .hero-actions,
  .hero-notes { justify-content: center; }
  .hero-visual { height: 570px; }
  .blue-orbit { width: 450px; height: 450px; right: 50%; transform: translateX(50%); }
  .mascot-card { width: 430px; height: 540px; }
  .floating-card { left: calc(50% - 215px); }
  .section { padding: 90px 0; }
  .section-heading,
  .help-section,
  .matrix-section,
  .faq-section { grid-template-columns: 1fr; gap: 42px; }
  .section-heading { align-items: start; }
  .auxilio-section::before { inset: 44px -18px 48px; border-radius: 36px; }
  .benefit-highlight { grid-template-columns: 76px 1fr; }
  .benefit-highlight > a { grid-column: 2; width: max-content; }
  .who-can { grid-template-columns: 1fr; padding: 38px; }
  .fine-print { grid-column: auto; }
  .help-intro { position: static; }
  .help-section::before { width: auto; left: -18px; right: -18px; top: 42%; bottom: 44px; border-radius: 34px; }
  .presence-section { padding: 46px; grid-template-columns: 145px 1fr; gap: 32px; }
  .presence-stat { min-height: 150px; }
  .presence-stat strong { font-size: 68px; }
  .presence-link { grid-column: 1 / -1; }
  .values-band { grid-template-columns: 1fr; }
  .values-band > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); padding-bottom: 20px; }
  .values-band > div:last-child { border-bottom: 0; padding-bottom: 0; }
  .matrix-photo { order: 2; height: 440px; }
  .matrix-copy { order: 1; }
  .matrix-section::before { width: 520px; height: 520px; left: -220px; top: 44%; }
  .faq-section { padding: 50px 34px 88px; }
  .faq-section::before { inset: 14px -10px 38px; border-radius: 34px; }
  .final-cta { min-height: 390px; padding: 52px 42px; flex-direction: column; align-items: flex-start; justify-content: center; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
  .footer-details { grid-template-columns: 1fr; gap: 25px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (max-width: 520px) {
  main::after {
    background:
      radial-gradient(circle at 100% 27%, rgba(22,130,212,.08), transparent 210px),
      radial-gradient(circle at 0% 58%, rgba(240,166,46,.05), transparent 170px),
      radial-gradient(circle at 100% 79%, rgba(22,130,212,.07), transparent 220px);
  }
  .top-strip { padding-left: 14px; padding-right: 14px; }
  .site-header { padding-left: 14px; padding-right: 14px; }
  .brand-name { display: none; }
  .nav-cta { padding: 10px 12px; font-size: 11px; }
  .hero,
  .trust-rail,
  .section,
  .presence-section,
  .values-band,
  .final-cta { width: min(100% - 28px, 1180px); }
  .hero { padding-top: 52px; gap: 20px; }
  .hero::after { inset: 12px -7px 38px; border-radius: 28px; }
  h1 { margin-top: 18px; letter-spacing: -3.3px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { width: 100%; }
  .button { width: 100%; }
  .hero-notes { flex-direction: column; gap: 10px; }
  .hero-visual { height: 485px; }
  .blue-orbit { width: 340px; height: 340px; top: 68px; }
  .mascot-card { width: 100%; max-width: 355px; height: 440px; border-radius: 28px 28px 90px 28px; }
  .floating-card { left: 7px; bottom: 23px; width: 255px; }
  .trust-rail { grid-template-columns: 1fr; }
  .trust-rail div { min-height: 76px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-rail div:nth-child(3) { border-bottom: 1px solid var(--line); }
  .trust-rail div:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .auxilio-section::before { inset: 38px -7px 38px; border-radius: 29px; }
  .section-heading h2,
  .help-intro h2,
  .matrix-copy h2,
  .faq-section h2 { font-size: 39px; letter-spacing: -2.2px; }
  .section-heading { margin-bottom: 36px; }
  .eligibility-grid { grid-template-columns: 1fr; }
  .info-card { min-height: 235px; }
  .benefit-highlight { padding: 32px 25px; grid-template-columns: 1fr; gap: 20px; }
  .benefit-highlight > a { grid-column: auto; }
  .benefit-highlight h3 { font-size: 25px; }
  .who-can { margin-top: 45px; padding: 30px 22px; }
  .category-list { grid-template-columns: 1fr; }
  .steps-list li { grid-template-columns: 58px 1fr; gap: 12px; }
  .help-section::before { left: -7px; right: -7px; bottom: 34px; border-radius: 29px; }
  .presence-section { min-height: auto; padding: 35px 23px; grid-template-columns: 1fr; gap: 28px; text-align: center; border-radius: 24px; }
  .presence-stat { width: 145px; min-height: 135px; margin: 0 auto; }
  .presence-stat strong { font-size: 62px; }
  .presence-stat small { margin-top: 14px; font-size: 9px; }
  .presence-copy h2 { margin-top: 12px; font-size: 34px; letter-spacing: -1.8px; }
  .presence-copy p { font-size: 14px; }
  .presence-link { grid-column: auto; min-height: 76px; text-align: left; }
  .values-band { padding: 30px 24px; }
  .matrix-photo { height: 330px; border-radius: 22px; }
  .map-button { width: 100%; }
  .faq-section { padding: 42px 20px 72px; }
  .faq-section::before { inset: 8px -7px 26px; border-radius: 28px; }
  .faq-list summary { font-size: 14px; }
  .final-cta { padding: 44px 28px; border-radius: 24px; }
  .final-cta h2 { font-size: 38px; letter-spacing: -2.4px; }
  .site-footer { margin-top: 64px; }
  .footer-shell { width: min(100% - 36px, 1180px); padding-top: 54px; }
  .footer-top { grid-template-columns: 1fr; gap: 44px; }
  .footer-nav { display: grid; grid-template-columns: 1fr 1fr; }
  .footer-nav .footer-label { grid-column: 1 / -1; }
  .footer-contact { grid-column: auto; padding: 24px 20px; }
  .footer-contact h3 { font-size: 23px; }
  .footer-details { padding: 25px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
