
:root{--ink:#20262d;--yellow:#f5b82e;--paper:#f6f7f5;--white:#fff;--muted:#66717a;--green:#2f7d5a}
.mobile-bar{display:none}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:20px 0}
.trust-item{background:#fff;border:1px solid #dde2e5;border-radius:12px;padding:14px;text-align:center;font-size:14px;font-weight:750}
.cert-placeholder{border:1px dashed #aeb7bd;background:#fff;border-radius:16px;padding:22px;margin-top:18px}
.cert-placeholder b{display:block;font-size:19px}.cert-placeholder a{font-weight:800}
.calc-anchor{scroll-margin-top:80px}
@media(max-width:760px){
 body{padding-bottom:76px}.trust-strip{grid-template-columns:1fr 1fr}.trust-item{padding:12px 8px;font-size:13px}
 .mobile-bar{display:grid;grid-template-columns:.8fr 1.4fr;gap:8px;position:fixed;left:0;right:0;bottom:0;z-index:50;background:#fff;border-top:1px solid #d9dee1;padding:9px 12px calc(9px + env(safe-area-inset-bottom))}
 .mobile-bar a{min-height:50px;border-radius:10px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-weight:850}
 .mobile-bar .phone{background:#eef1f2;color:#20262d}.mobile-bar .calc{background:#f5b82e;color:#171b1f}
}
