/* Ultra Compact Horizontal Key Impact Statistics Bar */
.stats-counter-bar {
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    border: none !important;
}

.stat-card-green {
    background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 100%) !important;
    border-radius: 6px !important;
    padding: 6px 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    color: #ffffff !important;
    box-shadow: 0 2px 6px rgba(27, 94, 32, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    transition: all 0.2s ease !important;
    height: 100%;
}

.stat-card-green:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(27, 94, 32, 0.25) !important;
}

.stat-icon-badge {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
}

.stat-icon-badge i {
    font-size: 13px !important;
    color: #ffffff !important;
}

.stat-text-wrap {
    display: flex !important;
    flex-direction: column !important;
    text-align: left !important;
    line-height: 1.1 !important;
}

.stat-number-bold {
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    line-height: 1.1 !important;
    margin: 0 !important;
}

.stat-label-gold {
    font-size: 10px !important;
    font-weight: 600 !important;
    color: #ffd54f !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
    line-height: 1.1 !important;
    margin-top: 1px !important;
}

.stat-label-compact {
    font-size: 10px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4px !important;
    color: rgba(255, 255, 255, 0.85) !important;
    font-weight: 600 !important;
    line-height: 1 !important;
}

/* Universal Modal Vertically Centered Alignment */
.modal-dialog-centered {
    display: flex !important;
    align-items: center !important;
    min-height: calc(100% - 1.75rem * 2) !important;
}

@media (max-width: 767.98px) {
    .modal-dialog-centered {
        min-height: calc(100% - 1rem * 2) !important;
        margin: 0.5rem auto !important;
    }
    .modal-content {
        max-height: 88vh !important;
        overflow-y: auto !important;
    }
}

/* Single Landing Page Enhancements */
.hero-section-landing {
    background: radial-gradient(circle at 15% 15%, rgba(46, 125, 50, 0.35) 0%, transparent 50%),
                radial-gradient(circle at 85% 85%, rgba(27, 94, 32, 0.4) 0%, transparent 55%),
                linear-gradient(135deg, #051608 0%, #0d3814 50%, #030d05 100%) !important;
    color: #ffffff;
    padding: 50px 0 60px 0;
    position: relative;
    overflow: hidden;
}

.hero-section-landing::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: rgba(255, 213, 79, 0.04);
    border-radius: 50%;
}

.portal-access-card {
    background: #ffffff;
    color: #1e293b;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.2);
    position: relative;
}

.portal-access-card .nav-pills .nav-link {
    color: #475569;
    font-size: 13px;
    font-weight: 700;
    border-radius: 10px;
    padding: 8px 14px;
    transition: all 0.2s ease;
    background: #f1f5f9;
}

.portal-access-card .nav-pills .nav-link.active {
    background: linear-gradient(135deg, #0d3814 0%, #1b5e20 100%);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(13, 56, 20, 0.3);
}

.service-card-modern {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.service-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(13, 56, 20, 0.12);
    border-color: #1b5e20;
}

.service-card-modern .service-icon-box {
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, #0d3814 0%, #1b5e20 100%);
    color: #ffc107;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 16px;
    box-shadow: 0 6px 16px rgba(13, 56, 20, 0.25);
}

.cta-banner-landing {
    background: linear-gradient(135deg, #1b5e20 0%, #0d3814 100%);
    border-radius: 20px;
    padding: 36px 40px;
    color: #ffffff;
    box-shadow: 0 15px 35px rgba(13, 56, 20, 0.3);
    position: relative;
    overflow: hidden;
}

.faq-accordion .accordion-item {
    border: 1px solid #e2e8f0;
    border-radius: 14px !important;
    margin-bottom: 12px;
    overflow: hidden;
}

.faq-accordion .accordion-button {
    font-weight: 700;
    color: #0f172a;
    background: #ffffff;
    padding: 16px 20px;
    font-size: 15px;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: rgba(27, 94, 32, 0.06);
    color: #1b5e20;
    box-shadow: none;
}

@media (max-width: 767.98px) {
    .hero-section-landing {
        padding: 30px 0 40px 0;
    }
    .portal-access-card {
        padding: 20px 16px;
        border-radius: 16px;
    }
    .cta-banner-landing {
        padding: 24px 20px;
        border-radius: 16px;
    }
}

