
/* v407: single-row, receipt-first navigation and mobile readability */
@media(min-width:901px){
 #nav .nav-bottom{flex-wrap:nowrap!important;min-height:48px!important;gap:3px!important;padding:6px clamp(10px,2vw,32px)!important;justify-content:flex-start!important}
 #nav .nav-bottom>.nav-link,#nav .nav-bottom>.nav-dropdown{flex-shrink:0!important}
 #nav .nav-bottom>.nav-link,#nav .nav-bottom>.nav-dropdown>.nav-dropdown-trigger{font-size:clamp(.70rem,.86vw,.89rem)!important;padding:8px clamp(5px,.7vw,12px)!important}
 #nav .nav-bottom>.nav-link.iq-evidence-priority{background:#163143!important;border:1px solid #5a9aab!important;border-radius:5px!important;color:#c8f4ff!important;font-weight:850!important}
 #nav .nav-bottom>.nav-link.iq-evidence-priority:hover{background:#235068!important}
}
@media(min-width:901px) and (max-width:1199px){#nav .nav-bottom>.nav-link[data-iq-global-req]{display:none!important}}
@media(max-width:900px){
 #nav .mobile-primary-nav{grid-template-columns:repeat(3,minmax(0,1fr))!important}
 #nav .mobile-primary-link.iq-mobile-evidence{background:#183445!important;color:#c7f5ff!important;border-bottom:2px solid #78d3e5!important}
 .iq-el{padding:32px 16px 54px!important}
 .iq-el h1{font-size:clamp(1.8rem,7vw,2.7rem)!important}
 .iq-el .el-card{padding:18px!important}
 .iq-el .el-meta,.iq-el .el-grid{min-width:0!important}
 .iq-el .el-actions a{width:100%!important;justify-content:center!important;white-space:normal!important;text-align:center!important}
}
.iq-evidence-home{max-width:1250px;margin:18px auto 24px;padding:22px clamp(16px,3vw,35px);display:flex;align-items:center;gap:20px;justify-content:space-between;background:linear-gradient(105deg,#142c3d,#0d1824);border:1px solid #3e6d7d;border-left:4px solid #92d8e6;border-radius:8px}
.iq-evidence-home h2{margin:3px 0 6px;color:#f3f9fa;font-size:clamp(1.15rem,1.9vw,1.7rem);line-height:1.25}
.iq-evidence-home p{color:#b2cbd6;margin:0;font-size:.88rem;max-width:770px}
.iq-evidence-home .iq-evidence-button{flex-shrink:0;min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:10px 17px;background:#bceaf1;color:#102532!important;text-decoration:none;font-weight:800;border-radius:5px}
.iq-evidence-home .iq-evidence-kicker{font-size:.67rem;font-weight:800;letter-spacing:.13em;color:#c5a974;text-transform:uppercase}
@media(max-width:760px){.iq-evidence-home{margin:14px 14px 20px;display:flex;flex-direction:column;align-items:stretch;padding:18px}.iq-evidence-home .iq-evidence-button{width:100%;text-align:center}}
.iq-el .el-quick-proof{margin:20px 0 8px;padding:18px;border:1px solid #4b7785;background:#182d3b;border-radius:9px;display:flex;align-items:center;justify-content:space-between;gap:15px}
.iq-el .el-quick-proof p{margin:3px 0;color:#c3d9e2;font-size:.85rem}
.iq-el .el-quick-proof strong{color:#fff}
@media(max-width:740px){.iq-el .el-quick-proof{flex-direction:column;align-items:stretch}.iq-el .el-quick-proof a{width:100%!important;text-align:center;justify-content:center}}

/* v407: prevent fixed two-row header from covering first section when browser zoom changes */
@media(min-width:901px){#nav{height:auto!important}#nav .nav-bottom{overflow:visible!important}}
@media(max-width:900px){#nav .mobile-primary-link{overflow-wrap:anywhere}.iq-evidence-home{width:auto!important}}
html{scroll-padding-top:140px}
@media(max-width:900px){html{scroll-padding-top:118px}}

/* v407: prevent fixed two-row header from covering first section when browser zoom changes */
@media(min-width:901px){#nav{height:auto!important}#nav .nav-bottom{overflow:visible!important}}
@media(max-width:900px){#nav .mobile-primary-link{overflow-wrap:anywhere}.iq-evidence-home{width:auto!important}}
html{scroll-padding-top:140px}
@media(max-width:900px){html{scroll-padding-top:118px}}

/* v408: Homepage only. The fixed language strip occupies the space immediately
   after the measured fixed navigation; never let the evidence callout sit beneath it.
   Keep one spacing owner to avoid the former nav-offset double-counting. */
body.home-v237 {padding-top:calc(var(--nav-offset, 82px) + 44px)!important;}
body.home-v237 > .iq-evidence-home {margin-top:20px!important;margin-bottom:24px!important;}
body.home-v237 > .v230-hero {margin-top:clamp(36px, 4vw, 66px)!important;}
@media(max-width:900px){
 body.home-v237 {padding-top:calc(var(--nav-offset, 56px) + 44px)!important;}
 body.home-v237 > .iq-evidence-home {margin-top:16px!important;margin-bottom:20px!important;}
 body.home-v237 > .v230-hero {margin-top:24px!important;}
}
@media(max-width:600px){
 body.home-v237 > .v230-hero {margin-top:18px!important;}
}
