/* ==========================================================================
   PAGE ABOUT — Applic v2
   ========================================================================== */

/* --- About Hero --- */

.about-hero {
    position: relative;
    overflow: hidden;
}

.about-hero-inner {
    max-width: 800px;
    position: relative;
    z-index: 2;
}

.about-hero-title {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    margin: 24px 0;
    letter-spacing: -2px;
    font-family: var(--font-heading);
}

.about-text-lg {
    font-size: 18px;
    line-height: 1.7;
    color: var(--text-muted);
    margin-bottom: 24px;
}

.about-text-lg b {
    color: var(--text-main);
}

/* --- Напрямки --- */

.directions-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.badge-mb {
    margin-bottom: 16px;
}

.slider-nav {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-bottom: 24px;
}

.case-result p {
    font-size: 14px;
    color: var(--text-muted);
}

/* --- Підхід (Steps) --- */

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.v-step-icon svg {
    width: 100%;
    height: 100%;
}

/* --- SMALL MOBILE (≤ 480px) --- */

@media (max-width: 480px) {
    .about-hero-title {
        font-size: 30px;
        letter-spacing: -0.5px;
    }

    .hero-stat-value {
        font-size: 24px;
    }

    .case-card {
        min-width: 260px;
        max-width: 260px;
    }

    .case-title {
        font-size: 20px;
    }

    .stat-number {
        font-size: 32px;
    }

    .stats-row {
        grid-template-columns: 1fr;
    }
}
