/* PixelRackHost canonical footer v2 — single source of truth */
footer.prhFoot{
 --pf-ink:#142337;--pf-muted:#607283;--pf-line:#d5e5eb;
 --pf-blue:#0ba6cf;--pf-purple:#7652df;
 box-sizing:border-box!important;width:100%!important;
 margin:28px 0 0!important;padding:28px 0 0!important;
 overflow:hidden!important;color:var(--pf-ink)!important;
 background:
  radial-gradient(600px 180px at 10% 0,rgba(19,184,218,.08),transparent 65%),
  radial-gradient(600px 180px at 90% 0,rgba(118,82,223,.07),transparent 65%),
  linear-gradient(180deg,#fbfeff,#f5fafc)!important;
 border-top:1px solid var(--pf-line)!important
}
footer.prhFoot *,footer.prhFoot *:before,footer.prhFoot *:after{box-sizing:border-box!important}
footer.prhFoot>.container,
footer.prhFoot .prhFootTop,
footer.prhFoot .prhFootLegal{
 width:min(1180px,calc(100% - 40px))!important;max-width:1180px!important;margin-left:auto!important;margin-right:auto!important
}

/* benefit strip */
footer.prhFoot .prhFeatBar{
 display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;
 gap:10px!important;margin:0 0 27px!important;padding:13px!important;
 background:rgba(255,255,255,.92)!important;border:1px solid #cee1e8!important;
 border-radius:16px!important;box-shadow:0 9px 30px rgba(36,73,93,.07)!important
}
footer.prhFoot .prhFeatItem{
 display:flex!important;align-items:center!important;gap:9px!important;
 min-width:0!important;padding:7px!important;text-align:left!important
}
footer.prhFoot .prhFeatItem>div{min-width:0!important}
footer.prhFoot .prhFeatItem b{
 display:block!important;color:var(--pf-ink)!important;-webkit-text-fill-color:var(--pf-ink)!important;
 font-size:11px!important;line-height:1.25!important;font-weight:850!important
}
footer.prhFoot .prhFeatItem>div>span{
 display:block!important;margin-top:3px!important;color:var(--pf-muted)!important;
 -webkit-text-fill-color:var(--pf-muted)!important;font-size:9px!important;line-height:1.4!important
}
footer.prhFoot .prhFeatIco{
 display:grid!important;place-items:center!important;
 flex:0 0 36px!important;width:36px!important;height:36px!important;
 min-width:36px!important;min-height:36px!important;max-width:36px!important;max-height:36px!important;
 margin:0!important;border-radius:50%!important;
 color:#078fb8!important;background:#e5f8fd!important
}
footer.prhFoot .prhFeatIco.purple{color:#7652df!important;background:#f0eaff!important}
footer.prhFoot .prhFeatIco.orange{color:#d9701e!important;background:#fff0e4!important}
footer.prhFoot .prhFeatIco.green{color:#15865f!important;background:#e5f8ef!important}
footer.prhFoot .prhFeatIco svg{
 display:block!important;width:18px!important;height:18px!important;
 min-width:18px!important;min-height:18px!important;max-width:18px!important;max-height:18px!important
}

/* main footer */
footer.prhFoot .prhFootTop{
 display:grid!important;grid-template-columns:1.3fr .7fr .7fr .7fr .85fr!important;
 gap:32px!important;align-items:start!important;padding:4px 0 26px!important
}
footer.prhFoot .prhFootBrand,footer.prhFoot .prhFootCol{min-width:0!important}
footer.prhFoot .prhFootBrand>b{
 display:block!important;color:var(--pf-ink)!important;-webkit-text-fill-color:var(--pf-ink)!important;
 font-size:16px!important;line-height:1.25!important;letter-spacing:.04em!important
}
footer.prhFoot .prhFootBrand>small{
 display:block!important;margin-top:4px!important;color:#168da9!important;
 -webkit-text-fill-color:#168da9!important;font-size:8px!important;font-weight:800!important;letter-spacing:.1em!important
}
footer.prhFoot .prhFootBrand>p{
 max-width:290px!important;margin:10px 0 0!important;color:var(--pf-muted)!important;
 -webkit-text-fill-color:var(--pf-muted)!important;font-size:11px!important;line-height:1.55!important
}
footer.prhFoot .prhSocial{display:flex!important;gap:7px!important;flex-wrap:wrap!important;margin-top:13px!important}
footer.prhFoot .prhSocial a{
 display:grid!important;place-items:center!important;width:30px!important;height:30px!important;
 margin:0!important;padding:0!important;border-radius:50%!important;
 color:var(--pf-blue)!important;background:#fff!important;border:1px solid #cde3ea!important
}
footer.prhFoot .prhSocial svg{display:block!important;width:13px!important;height:13px!important}

footer.prhFoot .prhFootCol h3{
 margin:0 0 11px!important;color:var(--pf-ink)!important;-webkit-text-fill-color:var(--pf-ink)!important;
 font-size:11px!important;line-height:1.3!important;letter-spacing:.08em!important
}
footer.prhFoot .prhFootCol h3:after{
 content:""!important;display:block!important;width:22px!important;height:2px!important;
 margin-top:6px!important;border-radius:2px!important;
 background:linear-gradient(90deg,var(--pf-blue),var(--pf-purple))!important;box-shadow:none!important
}
footer.prhFoot .prhFootCol a{
 display:flex!important;align-items:center!important;gap:5px!important;
 margin:0!important;padding:4px 0!important;color:#526574!important;
 -webkit-text-fill-color:#526574!important;font-size:10.5px!important;line-height:1.4!important;text-decoration:none!important
}
footer.prhFoot .prhFootCol a:hover{color:#078fab!important;-webkit-text-fill-color:#078fab!important}
footer.prhFoot .prhFootCol a svg{display:block!important;width:11px!important;height:11px!important;flex:0 0 11px!important}

footer.prhFoot .prhFootArt{min-width:0!important;overflow:hidden!important}
footer.prhFoot .prhFootArt img{
 display:block!important;width:100%!important;max-width:190px!important;height:auto!important;
 max-height:145px!important;object-fit:contain!important;margin:auto!important
}

/* legal */
footer.prhFoot .prhFootLegal{
 display:flex!important;align-items:center!important;flex-wrap:wrap!important;
 gap:9px 15px!important;min-height:52px!important;margin-top:0!important;padding:15px 0 18px!important;
 border-top:1px solid #dde8ec!important;color:#697985!important;font-size:9.5px!important;line-height:1.4!important
}
footer.prhFoot .prhFootLegal span{margin-right:auto!important}
footer.prhFoot .prhFootLegal a{
 margin:0!important;padding:0!important;color:#697985!important;
 -webkit-text-fill-color:#697985!important;font-size:9.5px!important;text-decoration:none!important
}

@media(max-width:900px){
 footer.prhFoot .prhFeatBar{grid-template-columns:1fr 1fr!important}
 footer.prhFoot .prhFootTop{grid-template-columns:1fr 1fr 1fr!important;gap:24px!important}
 footer.prhFoot .prhFootBrand{grid-column:1/-1!important}
 footer.prhFoot .prhFootArt{grid-column:1/-1!important}
}

@media(max-width:700px){
 footer.prhFoot{
  margin:0!important;padding:22px 0 0!important;
  overflow:hidden!important;background:#f9fcfd!important
 }
 /* eliminates repeated benefits + artwork and prevents mobile over-scroll */
 footer.prhFoot>.container:first-child{display:none!important}
 footer.prhFoot .prhFootArt{display:none!important}
 footer.prhFoot .prhFootTop{
  grid-template-columns:1fr 1fr!important;gap:20px 22px!important;
  width:calc(100% - 32px)!important;padding:0 0 20px!important
 }
 footer.prhFoot .prhFootBrand{grid-column:1/-1!important}
 footer.prhFoot .prhFootBrand>p{max-width:420px!important}
 footer.prhFoot .prhFootLegal{
  width:calc(100% - 32px)!important;min-height:0!important;
  padding:14px 0 18px!important;gap:7px 11px!important;font-size:9px!important
 }
 footer.prhFoot .prhFootLegal span{flex:0 0 100%!important;margin:0!important}
 footer.prhFoot .prhFootLegal a{font-size:9px!important}
}
