/* ==========================================
   COMPACTACIÓN GLOBAL - MENOS ESPACIO
   ========================================== */

/* 1. TÍTULOS MÁS PEQUEÑOS */
.section-title {
    font-size: 2.2rem !important;
    margin-bottom: 1rem !important;
}

.section-subtitle {
    font-size: 1rem !important;
    margin-bottom: 0 !important;
}

/* 2. PADDING SECCIONES REDUCIDO */
section {
    padding: 50px 20px !important;
}

.hero-gam {
    padding: 60px 20px 40px !important;
}

/* 3. SISTEMA GAM - Órbita más pequeña */
.sistema-gam-section {
    padding: 50px 20px 40px !important;
}

.orbiting-container {
    width: 600px !important;
    height: 550px !important;
    margin: 2rem auto 1rem !important;
}

.sistema-explicacion {
    margin-top: 2rem !important;
}

/* 4. TIMELINE MÉTODO - Más compacta */
.metodo-timeline {
    margin: 2.5rem auto 0 !important;
}

.metodo-timeline .timeline-item {
    margin-bottom: 2rem !important;
    padding-left: 1.5rem !important;
}

.metodo-timeline .timeline-content {
    padding: 1.5rem !important;
}

.metodo-timeline .timeline-content h3 {
    font-size: 1.3rem !important;
    margin-bottom: 0.3rem !important;
}

.timeline-periodo {
    margin-bottom: 0.8rem !important;
}

/* 5. CASO DRILLS - Hero Card más compacta */
.caso-drills-section {
    padding: 50px 20px !important;
}

.caso-drills-header {
    margin-bottom: 2.5rem !important;
}

.drills-hero-card {
    padding: 2rem !important;
    margin: 2rem auto !important;
}

.hero-card-top {
    gap: 2rem !important;
}

.hero-card-avatar img {
    width: 140px !important;
    height: 140px !important;
}

.hero-card-testimonio blockquote {
    font-size: 1.1rem !important;
    margin-bottom: 1rem !important;
}

.hero-card-separator {
    margin: 2rem 0 !important;
}

.hero-card-metricas {
    gap: 1.5rem !important;
}

.metrica-hero {
    padding: 1.2rem !important;
}

.metrica-valor-hero {
    font-size: 2.2rem !important;
    margin-bottom: 0.3rem !important;
}

.metrica-label-hero {
    font-size: 0.85rem !important;
}

/* 6. INVERSIÓN - Cards más compactas */
.inversion-section {
    padding: 50px 20px !important;
}

.inversion-header {
    margin-bottom: 2.5rem !important;
}

.inversion-grid {
    gap: 1.5rem !important;
    margin-bottom: 2rem !important;
}

.inversion-card {
    padding: 1.8rem !important;
}

.inversion-card-header {
    margin-bottom: 1.5rem !important;
    padding-bottom: 1rem !important;
}

.inversion-icon {
    font-size: 2rem !important;
}

.inversion-card-header h3 {
    font-size: 1.3rem !important;
}

.precio-display {
    margin-bottom: 1.5rem !important;
    padding: 1.2rem !important;
}

.precio-valor {
    font-size: 2.2rem !important;
}

.precio-plataformas {
    font-size: 1.6rem !important;
}

.presupuesto-desde {
    font-size: 1.8rem !important;
    margin-bottom: 0.8rem !important;
}

.inversion-incluye-list li {
    padding: 0.6rem 0 !important;
    font-size: 0.95rem !important;
}

.inversion-cta {
    padding: 2rem !important;
    margin-bottom: 2rem !important;
}

.inversion-cta-text {
    font-size: 1.1rem !important;
    margin-bottom: 1.2rem !important;
}

.inversion-garantia {
    padding: 1.5rem !important;
    gap: 1.2rem !important;
}

.garantia-icon {
    font-size: 2.5rem !important;
}

/* 7. FAQ - Más compacto */
.faq-section {
    padding: 40px 20px !important;
}

.faq-header {
    margin-bottom: 2.5rem !important;
}

.faq-accordion-item {
    margin-bottom: 0.8rem !important;
}

.faq-accordion-question {
    padding: 1.2rem 1.5rem !important;
}

.faq-question-text {
    font-size: 1.1rem !important;
}

