    .threat-radar-page {
        margin: 0 calc(50% - 50vw);
        margin-top: -140px;
    }

    .threat-radar-page .container {
        max-width: 1120px;
    }

    .threat-radar-hero-band {
        padding: 84px 0 92px;
        background:
            linear-gradient(135deg, rgba(11, 38, 68, 0.96) 0%, rgba(10, 24, 42, 0.96) 100%),
            url('/images/threats.jpg') center/cover no-repeat;
        color: #fff;
    }

    .threat-radar-hero-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
        gap: 56px;
        align-items: center;
    }

    .threat-radar-hero-chip {
        margin-bottom: 16px;
        background: rgba(255,255,255,.08);
        color: #9fd0ff;
    }

    .threat-radar-hero-copy .site-section-title,
    .threat-radar-section-head .site-section-title,
    .threat-radar-operations-copy .site-section-title {
        margin: 0 0 18px;
        color: inherit;
        font-size: 32px;
        line-height: 1.04;
        font-weight: 700;
    }

    .threat-radar-hero-copy p,
    .threat-radar-operations-copy p {
        max-width: 560px;
        margin: 0 0 24px;
        color: rgba(255,255,255,.82);
        font-size: 1rem;
        line-height: 1.8;
    }

    .threat-radar-badges {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 28px;
    }

    .threat-radar-badges span {
        padding: 8px 12px;
        border: 1px solid rgba(159,208,255,.24);
        border-radius: 999px;
        background: rgba(255,255,255,.06);
        color: #c6e3ff;
        font-size: 0.8125rem;
        line-height: 1;
    }

    .threat-radar-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
    }

    .threat-radar-actions .btn-outline-light {
        border: 1px solid rgba(255,255,255,.24);
        color: #fff;
        background: transparent;
        border-radius: 0.5rem;
        padding: 0.75rem 1.35rem;
    }

    .threat-radar-actions .btn-outline-light:hover,
    .threat-radar-actions .btn-outline-light:focus {
        background: rgba(255,255,255,.08);
        color: #fff;
        text-decoration: none;
    }

    .threat-radar-browser {
        border: 1px solid rgba(220,232,248,.82);
        border-radius: 8px;
        overflow: hidden;
        background: #f8fbff;
        box-shadow: 0 24px 60px rgba(2, 18, 36, .35);
    }

    .threat-radar-browser-top {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 12px 14px;
        background: #eef4fb;
        border-bottom: 1px solid #d7e4f3;
    }

    .threat-radar-browser-top > span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #ff6b6b;
    }

    .threat-radar-browser-top > span:nth-child(2) {
        background: #ffc857;
    }

    .threat-radar-browser-top > span:nth-child(3) {
        background: #34c759;
    }

    .threat-radar-browser-title {
        margin-left: auto;
        color: #61758d;
        font-size: 0.8125rem;
    }

    .threat-radar-browser-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 14px 18px;
        background: #0b2644;
        color: #fff;
    }

    .threat-radar-brand {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-size: 0.9375rem;
    }

    .threat-radar-brand-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #1F86FF;
        box-shadow: 0 0 0 6px rgba(31,134,255,.16);
    }

    .threat-radar-status {
        padding: 6px 10px;
        border-radius: 999px;
        background: rgba(255,255,255,.1);
        color: #9fd0ff;
        font-size: 0.75rem;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .threat-radar-browser-tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        padding: 12px 18px;
        background: #fff;
        border-bottom: 1px solid #dce8f8;
    }

    .threat-radar-browser-tabs span {
        padding: 7px 10px;
        border: 1px solid #d7e4f3;
        border-radius: 999px;
        color: #5b7189;
        font-size: 0.75rem;
        line-height: 1;
    }

    .threat-radar-browser-tabs .active {
        border-color: #1F86FF;
        color: #1F86FF;
        background: rgba(31,134,255,.08);
    }

    .threat-radar-dashboard,
    .threat-radar-monitor-grid {
        display: grid;
        gap: 14px;
        padding: 18px;
    }

    .threat-radar-score-card,
    .threat-radar-alert-card,
    .threat-radar-list-card,
    .threat-radar-monitor-panel,
    .threat-radar-phone-card {
        border: 1px solid #dce8f8;
        border-radius: 8px;
        background: #fff;
    }

    .threat-radar-score-card {
        display: grid;
        grid-template-columns: 110px 1fr;
        gap: 18px;
        align-items: center;
        padding: 18px;
    }

    .threat-radar-score-ring {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 92px;
        height: 92px;
        border-radius: 50%;
        background: conic-gradient(#1F86FF 0deg 230deg, #f25f5c 230deg 300deg, #e8eef6 300deg 360deg);
    }

    .threat-radar-score-ring::after {
        content: "";
        position: absolute;
        inset: 10px;
        border-radius: 50%;
        background: #fff;
    }

    .threat-radar-score-value {
        position: relative;
        z-index: 1;
        color: #0b2644;
        font-size: 1.75rem;
        font-weight: 700;
    }

    .threat-radar-score-copy h3,
    .threat-radar-alert-card strong,
    .threat-radar-monitor-panel strong,
    .threat-radar-phone-card strong {
        color: #0b2644;
        font-size: 1rem;
    }

    .threat-radar-score-copy p,
    .threat-radar-alert-card p,
    .threat-radar-monitor-panel p,
    .threat-radar-phone-card p {
        margin: 8px 0 0;
        color: #48627e;
        font-size: 0.9375rem;
        line-height: 1.65;
    }

    .threat-radar-alert-card {
        padding: 16px 18px;
        border-color: rgba(242,95,92,.35);
        background: linear-gradient(180deg, #fff8f8 0%, #fff 100%);
    }

    .threat-radar-alert-kicker {
        display: inline-block;
        margin-bottom: 10px;
        color: #f25f5c;
        font-size: 0.75rem;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .threat-radar-list-card {
        padding: 8px 18px;
    }

    .threat-radar-list-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 14px 0;
        border-bottom: 1px solid #e8eef6;
        color: #0b2644;
        font-size: 0.9375rem;
    }

    .threat-radar-list-row:last-child {
        border-bottom: 0;
    }

    .threat-radar-device-band,
    .threat-radar-capabilities,
    .threat-radar-operations-band,
    .threat-radar-cta-band {
        padding: 88px 0;
        background: #fff;
    }

    .threat-radar-section-head {
        margin-bottom: 40px;
        text-align: center;
    }

    .threat-radar-section-head .site-section-title {
        color: #0b2644;
    }

    .threat-radar-device-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 170px;
        gap: 28px;
        align-items: end;
    }

    .threat-radar-browser-wide {
        box-shadow: 0 18px 45px rgba(9,53,100,.16);
    }

    .threat-radar-monitor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .threat-radar-monitor-panel {
        padding: 18px;
    }

    .threat-radar-monitor-panel.danger {
        border-color: rgba(242,95,92,.35);
        background: linear-gradient(180deg, #fff8f8 0%, #fff 100%);
    }

    .threat-radar-monitor-metric {
        color: #1F86FF;
        font-size: 2rem;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 12px;
    }

    .threat-radar-phone-wrap {
        display: flex;
        justify-content: center;
    }

    .threat-radar-phone {
        width: 152px;
        padding: 10px;
        border-radius: 28px;
        background: #0b1b2f;
        box-shadow: 0 18px 45px rgba(9,53,100,.16);
    }

    .threat-radar-phone-notch {
        width: 58px;
        height: 6px;
        margin: 0 auto 10px;
        border-radius: 999px;
        background: rgba(255,255,255,.15);
    }

    .threat-radar-phone-screen {
        display: grid;
        gap: 10px;
        padding: 12px;
        border-radius: 20px;
        background: #f8fbff;
    }

    .threat-radar-phone-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        color: #0b2644;
        font-size: 0.75rem;
    }

    .threat-radar-phone-top span {
        color: #1F86FF;
        font-weight: 700;
    }

    .threat-radar-phone-score {
        color: #0b2644;
        font-size: 1.9rem;
        font-weight: 700;
        text-align: center;
        padding: 18px 0;
        border-radius: 8px;
        background: linear-gradient(180deg, #fff 0%, #eff6ff 100%);
        border: 1px solid #dce8f8;
    }

    .threat-radar-phone-card {
        padding: 10px;
    }

    .threat-radar-capabilities {
        background: #f7fbff;
    }

    .threat-radar-capability-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .threat-radar-capability-card .marketing-feature-card-body {
        gap: 14px;
    }

    .threat-radar-feature-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        border-radius: 8px;
        background: rgba(31,134,255,.08);
        color: #1F86FF;
        font-size: 1rem;
    }

    .threat-radar-operations-band {
        background: linear-gradient(135deg, #0b2644 0%, #0d4485 100%);
        color: #fff;
    }

    .threat-radar-operations-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
        gap: 32px;
        align-items: start;
    }

    .threat-radar-operations-copy .site-section-pill,
    .threat-radar-operations-copy .marketing-chip {
        background: rgba(255,255,255,.12);
        color: #9fd0ff;
    }

    .threat-radar-operations-list {
        display: grid;
        gap: 12px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .threat-radar-operations-list li {
        position: relative;
        padding-left: 18px;
        color: rgba(255,255,255,.82);
        line-height: 1.7;
    }

    .threat-radar-operations-list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 11px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #1F86FF;
    }

    .threat-radar-operations-cards {
        display: grid;
        gap: 16px;
    }

    .threat-radar-operations-cards .marketing-note-card h3 {
        margin-bottom: 10px;
        color: #0b2644;
        font-size: 1.125rem;
    }

    .threat-radar-operations-cards .marketing-note-card p {
        margin: 0;
        color: #48627e;
    }

    .threat-radar-cta-band {
        padding-top: 0;
    }

    .threat-radar-cta-panel {
        background: linear-gradient(135deg, #0b2644 0%, #0d4485 100%);
        border-radius: 8px;
        box-shadow: 0 18px 45px rgba(9,53,100,.18);
    }

    .threat-radar-cta-panel .site-section-title {
        color: #fff;
    }

    @media (max-width: 991px) {
        .threat-radar-page {
            margin-top: -120px;
        }

        .threat-radar-page .container {
            max-width: 100%;
        }

        .threat-radar-hero-band,
        .threat-radar-device-band,
        .threat-radar-capabilities,
        .threat-radar-operations-band {
            padding: 64px 0;
        }

        .threat-radar-hero-grid,
        .threat-radar-device-grid,
        .threat-radar-operations-grid {
            grid-template-columns: minmax(0, 1fr);
        }

        .threat-radar-capability-grid,
        .threat-radar-monitor-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .threat-radar-phone-wrap {
            justify-content: flex-start;
        }
    }

    @media (max-width: 767px) {
        .threat-radar-hero-copy .site-section-title,
        .threat-radar-section-head .site-section-title,
        .threat-radar-operations-copy .site-section-title {
            font-size: 32px;
        }

        .threat-radar-score-card {
            grid-template-columns: minmax(0, 1fr);
        }

        .threat-radar-capability-grid,
        .threat-radar-monitor-grid {
            grid-template-columns: minmax(0, 1fr);
        }

        .threat-radar-browser-tabs {
            overflow-x: auto;
            flex-wrap: nowrap;
        }
    }
