/* Home - estilos específicos */

#inicio .hero-cta-group {
    align-items: stretch;
}

#inicio .hero-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 0.625rem;
    flex-shrink: 0;
    border-radius: 9999px;
    padding: 1rem 2rem;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.2s, background 0.2s;
}

#inicio .hero-cta-btn svg,
#inicio .hero-cta-btn img {
    flex-shrink: 0;
}

#inicio .hero-cta-btn--whatsapp {
    background: #fff;
    color: #ef7b00;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.22);
}

#inicio .hero-cta-btn--outline {
    border: 2px solid rgba(255, 255, 255, 0.65);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

#inicio .hero-cta-btn:hover {
    opacity: 0.9;
}

#inicio .hero-cta-btn:active {
    transform: scale(0.95);
}

#inicio .hero-cta-btn--outline:hover {
    background: rgba(255, 255, 255, 0.1);
}

#inicio .hero-gradient {
    background: linear-gradient(135deg, #ef7b00 0%, #de5f04 60%, #c45200 100%);
    padding-top: 100px;
    padding-bottom: 77px;
}

#inicio .hero-gradient__grid {
    gap: 3rem;
}

@media (min-width: 1024px) {
    #inicio .hero-gradient__grid {
        gap: 4.2rem;
    }
}

#inicio .hero-media-wrap {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin-bottom: 1.75rem;
}

#inicio .hero-media {
    width: 100%;
    height: 528px;
    background: rgba(255, 255, 255, 0.12);
}

#inicio .hero-social-proof {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 1rem;
    width: max-content;
    max-width: calc(100% - 1.5rem);
    min-width: 28.9rem;
    padding: 1.26rem 2.3rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
    transform: translate(-50%, 50%);
}

#inicio .hero-social-proof__content {
    min-width: 0;
}

#inicio .hero-social-proof__title {
    font-weight: 700;
    font-size: 14px;
    color: #212529;
    line-height: 1.2;
}

#inicio .hero-social-proof__rating {
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
    margin-top: 0.25rem;
}

#inicio .hero-social-proof__subtitle {
    font-size: 12px;
    color: #6c757d;
    line-height: 1.25;
    max-width: 9.25rem;
}

@media (max-width: 1023px) {
    #inicio .hero-media-wrap {
        margin-bottom: 1.25rem;
    }

    #inicio .hero-social-proof {
        gap: 0.625rem;
        min-width: 0;
        width: calc(100% - 1.5rem);
        max-width: calc(100% - 1.5rem);
        padding: 0.625rem 1.125rem;
        border-radius: 0.75rem;
    }

    #inicio .hero-social-proof__initial {
        width: 2rem;
        height: 2rem;
        font-size: 11px;
    }

    #inicio .hero-social-proof__title {
        font-size: 13px;
        line-height: 1.15;
    }

    #inicio .hero-social-proof__rating {
        margin-top: 0.125rem;
        gap: 0.25rem;
    }

    #inicio .hero-social-proof__subtitle {
        font-size: 11px;
        line-height: 1.2;
    }

    #inicio .hero-rating-stars svg,
    #inicio .hero-rating-stars i {
        width: 10px !important;
        height: 10px !important;
    }
}

#inicio .hero-title {
    font-weight: 700;
    font-size: clamp(36px, 5vw, 62px);
    color: #fff;
    line-height: 1.08;
    letter-spacing: -1px;
}

.hero-rating-stars svg {
    fill: #ef7b00;
    color: #ef7b00;
}

.hero-rating-stars svg {
    transition: transform 0.25s;
    flex-shrink: 0;
}

#familiares .home-familiares-content__badge {
    margin-bottom: 1.75rem;
}

#familiares .home-familiares-content__title {
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

#familiares .home-familiares-content__text {
    line-height: 1.85;
    margin-bottom: 2.5rem;
}

#familiares .home-familiares-list {
    gap: 0.875rem;
    margin-bottom: 3rem;
}

