*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --bg:        #07070d;
    --card:      #0d0d1a;
    --input-bg:  #12122a;
    --neon:      #ff3b30;
    --neon-glow: rgba(255,59,48,0.38);
    --neon-muted:rgba(255,59,48,0.09);
    --blue:      #0a84ff;
    --blue-glow: rgba(10,132,255,0.22);
    --success:   #30d158;
    --text:      #e8e8f0;
    --text-dim:  #55556a;
    --border:    rgba(255,255,255,0.05);
    --gold:      #f5c842;
}
body.light {
    --bg:        #f0f0f8;
    --card:      #ffffff;
    --input-bg:  #f5f5fc;
    --neon:      #e0251b;
    --neon-glow: rgba(224,37,27,0.28);
    --neon-muted:rgba(224,37,27,0.07);
    --blue:      #0066cc;
    --blue-glow: rgba(0,102,204,0.20);
    --success:   #1a9e45;
    --text:      #111118;
    --text-dim:  #8888a0;
    --border:    rgba(0,0,0,0.08);
    --gold:      #c8900a;
}

@keyframes border-spin { to { transform: rotate(360deg); } }
@keyframes breathe {
    0%,100% { box-shadow: 0 0 0 1px rgba(255,255,255,0.04), 0 0 28px var(--neon-muted), 0 28px 70px rgba(0,0,0,0.88); }
    50%      { box-shadow: 0 0 0 1px rgba(255,255,255,0.05), 0 0 50px rgba(255,59,48,0.16), 0 0 110px rgba(255,59,48,0.06), 0 28px 70px rgba(0,0,0,0.88); }
}
@keyframes fadeInUp {
    from { opacity:0; transform: translateY(18px) scale(0.94); }
    to   { opacity:1; transform: translateY(0)   scale(1);    }
}
@keyframes glowPulseRed {
    0%,100% { filter: drop-shadow(0 0 10px rgba(255,59,48,0.40)) drop-shadow(0 4px 12px rgba(0,0,0,0.55)); }
    50%     { filter: drop-shadow(0 0 28px rgba(255,59,48,0.80)) drop-shadow(0 4px 12px rgba(0,0,0,0.55)); }
}
@keyframes glowPulseGold {
    0%,100% { filter: drop-shadow(0 0 10px rgba(245,200,66,0.45)) drop-shadow(0 4px 12px rgba(0,0,0,0.55)); }
    50%     { filter: drop-shadow(0 0 28px rgba(245,200,66,0.90)) drop-shadow(0 4px 12px rgba(0,0,0,0.55)); }
}
@keyframes glowPulseBlue {
    0%,100% { filter: drop-shadow(0 0 10px rgba(10,132,255,0.45)) drop-shadow(0 4px 12px rgba(0,0,0,0.55)); }
    50%     { filter: drop-shadow(0 0 28px rgba(10,132,255,0.90)) drop-shadow(0 4px 12px rgba(0,0,0,0.55)); }
}
@keyframes liquidGlow {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
@keyframes rippleOut {
    from { transform: scale(0); opacity:.55; }
    to   { transform: scale(3.5); opacity:0; }
}
@keyframes floatA {
    0%,100% { transform: translate(0,0) scale(1); }
    33%     { transform: translate(28px,-18px) scale(1.06); }
    66%     { transform: translate(-14px,22px) scale(0.97); }
}
@keyframes floatB {
    0%,100% { transform: translate(0,0) scale(1); }
    33%     { transform: translate(-24px,14px) scale(1.04); }
    66%     { transform: translate(18px,-20px) scale(0.98); }
}
@keyframes wave1{0%,100%{height:4px}50%{height:18px}}
@keyframes wave2{0%,100%{height:10px}50%{height:24px}}
@keyframes wave3{0%,100%{height:6px}50%{height:20px}}
@keyframes wave4{0%,100%{height:14px}50%{height:8px}}
@keyframes wave5{0%,100%{height:8px}50%{height:22px}}
@keyframes islandNeonSpin { to { transform: rotate(360deg); } }
@keyframes marqueeScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@keyframes verseFade {
    from { opacity:0; transform: translateY(6px); }
    to   { opacity:1; transform: translateY(0); }
}
@keyframes dove-fly {
    0%  {opacity:0;transform:translate(-60px,20px) scale(.5) rotate(-10deg);}
    15% {opacity:1;transform:translate(0,0) scale(1.15) rotate(0deg);}
    70% {opacity:1;transform:translate(80px,-30px) scale(1) rotate(8deg);}
    100%{opacity:0;transform:translate(160px,-60px) scale(.6) rotate(15deg);}
}
@keyframes bolt-flash {
    0%  {opacity:0;transform:scaleY(0) translateY(-20px);}
    10% {opacity:1;transform:scaleY(1.2) translateY(0);}
    25% {opacity:.7;} 40%{opacity:1;} 60%{opacity:.3;} 80%{opacity:.8;}
    100%{opacity:0;transform:scaleY(.8) translateY(10px);}
}
@keyframes spark {
    0%  {opacity:0;transform:scale(0) translate(0,0);}
    30% {opacity:1;transform:scale(1) translate(var(--sx),var(--sy));}
    100%{opacity:0;transform:scale(0) translate(calc(var(--sx)*2.5),calc(var(--sy)*2.5));}
}
@keyframes leaderPulse {
    0%,100% { box-shadow: 0 0 0 1px rgba(48,209,88,.30), 0 0 18px rgba(48,209,88,.10); }
    50%      { box-shadow: 0 0 0 1px rgba(48,209,88,.55), 0 0 32px rgba(48,209,88,.22), 0 0 60px rgba(48,209,88,.08); }
}
/* ── NEW: Candado flotante ── */
@keyframes lockPop {
    0%   { transform: scale(0.6); opacity: 0; }
    70%  { transform: scale(1.15); }
    100% { transform: scale(1); opacity: 1; }
}
@keyframes lockGlowGreen {
    0%,100% { box-shadow: 0 0 0 1px rgba(48,209,88,.35), 0 4px 16px rgba(0,0,0,.55), 0 0 22px rgba(48,209,88,.18); }
    50%      { box-shadow: 0 0 0 1px rgba(48,209,88,.60), 0 4px 20px rgba(0,0,0,.55), 0 0 38px rgba(48,209,88,.35); }
}
@keyframes modalSlideIn {
    from { opacity: 0; transform: translateY(14px) scale(0.96); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes shakeX {
    0%,100% { transform: translateX(0); }
    20%     { transform: translateX(-8px); }
    40%     { transform: translateX(8px); }
    60%     { transform: translateX(-5px); }
    80%     { transform: translateX(5px); }
}

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: var(--bg);
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    position: relative;
    overflow-x: hidden;
}

/* La card se centra ahora dentro de su propia sección
   (el body dejó de ser flex para permitir el scrollytelling) */
.app-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 64px 16px 72px;
    position: relative;
    z-index: 1;
}
body::before {
    content:'';
    position:fixed; inset:0; pointer-events:none; z-index:0;
    background-image: linear-gradient(rgba(255,255,255,.016) 1px,transparent 1px),
                      linear-gradient(90deg,rgba(255,255,255,.016) 1px,transparent 1px);
    background-size: 48px 48px;
}
body.light::before {
    background-image: linear-gradient(rgba(0,0,0,.025) 1px,transparent 1px),
                      linear-gradient(90deg,rgba(0,0,0,.025) 1px,transparent 1px);
}

.orb {
    position: fixed; border-radius:50%; pointer-events:none; z-index:0;
    filter: blur(72px); will-change: transform;
}
.orb-a { width:360px;height:360px;top:-90px;left:-100px;
    background:radial-gradient(circle,rgba(255,59,48,.10) 0%,transparent 70%);
    animation: floatA 22s ease-in-out infinite; }
.orb-b { width:280px;height:280px;bottom:-60px;right:-80px;
    background:radial-gradient(circle,rgba(10,132,255,.08) 0%,transparent 70%);
    animation: floatB 28s ease-in-out infinite; }
.orb-c { width:200px;height:200px;top:50%;right:-50px;
    background:radial-gradient(circle,rgba(245,200,66,.05) 0%,transparent 70%);
    animation: floatA 34s ease-in-out infinite reverse; }

.card {
    position: relative;
    z-index: 1;
    background: var(--card);
    padding: 36px 24px 32px;
    border-radius: 24px;
    width: 100%;
    max-width: 390px;
    text-align: center;
    animation: breathe 4s ease-in-out infinite;
}
.card.modo-lider-activo {
    animation: leaderPulse 3s ease-in-out infinite !important;
}

.card-ring {
    position: absolute;
    inset: -1.5px;
    border-radius: 25.5px;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}
.card-ring::before {
    content:'';
    position:absolute;
    width:200%; height:200%;
    top:-50%; left:-50%;
    background: conic-gradient(
        from 0deg,
        transparent 0deg, transparent 278deg,
        rgba(255,59,48,.07) 295deg,
        rgba(255,59,48,.52) 326deg,
        rgba(255,175,160,1) 348deg,
        rgba(255,59,48,.28) 356deg,
        transparent 360deg
    );
    animation: border-spin 6s linear infinite;
}
.card-ring::after {
    content:'';
    position:absolute;
    inset: 1.5px;
    background: var(--card);
    border-radius: 24px;
}

body.light .card {
    box-shadow: 0 0 0 1px rgba(0,0,0,.06), 0 0 40px rgba(255,59,48,.06), 0 28px 70px rgba(0,0,0,.12);
}

#btnTheme {
    position:fixed; top:16px; right:16px; z-index:999;
    width:40px !important; height:40px; border-radius:50%;
    border:1px solid rgba(255,255,255,.10);
    background:rgba(13,13,26,.75) !important;
    backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px);
    cursor:pointer; font-size:18px; font-weight:normal;
    display:flex; align-items:center; justify-content:center; padding:0;
    box-shadow:0 0 0 1px rgba(255,255,255,.06),0 4px 16px rgba(0,0,0,.5),0 0 20px rgba(10,132,255,.08);
    transition: transform .2s ease, box-shadow .35s ease;
    color: inherit; letter-spacing:0; line-height:1;
    animation: none !important; background-image: none !important;
    background-size: auto !important;
}
#btnTheme:hover { transform:scale(1.12) rotate(-15deg); box-shadow:0 0 0 1px rgba(255,255,255,.12),0 6px 22px rgba(0,0,0,.5),0 0 28px rgba(10,132,255,.22); }
#btnTheme:active { transform:scale(.94); }
body.light #btnTheme { background:rgba(255,255,255,.82) !important; border-color:rgba(0,0,0,.10); }
#btnTheme::before { display:none !important; }

