/* Landing Page de Lançamento - CSS Específico */

/* Reset e Base */
* {
    box-sizing: border-box;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Header Override para Landing Page */
.header {
    background: linear-gradient(135deg, var(--azul-majestade) 0%, var(--azul-safira) 100%) !important;
}

.nav-menu a {
    color: white !important;
}

/* Botão CTA específico da landing page no header */
.nav-menu .cta-button {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%) !important;
    color: white !important;
    font-weight: 600 !important;
    border-radius: 25px !important;
    padding: 0.75rem 1.5rem !important;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3) !important;
    animation: pulse-launch 2s infinite;
}

.nav-menu .cta-button:hover {
    background: linear-gradient(135deg, #f7931e 0%, #ff6b35 100%) !important;
    color: white !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4) !important;
}

/* Botão de Lançamento no Menu */
.launch-button {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%) !important;
    color: white !important;
    padding: 0.75rem 1.5rem !important;
    border-radius: 25px !important;
    font-weight: 600 !important;
    animation: pulse-launch 2s infinite;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.launch-button:hover {
    background: linear-gradient(135deg, #f7931e 0%, #ff6b35 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4) !important;
}

@keyframes pulse-launch {
    0% { box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3); }
    50% { box-shadow: 0 4px 25px rgba(255, 107, 53, 0.5); }
    100% { box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3); }
}

/* Hero Section Lançamento */
.hero-lancamento {
    min-height: 100vh;
    background: linear-gradient(135deg, var(--azul-majestade) 0%, #1a365d 100%);
    color: white;
    padding: 8rem 0 4rem;
    position: relative;
    overflow: hidden;
}

.hero-lancamento::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 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
}

.hero-content-lancamento {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.badge-lancamento {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    animation: bounce-badge 3s infinite;
}

@keyframes bounce-badge {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-5px); }
    60% { transform: translateY(-3px); }
}

.hero-lancamento h1 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.destaque-numero {
    color: #ff6b35;
    font-size: 4rem;
    font-weight: 800;
    text-shadow: 0 0 20px rgba(255, 107, 53, 0.5);
}

.hero-subtitle-lancamento {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    line-height: 1.6;
}

.beneficios-rapidos {
    margin-bottom: 2rem;
}

.beneficio-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.beneficio-item i {
    color: #10b981;
    font-size: 1.3rem;
}

.btn-lancamento {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    padding: 1.2rem 2.5rem;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
    margin-bottom: 1rem;
}

.btn-lancamento:hover {
    background: linear-gradient(135deg, #f7931e 0%, #ff6b35 100%);
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(255, 107, 53, 0.4);
}

.garantia {
    font-size: 0.9rem;
    opacity: 0.8;
    text-align: center;
}

/* Vídeo Lançamento */
.hero-video-lancamento {
    text-align: center;
}

.video-container-lancamento {
    width: 100%;
    max-width: 500px;
    aspect-ratio: 16/9;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    border: 3px solid rgba(255, 255, 255, 0.2);
    margin: 0 auto 1rem;
    transition: all 0.3s ease;
}

.video-container-lancamento:hover {
    transform: translateY(-5px);
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.4);
}

.video-container-lancamento iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.video-legenda {
    font-size: 1rem;
    opacity: 0.8;
    margin-top: 1rem;
}

/* Seção de Problemas */
.problemas-section {
    padding: 6rem 0;
    background: #f8fafc;
}

.section-header {
    text-align: center;
    margin-bottom: 2rem;
}

.section-header h2 {
    color: var(--azul-majestade);
    margin-bottom: 1rem;
    font-size: 2.5rem;
    line-height: 1.3;
}

.section-header p {
    font-size: 1.2rem;
    color: var(--cinza-aco);
}

.problemas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.problema-item {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #ef4444;
    transition: all 0.3s ease;
}

.problema-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.problema-item i {
    font-size: 3rem;
    color: #ef4444;
    margin-bottom: 1rem;
}

.problema-item h3 {
    color: var(--azul-majestade);
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

/* Seção da Solução */
.solucao-section {
    padding: 6rem 0;
    background: white;
}

.solucao-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: start;
}

