body[data-footer-page]{background:#f5f7fb;color:#142033;}
body[data-footer-page] .storefront-sticky-header{position:sticky;top:0;z-index:110;background:#fff;box-shadow:0 8px 24px rgba(16,34,61,.06);}
body[data-footer-page] .logo-mark img,
body[data-footer-page] .footer-logo-mark img{width:100%;height:100%;object-fit:contain;border-radius:inherit;}
body[data-footer-page] .head-actions{margin-left:auto;justify-content:flex-end;}
body[data-footer-page] .hot-tag{margin-left:4px;background:#f04438;color:#fff;border-radius:4px;padding:2px 5px;font-size:9px;vertical-align:top;}
body[data-footer-page] .desktop-category-label,
body[data-footer-page] .desktop-category-label:hover{background:var(--navy);cursor:default;}

.information-page{min-height:55vh;}
.information-hero{position:relative;overflow:hidden;padding:44px 0 56px;background:linear-gradient(135deg,#fff4ec 0%,#fff 55%,#e9f8f2 100%);border-bottom:1px solid var(--line);}
.information-hero::before,.information-hero::after{content:"";position:absolute;border-radius:50%;pointer-events:none;}
.information-hero::before{width:260px;height:260px;right:8%;top:-145px;background:rgba(244,93,47,.09);}
.information-hero::after{width:160px;height:160px;right:21%;bottom:-115px;background:rgba(21,149,109,.08);}
.information-breadcrumb{display:flex;align-items:center;gap:9px;margin-bottom:28px;color:#748095;font-size:12px;}
.information-breadcrumb a:hover{color:var(--purple);}
.information-breadcrumb i{font-size:8px;color:#a8b1c0;}
.information-hero-heading{position:relative;z-index:1;display:flex;align-items:center;gap:22px;max-width:760px;}
.information-hero-heading>span{display:grid;place-items:center;width:82px;height:82px;flex:0 0 82px;border-radius:24px;background:var(--purple);color:#fff;font-size:31px;box-shadow:0 18px 35px -18px rgba(244,93,47,.7);}
.information-hero-heading p{margin:0 0 5px;color:var(--purple);font-size:11px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;}
.information-hero-heading h1{margin:0;color:var(--navy);font-family:'Poppins',sans-serif;font-size:clamp(30px,4vw,48px);line-height:1.1;letter-spacing:-1.2px;}
.information-hero-heading div>div{margin-top:10px;color:#667287;font-size:14px;line-height:1.7;}

.information-content-section{padding:44px 0 64px;}
.information-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:26px;align-items:start;}
.information-content-card,.information-nav-card,.information-help-card{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 15px 38px rgba(16,34,61,.055);}
.information-content-card{padding:clamp(24px,4vw,46px);}
.information-content{min-height:280px;color:#46536a;font-size:15px;line-height:1.9;white-space:pre-line;}
.information-updated{display:flex;align-items:center;gap:8px;margin-top:34px;padding-top:18px;border-top:1px solid var(--line);color:#8490a2;font-size:11.5px;}
.information-updated i{color:var(--purple);}
.information-sidebar{display:grid;gap:18px;position:sticky;top:180px;}
.information-nav-card{overflow:hidden;padding:10px;}
.information-nav-card h2{padding:12px 12px 13px;color:var(--navy);font-size:16px;}
.information-nav-card a{display:grid;grid-template-columns:25px minmax(0,1fr) 12px;align-items:center;gap:8px;padding:11px 12px;border-radius:9px;color:#5d687c;font-size:12.5px;transition:.18s;}
.information-nav-card a>i:first-child{color:var(--purple);text-align:center;}
.information-nav-card a>i:last-child{font-size:8px;color:#b0b8c5;}
.information-nav-card a:hover,.information-nav-card a.active{background:#fff1eb;color:var(--purple-dark);font-weight:700;}
.information-help-card{padding:25px;text-align:center;background:linear-gradient(145deg,var(--navy),#19385e);color:#fff;}
.information-help-card>span{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 14px;border-radius:15px;background:rgba(255,255,255,.1);color:#ff8b66;font-size:21px;}
.information-help-card h2{font-size:17px;}
.information-help-card p{margin:8px 0 17px;color:#b9c5d7;font-size:12px;line-height:1.65;}
.information-help-card a{display:block;padding:10px 14px;border-radius:9px;background:var(--purple);color:#fff;font-size:12px;font-weight:800;}

body[data-footer-page] .storefront-footer{padding:0;text-align:left;color:#aeb8ca;}

@media (max-width:980px){
  .information-layout{grid-template-columns:1fr;}
  .information-sidebar{position:static;grid-template-columns:minmax(0,1fr) 300px;}
}
@media (max-width:720px){
  body[data-footer-page] .topbar .wrap{height:34px;}
  body[data-footer-page] header.main .wrap{flex-wrap:wrap;}
  body[data-footer-page] .search-bar{order:3;flex-basis:100%;max-width:100%;margin-top:4px;}
  body[data-footer-page] .navrow{display:none;}
  body[data-footer-page] .head-action .label{display:none;}
  .information-hero{padding:28px 0 38px;}
  .information-breadcrumb{margin-bottom:20px;}
  .information-hero-heading{align-items:flex-start;gap:15px;}
  .information-hero-heading>span{width:58px;height:58px;flex-basis:58px;border-radius:17px;font-size:22px;}
  .information-content-section{padding:24px 0 44px;}
  .information-sidebar{grid-template-columns:1fr;}
}
@media (max-width:480px){
  .information-hero-heading h1{font-size:27px;}
  .information-hero-heading div>div{font-size:12px;}
  .information-content-card{padding:22px 18px;}
  .information-content{font-size:14px;line-height:1.8;}
}
