:root{--navy:#0a1628;--orange:#f4622a;--cream:#f5f0e8;--dark:#1a2332;--gray:#6b7280;--gray-light:#e8e4dc;}
    *{box-sizing:border-box;margin:0;padding:0}
    body{font-family:"DM Sans",sans-serif;background:var(--cream);color:var(--dark);-webkit-tap-highlight-color:transparent;}
    nav{display:flex;align-items:center;justify-content:space-between;padding:0 5%;height:72px;background:rgba(10,22,40,0.97);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(244,98,42,0.2);}
    .nav-logo{font-family:"Bebas Neue",sans-serif;font-size:1.7rem;color:white;letter-spacing:2px;text-decoration:none;}
    .nav-logo span{color:var(--orange);}
    .nav-links{display:flex;gap:1.5rem;list-style:none;}
    .nav-links a{color:rgba(255,255,255,0.75);text-decoration:none;font-size:0.88rem;}
    .nav-cta{background:var(--orange);color:white!important;padding:0.45rem 1rem;border-radius:4px;font-weight:600!important;}
    .hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:0.5rem;}
    .hamburger span{width:24px;height:2px;background:white;display:block;}
    @media(max-width:900px){.nav-links{display:none}.hamburger{display:flex}}
    .mobile-nav{display:none;position:fixed;top:72px;left:0;right:0;bottom:0;background:#f8f8f8;flex-direction:column;gap:0;z-index:99;overflow-y:auto;padding-bottom:70px}.mobile-nav.open{display:flex}.mobile-nav a{color:#1a2332;text-decoration:none;font-size:0.95rem;padding:1rem 1.4rem;border-bottom:1px solid #e8e8e8;background:white;display:block;flex-shrink:0}.mob-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.4rem;font-size:0.95rem;color:#1a2332;background:white;border-bottom:1px solid #e8e8e8;cursor:pointer;user-select:none;font-weight:500;flex-shrink:0}.mob-dropdown-trigger.mob-active{color:var(--orange);background:#fff8f5}.mob-arrow{font-size:0.75rem;color:#aaa;transition:transform 0.25s;margin-left:auto;padding-left:0.5rem}.mob-dropdown-trigger.mob-active .mob-arrow{transform:rotate(180deg);color:var(--orange)}.mob-dropdown-content{display:none;border-bottom:1px solid #e8e8e8;flex-direction:column}.mob-dropdown-content.mob-open{display:flex}.mob-notice{background:#fff8f5;border-left:3px solid var(--orange);padding:0.65rem 1.25rem;font-size:0.75rem;color:#c04a10;font-weight:600;border-bottom:1px solid #ffe8dc}.mob-sub-header{padding:0.45rem 1.25rem;font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--orange);background:#f9f9f9;border-bottom:1px solid #f0f0f0}.mob-dropdown-content a{display:block;padding:0.75rem 1.25rem 0.75rem 2rem;font-size:0.88rem;color:#444;text-decoration:none;border-bottom:1px solid #f0f0f0;background:#fafafa;flex-shrink:0}.mob-dropdown-content a.mob-overview{padding-left:1.25rem;font-weight:600;color:#1a2332;background:white}
    .page-hero{padding:80px 5% 50px;background:var(--navy);text-align:center;}
    .hero-badge{display:inline-flex;align-items:center;gap:0.5rem;background:rgba(244,98,42,0.15);border:1px solid rgba(244,98,42,0.4);color:#ff7d45;font-size:0.78rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;padding:0.35rem 0.9rem;border-radius:100px;margin-bottom:1.25rem;}
    h1{font-family:"Bebas Neue",sans-serif;font-size:clamp(2.5rem,6vw,4rem);line-height:0.95;color:white;letter-spacing:2px;margin-bottom:1rem;}
    h1 em{color:var(--orange);font-style:normal;display:block;}
    .hero-sub{color:rgba(255,255,255,0.6);font-size:1rem;max-width:600px;margin:0 auto 1.5rem;line-height:1.7;}
    .hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;}
    .btn-primary{background:var(--orange);color:white;padding:0.9rem 1.75rem;border-radius:4px;font-weight:600;text-decoration:none;font-size:0.95rem;display:inline-block;}
    .btn-secondary{background:transparent;color:white;padding:0.9rem 1.75rem;border-radius:4px;border:1px solid rgba(255,255,255,0.25);text-decoration:none;font-size:0.95rem;display:inline-block;}
    .timeline-bar{background:var(--orange);padding:1rem 5%;display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap;}
    .tl-step{color:white;font-size:0.75rem;font-weight:700;text-transform:uppercase;padding:0.3rem 1rem;border-right:1px solid rgba(255,255,255,0.3);text-align:center;}
    .tl-step:last-child{border-right:none;}
    .tl-step span{display:block;font-size:0.75rem;font-weight:400;opacity:0.8;margin-top:0.1rem;}
    .white-section{padding:4rem 5%;background:white;}
    .cream-section{padding:4rem 5%;background:var(--cream);}
    .navy-section{padding:4rem 5%;background:var(--navy);}
    .section-label{font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:3px;color:var(--orange);margin-bottom:0.75rem;}
    h2{font-family:"Bebas Neue",sans-serif;font-size:clamp(1.8rem,4vw,2.8rem);letter-spacing:2px;line-height:1;color:var(--navy);margin-bottom:1.25rem;}
    h2.white{color:white;}
    .notice-box{background:#fff8f5;border-left:4px solid var(--orange);border-radius:0 8px 8px 0;padding:1rem 1.25rem;margin:0 0 2rem;font-size:0.88rem;color:var(--dark);line-height:1.65;}
    .notice-box strong{color:var(--orange);}
    .checklist-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;}
    @media(max-width:680px){.checklist-grid{grid-template-columns:1fr}}
    .cl-card{background:white;border-radius:12px;padding:1.5rem;border:1px solid var(--gray-light);}
    .cl-card.cream{background:var(--cream);}
    .cl-card.green{background:#f0faf4;border-color:#b7e4c7;}
    .cl-header{display:flex;align-items:center;gap:0.75rem;margin-bottom:1.1rem;}
    .cl-icon{font-size:1.6rem;flex-shrink:0;}
    .cl-title{font-weight:700;font-size:0.95rem;color:var(--navy);}
    .cl-sub{font-size:0.75rem;color:var(--gray);margin-top:0.1rem;}
    .cl-items{list-style:none;display:flex;flex-direction:column;gap:0.55rem;}
    .cl-items li{display:flex;align-items:flex-start;gap:0.6rem;font-size:0.86rem;color:var(--dark);line-height:1.5;}
    .cl-items li::before{content:"\2610";font-size:1rem;color:var(--orange);flex-shrink:0;margin-top:-0.05rem;}
    .cl-items li strong{font-weight:600;}
    .tag-urgent{display:inline-block;background:rgba(244,98,42,0.12);color:var(--orange);font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;padding:0.1rem 0.4rem;border-radius:3px;margin-left:0.35rem;}
    .resource-card{display:flex;align-items:flex-start;gap:1rem;background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.12);border-radius:12px;padding:1.25rem;margin-bottom:0.85rem;}
    .resource-icon{font-size:1.5rem;flex-shrink:0;margin-top:0.1rem;}
    .resource-name{font-weight:700;font-size:0.92rem;color:white;margin-bottom:0.2rem;}
    .resource-desc{font-size:0.8rem;color:rgba(255,255,255,0.55);line-height:1.5;margin-bottom:0.4rem;}
    .resource-contact{font-size:0.82rem;color:var(--orange);font-weight:600;}
    .resource-link{color:#c2410c;font-weight:600;text-decoration:underline;text-underline-offset:3px;font-size:0.98rem;}
    .faq-item{border-bottom:1px solid var(--gray-light);}
    .faq-question{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;cursor:pointer;font-weight:600;font-size:0.92rem;color:var(--dark);}
    .faq-toggle{color:var(--orange);font-size:1.2rem;font-weight:700;transition:transform 0.25s;}
    .faq-item.open .faq-toggle{transform:rotate(45deg);}
    .faq-answer{display:none;padding:0 0 1rem;font-size:0.88rem;color:var(--gray);line-height:1.7;}
    .faq-item.open .faq-answer{display:block;}
    .cta-section{background:var(--orange);padding:4rem 5%;text-align:center;}
    .cta-section h2{color:white;margin-bottom:0.75rem;}
    .cta-section p{color:rgba(255,255,255,0.85);margin-bottom:1.75rem;}
    .cta-btn-white{background:white;color:var(--orange);padding:1rem 2rem;border-radius:4px;font-weight:700;text-decoration:none;font-size:1rem;display:inline-block;}
    footer{background:#060e1c;padding:3rem 5% 0;}
    .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem;}@media(min-width:601px) and (max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr}}
    @media(max-width:700px){.footer-grid{grid-template-columns:1fr 1fr}}
    .footer-logo{font-family:"Bebas Neue",sans-serif;font-size:1.6rem;color:white;letter-spacing:2px;text-decoration:none;}
    .footer-logo span{color:var(--orange);}
    .footer-tagline{font-size:0.82rem;color:rgba(255,255,255,0.6);line-height:1.65;margin-top:0.75rem;}
    .footer-col h4,.footer-col h3{color:white;font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:0.75rem;}
    .footer-col ul{list-style:none;display:flex;flex-direction:column;gap:0.45rem;}
    .footer-col a{color:rgba(255,255,255,0.6);font-size:0.82rem;text-decoration:none;}
    .footer-bottom{border-top:1px solid rgba(255,255,255,0.07);padding:1.25rem 0;font-size:0.75rem;color:rgba(255,255,255,0.3);display:flex;justify-content:space-between;flex-wrap:wrap;gap:0.5rem;}
    .footer-bottom a{color:inherit;text-decoration:none;}
    .share-section{background:#1a2332;padding:1rem 5%;border-top:1px solid rgba(255,255,255,0.07);}
    .share-title{color:rgba(255,255,255,0.5);font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:0.6rem;}
    .share-buttons{display:flex;gap:0.5rem;flex-wrap:wrap;}
    .share-btn{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;flex-shrink:0;}
    .share-fb{background:#1877F2;}.share-tw{background:#000;}.share-em{background:#6b7280;}.share-wa{background:#25D366;}.share-pr{background:#555;}
    .sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;box-shadow:0 -3px 12px rgba(0,0,0,0.25);}
    .sticky-cta-inner{display:flex;height:56px;}
    .sticky-cta a{flex:1;display:flex;align-items:center;justify-content:center;gap:0.4rem;font-weight:700;font-size:0.95rem;text-decoration:none;color:white;}
    .sticky-cta a:first-child{background:#f4622a;border-right:1px solid rgba(255,255,255,0.3);}
    .sticky-cta a:last-child{background:#1a2332;}
    @media(max-width:768px){.sticky-cta{display:block}body{padding-bottom:56px}}
    .breadcrumb{font-size:0.78rem;color:rgba(255,255,255,0.6);margin-bottom:1rem;}
    .breadcrumb a{display:inline-block;padding:.7rem 0;color:rgba(255,255,255,0.6);text-decoration:none;}
    input,select,textarea{font-size:16px!important}
    .companion-banner{background:white;border:2px solid var(--orange);border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;}
    .companion-text{font-size:0.9rem;color:var(--dark);line-height:1.5;}
    .companion-text strong{color:var(--orange);}
    .companion-btn{background:var(--orange);color:white;padding:0.6rem 1.25rem;border-radius:6px;font-weight:600;text-decoration:none;font-size:0.85rem;white-space:nowrap;flex-shrink:0;}
  
    .site-search-bar{background:#f0eff0;padding:0.6rem 5%;border-bottom:1px solid #ddd;display:flex;align-items:center;gap:0.5rem;}
    .site-search-input{flex:1;border:1px solid #ddd;border-radius:6px;padding:0.55rem 0.85rem;font-size:0.9rem;font-family:"DM Sans",sans-serif;outline:none;color:#1a2332;background:white;}
    .site-search-input:focus{border-color:var(--orange);box-shadow:0 0 0 2px rgba(244,98,42,0.15);}
    .site-search-btn{min-height:40px;background:var(--orange);color:white;border:none;border-radius:6px;padding:0.55rem 1rem;font-size:0.88rem;font-weight:600;cursor:pointer;white-space:nowrap;font-family:"DM Sans",sans-serif;}
    .search-results-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);z-index:998;}
    .search-results-panel{position:fixed;top:0;left:0;right:0;background:white;z-index:999;max-height:90vh;overflow-y:auto;box-shadow:0 4px 24px rgba(0,0,0,0.2);}
    .search-results-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 5%;border-bottom:1px solid #eee;background:var(--navy);}
    .search-results-header span{color:white;font-size:0.88rem;font-weight:600;}
    .search-close-btn{background:none;border:none;color:white;font-size:1.4rem;cursor:pointer;padding:0;line-height:1;}
    .search-results-list{padding:0.5rem 0;}
    .search-result-item{display:flex;align-items:flex-start;gap:0.75rem;padding:0.85rem 5%;border-bottom:1px solid #f5f5f5;text-decoration:none;transition:background 0.15s;}
    .search-result-item:hover{background:#fff8f5;}
    .search-result-item:last-child{border-bottom:none;}
    .search-result-icon{font-size:1.25rem;flex-shrink:0;margin-top:0.1rem;}
    .search-result-title{font-size:0.9rem;font-weight:600;color:var(--navy);margin-bottom:0.2rem;}
    .search-result-desc{font-size:0.78rem;color:#666;line-height:1.4;}
    .search-result-tag{display:inline-block;background:#f0eff0;color:#666;font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;padding:0.1rem 0.4rem;border-radius:3px;margin-top:0.25rem;}
    .search-no-results{padding:2rem 5%;text-align:center;color:#999;font-size:0.9rem;}
    .search-highlight{color:var(--orange);font-weight:700;}
    @media(max-width:768px){.site-search-bar{padding:0.5rem 4%;}}
    
/* ── accessibility ── */
.skip-link{position:absolute;left:-9999px;top:0;background:#0a1628;color:#fff;padding:.8rem 1.4rem;border-radius:0 0 8px 0;font-weight:700;z-index:9999;text-decoration:none}
.skip-link:focus{left:0}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid #f4622a !important;outline-offset:2px !important}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

/* === nav dropdown (restored) === */
nav .nav-links > li{position:relative}
.nav-drop-arrow{font-size:.6em;margin-left:.25em;opacity:.75;display:inline-block;transition:transform .2s}
.nav-dropdown-grid{
  position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(8px);
  display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:.15rem 1.6rem;
  background:#0a1628;border:1px solid rgba(244,98,42,.28);border-radius:12px;
  padding:1.25rem 1.6rem;min-width:680px;max-width:92vw;
  box-shadow:0 18px 44px rgba(0,0,0,.5);
  opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease;
  z-index:1200;
}
nav .nav-links > li:hover > .nav-dropdown-grid,
nav .nav-links > li:focus-within > .nav-dropdown-grid{
  opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0);
}
nav .nav-links > li:hover > a .nav-drop-arrow{transform:rotate(180deg)}
.nav-dropdown-grid .drop-col-header{
  font-family:'Bebas Neue',sans-serif;letter-spacing:1.2px;font-size:.82rem;
  color:#f4622a;text-transform:uppercase;padding-bottom:.45rem;margin-bottom:.2rem;
  border-bottom:1px solid rgba(244,98,42,.28);
}
.nav-dropdown-grid a{
  display:block;padding:.34rem 0;color:#e8ecf1;text-decoration:none;
  font-size:.92rem;line-height:1.3;white-space:nowrap;
}
.nav-dropdown-grid a:hover{color:#f4622a}
/* keep the hover bridge so the menu doesn't close in the gap */
nav .nav-links > li:hover > .nav-dropdown-grid::before{
  content:"";position:absolute;top:-10px;left:0;right:0;height:10px;
}
@media(max-width:1024px){
  .nav-dropdown-grid{display:none!important}
  .nav-drop-arrow{display:none}
}


/* footer rebuild start */

footer nav.footer-nav{position:static;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:2rem 1.6rem;height:auto;background:none;backdrop-filter:none;border:0;padding:0;margin:0 0 1.8rem;z-index:auto}
.footer-top{text-align:center;margin-bottom:.9rem}
.footer-top a{color:#f2bc25;font-weight:700;text-decoration:none}
.footer-top span{color:rgba(255,255,255,.3)}
.footer-brand-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,0.09);margin-bottom:1.8rem}
.footer-brand-row .footer-brand p{max-width:56ch;margin:.7rem 0 0}
.footer-col{min-width:0}
.footer-col>summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:.6rem;cursor:default}
.footer-col>summary::-webkit-details-marker{display:none}
.footer-col>summary::after{content:"";color:var(--orange);font-size:1.25rem;line-height:1}
.footer-col .footer-sub{margin-top:1.4rem}
.footer-col a.footer-hub{color:var(--orange);font-weight:700}
.footer-contact{display:flex;flex-wrap:wrap;align-items:center;gap:.7rem 2rem;padding-top:1.4rem;border-top:1px solid rgba(255,255,255,0.09);margin-bottom:1.6rem;font-size:.88rem;color:rgba(255,255,255,0.6)}
.footer-contact a{color:rgba(255,255,255,0.6);text-decoration:none}
.footer-contact a:hover{color:var(--orange)}
.footer-social{display:flex;gap:.5rem;margin-left:auto}
.footer-social a{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.08);font-size:1rem;text-decoration:none}
@media(max-width:1024px){footer nav.footer-nav{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:768px){footer nav.footer-nav{grid-template-columns:1fr;gap:0}.footer-col{border-bottom:1px solid rgba(255,255,255,0.09)}.footer-col>summary{cursor:pointer;padding:.95rem 0;min-height:44px}.footer-col>summary::after{content:"+"}.footer-col[open]>summary::after{content:"\2212"}.footer-col>summary h3{margin-bottom:0}.footer-col>ul,.footer-col>.footer-sub{padding-bottom:1.1rem}.footer-contact{flex-direction:column;align-items:flex-start;gap:.55rem}.footer-social{margin-left:0}}
.footer-contact a{text-decoration:underline;text-underline-offset:2px}
summary:focus-visible{outline:3px solid #f4622a !important;outline-offset:2px !important}
/* footer rebuild end */
