/* Shared hero for the biometric-device catalog pages
   (Door Lock, Face Readers, RFID, Turnstile catalog listings).
   Mirrors the already-migrated Fingerprint catalog hero so all six
   category pages share one look. Built without live Figma - the pattern
   comes from Views/Devices/FingerprintDevices.cshtml. */

.device-catalog-hero {
    padding: 92px 0 56px;
    border-bottom: 1px solid #dbe8f7;
    background: linear-gradient(135deg, #eef6ff 0%, #ffffff 58%, #fff3e3 100%);
}

.device-catalog-hero .catalog-eyebrow {
    margin: 0 0 10px;
    color: #0F4F93;
    font: 700 13px/20px "Plus Jakarta Sans", sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.device-catalog-hero h1 {
    margin: 0;
    color: #1f2d3d;
    font: 700 clamp(38px, 4vw, 58px)/1.1 "Plus Jakarta Sans", sans-serif;
}

.device-catalog-hero h1 span {
    display: block;
    color: #1E40AF;
}

.device-catalog-hero p {
    max-width: 760px;
    margin: 18px auto 0;
    color: #46566b;
    font: 400 18px/30px "Plus Jakarta Sans", sans-serif;
}

@media (max-width: 575.98px) {
    .device-catalog-hero {
        padding: 74px 0 44px;
    }

    .device-catalog-hero p {
        font-size: 15px;
        line-height: 26px;
    }
}
