/* =================================================================
   ARQUIVO: css/curso-barbeiro.css
   TEMA: DARK ROYAL PRESTIGE (MOBILE FIRST)
   ================================================================= */

/* --- CONFIGURAÇÃO GERAL DA LP --- */
body.lp-barbeiro-body {
    background-color: #000;
    color: #fff;
}

/* =========================================
   1. HERO SECTION (IMPACTO VISUAL)
   ========================================= */
.hero-lp {
    position: relative;
    min-height: 95vh; 
    display: flex;
    align-items: center;
    padding-top: 110px; 
    padding-bottom: 60px;
    background-color: #000; 
    overflow: hidden;
}

/* Imagem de Fundo */
.lp-bg-image {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 0;
}

.lp-bg-image img {
    width: 100%; height: 100%;
    object-fit: cover;
    /* Escurece a imagem para o texto brilhar */
    filter: brightness(0.6) contrast(1.1); 
    transform: scale(1.05);
}

/* Degradê de Leitura */
.lp-overlay-gradient {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 1;
    background: linear-gradient(to top, 
        #000000 0%,      
        rgba(0, 20, 50, 0.8) 50%,    
        rgba(0, 48, 96, 0.4) 100%);  
}

/* Conteúdo Hero */
.lp-content {
    position: relative;
    z-index: 2; 
    width: 100%;
    display: flex;
    justify-content: center;
}

.lp-text-wrapper {
    max-width: 100%; 
    color: white;
    text-align: center; 
    padding: 0 20px;
}

/* Badge Azul Neon */
.niche-badge.blue-theme {
    display: inline-flex;
    align-items: center; gap: 8px;
    background: rgba(0, 82, 204, 0.15); 
    border: 1px solid rgba(77, 168, 255, 0.3);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.85rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1px;
    margin-bottom: 25px;
    color: #E0F2FE;
    box-shadow: 0 0 15px rgba(0, 82, 204, 0.3);
    backdrop-filter: blur(5px);
}
.niche-badge i { color: #4DA8FF; }

/* Título Impactante */
.hero-lp h1 {
    font-size: clamp(2.5rem, 6vw, 4.5rem); 
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 25px;
    color: #FFFFFF; 
    text-shadow: 0 5px 15px rgba(0,0,0,0.8); 
}

.text-highlight-blue {
    color: #4DA8FF; 
    text-shadow: 0 0 30px rgba(0, 132, 255, 0.6);
}

.hero-lp p {
    font-size: 1.1rem;
    color: var(--text-silver); 
    margin-bottom: 40px;
    line-height: 1.6;
    margin-left: auto; 
    margin-right: auto; 
    max-width: 550px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.8); 
}

/* Botão CTA Hero */
.lp-actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center; 
}

.btn-lp-cta {
    background: linear-gradient(135deg, #25D366, #128C7E); 
    color: white;
    font-size: 1.15rem;
    font-weight: 800;
    padding: 20px 50px; 
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 0 25px rgba(37, 211, 102, 0.4);
    display: flex; 
    align-items: center; 
    justify-content: center; 
    gap: 10px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.2);
    width: 100%; 
    max-width: 460px;
    white-space: nowrap; 
    line-height: 1.2; 
    text-align: center;
}

.btn-lp-cta:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 40px rgba(37, 211, 102, 0.6);
    background: white; color: #25D366;
}