/* ════════════════════════════════════
   CANDADO FLOTANTE (nuevo)
════════════════════════════════════ */
#btnCandado {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    width: 44px !important;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(13,13,26,.80) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    cursor: pointer;
    font-size: 20px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0 0 0 1px rgba(255,255,255,.06), 0 4px 16px rgba(0,0,0,.5);
    transition: transform .2s ease, box-shadow .35s ease, border-color .35s ease, background .35s ease;
    color: inherit;
    letter-spacing: 0;
    line-height: 1;
    animation: lockPop .45s cubic-bezier(.34,1.56,.64,1) both, none !important;
    background-image: none !important;
    background-size: auto !important;
}
#btnCandado::before { display: none !important; }
#btnCandado:hover   { transform: scale(1.12); }
#btnCandado:active  { transform: scale(.94); }

/* Estado ABIERTO */
#btnCandado.abierto {
    background: rgba(13,38,20,.90) !important;
    border-color: rgba(48,209,88,.45) !important;
    animation: lockGlowGreen 2.5s ease-in-out infinite !important;
}
body.light #btnCandado { background: rgba(255,255,255,.85) !important; border-color: rgba(0,0,0,.10); }
body.light #btnCandado.abierto { background: rgba(230,255,238,.92) !important; border-color: rgba(26,158,69,.45) !important; }

