/* TKSE-WEB-009I9E — Footer Shell Lock + Account Page Cleanup
   Purpose: lock footer/floating/skip styling on account/portal placeholder pages and any page that does not load the older global shell CSS. */
:root{
  --tkse-i9e-navy:#061A3A;
  --tkse-i9e-navy-deep:#031127;
  --tkse-i9e-emerald:#009B63;
  --tkse-i9e-emerald-hover:#008457;
  --tkse-i9e-mint:#EAF7F1;
  --tkse-i9e-text:#071B3A;
  --tkse-i9e-muted:#AEC0DD;
  --tkse-i9e-border:rgba(255,255,255,.12);
}
.skip{
  position:absolute!important;
  width:1px!important;height:1px!important;
  padding:0!important;margin:-1px!important;
  overflow:hidden!important;clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;border:0!important;
}
.skip:focus{
  position:fixed!important;left:18px!important;top:18px!important;
  width:auto!important;height:auto!important;margin:0!important;
  padding:10px 14px!important;clip:auto!important;overflow:visible!important;
  z-index:100000!important;border-radius:999px!important;
  background:#fff!important;color:var(--tkse-i9e-text)!important;
  box-shadow:0 18px 45px rgba(3,17,39,.18)!important;
}
body .wrap{width:min(1180px,92vw);margin-left:auto;margin-right:auto;}
body .footer{
  position:relative!important;
  display:block!important;
  margin:0!important;
  padding:64px 0 30px!important;
  background:linear-gradient(180deg,var(--tkse-i9e-navy),var(--tkse-i9e-navy-deep))!important;
  color:var(--tkse-i9e-muted)!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
  font-family:var(--tkse-font-primary,"Manrope","Inter",Arial,sans-serif)!important;
}
body .footer-grid{
  display:grid!important;
  grid-template-columns:minmax(260px,1.35fr) repeat(3,minmax(140px,1fr))!important;
  gap:34px!important;
  align-items:start!important;
}
body .footer-logo{
  display:block!important;
  color:#fff!important;
  max-width:340px!important;
}
body .footer-logo img{
  width:auto!important;
  height:118px!important;
  max-width:180px!important;
  object-fit:contain!important;
  margin:0 0 16px!important;
  opacity:1!important;
}
body .footer-logo b{
  display:none!important;
}
body .footer h3{
  margin:0 0 14px!important;
  color:#fff!important;
  font-size:16px!important;
  font-weight:850!important;
  letter-spacing:-.01em!important;
}
body .footer p{
  margin:10px 0 0!important;
  color:rgba(222,237,251,.80)!important;
  line-height:1.65!important;
  font-size:14px!important;
}
body .footer a{
  display:block!important;
  margin:8px 0!important;
  color:rgba(222,237,251,.82)!important;
  text-decoration:none!important;
  font-size:14px!important;
  font-weight:600!important;
  line-height:1.45!important;
  transition:color .18s ease, transform .18s ease!important;
}
body .footer a:hover{
  color:#A7E1C7!important;
  transform:translateX(2px)!important;
}
body .footer .copy{
  display:flex!important;
  justify-content:space-between!important;
  gap:20px!important;
  border-top:1px solid var(--tkse-i9e-border)!important;
  margin-top:36px!important;
  padding-top:22px!important;
  color:rgba(174,192,221,.78)!important;
  font-size:13px!important;
}
body .floating{
  position:fixed!important;
  right:22px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:8000!important;
  display:grid!important;
  gap:12px!important;
  left:auto!important;
  bottom:auto!important;
  width:auto!important;
  height:auto!important;
}
body .floating a,
body .scroll-top{
  width:46px!important;height:46px!important;
  border-radius:999px!important;
  display:grid!important;place-items:center!important;
  background:#fff!important;
  color:var(--tkse-i9e-emerald)!important;
  border:1px solid rgba(0,155,99,.16)!important;
  box-shadow:0 16px 36px rgba(7,26,61,.14)!important;
  text-decoration:none!important;
  font-size:16px!important;
  font-weight:900!important;
  line-height:1!important;
}
body .floating a:hover,
body .scroll-top:hover{
  background:var(--tkse-i9e-emerald)!important;
  color:#fff!important;
}
body .scroll-top{
  position:fixed!important;
  right:22px!important;
  bottom:78px!important;
  z-index:8000!important;
}
@media(max-width:900px){
  body .footer{padding:48px 0 96px!important;}
  body .footer-grid{grid-template-columns:1fr!important;gap:24px!important;}
  body .footer-logo img{height:92px!important;max-width:150px!important;}
  body .footer .copy{display:block!important;}
  body .footer .copy span{display:block!important;margin:7px 0!important;}
  body .floating, body .scroll-top{display:none!important;}
}