#familiares .home-familiares-content__cta {
    margin-top: 40px;
    white-space: nowrap;
    padding: 1rem 1.75rem;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
}

/* Hero decoración y contenido */
#inicio .hero-blob--top {
    width: 600px;
    height: 600px;
    background: #fff;
    transform: translate(25%, -30%);
}

#inicio .hero-blob--bottom {
    width: 400px;
    height: 400px;
    background: #fff;
    transform: translate(-30%, 40%);
}

#inicio .hero-badge {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
}

#inicio .hero-badge__text {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.3px;
}

#inicio .hero-title__muted {
    opacity: 0.92;
}

#inicio .hero-lead {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.75;
    max-width: 500px;
}

#inicio .hero-checklist__item {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
}

#inicio .hero-media__img {
    object-position: center top;
}

#inicio .hero-media__overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.22) 0%, transparent 55%);
}

#inicio .hero-social-proof__initial--primary {
    background: #ef7b00;
    color: #fff;
}

#inicio .hero-social-proof__initial--secondary {
    background: #de5f04;
    color: #fff;
}

#inicio .hero-social-proof__initial--warm {
    background: #fff3e0;
    color: #ef7b00;
}

#inicio .home-stats-bar {
    border-color: rgba(0, 0, 0, 0.08);
    background: #fff;
}

#inicio .home-stat__accent {
    background: #ef7b00;
}

#inicio .home-stat__value {
    font-weight: 700;
    font-size: 19px;
    color: #212529;
    line-height: 1.2;
}

#inicio .home-stat__label {
    font-size: 13px;
    color: #6c757d;
}

/* Secciones home */
.home-alert-card__text {
    font-size: 15px;
    color: #212529;
    line-height: 1.5;
    font-weight: 500;
}

.home-alert-cta__text {
    font-size: 16px;
    color: #495057;
    line-height: 1.7;
    max-width: 580px;
    margin: 0 auto 20px;
}

.home-servicios-link {
    border-color: #ef7b00;
    color: #ef7b00;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

.home-servicio-card__title {
    font-weight: 700;
    font-size: 17px;
    color: #212529;
    margin-bottom: 8px;
}

.home-servicio-card__text {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.65;
}

.home-audifonos-text {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.75;
    margin-bottom: 32px;
}

.home-audifonos-feature__title {
    font-weight: 700;
    font-size: 14px;
    color: #212529;
}

.home-audifonos-feature__text {
    font-size: 13px;
    color: #6c757d;
}

.home-audifonos-image {
    width: 420px;
    height: 460px;
    max-width: 100%;
    background: #fff3e0;
}

.home-audifonos-float {
    background: #ef7b00;
    color: #fff;
    box-shadow: 0 8px 32px rgba(239, 123, 0, 0.35);
    max-width: 220px;
}

.home-audifonos-float__title {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 4px;
}

.home-audifonos-float__text {
    font-size: 13px;
    opacity: 0.9;
    line-height: 1.5;
}

#familiares .home-familiares-image {
    width: 460px;
    max-width: 100%;
    height: 400px;
    background: #ffe0b2;
}

#familiares .home-familiares-image__img {
    object-position: center top;
}

#familiares .home-familiares-content__badge {
    background: rgba(239, 123, 0, 0.12);
    border: 1px solid rgba(239, 123, 0, 0.25);
}

#familiares .home-familiares-content__badge-text {
    font-size: 13px;
    color: #de5f04;
    font-weight: 600;
}

#familiares .home-familiares-content__title {
    font-size: clamp(26px, 3.5vw, 40px);
}

#familiares .home-familiares-list__item {
    font-size: 15px;
    color: #212529;
    line-height: 1.65;
}

.home-razon-card__stat {
    font-weight: 700;
    font-size: 18px;
    color: #212529;
}

.home-razon-card__title {
    font-weight: 700;
    font-size: 15px;
    color: #212529;
    margin-bottom: 8px;
}

.home-razon-card__text {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.7;
}

.home-faq-intro {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.75;
    margin-bottom: 28px;
}
