.scan-hero{padding:2.3rem 0;background:#eef2f6;text-align:center;border-bottom:3px solid #2563eb}
.scan-hero h1{font-size:clamp(1.25rem,3vw,1.65rem);font-weight:800;margin-bottom:.5rem}
.scan-hero p{color:#5a6570;font-size:.9rem;max-width:560px;margin:0 auto}
.scan-hero .trust{justify-content:center;margin-top:1.1rem}

.wh-list{padding:2.4rem 0}
.wh{display:grid;grid-template-columns:100px 1fr auto;gap:1rem;align-items:center;background:#fff;border:1px solid #d4dae2;padding:1rem 1.1rem;margin-bottom:.7rem}
.wh.ship{border-left:6px solid #3ecf8e}
.wh-id{font-size:.72rem;font-weight:800;color:#2563eb;text-align:center;line-height:1.35;background:#eef2f6;padding:.5rem .3rem}
.wh h2{font-size:.95rem;font-weight:800;margin-bottom:.25rem}
.wh p{font-size:.82rem;color:#5a6570}
.wh img{max-width:140px;border:1px solid #d4dae2;margin-top:.4rem}
.btn-wh{display:inline-block;background:#1e2a36;color:#fff!important;padding:.4rem .85rem;font-size:.78rem;font-weight:800;text-decoration:none!important;white-space:nowrap}

.dl-h{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}
.dl-h-c{background:#fff;border:1px solid #d4dae2;padding:1rem;text-align:center}
.dl-h-c:nth-child(1){border-top:4px solid #2563eb}
.dl-h-c:nth-child(2){border-top:4px solid #f59e0b}
.dl-h-c:nth-child(3){border-top:4px solid #3ecf8e}
.dl-h-c h3{font-size:.88rem;font-weight:800;margin-bottom:.3rem}
.dl-h-c p{font-size:.8rem;color:#5a6570}

.dl-n{max-width:640px;margin:0 auto;background:#1e2a36;color:#e8edf2}
.dl-nr{display:grid;grid-template-columns:72px 1fr;gap:.8rem;padding:.9rem 1.1rem;border-bottom:1px solid #2a3340}
.dl-nr:last-child{border-bottom:none}
.dl-nr strong{font-size:.75rem;color:#f59e0b}
.dl-nr h3{font-size:.88rem;font-weight:800;margin-bottom:.15rem}
.dl-nr p{font-size:.8rem;color:#9aa8b6}

.dl-pk{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.dl-pk-c{background:#fff;border:1px solid #d4dae2;padding:1rem}
.dl-pk-c h3{font-size:.86rem;color:#2563eb;margin-bottom:.5rem;font-weight:800}
.dl-pk-c li{font-size:.82rem;color:#5a6570;padding:.26rem 0}

.dl-cta{text-align:center;padding:2.3rem 0;background:#1e2a36;color:#e8edf2}
.dl-cta h2{font-size:1.15rem;font-weight:800;margin-bottom:.4rem}
.dl-cta p{color:#9aa8b6;margin-bottom:1rem;font-size:.9rem}

@media(max-width:768px){
  .wh{grid-template-columns:1fr}
  .dl-h,.dl-pk{grid-template-columns:1fr}
}