/* Tag de Garantia */
.safe-tag {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    display: flex; align-items: center; gap: 8px;
    font-weight: 600;
}
.safe-tag i { color: #FFD700; }

/* =========================================
   NOVA SEÇÃO: GALERIA YOUTUBE (NEON BARBER)
   ========================================= */

.youtube-gallery-section {
    position: relative;
    padding: 60px 0 80px 0;
    background-color: #000;
    width: 100%;
    overflow: hidden; 
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

/* Luz Ambiente Azul (Barber Pole Theme) */
.blue-ambient-glow {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; height: 100%;
    background: radial-gradient(circle, rgba(0, 82, 204, 0.08), transparent 60%);
    filter: blur(80px);
    z-index: 0;
    pointer-events: none;
}

/* --- CABEÇALHO --- */
.youtube-gallery-section .section-header {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 40px;
    position: relative; 
    z-index: 2;
}

/* Tag Personalizada (YouTube Red/Blue) */
.section-tag-blue {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 0.8rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1px;
    color: #4DA8FF; 
    background: rgba(0, 82, 204, 0.15);
    padding: 6px 14px; border-radius: 20px;
    margin-bottom: 15px; border: 1px solid rgba(0, 82, 204, 0.3);
}
.section-tag-blue i { color: #FF0000;  }

.youtube-gallery-section h2 {
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.2;
}

.highlight-blue {
    color: #4DA8FF;
    text-shadow: 0 0 15px rgba(0, 82, 204, 0.6);
}

.youtube-gallery-section p {
    color: #94A3B8;
    font-size: 1rem;
    max-width: 500px;
    margin: 0 auto;
}

/* --- SWIPER CONFIG --- */
.youtubeSwiper {
    width: 100%;
    padding-bottom: 50px !important; 
    overflow: visible !important;
    z-index: 5;
}

.youtubeSwiper .swiper-slide {
    width: auto !important; 
    display: flex;
    justify-content: center;
}

/* --- O CARD DE VÍDEO (ESTILO NEON) --- */
.video-card-neon {
    position: relative;
    width: 80vw;         
    max-width: 280px;    
    aspect-ratio: 9 / 16; 
    
    background: #050505;
    border-radius: 16px;
    border: 1px solid rgba(77, 168, 255, 0.3);
    
    box-shadow: 0 10px 30px rgba(0,0,0,0.8);
    overflow: hidden;
    transition: transform 0.3s ease;
}

/* Container do Iframe */
.iframe-container {
    width: 100%;
    height: 100%;
    position: relative; 
    background: #000;
}

/* --- NOVO: O ESCUDO ANTI-TRAVAMENTO (OVERLAY) --- */
.video-overlay-layer {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 5; 
    background: transparent; 
    cursor: pointer;
    
    /* Centralizar o ícone de play */
    display: flex; align-items: center; justify-content: center;
}

/* Ícone de Play Extra (Sutil) */
.video-overlay-layer i {
    font-size: 3.5rem;
    color: rgba(255, 255, 255, 0.7);
    opacity: 0.8; 
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.8));
    animation: pulsePlay 2s infinite;
}

@keyframes pulsePlay {
    0% { transform: scale(1); opacity: 0.7; }
    50% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(1); opacity: 0.7; }
}

.video-info {
    position: absolute;
    bottom: 0; left: 0; width: 100%;
    padding: 20px 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.95) 10%, transparent);
    pointer-events: none; 
    z-index: 10;
    transition: opacity 0.3s ease;
}

.video-info h4 {
    margin: 0;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0,0,0,1);
}

.video-info span {
    font-size: 0.8rem;
    color: #4DA8FF;
    font-weight: 600;
    text-transform: uppercase;
}

.video-card-neon.active-video .video-overlay-layer {
    display: none; 
}

.video-card-neon.active-video .video-info {
    opacity: 0; 
}

.youtubeSwiper .swiper-pagination-bullet {
    background: #fff; opacity: 0.3; width: 6px; height: 6px; margin: 0 4px !important;
}
.youtubeSwiper .swiper-pagination-bullet-active {
    background: #4DA8FF; opacity: 1; width: 20px; border-radius: 10px;
    box-shadow: 0 0 10px rgba(77, 168, 255, 0.6);
}

/* =========================================
   2. SEÇÃO DE DORES (TRANSFORMAÇÃO DARK)
   ========================================= */
