.emergency-security-body {
    background:
        radial-gradient(circle at 14% 12%, rgba(182, 36, 32, 0.16), transparent 30%),
        radial-gradient(circle at 88% 22%, rgba(214, 170, 77, 0.12), transparent 28%),
        #06101d;
}

.emergency-security-body .homepage-layout > .hero-band {
    margin-top: 0 !important;
}

.emergency-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(2rem, 5vw, 4.8rem);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(112deg, rgba(3, 11, 23, 0.98) 0%, rgba(10, 30, 51, 0.96) 55%, rgba(63, 18, 21, 0.94) 100%);
}

.emergency-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, transparent 49.7%, rgba(255, 255, 255, 0.025) 50%, transparent 50.3%),
        linear-gradient(0deg, transparent 49.7%, rgba(255, 255, 255, 0.025) 50%, transparent 50.3%);
    background-size: 58px 58px;
    mask-image: linear-gradient(to right, transparent, black 55%);
}

.emergency-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.emergency-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.48rem 0.8rem;
    border: 1px solid rgba(255, 133, 121, 0.35);
    border-radius: 999px;
    color: #ffd6d1;
    background: rgba(151, 28, 25, 0.2);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.emergency-hero h1 {
    max-width: 850px;
    margin: 1.1rem 0 1rem;
    color: #fff;
    font-size: clamp(2.45rem, 5.6vw, 5.1rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.emergency-hero-copy {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: clamp(1.02rem, 1.6vw, 1.3rem);
    line-height: 1.68;
}

.emergency-hero .hero-actions {
    margin-top: 1.7rem;
}

.emergency-call-button {
    box-shadow: 0 14px 36px rgba(166, 31, 27, 0.34);
}

.emergency-call-note {
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.9rem;
}

body.contact-body .emergency-hero .psf-button-ghost,
body.contact-body .cta-panel .psf-button-ghost {
    color: #fff;
}

body.contact-body .emergency-hero .psf-button-ghost:hover,
body.contact-body .emergency-hero .psf-button-ghost:focus,
body.contact-body .cta-panel .psf-button-ghost:hover,
body.contact-body .cta-panel .psf-button-ghost:focus {
    color: #fff;
}

.activation-card {
    padding: 1.6rem;
    border: 1px solid rgba(235, 191, 96, 0.35);
    border-radius: 22px;
    background: rgba(2, 10, 20, 0.72);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(12px);
}

.activation-card-label {
    color: #e7be68;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.activation-card-price {
    display: block;
    margin: 0.35rem 0 0.15rem;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    letter-spacing: -0.04em;
}

.activation-card-unit {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.92rem;
}

.activation-card hr {
    margin: 1.2rem 0;
    border-color: rgba(255, 255, 255, 0.14);
}

.activation-card ul {
    display: grid;
    gap: 0.7rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.activation-card li {
    display: flex;
    gap: 0.65rem;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.92rem;
    line-height: 1.45;
}

.activation-card li i {
    margin-top: 0.2rem;
    color: #e7be68;
}

.emergency-alert-rail {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
}

.emergency-alert-rail article {
    padding: 1.3rem;
    background: #0b1b2d;
}

.emergency-alert-rail strong {
    display: block;
    margin-bottom: 0.35rem;
    color: #fff;
    font-size: 1rem;
}

.emergency-alert-rail span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.89rem;
    line-height: 1.5;
}

.incident-grid,
.proof-grid,
.emergency-faq-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.incident-card,
.proof-card,
.emergency-faq-card {
    height: 100%;
    padding: 1.55rem;
    border: 1px solid rgba(12, 32, 53, 0.12);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(6, 20, 37, 0.08);
}

.incident-icon {
    display: grid;
    width: 46px;
    height: 46px;
    margin-bottom: 1rem;
    place-items: center;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(145deg, #9f2622, #5e1214);
}

.incident-card h3,
.proof-card h3,
.emergency-faq-card h3 {
    margin-bottom: 0.55rem;
    color: #071a2d;
    font-size: 1.16rem;
}

.incident-card p,
.proof-card p,
.emergency-faq-card p {
    margin: 0;
    color: #4e5d6d;
    line-height: 1.62;
}

.fee-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    gap: clamp(1.5rem, 4vw, 3.5rem);
    align-items: center;
    padding: clamp(1.6rem, 4vw, 3rem);
    border-radius: 22px;
    color: #fff;
    background: linear-gradient(120deg, #65181a 0%, #101f32 68%);
}

.fee-number {
    color: #f1c875;
    font-size: clamp(2.2rem, 5vw, 4.4rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.045em;
}

.fee-panel h2 {
    color: #fff;
}

.fee-panel p,
.fee-panel li {
    color: rgba(255, 255, 255, 0.76);
}

.fee-panel ul {
    display: grid;
    gap: 0.55rem;
    margin: 1rem 0 0;
    padding-left: 1.15rem;
}

.activation-steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 1.5rem;
}

.activation-step {
    position: relative;
    padding: 1.4rem 1.15rem;
    border: 1px solid rgba(12, 32, 53, 0.12);
    border-radius: 16px;
    background: #fff;
}

.activation-step b {
    display: inline-grid;
    width: 34px;
    height: 34px;
    margin-bottom: 0.8rem;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #8b201d;
}

.activation-step h3 {
    color: #071a2d;
    font-size: 1.04rem;
}

.activation-step p {
    margin: 0;
    color: #5b6876;
    font-size: 0.9rem;
    line-height: 1.5;
}

.proof-card a {
    display: inline-flex;
    gap: 0.45rem;
    align-items: center;
    margin-top: 1rem;
    color: #7f1e1b;
    font-weight: 800;
    text-decoration: none;
}

.scope-note {
    margin-top: 1.25rem;
    padding: 1rem 1.2rem;
    border-left: 4px solid #c9973e;
    color: #445464;
    background: #f3f6f9;
}

.emergency-contact-section {
    scroll-margin-top: 120px;
}

.emergency-contact-section .contact-form-intro {
    background: linear-gradient(145deg, #5f1517, #0b1c2e);
}

.emergency-contact-section .contact-submit-button {
    background: linear-gradient(135deg, #a82d28, #721a1c);
}

.emergency-911-note {
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.72);
    background: rgba(0, 0, 0, 0.18);
    font-size: 0.88rem;
}

.emergency-route-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.emergency-route-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    padding: 1.4rem;
    border: 1px solid rgba(12, 32, 53, 0.13);
    border-radius: 18px;
    color: inherit;
    background: #fff;
    box-shadow: 0 14px 34px rgba(6, 20, 37, 0.08);
    text-decoration: none;
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.emergency-route-card:hover,
.emergency-route-card:focus {
    color: inherit;
    border-color: rgba(151, 35, 31, 0.42);
    box-shadow: 0 18px 42px rgba(6, 20, 37, 0.13);
    transform: translateY(-2px);
}

.emergency-route-card__icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(145deg, #9f2622, #5e1214);
}

.emergency-route-card strong {
    display: block;
    margin-bottom: 0.25rem;
    color: #071a2d;
    font-size: 1.08rem;
}

.emergency-route-card p {
    margin: 0;
    color: #526171;
    line-height: 1.5;
}

.emergency-route-card > i {
    color: #8b201d;
}

.mission-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(2rem, 5vw, 4.2rem);
    border: 1px solid rgba(255, 255, 255, 0.11);
    color: #fff;
    background:
        radial-gradient(circle at 85% 20%, rgba(193, 59, 48, 0.22), transparent 30%),
        linear-gradient(118deg, #06111f 0%, #102b45 68%, #4a1619 100%);
}

.mission-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(270px, 0.65fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.mission-hero h1 {
    margin: 1rem 0;
    color: #fff;
    font-size: clamp(2.35rem, 5vw, 4.6rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.mission-hero-copy {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1rem, 1.5vw, 1.22rem);
    line-height: 1.65;
}

.mission-hero .hero-actions {
    margin-top: 1.5rem;
}

.mission-brief {
    padding: 1.4rem;
    border: 1px solid rgba(232, 191, 104, 0.3);
    border-radius: 20px;
    background: rgba(2, 10, 19, 0.7);
}

.mission-brief strong {
    display: block;
    margin-bottom: 0.7rem;
    color: #edc671;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.mission-brief ul {
    display: grid;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mission-brief li {
    display: flex;
    gap: 0.6rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.45;
}

.mission-brief li i {
    margin-top: 0.25rem;
    color: #edc671;
}

.mission-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: start;
}

.mission-list {
    display: grid;
    gap: 0.8rem;
    margin: 1.2rem 0 0;
    padding: 0;
    list-style: none;
}

.mission-list li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    color: #4f5e6d;
    line-height: 1.55;
}

.mission-list i {
    margin-top: 0.25rem;
    color: #8d211e;
}

.command-panel {
    padding: 1.6rem;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(145deg, #0a1b2e, #132f49);
}

.command-panel h3 {
    color: #fff;
}

.command-panel p,
.command-panel li {
    color: rgba(255, 255, 255, 0.72);
}

.command-panel a {
    color: #f0c875;
    font-weight: 800;
}

.confidential-note {
    padding: 1.2rem 1.3rem;
    border: 1px solid rgba(151, 35, 31, 0.22);
    border-radius: 16px;
    color: #3f4f5f;
    background: #fff8f6;
}

.confidential-note strong {
    color: #721a1c;
}

@media (max-width: 991.98px) {
    .emergency-hero-grid,
    .fee-panel {
        grid-template-columns: 1fr;
    }

    .incident-grid,
    .proof-grid,
    .emergency-faq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .activation-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mission-hero-grid,
    .mission-split {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .emergency-hero {
        padding: 1.6rem;
    }

    .emergency-alert-rail,
    .incident-grid,
    .proof-grid,
    .emergency-faq-grid,
    .activation-steps,
    .emergency-route-grid {
        grid-template-columns: 1fr;
    }

    .emergency-hero .hero-actions .psf-button {
        width: 100%;
        justify-content: center;
    }
}
