/* ============================= */
/* VARIÁVEIS E FONTES            */
/* ============================= */
:root {
    --color-green: #6E8658;
    --color-dark: #0A0A0A;
    --color-white: #FFFFFF;
    --color-gray: #f5f5f5;
    --color-red: #ff4444;
    --font-primary: 'Inter', sans-serif;
    --font-title: 'Michroma', sans-serif;
}

/* ============================= */
/* RESET E BASE                  */
/* ============================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-primary); 
    background-color: var(--color-dark);
    color: var(--color-white);
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3 {
    font-family: var(--font-title); 
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-white);
    margin-bottom: 20px;
}

/* ============================= */
/* CONTAINER / SECTIONS */
/* ============================= */
.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

section {
    padding: 60px 0;
}


/* ============================= */
/* HERO SECTION */
/* ============================= */
.hero-section {
    position: relative;
    min-height: 750px;
    overflow: visible;
    background-color: var(--color-dark);
    display: flex;
    align-items: center;
    justify-content: flex-start; 
}

.horizontal-light-strip {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%; 
    height: 100%;
    background: radial-gradient(circle at 70% 50%, rgba(110, 134, 88, 0.15) 0%, rgba(10,10,10,0) 70%);
    z-index: 3;
}

.woman-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%; 
    height: 100%;
    background-image: url('imagens/HERO-ELAINE-PROMPTTECA-1.webp');
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(10, 10, 10, 0.3); 
    z-index: 4;
    filter: brightness(0.95) contrast(1.1);
}

.hero-content {
    position: relative;
    z-index: 5;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 12%; 
}

.intro-block {
    max-width: 450px; 
    padding: 30px;
    border-radius: 10px;
    
}

.logo-container {
    margin-bottom: 20px;
    text-align: left;
}

.logo-image {
    max-width: 180px;
    height: auto;
}

.hero-content h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
    text-align: left;
    color: var(--color-green); 
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.subtitle-hero {
    font-family: var(--font-title); 
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 25px;
    color: #CCC;
}

.subtitle-hero strong {
    color: var(--color-green);
}

.intro-block p {
    font-family: var(--font-title); 
    margin-bottom: 20px;
    font-size: 1.1em;
}

.aplicacao-list {
    margin: 20px 0;
}

.aplicacao-list li {
    margin-bottom: 10px;
    font-size: 1.1em;
    color: var(--color-green); 
    font-family: var(--font-primary); 
    list-style: none;
}

.cta-button-hero {
    display: inline-block;
    padding: 20px 40px;
    text-decoration: none;
    font-weight: bold;
    color: var(--color-white);
    border-radius: 8px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #6E8658 0%, #8BAF6E 50%, #6E8658 100%);
    box-shadow: 0 6px 20px rgba(110, 134, 88, 0.8);
    border: none;
    font-size: 1.2em;
    letter-spacing: 1px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    border: 2px solid rgba(255,255,255,0.2);
}

