/* ========================================
   HOME - CSS ADICIONAL
   Adicione ao final do style.css
   ======================================== */

/* H1 SEO Escondido mas acessível */
.seo-h1-hidden {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Seções da Home */
.premium-section,
.top-section,
.destaque-section,
.vitrine-section {
    padding: 60px 0;
    position: relative;
}

/* Títulos das Seções */
.section-title-badge {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.section-title-badge i {
    color: #ff1744;
    margin-right: 15px;
    font-size: 2.2rem;
}

.section-title-badge::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ff1744, #ff4569);
    border-radius: 2px;
}

.section-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: #999;
    margin-bottom: 40px;
    font-weight: 400;
}

/* CTA Ver Mais */
.section-cta {
    text-align: center;
    margin-top: 50px;
}

.btn-ver-mais {
    display: inline-block;
    padding: 16px 40px;
    background: linear-gradient(135deg, #ff1744, #ff4569);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(255, 23, 68, 0.3);
}

.btn-ver-mais:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 23, 68, 0.5);
    background: linear-gradient(135deg, #ff4569, #ff1744);
}

.btn-ver-mais i {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.btn-ver-mais:hover i {
    transform: translateX(5px);
}

/* Mensagem Sem Resultados */
.no-results {
    text-align: center;
    color: #666;
    font-size: 1.1rem;
    padding: 60px 20px;
    grid-column: 1/-1;
}

/* Indicadores do Carrossel (Bolinhas) */
.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.carousel-indicators span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-indicators span.active {
    background: #ff1744;
    width: 30px;
    border-radius: 6px;
}

.carousel-indicators span:hover {
    background: rgba(255, 23, 68, 0.8);
}

/* Informações do Carrossel Melhoradas */
.carousel-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.95) 0%, transparent 100%);
    padding: 40px 30px 30px;
    color: #fff;
}

.carousel-info h2 a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.carousel-info h2 a:hover {
    color: #ff1744;
}

.carousel-info p {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    font-size: 1rem;
}

.carousel-idade {
    background: rgba(255, 23, 68, 0.2);
    padding: 5px 12px;
    border-radius: 20px;
    font-weight: 600;
    border: 1px solid #ff1744;
}

.carousel-local {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Navegação do Carrossel Melhorada */
.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #ff1744;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 20;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.carousel-nav:hover {
    background: #ff1744;
    transform: translateY(-50%) scale(1.1);
}

.carousel-nav.prev {
    left: 20px;
}

.carousel-nav.next {
    right: 20px;
}

/* Infinite Scroll - Mensagem de Fim */
.infinite-end {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}

.infinite-end i {
    color: #4caf50;
    font-size: 2rem;
    margin-bottom: 15px;
    display: block;
}

.infinite-end p {
    font-size: 1.2rem;
    margin-bottom: 25px;
}

/* CTA Final - Anunciar */
.cta-anunciar {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    padding: 80px 0;
    margin-top: 60px;
    border-top: 2px solid #ff1744;
    position: relative;
    overflow: hidden;
}

.cta-anunciar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ff1744" fill-opacity="0.05" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,112C672,96,768,96,864,112C960,128,1056,160,1152,160C1248,160,1344,128,1392,112L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.cta-text h2 {
    font-size: 2.5rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.cta-text h2 i {
    color: #ff1744;
    margin-right: 15px;
}

.cta-text p {
    font-size: 1.2rem;
    color: #999;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    flex-shrink: 0;
}

.btn-primary,
.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
}

.btn-primary {
    background: linear-gradient(135deg, #ff1744, #ff4569);
    color: #fff;
    box-shadow: 0 4px 15px rgba(255, 23, 68, 0.3);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 23, 68, 0.5);
}

.btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #25d366;
}

.btn-secondary:hover {
    background: #25d366;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
}

/* Responsive */
@media (max-width: 992px) {
    .section-title-badge {
        font-size: 2rem;
    }
    
    .section-title-badge i {
        font-size: 1.4rem;
    }
    
    .cta-content {
        flex-direction: column;
        text-align: center;
    }
    
    .cta-text h2 {
        font-size: 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .btn-primary,
    .btn-secondary {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .premium-section,
    .top-section,
    .destaque-section,
    .vitrine-section {
        padding: 40px 0;
    }
    
    .section-title-badge {
        font-size: 1.2rem;
        letter-spacing: 1px;
    }
    
    .section-title-badge i {
        font-size: 1.5rem;
        margin-right: 10px;
    }
    
    .section-subtitle {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    
    .carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .carousel-nav.prev {
        left: 10px;
    }
    
    .carousel-nav.next {
        right: 10px;
    }
    
    .carousel-info {
        padding: 30px 20px 20px;
    }
    
    .cta-anunciar {
        padding: 50px 0;
    }
    
    .cta-text h2 {
        font-size: 1.5rem;
    }
    
    .cta-text p {
        font-size: 1rem;
    }
}
