@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&family=Poppins:wght@400;600;700&display=swap');

/* --- Variáveis de Cores para facilitar a manutenção --- */
:root {
    --color-primary-red: #025539; /* Vermelho principal do OzenCap */
    --color-dark-red: #025539;
    --color-highlight-green: #01a741; /* Seu verde neon atual */
    --color-text-light: #f0f0f0;
    --color-text-medium: #ccc;
    --color-bg-dark: #000;
    --color-bg-medium: #0d0d0d;
    --color-bg-light: #1a1a1a;
}

/* ================================== */
/* GERAL E BODY */
/* ================================== */
body {
    font-family: 'Poppins', Arial, sans-serif;
    background-color: var(--color-bg-dark); /* Fundo preto sólido */
    color: var(--color-text-light);
    margin: 0;
    padding: 0;
    text-align: center;
    overflow-x: hidden; /* Evita scroll horizontal em alguns casos */
}

.principal {
    max-width: 100%;
    margin: 0 auto;
    /* padding: 20px; Removido para controle mais fino por seção */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
}

p {
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
}

/* --- Cores de destaque --- */
.highlight-red {
    color: #fff;
}
.highlight-green {
    color: var(--color-highlight-green);
}

/* ================================== */
/* BOTÕES CTA GERAIS */
/* ================================== */
.cta-button-red {
    display: block;
    width: 90%;
    max-width: 400px; /* Ajustado para ser mais compacto como no modelo */
    margin: 20px auto;
    padding: 15px 20px;
    background-color: var(--color-primary-red);
    color: white;
    text-decoration: none;
    font-size: 1.3em; /* Levemente menor que antes */
    font-weight: 700;
    border-radius: 5px;
    border: 2px solid var(--color-dark-red);
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgb(2, 85, 57);
    text-transform: uppercase;
}

.cta-button-red:hover {
    background-color: var(--color-dark-red);
    box-shadow: 0 6px 15px rgb(2, 85, 57);
    transform: scale(1.03);
}

/* ================================== */
/* SEÇÃO HERO (CABEÇALHO PRINCIPAL) */
/* ================================== */
/* Estilo para centralizar o hero-content na tela */
.hero-section {
    background-image: url("../img/banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    /* Define a altura da seção (exemplo: tela cheia) */
    min-height: 80vh;
    width: 100%;
    /* 1. Torna a seção um container Flex */
    display: flex;
    /* 2. Centraliza horizontalmente o hero-content */
    justify-content: center;
    /* 3. Centraliza verticalmente o hero-content */
    align-items: center;
    /* (Adicione aqui seu background, padding, etc.) */
    background-color: var(--color-highlight-green);
}

/* Estilo para organizar o divisor e a imagem lado a lado e centralizar o texto */
.hero-content {
    /* Torna hero-content um container Flex */
    display: flex;
    /* Alinha o divisor e a imagem no centro vertical um do outro */
    align-items: center;
    /* Espaçamento entre o texto e a imagem */
    gap: 30px;
    /* Limita a largura do conteúdo (ajuste conforme necessário) */
    max-width: 1200px;
    width: 100%;
}

/* Centraliza horizontalmente o conteúdo de texto (parágrafos, h1, botão) */
.divisor {
    display: flex;
    flex-direction: column;
    
    p, h1{
        margin: 0px;
        text-transform: uppercase;
    }
    .hero-call{
        font-size: 26px;
    }

    .hero-slogan{
        font-size: 26px;
    }
}

.hero-cta {
    margin: 15px auto 0;
}

.icone {
    max-width: 400px;
    height: auto;
}

/* ================================== */
/* SEÇÃO GARANTIAS (ÍCONES PEQUENOS) */
/* ================================== */
.section-garantias {
    background-color: white;
    padding: 30px 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    border-bottom: 1px solid #333;
}

.garantia-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%; /* Ajuste para ter 4 por linha */
    min-width: 100px; /* Largura mínima para mobile */
}

.garantia-item img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    filter: brightness(0) invert(1); /* Deixa os ícones brancos */
}