/* Tooltip del candado */
#btnCandado[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    background: rgba(13,13,26,.92);
    color: var(--text);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .4px;
    white-space: nowrap;
    padding: 5px 10px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.08);
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease;
}
#btnCandado:hover[data-tooltip]::after { opacity: 1; }

/* ════════════════════════════════════
   MODAL CANDADO (nuevo)
════════════════════════════════════ */
#modalCandado {
    display: none;
    position: fixed;
    z-index: 1100;
    inset: 0;
    background: rgba(0,0,0,.68);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    justify-content: center;
    align-items: center;
}
#modalCandado.visible { display: flex; }

.candado-box {
    position: relative;
    background: linear-gradient(150deg, #111124, #0d0d1a);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 22px;
    padding: 28px 24px 24px;
    width: 88%;
    max-width: 300px;
    text-align: center;
    box-shadow: 0 28px 70px rgba(0,0,0,.70), 0 0 0 1px rgba(255,59,48,.06);
    animation: modalSlideIn .3s ease-out both;
}
body.light .candado-box {
    background: linear-gradient(150deg, #f5f5fc, #ffffff);
    border-color: rgba(0,0,0,.07);
    box-shadow: 0 28px 70px rgba(0,0,0,.18);
}

.candado-icon-big {
    font-size: 38px;
    line-height: 1;
    margin-bottom: 12px;
    display: block;
    filter: drop-shadow(0 2px 10px rgba(255,59,48,.40));
    transition: filter .3s ease;
}

.candado-box h3 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -.3px;
    color: var(--text) !important;
    margin-bottom: 6px;
}
body.light .candado-box h3 { color: #111118 !important; }

.candado-sub {
    font-size: 12px;
    color: var(--text-dim);
    margin-bottom: 18px;
    line-height: 1.5;
}

.candado-input {
    font-family: inherit;
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--border);
    border-radius: 11px;
    font-size: 15px;
    background-color: var(--input-bg);
    color: var(--text);
    caret-color: var(--neon);
    letter-spacing: 2px;
    text-align: center;
    transition: border-color .25s, box-shadow .25s;
    margin-bottom: 4px;
}
.candado-input:focus {
    outline: none;
    border-color: var(--blue);
    box-shadow: 0 0 0 3px var(--blue-glow);
}
.candado-input.error {
    animation: shakeX .4s ease-out both;
    border-color: var(--neon) !important;
    box-shadow: 0 0 0 3px var(--neon-glow) !important;
}

.candado-error {
    font-size: 11px;
    color: var(--neon);
    font-weight: 600;
    min-height: 16px;
    margin-bottom: 14px;
    letter-spacing: .3px;
}

.candado-btns { display: flex; gap: 10px; }

.btn-candado-ok {
    flex: 1;
    background: linear-gradient(270deg,#ff6b5b,#ff3b30,#d62b20,#ff3b30,#ff6b5b);
    background-size: 300% 300%;
    animation: liquidGlow 5s ease infinite;
    box-shadow: 0 4px 16px rgba(255,59,48,.30);
    color: #fff;
    border: none;
    border-radius: 11px;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    transition: transform .15s, box-shadow .2s;
}
.btn-candado-ok:hover { transform: translateY(-1px); box-shadow: 0 6px 22px rgba(255,59,48,.50); }
.btn-candado-ok:active { transform: scale(.97); }

.btn-candado-cancel {
    flex: 1;
    background: rgba(255,255,255,.05) !important;
    background-image: none !important;
    animation: none !important;
    border: 1px solid var(--border);
    border-radius: 11px;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dim) !important;
    cursor: pointer;
    font-family: inherit;
    transition: background .2s, color .2s;
}
.btn-candado-cancel:hover { background: rgba(255,255,255,.09) !important; color: var(--text) !important; }
body.light .btn-candado-cancel { background: rgba(0,0,0,.04) !important; border-color: rgba(0,0,0,.10); }
body.light .btn-candado-cancel:hover { background: rgba(0,0,0,.08) !important; }

.close-candado {
    position: absolute;
    top: 13px; right: 17px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: var(--text-dim);
    cursor: pointer;
    transition: color .2s;
    background: none;
    border: none;
    padding: 2px 4px;
    font-family: inherit;
    animation: none !important;
    box-shadow: none !important;
    width: auto !important;
}
.close-candado:hover { color: var(--neon); }

/* Pastilla de estado del candado (cuando está activo, arriba de la card) */
#liderStatusBar {
    position: fixed;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 998;
    display: none;
    align-items: center;
    gap: 7px;
    background: rgba(13,38,20,.90);
    border: 1px solid rgba(48,209,88,.38);
    border-radius: 999px;
    padding: 7px 14px 7px 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--success);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 4px 20px rgba(0,0,0,.50), 0 0 28px rgba(48,209,88,.14);
    white-space: nowrap;
    cursor: pointer;
}
#liderStatusBar .bar-dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 7px var(--success);
    flex-shrink: 0;
    animation: leaderPulse 1.5s ease-in-out infinite;
}
#liderStatusBar .bar-x {
    margin-left: 4px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    opacity: .55;
    transition: opacity .2s;
}
#liderStatusBar:hover .bar-x { opacity: 1; }
body.light #liderStatusBar { background: rgba(230,255,238,.94); border-color: rgba(26,158,69,.38); }

