/* Reset e Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.lp-container {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 100%;
    margin: 0 auto;
}

/* Hero Section */
.lp-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    position: relative;
    color: white;
    padding: 80px 20px;
    text-align: center;
    overflow: hidden;
}

/* Efeito tech no fundo */
.lp-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(90deg, rgba(59, 130, 246, 0.1) 1px, transparent 1px),
        linear-gradient(rgba(59, 130, 246, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.3;
    pointer-events: none;
    z-index: 1;
}

.lp-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(59, 130, 246, 0.15), transparent 70%);
    pointer-events: none;
    z-index: 1;
}

.lp-hero-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.lp-hero-content h1,
.lp-hero-content p,
.lp-hero-content .lp-btn {
    position: relative;
    z-index: 10;
}

.lp-headline {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.lp-subheadline {
    font-size: 1.5rem;
    margin-bottom: 30px;
    opacity: 0.95;
}

/* Buttons */
.lp-btn {
    display: inline-block;
    padding: 18px 40px;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    position: relative;
    z-index: 10;
}

.lp-btn-primary {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

.lp-btn-primary:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.5);
}

.lp-btn-cta {
    background: #10b981;
    color: white;
    font-size: 1.5rem;
    padding: 20px 50px;
    position: relative;
    z-index: 10;
}

.lp-btn-cta:hover {
    background: #059669;
    transform: scale(1.05);
}

/* Sections */
.lp-section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    background: #000;
    color: #e5e7eb;
}

.lp-section h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 40px;
    color: #ffffff;
}

/* Problema Section */
.lp-problema {
    background: #0a0a0a;
}

.lp-problemas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.lp-problema-item {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(59, 130, 246, 0.1);
    text-align: center;
    border: 1px solid rgba(59, 130, 246, 0.2);
    transition: all 0.3s ease;
}

.lp-problema-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
    border-color: rgba(59, 130, 246, 0.5);
}

.lp-problema-item p {
    color: #d1d5db;
}

.lp-icon {
    font-size: 3rem;
    display: block;
    margin-bottom: 15px;
}

.lp-destaque {
    text-align: center;
    font-size: 1.3rem;
    padding: 25px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(37, 99, 235, 0.1) 100%);
    border-left: 5px solid #3b82f6;
    margin-top: 30px;
    border-radius: 8px;
    color: #ffffff;
}

/* Solução Section */
.lp-intro {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 30px;
}

.lp-beneficios {
    list-style: none;
    max-width: 600px;
    margin: 0 auto 30px;
    font-size: 1.2rem;
}

.lp-beneficios li {
    padding: 15px 0;
    border-bottom: 1px solid #e5e7eb;
}

.lp-cta-text {
    text-align: center;
    font-size: 1.4rem;
    margin: 30px 0;
    color: #3b82f6;
}

/* Módulos Section */
.lp-modulos {
    background: #000;
}

.lp-modulos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.lp-modulo {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.1);
    border-left: 4px solid #3b82f6;
    transition: all 0.3s ease;
}

.lp-modulo:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.lp-modulo h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #3b82f6;
}

.lp-modulo p {
    color: #d1d5db;
}

