/* Shared homepage chrome. Scoped to preserve existing page content styling. */
:is(#ssg-site-header,#ssg-site-footer){--ink:#10283D;--lime:#A7CF3A;--line:#DDECF4;font-family:Inter,Arial,sans-serif;font-size:16px;line-height:1.5;letter-spacing:normal;text-transform:none;color:var(--ink);width:100%;clear:both}
:is(#ssg-site-header,#ssg-site-footer) *{box-sizing:border-box}
:is(#ssg-site-header,#ssg-site-footer) a{color:inherit;text-decoration:none;font-family:Inter,Arial,sans-serif;letter-spacing:normal;text-transform:none}
:is(#ssg-site-header,#ssg-site-footer) img{display:block;max-width:100%;border:0;padding:0;margin:0}
:is(#ssg-site-header,#ssg-site-footer) .ssg-site-wrap{width:min(1280px,calc(100% - 96px));margin-inline:auto;padding:0}
#ssg-site-header{background:#fff;position:relative;z-index:30;margin:0;border:0}
#ssg-site-header .ssg-site-header-inner{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:35px}
:is(#ssg-site-header,#ssg-site-footer) .ssg-site-logo{display:block;flex:none}
#ssg-site-header .ssg-site-logo img{width:106px;height:58px;object-fit:contain}
:is(#ssg-site-header,#ssg-site-footer) .ssg-site-nav{display:flex;gap:30px;align-items:center;margin:0 auto;padding:0}
:is(#ssg-site-header,#ssg-site-footer) .ssg-site-nav>a{font-size:13px;line-height:1.5;padding:12px 0;position:relative;font-weight:500;white-space:nowrap}
:is(#ssg-site-header,#ssg-site-footer) .ssg-site-nav>a[aria-current]:after{content:"";position:absolute;bottom:3px;left:0;right:0;height:3px;background:var(--lime)}
#ssg-site-header .ssg-site-nav>a:hover{color:#166698}
#ssg-site-header .ssg-site-button{display:inline-flex;flex:none;gap:16px;align-items:center;justify-content:center;min-height:46px;border-radius:99px;background:var(--lime);border:1.5px solid var(--lime);padding:11px 24px;color:var(--ink);font-size:13px;font-weight:700;line-height:1.4;box-shadow:none;transition:background .15s,transform .15s}
#ssg-site-header .ssg-site-button:hover{background:#B5DA53;transform:translateY(-2px)}
#ssg-site-header .ssg-site-button svg{width:17px;height:17px;flex:none}
:is(#ssg-site-header,#ssg-site-footer) :is(a,summary):focus-visible{outline:3px solid #2789C9;outline-offset:5px}
#ssg-site-header .ssg-site-mobile{display:none}
#ssg-site-header .ssg-site-skip{position:fixed;left:10px;top:-100px;background:#fff;border:2px solid var(--ink);padding:12px;z-index:10000}
#ssg-site-header .ssg-site-skip:focus{top:10px}
#ssg-site-footer{background:var(--ink);border-radius:23px 23px 0 0;margin-top:-2px;position:relative;z-index:3;color:#fff;border:0}
#ssg-site-footer .ssg-site-footer-inner{min-height:93px;display:flex;align-items:center;justify-content:space-between;gap:26px}
#ssg-site-footer .ssg-site-logo{background:#fff;border-radius:8px;padding:3px 8px}
#ssg-site-footer .ssg-site-logo img{width:85px;height:47px;object-fit:contain}
#ssg-site-footer .ssg-site-nav{gap:25px;margin:0}
#ssg-site-footer .ssg-site-nav>a:hover{color:var(--lime)}
#ssg-site-footer .ssg-site-footer-inner>p{font-family:Inter,Arial,sans-serif;font-size:10px;font-weight:400;color:#CBDDEB;line-height:1.7;letter-spacing:normal;margin:0;padding:0}
@media(max-width:1100px){
 :is(#ssg-site-header,#ssg-site-footer) .ssg-site-wrap{width:calc(100% - 64px)}
 #ssg-site-header .ssg-site-button{padding:11px 18px;font-size:12px}
 #ssg-site-footer .ssg-site-nav{gap:15px}
}
@media(max-width:900px){
 #ssg-site-header .ssg-site-header-inner{min-height:78px;gap:16px}
 #ssg-site-header .ssg-site-nav,#ssg-site-header .ssg-site-button{display:none}
 #ssg-site-header .ssg-site-logo img{width:91px;height:50px}
 #ssg-site-header .ssg-site-mobile{display:block;position:relative;margin:0;padding:0}
 #ssg-site-header .ssg-site-mobile summary{cursor:pointer;font-weight:700;font-size:14px;line-height:1.5;list-style:none;border:1px solid #C5D8E5;border-radius:40px;padding:10px 17px}
 #ssg-site-header .ssg-site-mobile summary::-webkit-details-marker{display:none}
 #ssg-site-header .ssg-site-mobile-links{position:absolute;right:0;top:54px;width:230px;max-width:calc(100vw - 40px);z-index:40;background:#fff;border:1px solid var(--line);box-shadow:0 14px 35px #10283D18;border-radius:14px;padding:13px}
 #ssg-site-header .ssg-site-mobile-links a{display:block;padding:12px 14px;font-size:15px;line-height:1.5;font-weight:500;border-radius:6px}
 #ssg-site-header .ssg-site-mobile-links a[aria-current]{background:#EDF8FD;font-weight:700}
 #ssg-site-header .ssg-site-mobile-links a:hover{background:#EDF8FD}
}
@media(max-width:760px){
 :is(#ssg-site-header,#ssg-site-footer) .ssg-site-wrap{width:calc(100% - 40px)}
 #ssg-site-footer .ssg-site-footer-inner{flex-direction:column;align-items:flex-start;gap:20px;padding:25px 0 48px}
 #ssg-site-footer .ssg-site-nav{flex-wrap:wrap;gap:22px}
 #ssg-site-footer .ssg-site-footer-inner>p{font-size:11px}
}
@media(prefers-reduced-motion:reduce){#ssg-site-header *{transition:none!important;scroll-behavior:auto!important}}