.logo-trio {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
    gap: 0;
}
.logo-trio-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
}
.logo-trio-item:nth-child(1){ animation: fadeInUp .65s .1s ease-out forwards; }
.logo-trio-item:nth-child(3){ animation: fadeInUp .65s .3s ease-out forwards; }
.logo-trio-item:nth-child(5){ animation: fadeInUp .65s .5s ease-out forwards; }

.logo-trio-side   { width: 64px; height: 64px; object-fit: contain; }
.logo-trio-center { width: 86px; height: 86px; object-fit: contain; transform: translateY(-8px); }
.logo-trio-item:nth-child(1) img { animation: glowPulseRed  3.5s ease-in-out infinite; }
.logo-trio-item:nth-child(3) img { animation: glowPulseGold 3.5s .6s ease-in-out infinite; }
.logo-trio-item:nth-child(5) img { animation: glowPulseBlue 3.5s 1.2s ease-in-out infinite; }

.logo-divider {
    width:1px; height:44px; flex-shrink:0; margin: 0 8px;
    background: linear-gradient(to bottom, transparent, rgba(255,255,255,.10), transparent);
}
.logo-trio-label {
    font-size:9px; font-weight:700; letter-spacing:1.5px;
    text-transform:uppercase; color:var(--text-dim); margin-top:4px; opacity:.7;
}

#logoSingle { display: none; justify-content: center; margin-bottom: 14px; }
#logoSingle img {
    width: 80px; height: 80px; object-fit: contain;
    animation: glowPulseRed 3.5s ease-in-out infinite;
}

