/*
Theme Name: Lipo Extremo
Theme URI: https://lipoextremo.com.br
Author: Lipo Extremo
Author URI: https://lipoextremo.com.br
Description: Tema WordPress para landing page de Lipo Extremo - Emagrecimento Natural e Eficaz
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lipoextremo
Tags: landing-page, ecommerce, saude, emagrecimento
*/

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

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

/* Paleta de Cores Premium */
:root {
    --rosa-vibrante: #FF4081;
    --rosa-coral: #FF6B9D;
    --pessego-intenso: #FF8A65;
    --verde-esmeralda: #00BCD4;
    --dourado-premium: #FFD700;
    --roxo-royal: #9C27B0;
    --branco-puro: #FFFFFF;
    --preto-elegante: #212121;
    --azul-institucional: #1976D2;
    --vermelho-urgencia: #FF1744;
}

/* Header Fixo Urgente */
.header-urgente {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(45deg, var(--vermelho-urgencia), #D32F2F);
    color: white;
    text-align: center;
    padding: 10px;
    z-index: 1000;
    animation: piscar 2s infinite;
    font-weight: bold;
    font-size: 14px;
}

@keyframes piscar {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0.7; }
}

.header-urgente .cta-header {
    background: var(--dourado-premium);
    color: var(--preto-elegante);
    padding: 5px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
    margin-left: 10px;
    transition: transform 0.3s;
}

.header-urgente .cta-header:hover {
    transform: scale(1.05);
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, var(--rosa-vibrante), var(--pessego-intenso));
    color: white;
    text-align: center;
    padding: 120px 20px 80px;
    margin-top: 50px;
}

.hero h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero .subtitulo {
    font-size: 1.3rem;
    margin-bottom: 30px;
    opacity: 0.95;
}

.hero .prova-social {
    font-size: 1.1rem;
    margin-bottom: 40px;
    background: rgba(255,255,255,0.2);
    padding: 15px;
    border-radius: 10px;
    display: inline-block;
}

/* CTAs */
.cta-button {
    display: inline-block;
    padding: 18px 40px;
    background: linear-gradient(45deg, var(--dourado-premium), #FFA000);
    color: var(--preto-elegante);
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1.2rem;
    transition: all 0.3s;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
    animation: pulse 2s infinite;
    margin: 10px;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 215, 0, 0.6);
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* Escassez Visual */
.escassez {
    background: var(--vermelho-urgencia);
    color: white;
    text-align: center;
    padding: 20px;
    animation: piscar 2s infinite;
}

.timer {
    font-size: 2rem;
    font-weight: bold;
    color: var(--vermelho-urgencia);
    text-align: center;
    margin: 20px 0;
}

/* Seções */
.secao {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.secao h2 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 40px;
    color: var(--preto-elegante);
}

/* Dor Emocional */
.dor-emocional {
    background: #424242;
    color: white;
    text-align: center;
}

.dor-emocional h2 {
    color: var(--vermelho-urgencia);
    margin-bottom: 30px;
}

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

.problema-item {
    background: rgba(255,255,255,0.1);
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid var(--vermelho-urgencia);
}

/* Benefícios */
.beneficios-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.beneficio-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s;
    border: 3px solid transparent;
}

.beneficio-card:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.beneficio-card.rosa { border-color: var(--rosa-vibrante); }
.beneficio-card.dourado { border-color: var(--dourado-premium); }
.beneficio-card.verde { border-color: var(--verde-esmeralda); }
.beneficio-card.roxo { border-color: var(--roxo-royal); }

/* Kits de Preços */
.kits {
    background: linear-gradient(135deg, var(--dourado-premium), var(--rosa-vibrante));
    color: white;
    text-align: center;
}

.kits h2 {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.kits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.kit-card {
    background: white;
    color: var(--preto-elegante);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    position: relative;
    transition: transform 0.3s;
}

.kit-card:hover {
    transform: scale(1.02);
}

.kit-destaque {
    border: 4px solid var(--dourado-premium);
    transform: scale(1.08);
    box-shadow: 0 20px 50px rgba(255, 215, 0, 0.4);
}

.kit-melhor-oferta {
    border: 4px solid var(--rosa-vibrante);
    transform: scale(1.08);
    box-shadow: 0 20px 50px rgba(255, 64, 129, 0.4);
}

.badge-kit {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--dourado-premium);
    color: var(--preto-elegante);
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: bold;
    animation: pulse 2s infinite;
}

.preco-kit {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--verde-esmeralda);
    margin: 20px 0;
}

/* Footer */
.footer {
    background: var(--preto-elegante);
    color: white;
    text-align: center;
    padding: 40px 20px;
}

/* Mobile Responsivo */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 1.8rem;
    }
    
    .secao h2 {
        font-size: 1.6rem;
    }
    
    .lista-problemas,
    .beneficios-grid,
    .kits-grid {
        grid-template-columns: 1fr;
    }
    
    .kit-destaque,
    .kit-melhor-oferta {
        transform: scale(1);
    }
}