.lp-modulo-bonus {
    border-left-color: #10b981;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(5, 150, 105, 0.1) 100%);
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.lp-modulo-bonus h3 {
    color: #059669;
}

/* Público Section */
.lp-publico-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.lp-publico-sim, .lp-publico-nao {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(59, 130, 246, 0.1);
}

.lp-publico-sim {
    border-top: 5px solid #10b981;
}

.lp-publico-nao {
    border-top: 5px solid #ef4444;
}

.lp-publico-sim h3 {
    color: #10b981;
    margin-bottom: 20px;
}

.lp-publico-nao h3 {
    color: #ef4444;
    margin-bottom: 20px;
}

.lp-publico-sim ul, .lp-publico-nao ul {
    list-style: none;
}

.lp-publico-sim li, .lp-publico-nao li {
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
    color: #d1d5db;
}

/* Garantia Section com responsivo */
@media (max-width: 768px) {
    .lp-investimento-box {
        padding: 25px 15px;
        margin-top: 25px;
    }
    
    .lp-investimento-box h3 {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }
    
    .lp-preco-antigo {
        font-size: 0.9rem;
    }
    
    .lp-preco {
        font-size: 2.5rem;
        margin: 15px 0;
    }
    
    .lp-btn-desconto {
        font-size: 0.9rem;
        padding: 12px 25px;
        white-space: normal;
        text-align: center;
        line-height: 1.3;
    }
    
    .lp-btn-cta {
        font-size: 1rem;
        padding: 14px 30px;
    }
    
    .lp-investimento-buttons {
        gap: 12px;
        margin-top: 20px;
    }
    
    .lp-garantia {
        padding: 40px 15px;
    }
    
    .lp-garantia h2 {
        font-size: 1.5rem;
    }
    
    .lp-garantia p {
        font-size: 0.95rem;
        padding: 0 10px;
    }
}

.lp-preco-antigo {
    font-size: 1.2rem;
    text-decoration: line-through;
    opacity: 0.8;
    margin-bottom: 10px;
    color: #d1d5db;
}

.lp-preco {
    font-size: 4rem;
    font-weight: 700;
    margin: 20px 0;
    color: #ffffff;
}

.lp-desconto {
    font-size: 1.3rem;
    margin-bottom: 10px;
    background: transparent;
    color: #d1d5db;
    display: inline-block;
    padding: 0;
    border-radius: 0;
    font-weight: 400;
}

/* Garantia Section */
.lp-garantia {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(5, 150, 105, 0.05) 100%);
    text-align: center;
    border: 3px dashed #10b981;
    border-radius: 15px;
}

.lp-garantia h2 {
    color: #10b981;
}

.lp-garantia p {
    color: #d1d5db;
    margin-bottom: 15px;
}

/* Box de Investimento dentro da Garantia */
.lp-investimento-box {
    margin-top: 40px;
    padding: 40px 30px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(5, 150, 105, 0.05) 100%);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(16, 185, 129, 0.3);
}

.lp-investimento-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(90deg, rgba(16, 185, 129, 0.05) 1px, transparent 1px),
        linear-gradient(rgba(16, 185, 129, 0.05) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.5;
    z-index: 1;
}

.lp-investimento-box h3,
.lp-investimento-box p,
.lp-investimento-box .lp-btn-desconto,
.lp-investimento-box .lp-btn-cta {
    position: relative;
    z-index: 2;
}

.lp-investimento-box h3 {
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 20px;
}

/* Botões empilhados */
.lp-investimento-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}

.lp-btn-desconto {
    background: #10b981;
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    cursor: default;
    display: inline-block;
}