.garantia-item p {
    font-size: 0.9em;
    font-weight: 600;
    color: #01a741;
    line-height: 1.2;
}

i{
    color: #01a741;
    font-size: 30px;
}

/* ================================== */
/* SEÇÃO BENEFÍCIOS (DIGA ADEUS) */
/* ================================== */
.section-beneficios {
    background-color: #01a741;
    padding: 50px 20px;
}

.section-title-verde {
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
    color: white;
    margin-bottom: 15px;
    font-weight: 800;
}

.section-subtitle {
    font-size: 1.1em;
    color: var(--color-text-medium);
    margin-bottom: 30px;
}

.beneficio-cta {
    margin-bottom: 50px;
    max-width: 300px; /* Mais compacto */
    font-size: 1.2em;
}

.beneficios-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 colunas */
    gap: 20px 50px; /* Espaçamento entre os itens */
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}

.beneficio-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0; /* Não permite que o círculo encolha */
}

.icon-circle-red {
    background-color: var(--color-primary-red); /* Círculos vermelhos */
}

.beneficio-item p {
    margin: 0;
    font-weight: 600;
    color: var(--color-text-light);
    font-size: 1.1em;
}

/* ================================== */
/* SEÇÃO DEMONSTRAÇÃO ANTES E DEPOIS */
/* ================================== */
.section-demonstracao {
    background-color: white;
    padding: 60px 20px;
}

.section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
    color: #01a741;
    margin-bottom: 40px;
    font-weight: 700;
}

.demonstracao-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.demo-card {
    background-color: #01a741;
    padding: 10px;
    border-radius: 8px;
    width: 280px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.demo-card img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 15px;
}

.demo-info {
    text-align: center;
}

.demo-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    color: var(--color-text-light);
    margin-bottom: 5px;
}

.demo-detail {
    font-size: 0.9em;
    color: white;
    margin-bottom: 10px;
}

.demo-result {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    color: white; /* Verde neon para resultados */
    line-height: 1.3;
}

.demonstracao-cta {
    margin-top: 20px;
}

/* ================================== */
/* SEÇÃO DEPOIMENTOS (Vazios para simular o modelo) */
/* ================================== */
.section-depoimentos {
    background-color: #01a741;
    padding: 60px 20px;
}

.depoimento-grid {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* 4 colunas em desktop */
    gap: 20px;
    max-width: 1200px;
    margin: 40px auto;
    justify-content: center;
}

.depoimento-card.empty-card {
    background-color: #1a1a1a; /* Cor de fundo para os cards vazios */
    height: 300px; /* Altura para simular um card */
    right: 300px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.depoimentos-cta {
    margin-top: 30px;
}

/* ================================== */
/* SEÇÃO ESCOLHA A MELHOR OPÇÃO (Cards de Produtos) */
/* ================================== */
.section-escolha-opcao {
    background-color: #fff;
    padding: 60px 20px;
}

.section-title-white {
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
    color: #025539;
    margin-bottom: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.opcoes-grid {
    display: grid;
    /* 4 colunas se houver espaço. minmax(200px, 1fr) é um bom equilíbrio */
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); 
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.opcao-card {
    background-color: #01a741; /* Fundo dos cards */
    padding: 20px 15px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid transparent; /* Borda padrão transparente */
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.opcao-card.destaque {
    border-color: var(--color-primary-red); /* Borda vermelha para o card em destaque */
    transform: scale(1.05); /* Levemente maior */
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.7); /* Sombra mais intensa */
}

.opcao-card:hover {
    transform: translateY(-5px);
}

.opcao-titulo {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    color: var(--color-text-light);
    margin-bottom: 15px;
    text-transform: uppercase;
    min-height: 40px; /* Para manter a altura dos títulos consistentes */
    display: flex;
    align-items: center;
}

.opcao-card img {
    max-width: 120px; /* Tamanho da imagem do produto no card */
    height: auto;
    margin-bottom: 15px;
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.3));
    border-radius: 20px;
}