.cta-button-hero:hover {
    background: linear-gradient(135deg, #8BAF6E 0%, #6E8658 50%, #8BAF6E 100%);
    box-shadow: 0 8px 25px rgba(110, 134, 88, 1);
    transform: translateY(-3px);
}

/* ============================= */
/* BANNER OPORTUNIDADE DIAGONAL  */
/* ============================= */
.banner-section {
    position: relative;
    padding: 0;
    overflow: hidden;
    background-color: var(--color-dark);
}

.banner-diagonal {
    position: relative;
    width: 100%;
    padding: 25px 0;
    background: linear-gradient(135deg, var(--color-green) 0%, #50643E 100%);
    transform: skewY(-2deg);
    margin-top: -80px;
    margin-bottom: 0;
    z-index: 10;
}

.banner-content {
    transform: skewY(2deg);
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.banner-content p {
    display: inline-block;
    color: var(--color-white);
    font-weight: 900;
    font-size: 1.4em;
    white-space: nowrap;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    animation: scrolling 15s linear infinite;
    padding-right: 100%;
    will-change: transform;
}

@keyframes scrolling {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

/* ============================= */
/* SEÇÃO PROBLEMA / SOLUÇÃO (LIMPADO) */
/* ============================= */
.problem-section, .solution-section {
    padding: 20px 0; /* Espaçamento mínimo */
    background-color: var(--color-dark);
}

.problem-image, .solution-grid {
    display: none;
}

/* ============================= */
/* SEÇÃO BENEFÍCIOS - ✅ IMAGEM ABAIXO DO TEXTO */
/* ============================= */
/* SEÇÃO BENEFÍCIOS - EFEITO GLOW MAIS ESPALHADO */
.chatgpt-glow-effect {
    /* Garante que a imagem tenha bordas arredondadas (como um card) */
    border-radius: 15px; 
    
    /* ✅ VALORES AJUSTADOS PARA MAIOR ESPALHAMENTO */
    box-shadow: 
        /* Camada 1: Brilho interno sutil */
        0 0 15px 5px rgba(110, 134, 88, 0.7), 
        
        /* Camada 2: Brilho médio (Mais desfoque e espalhamento) */
        0 0 30px 10px rgba(110, 134, 88, 0.5), 
        
        /* Camada 3: Brilho externo forte e difuso (Ainda mais desfoque e espalhamento) */
        0 0 60px 15px rgba(110, 134, 88, 0.3); 
    
    /* Adiciona uma borda sutil para realçar o contorno (mantido) */
    border: 1px solid rgba(110, 134, 88, 0.7);
    
    /* Garante que a imagem seja 100% responsiva dentro do seu container */
    max-width: 100%;
    height: auto;
}
.benefits-section {
    background-color: var(--color-dark);
}

.benefits-section h2 {
    color: var(--color-green);
    font-size: 2.5em;
    margin-bottom: 30px;
    text-align: center;
}

.benefits-list-detailed {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 800px;
    margin: 0 auto 40px auto; /* Adiciona margem abaixo da lista */
}

.benefit-item {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    border-left: 4px solid var(--color-green);
    position: relative;
    list-style: none; 
}

.benefit-text {
    line-height: 1.5;
    font-size: 1.1em;
}

.benefit-text em {
    font-style: italic;
    color: var(--color-green);
}

/* ✅ Estilo para a imagem do ChatGPT (ficando abaixo do texto, centralizada) */
.benefits-image-below {
    text-align: center;
    max-width: 700px; /* Limita a largura da imagem */
    margin: 0 auto;
}

.benefits-image-below img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}


/* ============================= */
/* SEÇÃO IMPORTANTE - ✅ MANTÉM IMAGEM DO TABLET EM 2 COLUNAS */
/* ============================= */
.important-section {
    background-color: rgba(110, 134, 88, 0.1);
}

/* ✅ Container para texto e imagem (2 colunas) */
.important-content {
    display: grid;
    grid-template-columns: 1fr 400px; /* Layout de 2 colunas */
    gap: 40px;
    align-items: center;
}

.important-section h2 {
    color: var(--color-green);
    font-size: 2em;
}

.important-section p {
    margin-bottom: 15px;
    font-size: 1.1em;
    line-height: 1.6;
}

.important-section em {
    font-style: italic;
    color: var(--color-green);
}

.important-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* ============================= */
/* DEPOIMENTOS (Coluna Única) */
/* ============================= */
.testimonials-section {
    background-color: var(--color-dark);
    text-align: center;
}

.testimonials-section h2 {
    color: var(--color-green);
    font-size: 2em;
    margin-bottom: 40px;
}

.testimonial-box {
    background-color: rgba(255, 255, 255, 0.05);
    border-left: 5px solid var(--color-green);
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 0 8px 8px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-box blockquote {
    font-style: italic;
    font-size: 1.2em;
    margin-bottom: 15px;
    line-height: 1.6;
}

.testimonial-box footer {
    font-weight: bold;
    color: var(--color-green);
}


/* ============================= */
/* PÚBLICO-ALVO (Coluna Única) */
/* ============================= */
.target-section {
    background-color: rgba(110, 134, 88, 0.1);
}

/* Restaura o layout de coluna única */
.target-content-grid {
    display: block; 
}

.target-section h2 {
    color: var(--color-green);
    font-size: 2em;
    margin-bottom: 30px;
    text-align: center; /* Volta ao alinhamento centralizado */
}

.target-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto; 
}

.target-item {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    border-left: 4px solid var(--color-green);
    position: relative;
    list-style: none;
}

.target-text {
    line-height: 1.6;
    font-size: 1.1em;
}

.target-text em {
    font-style: italic;
    color: var(--color-green);
}

/* Garante que o container da imagem, se existisse, não interfira */
.target-image {
    display: none;
}


/* ============================= */
/* SEÇÃO FINAL */
/* ============================= */
.final-section {
    background-color: var(--color-dark);
    text-align: center;
    background-image: url('imagens/h5.png'); 
    background-size: cover; 
    background-position: center center;
}

.final-content {
    max-width: 800px;
    margin: 0 auto;
}

.final-section h2 {
    color: var(--color-green);
    font-size: 3em; 
    margin-bottom: 30px;
}

.highlight-info {
    font-family: var(--font-primary); 
    font-size: 1.5em;
    margin-bottom: 40px;
    line-height: 1.4;
    color: var(--color-white); 
}

.offer-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 30px 0;
    text-align: left;
    padding: 0 10%; 
}

.offer-feature {
    font-family: var(--font-title); 
    font-size: 1.1em;
    padding: 15px;
    background-color: rgba(110, 134, 88, 0.1);
    border-radius: 5px;
    border-left: 4px solid var(--color-green); 
    position: relative;
    list-style: none;
    padding-left: 15px;
}

.offer-feature strong {
    color: var(--color-green);
}

.cta-button-final {
    display: inline-block;
    padding: 20px 40px;
    background: linear-gradient(135deg, #6E8658 0%, #8BAF6E 50%, #6E8658 100%);
    color: var(--color-white);
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2em;
    transition: all 0.3s ease;
    border: 2px solid rgba(255,255,255,0.2);
    width: 100%;
    max-width: 400px;
    margin: 20px auto; 
}

.cta-button-final:hover {
    background: linear-gradient(135deg, #8BAF6E 0%, #6E8658 50%, #8BAF6E 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(110, 134, 88, 1);
}

.final-question {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-family: var(--font-title); 
    font-weight: 700;
}

.final-question p {
    font-size: 1.2em;
    margin-bottom: 15px;
}

.final-cta {
    font-style: italic;
    color: var(--color-green);
    font-size: 1.3em !important;
    font-family: var(--font-primary); 
}

/* ============================= */
/* RESPONSIVIDADE                */
/* ============================= */
@media (max-width: 768px) {
    .hero-section {
        min-height: 550px;
        justify-content: flex-start; 
    }

    .hero-content {
        margin-left: 0; 
        justify-content: center;
    }
    
    .woman-image, .horizontal-light-strip {
        width: 100%;
        opacity: 0.2;
        background-size: cover; 
    }
    
    .intro-block {
        max-width: 100%;
        text-align: center;
        padding: 25px;
        
    }
    
    .hero-content h1, .subtitle-hero {
        text-align: center;
    }
    
    .hero-content h1 {
        font-size: 2em;
    }
    
    .subtitle-hero {
        font-size: 1.1em;
    }
    
    .logo-container {
        text-align: center;
    }
    
    .cta-button-hero, .cta-button-final {
        width: 100%;
        padding: 15px 20px;
        font-size: 1em;
    }
    
    .banner-content p {
        font-size: 1em;
    }
    
    section {
        padding: 40px 0;
    }
    
    /* RESPONSIVIDADE PARA O GRID IMPORTANTE (MANTIDO 2 COLUNAS) */
    .important-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    /* Inverte a ordem das colunas para a imagem aparecer primeiro em mobile */
    .important-image {
        order: -1; 
    }

    /* O restante das seções (Benefícios, Depoimentos, Público-Alvo) já é coluna única no mobile */
    .benefits-list-detailed,
    .target-list {
        gap: 10px;
    }
    
    .benefit-item,
    .target-item {
        padding: 15px;
    }
    
    .final-section h2 {
        font-size: 2em;
    }
    
    .highlight-info {
        font-size: 1.2em;
    }
    
    .offer-features {
        padding: 0;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 1.7em;
    }
    
    h2 {
        font-size: 1.3em;
    }
    
    .hero-section {
        min-height: 500px;
    }
    
    .banner-content p {
        font-size: 0.9em;
    }
    
    .intro-block {
        padding: 20px 15px;
    }
    
    .logo-image {
        max-width: 150px;
    }
}