/* TestSeriesPoint — about-us.css */
/* Hero Section */
    .about-hero {
        background: linear-gradient(135deg, #0C447C 0%, #185FA5 55%, #0F6E56 100%);
        border-radius: 16px;
        padding: 4rem 2rem 3rem;
        text-align: center;
        position: relative;
        overflow: hidden;
        margin-bottom: 2.5rem;
    }
    .about-hero::before {
        content: '';
        position: absolute;
        top: -50px; right: -50px;
        width: 220px; height: 220px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.05);
    }
    .about-hero::after {
        content: '';
        position: absolute;
        bottom: -70px; left: -40px;
        width: 260px; height: 260px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.04);
    }
    .hero-badge {
        display: inline-block;
        background: rgba(255, 255, 255, 0.18);
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.08em;
        padding: 6px 16px;
        border-radius: 20px;
        margin-bottom: 1rem;
        text-transform: uppercase;
    }
    .about-hero h1 {
        font-size: 2.8rem;
        font-weight: 700;
        color: #fff;
        margin-bottom: 0.75rem;
        line-height: 1.2;
    }
    .about-hero .hero-desc {
        font-size: 1rem;
        color: rgba(255, 255, 255, 0.85);
        max-width: 560px;
        margin: 0 auto 2rem;
        line-height: 1.75;
    }
    .hero-stats {
        display: flex;
        gap: 1rem;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
    }
    .stat-pill {
        background: rgba(255, 255, 255, 0.14);
        border: 1px solid rgba(255, 255, 255, 0.22);
        border-radius: 40px;
        padding: 10px 24px;
        text-align: center;
    }
    .stat-pill .num {
        font-size: 1.6rem;
        font-weight: 700;
        color: #fff;
        display: block;
        line-height: 1;
    }
    .stat-pill .lbl {
        font-size: 11px;
        color: rgba(255, 255, 255, 0.72);
        text-transform: uppercase;
        letter-spacing: 0.06em;
        margin-top: 4px;
    }

    /* Section Labels */
    .section-eyebrow {
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #185FA5;
        margin-bottom: 0.35rem;
    }
    .section-title-lg {
        font-size: 1.75rem;
        font-weight: 700;
        color: #212529;
        margin-bottom: 0.5rem;
    }
    .section-subtitle {
        font-size: 0.95rem;
        color: #6c757d;
        line-height: 1.75;
        margin-bottom: 1.5rem;
    }

    /* Mission Block */
    .mission-block {
        background: #fff;
        border: 1px solid #dee2e6;
        border-left: 4px solid #185FA5;
        border-radius: 12px;
        padding: 2rem;
        margin-bottom: 2rem;
        box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    }
    .mission-block h2 {
        font-size: 1.35rem;
        font-weight: 700;
        color: #0C447C;
        margin-bottom: 0.65rem;
    }
    .mission-block p {
        font-size: 0.95rem;
        color: #495057;
        line-height: 1.85;
        margin: 0;
    }

    /* Feature Cards */
    .feature-card-custom {
        background: #fff;
        border: 1px solid #e9ecef;
        border-radius: 14px;
        padding: 1.5rem;
        height: 100%;
        transition: box-shadow 0.25s, border-color 0.25s;
    }
    .feature-card-custom:hover {
        box-shadow: 0 6px 24px rgba(24, 95, 165, 0.12);
        border-color: #b5d4f4;
    }
    .feature-icon-wrap {
        width: 48px;
        height: 48px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
        font-size: 1.4rem;
    }
    .icon-blue  { background: #E6F1FB; }
    .icon-green { background: #E1F5EE; }
    .icon-amber { background: #FAEEDA; }
    .feature-card-custom h3 {
        font-size: 1rem;
        font-weight: 600;
        color: #212529;
        margin-bottom: 0.4rem;
    }
    .feature-card-custom p {
        font-size: 0.875rem;
        color: #6c757d;
        line-height: 1.75;
        margin: 0;
    }

    /* Why Grid */
    .why-card {
        background: #f8f9fa;
        border-radius: 10px;
        padding: 1.25rem;
        height: 100%;
    }
    .why-card .why-icon {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
    .why-card strong {
        display: block;
        font-size: 0.9rem;
        font-weight: 600;
        color: #212529;
        margin-bottom: 0.3rem;
    }
    .why-card span {
        font-size: 0.825rem;
        color: #6c757d;
        line-height: 1.65;
    }

    /* Exam Tags */
    .exam-tag {
        display: inline-block;
        background: #E6F1FB;
        color: #0C447C;
        font-size: 0.78rem;
        font-weight: 500;
        padding: 5px 14px;
        border-radius: 20px;
        margin: 3px;
    }

    /* Disclaimer */
    .disclaimer-box {
        background: #FAEEDA;
        border: 1px solid #FAC775;
        border-radius: 10px;
        padding: 1.25rem 1.5rem;
        margin-bottom: 2rem;
    }
    .disclaimer-box h4 {
        font-size: 0.9rem;
        font-weight: 600;
        color: #633806;
        margin-bottom: 0.4rem;
    }
    .disclaimer-box p {
        font-size: 0.83rem;
        color: #854F0B;
        line-height: 1.75;
        margin: 0;
    }

    /* CTA Strip */
    .cta-strip {
        background: linear-gradient(135deg, #E1F5EE 0%, #E6F1FB 100%);
        border: 1px solid #9FE1CB;
        border-radius: 14px;
        padding: 2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 1rem;
    }
    .cta-strip h3 {
        font-size: 1.2rem;
        font-weight: 700;
        color: #085041;
        margin-bottom: 0.25rem;
    }
    .cta-strip p {
        font-size: 0.875rem;
        color: #0F6E56;
        margin: 0;
    }
    .cta-strip .btn-cta {
        background: #0F6E56;
        color: #fff;
        border: none;
        border-radius: 10px;
        padding: 12px 28px;
        font-size: 0.9rem;
        font-weight: 600;
        text-decoration: none;
        transition: background 0.2s;
        white-space: nowrap;
    }
    .cta-strip .btn-cta:hover {
        background: #085041;
        color: #fff;
    }

    /* Divider */
    .section-divider {
        border: none;
        border-top: 1px solid #e9ecef;
        margin: 2.5rem 0;
    }

    @media (max-width: 767px) {
        .about-hero h1 { font-size: 1.9rem; }
        .stat-pill .num { font-size: 1.3rem; }
        .cta-strip { flex-direction: column; text-align: center; }
    }
