:root{--primary:#0d6efd;--bg-gradient:linear-gradient(135deg, #0d1b3d 0%, #0d6efd 100%)}body{background:#f6f8fc;color:#0f172a;font-family:Roboto,sans-serif}.hero{background:url(../IMG/med-verify.webp) center/cover no-repeat;color:#fff;position:relative;overflow:hidden;min-height:80vh}.hero::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.55)}.hero .container{position:relative;z-index:1}.card{border:none;border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,.1)}.scan-box{border:2px dashed rgba(13,110,253,.4);border-radius:20px}.badge-soft{background:rgba(13,110,253,.12);color:#0d6efd}.steps .icon{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;background:#eef4ff;color:#0d6efd}#result.result-ok{background:#e6f9f0;border:1px solid #28a745}#result.result-bad{background:#fdecea;border:1px solid #dc3545}@media (max-width:992px){.hero{height:auto}}