
            /* Scope everything to ONLY this page content */
.container1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Headings */
.container1 h1 {
    color: #004d99;
    margin-top: 40px;
}

.container1 h2 {
    color: #004d99;
    margin-top: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.container1 h3 {
    color: #333;
    margin-top: 25px;
}

/* Lists */
.container1 ul {
    margin-bottom: 20px;
}

.container1 li {
    margin-bottom: 8px;
}

/* Figures */
.container1 figure {
    margin: 30px 0;
    text-align: center;
}

/* Images */
.container1 .img-responsive {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

/* Desktop image adjustment */
@media (min-width: 65.625em) {
    .container1 .img-responsive {
        max-width: 60%;
        margin-left: 20%;
    }
}

            /* Brand callout */
            .brand-callout {
                background: #eef4fb;
                border-left: 4px solid #004d99;
                padding: 16px 20px;
                margin: 24px 0 28px;
                border-radius: 0 4px 4px 0;
            }
            .brand-callout p {
                margin: 0;
                font-style: italic;
                color: #333;
                font-size: 15px;
            }

            /* Threat incidents */
            .threat-grid {
                display: flex;
                gap: 16px;
                margin: 20px 0;
                flex-wrap: wrap;
            }
            .threat-card {
                flex: 1;
                min-width: 220px;
                border: 1px solid #ddd;
                border-top: 3px solid #c0392b;
                padding: 16px;
                border-radius: 0 0 4px 4px;
            }
            /* =========================
            TABLE SCROLL FIX (MOBILE)
            ========================= */

             .table-scroll {
                width: 100%;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
            }

/* Prevent table from shrinking */
            .table-scroll table {
                min-width: 600px;
            }
            .threat-card .threat-year {
                font-size: 12px;
                font-weight: bold;
                color: #c0392b;
                letter-spacing: 0.05em;
                margin-bottom: 4px;
            }
            .threat-card h3 {
                margin: 0 0 8px;
                font-size: 14px;
                color: #222;
            }
            .threat-card p {
                margin: 0;
                font-size: 13.5px;
                color: #555;
            }

            /* Info callout */
            .info-callout {
                background: #f9f9f9;
                border-left: 4px solid #888;
                padding: 14px 18px;
                margin: 24px 0;
                font-style: italic;
                color: #444;
                font-size: 14.5px;
            }

            /* Protocol deep dive tables */
            .protocol-section {
                margin: 28px 0;
            }
            .protocol-section h3 {
                background: #004d99;
                color: #fff;
                padding: 10px 16px;
                margin: 0 0 0;
                font-size: 15px;
                border-radius: 4px 4px 0 0;
            }
            .protocol-section .protocol-desc {
                background: #f5f8fc;
                border: 1px solid #d0dcea;
                border-top: none;
                padding: 12px 16px;
                font-size: 14px;
                color: #444;
                margin: 0;
            }
            .protocol-table {
                width: 100%;
                border-collapse: collapse;
                border: 1px solid #d0dcea;
                border-top: none;
                font-size: 14px;
            }
            .protocol-table th {
                background: #eef3fa;
                color: #004d99;
                padding: 9px 14px;
                text-align: center;
                vertical-align: middle;
                font-size: 12px;
                letter-spacing: 0.05em;
                text-transform: uppercase;
                border-bottom: 1px solid #d0dcea;
                width: 50%;
            }
            .protocol-table td {
                padding: 8px 14px;
                vertical-align: middle;
                border-bottom: 1px solid #eee;
                color: #444;
            }
            .protocol-table tr:last-child td { border-bottom: none; }
            .protocol-table td:first-child { border-right: 1px solid #eee; }

            /* Features summary table */
            .features-table {
                width: 100%;
                border-collapse: collapse;
                margin: 20px 0;
                font-size: 14.5px;
            }
            .features-table th {
                background: #004d99;
                color: #fff;
                padding: 10px 14px;
                text-align: center;        
                vertical-align: middle;
            }
            .features-table td {
                padding: 11px 14px;
                border-bottom: 1px solid #e0e0e0;
                vertical-align: middle;
            }
            .features-table tr:nth-child(even) td { background: #f7f9fc; }
            .features-table tr:last-child td { border-bottom: none; }
            .features-table td:first-child {
                font-weight: 600;
                color: #004d99;
                width: 28%;
                white-space: nowrap;
            }

            /* Audience grid */
            .audience-grid {
                display: flex;
                flex-wrap: wrap;
                gap: 10px;
                margin: 16px 0;
            }
            .audience-item {
                border: 1px solid #d0dcea;
                border-left: 3px solid #004d99;
                padding: 10px 14px;
                font-size: 14px;
                color: #333;
                background: #f5f8fc;
                flex: 1;
                min-width: 260px;
                border-radius: 0 4px 4px 0;
            }

            /* Roadmap */
            .roadmap-item {
                padding: 10px 0 10px 20px;
                border-bottom: 1px solid #eee;
                font-size: 14.5px;
                color: #444;
                position: relative;
            }
            .roadmap-item:last-child { border-bottom: none; }
            .roadmap-item::before {
                content: '▸';
                position: absolute;
                left: 0;
                color: #004d99;
            }
            .narrow-figure {
                margin: 16px 0 30px;
            }
            .narrow-figure .img-responsive {
                width: 52%;
                margin-left: 24%;
            }
            .caption-muted {
                font-size: 13px;
                color: #666;
                margin-top: 8px;
            }
            .compact-list {
                margin: 0;
                padding-left: 18px;
            }
            .logo-grid {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
                gap: 18px;
                list-style: none;
                padding-left: 0;
                margin: 24px 20px 28px;
            }
            .logo-card {
                margin-bottom: 0;
                min-height: 82px;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 14px 16px;
                background: #fff;
                border: 1px solid #e1e7ef;
                border-radius: 10px;
                box-shadow: 0 8px 18px rgba(0,53,102,0.06);
            }
            .logo-card img {
                max-width: 150px;
                max-height: 40px;
                width: auto;
                height: auto;
                vertical-align: middle;
            }
            @media (max-width: 768px) {
                .threat-card,
                .audience-item {
                    min-width: 100%;
                }
                .narrow-figure .img-responsive {
                    width: 100%;
                    max-width: 100%;
                    margin-left: 0;
                }
                .protocol-table th,
                .protocol-table td,
                .features-table th,
                .features-table td {
                    padding: 8px 10px;
                }
                .features-table td:first-child {
                    width: 40%;
                    white-space: normal;
                }
                .logo-grid {
                    grid-template-columns: repeat(2, minmax(0, 1fr));
                    margin-left: 0;
                    margin-right: 0;
                }
            }