/* Página de Captura */
.lp-captura-page {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    min-height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.lp-captura-page::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(90deg, rgba(59, 130, 246, 0.05) 1px, transparent 1px),
        linear-gradient(rgba(59, 130, 246, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    z-index: 0;
    pointer-events: none;
}

.lp-captura-content {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    padding: 50px;
    border-radius: 20px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    border: 1px solid rgba(59, 130, 246, 0.2);
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.lp-captura-content .lp-headline {
    color: #ffffff;
    word-wrap: break-word;
}

.lp-captura-content .lp-subheadline {
    color: #d1d5db;
    word-wrap: break-word;
}

.lp-beneficios-captura {
    background: rgba(59, 130, 246, 0.1);
    padding: 25px;
    border-radius: 12px;
    margin: 30px 0;
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.lp-beneficios-captura p {
    color: #ffffff;
}

.lp-beneficios-captura ul {
    list-style: none;
    margin-top: 15px;
}

.lp-beneficios-captura li {
    padding: 8px 0;
    font-size: 1.1rem;
    color: #d1d5db;
}

/* Form */
.lp-form {
    margin-top: 30px;
}

.lp-form-group {
    margin-bottom: 20px;
}

.lp-form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #374151;
}

.lp-form-group input {
    width: 100%;
    padding: 15px;
    border: 2px solid rgba(59, 130, 246, 0.3);
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s;
    background: rgba(15, 23, 42, 0.5);
    color: #ffffff;
}

.lp-form-group input:focus {
    outline: none;
    border-color: #3b82f6;
    background: rgba(15, 23, 42, 0.8);
}

.lp-form-group input::placeholder {
    color: #9ca3af;
}

.lp-form button {
    width: 100%;
    margin-top: 10px;
}

.lp-form-message {
    margin-top: 20px;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    display: none;
}

.lp-form-message.success {
    background: #d1fae5;
    color: #065f46;
    display: block;
}

.lp-form-message.error {
    background: #fee2e2;
    color: #991b1b;
    display: block;
}

/* Página de Obrigado */
.lp-obrigado-page {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
}

.lp-obrigado-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(90deg, rgba(16, 185, 129, 0.05) 1px, transparent 1px),
        linear-gradient(rgba(16, 185, 129, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}

.lp-obrigado-content {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    padding: 60px;
    border-radius: 20px;
    max-width: 700px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    border: 1px solid rgba(16, 185, 129, 0.3);
    position: relative;
    z-index: 1;
}

.lp-obrigado-content .lp-headline {
    color: #ffffff;
}

.lp-success-icon {
    font-size: 5rem;
    margin-bottom: 20px;
}

.lp-obrigado-info {
    background: rgba(16, 185, 129, 0.1);
    padding: 30px;
    border-radius: 12px;
    margin: 30px 0;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.lp-obrigado-info p {
    color: #ffffff;
}

.lp-obrigado-info ul {
    list-style: none;
    margin-top: 20px;
}

.lp-obrigado-info li {
    padding: 10px 0;
    font-size: 1.2rem;
    color: #d1d5db;
}

.lp-redes-sociais {
    margin: 40px 0;
}

.lp-redes-sociais p {
    color: #d1d5db;
}

.lp-social-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
}

.lp-btn-social {
    background: #3b82f6;
    color: white;
    padding: 12px 30px;
}

.lp-btn-social:hover {
    background: #2563eb;
}

.lp-voltar {
    margin-top: 30px;
}

.lp-voltar a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 600;
}

.lp-voltar a:hover {
    text-decoration: underline;
}

/* Responsivo */
@media (max-width: 768px) {
    .lp-headline {
        font-size: 2rem;
    }
    
    .lp-subheadline {
        font-size: 1.2rem;
    }
    
    .lp-section h2 {
        font-size: 1.8rem;
    }
    
    .lp-preco {
        font-size: 3rem;
    }
    
    .lp-captura-content,
    .lp-obrigado-content {
        padding: 30px 20px;
        max-width: 90%;
        margin: 0 auto;
    }
    
    .lp-captura-content .lp-headline {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    
    .lp-captura-content .lp-subheadline {
        font-size: 1rem;
    }
    
    .lp-beneficios-captura {
        padding: 20px;
        margin: 20px 0;
    }
    
    .lp-beneficios-captura li {
        font-size: 0.95rem;
        padding: 6px 0;
    }
    
    .lp-form-group {
        margin-bottom: 15px;
    }
    
    .lp-form-group label {
        font-size: 0.9rem;
    }
    
    .lp-form-group input {
        padding: 12px;
        font-size: 0.95rem;
    }
    
    .lp-btn {
        padding: 14px 30px;
        font-size: 1rem;
    }
    
    .lp-social-buttons {
        flex-direction: column;
    }
    
    /* Ajustes específicos para mobile pequeno */
    @media (max-width: 480px) {
        .lp-captura-page,
        .lp-obrigado-page {
            padding: 15px 10px !important;
            align-items: flex-start;
            padding-top: 30px !important;
        }
        
        .lp-captura-content,
        .lp-obrigado-content {
            padding: 25px 15px;
            max-width: 95%;
            width: 100%;
        }
        
        .lp-captura-content .lp-headline {
            font-size: 1.3rem;
            line-height: 1.3;
        }
        
        .lp-captura-content .lp-subheadline {
            font-size: 0.9rem;
        }
        
        .lp-beneficios-captura {
            padding: 15px;
            margin: 15px 0;
        }
        
        .lp-beneficios-captura p {
            font-size: 0.9rem;
        }
        
        .lp-beneficios-captura li {
            font-size: 0.85rem;
            line-height: 1.4;
        }
        
        .lp-form-group input {
            padding: 10px;
            font-size: 0.9rem;
        }
        
        .lp-form button {
            padding: 12px 20px;
            font-size: 0.95rem;
        }
        
        /* Ajustes investimento mobile pequeno */
        .lp-investimento-box {
            padding: 20px 12px;
        }
        
        .lp-investimento-box h3 {
            font-size: 1.3rem;
        }
        
        .lp-preco-antigo {
            font-size: 0.85rem;
        }
        
        .lp-preco {
            font-size: 2rem;
            white-space: nowrap;
        }
        
        .lp-btn-desconto {
            font-size: 0.8rem;
            padding: 10px 20px;
            line-height: 1.2;
        }
        
        .lp-btn-cta {
            font-size: 0.9rem;
            padding: 12px 25px;
        }
    }
}