/*
Theme Name: Meu LP Digital
Theme URI: https://seusite.com.br
Description: Tema filho para carregar Landing Page Full-Page, usando Hello Elementor como base.
Author: Seu Nome
Author URI: https://seusite.com.br
Template: hello-elementor
Version: 1.0.0
*/

/* ----------------------------------------------------------------- */
/* INÍCIO DO CONTEÚDO DO SEU style.css ORIGINAL DA LANDING PAGE */
/* ----------------------------------------------------------------- */

:root {
            --primary-gold: #C6A87C;
            --dark-bg: #0a0a0a;
            --glass-bg: rgba(30, 30, 30, 0.4);
            --glass-border: rgba(255, 255, 255, 0.15);
            --text-light: #cccccc;
            --alert-red: #dc3545;
            --success-green: #198754;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: var(--dark-bg);
            color: #fff;
            line-height: 1.6;
        }

        h1, h2, h3 { font-weight: 300; margin-bottom: 20px; }
        h1 span, h2 span { color: var(--primary-gold); font-weight: 600; }
        p { margin-bottom: 15px; }

        .container {
            max-width: 1100px;
            margin: 0 auto;
            padding: 60px 20px;
        }
       
        html {
            scroll-behavior: smooth;
        }
        
        a:hover{
            color: #000;
        }

        .text-center { text-align: center; }

        /* Aviso Anti-Arquiteto */
        .alert-box {
            background: rgba(220, 53, 69, 0.1);
            border-left: 4px solid var(--alert-red);
            padding: 20px;
            border-radius: 0 8px 8px 0;
            margin: 0 auto 50px auto;
            max-width: 900px;
        }
        .alert-box strong { color: #ff6b6b; display: block; margin-bottom: 5px; font-size: 1.1rem;}
        .alert-box p { color: #f8d7da; font-size: 0.95rem; margin-bottom: 0; }

        /* Hero */
        .hero { text-align: center; margin-bottom: 60px; }
        .hero h1 { font-size: 3rem; line-height: 1.2; margin-bottom: 20px; }
        .hero p { font-size: 1.3rem; color: var(--text-light); max-width: 800px; margin: 0 auto 30px auto; }

        /* Botão CTA Principal */
        .btn-cta {
            display: inline-block;
            width: 100%;
            max-width: 450px;
            padding: 20px;
            background-color: var(--primary-gold);
            color: #000;
            font-size: 1.2rem;
            font-weight: bold;
            text-transform: uppercase;
            text-decoration: none;
            border-radius: 80px;
            transition: all 0.3s ease;
            box-shadow: 0 0 15px rgba(198, 168, 124, 0.4);
            margin: 10px auto;
            text-align: center;
        }
        .btn-cta:hover {
            background-color: #d8b789;
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(198, 168, 124, 0.6);
        }

        /* Grids */
        .grid-2-col { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-bottom: 80px; }
        .grid-3-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 40px; }
        .grid-reverse { direction: rtl; }
        .grid-reverse > div { direction: ltr; }

        .img-fluid {
            width: 100%;
            height: 400px;
            object-fit: cover;
            border-radius: 12px;
            border: 1px solid var(--glass-border);
            box-shadow: 0 10px 30px rgba(0,0,0,0.5);
        }

        /* Cards e Boxes */
        .card {
            background: var(--glass-bg);
            padding: 30px;
            border-radius: 12px;
            border: 1px solid var(--glass-border);
            text-align: center;
        }
        .card i { font-size: 2.5rem; color: var(--primary-gold); margin-bottom: 20px; }
        .card h3 { font-size: 1.2rem; color: #fff; }
        .card p { color: var(--text-light); font-size: 0.95rem; margin-bottom: 0; }

        /* Seção de Medo */
        .fear-section { background: #111; padding: 50px 30px; border-radius: 12px; border-left: 4px solid var(--alert-red); margin-bottom: 80px; }
        .fear-list { list-style: none; margin-top: 20px; }
        .fear-list li { font-size: 1.1rem; margin-bottom: 15px; display: flex; align-items: center; gap: 15px; color: #ddd; }
        .fear-list i { color: var(--alert-red); font-size: 1.3rem; }

        /* Prova Social / Autoridade */
        .proof-box { text-align: center; padding: 40px; border: 1px solid var(--primary-gold); border-radius: 12px; margin-bottom: 80px; background: radial-gradient(circle, rgba(198,168,124,0.1) 0%, rgba(10,10,10,0) 70%); }

        /* Bônus (Value Stack) */
        .bonus-section { margin-top: 80px; }
        .bonus-card { display: flex; align-items: flex-start; gap: 20px; background: #151515; padding: 25px; border-radius: 12px; border: 1px dashed var(--primary-gold); margin-bottom: 20px; }
        .bonus-icon { font-size: 2.5rem; color: var(--primary-gold); }
        .bonus-content h4 { font-size: 1.2rem; margin-bottom: 5px; color: #fff; }
        .bonus-content p { color: var(--text-light); font-size: 0.95rem; margin-bottom: 10px; }
        .bonus-value { font-weight: bold; color: var(--primary-gold); font-size: 1rem; }

        /* Oferta Irresistível */
        .offer-stack {
            background: #111;
            padding: 50px;
            border-radius: 12px;
            border: 2px solid var(--primary-gold);
            box-shadow: 0 0 40px rgba(198, 168, 124, 0.15);
            margin-top: 60px;
            text-align: center;
        }
        .stack-list { list-style: none; max-width: 500px; margin: 0 auto 30px auto; text-align: left; }
        .stack-list li { display: flex; justify-content: space-between; font-size: 1.1rem; margin-bottom: 15px; border-bottom: 1px solid #333; padding-bottom: 10px; }
        .stack-list li span:last-child { font-weight: bold; color: #fff; }
        .stack-total { font-size: 1.2rem; color: #888; text-decoration: line-through; margin-bottom: 5px; }
        .price-value { font-size: 4.5rem; font-weight: bold; color: var(--primary-gold); line-height: 1; margin: 10px 0 20px 0; }
        .urgency-badge { display: inline-block; background: rgba(198, 168, 124, 0.2); color: var(--primary-gold); padding: 8px 15px; border-radius: 50px; font-size: 0.9rem; font-weight: bold; margin-bottom: 20px; }

        /* Garantia */
        .guarantee-box { display: flex; align-items: center; gap: 30px; background: rgba(25, 135, 84, 0.1); border: 1px solid var(--success-green); padding: 40px; border-radius: 12px; margin-top: 60px; }
        .guarantee-icon { font-size: 4rem; color: var(--success-green); }

        @media (max-width: 768px) {
            .grid-2-col, .grid-3-col { grid-template-columns: 1fr; }
            .hero h1 { font-size: 2.2rem; }
            .price-value { font-size: 3.5rem; }
            .img-fluid { height: 250px; }
            .grid-reverse { direction: ltr; }
            .guarantee-box { flex-direction: column; text-align: center; }
            .bonus-card { flex-direction: column; text-align: center; align-items: center; }
        }