:root {
    --color-bg-primary:    #fcfcfc;
    --color-bg-secondary:  #0a0a14;
    --color-bg-tertiary:   #0F1B3D;
    --color-accent1:       #7B2CFF;
    --color-accent2:       #A855F7;
    --color-accent3:       #FF2FA3;
    --color-accent4:       #2F7BFF;
    --color-accent5:       #00C2FF;
    --color-whatsapp:      #25D366;
    --color-white:         #ffffff;
    --color-black:         #111111;
    --color-gray-dark:     #ffffff;
    --color-gray-medium:   #555555;
    --color-gray-light:    #777777;
    --bg-color:            var(--color-bg-primary);
    --bg-secondary:        var(--color-bg-secondary);
    --bg-card:             rgba(123, 44, 255, 0.06);
    --text-main:           var(--color-black);
    --text-muted:          var(--color-gray-medium);
    --accent:              var(--color-accent1);
    --gradient:            linear-gradient(135deg, var(--color-accent1) 0%, var(--color-accent3) 100%);
    --gradient-dark:       linear-gradient(160deg, #08081a 0%, #0d0d28 30%, #111135 60%, #080820 100%);
    --font-main: 'Montserrat', sans-serif;
    --font-title: 'Playfair Display', serif;
    --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    --container-width: 1200px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
    font-family: var(--font-main);
    background-color: var(--bg-color);
    color: var(--text-main);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }
img { max-width: 100%; display: block; height: auto; }

.container { max-width: var(--container-width); margin: 0 auto; padding: 0 20px; }
.section { padding: 80px 0; position: relative; }

/* ============================================================= */
/*    DARK BLOCK - VERSIÓN ÉPICA (PARTÍCULAS + GLOW + NEÓN)     */
/* ============================================================= */
.dark-block {
    background: 
        radial-gradient(ellipse at 20% 50%, rgba(123,44,255,0.2) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(255,47,163,0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 80%, rgba(47,123,255,0.18) 0%, transparent 40%),
        radial-gradient(ellipse at 10% 10%, rgba(0,194,255,0.08) 0%, transparent 40%),
        radial-gradient(ellipse at 90% 80%, rgba(123,44,255,0.1) 0%, transparent 40%),
        linear-gradient(165deg, #020208 0%, #080618 15%, #0e0b2e 35%, #0a081c 55%, #060418 75%, #020208 100%) !important;
    color: var(--color-white);
    position: relative;
    overflow: hidden;
}

.dark-block::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3CradialGradient id='g1'%3E%3Cstop offset='0%25' stop-color='%23792cff' stop-opacity='0.8'/%3E%3Cstop offset='100%25' stop-color='%23792cff' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='g2'%3E%3Cstop offset='0%25' stop-color='%23FF2FA3' stop-opacity='0.6'/%3E%3Cstop offset='100%25' stop-color='%23FF2FA3' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='g3'%3E%3Cstop offset='0%25' stop-color='%232F7BFF' stop-opacity='0.5'/%3E%3Cstop offset='100%25' stop-color='%232F7BFF' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Ccircle cx='15' cy='20' r='12' fill='url(%23g1)'%3E%3Canimate attributeName='cy' values='20;30;20' dur='4s' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='50' cy='60' r='8' fill='url(%23g2)'%3E%3Canimate attributeName='cy' values='60;48;60' dur='5s' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='80' cy='30' r='10' fill='url(%23g3)'%3E%3Canimate attributeName='cy' values='30;42;30' dur='6s' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='25' cy='75' r='6' fill='url(%23g1)'%3E%3Canimate attributeName='cy' values='75;65;75' dur='3.5s' repeatCount='indefinite'/%3E%3Ccircle cx='70' cy='85' r='9' fill='url(%23g2)'%3E%3Canimate attributeName='cy' values='85;73;85' dur='4.5s' repeatCount='indefinite'/%3E%3Ccircle cx='90' cy='55' r='7' fill='url(%23g3)'%3E%3Canimate attributeName='cy' values='55;67;55' dur='5.5s' repeatCount='indefinite'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
    animation: particlesFloat 8s ease-in-out infinite alternate;
    opacity: 0.6;
}

.dark-block::after {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23792cff' stroke-opacity='0.04' stroke-width='0.5'%3E%3Cline x1='0' y1='60' x2='60' y2='0'/%3E%3Cline x1='30' y1='60' x2='60' y2='30'/%3E%3Cline x1='0' y1='30' x2='30' y2='0'/%3E%3Ccircle cx='30' cy='30' r='1' fill='%23FF2FA3' fill-opacity='0.15'/%3E%3Ccircle cx='0' cy='0' r='0.8' fill='%232F7BFF' fill-opacity='0.1'/%3E%3Ccircle cx='60' cy='60' r='0.8' fill='%2300C2FF' fill-opacity='0.1'/%3E%3C/g%3E%3C/svg%3E"),
        radial-gradient(ellipse at 50% 50%, transparent 40%, rgba(0,0,0,0.4) 100%);
    pointer-events: none;
    z-index: 0;
}

.dark-block .container::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(123,44,255,0.2) 0%, rgba(255,47,163,0.1) 30%, transparent 70%);
    border-radius: 50%;
    z-index: -1;
    animation: glowExplosion 6s ease-in-out infinite;
}