.island-wrap { display:flex; justify-content:center; margin-bottom:20px; }
.island {
    position: relative;
    background: #111120;
    border-radius: 999px;
    width: 174px; height: 44px;
    display: flex; align-items: center; padding: 0 14px;
    cursor: pointer; overflow: hidden;
    box-shadow: 0 0 0 1px rgba(255,255,255,.06), 0 4px 18px rgba(0,0,0,.6);
    transition: width .45s cubic-bezier(.34,1.56,.64,1),
                border-radius .45s cubic-bezier(.34,1.56,.64,1), box-shadow .3s ease;
    user-select:none; -webkit-tap-highlight-color:transparent;
    font-weight: normal; letter-spacing:0; font-size:13px;
    animation: none !important; background-image: none !important;
    background-size: auto !important; color: var(--blue);
}
.island:hover { box-shadow:0 0 0 1px rgba(10,132,255,.28),0 4px 18px rgba(0,0,0,.6),0 0 32px rgba(10,132,255,.16); }
.island:active { transform:scale(.97); }
.island::before { display:none !important; }
body.light .island { background:#eeeef8; box-shadow:0 0 0 1px rgba(0,0,0,.07),0 4px 18px rgba(0,0,0,.12); }
.island.playing { width: 300px; border-radius: 22px; box-shadow: 0 0 0 1px rgba(10,132,255,.32),0 4px 24px rgba(0,0,0,.65),0 0 40px rgba(10,132,255,.14); }

.island-ring { position:absolute; inset:0; border-radius:inherit; overflow:hidden; pointer-events:none; opacity:0; transition:opacity .4s ease; }
.island.playing .island-ring { opacity:1; }
.island-ring::before {
    content:''; position:absolute; width:200%; height:200%; top:-50%; left:-50%;
    background: conic-gradient(from 0deg, transparent 0deg, transparent 200deg, rgba(10,132,255,.06) 220deg, rgba(10,132,255,.80) 260deg, rgba(130,200,255,1) 290deg, rgba(10,132,255,.35) 310deg, transparent 340deg);
    animation: islandNeonSpin 2.5s linear infinite;
}
.island-ring::after { content:''; position:absolute; inset:1.5px; border-radius:inherit; background:#111120; }
body.light .island-ring::after { background:#eeeef8; }

.island-content { position:relative; z-index:1; display:flex; align-items:center; width:100%; gap:10px; }
.island-icon { flex-shrink:0; width:26px; height:26px; border-radius:50%; background:rgba(10,132,255,.15); display:flex; align-items:center; justify-content:center; transition:background .25s; }
.island.playing .island-icon { background:rgba(10,132,255,.30); }
.island-info { flex:1; min-width:0; opacity:0; max-width:0; overflow:hidden; transition:opacity .3s .1s ease, max-width .4s ease; pointer-events:none; }
.island.playing .island-info { opacity:1; max-width:180px; }
.island-song-eyebrow { font-size:9px; font-weight:700; letter-spacing:1.2px; text-transform:uppercase; color:var(--blue); margin-bottom:2px; }
.island-marquee-outer { overflow:hidden; white-space:nowrap; }
.island-song-name { display:inline-block; font-size:12px; font-weight:600; color:var(--text); white-space:nowrap; animation: marqueeScroll 8s linear infinite; }
.island-waves { flex-shrink:0; display:flex; align-items:center; gap:2.5px; height:24px; opacity:0; transition:opacity .3s ease; }
.island.playing .island-waves { opacity:1; }
.island-waves .bar { width:3px; border-radius:2px; background:var(--blue); height:4px; }
.island.playing .bar:nth-child(1){animation:wave1 .7s ease-in-out infinite;background:#6fc3ff;}
.island.playing .bar:nth-child(2){animation:wave2 .9s ease-in-out infinite .1s;background:#4db0ff;}
.island.playing .bar:nth-child(3){animation:wave3 .8s ease-in-out infinite .2s;background:#80ccff;}
.island.playing .bar:nth-child(4){animation:wave4 1.0s ease-in-out infinite .05s;background:#55bbff;}
.island.playing .bar:nth-child(5){animation:wave5 .75s ease-in-out infinite .15s;background:#6fc3ff;}
.island-paused-label { font-size:11px; font-weight:700; letter-spacing:.8px; color:var(--blue); white-space:nowrap; transition:opacity .25s; }
.island.playing .island-paused-label { opacity:0; width:0; overflow:hidden; }

/* Admin badge (dentro de la card) */
.admin-badge {
    display: none; align-items: center; justify-content: center; gap: 8px;
    background: linear-gradient(135deg, rgba(48,209,88,.10), rgba(48,209,88,.06));
    color: var(--success); border: 1px solid rgba(48,209,88,.28);
    padding: 10px 14px; font-size: 11px; border-radius: 12px; margin-bottom: 18px;
    font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase;
    box-shadow: 0 0 24px rgba(48,209,88,.10), inset 0 1px 0 rgba(48,209,88,.12);
    animation: leaderPulse 3s ease-in-out infinite;
}
.admin-badge .badge-dot { width:7px; height:7px; border-radius:50%; background:var(--success); box-shadow:0 0 8px var(--success); flex-shrink:0; animation:leaderPulse 1.5s ease-in-out infinite; }
.admin-badge .badge-off-btn { margin-left:auto; font-size:13px; font-weight:400; letter-spacing:0; text-transform:none; color:rgba(48,209,88,.55); cursor:pointer; padding:2px 6px; border-radius:6px; transition:color .2s, background .2s; line-height:1; }
.admin-badge .badge-off-btn:hover { color:var(--success); background:rgba(48,209,88,.10); }
body.light .admin-badge { background:linear-gradient(135deg,rgba(26,158,69,.09),rgba(26,158,69,.05)); border-color:rgba(26,158,69,.30); }

h2 {
    background:linear-gradient(140deg,#ff6158 0%,var(--neon) 45%,rgba(255,59,48,.28) 100%);
    -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text;
    margin:2px 0 24px; font-weight:800; font-size:30px; letter-spacing:-1.2px;
}
body.light h2 { background:linear-gradient(140deg,#cc1a12 0%,#e0251b 45%,rgba(224,37,27,.4) 100%); -webkit-background-clip:text; background-clip:text; }

.texto-primario { color:var(--text) !important; font-weight:600; font-size:16px; margin-bottom:4px; letter-spacing:-.2px; }
#subtituloTexto { color:var(--text-dim) !important; font-size:14px; margin-bottom:16px; font-weight:400; }
body.light .texto-primario { color:#111118 !important; }
body.light #subtituloTexto { color:#8888a0 !important; }

input, select {
    font-family:inherit; width:100%; padding:14px 16px;
    margin:8px 0; border:1px solid var(--border); border-radius:13px;
    font-size:15px; background-color:var(--input-bg); color:var(--text);
    caret-color:var(--neon);
    transition:border-color .25s, box-shadow .25s, background-color .25s;
    -webkit-appearance:none; appearance:none;
}
input::placeholder { color:var(--text-dim); }
select option { background-color:#111128; color:var(--text); }
body.light select option { background:#fff; color:#111118; }
input:focus, select:focus {
    outline:none; background-color:#14143a;
    border-color:var(--blue);
    box-shadow:0 0 0 3px var(--blue-glow),0 0 18px rgba(10,132,255,.10);
}
body.light input { border-color:rgba(0,0,0,.10); color:#111118; }
body.light input::placeholder { color:#aaaabc; }
body.light input:focus, body.light select:focus { background:#ebebfc; border-color:var(--blue); box-shadow:0 0 0 3px rgba(0,102,204,.14); }
input[type="date"]{ color-scheme:dark; color:var(--text-dim); }
input[type="date"]:valid { color:var(--text); }
body.light input[type="date"] { color-scheme:light; }

.select-wrap { position:relative; }
.select-wrap::after {
    content:''; position:absolute; right:16px; top:50%; transform:translateY(-50%);
    pointer-events:none; width:12px; height:7px;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2355556a' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
body.light .select-wrap::after {
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238888a0' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.select-wrap select { padding-right:40px; }

.etiqueta-fecha { display:block; text-align:left; font-size:11px; font-weight:600; letter-spacing:.8px; text-transform:uppercase; color:var(--text-dim); margin:8px 0 -4px 4px; }
body.light .etiqueta-fecha { color:#9999b0; }

button {
    position:relative; overflow:hidden;
    font-family:inherit; font-weight:600; font-size:15px; letter-spacing:-.1px;
    color:#fff; width:100%; padding:14px; border:none; border-radius:13px;
    cursor:pointer; transition: transform .15s ease, box-shadow .2s ease;
}
button::before {
    content:''; position:absolute; top:0; left:-120%; width:55%; height:100%;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.14),transparent);
    transition:left .50s ease; pointer-events:none;
}
button:hover::before { left:160%; }

.ripple-el {
    position:absolute; border-radius:50%; background:rgba(255,255,255,.28);
    transform:scale(0); pointer-events:none;
    animation: rippleOut .65s ease-out forwards;
}

.btn-primary {
    background:linear-gradient(270deg,#ff6b5b,#ff3b30,#d62b20,#ff3b30,#ff6b5b);
    background-size:300% 300%;
    animation: liquidGlow 5s ease infinite;
    box-shadow:0 4px 18px rgba(255,59,48,.32);
}
.btn-primary:hover { box-shadow:0 6px 28px rgba(255,59,48,.55),0 0 42px rgba(255,59,48,.20); transform:translateY(-1.5px); }
.btn-primary:active { transform:scale(.97); }

.btn-choice-yes {
    background:linear-gradient(270deg,#2299ff,#0a84ff,#006ee6,#0a84ff,#2299ff) !important;
    background-size:300% 300% !important;
    animation: liquidGlow 5s ease infinite !important;
    box-shadow:0 4px 18px rgba(10,132,255,.32);
}
.btn-choice-yes:hover { box-shadow:0 6px 28px rgba(10,132,255,.55),0 0 42px rgba(10,132,255,.20); transform:translateY(-1.5px); }
.btn-choice-yes:active { transform:scale(.97); }

.btn-qr {
    background:linear-gradient(135deg,#19192e,#121228) !important;
    background-size:auto !important; animation:none !important;
    margin-top:12px;
    box-shadow:0 4px 16px rgba(0,0,0,.46),0 0 0 1px var(--border); color:#fff !important;
}
.btn-qr:hover { background:linear-gradient(135deg,#21213e,#19192e) !important; box-shadow:0 6px 24px rgba(0,0,0,.52),0 0 30px rgba(10,132,255,.18),0 0 0 1px rgba(10,132,255,.24); transform:translateY(-1.5px); }
body.light .btn-qr { background:linear-gradient(135deg,#e4e4f0,#d8d8ea) !important; color:#333 !important; box-shadow:0 4px 16px rgba(0,0,0,.10),0 0 0 1px rgba(0,0,0,.06); }
body.light .btn-qr:hover { background:linear-gradient(135deg,#d8d8ea,#ccccde) !important; box-shadow:0 6px 24px rgba(0,0,0,.14),0 0 30px rgba(0,102,204,.14),0 0 0 1px rgba(0,102,204,.18); }

.btn-volver {
    background:linear-gradient(135deg,#1e1e38,#18182e) !important;
    background-size:auto !important; animation:none !important;
    color:var(--text-dim) !important; margin-top:10px; font-size:14px; padding:11px;
    box-shadow:0 2px 8px rgba(0,0,0,.36),0 0 0 1px var(--border);
}
.btn-volver:hover { background:linear-gradient(135deg,#272742,#1e1e38) !important; color:var(--text) !important; box-shadow:0 4px 14px rgba(0,0,0,.42),0 0 0 1px rgba(255,255,255,.07); transform:translateY(-1px); }
body.light .btn-volver { background:linear-gradient(135deg,#e8e8f4,#dcdcec) !important; color:#666680 !important; box-shadow:0 2px 8px rgba(0,0,0,.10),0 0 0 1px rgba(0,0,0,.06); }
body.light .btn-volver:hover { background:linear-gradient(135deg,#dcdcee,#d0d0e4) !important; color:#333348 !important; }

.btn-desactivar-lider {
    background: linear-gradient(135deg, rgba(48,209,88,.12), rgba(48,209,88,.06)) !important;
    background-size: auto !important; animation: none !important;
    border: 1px solid rgba(48,209,88,.28) !important;
    color: var(--success) !important; margin-top: 10px; font-size: 13px; padding: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,.20); border-radius: 13px;
}
.btn-desactivar-lider:hover {
    background: linear-gradient(135deg, rgba(48,209,88,.20), rgba(48,209,88,.10)) !important;
    border-color: rgba(48,209,88,.45) !important; box-shadow: 0 4px 16px rgba(48,209,88,.18) !important;
    transform: translateY(-1px);
}

button:disabled {
    background:linear-gradient(135deg,#252535,#1c1c2a) !important;
    background-size:auto !important; animation:none !important;
    color:#3e3e50 !important; cursor:not-allowed !important;
    box-shadow:none !important; transform:none !important;
}
button:disabled::before { display:none; }

.contenedor-opciones { display:flex; gap:12px; justify-content:center; margin-top:18px; margin-bottom:8px; }
.contenedor-opciones button { flex:1; max-width:130px; margin:0; }
#message { margin-top:18px; font-weight:600; font-size:14px; letter-spacing:-.1px; line-height:1.45; min-height:20px; }

.verse-card {
    position:relative; margin-top:24px; border-radius:18px; overflow:hidden;
    padding:18px 20px 16px; text-align:left;
    background:rgba(255,255,255,.032); backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px);
    border:1px solid rgba(255,255,255,.07);
    box-shadow:0 4px 24px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.06);
}
body.light .verse-card { background:rgba(255,255,255,.58); border-color:rgba(0,0,0,.07); box-shadow:0 4px 24px rgba(0,0,0,.09),inset 0 1px 0 rgba(255,255,255,.80); }
.verse-card::before {
    content:''; position:absolute; top:0; left:0; right:0; height:1px;
    background:linear-gradient(90deg,transparent,rgba(245,200,66,.38),rgba(255,255,255,.22),transparent);
}
.verse-eyebrow { font-size:9px; font-weight:700; letter-spacing:2px; text-transform:uppercase; color:var(--gold); margin-bottom:9px; display:flex; align-items:center; gap:6px; }
.verse-eyebrow::before { content:''; display:inline-block; width:18px; height:1px; background:var(--gold); opacity:.6; }
.verse-text { font-size:14px; font-style:italic; color:var(--text); line-height:1.65; opacity:.92; animation:verseFade .6s ease-out both; }
.verse-ref  { font-size:11px; font-weight:600; color:var(--text-dim); margin-top:8px; letter-spacing:.3px; animation:verseFade .6s .15s ease-out both; }
body.light .verse-text { color:#1a1a2e; }
body.light .verse-ref  { color:#9999b0; }

.modal-qr { display:none; position:fixed; z-index:1000; inset:0; background:rgba(0,0,0,.72); backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px); justify-content:center; align-items:center; }
.modal-content { position:relative; background:linear-gradient(150deg,#111124,#0d0d1a); border:1px solid rgba(255,255,255,.07); padding:30px 26px; border-radius:24px; max-width:300px; width:85%; text-align:center; box-shadow:0 32px 80px rgba(0,0,0,.65),0 0 0 1px rgba(255,59,48,.08); }
body.light .modal-content { background:linear-gradient(150deg,#f5f5fc,#ffffff); border-color:rgba(0,0,0,.08); box-shadow:0 32px 80px rgba(0,0,0,.22),0 0 0 1px rgba(255,59,48,.06); }
.modal-content h3 { margin:4px 0 0; font-size:18px; font-weight:700; letter-spacing:-.3px; color:var(--text) !important; }
body.light .modal-content h3 { color:#111118 !important; }
.modal-content img { width:100%; height:auto; border-radius:14px; margin-top:14px; box-shadow:0 6px 24px rgba(0,0,0,.45); }
.close-modal { position:absolute; top:14px; right:18px; font-size:22px; font-weight:600; line-height:1; color:var(--text-dim); cursor:pointer; transition:color .2s; }
.close-modal:hover { color:var(--neon); }

#fxOverlay { position:absolute; inset:0; pointer-events:none; z-index:10; border-radius:24px; overflow:hidden; }
.dove { position:absolute; bottom:35%; left:10%; opacity:0; font-size:48px; line-height:1; filter:drop-shadow(0 0 12px rgba(255,255,255,.9)) drop-shadow(0 0 30px rgba(255,255,255,.5)); animation:dove-fly 2.8s ease-in-out forwards; }
.bolt  { position:absolute; top:10%; right:18%; opacity:0; font-size:52px; line-height:1; filter:drop-shadow(0 0 14px rgba(255,220,60,1)) drop-shadow(0 0 40px rgba(255,180,0,.7)); transform-origin:top center; animation:bolt-flash 1.6s ease-out forwards; }
.bolt2 { position:absolute; top:18%; left:14%; opacity:0; font-size:36px; filter:drop-shadow(0 0 10px rgba(255,220,60,1)); transform-origin:top center; animation:bolt-flash 1.4s .3s ease-out forwards; }
.spark { position:absolute; width:6px; height:6px; border-radius:50%; background:#fff; opacity:0; animation:spark 1.4s ease-out forwards; }

.firma-autor { margin-top:24px; font-size:11px; color:#1e1e32; letter-spacing:.4px; font-weight:500; }
body.light .firma-autor { color:#c0c0d0; }

body, .card, input, select, button, .verse-card, .modal-content,
.admin-badge, .island, h2, .logo-trio-label, .verse-text, .verse-ref,
.firma-autor, .etiqueta-fecha, .island-song-name {
    transition: background-color .38s ease, border-color .38s ease, color .38s ease, box-shadow .38s ease;
}

/* ════════════════════════════════════════════
   SCROLLYTELLING — HERO
════════════════════════════════════════════ */
.hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-fallback, .hero-video {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
}
.hero-fallback { filter: saturate(1.05); }
.hero-video {
    opacity: 0;
    transition: opacity .8s ease;
}
.hero-video.is-playing { opacity: 1; }
.hero-overlay {
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse at center, rgba(7,7,13,.30) 0%, rgba(7,7,13,.72) 100%),
        linear-gradient(to bottom, rgba(7,7,13,.35), rgba(7,7,13,.55) 60%, var(--bg) 100%);
}
body.light .hero-overlay {
    background:
        radial-gradient(ellipse at center, rgba(10,10,20,.28) 0%, rgba(10,10,20,.62) 100%),
        linear-gradient(to bottom, rgba(10,10,20,.30), rgba(10,10,20,.48) 60%, var(--bg) 100%);
}

.hero-inner { position: relative; z-index: 1; padding: 24px; max-width: 680px; }
.hero-eyebrow {
    font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
    color: var(--gold); margin-bottom: 14px;
    animation: fadeInUp .7s .1s ease-out both;
}
.hero-title {
    font-size: clamp(38px, 7vw, 72px);
    font-weight: 800; letter-spacing: -2px; line-height: 1.05;
    color: #fff;
    text-shadow: 0 4px 30px rgba(0,0,0,.55);
    margin-bottom: 18px;
    animation: fadeInUp .7s .25s ease-out both;
}
.hero-sub {
    font-size: clamp(15px, 2.2vw, 18px);
    color: rgba(255,255,255,.82);
    line-height: 1.6; max-width: 460px; margin: 0 auto 28px;
    text-shadow: 0 2px 14px rgba(0,0,0,.5);
    animation: fadeInUp .7s .4s ease-out both;
}
.hero-cta {
    display: inline-block; text-decoration: none;
    background: linear-gradient(270deg,#ff6b5b,#ff3b30,#d62b20,#ff3b30,#ff6b5b);
    background-size: 300% 300%;
    animation: liquidGlow 5s ease infinite, fadeInUp .7s .55s ease-out both;
    color: #fff; font-weight: 700; font-size: 15px; letter-spacing: -.1px;
    padding: 15px 34px; border-radius: 999px;
    box-shadow: 0 6px 26px rgba(255,59,48,.42);
    transition: transform .15s ease, box-shadow .2s ease;
}
.hero-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 34px rgba(255,59,48,.60); }
.hero-cta:active { transform: scale(.97); }

@keyframes scrollHint {
    0%, 100% { transform: translateY(0); opacity: .9; }
    50%      { transform: translateY(9px); opacity: .4; }
}
.hero-scroll-hint {
    position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
    z-index: 1; width: 24px; height: 40px;
    border: 2px solid rgba(255,255,255,.45); border-radius: 14px;
    display: flex; justify-content: center; padding-top: 7px;
}
.hero-scroll-hint span {
    width: 4px; height: 8px; border-radius: 3px;
    background: rgba(255,255,255,.85);
    animation: scrollHint 1.8s ease-in-out infinite;
}

/* ════════════════════════════════════════════
   SECCIONES DE HISTORIA / STATS / TESTIMONIOS
════════════════════════════════════════════ */
.section-title {
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 800; letter-spacing: -1.2px; text-align: center;
    background: linear-gradient(140deg,#ff6158 0%,var(--neon) 45%,rgba(255,59,48,.28) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    margin-bottom: 36px;
}
body.light .section-title {
    background: linear-gradient(140deg,#cc1a12 0%,#e0251b 45%,rgba(224,37,27,.4) 100%);
    -webkit-background-clip: text; background-clip: text;
}

.story-section {
    position: relative; z-index: 1;
    padding: 110px 20px;
    display: flex; justify-content: center; align-items: center;
    overflow: hidden;
}
.story-parallax {
    position: absolute; top: 50%; left: 50%;
    margin: -160px 0 0 -110px;
    font-size: 260px; line-height: 1;
    color: var(--neon); opacity: .05;
    pointer-events: none; user-select: none;
}
.story-quote {
    position: relative; max-width: 620px; text-align: center;
    font-size: clamp(19px, 3vw, 26px); font-style: italic; font-weight: 500;
    color: var(--text); line-height: 1.6; letter-spacing: -.3px;
}
.story-quote cite {
    display: block; margin-top: 16px;
    font-size: 13px; font-style: normal; font-weight: 700;
    letter-spacing: 1.6px; text-transform: uppercase; color: var(--gold);
}

.stats-section { position: relative; z-index: 1; padding: 40px 20px 90px; }
.stats-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 16px; max-width: 860px; margin: 0 auto;
}
.stat {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 20px; padding: 26px 12px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0,0,0,.25);
}
body.light .stat { box-shadow: 0 8px 30px rgba(0,0,0,.08); }
.stat-num {
    display: block;
    font-size: clamp(30px, 4.5vw, 44px);
    font-weight: 800; letter-spacing: -1.5px;
    color: var(--neon);
    font-variant-numeric: tabular-nums;
}
.stat-label {
    display: block; margin-top: 6px;
    font-size: 11px; font-weight: 700; letter-spacing: 1.2px;
    text-transform: uppercase; color: var(--text-dim);
}

.testimonios-section { position: relative; z-index: 1; padding: 30px 20px 110px; }
.testimonios-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 18px; max-width: 960px; margin: 0 auto;
}
.testimonio {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 20px; padding: 26px 22px;
    box-shadow: 0 8px 30px rgba(0,0,0,.25);
}
body.light .testimonio { box-shadow: 0 8px 30px rgba(0,0,0,.08); }
.testimonio-avatar {
    width: 46px; height: 46px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: 19px; color: #fff;
    background: linear-gradient(140deg, #ff6b5b, #d62b20);
    box-shadow: 0 4px 14px rgba(255,59,48,.35);
    margin-bottom: 14px;
}
.testimonio blockquote {
    font-size: 14px; font-style: italic; color: var(--text);
    line-height: 1.65; opacity: .92;
}
.testimonio figcaption {
    margin-top: 14px; font-size: 12px; font-weight: 700; color: var(--text-dim);
}
.testimonio figcaption span { color: var(--gold); }

/* ════════════════════════════════════════════
   REVELACIÓN POR SCROLL (IntersectionObserver)
════════════════════════════════════════════ */
.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .7s ease-out, transform .7s cubic-bezier(.22,.9,.34,1);
}
.reveal.is-visible { opacity: 1; transform: none; }

/* ════════════════════════════════════════════
   PARALLAX — solo escritorio y sin reduced-motion
   (will-change limitado para no gastar memoria en móvil)
════════════════════════════════════════════ */
@media (min-width: 769px) and (prefers-reduced-motion: no-preference) {
    .plx { will-change: transform; }
}

/* ════════════════════════════════════════════
   QR FLOTANTE
════════════════════════════════════════════ */
#qrFloat {
    position: fixed; bottom: 20px; right: 20px; z-index: 999;
    width: 56px !important; height: 56px; padding: 6px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(13,13,26,.85) !important;
    background-image: none !important; background-size: auto !important;
    backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 0 0 1px rgba(255,255,255,.06), 0 6px 22px rgba(0,0,0,.5);
    cursor: pointer;
    opacity: 0; transform: translateY(18px) scale(.85);
    pointer-events: none;
    transition: opacity .4s ease, transform .4s cubic-bezier(.34,1.56,.64,1), box-shadow .3s ease;
    animation: none !important;
}
#qrFloat::before { display: none !important; }
#qrFloat.visible { opacity: 1; transform: none; pointer-events: auto; }
#qrFloat:hover { box-shadow: 0 0 0 1px rgba(10,132,255,.30), 0 8px 28px rgba(0,0,0,.55), 0 0 30px rgba(10,132,255,.18); }
#qrFloat img { width: 100%; height: 100%; object-fit: contain; border-radius: 10px; display: block; }
body.light #qrFloat { background: rgba(255,255,255,.88) !important; border-color: rgba(0,0,0,.10); }

/* ════════════════════════════════════════════
   MÓVIL: layout de secciones + recorte de efectos
════════════════════════════════════════════ */
@media (max-width: 768px) {
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .testimonios-grid { grid-template-columns: 1fr; max-width: 420px; }
    .story-section { padding: 80px 20px; }
    .story-parallax { font-size: 180px; margin: -110px 0 0 -80px; transform: none !important; }
    .hero-inner { transform: none !important; }
    /* Efectos costosos fuera en gama baja: blur pesado de orbes reducido */
    .orb { filter: blur(48px); }
}

@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
    .plx { transform: none !important; }
    .hero-scroll-hint span { animation: none; }
}