/* =================== BCI Enhanced Professional Styling =================== */
/* FBI/CIA Government Agency Standard */

:root {
    --primary-orange: #ffa200;
    --primary-navy: #131b30;
    --secondary-blue: #0066cc;
    --dark-bg: #0a0e17;
    --light-bg: #f8f9fa;
    --success-green: #28a745;
    --danger-red: #dc3545;
    --warning-yellow: #ffc107;
}

body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    line-height: 1.6;
}

/* =================== NAVIGATION =================== */
.navbar-custom {
    background-color: var(--light-bg) !important;
    padding: 0.8rem 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.navbar-brand-custom {
    color: var(--primary-navy) !important;
    font-weight: 700;
    font-size: 2.0rem;
}

.nav-link-custom {
    color: var(--primary-navy) !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: all 0.3s ease;
}

.nav-link-custom:hover,
.nav-link-custom.active {
    color: var(--primary-orange) !important;
    transform: translateY(-2px);
}

.btn-report-nav {
    background: var(--primary-orange);
    color: var(--primary-navy) !important;
    font-weight: 600;
    padding: 0.5rem 1.5rem !important;
    border-radius: 6px;
    border: none;
    transition: all 0.3s ease;
}

.btn-report-nav:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 162, 0, 0.3);
    background: #ff8c00;
}

/* =================== HERO SECTIONS =================== */
.hero-section {
    background: linear-gradient(rgba(19, 27, 48, 0.85), rgba(19, 27, 48, 0.9)), 
                url('https://images.unsplash.com/photo-1550751827-4bd374c3f58b?auto=format&fit=crop&w=1920');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    padding: 13rem 0;
    position: relative;
    overflow: hidden;
}

.page-hero {
    background: linear-gradient(rgba(19, 27, 48, 0.85), rgba(19, 27, 48, 0.9)), 
                url('https://images.unsplash.com/photo-1550751827-4bd374c3f58b?auto=format&fit=crop&w=1920');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
    margin-top: 76px;
}


.threat-hero {
    background: linear-gradient(rgba(19, 27, 48, 0.85), rgba(19, 27, 48, 0.9)), url('../images/cyber_threats_hero.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
    margin-top: 76px;
}


.about-hero {
    background: linear-gradient(rgba(19, 27, 48, 0.85), rgba(19, 27, 48, 0.9)), 
                url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=1470');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
    margin-top: 76px;
}

.service-hero {
    background: linear-gradient(rgba(19, 39, 92, 0.616), rgba(30, 51, 104, 0.63)), 
                url('../images/workspace.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
    margin-top: 76px;
}

.page-hero-emergency {
    background: linear-gradient(135deg, #dc3545 0%, #8b0000 100%);
    color: white;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
    margin-top: 76px;
}

.page-hero::before,
.hero-section::before,
.page-hero-emergency::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(255, 162, 0, 0.1) 0%, transparent 50%);
}

.hero-title,
.page-hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(90deg, white, #ffa200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.page-hero-emergency h1 {
    color: white;
    font-size: 3rem;
    font-weight: 800;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}

.emergency-badge {
    width: 120px;
    height: 120px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    animation: pulse-emergency 2s infinite;
}

.emergency-badge i {
    font-size: 4rem;
    color: #dc3545;
}

@keyframes pulse-emergency {
    0%, 100% { box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7); }
    50% { box-shadow: 0 0 0 30px rgba(220, 53, 69, 0); }
}

.emergency-hotline {
    background: rgba(255, 255, 255, 0.2);
    padding: 1.5rem 2rem;
    border-radius: 10px;
    display: inline-block;
    margin-top: 2rem;
    border: 2px solid white;
}

.emergency-hotline i {
    font-size: 1.5rem;
    margin-right: 1rem;
}

.emergency-hotline span {
    font-size: 1.5rem;
    font-weight: 700;
}

/* =================== BUTTONS =================== */
.btn-hero,
.btn-cta,
.btn-primary {
    background: var(--primary-orange);
    color: var(--primary-navy);
    font-weight: 700;
    padding: 1rem 2.5rem;
    border-radius: 8px;
    border: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.btn-hero:hover,
.btn-cta:hover,
.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 162, 0, 0.4);
    color: var(--primary-navy);
    background: #ff8c00;
}