.pain-section {
    padding: 100px 0;
    /* Fundo Escuro Profundo (Azul Marinho Quase Preto) */
    background: linear-gradient(to bottom, #000000 0%, #020617 100%);
    position: relative;
    overflow: hidden; 
    border-top: 1px solid rgba(255,255,255,0.05);
}

.pain-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    align-items: center;
}

.pain-text { position: relative; z-index: 2; }

/* Tag de Alerta (Agora com Glow) */
.section-tag-alert {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 0.85rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1px;
    color: #FF6B6B; /* Vermelho mais vivo para fundo escuro */
    background: rgba(255, 107, 107, 0.1);
    padding: 8px 18px; border-radius: 30px;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 107, 107, 0.3);
    box-shadow: 0 0 15px rgba(255, 107, 107, 0.1);
}

.pain-text h2 {
    font-size: 2.5rem;
    color: #FFFFFF; /* Título Branco */
    margin-bottom: 25px;
    line-height: 1.2;
}

.highlight-red {
    color: #FF4D4D; /* Vermelho Neon */
    position: relative;
    text-shadow: 0 0 20px rgba(255, 77, 77, 0.4);
}

.pain-description {
    font-size: 1.1rem;
    color: #94A3B8; /* Cinza Azulado Claro */
    margin-bottom: 40px;
    line-height: 1.7;
}
.pain-description strong { color: #fff; font-weight: 700; }

/* Checklist Dark */
.pain-checklist {
    list-style: none;
    display: flex; flex-direction: column; gap: 30px;
}

.pain-checklist li {
    display: flex; align-items: flex-start; gap: 20px;
    /* Card sutil atrás de cada item */
    background: rgba(255, 255, 255, 0.03);
    padding: 15px; border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.3s;
}
.pain-checklist li:hover { transform: translateX(10px); background: rgba(255,255,255,0.05); }

.check-icon {
    flex-shrink: 0;
    width: 50px; height: 50px;
    background: linear-gradient(135deg, #0052CC, #00C6FF);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: white; font-size: 1.2rem;
    box-shadow: 0 5px 15px rgba(0, 82, 204, 0.3);
}

.pain-checklist strong {
    display: block; font-size: 1.15rem; color: #fff; /* Título do item branco */
    margin-bottom: 5px;
}
.pain-checklist p {
    font-size: 0.95rem; color: #94A3B8; line-height: 1.5; margin: 0;
}

/* Imagem e Decoração */
.pain-image { position: relative; margin-top: 40px; }

.image-frame-style {
    position: relative; z-index: 2;
    border-radius: 24px; overflow: hidden; 
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5); 
    border: 1px solid rgba(255,255,255,0.1); /* Borda fina */
    transform: perspective(1000px) rotateY(-5deg); 
    transition: transform 0.5s ease;
}
.pain-image:hover .image-frame-style {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}

.blob-deco {
    position: absolute; top: -30px; right: -30px;
    width: 100%; height: 100%; z-index: 0; 
    background-image: radial-gradient(rgba(77, 168, 255, 0.2) 2px, transparent 2px); /* Pontos Azuis */
    background-size: 24px 24px; 
    opacity: 0.6; 
}

/* Card Flutuante (Glass Dark) */
.floating-card-badge {
    position: absolute;
    bottom: 30px; left: -30px; 
    background: rgba(15, 23, 42, 0.9); /* Fundo escuro */
    backdrop-filter: blur(12px); 
    padding: 20px 25px;
    border-radius: 16px;
    display: flex; align-items: center; gap: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.15);
    z-index: 3; min-width: 220px;
}
.badge-icon {
    width: 45px; height: 45px;
    background: #25D366; color: white; border-radius: 12px;
    display: flex; align-items: center; justify-content: center; font-size: 1.2rem;
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}
.badge-text strong { display: block; font-size: 1.1rem; color: #fff; }
.badge-text span { font-size: 0.85rem; color: #94A3B8; }


/* =========================================
   3. GRADE CURRICULAR (GLASSMORPHISM PRESTIGE)
   ========================================= */
.curriculum-section {
    padding: 120px 0; 
    background-color: #020617;
    /* position: relative; */
}

/* Efeito de Luz de Fundo para separar as seções */
.curriculum-section::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
}

.section-tag {
    display: inline-block;
    font-size: 0.85rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1px;
    color: #4DA8FF;
    background: rgba(0, 82, 204, 0.15);
    padding: 6px 14px; border-radius: 20px;
    margin-bottom: 15px; border: 1px solid rgba(0, 82, 204, 0.3);
}

.section-header h2 {
    font-size: 2.5rem;
    color: #FFFFFF; 
    margin-bottom: 15px;
}

.section-header p { color: #94A3B8; font-size: 1.1rem; }

.section-header.center-mode {
    margin-bottom: 80px; /* Espaço generoso entre o título e o início da grade */
}

.curriculum-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px; 
    margin-bottom: 60px;
}

.curriculum-card {
    /* Vidro Fumê Escuro */
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08); 
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 35px;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
}

