/* =========================================
   VARIÁVEIS & RESET
   ========================================= */
:root {
    --primary-color: #8b5cf6; /* Roxo vibrante para CTAs e destaque */
    --secondary-color: #ec4899; /* Rosa para gradientes */
    --color-green: #22c55e;
    --color-orange: #f97316;
    --color-red: #ef4444;
    --bg-light: #f8fafc;
    --text-dark: #0f172a;
    --font-main: "Poppins", sans-serif;
}

body {
    font-family: var(--font-main);
    color: var(--text-dark);
    background-color: #ffffff;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

/* =========================================
   UTILITIES & CORES
   ========================================= */
.fw-extrabold {
    font-weight: 800;
}

.text-primary-gradient {
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-green {
    color: var(--color-green) !important;
}
.text-orange {
    color: var(--color-orange) !important;
}
.text-red {
    color: var(--color-red) !important;
}

.bg-green-light {
    background-color: rgba(34, 197, 94, 0.1);
}
.bg-orange-light {
    background-color: rgba(249, 115, 22, 0.1);
}
.bg-red-light {
    background-color: rgba(239, 68, 68, 0.1);
}

/* =========================================
   BOTÕES & INTERAÇÕES
   ========================================= */
.btn-primary-custom {
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    color: white;
    border: none;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.btn-primary-custom:hover {
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(139, 92, 246, 0.3) !important;
}

.pulse-btn {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(139, 92, 246, 0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(139, 92, 246, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(139, 92, 246, 0);
    }
}

/* =========================================
   HERO SECTION & GLOWS
   ========================================= */
.hero-section {
    background-color: #ffffff;
}

.glow-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
}

.glow-mixed {
    background: radial-gradient(
        circle,
        rgba(139, 92, 246, 0.2) 0%,
        rgba(236, 72, 153, 0.2) 50%,
        rgba(34, 197, 94, 0.1) 100%
    );
}

.hero-img {
    transition: transform 0.5s ease;
}

.hero-img:hover {
    transform: scale(1.02);
}

/* =========================================
   CARDS (BENEFÍCIOS E PROVA SOCIAL)
   ========================================= */
.benefit-card,
.testimonial-card {
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    border-radius: 16px;
}

.benefit-card:hover,
.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05) !important;
}

.icon-box {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* =========================================
   OFERTAS (CRO FOCADO)
   ========================================= */
.offer-card {
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.offer-card:hover {
    transform: translateY(-5px);
}

.highlight-card {
    border: 3px solid var(--primary-color) !important;
    transform: scale(1.05);
    z-index: 2;
}

.highlight-card:hover {
    transform: scale(1.07);
}

@media (max-width: 991px) {
    .highlight-card {
        transform: scale(1);
    }
    .highlight-card:hover {
        transform: scale(1.02);
    }
}

/* =========================================
   ANIMAÇÕES DE SCROLL (FADE-IN)
   ========================================= */
.animate-on-scroll {
    opacity: 0;
    transition:
        opacity 0.8s ease-out,
        transform 0.8s ease-out;
}

.fade-in-up {
    transform: translateY(30px);
}
.fade-in-left {
    transform: translateX(-30px);
}
.fade-in-right {
    transform: translateX(30px);
}

.is-visible {
    opacity: 1;
    transform: translate(0) !important;
}

/* =========================================
   CTA FINAL
   ========================================= */
.final-cta {
    background-color: var(--text-dark);
}

.drop-shadow {
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
}

/* =========================================
   CARDS DE BENEFÍCIOS (VARIAÇÃO ENHANCED)
   ========================================= */
/* Novo card container com efeito de hover mais sutil */
.benefit-card-enhanced {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 20px;
    z-index: 1;
}

.benefit-card-enhanced:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
}

/* Novo container para a imagem no topo: Dominância Visual */
.card-image-container-enhanced {
    height: 400px; /* Aumente a altura para um destaque MASSIVO */
    overflow: hidden;
    position: relative;
    z-index: 0;
}

/* Garante que a imagem do produto seja o 'Herói' */
.img-hero-dominant {
    object-fit: cover; /* Faz com que a imagem preencha o container sem distorção, mas sem cortar o frasco */
    height: 100% !important;
    width: 100% !important;
    position: relative;
    z-index: 2;
    transition: transform 0.5s ease;
}

.benefit-card-enhanced:hover .img-hero-dominant {
    transform: scale(1.05); /* Pequeno zoom no produto no hover */
}

/* Efeito de Glow Sutil atrás do produto dentro do card */
.glow-bg-small {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 70%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    filter: blur(40px);
    z-index: 1;
}

.glow-green { background-color: rgba(34, 197, 94, 0.3); }
.glow-orange { background-color: rgba(249, 115, 22, 0.3); }
.glow-red { background-color: rgba(239, 68, 68, 0.3); }

/* Corpo do card agora mais compacto */
.card-body p {
    font-size: 0.95rem; /* Fonte um pouco menor para equilibrar */
}

/* Novo icon-box sutil dentro do corpo */
.icon-box-small {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* =========================================
   ÍCONE SOBREPOSTO NOS CARDS (LAYOUT ATUALIZADO)
   ========================================= */

.icon-box-overlap {
    width: 80px;         /* Aumenta a largura do ícone */
    height: 80px;        /* Aumenta a altura do ícone */
    border-radius: 20px; /* Deixa o formato mais quadrado com cantos arredondados (squircle) */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    
    /* O SEGREDO DO OVERLAP: Margem negativa com exata metade da altura */
    margin-top: -40px;   
    z-index: 10;
    
    /* Adiciona uma sombra sutil para destacar a sobreposição */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); 
    
    /* Aumenta o tamanho do ícone lá dentro */
    font-size: 2rem;     
}

/* Garante que a borda branca sobrescreva a cor de fundo do ícone de forma sólida */
.icon-box-overlap.border-white {
    border-color: #ffffff !important;
    background-color: #ffffff; /* Fundo branco base para não ficar transparente na linha divisória */
}

/* Reaplicando as cores de fundo translúcidas apenas no box, sobre o fundo branco */
.icon-box-overlap.bg-green-light { box-shadow: inset 0 0 0 100px rgba(34, 197, 94, 0.15), 0 8px 16px rgba(0, 0, 0, 0.1); }
.icon-box-overlap.bg-orange-light { box-shadow: inset 0 0 0 100px rgba(249, 115, 22, 0.15), 0 8px 16px rgba(0, 0, 0, 0.1); }
.icon-box-overlap.bg-red-light { box-shadow: inset 0 0 0 100px rgba(239, 68, 68, 0.15), 0 8px 16px rgba(0, 0, 0, 0.1); }