.elementor-30603 .elementor-element.elementor-element-c5da973:not(.elementor-motion-effects-element-type-background), .elementor-30603 .elementor-element.elementor-element-c5da973 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #392F2E 0%, #0A0A0A 45%);}.elementor-30603 .elementor-element.elementor-element-c5da973{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-30603 .elementor-element.elementor-element-c5da973 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-30603 .elementor-element.elementor-element-1075225 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-30603 .elementor-element.elementor-element-1075225 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-30603 .elementor-element.elementor-element-bc7338f > .elementor-widget-container{background-color:#9C2020;}.elementor-30603 .elementor-element.elementor-element-2e8f8e7:not(.elementor-motion-effects-element-type-background), .elementor-30603 .elementor-element.elementor-element-2e8f8e7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #10090E 0%, #10090E 100%);}.elementor-30603 .elementor-element.elementor-element-2e8f8e7{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-30603 .elementor-element.elementor-element-2e8f8e7 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-30603 .elementor-element.elementor-element-fe98ab1{margin-top:0px;margin-bottom:0px;}.elementor-30603 .elementor-element.elementor-element-4241b20:not(.elementor-motion-effects-element-type-background), .elementor-30603 .elementor-element.elementor-element-4241b20 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#090909;}.elementor-30603 .elementor-element.elementor-element-4241b20 > .elementor-background-overlay{background-color:#090909;opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-30603 .elementor-element.elementor-element-4241b20{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-30603 .elementor-element.elementor-element-672812a > .elementor-widget-container{background-color:#090909;margin:0px 0px 0px 0px;padding:1px 1px 1px 1px;}.elementor-30603 .elementor-element.elementor-element-686566e > .elementor-widget-container{background-color:transparent;background-image:linear-gradient(180deg, #090909 0%, #BB2649 100%);}.elementor-30603 .elementor-element.elementor-element-89b4d78 > .elementor-widget-container{background-color:transparent;background-image:linear-gradient(180deg, #BB2649 0%, #0E0B0E 29%);}.elementor-30603 .elementor-element.elementor-element-f0b5862 > .elementor-widget-container{background-color:#0E0B0E;}.elementor-30603 .elementor-element.elementor-element-8af2092 > .elementor-widget-container{background-color:transparent;background-image:linear-gradient(180deg, #0E0B0E 49%, #392F2E 100%);}@media(min-width:768px){.elementor-30603 .elementor-element.elementor-element-1075225{width:100%;}}/* Start custom CSS for html, class: .elementor-element-bc7338f *//* ============================================
   RESET Y FUENTES
============================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap');

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #0a0a0a;
    color: #ffffff;
    overflow-x: hidden;
}

/* ============================================
   HERO SECTION
============================================ */
.sv-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background: linear-gradient(180deg, #392F2E 0%, #1a0a14 15%, #0a0a0a 100%);
    overflow: hidden;
}

/* Fondo animado con partículas */
.sv-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.sv-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #BC264B;
    border-radius: 50%;
    opacity: 0.3;
    animation: sv-float 20s infinite ease-in-out;
    transition: transform 0.3s ease;
}

.sv-particle:nth-child(1) { top: 20%; left: 10%; animation-delay: 0s; }
.sv-particle:nth-child(2) { top: 40%; left: 80%; animation-delay: 2s; width: 6px; height: 6px; }
.sv-particle:nth-child(3) { top: 60%; left: 30%; animation-delay: 4s; }
.sv-particle:nth-child(4) { top: 80%; left: 70%; animation-delay: 1s; width: 5px; height: 5px; }
.sv-particle:nth-child(5) { top: 30%; left: 50%; animation-delay: 3s; }
.sv-particle:nth-child(6) { top: 70%; left: 15%; animation-delay: 5s; width: 3px; height: 3px; }
.sv-particle:nth-child(7) { top: 50%; left: 90%; animation-delay: 2.5s; }
.sv-particle:nth-child(8) { top: 10%; left: 60%; animation-delay: 4.5s; width: 4px; height: 4px; }

@keyframes sv-float {
    0%, 100% { transform: translateY(0) translateX(0); opacity: 0.3; }
    25% { transform: translateY(-30px) translateX(20px); opacity: 0.6; }
    50% { transform: translateY(-60px) translateX(-20px); opacity: 0.4; }
    75% { transform: translateY(-30px) translateX(30px); opacity: 0.7; }
}

/* Contenido hero */
.sv-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1200px;
    width: 100%;
}

/* Badge superior */
.sv-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(188, 38, 75, 0.08);
    border: 1px solid rgba(188, 38, 75, 0.3);
    padding: 10px 20px;
    border-radius: 100px;
    margin-bottom: 40px;
    backdrop-filter: blur(10px);
    animation: sv-badge-glow 3s infinite ease-in-out;
}

@keyframes sv-badge-glow {
    0%, 100% { box-shadow: 0 0 10px rgba(188, 38, 75, 0.2); }
    50% { box-shadow: 0 0 20px rgba(188, 38, 75, 0.4); }
}

.sv-status-text {
    color: #BC264B;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.sv-pulse-dot {
    width: 8px;
    height: 8px;
    background: #BC264B;
    border-radius: 50%;
    animation: sv-subtle-pulse 2s infinite;
    box-shadow: 0 0 10px #BC264B;
}

@keyframes sv-subtle-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.7; }
}

/* Título principal */
.sv-hero-title {
    color: #ffffff;
    font-size: clamp(2.5rem, 7vw, 5.5rem);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -2px;
    margin-bottom: 30px;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.sv-highlight-word {
    color: #BC264B;
    display: inline-block;
    transition: transform 0.2s ease;
    text-shadow: 0 0 30px rgba(188, 38, 75, 0.4);
}

/* Subtítulos */
.sv-hero-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: clamp(1.1rem, 2.2vw, 1.5rem);
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 400;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.sv-hero-subtitle strong {
    color: #ffffff;
    font-weight: 700;
}

.sv-hero-tagline {
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(1rem, 2vw, 1.3rem);
    line-height: 1.6;
    margin-bottom: 50px;
    font-weight: 600;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.sv-red-text {
    color: #BC264B;
    font-weight: 800;
}

/* CTAs */
.sv-hero-ctas {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 80px;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.sv-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 35px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.sv-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.sv-btn:hover::before {
    width: 300px;
    height: 300px;
}

.sv-btn-primary {
    background: #BC264B;
    color: #ffffff;
    border: 2px solid #BC264B;
    box-shadow: 0 10px 30px rgba(188, 38, 75, 0.3);
}

.sv-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(188, 38, 75, 0.5);
}

.sv-btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.sv-btn-secondary:hover {
    border-color: #BC264B;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(188, 38, 75, 0.2);
}

.sv-btn-icon {
    font-size: 1.2rem;
    position: relative;
    z-index: 1;
}

/* Indicador de scroll */
.sv-scroll-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    opacity: 0.6;
    animation: sv-scroll-bounce 2s infinite;
}

.sv-scroll-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sv-scroll-arrow {
    width: 24px;
    height: 24px;
    border-left: 2px solid #BC264B;
    border-bottom: 2px solid #BC264B;
    transform: rotate(-45deg);
}

@keyframes sv-scroll-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(10px); }
}

