:root {
  --color-navy-950:#061a3a; --color-navy-900:#09234b; --color-navy-800:#12315e;
  --color-yellow-500:#ffb511; --color-yellow-600:#e99d00; --color-cream-100:#fff8e8;
  --color-cream-50:#fffcf5; --color-white:#fff; --color-text-primary:#14213d;
  --color-text-secondary:#4c586f; --color-border:#dde3ec; --color-success:#247a52;
  --shadow-card:0 8px 24px rgba(6,26,58,.08); --radius-button:7px; --radius-card:12px;
  --content-width:1280px; --section-space:clamp(3rem,6vw,5.5rem);
}
.container{max-width:var(--content-width)}
body{color:var(--color-text-primary);background:var(--color-white)}
.home-page #loader{display:none!important}
a,a:hover,a:focus,a:active,.a11y-toolbar button:hover,.a11y-toolbar button:focus{text-decoration:none!important;text-underline-offset:0!important}
h1,h2,h3,h4,h5,h6{color:var(--color-navy-950)}
.btn.btn-custom{border-radius:var(--radius-button);background:var(--color-yellow-500);border-color:var(--color-yellow-500);font-weight:700}
.btn.btn-custom:hover,.btn.btn-custom:focus{background:var(--color-yellow-600);border-color:var(--color-yellow-600)}
.top-bar{background:var(--color-navy-950);height:auto;padding:7px 0}
.top-bar .container-fluid,.navbar .container-fluid{max-width:var(--content-width);margin:auto;padding-left:24px;padding-right:24px}
.top-bar-left{justify-content:flex-end}.top-bar-left .text{padding-right:0;margin-left:28px}.top-bar-left p,.top-bar-left a{color:#fff;font-size:.88rem}.top-bar-left i{color:var(--color-yellow-500)}
.a11y-toolbar{margin-right:auto;display:flex;gap:4px}.a11y-toolbar button{min-height:34px;padding:4px 9px;border:0;color:#fff;background:transparent;font-size:.82rem}.a11y-toolbar button:hover,.a11y-toolbar button:focus{color:var(--color-yellow-500);text-decoration:none}
.navbar,.navbar.nav-sticky,.page .navbar{position:relative!important;top:auto!important;min-height:86px;padding:0!important;background:#fff!important;border-bottom:1px solid var(--color-border)!important;box-shadow:0 2px 10px rgba(6,26,58,.05)!important}
.navbar .navbar-brand{display:flex;align-items:center;gap:10px;color:var(--color-navy-950)!important}.navbar-brand img{width:48px!important;height:48px!important;object-fit:contain;filter:contrast(1.8)}.navbar .navbar-brand-copy{display:grid;color:var(--color-navy-950)!important}.navbar .navbar-brand-copy strong{color:var(--color-navy-950)!important;font-size:1.12rem}.navbar .navbar-brand-copy small{color:var(--color-text-secondary)!important;font-size:.68rem;text-transform:uppercase;letter-spacing:.04em}
.navbar-dark .navbar-nav .nav-link,.nav-auth-link{min-height:86px;padding:0 14px!important;color:var(--color-navy-950)!important;font-weight:700;font-size:.92rem;letter-spacing:0!important}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link.active{color:var(--color-yellow-600)!important;background:transparent}.nav-search-link{font-size:1.1rem!important}.navbar-dark .navbar-toggler{color:var(--color-navy-950)!important;border-color:var(--color-navy-800)!important}.navbar-dark .navbar-toggler-icon{filter:invert(1)}
.nav-register-btn{min-width:120px;white-space:nowrap}.accessibility-panel{display:none}
.nav-account-placeholder{display:flex;align-items:center;justify-content:flex-end;width:100%;min-height:44px}.nav-account-placeholder span{display:block;width:118px;height:40px;border:1px solid var(--color-border);border-radius:999px;background:#f5f7fa}
@media(min-width:992px){.navbar .container-fluid{display:flex;flex-wrap:nowrap;align-items:center}.navbar .navbar-brand{flex:0 0 auto}.navbar-collapse{display:flex!important;flex:1 1 auto;min-width:0;justify-content:flex-start!important}.navbar .primary-navigation{flex:0 1 auto;margin-left:clamp(22px,3vw,48px)!important;margin-right:auto!important;white-space:nowrap}.navbar #userArea{flex:0 0 190px;width:190px;min-width:190px;margin-left:18px!important;justify-content:flex-end}.navbar #userArea .account-menu,.navbar #userArea .auth-actions{justify-content:flex-end;max-width:190px}.navbar #userArea .account-toggle{max-width:190px}}
.navbar-collapse{position:static}.mega-menu-shell{position:static;display:flex;align-items:center}.mega-menu-toggle{display:inline-flex!important;align-items:center;gap:7px;border:0;background:transparent}.mega-menu-toggle i{font-size:.68rem;transition:transform .2s ease}.mega-menu-toggle[aria-expanded=true] i{transform:rotate(180deg)}
.site-mega-navigation[hidden]{display:none!important}.site-mega-navigation{position:absolute;z-index:1100;top:calc(100% + 1px);left:50%;display:grid;grid-template-columns:1.05fr repeat(3,1fr);gap:22px;width:min(1280px,calc(100vw - 48px));padding:30px;transform:translateX(-50%);color:var(--color-text-primary);background:#fff;border:1px solid var(--color-border);border-top:4px solid var(--color-yellow-500);border-radius:0 0 14px 14px;box-shadow:0 24px 48px rgba(6,26,58,.18)}
.mega-menu-intro{padding:24px;color:#fff;background:var(--color-navy-950);border-radius:10px}.mega-menu-eyebrow{display:block;margin-bottom:8px;color:var(--color-yellow-500);font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.mega-menu-intro h2{margin-bottom:10px;color:#fff;font-size:1.55rem}.mega-menu-intro p{margin-bottom:20px;color:#dbe4f1;font-size:.94rem}.mega-menu-group h3{margin:4px 0 12px;padding-bottom:10px;border-bottom:1px solid var(--color-border);font-size:1rem}.mega-menu-group>a{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:start;min-height:52px;padding:10px 8px;color:var(--color-text-primary);border-radius:8px}.mega-menu-group>a:hover,.mega-menu-group>a:focus{color:var(--color-navy-950);background:var(--color-cream-100)}.mega-menu-group>a>i{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:var(--color-yellow-600);background:var(--color-cream-100);border-radius:7px}.mega-menu-group strong,.mega-menu-group small{display:block}.mega-menu-group strong{color:var(--color-navy-950);font-size:.91rem}.mega-menu-group small{margin-top:2px;color:var(--color-text-secondary);font-size:.78rem;line-height:1.35}
.home-page .home-hero.home-hero-split{display:block!important;min-height:520px!important;padding:0!important;color:var(--color-text-primary)!important;background:linear-gradient(100deg,var(--color-cream-50),#fff)!important}
.home-page .home-hero-layout{display:grid!important;grid-template-columns:44% 56%!important;align-items:stretch!important;gap:0!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.home-page .home-hero-split .home-hero-content{display:flex;flex-direction:column;justify-content:center;padding:58px 54px 78px max(52px,calc((100vw - 1280px)/2))!important}.home-page .home-hero-eyebrow{color:var(--color-yellow-600)!important;font-size:.85rem}.home-page .home-hero h1{max-width:560px!important;color:var(--color-navy-950)!important;font-size:clamp(3rem,4.5vw,4.25rem)!important;line-height:1.04!important}.home-page .home-hero-copy{max-width:520px!important;color:var(--color-text-secondary)!important;font-size:1.1rem!important}.home-page .home-hero-support{color:var(--color-navy-950)!important}
.home-page .home-hero-media{height:520px!important;min-height:520px!important;margin:0!important;border-radius:0!important;overflow:hidden;box-shadow:none!important}.home-page .home-hero-media img{display:block;width:100%;height:100%!important;aspect-ratio:auto!important;object-fit:cover;filter:none}.home-page .home-hero-media figcaption{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0)}
.home-page .home-trust-strip{position:relative;z-index:5;margin:-108px 0 0 42%!important;padding:0!important}.home-page .home-trust-grid{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;background:var(--color-navy-950);border-radius:16px 0 0 16px;box-shadow:none}.home-page .home-trust-grid>div{min-height:108px;padding:18px 20px}.home-page .home-trust-grid i{color:var(--color-yellow-500)}
.home-actions{padding-top:34px!important;margin-bottom:18px!important}.home-actions-heading{text-align:center}.home-actions-heading p{display:none}.home-actions-heading h2{color:var(--color-navy-950)}.home-action-grid{max-width:980px;margin:auto;gap:16px}.home-action-card{min-height:190px;padding:24px;border-radius:var(--radius-card);box-shadow:var(--shadow-card)}.home-action-icon{color:var(--color-yellow-600);background:transparent;font-size:2rem;justify-content:flex-start}.home-action-card strong{color:var(--color-navy-950)}
.home-help-strip .container{max-width:980px}.home-help-strip .journey-panel{border:0;border-radius:var(--radius-card);background:#eef3ff}.home-about{padding:54px 0!important;background:var(--color-cream-50)}.home-about-grid{gap:44px}.home-about-media img{height:440px!important;border-radius:var(--radius-card);object-fit:cover}.home-about-highlights i{width:24px;height:24px;font-size:.72rem;background:var(--color-yellow-500)}
.service{padding:46px 0 28px!important}.home-service-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.home-service-grid>div{max-width:none!important;padding:0!important}.home-service-grid .service-item{display:flex!important;flex-direction:column;justify-content:flex-start;align-items:center;min-height:252px;margin:0;padding:20px 14px;border-radius:var(--radius-card);text-align:center;box-shadow:var(--shadow-card)}.home-service-grid .service-icon{width:auto!important;height:54px;margin:0 auto 12px}.home-service-grid .service-icon i{margin:0;color:var(--color-yellow-500);font-size:42px!important;line-height:50px!important}.home-service-grid .service-text{margin:0!important;padding:0!important}.home-service-grid .service-text::before,.home-service-grid .service-text::after{display:none}.home-service-grid .service-text h3{font-size:1.04rem;line-height:1.15;letter-spacing:0}.home-service-grid .service-text p{font-size:.88rem;line-height:1.45}
.home-service-grid>div:nth-child(2) .service-icon i{color:#75bd25}.home-service-grid>div:nth-child(3) .service-icon i{color:#2684ff}.home-service-grid>div:nth-child(4) .service-icon i{color:#934ee8}.home-service-grid>div:nth-child(5) .service-icon i{color:#f28a00}.home-service-grid>div:nth-child(6) .service-icon i{color:#3aa99e}
.facts.home-impact{display:block!important;min-height:190px!important;max-width:1280px;margin:0 auto 20px!important;padding:24px 0 30px!important;background:var(--color-navy-950)!important;border-radius:16px}.home-impact>h2{margin:0 0 18px;color:#fff;text-align:center;font-size:1.7rem}.home-impact .container{max-width:1080px}.home-impact .facts-item{justify-content:center;margin:10px 0!important}.home-impact .facts-item i{font-size:44px;line-height:48px}.home-impact .facts-text h3{margin:0;font-size:2rem}.home-impact .facts-text h3::after{display:none}.home-impact .facts-text p{font-size:1rem;line-height:1.25}
.causes{padding:28px 0 36px!important}.causes:nth-of-type(even){background:#f7f9fd}.section-header{margin-bottom:20px!important}.section-header p,.section-eyebrow{color:var(--color-yellow-600)}.section-header h2{color:var(--color-navy-950)}
.community-card{height:100%;border:1px solid var(--color-border);border-radius:var(--radius-card);overflow:hidden;box-shadow:var(--shadow-card)}.community-card-img{height:190px}.community-card-body{padding:22px}.filter-btn{min-height:44px}.filter-btn[aria-pressed=false]{border-radius:7px}.filter-btn[aria-pressed=true]{box-shadow:0 0 0 3px rgba(255,181,17,.25)}
.home-cta{padding:10px 0 28px!important}.home-cta-inner{padding:28px 42px;color:var(--color-navy-950);background:linear-gradient(100deg,var(--color-yellow-500),#ffc52c);border-radius:16px}.home-cta-inner p,.home-cta-inner h2,.home-cta-inner>div:first-child span,.home-cta-support a{color:var(--color-navy-950)}
.supported-logos{padding:28px 0!important;background:#fff}.footer{margin-top:0!important;padding-top:48px!important;background:var(--color-navy-950)}.footer .footer-brand img{background:transparent!important;filter:none!important}.footer h2,.footer strong{color:#fff}.footer a{color:#fff}.footer a:hover{color:var(--color-yellow-500)}
@media(max-width:991.98px){.a11y-toolbar{display:none}.accessibility-panel{display:block}.navbar,.navbar.nav-sticky{min-height:70px;padding:10px 14px!important}.navbar .container-fluid{display:flex;flex-wrap:wrap;width:100%;padding:0}.navbar .navbar-brand{flex:0 1 auto;max-width:calc(100% - 82px);min-width:0}.navbar .navbar-brand img{flex:0 0 40px;width:40px!important;height:40px!important}.navbar .navbar-brand-copy{min-width:0}.navbar .navbar-brand-copy strong{overflow:hidden;font-size:.95rem;letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap}.navbar-toggler{display:flex!important;flex:0 0 70px;align-items:center;justify-content:center;gap:5px;width:70px!important;height:46px;margin-left:auto;padding:0!important;color:var(--color-navy-950)!important}.navbar-toggler-label{font-size:.82rem}.navbar-dark .navbar-nav .nav-link{min-height:48px;padding:10px 12px!important}.mega-menu-shell{display:block;width:100%}.mega-menu-toggle{justify-content:space-between;width:100%;color:var(--color-navy-950)!important}.site-mega-navigation{position:static;display:grid;grid-template-columns:1fr;width:100%;max-height:none;margin:6px 0 12px;padding:10px;overflow:visible;transform:none;background:#fff;border:1px solid var(--color-border);border-top:4px solid var(--color-yellow-500);border-radius:10px;box-shadow:none}.mega-menu-intro{padding:18px}.mega-menu-group{padding:2px 4px}.mega-menu-group h3{margin-top:10px}.mega-menu-group>a{min-height:56px;padding:10px 6px}.home-page .home-hero-layout{grid-template-columns:minmax(0,1fr)!important;width:100%!important;max-width:100%!important}.home-page .home-hero-layout>*{min-width:0}.home-page .home-hero-split .home-hero-content{width:100%;max-width:100%;padding:44px 24px!important}.home-page .home-hero-content>*{max-width:100%!important}.home-page .home-hero-actions{display:grid;width:100%;grid-template-columns:1fr}.home-page .home-hero-actions .btn{width:100%;margin:0}.home-page .home-hero-media{height:360px!important;min-height:360px!important}.home-page .home-trust-strip{margin:0!important}.home-page .home-trust-grid{border-radius:0}.home-action-grid{grid-template-columns:repeat(2,1fr)}.home-service-grid{grid-template-columns:repeat(2,1fr)}.navbar-collapse{flex-basis:100%;padding:12px 0 8px;max-height:calc(100dvh - 92px);overflow-y:auto;overscroll-behavior:contain}.navbar .navbar-nav{gap:5px}.navbar #userArea{width:100%;min-width:0;margin-left:0!important}.nav-account-placeholder{justify-content:flex-start}.nav-account-placeholder span{width:100%;height:44px}#cookie-consent{box-sizing:border-box;width:100%;max-width:100vw;padding:14px!important}#cookie-consent>div{display:grid!important;grid-template-columns:1fr;width:100%;max-width:100%!important;gap:12px}#cookie-consent>div>div{min-width:0}#cookie-consent>div>div:last-child{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;gap:8px!important}#cookie-consent .btn{width:100%;min-width:0;padding:9px 6px!important;font-size:.82rem!important;white-space:normal}}
@media(max-width:575.98px){.navbar-toggler{position:absolute!important;top:12px;right:12px;z-index:3}.navbar .navbar-brand{max-width:calc(100% - 86px)}.home-page .home-hero h1{max-width:100%!important;font-size:clamp(2rem,10vw,2.35rem)!important;line-height:1.08!important;overflow-wrap:break-word}.home-page .home-hero-copy{font-size:1rem!important}.home-hero-media{min-height:280px}.home-trust-grid,.home-action-grid,.home-service-grid{grid-template-columns:1fr}.home-trust-grid>div+div{border-left:0}.home-trust-grid>div{border-top:1px solid rgba(255,255,255,.12)}.home-action-card{min-height:150px}.home-service-grid .service-item{min-height:0}.home-cta-inner{padding:25px}.top-bar-left{justify-content:center}.top-bar-left .text{margin:0 8px}.top-bar-left p,.top-bar-left a{font-size:.78rem}#cookie-consent>div>div:last-child{grid-template-columns:1fr}#cookie-consent .btn{min-height:44px}}
