.site-theme .site-brand{display:flex;align-items:center;color:var(--color-text);text-decoration:none}
.site-theme .site-header{position:relative;z-index:var(--z-header)}
.site-theme .site-navigation a{color:inherit;text-decoration:none}
.site-theme .site-navigation{font-family:SiteSans,Arial,sans-serif;font-weight:700}
.site-theme .site-footer{background:var(--green-950);color:var(--color-text-inverse)}
.site-theme .section-heading{display:grid;gap:14px}.site-theme .section-heading--center{justify-items:center;text-align:center}
.site-theme .status-badge{display:inline-flex;align-items:center;gap:7px;width:max-content;padding:6px 10px;border-radius:var(--radius-round);background:var(--color-surface-soft);color:var(--color-text-muted);font-size:11px;font-weight:700}
.site-theme .notice,.site-theme .empty-state{border:var(--border-subtle);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text)}
.site-theme .notice{display:grid;grid-template-columns:auto 1fr;gap:14px;padding:18px}.site-theme .empty-state{padding:32px;text-align:center}
.site-theme .statistic{display:grid;gap:4px;padding:20px;border:var(--border-subtle);border-radius:var(--radius-md);background:var(--color-surface)}
.site-theme .statistic strong{font:700 28px var(--font-display)}
.site-theme .status-badge--brand{background:var(--green-800);color:var(--white)}
.site-theme .status-badge--inverse{background:var(--green-950);color:var(--white)}
.site-theme .status-badge--success{background:#edf8f1;color:var(--color-success)}
.site-theme .status-badge--warning{background:#fff8e7;color:var(--color-warning)}
.site-theme .status-badge--danger{background:#fff0f0;color:var(--color-danger)}
.site-theme .link-card-action{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:var(--space-4);padding:var(--component-card-padding);border:var(--border-subtle);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text);text-decoration:none}
.site-theme .link-card-action span{display:grid;gap:var(--space-1)}.site-theme .link-card-action small{color:var(--color-text-muted)}
.site-theme .navigation-item{color:inherit;text-decoration:none}
.site-theme .news-card{overflow:hidden;border:var(--border-subtle);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-card)}
.site-theme .news-card>.ui-stack{padding:var(--component-card-padding)}.site-theme .news-card a{color:inherit;text-decoration:none}
.site-header{position:relative;z-index:20;display:flex;height:96px;align-items:center;padding:0 38px 0 52px;border-bottom:1px solid #e2e5e3;background:#fff;gap:30px}
.site-brand{display:flex;min-width:300px;align-items:center;gap:12px;color:#0b1319;text-decoration:none}
.site-brand__mark{display:block;width:48px;height:48px;object-fit:contain}
.site-brand__divider{width:1px;height:42px;margin:0 3px;background:#d8e5dc}
.site-brand__name{display:flex;align-items:baseline;font-size:22px;line-height:1;letter-spacing:-.75px;white-space:nowrap}
.site-brand__name strong{font-weight:700}
.site-brand__name b{color:#3d8b43;font-weight:500}
.site-brand--compact{min-width:0;gap:8px}.site-brand--compact .site-brand__mark{width:34px;height:34px}.site-brand--compact .site-brand__divider{height:28px;margin:0 1px}.site-brand--compact .site-brand__name{font-size:16px;letter-spacing:-.55px}
.site-navigation{display:flex;align-items:center;justify-content:center;gap:30px;margin:auto;font-size:15px;font-weight:700;white-space:nowrap}
.site-navigation a{color:#080f14;text-decoration:none;transition:color .18s}
.site-navigation a:hover{color:#00704d}
.site-header__actions{display:flex;align-items:center;gap:20px}
.intake-header{border-bottom:1px solid rgba(8,32,28,.08);background:rgba(255,255,255,.82);backdrop-filter:blur(16px)}
.intake-header__inner{display:flex;height:76px;align-items:center;justify-content:space-between}
.intake-header__actions{display:flex;align-items:center;gap:22px;color:var(--color-muted);font-size:13px;font-weight:650}
.intake-header__actions>a{padding:9px 14px;border:1px solid rgba(8,32,28,.14);border-radius:999px;color:var(--color-ink)}
.site-theme .site-header .language-switcher__button,
.site-theme .intake-header .language-switcher__button{width:44px;min-width:44px;height:44px;padding:0;border:0;border-radius:50%;background:transparent;transition:background-color .18s ease,color .18s ease}
.site-theme .site-header .language-switcher__button:hover,
.site-theme .site-header .language-switcher__button[aria-expanded="true"],
.site-theme .intake-header .language-switcher__button:hover,
.site-theme .intake-header .language-switcher__button[aria-expanded="true"]{border-color:transparent;background:#f1f4f3;color:#071a15;box-shadow:none}
.site-theme .site-header .language-switcher__globe,
.site-theme .intake-header .language-switcher__globe{display:block;width:21px;height:21px}
.site-theme .site-header .language-switcher__button>[data-language-current],
.site-theme .site-header .language-switcher__chevron,
.site-theme .intake-header .language-switcher__button>[data-language-current],
.site-theme .intake-header .language-switcher__chevron{display:none}
.site-navigation__menu{display:none}
@media(max-width:1600px){.site-header{padding-inline:28px;gap:20px}
.site-brand{min-width:255px}
.site-brand__mark{width:43px;height:43px}
.site-brand__name{font-size:20px}
.site-navigation{gap:18px;font-size:13px}
.site-header__actions{gap:12px}
}
@media(min-width:1121px) and (max-width:1320px){.site-header{gap:14px;padding-inline:22px}.site-brand{min-width:220px}.site-navigation{gap:14px;font-size:12px}.site-header__actions{gap:8px}.site-header__actions .ui-button{padding-inline:16px}}
@media(max-width:1120px){.site-header{height:78px}
.site-navigation,.site-header__actions>.ui-button--secondary{display:none}
.site-header.is-open .site-navigation{position:absolute;top:78px;right:16px;left:16px;display:flex;align-items:stretch;flex-direction:column;gap:0;padding:12px;border:1px solid #dfe6e2;border-radius:14px;background:#fff;box-shadow:0 20px 50px rgba(7,40,31,.16)}
.site-header.is-open .site-navigation a{padding:11px 12px;border-radius:8px}
.site-header.is-open .site-navigation a:hover{background:#eff6f1}
.site-header__actions{margin-left:auto}
.site-navigation__menu{display:grid;width:44px;height:44px;align-content:center;gap:7px;padding:10px;border:0;background:transparent}
.site-navigation__menu span{height:2px;background:#08211b;transition:transform .18s}
.site-navigation__menu[aria-expanded="true"] span:first-child{transform:translateY(4.5px) rotate(45deg)}
.site-navigation__menu[aria-expanded="true"] span:last-child{transform:translateY(-4.5px) rotate(-45deg)}
}
@media(max-width:760px){.site-header{padding:0 16px}
.site-brand{min-width:0;gap:8px}
.site-brand__divider{height:34px;margin:0 1px}
.site-brand__name{font-size:18px;letter-spacing:-.65px}
.site-header__actions .ui-button--primary{display:none}
.site-header{height:84px;padding-inline:18px}
.site-brand{gap:8px}
.site-brand__mark{width:42px;height:42px}
.site-brand__divider{height:34px;margin-inline:1px}
.site-brand__name{font-size:18px}
.site-header__actions{gap:4px}
.site-navigation__menu{width:42px}
}
@media(max-width:430px){.site-header{padding-inline:14px}.site-brand__mark{width:38px;height:38px}.site-brand__divider{height:30px}.site-brand__name{font-size:16px}.site-header__actions{gap:2px}.site-navigation__menu{width:38px}.site-theme .site-header .language-switcher__button,.site-theme .intake-header .language-switcher__button{width:40px;min-width:40px;height:40px}}
@media(max-width:640px){.intake-header__inner{height:66px}.intake-header__actions>span{display:none}.intake-header__actions>a{padding:7px 11px;font-size:12px}}
/* Keep the brand divider on the same horizontal axis as the hero title rule. */
.site-header{padding-left:63px}
@media(min-width:761px) and (max-width:1600px){.site-header{padding-right:28px;padding-left:calc(8vw - 58px)}
}
@media(max-width:760px){.site-header{padding-left:18px}
}
/* Footer */
.site-footer{position:relative;overflow:hidden;padding:0 0 34px;background:var(--gradient-brand-field);color:#fff}
.site-footer::before{position:absolute;top:-300px;right:-240px;width:760px;height:760px;border:1px solid rgba(180,224,83,.14);border-radius:50%;content:""}
.site-footer::after{position:absolute;right:9%;bottom:17%;width:150px;height:210px;background-image:radial-gradient(circle,rgba(185,224,94,.6) 1.4px,transparent 1.8px);background-size:18px 18px;content:"";opacity:.2}
.site-footer__glow{position:absolute;top:-250px;left:28%;width:820px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(146,204,38,.19),transparent 68%);pointer-events:none}
.site-footer__inner{position:relative;z-index:1;width:calc(100% - 284px);max-width:1636px;margin:0 auto}
.site-footer__cta{display:flex;min-height:310px;align-items:center;justify-content:space-between;gap:60px;border-bottom:1px solid rgba(255,255,255,.18)}
.site-footer__eyebrow{margin:0 0 18px;color:#b6dc63;font-size:14px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.site-footer__cta h2{margin:0;font-size:clamp(42px,3.5vw,62px);line-height:1.08;letter-spacing:-.035em}
.site-footer__cta h2 em{color:#a7d43e;font-style:normal}
.site-footer__cta-actions{display:grid;min-width:300px;justify-items:start;gap:15px}
.site-footer__primary{display:flex;min-width:286px;height:64px;align-items:center;justify-content:space-between;gap:24px;padding:0 25px;border-radius:9px;background:#fff;color:#07583f;font-size:16px;font-weight:700;text-decoration:none;box-shadow:0 15px 36px rgba(0,36,25,.18);transition:transform .2s,box-shadow .2s}
.site-footer__primary span{font-size:26px;font-weight:400;transition:transform .2s}
.site-footer__primary:hover{box-shadow:0 19px 42px rgba(0,30,20,.24);transform:translateY(-2px)}
.site-footer__primary:hover span{transform:translateX(4px)}
.site-footer__cta-actions p{display:flex;align-items:center;gap:8px;margin:0;color:rgba(255,255,255,.72);font-size:12px;font-weight:600}
.site-footer__cta-actions svg{width:16px;fill:none;stroke:#b6dc63;stroke-width:1.8}
.site-footer__main{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(560px,1.22fr);gap:9vw;padding:72px 0 70px}
.site-footer__brand>a{display:inline-flex;align-items:center;gap:12px;color:#fff;text-decoration:none}
.site-footer__brand>a img{width:58px;height:58px;padding:5px;border-radius:15px;background:rgba(255,255,255,.94);box-shadow:0 8px 24px rgba(0,35,25,.18)}
.site-footer__brand>a>span{display:flex;align-items:baseline;font-size:24px;letter-spacing:-.8px}
.site-footer__brand>a strong{font-weight:700}
.site-footer__brand>a b{color:#b1d954;font-weight:600}
.site-footer__brand>p{max-width:390px;margin:24px 0 0;color:rgba(255,255,255,.68);font-size:16px;line-height:1.65}
.site-footer__availability{display:flex;align-items:center;gap:11px;margin-top:29px;color:rgba(255,255,255,.85);font-size:13px;font-weight:600}
.site-footer__availability i{position:relative;width:9px;height:9px;border-radius:50%;background:#a8d447;box-shadow:0 0 0 6px rgba(168,212,71,.12)}
.site-footer__availability i::after{position:absolute;inset:-5px;border:1px solid rgba(168,212,71,.5);border-radius:50%;content:"";animation:site-footer-pulse 2.2s ease-out infinite}
.site-footer__nav{display:grid;grid-template-columns:1.35fr 1fr .8fr;gap:55px}
.site-footer__nav>div{display:flex;flex-direction:column;align-items:flex-start;gap:13px}
.site-footer__nav h3{margin:0 0 8px;color:#b6dc63;font-size:12px;letter-spacing:.14em;text-transform:uppercase}
.site-footer__nav a{position:relative;color:rgba(255,255,255,.76);font-size:14px;font-weight:600;text-decoration:none;transition:color .18s,transform .18s}
.site-footer__nav .site-footer__support{display:inline-flex;align-items:center;gap:6px}
.site-footer__support span{display:inline-flex;align-items:center;gap:6px;color:#b6dc63}
.site-footer__support span::before{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#a8d447;box-shadow:0 0 0 3px rgba(168,212,71,.14);content:""}
.site-footer__nav a::after{position:absolute;right:100%;bottom:-3px;left:0;height:1px;background:#a7d43e;content:"";transition:right .2s}
.site-footer__nav a:hover{color:#fff;transform:translateX(2px)}
.site-footer__nav a:hover::after{right:0}
.site-footer__bar{display:grid;min-height:74px;grid-template-columns:1fr auto 1fr;align-items:center;border-top:1px solid rgba(255,255,255,.18);color:rgba(255,255,255,.54);font-size:12px;font-weight:600}
.site-footer__bar span:nth-child(2){letter-spacing:.08em;text-transform:uppercase}
.site-footer__bar>a{justify-self:end;color:rgba(255,255,255,.76);text-decoration:none}
.site-footer__bar>a span{display:inline-block;margin-left:8px;color:#b6dc63;font-size:16px;transition:transform .18s}
.site-footer__bar>a svg{width:16px;height:16px;vertical-align:middle}
.site-footer__bar>a:hover{color:#fff}
.site-footer__bar>a:hover span{transform:translateY(-3px)}
@keyframes site-footer-pulse{0%{opacity:.8;transform:scale(.7)}70%,100%{opacity:0;transform:scale(1.7)}}
@media(max-width:1600px){.site-footer__inner{width:auto;margin-right:11%;margin-left:calc(8vw + 16px)}
.site-footer__main{gap:6vw}
.site-footer__nav{gap:36px}
}
@media(max-width:1120px){.site-footer__inner{margin:0 24px}
.site-footer__cta{align-items:flex-start;flex-direction:column;padding:64px 0}
.site-footer__cta-actions{min-width:0}
.site-footer__main{grid-template-columns:1fr;gap:54px}
.site-footer__brand>p{max-width:520px}
.site-footer__nav{max-width:720px}
}
@media(max-width:760px){.site-footer{padding-bottom:20px}
.site-footer::before{top:-200px;right:-310px;width:550px;height:550px}
.site-footer::after{right:-40px;bottom:21%;opacity:.16}
.site-footer__inner{margin:0 20px}
.site-footer__cta{min-height:0;gap:31px;padding:52px 0}
.site-footer__eyebrow{margin-bottom:14px;font-size:11px}
.site-footer__cta h2{font-size:36px;line-height:1.1}
.site-footer__cta h2 br{display:none}
.site-footer__cta-actions{width:100%}
.site-footer__primary{width:100%;min-width:0;height:60px}
.site-footer__cta-actions p{font-size:11px}
.site-footer__main{gap:48px;padding:50px 0}
.site-footer__brand>a img{width:52px;height:52px}
.site-footer__brand>a>span{font-size:21px}
.site-footer__brand>p{font-size:14px}
.site-footer__nav{grid-template-columns:1fr 1fr;gap:38px 26px}
.site-footer__nav>div:first-child{grid-column:1/-1}
.site-footer__nav h3{font-size:11px}
.site-footer__nav a{font-size:13px}
.site-footer__bar{display:flex;min-height:0;align-items:flex-start;flex-direction:column;gap:13px;padding:24px 0}
.site-footer__bar span:nth-child(2){display:none}
.site-footer__bar>a{order:-1}
}
@media(prefers-reduced-motion:reduce){.site-footer__availability i::after{animation:none}
.site-footer__primary,.site-footer__primary span,.site-footer__nav a,.site-footer__nav a::after,.site-footer__bar>a span{transition:none}
}
/* Keep the footer brand structurally and visually aligned with the header brand. */
.site-footer__brand>.site-brand--footer{display:inline-flex;width:fit-content;max-width:100%;min-width:0;padding:0;border:0;background:transparent;box-shadow:none;color:#fff}
.site-footer__brand>.site-brand--footer .site-brand__mark{width:48px;height:48px;padding:0;border-radius:0;background:transparent;filter:drop-shadow(0 0 3px rgba(255,255,255,.28)) drop-shadow(0 5px 10px rgba(0,25,18,.32));box-shadow:none}
.site-footer__brand>.site-brand--footer .site-brand__divider{display:block;width:1px;height:42px;margin:0 3px;background:rgba(255,255,255,.34);font-size:0;letter-spacing:normal}
.site-footer__brand>.site-brand--footer .site-brand__name{display:flex;align-items:baseline;font-size:22px;line-height:1;letter-spacing:-.75px}
.site-footer__brand>.site-brand--footer .site-brand__name b{color:#b6dc63;font-weight:500}
@media(max-width:1600px){.site-footer__brand>.site-brand--footer .site-brand__mark{width:43px;height:43px}
.site-footer__brand>.site-brand--footer .site-brand__name{font-size:20px}
}
@media(max-width:760px){.site-footer__brand>.site-brand--footer{gap:8px}
.site-footer__brand>.site-brand--footer .site-brand__divider{height:34px;margin:0 1px}
.site-footer__brand>.site-brand--footer .site-brand__name{font-size:18px;letter-spacing:-.65px}
}
/* Keep the full desktop navigation inside the established 1280px layout. */
@media(min-width:1121px) and (max-width:1350px){
  .site-header{gap:12px}
  .site-brand{min-width:210px}
  .site-navigation{gap:10px;font-size:12px}
  .site-header__actions{gap:8px}
  .site-header__actions>.ui-button{padding-inline:18px}
  .site-header__actions>.ui-button--secondary{min-width:92px}
}