/* Hover: Brilho Azulado */
.curriculum-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(77, 168, 255, 0.4);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

/* Ícone */
.card-icon-box {
    width: 60px; height: 60px;
    background: rgba(255, 255, 255, 0.05); 
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 25px;
    color: #4DA8FF;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.curriculum-card:hover .card-icon-box {
    background: #0052CC; color: white; 
    transform: rotateY(180deg);
    box-shadow: 0 0 20px rgba(0, 82, 204, 0.4);
}

.card-content h3 {
    font-size: 1.25rem; color: #fff;
    margin-bottom: 10px; font-weight: 700;
}
.card-content p {
    font-size: 0.95rem; color: #94A3B8; line-height: 1.6;
}

/* Linha Superior Decorativa no Hover */
.curriculum-card::before {
    content: '';
    position: absolute; top: 0; left: 0;
    width: 100%; height: 2px;
    background: linear-gradient(90deg, #0052CC, #00C6FF);
    transform: scaleX(0); transform-origin: left;
    transition: transform 0.3s ease;
}
.curriculum-card:hover::before { transform: scaleX(1); }

/* Link Texto Final */
.btn-text-link {
    color: #4DA8FF;
    font-weight: 700; font-size: 1.1rem;
    text-decoration: none;
    display: inline-flex; align-items: center; gap: 8px;
    transition: gap 0.3s ease;
}
.btn-text-link:hover { gap: 15px; color: #fff; text-shadow: 0 0 10px #4DA8FF; }


/* =========================================
   4. OFERTA FINAL (HIGH CONTRAST & LUXURY)
   ========================================= */
.offer-section {
    position: relative;
    padding: 100px 0 120px 0;
    background-color: #000; 
    overflow: hidden;
    color: white;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.animated-bg-stage {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0;
    background: radial-gradient(circle at center, #001A35 0%, #000000 90%);
}

.light-beam {
    position: absolute; top: -50%; left: 50%; width: 200px; height: 150%;
    background: linear-gradient(to bottom, rgba(0, 82, 204, 0.15), transparent);
    filter: blur(50px); transform-origin: top center; pointer-events: none;
}
.beam-1 { animation: beam-rotate 10s infinite alternate ease-in-out; }
.beam-2 { 
    left: 40%; width: 150px; 
    background: linear-gradient(to bottom, rgba(255, 215, 0, 0.05), transparent);
    animation: beam-rotate 15s infinite alternate-reverse ease-in-out; 
}
@keyframes beam-rotate {
    0% { transform: translateX(-50%) rotate(-15deg); opacity: 0.5; }
    100% { transform: translateX(-50%) rotate(15deg); opacity: 0.8; }
}

.offer-wrapper {
    position: relative; z-index: 2;
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 80px; align-items: center;
}

.offer-tag-scarcity {
    display: inline-block;
    background: rgba(255, 215, 0, 0.15); color: #FFD700;
    border: 1px solid #FFD700; padding: 10px 20px; border-radius: 50px;
    font-size: 0.9rem; font-weight: 800; margin-bottom: 30px;
    text-transform: uppercase; letter-spacing: 1px;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.2);
}

.offer-pitch h2 {
    font-size: 3.5rem; line-height: 1.1; margin-bottom: 25px;
    color: #FFFFFF; text-shadow: 0 4px 10px rgba(0,0,0,0.8);
}
.highlight-gold { color: #FFD700; text-shadow: 0 0 25px rgba(255, 215, 0, 0.5); }

.offer-subtitle {
    font-size: 1.25rem; color: #F1F5F9; margin-bottom: 40px; 
    line-height: 1.6; max-width: 550px; font-weight: 500;
    text-shadow: 0 2px 4px rgba(0,0,0,1);
}

.payment-facilitators { display: flex; flex-direction: column; gap: 20px; }
.facilitator-item { display: flex; align-items: center; gap: 15px; }
.fac-icon {
    width: 50px; height: 50px;
    background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2);
    border-radius: 12px; display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem; color: #4DA8FF;
}
.facilitator-item span { font-weight: 700; font-size: 1rem; color: white; }

/* Card Oferta */
.offer-hero-card {
    background: rgba(20, 20, 20, 0.6); 
    backdrop-filter: blur(25px); 
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 4px solid var(--royal-gold); 
    border-radius: 24px;
    padding: 60px 40px; 
    text-align: center; 
    position: relative;
    max-width: 450px; 
    margin: 0 auto;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.7);
}
.offer-hero-card:hover { transform: perspective(1000px) translateY(-10px); }

.card-ribbon {
    position: absolute; top: -20px; left: 50%; transform: translateX(-50%) translateZ(20px); 
    background: linear-gradient(90deg, #FFD700, #FDB931); color: #000;
    font-weight: 900; text-transform: uppercase;
    padding: 10px 30px; border-radius: 50px;
    font-size: 0.9rem; letter-spacing: 1px;
    box-shadow: 0 10px 25px rgba(255, 215, 0, 0.4); width: 80%;
}
.offer-hero-card h3 {
    font-size: 1.1rem; color: #CBD5E0; margin-bottom: 15px; 
    font-weight: 600; text-transform: uppercase; letter-spacing: 2px;
}

.price-box {
    display: flex; align-items: flex-start; justify-content: center;
    color: white; margin-bottom: 10px; transform: translateZ(30px); 
    text-shadow: 0 0 30px rgba(255,255,255,0.3);
}
.currency { font-size: 2.5rem; margin-top: 15px; margin-right: 5px; opacity: 1; color: #FFD700; }
.amount { font-size: 7rem; font-weight: 800; line-height: 0.9; letter-spacing: -3px; color: #FFFFFF; }
.cents { font-size: 2.5rem; margin-top: 15px; font-weight: 700; color: #CBD5E0; }

.price-label {
    display: block; color: #4DA8FF; font-weight: 700; text-transform: uppercase;
    letter-spacing: 2px; margin-bottom: 30px; font-size: 0.9rem;
}

.btn-offer-final {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: white; width: 100%; padding: 22px; border-radius: 12px;
    font-weight: 800; text-transform: uppercase; font-size: 1.2rem;
    display: flex; align-items: center; justify-content: center; gap: 12px;
    text-decoration: none; transition: all 0.3s;
    transform: translateZ(40px); 
    box-shadow: 0 10px 40px rgba(37, 211, 102, 0.4); border: 1px solid rgba(255,255,255,0.2);
}
.btn-offer-final:hover {
    background: linear-gradient(135deg, #2bfb7e 0%, #17b3a1 100%);
    transform: translateZ(40px) translateY(-3px);
    box-shadow: 0 15px 50px rgba(37, 211, 102, 0.6);
}
.security-badge {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    margin-top: 25px; font-size: 0.85rem; color: #94A3B8; font-weight: 600;
}
.security-badge i { color: #25D366; font-size: 1rem; }


/* =================================================================
   MEDIA QUERIES (ORGANIZADOS E CONSOLIDADOS)
   ================================================================= */

/* --- DESKTOP (Min Width 1024px) --- */
@media (min-width: 1024px) {
    .hero-lp, .pain-section, .curriculum-section, .offer-section {
        padding: 140px 0;
    }

    .container {
        max-width: 1200px;
        padding: 0 40px;
    }

    .btn-lp-cta {
        min-width: 380px;
        width: fit-content;
    }

    .hero-lp {
        min-height: 90vh; 
        padding-top: 140px;
        align-items: center; 
    }

     .youtube-gallery-section { padding: 100px 0; }
    
    .video-card-neon {
        width: 280px; 
        border-width: 2px;
    }
    
    .video-card-neon:hover {
        transform: translateY(-10px);
        border-color: #4DA8FF;
        box-shadow: 0 20px 50px rgba(0, 82, 204, 0.2);
    }

    .video-card-neon:hover .video-overlay-layer i {
        color: #fff;
        transform: scale(1.1);
        opacity: 1;
    }

    .lp-text-wrapper {
        text-align: left; 
        max-width: 580px; 
        margin: 0; 
        padding: 0 0 0 40px; 
    }
    .lp-overlay-gradient {
        background: linear-gradient(to right, 
            #000000 0%,         
            rgba(0, 0, 0, 0.8) 40%, 
            rgba(0, 20, 50, 0.2) 100%); 
    }
    .lp-content { justify-content: flex-start; }
    .lp-actions {
        align-items: center; 
        flex-direction: row; 
        gap: 20px; 
        margin-top: 10px;
    }
   .btn-lp-cta {
    width: fit-content; 
    min-width: 320px;   
    padding: 18px 45px; 
    font-size: 1.05rem; 
    }
    .hero-lp h1 {
        font-size: 3.2rem; 
        line-height: 1.2;
        margin-bottom: 25px;
        max-width: 100%;
    }
    .hero-lp p {
        font-size: 1.15rem;
        margin-left: 0; 
        max-width: 480px; 
        line-height: 1.6;
        color: #CBD5E0;
    }

    .text-highlight-blue {
        text-shadow: 0 0 15px rgba(0, 229, 255, 0.4); 
    }

    /* Pain Desktop */
    .pain-grid { grid-template-columns: 1fr 1fr; gap: 80px; }
    .pain-text h2 { font-size: 3rem; }
    .pain-image { margin-top: 0; }
    .floating-card-badge { left: -50px; bottom: 50px; }
}

/* --- MOBILE (Max Width 768px) --- */
@media (max-width: 768px) {
    /* Pain Mobile */
    .floating-card-badge {
        left: 50% !important; right: auto !important;
        top: auto !important; bottom: -25px !important;
        transform: translateX(-50%) !important; width: 90%; max-width: 320px;
        padding: 15px 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.4) !important;
        background: rgba(15, 23, 42, 0.95); z-index: 10;
    }
    .image-frame-style { transform: none; }
    .blob-deco { top: -15px; right: -15px; opacity: 0.3; border-radius: 16px; }

    /* Curriculum Mobile */
    .curriculum-grid { grid-template-columns: 1fr; gap: 20px; }
    .curriculum-card { padding: 25px; }
    .section-header h2 { font-size: 2rem; }

    /* Oferta Mobile (Essencial) */
    .offer-wrapper { grid-template-columns: 1fr; text-align: center; gap: 40px; }
    .offer-pitch h2 { font-size: 2.2rem; }
    .offer-subtitle { margin: 0 auto 30px auto; }
    .offer-hero-card { padding: 40px 20px; margin: 0; }
    .amount { font-size: 4.5rem; }
    .card-ribbon { width: 90%; font-size: 0.8rem; }
}