/* ============================================
   RESPONSIVE
============================================ */
@media (max-width: 768px) {
    .sv-hero {
        padding: 60px 20px 40px 20px;
    }
    
    .sv-status-badge {
        padding: 8px 16px;
        margin-bottom: 30px;
    }
    
    .sv-status-text {
        font-size: 10px;
        letter-spacing: 1.5px;
    }
    
    .sv-hero-title {
        margin-bottom: 25px;
        letter-spacing: -1px;
    }
    
    .sv-hero-subtitle,
    .sv-hero-tagline {
        margin-bottom: 20px;
    }
    
    .sv-hero-ctas {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 60px;
    }
    
    .sv-btn {
        width: 100%;
        max-width: 350px;
        justify-content: center;
        padding: 16px 30px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6210094 *//* ============================================
   BLOQUE 2 - SERVICIOS
============================================ */
.sv-services {
    position: relative;
    padding: 120px 20px;
    background: linear-gradient(180deg, #0a0a0a 0%, #0f0a0f 50%, #0a0a0a 100%);
    overflow: hidden;
}

/* Canvas para partículas de fondo */
#svConnectionCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    opacity: 0.6;
}

/* Decoraciones de fondo */
.sv-services-decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.sv-glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.15;
}

.sv-glow-1 {
    width: 600px;
    height: 600px;
    background: #BC264B;
    top: 150px;
    right: -200px;
    animation: sv-float-orb 20s infinite ease-in-out;
}

.sv-glow-2 {
    width: 500px;
    height: 500px;
    background: #BC264B;
    bottom: 400px;
    left: -100px;
    animation: sv-float-orb 25s infinite ease-in-out reverse;
}

@keyframes sv-float-orb {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(50px, -50px) scale(1.1); }
    66% { transform: translate(-30px, 30px) scale(0.9); }
}

/* Container */
.sv-services-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
}

/* ============================================
   HEADER DE SERVICIOS
============================================ */
.sv-services-header {
    text-align: center;
    margin-bottom: 80px;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.sv-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(188, 38, 75, 0.05);
    border: 1px solid rgba(188, 38, 75, 0.25);
    padding: 8px 18px;
    border-radius: 100px;
    margin-bottom: 30px;
}

.sv-badge-dot {
    width: 6px;
    height: 6px;
    background: #BC264B;
    border-radius: 50%;
    animation: sv-badge-pulse 2s infinite;
}

@keyframes sv-badge-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.4); opacity: 0.6; }
}

.sv-badge-text {
    color: #BC264B;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
}

.sv-services-title {
    color: #ffffff;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -1.5px;
    margin-bottom: 25px;
}

.sv-services-title-highlight {
    color: #BC264B;
    position: relative;
    display: inline-block;
}

.sv-services-title-highlight::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 12px;
    background: rgba(188, 38, 75, 0.15);
    z-index: -1;
    border-radius: 4px;
}

.sv-services-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 400;
}

.sv-services-subtitle strong {
    color: #ffffff;
    font-weight: 700;
}

/* ============================================
   GRID DE SERVICIOS
============================================ */
.sv-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

/* Cards de servicio */
.sv-service-card {
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 45px 35px;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    overflow: hidden;
    backdrop-filter: blur(10px);
    opacity: 1;
    transform: translateY(0);
}

/* Efecto de brillo al hacer hover */
.sv-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
        rgba(188, 38, 75, 0.08),
        transparent 40%
    );
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

.sv-service-card:hover::before {
    opacity: 1;
}