.preco-antigo {
    font-size: 0.9em;
    color: var(--color-text-medium);
    margin: 5px 0;
}

.riscado {
    text-decoration: line-through;
}

.preco-novo {
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
    font-weight: 800;
    color: #fff; /* Verde neon para o preço principal */
    margin: 5px 0;
}

.preco-parcela {
    font-size: 0.8em;
    color: var(--color-text-medium);
    margin-bottom: 20px;
}

.comprar-opcao {
    width: 90%;
    max-width: 200px;
    padding: 10px 15px;
    font-size: 1em;
    margin-top: auto; /* Empurra o botão para baixo */
}


/* ================================== */
/* RESPONSIVIDADE */
/* ================================== */
@media screen and (max-width: 1024px) {
    .hero-title { font-size: 3em; }
    .hero-cta { font-size: 1.4em; padding: 16px 22px; }
    .product-hero-img { width: 180px; right: 10px; }
    .garantia-item { flex-basis: 22%; }
    .section-title, .section-title-verde, .section-title-white { font-size: 1.8em; }
    .beneficios-grid { gap: 20px; max-width: 600px; }
    .demo-card { width: 250px; }
    .depoimento-card.empty-card { height: 120px; }
    .anvisa-block { width: 45%; gap: 30px;}
    .opcoes-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
    .hero-section{ background-image: url("../img/responssivel.png"); }
    .hero-content { max-width: 600px; width: 100%; display: flex; flex-direction: column; align-items: center; text-align: center;}
}

@media screen and (max-width: 768px) {
    .hero-section { min-height: 335px; padding-top: 40px; }
    .hero-slogan { font-size: 1.2em; }
    .hero-title { font-size: 2.5em; }
    .hero-call { font-size: 1em; }
    .hero-cta { font-size: 1.2em; padding: 14px 20px; max-width: 300px; }
    .product-hero-img { width: 150px; right: 5px; }
    .garantia-item { flex-basis: 45%; } /* 2 itens por linha */
    .section-title, .section-title-verde, .section-title-white { font-size: 1.5em; }
    .beneficios-grid { grid-template-columns: 1fr; /* 1 coluna */ text-align: center; max-width: 400px;}
    .beneficio-item { justify-content: center; }
    .demonstracao-grid { gap: 20px; }
    .demo-card { width: 90%; max-width: 300px; }
    .depoimento-grid { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
    .anvisa-block { width: 80%; } /* 1 item por linha */
    .opcoes-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; }
    .opcao-card.destaque { transform: scale(1.02); }
    .hero-section{ background-image: url("../img/responssivel.png"); }
    .hero-content { max-width: 600px; width: 100%; display: flex; flex-direction: column; align-items: center; text-align: center;}
}

@media screen and (max-width: 480px) {
    .top-banner { font-size: 0.8em; }
    .hero-section { min-height: 335px; padding-top: 30px; }
    .hero-title { font-size: 25px; }
    .hero-cta { font-size: 1em; padding: 12px 15px; max-width: 250px; }
    .product-hero-img { width: 120px; right: 0px; bottom: 0px; }
    .garantia-item { flex-basis: 90%; } /* 1 item por linha */
    .section-title, .section-title-verde, .section-title-white { font-size: 1.3em; }
    .section-subtitle { font-size: 0.9em; }
    .beneficio-item p { font-size: 1em; }
    .demo-card { padding: 8px; }
    .demo-name { font-size: 1.1em; }
    .demo-result { font-size: 1em; }
    .anvisa-block { padding: 10px; }
    .anvisa-block h3 { font-size: 1.5em; }
    .anvisa-block img { width: 80px; }
    .opcoes-grid { grid-template-columns: 1fr; }
    .opcao-card { width: 95%; max-width: 300px; margin: 0 auto; }
    .opcao-card.destaque { transform: none; box-shadow: 0 0 15px #025539; }
    .hero-section{ background-image: url("../img/responssivel.png"); }
    .hero-content { max-width: 600px; width: 100%; display: flex; flex-direction: column; align-items: center; text-align: center;}
}