.btn-danger {
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 6px;
}

/* =================== SERVICES SECTION =================== */
.services-section {
    padding: 5rem 0;
    background-color: var(--light-bg);
}

.section-title {
    color: var(--primary-navy);
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: var(--primary-orange);
    border-radius: 2px;
}

.service-card {
    background: white;
    border-radius: 12px;
    padding: 2.5rem;
    height: 100%;
    transition: all 0.3s ease;
    border-left: 3px solid var(--primary-orange);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.service-icon {
    font-size: 3rem;
    color: var(--primary-orange);
    margin-bottom: 1.5rem;
}

.service-title {
    color: var(--primary-navy);
    font-weight: 700;
    margin-bottom: 1rem;
}

/* =================== THREATS SECTION =================== */
.threats-section {
    padding: 5rem 0;
    background-color: white;
}

.threat-card {
    background: white;
    color: var(--primary-navy);
    border-radius: 12px;
    padding: 2rem 1rem;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    border: 2px solid #e9ecef;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.threat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #ffa200;
}

.threat-card:hover {
    transform: translateY(-8px);
    border-color: #ffa200;
    box-shadow: 0 12px 30px rgba(255, 162, 0, 0.15);
}

.threat-icon {
    font-size: 2.8rem;
    color: #131b30;
    margin-bottom: 1.2rem;
    display: inline-block;
    background: #131b301a;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
}

/* =================== THREAT DETAIL PAGES =================== */
.threats-detail-section {
    padding: 5rem 0;
    background-color: #f8f9fa;
}

.threat-detail-card {
    background: white;
    border-radius: 12px;
    padding: 3rem;
    margin-bottom: 3rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #ffa200;
}

.threat-detail-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.threat-detail-header i {
    font-size: 3.5rem;
    color: #ffa200;
}

.threat-detail-header h3 {
    color: #131b30;
    font-weight: 700;
    margin: 0;
    flex: 1;
}

.threat-level {
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.threat-level.critical {
    background: #dc3545;
    color: white;
}

.threat-level.high {
    background: #fd7e14;
    color: white;
}

.threat-level.medium {
    background: #ffc107;
    color: #000;
}

.threat-description {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.threat-stat {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    text-align: center;
}

.threat-stat h4 {
    font-size: 2.5rem;
    color: #ffa200;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.threat-stat p {
    color: #555;
    margin: 0;
    font-size: 0.9rem;
}

.protection-tips h5 {
    color: #131b30;
    font-weight: 600;
    margin-bottom: 1rem;
}

.protection-tips ul {
    list-style: none;
    padding-left: 0;
}

.protection-tips li {
    padding: 0.5rem 0;
    padding-left: 2rem;
    position: relative;
}

.protection-tips li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ffa200;
    font-weight: bold;
    font-size: 1.2rem;
}

.threat-actors h5 {
    color: #131b30;
    font-weight: 600;
    margin-bottom: 1rem;
}

.actor-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.actor-tag {
    background: #dc3545;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
}

.threat-alert-banner {
    background: linear-gradient(135deg, #dc3545 0%, #8b0000 100%);
    color: white;
    padding: 2rem 0;
}

.alert-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
}

.alert-content i {
    font-size: 3rem;
    animation: pulse-alert 2s infinite;
}

@keyframes pulse-alert {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.alert-content strong {
    font-size: 1.3rem;
    display: block;
    margin-bottom: 0.5rem;
}

/* =================== RESOURCES =================== */
.resources-section {
    padding: 5rem 0;
    background: white;
}

.resource-card {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.resource-card:hover {
    border-color: #ffa200;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.resource-card i {
    font-size: 3rem;
    color: #ffa200;
    margin-bottom: 1.5rem;
}

.resource-card h4 {
    color: #131b30;
    font-weight: 700;
    margin-bottom: 1rem;
}

/* =================== CONTACT SECTION =================== */
.contact-section {
    padding: 5rem 0;
    background-color: #f8f9fa;
}

.contact-form-card,
.contact-info-card {
    background: white;
    border-radius: 12px;
    padding: 2.5rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
}

.form-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.form-header i {
    font-size: 3.5rem;
    color: #ffa200;
    margin-bottom: 1rem;
}

.form-header h2 {
    color: #131b30;
    font-weight: 700;
}

.contact-info-card.emergency-contact {
    background: linear-gradient(135deg, #dc3545 0%, #8b0000 100%);
    color: white;
    text-align: center;
}

.contact-info-card.emergency-contact i {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.contact-info-card.emergency-contact h3 {
    color: white;
    font-weight: 700;
}

.hotline {
    background: rgba(255, 255, 255, 0.2);
    padding: 1rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.hotline i {
    font-size: 1.5rem;
}

.hotline span {
    font-weight: 700;
    font-size: 1.1rem;
}

.contact-info-card h4 {
    color: #131b30;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.regional-office {
    padding: 1rem;
    margin-bottom: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.regional-office strong {
    color: #131b30;
    display: block;
    margin-bottom: 0.5rem;
}

.map-section {
    padding: 5rem 0;
    background: white;
}

.map-placeholder {
    background: #e9ecef;
    height: 400px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #6c757d;
}

.map-placeholder i {
    font-size: 4rem;
    margin-bottom: 1rem;
}

/* =================== REPORT FORM SECTION =================== */
.report-form-section {
    padding: 5rem 0;
    background-color: #f8f9fa;
}

.priority-selector h3 {
    color: #131b30;
    font-weight: 700;
}

.priority-card {
    background: white;
    border: 3px solid #e9ecef;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 100%;
}

.priority-card i {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.priority-card h4 {
    font-weight: 700;
    margin-bottom: 1rem;
}

.priority-card.critical {
    border-color: #dc3545;
}

.priority-card.critical i {
    color: #dc3545;
}

.priority-card.high {
    border-color: #fd7e14;
}

.priority-card.high i {
    color: #fd7e14;
}

.priority-card.medium {
    border-color: #ffc107;
}

.priority-card.medium i {
    color: #ffc107;
}

.priority-card:hover,
.priority-card.selected {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.priority-card.critical.selected {
    background: #dc3545;
    color: white;
}

.priority-card.high.selected {
    background: #fd7e14;
    color: white;
}

.priority-card.medium.selected {
    background: #ffc107;
    color: #000;
}

.report-form-card {
    background: white;
    border-radius: 12px;
    padding: 3rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.form-section {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #e9ecef;
}

.form-section:last-child {
    border-bottom: none;
}

.form-section h4 {
    color: #131b30;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.upload-area {
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    padding: 3rem;
    text-align: center;
    background: #f8f9fa;
    transition: all 0.3s ease;
}

.upload-area:hover {
    border-color: #ffa200;
    background: #fff;
}

.upload-area i {
    font-size: 3rem;
    color: #6c757d;
    margin-bottom: 1rem;
}

/* =================== LEGAL PAGES =================== */
.legal-content-section {
    padding: 5rem 0;
    background-color: #f8f9fa;
}

.legal-card {
    background: white;
    border-radius: 12px;
    padding: 3rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.legal-toc {
    background: #f8f9fa;
    border-left: 4px solid #ffa200;
    padding: 2rem;
    margin-bottom: 3rem;
    border-radius: 8px;
}

.legal-toc h5 {
    color: #131b30;
    font-weight: 700;
    margin-bottom: 1rem;
}

.legal-toc ul {
    list-style: none;
    padding-left: 0;
}

.legal-toc li {
    margin-bottom: 0.5rem;
}

.legal-toc a {
    color: #0066cc;
    text-decoration: none;
    transition: all 0.3s ease;
}

.legal-toc a:hover {
    color: #ffa200;
    padding-left: 10px;
}

.legal-intro {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border-radius: 8px;
}

.legal-section {
    margin-bottom: 3rem;
}

.legal-section h3 {
    color: #131b30;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #ffa200;
}

.legal-section h4 {
    color: #131b30;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.legal-section ul,
.legal-section ol {
    margin-bottom: 1.5rem;
}

.legal-section li {
    margin-bottom: 0.5rem;
    line-height: 1.8;
}

.contact-box {
    background: #f8f9fa;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    padding: 2rem;
    margin-top: 1rem;
}

.legal-footer {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 2px solid #dee2e6;
}

/* =================== CTA SECTION =================== */
.cta-section {
    padding: 5rem 0;
    background-image: linear-gradient(rgba(12, 30, 77, 0.815), rgba(19, 27, 48, 0.747)), 
                      url('../images/cft.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    position: relative;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ffa200;
}

/* =================== FOOTER =================== */
.footer {
    background: var(--primary-navy);
    color: rgba(255, 255, 255, 0.8);
    padding: 5rem 0 2rem;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #ffa200;
}

.footer-heading {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(255, 162, 0, 0.3);
    display: inline-block;
}

.footer-links {
    list-style: none;
    padding-left: 0;
}

.footer-links li {
    margin-bottom: 0.7rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.footer-links a:hover {
    color: #ffa200;
    padding-left: 5px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #ffa200;
    color: var(--primary-navy);
    transform: translateY(-3px);
}

.footer-bottom-links a {
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #ffa200 !important;
}

/* =================== BACK TO TOP =================== */
.btn-back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #ffa200;
    color: var(--primary-navy);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(255, 162, 0, 0.3);
}

.btn-back-to-top:hover {
    background: #ff8c00;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 162, 0, 0.4);
}

.btn-back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

/* =================== SERVICE DETAIL PAGE =================== */
.service-detail-section {
    padding: 5rem 0;
    background-color: #f8f9fa;
}

.service-detail-card {
    background: white;
    border-radius: 12px;
    padding: 3rem;
    margin-bottom: 3rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #ffa200;
}

.service-detail-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.service-detail-header i {
    font-size: 3.5rem;
    color: #ffa200;
}

.service-detail-image {
    margin-bottom: 2rem;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    max-height: 350px;
}

.service-detail-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-detail-image:hover img {
    transform: scale(1.05);
}

@media (max-width: 992px) {
    .service-detail-image {
        margin-bottom: 2rem;
    }
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: rgba(255, 162, 0, 0.05);
    border-radius: 6px;
}

.process-list li {
    margin-bottom: 1rem;
}

/* =================== ADDITIONAL SERVICES SECTION =================== */
.additional-services-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #131b30 0%, #1a2844 50%, #0f1623 100%);
    position: relative;
    overflow: hidden;
}

.additional-services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(0, 102, 204, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 162, 0, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.additional-services-section > * {
    position: relative;
    z-index: 1;
}

.additional-services-title {
    color: white;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 3px solid #0066cc;
}

.additional-service-card {
    background: rgba(19, 27, 48, 0.6);
    border-left: 4px solid #0066cc;
    border-radius: 8px;
    padding: 2rem;
    transition: all 0.3s ease;
    height: 100%;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 102, 204, 0.3);
    border-left: 4px solid #0066cc;
}

.additional-service-card:hover {
    background: rgba(19, 27, 48, 0.8);
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 102, 204, 0.2);
    border-color: rgba(0, 102, 204, 0.6);
}

.additional-service-card h3 {
    color: white;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.additional-service-card p {
    color: #ccc;
    margin: 0;
    line-height: 1.6;
    font-size: 0.95rem;
}

.capabilities-grid,
.intelligence-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 1.5rem 0;
}

.capability,
.intel-item {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.capability h5,
.intel-item h5 {
    color: #131b30;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.capability:hover,
.intel-item:hover {
    border-color: #131b30;
    box-shadow: 0 8px 25px rgba(10, 1, 134, 0.1);

}

/* =================== ALERT BANNER =================== */
.alert-banner {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    padding: 1rem 0;
    position: relative;
    z-index: 999;
    margin-top: 60px;
}

.alert-banner-content {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: white;
}

.alert-banner-content i {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.alert-link {
    color: white;
    text-decoration: none;
    margin-left: auto;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.alert-link:hover {
    transform: translateX(3px);
}

/* =================== HERO SECTION ENHANCEMENTS =================== */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(19, 27, 48, 0.048); */
    z-index: 1;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 162, 0, 0.15);
    border: 1px solid var(--primary-orange);
    border-radius: 25px;
    padding: 0.75rem 1.5rem;
    color: var(--primary-orange);
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.hero-title {
    color: white;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.hero-stats {
    display: flex;
    gap: 2rem;
    margin: 2rem 0;
}

.stat-item-hero {
    text-align: left;
}

.stat-item-hero h3 {
    color: var(--primary-orange);
    font-size: 2rem;
    font-weight: 800;
    margin: 0;
}

.stat-item-hero p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    margin: 0.25rem 0 0 0;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.btn-hero-primary {
    background: var(--primary-orange);
    color: var(--primary-navy);
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: none;
}

.btn-hero-primary:hover {
    background: #ff8c00;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(255, 162, 0, 0.3);
    color: var(--primary-navy);
}

.btn-hero-secondary {
    background: transparent;
    color: white;
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 6px;
    border: 2px solid white;
    transition: all 0.3s ease;
}

.btn-hero-secondary:hover {
    background: white;
    color: var(--primary-navy);
    transform: translateY(-2px);
}

.hero-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.hero-card-header {
    background: linear-gradient(135deg, var(--primary-orange) 0%, #ff8c00 100%);
    color: white;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hero-card-header i {
    font-size: 1.75rem;
}

.hero-card-header h4 {
    margin: 0;
    font-weight: 700;
}

.hero-card-body {
    padding: 2rem;
}

.hero-card-body p {
    color: var(--primary-navy);
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.emergency-contact-box {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1.25rem;
    margin-bottom: 1.25rem;
}

.contact-method {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}

.contact-method:last-child {
    margin-bottom: 0;
}

.contact-method i {
    color: var(--primary-orange);
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.contact-method small {
    color: #666;
    font-size: 0.85rem;
    display: block;
}

.contact-method strong {
    color: var(--primary-navy);
    display: block;
    font-weight: 700;
}

.response-time {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--primary-navy);
    font-weight: 500;
}

.response-time i {
    color: var(--primary-orange);
    font-size: 1.25rem;
}

/* =================== QUICK ACCESS SECTION =================== */
.quick-access-section {
    padding: 3rem 0;
    background: #f8f9fa;
}

.quick-access-card {
    display: block;
    background: white;
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 2px solid transparent;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.quick-access-card:hover {
    border-color: var(--primary-orange);
    box-shadow: 0 8px 20px rgba(255, 162, 0, 0.2);
    transform: translateY(-5px);
    color: inherit;
}

.quick-access-card i {
    font-size: 2.5rem;
    color: var(--primary-orange);
    margin-bottom: 1rem;
    display: block;
}

.quick-access-card h5 {
    color: var(--primary-navy);
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.quick-access-card p {
    color: #666;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.quick-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary-orange);
    font-weight: 600;
    transition: gap 0.3s ease;
}

.quick-access-card:hover .quick-link {
    gap: 0.75rem;
}

/* =================== MISSION SECTION =================== */
.mission-section {
    padding: 5rem 0;
    background: white;
}

.mission-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-orange) 0%, #ff8c00 100%);
    color: white;
    padding: 0.5rem 1.25rem;
    border-radius: 25px;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

.section-title-main {
    color: var(--primary-navy);
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.lead-text {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto;
}

.mission-card {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.mission-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.mission-icon {
    font-size: 3rem;
    color: var(--primary-orange);
    margin-bottom: 1rem;
}

.mission-card h4 {
    color: var(--primary-navy);
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.mission-card p {
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* =================== SERVICES SHOWCASE SECTION =================== */
.services-showcase {
    padding: 5rem 0;
    background: linear-gradient(135deg, #131b30 0%, #1a2844 50%, #0f1623ad 100%);
    position: relative;
    overflow: hidden;
}

.services-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(255, 162, 0, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(0, 102, 204, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.services-showcase > * {
    position: relative;
    z-index: 1;
}

.section-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-orange) 0%, #ff8c00 100%);
    color: white;
    padding: 0.5rem 1.25rem;
    border-radius: 25px;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.section-badge.badge-danger {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
}

.section-subtitle {
    color: #aaa;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.services-showcase .section-subtitle {
    color: #ccc;
}

.service-showcase-card {
    background: white;
    border-radius: 10px;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    border-left: 4px solid transparent;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.service-showcase-card:hover {
    border-left-color: var(--primary-navy);
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.service-number {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 3rem;
    font-weight: 800;
    color: rgba(255, 162, 0, 0.1);
    line-height: 1;
}

.service-icon-large {
    font-size: 3rem;
    color: var(--primary-orange);
    margin-bottom: 1.5rem;
}

/* .service-icon-large:hover {
    font-size: 3rem;
    color: var(--primary-navy);
    margin-bottom: 1.5rem;
} */

.service-showcase-card h3 {
    color: var(--primary-navy);
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.service-showcase-card p {
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.service-highlights {
    list-style: none;
    padding: 1.5rem 0;
    margin: 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    text-align: left;
}

.service-highlights li {
    color: #555;
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.service-highlights li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--primary-orange);
    font-weight: 700;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary-orange);
    font-weight: 600;
    text-decoration: none;
    margin-top: 1.5rem;
    transition: gap 0.3s ease;
}

.service-link:hover {
    gap: 0.75rem;
    color: #ff8c00;
}

.btn-primary-large {
    background: var(--primary-orange);
    color: white;
    padding: 0.9rem 2.5rem;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: none;
    display: inline-block;
    text-decoration: none;
}

.btn-primary-large:hover {
    background: #ff8c00;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(255, 162, 0, 0.3);
    color: white;
}

/* =================== THREATS OVERVIEW SECTION =================== */
.threats-overview {
    padding: 5rem 0;
    background: white;
}

.threat-badge-card {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
}

.threat-badge-card:hover {
    border-color: var(--primary-orange);
    box-shadow: 0 8px 20px rgba(255, 162, 0, 0.2);
    transform: translateY(-5px);
}

.threat-badge-card i {
    font-size: 2.5rem;
    color: var(--primary-navy);
    margin-bottom: 1rem;
    display: block;
}

.threat-badge-card h6 {
    color: var(--primary-navy);
    font-weight: 700;
    margin: 0;
}

.btn-outline-danger-large {
    background: transparent;
    color: #dc3545;
    padding: 0.9rem 2.5rem;
    font-weight: 600;
    border-radius: 6px;
    border: 2px solid #dc3545;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.btn-outline-danger-large:hover {
    background: #dc3545;
    color: white;
    transform: translateY(-2px);
}

/* =================== WHY CHOOSE BCI SECTION =================== */
.why-choose-section {
    padding: 5rem 0;
    background: #f8f9fa;
}

.feature-list {
    margin-top: 2rem;
}

.feature-item-modern {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e9ecef;
}

.feature-item-modern:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.feature-icon {
    font-size: 2rem;
    /* color: var(--primary-orange); */
    color: var(--primary-navy);
    flex-shrink: 0;
}

.feature-item-modern h5 {
    color: var(--primary-navy);
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.feature-item-modern p {
    color: #666;
    margin: 0;
    line-height: 1.6;
}

.why-choose-visual {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.certification-badge {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.certification-badge:hover {
    /* border-color: var(--primary-orange); */
    border-color: var(--primary-navy);
    box-shadow: 0 8px 20px rgba(0, 21, 92, 0.2);
    /* box-shadow: 0 8px 20px rgba(255, 162, 0, 0.2); */
}

.certification-badge i {
    font-size: 2.5rem;
    /* color: var(--primary-orange); */
    color: var(--primary-navy);
    margin-bottom: 0.75rem;
}

.certification-badge strong {
    color: var(--primary-navy);
    display: block;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.certification-badge p {
    color: #666;
    margin: 0;
    font-size: 0.9rem;
}

/* =================== CTA SECTION MODERN =================== */
.cta-actions-modern {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.btn-cta-danger {
    background: #dc3545;
    color: white;
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-cta-danger:hover {
    background: #c82333;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(220, 53, 69, 0.3);
    color: white;
}

.btn-cta-outline {
    background: transparent;
    color: white;
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 6px;
    border: 2px solid white;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-cta-outline:hover {
    background: white;
    color: var(--primary-navy);
    transform: translateY(-2px);
}

.cta-assurance {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.cta-assurance i {
    font-size: 1.25rem;
}

/* =================== ABOUT PAGE STYLES =================== */
.about-content-section {
    padding: 5rem 0;
    background-color: white;
}

.about-intro {
    text-align: center;
    margin-bottom: 4rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #e9ecef;
}

.about-intro h2 {
    color: var(--primary-navy);
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.about-intro p {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

.mission-vision {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.mission-card,
.vision-card {
    background: linear-gradient(135deg, rgba(255, 162, 0, 0.05) 0%, rgba(19, 27, 48, 0.05) 100%);
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.mission-card:hover,
.vision-card:hover {
    /* border-color: var(--primary-orange); */
    transform: translateY(-8px);
    /* box-shadow: 0 10px 30px rgba(255, 162, 0, 0.15); */
}

.mission-card i,
.vision-card i {
    font-size: 3.5rem;
    color: var(--primary-navy);
    margin-bottom: 1rem;
}

.mission-card h3,
.vision-card h3 {
    color: var(--primary-navy);
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.mission-card p,
.vision-card p {
    color: #666;
    line-height: 1.8;
    margin: 0;
}

.values-section {
    margin-bottom: 4rem;
    padding: 5rem 0;
    /* background: linear-gradient(135deg, #131b30 0%, #1a2844 50%, #0f1623 100%); */
    position: relative;
    overflow: hidden;
}

.values-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-image:  */
        /* radial-gradient(circle at 20% 50%, rgba(255, 162, 0, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(0, 102, 204, 0.08) 0%, transparent 50%); */
    pointer-events: none;
}

.values-section > * {
    position: relative;
    z-index: 1;
}

.values-section h2 {
    /* color: white; */
    color: var(--primary-navy);
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 3rem;
}


.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.value-card {
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid rgba(255, 162, 0, 0.3);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
}

.value-card:hover {
    border-color: var(--primary-orange);
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(255, 162, 0, 0.25);
    background: white;
}

.value-card i {
    font-size: 3rem;
    color: var(--primary-orange);
    margin-bottom: 1rem;
}

.value-card h3 {
    color: var(--primary-navy);
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.value-card p {
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.team-section {
    margin-bottom: 4rem;
}

.team-section h2 {
    color: var(--primary-navy);
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 1rem;
}

.team-section > p {
    text-align: center;
    color: #555;
    font-size: 1.1rem;
    margin-bottom: 3rem;
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.expertise-item {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 1.75rem;
    text-align: center;
    transition: all 0.3s ease;
}

.expertise-item:hover {
    border-color: var(--primary-orange);
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(255, 162, 0, 0.15);
    background: rgba(255, 162, 0, 0.02);
}

.expertise-item i {
    font-size: 2.5rem;
    color: var(--primary-orange);
    margin-bottom: 1rem;
    display: block;
}

.expertise-item span {
    color: var(--primary-navy);
    font-weight: 600;
    display: block;
    line-height: 1.4;
}

.achievements {
    background: linear-gradient(135deg, rgba(255, 162, 0, 0.05) 0%, rgba(19, 27, 48, 0.164) 100%);
    border-radius: 12px;
    padding: 3rem;
    margin-bottom: 2rem;
}

.achievements h2 {
    color: var(--primary-navy);
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 3rem;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.stat-item {
    background: white;
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.stat-item:hover {
    border-left-color: var(--primary-orange);
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(255, 162, 0, 0.15);
}

.stat-item h3 {
    color: var(--primary-orange);
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.stat-item p {
    color: var(--primary-navy);
    font-weight: 600;
    margin: 0;
}

/* =================== REPORTING GUIDELINES SECTION =================== */
.guideline-card {
    background: white;
    border-radius: 12px;
    padding: 2.5rem;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-left: 5px solid var(--primary-orange);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.guideline-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.guideline-icon {
    font-size: 3rem;
    color: var(--primary-navy);
    text-align: center;
}

.guideline-title {
    color: var(--primary-navy);
    font-weight: 700;
    text-align: center;
    font-size: 1.3rem;
}

.guideline-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.guideline-list li {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.5;
    padding-left: 0;
}

.guideline-list li::before {
    content: "•";
    color: var(--primary-orange);
    font-weight: bold;
    margin-right: 0.75rem;
}

.guideline-list.timeline li::before {
    content: "";
    margin-right: 0;
}

.guideline-list li strong.emergency {
    color: var(--danger-red);
    font-weight: 700;
}

.guideline-list li strong.high {
    color: #ffa200;
    font-weight: 700;
}

.guideline-list li strong.medium {
    color: #00bcd4;
    font-weight: 700;
}

.guideline-list li strong.low {
    color: var(--primary-navy);
    font-weight: 700;
}

/* =================== RESPONSIVE =================== */
@media (max-width: 992px) {
    .hero-title { font-size: 2.8rem; }
    .hero-stats { gap: 1.5rem; }
    .why-choose-visual { grid-template-columns: 1fr; }
    
    .about-intro h2 { font-size: 2rem; }
    .about-intro p { font-size: 1rem; }
    .mission-vision { gap: 1.5rem; }
    .values-grid { gap: 1.5rem; }
    .expertise-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
    .stat-item { padding: 1.5rem; }
}

@media (max-width: 768px) {
    .hero-title,
    .page-hero h1 { font-size: 2.2rem; }
    
    .page-hero,
    .page-hero-emergency { padding: 5rem 0; margin-top: 66px; }
    
    .threat-detail-header,
    .service-detail-header { flex-direction: column; text-align: center; }
    
    .hero-actions { flex-direction: column; }
    .cta-actions-modern { flex-direction: column; }
    .hero-stats { flex-direction: column; gap: 1rem; }
    .section-title-main { font-size: 2rem; }
    
    .about-content-section { padding: 3rem 0; }
    .about-intro { margin-bottom: 3rem; padding-bottom: 1.5rem; }
    .about-intro h2 { font-size: 1.75rem; margin-bottom: 1rem; }
    .mission-card, .vision-card { padding: 2rem; }
    .values-section h2 { font-size: 1.75rem; margin-bottom: 2rem; }
    .value-card { padding: 1.5rem; }
    .team-section h2 { font-size: 1.75rem; }
    .expertise-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
    .achievements { padding: 2rem; }
    .achievements h2 { font-size: 1.75rem; margin-bottom: 2rem; }
    .stat-item { padding: 1.25rem; }
    .stat-item h3 { font-size: 2rem; }

    .alert-banner-content { flex-direction: column; gap: 0.5rem; }
    .alert-link { margin-left: 0; margin-top: 0.5rem; }
}

@media (max-width: 576px) {
    .hero-title { font-size: 1.8rem; }
    .btn-hero, .btn-cta { width: 100%; }
    .hero-badge { font-size: 0.8rem; }
    .hero-subtitle { font-size: 1.05rem; }
    .section-title-main { font-size: 1.75rem; }
    .quick-access-card { padding: 1.5rem; }
    .mission-card { padding: 1.5rem; }
    .service-showcase-card { padding: 1.5rem; }
    .cta-actions-modern { gap: 0.75rem; }
    
    .about-content-section { padding: 2rem 0; }
    .about-intro h2 { font-size: 1.5rem; }
    .about-intro p { font-size: 0.95rem; }
    .mission-vision { grid-template-columns: 1fr; gap: 1.5rem; }
    .mission-card, .vision-card { padding: 1.5rem; font-size: 0.95rem; }
    .mission-card i, .vision-card i { font-size: 2.5rem; }
    .values-section h2 { font-size: 1.5rem; }
    .values-grid { grid-template-columns: 1fr; gap: 1.5rem; }
    .value-card { padding: 1.25rem; }
    .value-card i { font-size: 2rem; }
    .value-card h3 { font-size: 1.1rem; }
    .team-section h2 { font-size: 1.5rem; }
    .expertise-grid { grid-template-columns: 1fr; gap: 1rem; }
    .expertise-item { padding: 1.25rem; }
    .expertise-item i { font-size: 2rem; }
    .expertise-item span { font-size: 0.9rem; }
    .achievements { padding: 1.5rem; }
    .achievements h2 { font-size: 1.5rem; margin-bottom: 1.5rem; }
    .stats-grid { grid-template-columns: 1fr; gap: 1.5rem; }
    .stat-item { padding: 1rem; }
    .stat-item h3 { font-size: 1.75rem; }
    .stat-item p { font-size: 0.9rem; }
}