.sv-service-card:hover {
    border-color: rgba(188, 38, 75, 0.4);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 
        0 20px 60px rgba(188, 38, 75, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Línea decorativa inferior */
.sv-service-hover-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #BC264B, transparent);
    transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.sv-service-card:hover .sv-service-hover-line {
    width: 100%;
}

/* Icono del servicio */
.sv-service-icon {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
}

.sv-icon-circle {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(188, 38, 75, 0.1);
    border: 2px solid rgba(188, 38, 75, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 2;
}

.sv-service-card:hover .sv-icon-circle {
    background: rgba(188, 38, 75, 0.2);
    border-color: #BC264B;
    transform: scale(1.1) rotate(10deg);
}

.sv-emoji {
    font-size: 2.2rem;
    filter: grayscale(0);
    transition: all 0.4s;
}

.sv-service-card:hover .sv-emoji {
    filter: drop-shadow(0 0 10px rgba(188, 38, 75, 0.6));
    transform: scale(1.15);
}

/* Glow del icono */
.sv-icon-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(188, 38, 75, 0.3), transparent 70%);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.4s;
    filter: blur(20px);
    z-index: 1;
}

.sv-service-card:hover .sv-icon-glow {
    opacity: 1;
}

/* Título del servicio */
.sv-service-title {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.3;
    transition: color 0.3s;
}

.sv-service-card:hover .sv-service-title {
    color: #BC264B;
}

/* Descripción */
.sv-service-description {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.05rem;
    line-height: 1.7;
    font-weight: 400;
    transition: color 0.3s;
}

.sv-service-card:hover .sv-service-description {
    color: rgba(255, 255, 255, 0.85);
}

/* ============================================
   CTA FINAL
============================================ */
.sv-services-cta {
    text-align: center;
    margin-top: 40px;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.sv-btn-services {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 20px 40px;
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(188, 38, 75, 0.4);
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.sv-btn-services::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(188, 38, 75, 0.2), transparent);
    transition: left 0.6s;
}

.sv-btn-services:hover::before {
    left: 100%;
}

.sv-btn-services:hover {
    background: rgba(188, 38, 75, 0.1);
    border-color: #BC264B;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(188, 38, 75, 0.25);
}

.sv-btn-arrow {
    display: inline-block;
    transition: transform 0.3s;
    font-size: 1.3rem;
}

.sv-btn-services:hover .sv-btn-arrow {
    transform: translateX(5px);
}

/* ============================================
   RESPONSIVE
============================================ */
@media (max-width: 768px) {
    .sv-services {
        padding: 80px 20px;
    }
    
    .sv-services-header {
        margin-bottom: 50px;
    }
    
    .sv-services-title {
        margin-bottom: 20px;
    }
    
    .sv-services-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 40px;
    }
    
    .sv-service-card {
        padding: 35px 25px;
    }
    
    .sv-service-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 25px;
    }
    
    .sv-emoji {
        font-size: 2rem;
    }
    
    .sv-service-title {
        font-size: 1.35rem;
    }
    
    .sv-service-description {
        font-size: 1rem;
    }
    
    .sv-btn-services {
        padding: 18px 35px;
        font-size: 1rem;
    }
    
    .sv-glow-1,
    .sv-glow-2 {
        width: 400px;
        height: 400px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-88938a8 *//* ============================================
   BLOQUE 3 - BENEFICIOS CON VIDEO
============================================ */
.sv-benefits {
    position: relative;
    padding: 120px 20px;
    background: #0a0a0a;
    overflow: hidden;
}

/* Grid de fondo animado */
.sv-grid-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(188, 38, 75, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(188, 38, 75, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.3;
    transition: opacity 0.1s linear;
    pointer-events: none;
    z-index: 1;
}

/* Círculos decorativos */
.sv-benefits-circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.sv-circle {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(188, 38, 75, 0.15), transparent 70%);
    transition: transform 0.3s ease;
}

.sv-circle-1 {
    width: 400px;
    height: 400px;
    top: 10%;
    left: 5%;
    filter: blur(60px);
}

.sv-circle-2 {
    width: 300px;
    height: 300px;
    top: 50%;
    right: 10%;
    filter: blur(80px);
}

.sv-circle-3 {
    width: 350px;
    height: 350px;
    bottom: 15%;
    left: 40%;
    filter: blur(70px);
}

/* Container */
.sv-benefits-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
}

/* ============================================
   HEADER
============================================ */
.sv-benefits-header {
    text-align: center;
    margin-bottom: 60px;
}

.sv-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(188, 38, 75, 0.1);
    border: 1px solid rgba(188, 38, 75, 0.3);
    border-radius: 20px;
    margin-bottom: 20px;
}

.sv-badge-dot {
    width: 8px;
    height: 8px;
    background: #BC264B;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.8); }
}

.sv-badge-text {
    color: #BC264B;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.sv-benefits-title {
    color: #ffffff;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -1.5px;
    margin-bottom: 25px;
}

.sv-benefits-highlight {
    color: #BC264B;
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, #BC264B, #ff4d7a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sv-benefits-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 400;
}

.sv-benefits-subtitle strong {
    color: #ffffff;
    font-weight: 700;
}

/* ============================================
   VIDEO CONTAINER
============================================ */
.sv-video-container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 
        0 20px 60px rgba(188, 38, 75, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.1);
}

.sv-video-container video {
    width: 100%;
    height: auto;
    display: block;
}