.dark-block .container::after {
    content: '';
    position: absolute;
    bottom: -150px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(47,123,255,0.15) 0%, rgba(0,194,255,0.08) 30%, transparent 70%);
    border-radius: 50%;
    z-index: -1;
    animation: glowExplosion 6s ease-in-out 3s infinite;
}

@keyframes particlesFloat {
    0% { opacity: 0.4; transform: translateY(0); }
    100% { opacity: 0.8; transform: translateY(-10px); }
}

@keyframes glowExplosion {
    0% { transform: scale(0.8); opacity: 0.5; }
    25% { transform: scale(1.4); opacity: 1; }
    50% { transform: scale(1); opacity: 0.7; }
    75% { transform: scale(1.6); opacity: 0.9; }
    100% { transform: scale(0.8); opacity: 0.5; }
}

.dark-block .container {
    position: relative;
    z-index: 1;
}

/* ============================================================= */
/*    FOOTER - VERSIÓN ÉPICA                                    */
/* ============================================================= */
.footer {
    background: 
        radial-gradient(ellipse at 50% 0%, rgba(123,44,255,0.18) 0%, transparent 50%),
        radial-gradient(ellipse at 20% 100%, rgba(255,47,163,0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 100%, rgba(47,123,255,0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 90% 50%, rgba(0,194,255,0.05) 0%, transparent 30%),
        linear-gradient(170deg, #020208 0%, #080618 30%, #060418 50%, #080618 70%, #020208 100%) !important;
    color: #ddd;
    padding: 60px 0 40px;
    margin-bottom: 0 !important;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #792cff, #FF2FA3, #00C2FF, #792cff, transparent);
    box-shadow: 0 0 15px rgba(123,44,255,0.8), 0 0 30px rgba(255,47,163,0.5), 0 0 50px rgba(0,194,255,0.3);
    animation: footerLinePulse 3s ease-in-out infinite alternate;
}

@keyframes footerLinePulse {
    0% { box-shadow: 0 0 15px rgba(123,44,255,0.8), 0 0 30px rgba(255,47,163,0.5); }
    100% { box-shadow: 0 0 25px rgba(123,44,255,1), 0 0 50px rgba(255,47,163,0.8), 0 0 80px rgba(0,194,255,0.5); }
}

.footer::after {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='30' r='1.5' fill='%23792cff' fill-opacity='0.3'%3E%3Canimate attributeName='opacity' values='0.3;0.8;0.3' dur='3s' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='60' cy='80' r='1' fill='%23FF2FA3' fill-opacity='0.25'%3E%3Canimate attributeName='opacity' values='0.25;0.7;0.25' dur='4s' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='100' cy='40' r='1.2' fill='%232F7BFF' fill-opacity='0.2'%3E%3Canimate attributeName='opacity' values='0.2;0.6;0.2' dur='5s' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='40' cy='100' r='1.8' fill='%2300C2FF' fill-opacity='0.2'%3E%3Canimate attributeName='opacity' values='0.2;0.65;0.2' dur='3.5s' repeatCount='indefinite'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
}

.footer .container {
    position: relative;
    z-index: 1;
}

/* ============================================================= */
/*    MODAL - VERSIÓN ÉPICA                                     */
/* ============================================================= */
.modal-content {
    background: 
        radial-gradient(ellipse at 50% 0%, rgba(123,44,255,0.2) 0%, transparent 60%),
        radial-gradient(ellipse at 50% 100%, rgba(255,47,163,0.1) 0%, transparent 50%),
        linear-gradient(170deg, #0e0b2e, #08061a, #040410) !important;
    border: 1px solid rgba(123,44,255,0.3) !important;
    box-shadow: 0 0 60px rgba(123,44,255,0.3), 0 0 100px rgba(255,47,163,0.15) !important;
}

/* ========== BOTONES ========== */
.btn-primary, .nav-cta {
    background: var(--gradient);
    color: #000;
    padding: 14px 28px;
    font-weight: 700;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 0.95rem;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 6px 18px rgba(123, 44, 255, 0.25);
    white-space: nowrap;
}
.btn-primary:hover, .nav-cta:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(123, 44, 255, 0.4); }

.btn-secondary {
    border: 2px solid var(--accent); color: var(--accent);
    padding: 14px 36px; font-weight: 600; border-radius: 50px;
    display: inline-block; text-transform: uppercase;
    font-size: 0.95rem; transition: var(--transition);
}
.btn-secondary:hover { background: var(--accent); color: #fff; transform: translateY(-2px); }

.big-btn { padding: 16px 48px; font-size: 1.05rem; }
.pulse { animation: pulse-animation 2s infinite; }

@keyframes pulse-animation {
    0%   { box-shadow: 0 0 0 0 rgba(123, 44, 255, 0.25); }
    70%  { box-shadow: 0 0 0 18px transparent; }
    100% { box-shadow: 0 0 0 0 transparent; }
}

/* ========== NAVBAR ========== */
.navbar {
    position: fixed; top: 0; left: 0; right: 0; width: 100%;
    padding: 18px 0; z-index: 9999;
    background: rgba(10, 10, 10, 0.92);
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(123, 44, 255, 0.25);
    transition: var(--transition);
}
.navbar-container {
    display: flex; align-items: center; justify-content: space-between;
    width: 100%; max-width: 1300px;
    margin: 0 auto; padding: 0 20px; position: relative;
}
.logo-link { 
    flex: 0 0 auto; z-index: 1300;
    margin-right: 80px;
}
.logo-img {
    height: 55px; width: auto; transition: var(--transition);
    animation: levitar 5.5s ease-in-out infinite, brillo-glow 4s ease-in-out infinite alternate;
    filter: drop-shadow(0 0 8px rgba(123, 44, 255, 0.4));
}
.logo-link:hover .logo-img { animation-play-state: paused; transform: scale(1.08); filter: brightness(1.3) drop-shadow(0 0 18px rgba(123, 44, 255, 0.8)); }

@keyframes levitar {
    0%   { transform: translateY(0) scale(1); }
    25%  { transform: translateY(-6px) scale(1.02); }
    50%  { transform: translateY(0) scale(1); }
    75%  { transform: translateY(4px) scale(1.015); }
    100% { transform: translateY(0) scale(1); }
}
@keyframes brillo-glow {
    0%   { filter: drop-shadow(0 0 8px rgba(123, 44, 255, 0.4)); }
    100% { filter: drop-shadow(0 0 18px rgba(123, 44, 255, 0.75)); }
}

.nav-menu { 
    display: flex; gap: 45px; align-items: center;
    flex: 1; justify-content: center;
}
.nav-menu a {
    font-size: 1.1rem; font-weight: 600; color: var(--color-white);
    position: relative; padding: 8px 0; transition: var(--transition);
}
.nav-menu a::after {
    content: ''; position: absolute; width: 0; height: 2px;
    bottom: -6px; left: 50%; background: var(--accent);
    transition: var(--transition); transform: translateX(-50%);
}
.nav-menu a:hover::after, .nav-menu a.active::after { width: 85%; }
.nav-menu a:hover, .nav-menu a.active { color: var(--accent); }

.nav-cta { 
    flex: 0 0 auto;
    margin-left: 80px;
}

.hamburger {
    display: none; flex-direction: column; justify-content: center; align-items: center;
    background: none; border: none; cursor: pointer; z-index: 9999; padding: 8px;
    gap: 6px; width: 40px; height: 40px;
}
.hamburger span {
    display: block; width: 28px; height: 3px;
    background: var(--color-white); border-radius: 2px;
    transition: var(--transition);
}
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }

/* ========== MENÚ MÓVIL ========== */
.mobile-menu-overlay {
    position: fixed; inset: 0; opacity: 0; visibility: hidden;
    transition: opacity 0.3s ease; z-index: 1000; pointer-events: none;
    background: rgba(0,0,0,0.3);
}
.mobile-menu-overlay.active { opacity: 1; visibility: visible; pointer-events: auto; }

.mobile-menu {
    position: fixed; top: 70px; right: 15px;
    width: auto; min-width: 200px; max-width: 250px; height: auto;
    background: rgba(20, 15, 40, 0.97);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(123, 44, 255, 0.5); border-radius: 16px;
    transform: translateX(calc(100% + 30px)); opacity: 0;
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 1001; padding: 50px 14px 14px 14px;
    display: flex; flex-direction: column; gap: 6px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.6);
}
.mobile-menu-overlay.active .mobile-menu { transform: translateX(0); opacity: 1; }

.mobile-close {
    position: absolute; top: 12px; right: 12px;
    font-size: 1.6rem; font-weight: 400; color: #fff;
    background: rgba(255,255,255,0.2); border: 1px solid rgba(255,255,255,0.4);
    border-radius: 50%; width: 34px; height: 34px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: all 0.3s ease;
    z-index: 1002; line-height: 1;
}
.mobile-close:hover { background: rgba(123,44,255,0.6); color: #fff; transform: rotate(90deg); }

.mobile-menu a:not([href^="tel:"]) {
    font-size: 0.85rem; font-weight: 600; color: #fff;
    text-transform: uppercase; letter-spacing: 0.5px;
    padding: 10px 12px; border-radius: 8px;
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    text-align: left;
}
.mobile-menu a:not([href^="tel:"]):hover {
    color: var(--accent); background: rgba(123,44,255,0.25);
    padding-left: 16px;
}

.mobile-menu a[href^="tel:"] {
    background: linear-gradient(135deg, var(--color-whatsapp), #128C7E) !important;
    color: white !important; font-size: 0.85rem !important; font-weight: 700 !important;
    margin-top: 6px !important; padding: 12px 14px !important;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4) !important;
    border-radius: 22px !important; display: flex !important;
    align-items: center !important; justify-content: center !important;
    gap: 6px !important; text-align: center;
}
.mobile-menu a[href^="tel:"] i { font-size: 1rem; animation: phone-ring 2s infinite; }
@keyframes phone-ring { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.1); } }

body.menu-open { overflow: hidden !important; }

/* ========== HERO ========== */
.hero-new {
    min-height: 100vh;
    display: flex; align-items: center;
    padding: 170px 0 80px;
    position: relative; overflow: hidden;
}
.hero-new::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path fill="%23792cff" fill-opacity="0.05" d="M0 0h200v200H0z"/><circle cx="100" cy="100" r="80" fill="none" stroke="%23792cff" stroke-width="0.5"/><circle cx="100" cy="100" r="60" fill="none" stroke="%23792cff" stroke-width="0.5"/><circle cx="100" cy="100" r="40" fill="none" stroke="%23792cff" stroke-width="0.5"/></svg>') repeat;
    opacity: 0.3; pointer-events: none;
}
.hero-new .container {
    position: relative; z-index: 2; text-align: left;
    max-width: 1200px; margin-left: 0; margin-right: auto;
    padding: 0 20px;
}
.hero-badge {
    display: inline-block; background: rgba(121, 44, 255, 0.18);
    color: var(--accent); padding: 8px 20px; border-radius: 50px;
    font-size: 0.85rem; font-weight: 600; letter-spacing: 1px;
    margin-bottom: 25px; border: 1px solid rgba(121, 44, 255, 0.3);
}
.hero-new h1 {
    font-size: 3.2rem; font-weight: 800;
    background: linear-gradient(135deg, #fff 0%, var(--accent) 100%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
    margin-bottom: 20px; line-height: 1.15; max-width: 600px;
}
.hero-desc {
    font-size: 1.15rem; color: #ccc; max-width: 480px;
    margin-bottom: 30px; line-height: 1.6;
}
.hero-buttons-new { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 35px; }
.hero-features { display: flex; gap: 24px; flex-wrap: wrap; }
.hero-feature { display: flex; align-items: center; gap: 8px; color: #fff; font-size: 0.95rem; }
.hero-feature i { color: var(--accent); font-size: 1.2rem; }

/* ========== ESTADÍSTICAS ========== */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat-card {
    background: #f8f5ff; padding: 35px 20px; border-radius: 20px;
    text-align: center; box-shadow: 0 8px 32px rgba(121,44,255,0.08);
    transition: all 0.3s ease; border: 2px solid transparent;
}
.stat-card:hover { transform: translateY(-8px); box-shadow: 0 16px 48px rgba(121,44,255,0.18); border-color: var(--accent); background: #fff; }
.stat-icon { font-size: 2.5rem; color: var(--accent); margin-bottom: 15px; }
.stat-number { font-size: 2.8rem; font-weight: 800; color: var(--accent); margin-bottom: 8px; }
.stat-label { font-size: 0.9rem; color: #555; font-weight: 600; }

/* ========== ¿POR QUÉ ELEGIRNOS? ========== */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.why-card {
    background: #f8f5ff; padding: 40px 25px; border-radius: 20px;
    text-align: center; transition: all 0.3s ease;
    border: 2px solid rgba(121, 44, 255, 0.12);
    box-shadow: 0 8px 32px rgba(121,44,255,0.06);
}
.why-card:hover { transform: translateY(-8px); border-color: var(--accent); box-shadow: 0 16px 48px rgba(121,44,255,0.2); background: #fff; }
.why-icon { font-size: 2.8rem; color: var(--accent); margin-bottom: 20px; }
.why-card h3 { font-size: 1.3rem; margin-bottom: 15px; color: #1a1a2e; }
.why-card p { color: #666; line-height: 1.6; }

/* ========== SERVICIOS ========== */
.services-grid-new { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.service-card {
    background: #f8f5ff; padding: 40px 25px; border-radius: 20px;
    text-align: center; transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(121,44,255,0.06);
    border: 2px solid rgba(121,44,255,0.12);
}
.service-card:hover { transform: translateY(-8px); box-shadow: 0 16px 48px rgba(121,44,255,0.2); border-color: var(--accent); background: #fff; }
.service-icon { font-size: 2.8rem; color: var(--accent); margin-bottom: 20px; }
.service-card h3 { font-size: 1.3rem; margin-bottom: 15px; color: #1a1a2e; }
.service-card p { color: #666; line-height: 1.6; }

/* ========== PROCESO ========== */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.process-step {
    background: #f8f5ff; padding: 40px 25px; border-radius: 20px;
    text-align: center; transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(121,44,255,0.06);
    border: 2px solid rgba(121,44,255,0.12);
    animation: fadeInUpNew 0.6s ease both;
    position: relative; overflow: hidden;
}
.process-step:hover { transform: translateY(-10px); box-shadow: 0 20px 50px rgba(121,44,255,0.25); border-color: var(--accent); background: #fff; }
.process-step::before {
    content: ''; position: absolute; top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: radial-gradient(circle, rgba(121,44,255,0.04) 0%, transparent 70%);
    transition: all 0.5s ease;
}
.process-step:hover::before { transform: scale(1.1); }

@keyframes fadeInUpNew {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
.step-icon {
    font-size: 2.8rem; color: var(--accent); margin-bottom: 15px;
    transition: transform 0.3s; position: relative; z-index: 1;
}
.process-step:hover .step-icon { transform: scale(1.2) rotate(-5deg); }
.step-number {
    width: 55px; height: 55px;
    background: linear-gradient(135deg, var(--accent), #5f22cc);
    color: white; font-size: 1.5rem; font-weight: 800;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px; transition: all 0.3s ease;
    position: relative; z-index: 1;
    box-shadow: 0 6px 20px rgba(121,44,255,0.3);
}
.process-step:hover .step-number { transform: rotate(360deg) scale(1.15); background: linear-gradient(135deg, var(--color-accent3), var(--accent)); }
.process-step h3 { font-size: 1.2rem; margin-bottom: 12px; color: #1a1a2e; position: relative; z-index: 1; }
.process-step p { color: #666; font-size: 0.95rem; line-height: 1.6; position: relative; z-index: 1; }

/* ========== CTA ========== */
.cta-new { background: #ffffff; padding: 80px 0; text-align: center; }
.cta-container {
    background: linear-gradient(135deg, #FF2FA3 0%, #792cff 50%, #2F7BFF 100%);
    background-size: 200% 200%;
    animation: gradientShift 4s ease infinite, pulseNew 2s infinite;
    border-radius: 28px; padding: 60px 40px; max-width: 750px;
    margin: 0 auto; box-shadow: 0 20px 60px rgba(121,44,255,0.3);
}
@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
@keyframes pulseNew {
    0% { box-shadow: 0 0 0 0 rgba(121,44,255,0.4); }
    70% { box-shadow: 0 0 0 25px rgba(121,44,255,0); }
    100% { box-shadow: 0 0 0 0 rgba(121,44,255,0); }
}

/* ========== TÍTULOS ========== */
.section-title-centered { text-align: center; margin-bottom: 40px; color: #1a1a2e; font-size: 2.2rem; }
.section-subtitle-centered {
    display: block; text-align: center; color: var(--accent);
    text-transform: uppercase; letter-spacing: 2px;
    font-size: 0.85rem; font-weight: 700; margin-bottom: 15px;
}

/* ========== BOTÓN COMPARTIR - SUBIDO (bottom: 180px) ========== */
.share-float { position: fixed; bottom: 180px; right: 25px; z-index: 1100; display: flex; flex-direction: column; align-items: center; }
.share-toggle-checkbox { display: none; }
.share-toggle-btn {
    width: 48px; height: 48px; border-radius: 50%;
    background: var(--accent); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem; cursor: pointer;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    transition: var(--transition); position: relative; z-index: 2;
    border: none; outline: none;
}
.share-toggle-btn:hover { transform: scale(1.1); box-shadow: 0 10px 25px rgba(123, 44, 255, 0.5); }
.share-menu {
    position: absolute; bottom: 65px; left: 50%; transform: translateX(-50%);
    display: flex; flex-direction: column; gap: 10px;
    opacity: 0; visibility: hidden; pointer-events: none;
    transition: all 0.3s ease;
}
.share-toggle-checkbox:checked ~ .share-menu { opacity: 1; visibility: visible; pointer-events: auto; }
.share-icon {
    width: 42px; height: 42px; border-radius: 50%;
    background: var(--accent); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem; transition: var(--transition);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2); text-decoration: none;
}
.share-icon:hover { transform: translateY(-3px) scale(1.1); background: var(--color-accent2); box-shadow: 0 8px 20px rgba(123, 44, 255, 0.4); }
.share-toggle-checkbox:checked ~ .share-toggle-btn { background: var(--color-accent3); transform: rotate(45deg); }

/* ========== WHATSAPP - SUBIDO (bottom: 95px) ========== */
.whatsapp-widget { position: fixed; bottom: 95px; right: 16px; z-index: 1100; }
.whatsapp-icon-btn {
    background: #00a884;
    color: white;
    width: 58px; height: 58px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.9rem;
    box-shadow: 0 8px 30px rgba(0,168,132,0.4);
    transition: all 0.3s ease;
    cursor: pointer; border: none;
}
.whatsapp-icon-btn:hover { 
    transform: scale(1.08); 
    box-shadow: 0 14px 40px rgba(0,168,132,0.5);
}

/* CHAT POPUP - ESCRITORIO (IZQUIERDA) */
.whatsapp-popup {
    display: none;
    position: absolute;
    bottom: 75px;
    left: -360px;
    width: 340px;
    background: #efeae2;
    border-radius: 12px;
    box-shadow: 0 20px 80px rgba(0,0,0,0.5);
    overflow: hidden;
}
.whatsapp-widget.active .whatsapp-popup {
    display: block;
    animation: waIn 0.35s ease forwards;
}
@keyframes waIn {
    0% { opacity: 0; transform: translateY(30px) scale(0.9); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

/* BARRA SUPERIOR */
.whatsapp-header {
    background: #075e54;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.whatsapp-header .whatsapp-logo {
    width: 42px; height: 42px;
    background: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #075e54;
    font-size: 1.5rem;
    flex-shrink: 0;
}
.whatsapp-header .header-info { flex: 1; }
.whatsapp-header .header-info .name {
    color: #fff; font-weight: 600; font-size: 0.95rem;
}
.whatsapp-header .header-info .status {
    color: rgba(255,255,255,0.8); font-size: 0.72rem;
    display: flex; align-items: center; gap: 4px;
}
.whatsapp-header .header-info .status .dot {
    width: 7px; height: 7px; background: #25D366;
    border-radius: 50%;
}
.whatsapp-header .header-call {
    color: #fff; font-size: 1.1rem; cursor: pointer;
    transition: all 0.3s ease;
}
.whatsapp-header .header-call:hover { opacity: 0.7; }

/* ÁREA DE CHAT */
.whatsapp-chat {
    background: #efeae2;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(0,0,0,0.03) 1px, transparent 1px),
        radial-gradient(circle at 80% 70%, rgba(0,0,0,0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    padding: 16px 14px;
    display: flex; flex-direction: column; gap: 10px;
}
.chat-date { text-align: center; margin-bottom: 6px; }
.chat-date span {
    background: rgba(225,218,210,0.9); color: #54656f;
    padding: 5px 12px; border-radius: 8px;
    font-size: 0.7rem; text-transform: uppercase;
    letter-spacing: 0.5px; box-shadow: 0 1px 2px rgba(0,0,0,0.08);
}
.msg-received { display: flex; gap: 8px; align-items: flex-end; }
.msg-received .msg-avatar {
    width: 28px; height: 28px; background: #25D366;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 0.7rem; flex-shrink: 0;
}
.msg-received .msg-bubble {
    background: #fff; padding: 8px 12px; border-radius: 0 10px 10px 10px;
    max-width: 80%; color: #303030; font-size: 0.85rem;
    line-height: 1.45; box-shadow: 0 1px 2px rgba(0,0,0,0.08); position: relative;
}
.msg-received .msg-bubble::before {
    content: ''; position: absolute; top: 0; left: -8px;
    border-top: 8px solid #fff; border-left: 8px solid transparent;
}
.msg-received .msg-time {
    font-size: 0.65rem; color: #8696a0;
    float: right; margin-left: 12px; margin-top: 2px;
}
.whatsapp-input-bar {
    background: #f0f2f5; padding: 8px 12px;
    display: flex; align-items: center; gap: 10px;
}
.whatsapp-input-bar .input-emoji { color: #54656f; font-size: 1.3rem; opacity: 0.6; }
.whatsapp-input-bar .typing-placeholder {
    flex: 1; background: #fff; border-radius: 20px;
    padding: 10px 16px; font-size: 0.85rem; color: #303030;
    font-family: 'Montserrat', sans-serif; cursor: pointer;
}
.whatsapp-input-bar .input-send {
    width: 38px; height: 38px; background: #00a884;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1rem; text-decoration: none;
    transition: all 0.3s ease; flex-shrink: 0;
}
.whatsapp-input-bar .input-send:hover { background: #008f6f; transform: scale(1.05); }

/* ========== MÓVIL: ICONOS AÚN MÁS ARRIBA ========== */
@media (max-width: 768px) {
    .whatsapp-widget { bottom: 85px; right: 10px; z-index: 1000; }
    .whatsapp-icon-btn { width: 52px; height: 52px; font-size: 1.7rem; }
    .whatsapp-popup { 
        width: 290px;
        bottom: 66px; 
        left: -250px;
        z-index: 9999;
    }
    .share-float { right: 16px; bottom: 170px; z-index: 1; }
}

@media (max-width: 380px) {
    .whatsapp-popup { width: 260px; bottom: 62px; left: -230px; }
    .whatsapp-icon-btn { width: 48px; height: 48px; font-size: 1.5rem; }
}
/* ========== MODAL ========== */
.modal {
    position: fixed; inset: 0; background: rgba(0,0,0,0.9);
    z-index: 100000; display: flex; align-items: center; justify-content: center;
    opacity: 0; visibility: hidden; transition: 0.35s ease;
}
.modal.active { opacity: 1; visibility: visible; }
.modal-content {
    background-color: #1a0d2e; padding: 32px 40px 22px;
    border: 1px solid var(--accent); width: 90%; max-width: 540px;
    border-radius: 12px; box-shadow: 0 0 40px rgba(123, 44, 255, 0.4);
    position: relative; max-height: 88vh; overflow-y: auto;
    color: var(--color-white); text-align: center; z-index: 100001;
}
.modal-content h2 { margin: 28px 0 20px 0; font-size: 2.2rem; font-weight: 700; color: var(--accent); }
.modal-close-btn { position: absolute; top: 16px; right: 20px; background: none; border: none; font-size: 2.8rem; color: var(--accent); cursor: pointer; transition: var(--transition); }
.modal-close-btn:hover { color: var(--color-accent3); transform: rotate(90deg); }
.form-subtitle { text-align: center; color: var(--text-muted); margin-bottom: 22px; font-size: 0.98rem; }
.input-group { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; text-align: left; }
.input-group label { font-size: 0.92rem; color: var(--text-muted); font-weight: 600; }
.required { color: #ff4d4d; }
.input-group input, .input-group textarea, .input-group select {
    width: 100%; background: rgba(255,255,255,0.06);
    border: 1px solid rgba(123,44,255,0.25); padding: 14px 16px;
    border-radius: 8px; color: #fff; font-family: var(--font-main);
    font-size: 1rem; transition: var(--transition);
}
.input-group select option { color: #000; background: #fff; }
.input-group input:focus, .input-group textarea:focus, .input-group select:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(123,44,255,0.2); }
.file-group input[type="file"] { padding: 12px; border: 2px dashed var(--accent); border-radius: 8px; background: rgba(123,44,255,0.03); width: 100%; cursor: pointer; }
.file-group small { font-size: 0.8rem; color: var(--text-muted); margin-top: 6px; }
.preview-container { display: flex; flex-wrap: wrap; gap: 12px; margin: 12px 0 16px; justify-content: center; }
.submit-btn {
    width: 100%; padding: 16px; background: var(--gradient); color: #000;
    border: none; font-weight: 700; cursor: pointer; text-transform: uppercase;
    border-radius: 50px; transition: var(--transition);
    box-shadow: 0 6px 20px rgba(123, 44, 255, 0.3); font-size: 1.05rem;
}
.submit-btn:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(123, 44, 255, 0.5); }

/* ========== FOOTER ========== */
.footer { padding: 60px 0 40px; background: #0a0a14; color: #ddd; border-top: 1px solid rgba(123, 44, 255, 0.2); margin-bottom: 0 !important; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px; margin-bottom: 50px; }
.footer h4 { color: var(--color-white); margin-bottom: 16px; font-size: 1.1rem; }
.footer ul li { margin-bottom: 10px; }
.footer ul li a:hover { color: var(--accent); }
.footer-top { text-align: center; margin-bottom: 40px; }
.footer-logo { height: 60px; margin: 0 auto 15px auto; }
.footer-desc { margin: 20px auto; max-width: 700px; }
.footer-grid > div:last-child { text-align: center; }
.social-links { display: flex; justify-content: center; gap: 20px; margin: 20px 0 0 0; }
.social-links a { font-size: 1.85rem; color: #ddd; transition: var(--transition); }
.social-links a:hover { color: var(--accent); transform: translateY(-3px); }
.libro-reclamaciones { width: 200px; margin: 20px auto 0; display: block; transition: transform 0.3s ease; }
.libro-reclamaciones:hover { transform: scale(1.05); }
.libro-link { display: block; text-align: center; }
.copyright { text-align: center; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.08); font-size: 0.9rem; }
.copyright p { margin: 8px 0; }
.copyright a { color: var(--accent); margin: 0 8px; }

/* ========== OCULTAR CON MENÚ ABIERTO ========== */
body.menu-open .whatsapp-widget,
body.menu-open .share-float { opacity: 0; visibility: hidden; }

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
    .navbar-container {
        justify-content: space-between;
        padding: 0 15px;
    }
    .logo-link {
        margin-right: 0;
    }
    .nav-menu { display: none; }
    .nav-cta { display: none !important; }
    .hamburger { 
        display: flex !important;
        margin-left: 0;
        position: static;
    }
    .stats-grid, .why-grid, .services-grid-new, .process-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .hero-new h1 { font-size: 2.5rem; }
}

@media (max-width: 768px) {
    .navbar { padding: 10px 0; }
    .navbar-container { padding: 0 15px; }
    .logo-img { height: 36px; }
    .hero-new { padding: 100px 0 50px; min-height: auto; }
    .hero-new h1 { font-size: 2rem; max-width: 100%; }
    .hero-desc { font-size: 1rem; }
    .hero-new .container { margin-left: 0; padding: 0 16px; }
    .hero-buttons-new { flex-direction: column; }
    .hero-buttons-new .btn-primary, .hero-buttons-new .btn-secondary { text-align: center; display: block; width: 100%; }
    .hero-features { flex-direction: column; gap: 12px; }
    .stats-grid, .why-grid, .services-grid-new, .process-grid { grid-template-columns: 1fr !important; }
    .section { padding: 50px 0; }
    .section-title-centered { font-size: 1.8rem !important; }
    .cta-new > .container > div { flex-direction: column !important; text-align: center !important; padding: 25px 20px !important; }
    .cta-new h2 { font-size: 1.3rem !important; }
    .cta-new p { margin-bottom: 20px !important; }
    .cta-new > .container > div > div:last-child { flex-direction: column !important; width: 100% !important; gap: 12px !important; }
    .cta-new > .container > div > div:last-child a { width: 100% !important; text-align: center !important; display: block !important; }
    .services-grid-new[style*="display: flex"] { flex-direction: column !important; align-items: center !important; }
    .services-grid-new[style*="display: flex"] .service-card { max-width: 100% !important; width: 100% !important; }
    .services-grid-new[style*="grid-template-columns: repeat(3"] { grid-template-columns: 1fr !important; }
    .section .container div[style*="gap: 35px"] { gap: 25px !important; padding: 25px 15px !important; }
    .section .container div[style*="gap: 35px"] img { height: 50px !important; }
    .footer-top { text-align: center; }
    .footer-logo { margin: 0 auto 15px auto; }
    .footer-grid { grid-template-columns: 1fr; text-align: center; }
    .social-links { justify-content: center; }
    
    .section .container > div[style*="display: flex"][style*="gap: 60px"] { flex-direction: column !important; gap: 30px !important; }
    .section .container div[style*="grid-template-columns: 1fr 1fr"] { grid-template-columns: 1fr !important; gap: 15px !important; }
    .section h2[style*="font-size: 2.2rem"] { font-size: 1.6rem !important; }
    div[style*="position: sticky"] { position: static !important; }
}

@media (max-width: 480px) {
    .hero-new h1 { font-size: 1.8rem; }
    .hero-desc { font-size: 0.95rem; }
    .stat-number { font-size: 2.2rem; }
    .cta-new h2 { font-size: 1.2rem !important; }
    .section-title-centered { font-size: 1.6rem !important; }
    .section .container div[style*="gap: 35px"] img { height: 40px !important; }
}

@keyframes timelineGlow {
    0% { box-shadow: 0 0 20px rgba(123,44,255,0.5), 0 0 40px rgba(255,47,163,0.3); }
    100% { box-shadow: 0 0 35px rgba(123,44,255,0.8), 0 0 60px rgba(255,47,163,0.5); }
}

@media (prefers-reduced-motion: reduce) {
    .dark-block::after,
    .dark-block::before,
    .dark-block .container::before,
    .dark-block .container::after {
        animation: none !important;
    }
}

/* ========== NAVBAR OCULTA AL BAJAR, APARECE AL SUBIR ========== */
.navbar {
    transition: transform 0.4s ease;
}
.navbar.hidden {
    transform: translateY(-100%);
}

/* ========== INTRO ÉPICA (SOLO INDEX) ========== */
#introOverlay {
    position: fixed; inset: 0; z-index: 99999;
    background: #000;
    display: flex; align-items: center; justify-content: center;
    transition: opacity 0.8s ease, visibility 0.8s ease;
    overflow: hidden;
}
#introOverlay.hidden { opacity: 0; visibility: hidden; pointer-events: none; }

.intro-particles {
    position: absolute; inset: 0; pointer-events: none;
}
.intro-particle {
    position: absolute; border-radius: 50%;
    animation: particleRain 3s linear infinite;
    opacity: 0;
}
@keyframes particleRain {
    0% { transform: translateY(-10vh) scale(0); opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { transform: translateY(110vh) scale(1); opacity: 0; }
}

.ring {
    position: absolute; border-radius: 50%;
    top: 50%; left: 50%; transform: translate(-50%, -50%);
    pointer-events: none;
}
.ring-1 {
    width: 250px; height: 250px;
    border: 2px solid transparent;
    border-top-color: #792cff;
    border-bottom-color: rgba(123,44,255,0.4);
    animation: spin 1.5s linear infinite;
    box-shadow: 0 0 30px rgba(123,44,255,0.3);
}
.ring-2 {
    width: 290px; height: 290px;
    border: 2px solid transparent;
    border-left-color: #FF2FA3;
    border-right-color: rgba(255,47,163,0.4);
    animation: spin 2s linear infinite reverse;
    box-shadow: 0 0 30px rgba(255,47,163,0.3);
}
.ring-3 {
    width: 330px; height: 330px;
    border: 2px solid transparent;
    border-top-color: #00C2FF;
    border-bottom-color: rgba(0,194,255,0.4);
    animation: spin 2.5s linear infinite;
    box-shadow: 0 0 30px rgba(0,194,255,0.3);
}
.ring-4 {
    width: 370px; height: 370px;
    border: 1px solid transparent;
    border-left-color: rgba(168,85,247,0.5);
    border-right-color: rgba(168,85,247,0.2);
    animation: spin 3s linear infinite reverse;
}
@keyframes spin {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

.light-streak {
    position: absolute; height: 2px; width: 200%;
    background: linear-gradient(90deg, transparent, #792cff, #FF2FA3, transparent);
    animation: streak 2s ease-in-out infinite;
    opacity: 0;
    pointer-events: none;
}
.light-streak:nth-child(1) { top: 30%; animation-delay: 0s; }
.light-streak:nth-child(2) { top: 70%; animation-delay: 0.7s; background: linear-gradient(90deg, transparent, #FF2FA3, #00C2FF, transparent); }
.light-streak:nth-child(3) { top: 50%; animation-delay: 1.4s; background: linear-gradient(90deg, transparent, #00C2FF, #792cff, transparent); }
@keyframes streak {
    0% { transform: translateX(-100%); opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    100% { transform: translateX(100%); opacity: 0; }
}

.intro-logo {
    width: 200px; height: auto; position: relative; z-index: 2;
    animation: logoBoom 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s forwards,
               logoFloat 3s ease-in-out 1.5s infinite,
               logoGlow 2s ease-in-out 1.5s infinite alternate;
    opacity: 0;
}
@keyframes logoBoom {
    0% { transform: scale(0) rotate(-30deg); opacity: 0; filter: blur(20px); }
    50% { transform: scale(1.4) rotate(5deg); opacity: 1; filter: blur(0); }
    75% { transform: scale(0.85) rotate(-2deg); opacity: 1; }
    100% { transform: scale(1) rotate(0); opacity: 1; filter: blur(0); }
}
@keyframes logoFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
@keyframes logoGlow {
    0% { filter: drop-shadow(0 0 30px #792cff) drop-shadow(0 0 60px rgba(255,47,163,0.4)); }
    100% { filter: drop-shadow(0 0 80px #792cff) drop-shadow(0 0 150px #FF2FA3) drop-shadow(0 0 200px rgba(0,194,255,0.3)); }
}

.shockwave {
    position: absolute; width: 0; height: 0;
    border: 3px solid #792cff; border-radius: 50%;
    top: 50%; left: 50%; transform: translate(-50%, -50%);
    pointer-events: none;
    animation: shockwave 1.5s ease-out 1s forwards;
}
.shockwave:nth-child(2) { animation-delay: 1.3s; border-color: #FF2FA3; }
@keyframes shockwave {
    0% { width: 0; height: 0; opacity: 1; }
    100% { width: 200vmax; height: 200vmax; opacity: 0; }
}

.intro-flash {
    position: absolute; inset: 0;
    background: radial-gradient(circle, rgba(255,255,255,0.4) 0%, transparent 70%);
    pointer-events: none; opacity: 0;
    animation: flash 0.5s ease-out 1s forwards;
}
@keyframes flash {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}