.faq-accordion-answer p {
    padding: 0 1.5rem 1.2rem 1.5rem !important;
    font-size: 0.95rem !important;
}

/* 8. PROBLEMAS - Más compacto */
.problemas-section {
    padding: 50px 20px !important;
}

.problemas-grid {
    gap: 1.5rem !important;
}

/* 9. CALCULADORA - Más compacta */
.calculadora-section {
    padding: 50px 20px !important;
}

/* 10. Reducir espacios en Hero */
.hero-content h1 {
    font-size: 2.8rem !important;
    margin-bottom: 1rem !important;
}

.hero-subtitle {
    font-size: 1.1rem !important;
    margin-bottom: 2rem !important;
}

/* Responsive - Mantener proporciones */
@media (max-width: 968px) {
    .section-title {
        font-size: 1.8rem !important;
    }
    
    .hero-content h1 {
        font-size: 2rem !important;
    }
    
    .orbiting-container {
        width: 450px !important;
        height: 450px !important;
    }
    
    .drills-hero-card {
        padding: 1.5rem !important;
    }
    
    .hero-card-avatar img {
        width: 120px !important;
        height: 120px !important;
    }
}

@media (max-width: 480px) {
    section {
        padding: 40px 15px !important;
    }
    
    .section-title {
        font-size: 1.6rem !important;
    }
    
    .hero-content h1 {
        font-size: 1.8rem !important;
    }
}

/* ==========================================
   CTAs EN SECCIONES
   ========================================== */
.section-cta {
    text-align: center;
    margin-top: 2.5rem;
}

.section-cta .btn-primary {
    display: inline-block;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 700;
}

/* ==========================================
   BOTÓN FLOTANTE STICKY
   ========================================== */
.floating-cta {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: white;
    padding: 1rem 1.8rem;
    border-radius: 50px;
    box-shadow: 0 10px 40px rgba(46, 69, 165, 0.4);
    display: flex;
    align-items: center;
    gap: 0.8rem;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    z-index: 9999;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

.floating-cta.show {
    opacity: 1;
    transform: translateY(0);
}

.floating-cta:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(46, 69, 165, 0.5);
}

.floating-cta-icon {
    font-size: 1.4rem;
}

.floating-cta-text {
    white-space: nowrap;
}

/* Animación pulse */
@keyframes pulse {
    0%, 100% {
        box-shadow: 0 10px 40px rgba(46, 69, 165, 0.4);
    }
    50% {
        box-shadow: 0 10px 40px rgba(46, 69, 165, 0.6), 0 0 0 10px rgba(46, 69, 165, 0.1);
    }
}

.floating-cta {
    animation: pulse 2s infinite;
}

/* Responsive */
@media (max-width: 968px) {
    .floating-cta {
        bottom: 20px;
        right: 20px;
        padding: 0.9rem 1.5rem;
        font-size: 0.95rem;
    }
    
    .floating-cta-text {
        display: none;
    }
    
    .floating-cta-icon {
        font-size: 1.6rem;
    }
    
    .floating-cta {
        border-radius: 50%;
        width: 60px;
        height: 60px;
        padding: 0;
        justify-content: center;
    }
}

/* ==========================================
   FORMULARIO SIMPLIFICADO
   ========================================== */
.form-simple {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.form-simple input {
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    transition: all 0.3s ease;
}

.form-simple input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.form-simple input:focus {
    outline: none;
    border-color: var(--accent-cyan);
    background: rgba(255, 255, 255, 0.15);
}

.form-nota {
    font-size: 0.9rem !important;
    opacity: 0.9 !important;
    margin-top: 1rem !important;
}

/* ==========================================
   URGENCIA/ESCASEZ - VISIBLE
   ========================================== */
.urgencia-box {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.15) 0%, rgba(255, 152, 0, 0.15) 100%);
    border-left: 4px solid #ffc107;
    padding: 1.5rem 2rem;
    border-radius: 12px;
    margin: 2rem auto;
    max-width: 800px;
    text-align: center;
}

.urgencia-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    display: block;
}

.urgencia-texto {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.3rem;
}

.urgencia-detalle {
    font-size: 0.95rem;
    color: var(--text-gray);
}

@media (max-width: 480px) {
    .urgencia-box {
        padding: 1.2rem 1.5rem;
    }
    
    .urgencia-texto {
        font-size: 1rem;
    }
}