/* ============================================
   RESPONSIVE
============================================ */
@media (max-width: 768px) {
    .sv-benefits {
        padding: 80px 20px;
    }
    
    .sv-benefits-header {
        margin-bottom: 40px;
    }

    .sv-video-container {
        border-radius: 12px;
    }
    
    .sv-circle-1,
    .sv-circle-2,
    .sv-circle-3 {
        width: 250px;
        height: 250px;
    }
    
    .sv-grid-background {
        background-size: 30px 30px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-672812a *//* ============================================
   CTA FINAL (BOTÓN)
============================================ */
.sv-benefits-cta {
    text-align: center;
    margin-top: 20px; /* Separación extra del grid */
}

.sv-btn-benefits {
    position: relative;
    display: inline-block;
    padding: 22px 45px;
    background: linear-gradient(135deg, #BC264B 0%, #a01f3f 100%);
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 800;
    text-decoration: none;
    border-radius: 14px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 
        0 10px 40px rgba(188, 38, 75, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.sv-btn-benefits:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 
        0 20px 60px rgba(188, 38, 75, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
}

/* Efecto glow que sigue el cursor */
.sv-btn-glow {
    position: absolute;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.4), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s;
    mix-blend-mode: overlay;
}

.sv-btn-benefits:hover .sv-btn-glow {
    opacity: 1;
}

.sv-btn-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.sv-btn-benefits .sv-btn-icon {
    font-size: 1.3rem;
    display: inline-block;
    animation: sv-rocket-pulse 2s infinite;
}

@keyframes sv-rocket-pulse {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

/* Ajuste responsive para el botón */
@media (max-width: 768px) {
    .sv-btn-benefits {
        padding: 18px 30px;
        font-size: 1rem;
        width: 100%;
        max-width: 350px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-71ad551 *//* ============================================
   BLOQUE 4 - CAPACIDADES (ACTUALIZADO - MÁS MARGEN SUPERIOR)
============================================ */
.sv-cases {
    position: relative;
    /* 🔥 CAMBIO: Aumentado el espacio superior a 200px (antes 120px) */
    padding: 200px 20px 120px;
    background: linear-gradient(180deg, #0a0a0a 0%, #0f0612 50%, #0a0a0a 100%);
    overflow: hidden;
}

/* Fondo con líneas onduladas */
.sv-cases-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.sv-wave-line {
    position: absolute;
    width: 200%;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(188, 38, 75, 0.3), 
        transparent
    );
    opacity: 0.3;
}

.sv-wave-line:nth-child(1) { top: 20%; }
.sv-wave-line:nth-child(2) { top: 50%; }
.sv-wave-line:nth-child(3) { top: 80%; }

/* Container */
.sv-cases-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
}

/* ============================================
   HEADER
============================================ */
.sv-cases-header {
    text-align: center;
    margin-bottom: 80px;
}

/* Badge decorativo superior */
.sv-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(188, 38, 75, 0.1);
    border: 1px solid rgba(188, 38, 75, 0.3);
    border-radius: 50px;
    margin-bottom: 20px;
}

.sv-badge-dot {
    width: 8px;
    height: 8px;
    background: #BC264B;
    border-radius: 50%;
    box-shadow: 0 0 10px #BC264B;
}

.sv-badge-text {
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sv-cases-title {
    color: #ffffff;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -1.5px;
    margin-bottom: 25px;
}

.sv-cases-highlight {
    color: rgba(255, 255, 255, 0.6);
    font-size: clamp(1.8rem, 4.5vw, 3.5rem);
    font-weight: 700;
    display: block;
    margin-top: 10px;
    background: linear-gradient(90deg, #fff, #aaa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sv-cases-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    line-height: 1.6;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
}

.sv-cases-subtitle strong {
    color: #BC264B;
    font-weight: 800;
}

/* ============================================
   GRID DE CASOS
============================================ */
.sv-cases-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
}

/* Card de caso */
.sv-case-card {
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(188, 38, 75, 0.2);
    border-radius: 20px;
    padding: 45px 35px;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    overflow: hidden;
}

.sv-case-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(188, 38, 75, 0.05) 0%, 
        transparent 100%
    );
    opacity: 0;
    transition: opacity 0.5s;
}

.sv-case-card:hover::before { opacity: 1; }

.sv-case-card:hover {
    border-color: rgba(188, 38, 75, 0.6);
    transform: translateY(-10px);
    box-shadow: 
        0 25px 60px rgba(188, 38, 75, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Esquina decorativa */
.sv-case-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border-top: 3px solid #BC264B;
    border-right: 3px solid #BC264B;
    border-radius: 0 20px 0 0;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Pulso decorativo */
.sv-case-pulse {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 12px;
    height: 12px;
    background: #BC264B;
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 0 20px rgba(188, 38, 75, 0.6);
}

/* Fondo del icono */
.sv-case-icon-bg {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0 auto 30px;
    background: rgba(188, 38, 75, 0.1);
    border-radius: 50%;
    border: 2px solid rgba(188, 38, 75, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

.sv-case-card:hover .sv-case-icon-bg {
    background: rgba(188, 38, 75, 0.2);
    border-color: #BC264B;
    transform: scale(1.1);
    box-shadow: 0 0 30px rgba(188, 38, 75, 0.4);
}

.sv-case-icon {
    font-size: 2.5rem;
    transition: transform 0.3s ease;
}

/* Categoría */
.sv-case-category {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-align: center;
}

/* Métrica principal */
.sv-case-metric {
    text-align: center;
    margin-bottom: 20px;
}

/* Números (animados y estáticos) */
.sv-case-number,
.sv-case-number-static {
    display: block;
    color: #BC264B;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 900;
    line-height: 1;
    margin-bottom: 8px;
    text-shadow: 0 0 20px rgba(188, 38, 75, 0.4);
    font-family: inherit;
}

.sv-case-label {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* Descripción */
.sv-case-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.05rem;
    line-height: 1.6;
    text-align: center;
    font-weight: 400;
}

/* ============================================
   RESPONSIVE
============================================ */
@media (max-width: 768px) {
    .sv-cases { padding: 80px 20px; }
    .sv-cases-header { margin-bottom: 50px; }
    
    .sv-cases-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .sv-case-card { padding: 40px 30px; }
    
    .sv-case-icon-bg {
        width: 80px;
        height: 80px;
        margin-bottom: 25px;
    }
    
    .sv-case-icon { font-size: 2.2rem; }
    .sv-case-category { font-size: 0.9rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-686566e *//* =========================================
   1. LAYOUT PRINCIPAL (SOLUCIÓN COLUMNAS)
   ========================================= */
.sv-master-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 80px 20px;
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
}

/* El fondo NO debe bloquear el clic */
.sv-demo-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    pointer-events: none;
    z-index: 0;
}

.sv-flex-layout {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Columna Texto */
.sv-col-content {
    flex: 1;
    min-width: 300px;
    text-align: left;
}

/* Columna Portátil */
.sv-col-visual {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
}

/* =========================================
   2. ESTILOS DECORATIVOS (ORBES)
   ========================================= */
.sv-demo-orb { position: absolute; border-radius: 50%; filter: blur(80px); transition: transform 0.3s ease; }
.sv-demo-orb-1 { width: 500px; height: 500px; background: radial-gradient(circle, rgba(188, 38, 75, 0.2), transparent 70%); top: -3px; left: -100px; }
.sv-demo-orb-2 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(188, 38, 75, 0.15), transparent 70%); bottom: -100px; right: -50px; }
.sv-demo-pulse-ring { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 300px; height: 300px; border: 2px solid rgba(188, 38, 75, 0.2); border-radius: 50%; opacity: 0.4; }

/* =========================================
   3. ESTILOS TEXTO Y BOTONES
   ========================================= */
.sv-section-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; margin-bottom: 25px; }
.sv-badge-dot { width: 8px; height: 8px; background-color: #25D366; border-radius: 50%; box-shadow: 0 0 10px rgba(37, 211, 102, 0.5); }
.sv-badge-text { color: #ffffff; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.5px; }

.sv-demo-title { color: #ffffff; font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 900; line-height: 1.15; letter-spacing: -1.5px; margin-bottom: 25px; margin-top: 0; }
.sv-demo-highlight { color: #BC264B; position: relative; display: inline-block; }
.sv-demo-highlight::after { content: ''; position: absolute; bottom: 5px; left: 0; width: 100%; height: 15px; background: rgba(188, 38, 75, 0.2); z-index: -1; border-radius: 4px; }
.sv-demo-subtitle { color: rgba(255, 255, 255, 0.7); font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.6; margin-bottom: 50px; font-weight: 400; }

.sv-demo-buttons { display: flex; gap: 20px; justify-content: flex-start; flex-wrap: wrap; }
.sv-btn { position: relative; display: inline-flex; align-items: center; padding: 22px 40px; font-size: 1.1rem; font-weight: 700; text-decoration: none; border-radius: 14px; border: none; cursor: pointer; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); overflow: hidden; font-family: 'Inter', sans-serif; z-index: 10; }

/* Botones Específicos */
.sv-btn-demo-primary { background: linear-gradient(135deg, #BC264B 0%, #8f1d39 100%); color: #ffffff; border: 2px solid rgba(255, 255, 255, 0.1); box-shadow: 0 10px 40px rgba(188, 38, 75, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2); }
.sv-btn-demo-primary:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 20px 60px rgba(188, 38, 75, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3); }
.sv-btn-demo-whatsapp { background: #25D366; color: #ffffff; border: 2px solid rgba(255, 255, 255, 0.2); box-shadow: 0 10px 40px rgba(37, 211, 102, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2); }
.sv-btn-demo-whatsapp:hover { background: #22c55e; transform: translateY(-3px) scale(1.05); box-shadow: 0 20px 60px rgba(37, 211, 102, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3); }

/* Shine & Ripple */
.sv-btn-shine { position: absolute; top: 0; left: -100%; width: 50%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent); transition: left 1s; }
.sv-btn-ripple { position: absolute; border-radius: 50%; background: rgba(255, 255, 255, 0.4); transform: scale(0); pointer-events: none; }
.sv-btn-ripple.sv-ripple-active { animation: sv-ripple-animation 0.6s ease-out; }
@keyframes sv-ripple-animation { to { transform: scale(2); opacity: 0; } }

/* Iconos */
.sv-whatsapp-icon, .sv-btn-icon-svg { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; }
.sv-btn-content { position: relative; z-index: 2; display: flex; align-items: center; gap: 12px; }
.sv-btn-label { font-weight: 800; text-transform: uppercase; font-size: 0.95rem; letter-spacing: 0.5px; }
.sv-whatsapp-particles { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; }
.sv-particle { position: absolute; width: 6px; height: 6px; background: rgba(255, 255, 255, 0.8); border-radius: 50%; opacity: 0; transform: translateY(0) scale(0); transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.sv-particle:nth-child(1) { left: 20%; bottom: 10px; }
.sv-particle:nth-child(2) { left: 50%; bottom: 10px; transition-delay: 0.1s; }
.sv-particle:nth-child(3) { left: 80%; bottom: 10px; transition-delay: 0.2s; }

/* =========================================
   4. ESTILOS PORTÁTIL & CHAT
   ========================================= */
.sv-demo-visual { display: flex; justify-content: center; align-items: center; position: relative; width: 100%; transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1); z-index: 10; }
.sv-demo-visual.is-immersive { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(10, 10, 10, 0.95); z-index: 9999; padding: 0; margin: 0; }

.sv-laptop-static { width: 100%; max-width: 500px; display: flex; flex-direction: column; align-items: center; transition: all 0.6s ease; }
.sv-screen-frame { width: 100%; height: 300px; background: #1a1a1a; border-radius: 16px 16px 0 0; border: 2px solid #333; position: relative; padding: 10px; box-shadow: 0 0 40px rgba(0,0,0,0.5); transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1); }
.sv-demo-visual.is-immersive .sv-screen-frame { width: 90vw; height: 85vh; max-width: 1200px; border-radius: 8px; box-shadow: 0 0 100px rgba(0,0,0,1); border-color: #444; }
.sv-camera { position: absolute; top: 4px; left: 50%; transform: translateX(-50%); width: 4px; height: 4px; background: #555; border-radius: 50%; }
.sv-screen-display { width: 100%; height: 100%; background: #000; border-radius: 4px; overflow: hidden; position: relative; border: 1px solid #222; }
.sv-base-frame { width: 120%; height: 14px; background: #252525; border-radius: 0 0 14px 14px; margin-top: -2px; transform: perspective(600px) rotateX(10deg); box-shadow: 0 20px 50px rgba(0,0,0,0.7); transition: all 0.4s ease; }
.sv-trackpad { width: 25%; height: 100%; background: #2a2a2a; margin: 0 auto; opacity: 0.5; }
.sv-demo-visual.is-immersive .sv-base-frame { opacity: 0; transform: translateY(50px); pointer-events: none; }

/* Estados Internos */
.sv-state-idle { height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; transition: opacity 0.5s; }
.sv-logo-pulse { font-size: 2rem; font-weight: 900; color: #333; animation: pulse 2s infinite; }
@keyframes pulse { 50% { opacity: 0.5; } }

.sv-state-active { 
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #111; 
    opacity: 0; transform: translateY(10px); transition: all 0.5s ease 0.3s; 
    display: flex; flex-direction: column; pointer-events: none; 
}
.sv-screen-display.is-active .sv-state-idle { opacity: 0; }
.sv-screen-display.is-active .sv-state-active { opacity: 1; transform: translateY(0); pointer-events: auto; }

/* Chat UI (ESTA PARTE FALTABA EN TU CÓDIGO) */
.sv-chat-header { background: #1f1f1f; padding: 15px; border-bottom: 1px solid #333; display: flex; align-items: center; }
.sv-dot-group { display: flex; gap: 6px; }
.dot { width: 10px; height: 10px; border-radius: 50%; }
.red { background: #ff5f57; } .yellow { background: #febc2e; } .green { background: #28c840; }
.sv-close-zoom { margin-left: auto; background: rgba(255,255,255,0.1); border: none; color: #fff; cursor: pointer; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.sv-close-zoom:hover { background: #BC264B; }

.sv-chat-body { flex: 1; padding: 20px; display: flex; flex-direction: column; gap: 12px; overflow-y: auto; scroll-behavior: smooth; }
.sv-chat-body::-webkit-scrollbar { width: 6px; }
.sv-chat-body::-webkit-scrollbar-track { background: #111; }
.sv-chat-body::-webkit-scrollbar-thumb { background: #333; border-radius: 3px; }

.sv-msg-bot { background: #2a2a2a; padding: 12px 18px; border-radius: 12px 12px 12px 2px; max-width: 80%; font-size: 1rem; color: #fff; align-self: flex-start; animation: popIn 0.3s ease forwards; }
.sv-msg-user { background: #BC264B; padding: 12px 18px; border-radius: 12px 12px 2px 12px; max-width: 80%; font-size: 1rem; color: #fff; align-self: flex-end; box-shadow: 0 2px 10px rgba(188, 38, 75, 0.3); animation: popIn 0.3s ease forwards; }
@keyframes popIn { from{ opacity:0; transform:translateY(10px); } to{ opacity:1; transform:translateY(0); } }

/* Footer del Chat */
.sv-chat-footer { display: flex !important; align-items: center; width: 100%; padding: 15px; background: #1f1f1f; border-top: 1px solid #333; gap: 10px; box-sizing: border-box; }
#chatInput { flex-grow: 1 !important; width: auto; background: #2a2a2a; border: 1px solid #333; padding: 12px 15px; border-radius: 25px; color: #fff; outline: none; font-size: 0.95rem; transition: border-color 0.3s; }
#chatInput:focus { border-color: #BC264B; }
#btnSendMsg { flex-shrink: 0; width: 45px; height: 45px; background: #BC264B; border: none; color: #fff; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: transform 0.2s, background 0.2s; }
#btnSendMsg:hover { transform: scale(1.1); background: #a01b3d; }

/* =========================================
   5. RESPONSIVE
   ========================================= */
@media (max-width: 950px) {
    .sv-flex-layout { flex-direction: column; text-align: center; gap: 60px; }
    .sv-demo-buttons { justify-content: center; }
    .sv-col-content, .sv-col-visual { width: 100%; }
}

@media (max-width: 768px) {
    .sv-master-wrapper { padding: 60px 20px; }
    .sv-btn { width: 100%; max-width: 350px; justify-content: center; }
    /* Fondo granate para inmersivo móvil */
    .sv-demo-visual.is-immersive { background: #BC264B; }
    .sv-demo-visual.is-immersive .sv-screen-frame { width: 95vw; height: 90vh; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-89b4d78 *//* ============================================
   BLOQUE 5 - STORYTELLING
============================================ */
.sv-story {
    position: relative;
    padding: 120px 20px;
    overflow: hidden;
}

/* Fondo con luz dinámica */
.sv-story-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.sv-story-light {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(188, 38, 75, 0.15), transparent 50%);
    transition: background 0.3s ease;
}

.sv-story-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(188, 38, 75, 0.05) 50%, transparent 100%);
}

/* Container */
.sv-story-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
}

/* Badge */
.sv-story-badge-wrapper {
    text-align: center;
    margin-bottom: 40px;
}

/* Header */
.sv-story-header {
    text-align: center;
    margin-bottom: 80px;
}

.sv-story-title {
    color: #ffffff;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -1.5px;
}

.sv-story-highlight {
    color: #BC264B;
    display: block;
    margin-top: 10px;
}

/* ============================================
   CONTENIDO NARRATIVO
============================================ */
.sv-story-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    margin-bottom: 60px;
}

/* Columna de texto */
.sv-story-text {
    max-width: 650px;
}

.sv-story-intro {
    position: relative;
    margin-bottom: 35px;
    padding-left: 30px;
}

.sv-story-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 0;
    background: linear-gradient(180deg, #BC264B, transparent);
    transition: height 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.sv-story-name {
    color: #ffffff;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.sv-story-paragraph {
    margin-bottom: 30px;
}

.sv-story-paragraph p {
    color: rgba(255, 255, 255, 0.8);
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    line-height: 1.8;
    margin: 0;
}

.sv-story-paragraph strong {
    color: #ffffff;
    font-weight: 700;
}

.sv-text-highlight {
    color: #BC264B;
    font-weight: 700;
}

.sv-text-red {
    color: #BC264B;
    font-weight: 800;
}

/* Párrafo de énfasis */
.sv-story-emphasis {
    background: rgba(188, 38, 75, 0.05);
    border-left: 4px solid #BC264B;
    padding: 25px 30px;
    border-radius: 8px;
    margin: 40px 0;
}

.sv-story-emphasis p {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1.15rem, 2.2vw, 1.35rem);
    font-weight: 600;
}

/* Quote final */
.sv-story-quote {
    position: relative;
    padding: 40px;
    margin-top: 50px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(188, 38, 75, 0.2);
    border-radius: 16px;
}

.sv-quote-mark {
    position: absolute;
    top: -20px;
    left: 30px;
    font-size: 80px;
    color: #BC264B;
    font-family: Georgia, serif;
    line-height: 1;
    opacity: 0.3;
}

.sv-quote-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1.2rem, 2.3vw, 1.5rem);
    font-weight: 600;
    line-height: 1.6;
    font-style: italic;
    margin: 0;
    position: relative;
    z-index: 2;
}

/* ============================================
   COLUMNA VISUAL
============================================ */
.sv-story-visual {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.sv-story-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 3/4;
}

.sv-story-image-placeholder {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(188, 38, 75, 0.1), rgba(188, 38, 75, 0.05));
    border: 2px solid rgba(188, 38, 75, 0.3);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sv-image-icon {
    font-size: 4rem;
    margin-bottom: 15px;
    filter: grayscale(0.3);
}

.sv-image-text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Marco decorativo */
.sv-story-image-frame {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    border: 3px solid #BC264B;
    border-radius: 20px;
    z-index: 1;
    transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Stats */
.sv-story-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.sv-stat-item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(188, 38, 75, 0.2);
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.3s;
}

.sv-stat-item:hover {
    background: rgba(188, 38, 75, 0.05);
    border-color: rgba(188, 38, 75, 0.4);
    transform: translateY(-5px);
}

.sv-stat-number {
    color: #BC264B;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px;
}

.sv-stat-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ============================================
   CTAs FINALES
============================================ */
.sv-story-ctas {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.sv-btn-story-primary,
.sv-btn-story-secondary {
    display: inline-flex;
    align-items: center;
    padding: 20px 40px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.sv-btn-story-primary {
    background: linear-gradient(135deg, #BC264B, #8f1d39);
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 10px 40px rgba(188, 38, 75, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.sv-btn-story-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 
        0 20px 60px rgba(188, 38, 75, 0.6),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.sv-btn-story-secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(188, 38, 75, 0.5);
}

.sv-btn-story-secondary:hover {
    background: rgba(188, 38, 75, 0.1);
    border-color: #BC264B;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(188, 38, 75, 0.3);
}

.sv-btn-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sv-btn-icon {
    font-size: 1.2rem;
}

/* ============================================
   RESPONSIVE
============================================ */
@media (max-width: 1024px) {
    .sv-story-content {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .sv-story-text {
        max-width: 100%;
    }
    
    .sv-story-visual {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .sv-story {
        padding: 80px 20px;
    }
    
    .sv-story-header {
        margin-bottom: 50px;
    }
    
    .sv-story-content {
        gap: 50px;
        margin-bottom: 50px;
    }
    
    .sv-story-intro {
        padding-left: 20px;
        margin-bottom: 25px;
    }
    
    .sv-story-paragraph {
        margin-bottom: 25px;
    }
    
    .sv-story-emphasis {
        padding: 20px 20px;
        margin: 30px 0;
    }
    
    .sv-story-quote {
        padding: 30px 25px;
        margin-top: 40px;
    }
    
    .sv-quote-mark {
        font-size: 60px;
        left: 20px;
    }
    
    .sv-story-stats {
        grid-template-columns: 1fr;
    }
    
    .sv-story-ctas {
        flex-direction: column;
        align-items: center;
    }
    
    .sv-btn-story-primary,
    .sv-btn-story-secondary {
        width: 100%;
        max-width: 350px;
        justify-content: center;
        padding: 18px 35px;
        font-size: 1rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f0b5862 *//* ============================================
   BLOQUE 6 - FORMACIÓN Y RECURSOS
============================================ */
.sv-resources {
    position: relative;
    padding: 120px 20px;

    overflow: hidden;
}

/* Fondo con patrón de puntos */
.sv-resources-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.sv-dots-pattern {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150%;
    height: 150%;
    background-image: radial-gradient(rgba(188, 38, 75, 0.15) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.3;
    transition: transform 0.1s linear;
}

.sv-resources-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(188, 38, 75, 0.15), transparent 70%);
    filter: blur(80px);
    transition: transform 0.3s ease;
}

/* Container */
.sv-resources-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
}

/* ============================================
   HEADER
============================================ */
.sv-resources-header {
    text-align: center;
    margin-bottom: 80px;
}

.sv-resources-title {
    color: #ffffff;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -1.5px;
    margin-bottom: 25px;
}

.sv-resources-highlight {
    color: #BC264B;
    display: inline-block;
}

.sv-resources-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    line-height: 1.6;
    font-weight: 400;
}

/* ============================================
   GRID DE RECURSOS
============================================ */
.sv-resources-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

/* Cards de recursos */
.sv-resource-card {
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 40px 35px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    overflow: hidden;
}

/* Efecto de brillo al hover */
.sv-resource-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
        rgba(188, 38, 75, 0.1),
        transparent 40%
    );
    opacity: 0;
    transition: opacity 0.3s;
}

.sv-resource-card:hover::before {
    opacity: 1;
}

.sv-resource-card:hover {
    border-color: rgba(188, 38, 75, 0.4);
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(188, 38, 75, 0.2);
}

/* Card destacada */
.sv-resource-featured {
    background: linear-gradient(135deg, rgba(188, 38, 75, 0.08), rgba(188, 38, 75, 0.03));
    border: 2px solid rgba(188, 38, 75, 0.3);
}

.sv-resource-featured:hover {
    border-color: rgba(188, 38, 75, 0.6);
    box-shadow: 0 25px 60px rgba(188, 38, 75, 0.3);
}

/* Badge GRATUITO */
.sv-resource-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #BC264B;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    padding: 6px 14px;
    border-radius: 100px;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(188, 38, 75, 0.4);
    animation: sv-badge-pulse-resources 2s infinite;
}

@keyframes sv-badge-pulse-resources {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* Icono del recurso */
.sv-resource-icon-wrapper {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0 auto 30px;
    background: rgba(188, 38, 75, 0.1);
    border-radius: 50%;
    border: 2px solid rgba(188, 38, 75, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    overflow: hidden;
}

.sv-resource-card:hover .sv-resource-icon-wrapper {
    background: rgba(188, 38, 75, 0.2);
    border-color: #BC264B;
    transform: scale(1.1) rotate(5deg);
}

.sv-resource-icon {
    font-size: 2.8rem;
    transition: transform 0.4s;
}

.sv-resource-card:hover .sv-resource-icon {
    transform: scale(1.2);
}

/* Efecto shine en card destacada */
.sv-resource-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 1.5s;
}

/* Título del recurso */
.sv-resource-title {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 15px;
    text-align: center;
}

/* Descripción */
.sv-resource-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.05rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 25px;
}

/* Features (solo en card destacada) */
.sv-resource-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
    padding: 20px 0;
    border-top: 1px solid rgba(188, 38, 75, 0.2);
    border-bottom: 1px solid rgba(188, 38, 75, 0.2);
}

.sv-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
}

.sv-feature-icon {
    color: #BC264B;
    font-weight: 900;
    font-size: 1.1rem;
}

/* Meta información */
.sv-resource-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
}

.sv-meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
}

.sv-meta-icon {
    font-size: 1.1rem;
}

/* Tags */
.sv-resource-tags {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.sv-tag {
    background: rgba(188, 38, 75, 0.1);
    color: #BC264B;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 100px;
    border: 1px solid rgba(188, 38, 75, 0.2);
}

/* CTA de cada card */
.sv-resource-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 15px 25px;
    background: transparent;
    color: #BC264B;
    border: 2px solid rgba(188, 38, 75, 0.3);
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
}

.sv-resource-cta:hover {
    background: rgba(188, 38, 75, 0.1);
    border-color: #BC264B;
    transform: translateX(5px);
}

.sv-cta-arrow {
    font-size: 1.2rem;
    transition: transform 0.3s;
}

.sv-resource-cta:hover .sv-cta-arrow {
    transform: translateX(5px);
}

/* ============================================
   CTAs PRINCIPALES
============================================ */
.sv-resources-main-ctas {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.sv-btn-resources-primary,
.sv-btn-resources-secondary {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 22px 45px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 14px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

.sv-btn-resources-primary {
    background: linear-gradient(135deg, #BC264B, #8f1d39);
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 10px 40px rgba(188, 38, 75, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.sv-btn-resources-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 
        0 20px 60px rgba(188, 38, 75, 0.6),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.sv-btn-resources-secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(188, 38, 75, 0.5);
}

.sv-btn-resources-secondary:hover {
    background: rgba(188, 38, 75, 0.1);
    border-color: #BC264B;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(188, 38, 75, 0.3);
}

.sv-btn-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
}

.sv-btn-icon {
    font-size: 1.3rem;
}

/* ============================================
   RESPONSIVE
============================================ */
@media (max-width: 768px) {
    .sv-resources {
        padding: 80px 20px;
    }
    
    .sv-resources-header {
        margin-bottom: 50px;
    }
    
    .sv-resources-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 50px;
    }
    
    .sv-resource-card {
        padding: 35px 25px;
    }
    
    .sv-resource-icon-wrapper {
        width: 80px;
        height: 80px;
        margin-bottom: 25px;
    }
    
    .sv-resource-icon {
        font-size: 2.5rem;
    }
    
    .sv-resource-title {
        font-size: 1.35rem;
    }
    
    .sv-resources-main-ctas {
        flex-direction: column;
        align-items: center;
    }
    
    .sv-btn-resources-primary,
    .sv-btn-resources-secondary {
        width: 100%;
        max-width: 350px;
        justify-content: center;
        padding: 18px 35px;
        font-size: 1rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8af2092 *//* ============================================
   BLOQUE FAQ - PREGUNTAS FRECUENTES
============================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;

}

.sv-faq {
    position: relative;
    padding: 120px 20px;
    
    overflow: hidden;
}

/* Canvas para partículas de fondo */
#svFaqCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    opacity: 0.4;
}

/* Decoraciones de fondo */
.sv-faq-decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.sv-faq-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.12;
}

.sv-faq-glow-1 {
    width: 700px;
    height: 700px;
    background: #BC264B;
    top: 200px;
    left: -250px;
    animation: sv-float-faq 22s infinite ease-in-out;
}

.sv-faq-glow-2 {
    width: 600px;
    height: 600px;
    background: #BC264B;
    bottom: 300px;
    right: -200px;
    animation: sv-float-faq 28s infinite ease-in-out reverse;
}

@keyframes sv-float-faq {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(60px, -40px) scale(1.15); }
    66% { transform: translate(-40px, 40px) scale(0.85); }
}

/* Container */
.sv-faq-container {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
}

/* ============================================
   HEADER FAQ
============================================ */
.sv-faq-header {
    text-align: center;
    margin-bottom: 80px;
}

.sv-faq-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(188, 38, 75, 0.05);
    border: 1px solid rgba(188, 38, 75, 0.25);
    padding: 10px 22px;
    border-radius: 100px;
    margin-bottom: 30px;
}

.sv-faq-emoji {
    font-size: 1.3rem;
    animation: sv-brain-pulse 2s infinite;
}

@keyframes sv-brain-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.15); }
}

.sv-faq-badge-text {
    color: #BC264B;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.5px;
}

.sv-faq-title {
    color: #ffffff;
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -1.5px;
    margin-bottom: 25px;
}

.sv-faq-title-highlight {
    color: #BC264B;
    position: relative;
    display: inline-block;
}

.sv-faq-subtitle {
    color: rgba(255, 255, 255, 0.65);
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
    font-weight: 400;
}

/* ============================================
   ACCORDION FAQ
============================================ */
.sv-faq-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sv-faq-item {
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(10px);
}

.sv-faq-item:hover {
    border-color: rgba(188, 38, 75, 0.3);
    background: rgba(255, 255, 255, 0.04);
}

.sv-faq-item.active {
    border-color: rgba(188, 38, 75, 0.5);
    background: rgba(188, 38, 75, 0.03);
    box-shadow: 0 10px 40px rgba(188, 38, 75, 0.15);
}

/* Question */
.sv-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 35px;
    cursor: pointer;
    user-select: none;
    gap: 20px;
}

.sv-faq-question-content {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    flex: 1;
}

.sv-faq-number {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    background: rgba(188, 38, 75, 0.1);
    border: 1px solid rgba(188, 38, 75, 0.3);
    border-radius: 8px;
    color: #BC264B;
    font-size: 0.9rem;
    font-weight: 800;
    transition: all 0.3s;
}

.sv-faq-item:hover .sv-faq-number,
.sv-faq-item.active .sv-faq-number {
    background: rgba(188, 38, 75, 0.2);
    border-color: #BC264B;
    transform: scale(1.05);
}

.sv-faq-question-text {
    color: #ffffff;
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    font-weight: 700;
    line-height: 1.4;
    transition: color 0.3s;
}

.sv-faq-item:hover .sv-faq-question-text,
.sv-faq-item.active .sv-faq-question-text {
    color: #BC264B;
}

/* Icon */
.sv-faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    background: rgba(188, 38, 75, 0.08);
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.sv-faq-item:hover .sv-faq-icon,
.sv-faq-item.active .sv-faq-icon {
    background: rgba(188, 38, 75, 0.15);
}

.sv-faq-icon svg {
    width: 20px;
    height: 20px;
    stroke: #BC264B;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.sv-faq-item.active .sv-faq-icon svg {
    transform: rotate(180deg);
}

/* Answer */
.sv-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                padding 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.sv-faq-item.active .sv-faq-answer {
    max-height: 500px;
    padding: 0 35px 32px 35px;
}

.sv-faq-answer-content {
    padding-left: 50px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.08rem;
    line-height: 1.8;
    font-weight: 400;
}

/* Línea decorativa */
.sv-faq-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #BC264B, transparent);
    transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.sv-faq-item.active .sv-faq-line {
    width: 100%;
}

/* ============================================
   CTA FINAL
============================================ */
.sv-faq-cta {
    text-align: center;
    margin-top: 70px;
    padding-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sv-faq-cta-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.2rem;
    margin-bottom: 25px;
    font-weight: 500;
}

.sv-faq-cta-text strong {
    color: #BC264B;
    font-weight: 700;
}

.sv-btn-faq {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 20px 40px;
    background: linear-gradient(135deg, #BC264B 0%, #8a1c38 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.sv-btn-faq::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s;
}

.sv-btn-faq:hover::before {
    left: 100%;
}

.sv-btn-faq:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 50px rgba(188, 38, 75, 0.4);
}

/* ============================================
   RESPONSIVE
============================================ */
@media (max-width: 768px) {
    .sv-faq {
        padding: 80px 20px;
    }

    .sv-faq-header {
        margin-bottom: 50px;
    }

    .sv-faq-question {
        padding: 22px 25px;
    }

    .sv-faq-question-content {
        gap: 12px;
    }

    .sv-faq-number {
        min-width: 28px;
        height: 28px;
        font-size: 0.85rem;
    }

    .sv-faq-item.active .sv-faq-answer {
        padding: 0 25px 28px 25px;
    }

    .sv-faq-answer-content {
        padding-left: 0;
        font-size: 1rem;
    }

    .sv-faq-cta {
        margin-top: 50px;
        padding-top: 40px;
    }

    .sv-btn-faq {
        padding: 18px 35px;
        font-size: 1rem;
    }
}/* End custom CSS */
/* Start custom CSS *//* Fuerza el fondo negro en todas las capas estructurales */
html, body, #page, .site-content, .site-inner, .elementor-section, .entry-content {
    background-color: #392F2E !important;
}

/* Elimina márgenes extraños que a veces añaden los temas */
.site-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}/* End custom CSS */