/* ============================================================
   HERO - Media Query 480px (móvil pequeño)
   max-width: 480px
   ============================================================ */

@media (max-width: 480px) {

    .hero {
        height: 100vh;
        padding-top: 70px;
    }

    .hero-content {
        max-width: 100%;
        padding: 0 var(--spacing-sm);
    }

    .hero-title {
        margin-bottom: var(--spacing-md);
    }

    .hero-expertos {
        font-size: 1.3rem;
        padding: 0.7rem 1rem;
        letter-spacing: 0px;
    }

    .hero-main-title {
        font-size: 1.8rem;
        line-height: 1.2;
        padding: 0.8rem 0.9rem;
    }

    .hero-description {
        font-size: 0.95rem;
        line-height: 1.5;
        padding: 0.9rem 1rem;
        max-width: 100%;
    }

    .hero-stats {
        flex-direction: column;
        align-items: center;
        gap: var(--spacing-sm);
        margin-bottom: var(--spacing-md);
    }

    .hero-stats .stat-item-main {
        margin-bottom: 0;
    }

    .hero-stats .stat-item-main .stat-number {
        font-size: 2rem;
    }

    .hero-stats .stat-item-main .stat-label {
        font-size: 0.85rem;
    }

    .hero-stats-secondary {
        width: 100%;
        gap: var(--spacing-sm);
    }

    .hero .hero-stats-secondary .stat-item-secondary {
        text-align: center;
        word-break: break-word;
        overflow: hidden;
    }

    .hero .hero-stats-secondary .stat-item-secondary .stat-number {
        font-size: 1.3rem;
        margin-bottom: 0.3rem;
    }

    .hero .hero-stats-secondary .stat-item-secondary .stat-label {
        font-size: 0.75rem;
        line-height: 1.2;
        white-space: normal;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: var(--spacing-sm);
        margin-top: var(--spacing-md);
    }

    .hero .btn {
        font-size: 0.95rem;
        padding: 0.8rem 1.4rem;
        width: 100%;
        max-width: 260px;
        justify-content: center;
    }

    .hero-scroll {
        display: none;
    }
}
