/* ========================================
   MOBILE RESPONSIVE ENHANCEMENTS FOR HERO
  ======================================== */

/* Tablet improvements (max-width: 992px) */
@media (max-width: 992px) {
    .hero-section {
        padding: 100px 0 70px 0;
    }

    .hero-section .row.align-items-center {
        min-height: auto !important;
    }
}

/* Mobile improvements (max-width: 768px) */
@media (max-width: 768px) {
    .hero-section {
        padding: 100px 0 60px 0;
        min-height: auto;
    }

    .hero-section .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-section .row {
        min-height: auto !important;
    }

    .hero-section .col-lg-6 {
        text-align: center;
    }

    .hero-title {
        font-size: 2.2rem !important;
        line-height: 1.2;
        margin-bottom: 1.25rem !important;
    }

    .hero-subtitle {
        font-size: 1rem !important;
        margin-bottom: 1.5rem !important;
        line-height: 1.5;
    }

    .hero-badge {
        font-size: 0.8rem;
        padding: 0.4rem 0.85rem;
        margin-bottom: 1.25rem;
    }

    .hero-stats {
        margin-bottom: 1.75rem;
    }

    .hero-stats .row {
        justify-content: center;
    }

    .stat-item {
        padding: 0.75rem 0;
    }

    .stat-number {
        font-size: 2.25rem !important;
    }

    .stat-label {
        font-size: 0.8rem;
    }

    .hero-cta {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0.75rem !important;
    }

    .hero-cta .btn {
        width: 100%;
        justify-content: center;
        padding: 0.875rem 1.5rem !important;
        font-size: 0.95rem;
        text-align: center;
    }

    .hero-image-container {
        margin-top: 3rem;
        padding: 0 1rem;
    }

    .hero-image-wrapper {
        max-width: 100%;
    }
}

/* Small mobile improvements (max-width: 576px) */
@media (max-width: 576px) {
    .hero-section {
        padding: 90px 0 50px 0;
    }

    .hero-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hero-title {
        font-size: 1.75rem !important;
        line-height: 1.25;
        margin-bottom: 1rem !important;
    }

    .hero-title br {
        display: none;
    }

    .hero-subtitle {
        font-size: 0.95rem !important;
        margin-bottom: 1.25rem !important;
    }

    .hero-badge {
        font-size: 0.75rem;
        padding: 0.35rem 0.75rem;
        margin-bottom: 1rem;
    }

    .hero-stats {
        margin-bottom: 1.5rem;
    }

    .stat-item {
        padding: 0.5rem 0;
    }

    .stat-number {
        font-size: 1.85rem !important;
    }

    .stat-label {
        font-size: 0.75rem;
    }

    .hero-cta .btn {
        padding: 0.75rem 1.25rem !important;
        font-size: 0.9rem;
    }

    .hero-cta .btn .badge {
        font-size: 0.7rem;
        padding: 0.15rem 0.4rem;
    }

    .hero-cta .btn i {
        font-size: 0.9rem;
    }

    .hero-image-container {
        margin-top: 2.5rem;
        padding: 0 0.5rem;
    }
}