.solucao-text h2 {
    font-size: 2.5rem;
    color: var(--azul-majestade);
    margin-bottom: 1.5rem;
}

.destaque {
    color: #ff6b35;
}

.solucao-intro {
    font-size: 1.2rem;
    color: var(--cinza-aco);
    margin-bottom: 3rem;
    line-height: 1.6;
}

.metodologia-steps {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.step-lancamento {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.step-lancamento:hover {
    background: #e5e7eb;
    transform: translateX(10px);
}

.step-numero {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--azul-majestade) 0%, var(--azul-safira) 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
}

.step-content h4 {
    color: var(--azul-majestade);
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.step-content p {
    color: var(--cinza-aco);
    line-height: 1.5;
}

/* Resultados Garantidos */
.resultados-garantidos {
    background: linear-gradient(135deg, var(--azul-majestade) 0%, var(--azul-safira) 100%);
    color: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(3, 57, 117, 0.3);
}

.resultados-garantidos h3 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.resultado-item {
    margin-bottom: 2rem;
}

.resultado-numero {
    font-size: 3rem;
    font-weight: 800;
    color: #ff6b35;
    margin-bottom: 0.5rem;
}

.resultado-desc {
    font-size: 1.1rem;
    opacity: 0.9;
}

/* Seção de Contato Lançamento */
.contato-lancamento {
    padding: 6rem 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e5e7eb 100%);
}

.contato-lancamento-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.contato-info-lancamento h2 {
    font-size: 2.5rem;
    color: var(--azul-majestade);
    margin-bottom: 1rem;
}

.contato-info-lancamento > p {
    font-size: 1.2rem;
    color: var(--cinza-aco);
    margin-bottom: 2rem;
}

.oferta-especial {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.oferta-badge {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: inline-block;
}

.oferta-especial h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.garantias {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.garantia-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.1rem;
    color: var(--cinza-obsidiana);
}

.garantia-item i {
    color: #10b981;
    font-size: 1.3rem;
}

/* Formulário Lançamento */
.form-lancamento {
    background: white;
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.form-lancamento h3 {
    color: var(--azul-majestade);
    margin-bottom: 2rem;
    font-size: 1.5rem;
    text-align: center;
}

.form-lancamento .form-group {
    margin-bottom: 1.5rem;
}

.form-lancamento input,
.form-lancamento select,
.form-lancamento textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    font-family: inherit;
}

.form-lancamento input:focus,
.form-lancamento select:focus,
.form-lancamento textarea:focus {
    outline: none;
    border-color: var(--azul-safira);
    box-shadow: 0 0 0 3px rgba(40, 146, 163, 0.1);
}

.btn-form-lancamento {
    width: 100%;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    padding: 1.2rem;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
}

.btn-form-lancamento:hover {
    background: linear-gradient(135deg, #f7931e 0%, #ff6b35 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
    color: white;
}

.form-disclaimer {
    font-size: 0.9rem;
    color: var(--cinza-aco);
    text-align: center;
    margin-top: 1rem;
    line-height: 1.4;
}

/* Footer Lançamento */
.footer-lancamento {
    background: var(--cinza-obsidiana);
    color: white;
    padding: 3rem 0 1rem;
}

.footer-lancamento-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-brand-lancamento p {
    color: #9ca3af;
    margin-top: 1rem;
}

.footer-contato-lancamento h4 {
    margin-bottom: 1rem;
    color: var(--azul-aurora);
}

.footer-contato-lancamento p {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    color: #9ca3af;
}

.footer-contato-lancamento i {
    color: var(--azul-aurora);
}

.footer-bottom-lancamento {
    border-top: 1px solid #4b5563;
    padding-top: 1rem;
    text-align: center;
    color: #9ca3af;
}

/* Responsivo */
@media (max-width: 768px) {
    /* Header Mobile */
    .nav-menu {
        flex-direction: column;
        gap: 0.5rem;
        align-items: stretch;
    }
    
    .nav-menu li {
        width: 100%;
    }
    
    .nav-menu a,
    .nav-menu .cta-button {
        display: block;
        text-align: center;
        padding: 0.75rem 1rem !important;
    }
    
    /* Hero Mobile */
    .hero-lancamento {
        padding: 6rem 0 3rem;
        min-height: auto;
    }
    
    .hero-content-lancamento {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
        padding: 0 1rem;
    }
    
    .hero-lancamento h1 {
        font-size: 2rem;
        line-height: 1.3;
    }
    
    .destaque-numero {
        font-size: 2.5rem;
    }
    
    .hero-subtitle-lancamento {
        font-size: 1.1rem;
    }
    
    .beneficio-item {
        font-size: 1rem;
        justify-content: center;
    }
    
    .btn-lancamento {
        font-size: 1rem;
        padding: 1rem 1.5rem;
        width: 100%;
        justify-content: center;
    }
    
    .video-container-lancamento {
        max-width: 100%;
    }
    
    /* Problemas Mobile */
    .problemas-section {
        padding: 3rem 0;
    }
    
    .problemas-section .container {
        padding: 0 1rem;
    }
    
    .section-header h2 {
        font-size: 1.8rem;
    }
    
    .problemas-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .problema-item {
        padding: 1.5rem;
    }
    
    .problema-item i {
        font-size: 2.5rem;
    }
    
    .problema-item h3 {
        font-size: 1.2rem;
    }
    
    /* Solução Mobile */
    .solucao-section {
        padding: 3rem 0;
    }
    
    .solucao-section .container {
        padding: 0 1rem;
    }
    
    .solucao-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .solucao-text h2 {
        font-size: 1.8rem;
    }
    
    .solucao-intro {
        font-size: 1.1rem;
    }
    
    .metodologia-steps {
        gap: 1rem;
    }
    
    .step-lancamento {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem 1rem;
    }
    
    .step-numero {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
    
    .step-content h4 {
        font-size: 1.1rem;
    }
    
    .resultados-garantidos {
        padding: 1.5rem;
    }
    
    .resultado-numero {
        font-size: 2.5rem;
    }
    
    /* Contato Mobile */
    .contato-lancamento {
        padding: 3rem 0;
    }
    
    .contato-lancamento .container {
        padding: 0 1rem;
    }
    
    .contato-lancamento-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contato-info-lancamento h2 {
        font-size: 1.8rem;
    }
    
    .contato-info-lancamento > p {
        font-size: 1.1rem;
    }
    
    .oferta-especial {
        padding: 1.5rem;
    }
    
    .oferta-especial h3 {
        font-size: 1.3rem;
    }
    
    .garantias {
        gap: 0.75rem;
    }
    
    .garantia-item {
        font-size: 1rem;
    }
    
    .form-lancamento {
        padding: 1.5rem;
    }
    
    .form-lancamento h3 {
        font-size: 1.3rem;
    }
    
    .btn-form-lancamento {
        font-size: 1rem;
        padding: 1rem;
    }
    
    /* Footer Mobile */
    .footer-lancamento {
        padding: 2rem 0 1rem;
    }
    
    .footer-lancamento .container {
        padding: 0 1rem;
    }
    
    .footer-lancamento-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1.5rem;
    }
    
    .footer-brand-lancamento .logo {
        width: 250px;
        max-width: 100%;
    }
}

/* Responsivo Extra Small (Mobile Pequeno) */
@media (max-width: 480px) {
    .hero-lancamento h1 {
        font-size: 1.6rem;
    }
    
    .destaque-numero {
        font-size: 2rem;
    }
    
    .hero-subtitle-lancamento {
        font-size: 1rem;
    }
    
    .badge-lancamento {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    .beneficio-item {
        font-size: 0.9rem;
    }
    
    .btn-lancamento {
        font-size: 0.9rem;
        padding: 0.9rem 1.2rem;
    }
    
    .section-header h2 {
        font-size: 1.5rem;
    }
    
    .solucao-text h2,
    .contato-info-lancamento h2 {
        font-size: 1.5rem;
    }
    
    .resultado-numero {
        font-size: 2rem;
    }
    
    .form-lancamento {
        padding: 1rem;
    }
}