/*
Theme Name:   Astra Child ZonaStreaming
Description:  Child theme de Astra para ZonaStreaming.lat — Purple Space v2.1
Author:       Henry Aguilar
Template:     astra
Version:      2.1
Text Domain:  astra-child-zonastreaming
*/
@import url('../astra/style.css');

:root {
  --zs-bg-primary:    #07060D;
  --zs-bg-secondary:  #0A0A17;
  --zs-surface:       #14111F;
  --zs-surface-2:     #181729;
  --zs-surface-3:     #241D35;
  --zs-bg:            #07060D;
  --zs-surface-mid:   #181729;
  --zs-surface-high:  #241D35;
  --zs-purple-primary:   #641FDB;
  --zs-purple-secondary: #7E2FFF;
  --zs-purple-accent:    #9A3DFF;
  --zs-purple-bright:    #A847FF;
  --zs-purple-light:     #D8B8FF;
  --zs-cyan:       #7E2FFF;
  --zs-cyan-dark:  #641FDB;
  --zs-cyan-glow:  rgba(126,47,255,0.35);
  --zs-cyan-soft:  rgba(100,31,219,0.10);
  --zs-orange:     #9A3DFF;
  --zs-crimson:    #A847FF;
  --zs-orange-glow: rgba(154,61,255,0.30);
  --zs-orange-soft: rgba(154,61,255,0.08);
  --zs-text-primary:   #FFFFFF;
  --zs-text-secondary: #E9E3F2;
  --zs-text-tertiary:  #D2C9DF;
  --zs-text-muted:     #C2B8D0;
  --zs-ice:   #FFFFFF;
  --zs-muted: #D2C9DF;
  --zs-dim:   #C2B8D0;
  --zs-success: #72E6A1;
  --zs-warning: #FFD166;
  --zs-error:   #FF7886;
  --zs-info:    #8CC8FF;
  --zs-green:   #25D366;
  --zs-border:      rgba(255,255,255,0.07);
  --zs-border-mid:  #30283F;
  --zs-border-high: #493D61;
  --zs-border-glow: rgba(100,31,219,0.35);
  --font-display: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-body:    'Manrope', system-ui, sans-serif;
  --font-label:   'Inter', system-ui, sans-serif;
  --r-pill: 10px;
  --r-card: 16px;
  --r-sm:   8px;
  --r-md:   12px;
  --glass-bg:   rgba(20,17,31,0.60);
  --glass-blur: blur(14px);
  --grad-primary:   linear-gradient(135deg,#641FDB 0%,#7E2FFF 45%,#9A3DFF 100%);
  --grad-hero:      radial-gradient(circle at 75% 30%,rgba(123,47,255,0.18),transparent 60%);
  --grad-cta:       linear-gradient(135deg,#641FDB,#7E2FFF);
  --grad-cta-hover: linear-gradient(135deg,#7E2FFF,#9A3DFF);
}

/* WCAG 2.2 AAA Focus */
:focus-visible { outline:2px solid #D8B8FF; outline-offset:3px; }
:focus:not(:focus-visible) { outline:none; }

html,body { overflow-x:hidden; width:100%; -webkit-text-size-adjust:100%; }
body { background-color:#07060D !important; color:#FFFFFF; font-family:var(--font-body); font-size:16px; line-height:1.65; margin:0; padding:0; }
*,*::before,*::after { box-sizing:border-box; }
img { max-width:100%; height:auto; display:block; }
a { color:#D8B8FF; text-decoration:none; transition:color 0.2s ease; }
a:hover { color:#FFFFFF; }
h1 { font-family:var(--font-display); font-weight:800; line-height:1.1; margin:0; color:#FFFFFF; }
h2 { font-family:var(--font-display); font-weight:700; line-height:1.15; margin:0; color:#FFFFFF; }
h3 { font-family:var(--font-display); font-weight:600; line-height:1.2; margin:0; color:#FFFFFF; }
h4 { font-family:var(--font-display); font-weight:600; line-height:1.25; margin:0; color:#FFFFFF; }
h5,h6 { font-family:var(--font-display); font-weight:600; margin:0; color:#FFFFFF; }
p { margin:0 0 16px; color:#D2C9DF; }
ul,ol { margin:0; padding:0; list-style:none; }
::-webkit-scrollbar { width:5px; }
::-webkit-scrollbar-track { background:#07060D; }
::-webkit-scrollbar-thumb { background:#241D35; border-radius:3px; }
::-webkit-scrollbar-thumb:hover { background:#641FDB; }

.zs-container { width:100%; max-width:1240px; margin:0 auto; padding:0 20px; }
@media(min-width:640px){ .zs-container{padding:0 32px;} }
@media(min-width:1024px){ .zs-container{padding:0 48px;} }

.zs-glass { background:#14111F; backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px); border:1px solid #30283F; border-radius:16px; position:relative; overflow:hidden; transition:all 0.25s ease; }
.zs-glass:hover { background:#181729; border-color:#493D61; box-shadow:0 10px 30px rgba(100,31,219,0.18); transform:translateY(-2px); }
.zs-glass-oleada { background:rgba(100,31,219,0.06); border-color:rgba(100,31,219,0.25); box-shadow:0 8px 40px -12px rgba(126,47,255,0.20); }
.zs-glass-stella { background:rgba(154,61,255,0.05); border-color:rgba(168,71,255,0.22); box-shadow:0 8px 40px -12px rgba(154,61,255,0.18); }

.zs-btn { display:inline-flex; align-items:center; justify-content:center; gap:10px; font-family:var(--font-display); font-weight:700; font-size:15px; padding:14px 28px; border-radius:10px; border:none; cursor:pointer; text-decoration:none !important; text-align:center; transition:all 0.25s ease; width:100%; line-height:1; color:#FFFFFF !important; }
.zs-btn:active { transform:scale(0.97); }
.zs-btn:focus-visible { outline:2px solid #D8B8FF; outline-offset:3px; }
@media(min-width:640px){ .zs-btn{width:auto; font-size:16px; padding:15px 32px;} }
.zs-btn-oleada { background:var(--grad-cta); box-shadow:0 4px 20px rgba(100,31,219,0.30); color:#FFFFFF !important; }
.zs-btn-oleada:hover { background:var(--grad-cta-hover); box-shadow:0 8px 30px rgba(123,47,255,0.45); transform:translateY(-1px); color:#FFFFFF !important; }
.zs-btn-stella { background:transparent; border:1px solid #641FDB; color:#D8B8FF !important; }
.zs-btn-stella:hover { background:rgba(123,47,255,0.12); border-color:#9A3DFF; color:#FFFFFF !important; transform:translateY(-1px); }
.zs-btn-wa { background:#25D366; box-shadow:0 4px 18px rgba(37,211,102,0.28); color:#FFFFFF !important; }
.zs-btn-wa:hover { box-shadow:0 8px 28px rgba(37,211,102,0.45); transform:translateY(-1px); filter:brightness(1.05); color:#FFFFFF !important; }
.zs-btn-ghost { background:transparent; border:1px solid #30283F; color:#E9E3F2 !important; }
.zs-btn-ghost:hover { background:rgba(255,255,255,0.05); border-color:#493D61; color:#FFFFFF !important; }
.zs-btn-group { display:flex; flex-direction:column; gap:12px; align-items:center; }
@media(min-width:540px){ .zs-btn-group{flex-direction:row; justify-content:center;} }
.zs-wa-pulse { animation:zs-wa-pulse 2.5s infinite; }
@keyframes zs-wa-pulse { 0%,100%{box-shadow:0 4px 20px rgba(37,211,102,0.35);}50%{box-shadow:0 4px 36px rgba(37,211,102,0.60);} }

.zs-grid-2 { display:grid; grid-template-columns:1fr; gap:20px; }
.zs-grid-3 { display:grid; grid-template-columns:1fr; gap:20px; }
.zs-grid-4 { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
@media(min-width:600px){ .zs-grid-3{grid-template-columns:1fr 1fr;} }
@media(min-width:768px){ .zs-grid-2{grid-template-columns:1fr 1fr; gap:28px;} .zs-grid-3{grid-template-columns:repeat(3,1fr); gap:24px;} }
@media(min-width:1024px){ .zs-grid-4{grid-template-columns:repeat(4,1fr); gap:24px;} }

.zs-gradient-oleada { background:linear-gradient(135deg,#7E2FFF,#641FDB); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.zs-gradient-stella { background:linear-gradient(135deg,#A847FF,#9A3DFF); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.zs-gradient-dual { background:linear-gradient(90deg,#7E2FFF,#A847FF); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }

.zs-badge { display:inline-flex; align-items:center; gap:6px; padding:5px 14px; border-radius:100px; font-family:var(--font-label); font-size:10px; font-weight:700; letter-spacing:0.10em; text-transform:uppercase; }
.zs-badge-oleada { background:rgba(100,31,219,0.12); color:#D8B8FF; border:1px solid rgba(126,47,255,0.28); }
.zs-badge-stella { background:rgba(154,61,255,0.10); color:#A847FF; border:1px solid rgba(168,71,255,0.25); }
.zs-badge-live { background:rgba(100,31,219,0.15); color:#D8B8FF; border:1px solid rgba(126,47,255,0.35); animation:zs-live 2.5s infinite; }
@keyframes zs-live { 0%,100%{box-shadow:0 0 6px rgba(126,47,255,0.30);}50%{box-shadow:0 0 14px rgba(126,47,255,0.55);} }

.zs-fadein { animation:zs-fadein 0.7s ease both; }
.zs-fadein-1 { animation-delay:0.1s; }
.zs-fadein-2 { animation-delay:0.2s; }
.zs-fadein-3 { animation-delay:0.3s; }
@keyframes zs-fadein { from{opacity:0;transform:translateY(20px);}to{opacity:1;transform:translateY(0);} }

/* ASTRA OVERRIDES */
#masthead,.site-header,.ast-mobile-header-bar,.main-header-bar { background:rgba(7,6,13,0.75) !important; backdrop-filter:blur(12px) !important; -webkit-backdrop-filter:blur(12px) !important; border-bottom:1px solid rgba(255,255,255,0.08) !important; position:fixed !important; top:0; z-index:300; }
.site-title a,.site-title a:visited { font-family:var(--font-display); font-weight:800; font-size:20px; color:#FFFFFF !important; }
.main-navigation a,.main-header-menu a { color:#E9E3F2 !important; font-family:var(--font-display); font-weight:600; font-size:14px; letter-spacing:0.02em; transition:color 0.2s ease; }
.main-navigation a:hover { color:#FFFFFF !important; }
.main-navigation .current-menu-item>a,.main-navigation .current_page_item>a { color:#9A3DFF !important; }
.menu-toggle { color:#FFFFFF !important; background:transparent !important; border:none !important; }
.zs-nav-wa { background:var(--grad-cta); color:#FFFFFF !important; padding:8px 18px; border-radius:8px; font-family:var(--font-display); font-weight:700; font-size:13px; display:inline-flex; align-items:center; gap:6px; text-decoration:none !important; transition:all 0.25s ease; box-shadow:0 2px 12px rgba(100,31,219,0.25); }
.zs-nav-wa:hover { background:var(--grad-cta-hover); box-shadow:0 4px 20px rgba(123,47,255,0.40); }
.ast-page-builder-template .entry-header,.ast-page-builder-template .entry-title,.page-title { display:none !important; }
.ast-page-builder-template .site-content,.ast-page-builder-template .entry-content { padding:0 !important; margin-top:0 !important; }
.ast-page-builder-template .site-content .ast-container { max-width:100%; padding:0; }
.ast-page-builder-template .site-content,.ast-page-builder-template .entry-content,.wp-block-html { overflow:visible !important; }
.entry-content .zs-hero,.entry-content>.wp-block-html>.zs-hero { width:100vw; position:relative; left:50%; margin-left:-50vw; margin-right:-50vw; }
@media(max-width:767px){ .hfeed .ast-article-single .entry-content{padding:0 !important;} .entry-content>.wp-block-html{margin:0 !important;} }
h1[style],h2[style],h3[style],h4[style] { font-family:var(--font-display) !important; }

/* HERO */
.zs-hero { position:relative; min-height:100svh; display:flex; align-items:center; justify-content:center; overflow:hidden; padding-top:80px; background-color:#07060D; }
.zs-hero-video-wrap { position:absolute; inset:0; z-index:0; }
.zs-hero-video { width:100%; height:100%; object-fit:cover; object-position:center; }
.zs-hero-overlay { position:absolute; inset:0; z-index:1; background:linear-gradient(to bottom,rgba(7,6,13,0.55) 0%,rgba(7,6,13,0.70) 55%,rgba(7,6,13,0.98) 100%); }
.zs-hero-overlay-sides { position:absolute; inset:0; z-index:1; background:linear-gradient(to right,rgba(7,6,13,0.72) 0%,transparent 38%,transparent 62%,rgba(7,6,13,0.55) 100%); }
.zs-hero::after { content:''; position:absolute; top:-10%; right:-5%; width:65%; height:80%; background:radial-gradient(circle at 75% 30%,rgba(123,47,255,0.18),transparent 60%); pointer-events:none; z-index:2; filter:blur(2px); }
.zs-hero-content { position:relative; z-index:10; text-align:center; width:100%; padding:0 20px; }
.zs-hero-title { font-family:var(--font-display); font-weight:800; font-size:clamp(30px,7.5vw,70px); line-height:1.1; letter-spacing:-0.025em; margin:0 0 20px; color:#FFFFFF; }
.zs-hero-sub { font-size:clamp(15px,2.8vw,20px); color:#D2C9DF; max-width:580px; margin:0 auto 40px; line-height:1.7; }
.zs-trust-row { display:flex; flex-wrap:wrap; gap:12px; justify-content:center; margin-top:32px; }
.zs-trust-chip { display:flex; align-items:center; gap:6px; font-family:var(--font-label); font-size:12px; font-weight:600; color:#C2B8D0; letter-spacing:0.04em; }
.zs-trust-chip span { color:#A847FF; }

/* MÉTRICAS */
.zs-metric-card { padding:28px 20px; text-align:center; transition:all 0.25s ease; background:#14111F; border:1px solid #30283F; border-radius:16px; }
.zs-metric-card:hover { transform:translateY(-4px); border-color:#641FDB; box-shadow:0 10px 30px rgba(100,31,219,0.18); }
.zs-metric-num { font-family:var(--font-display); font-weight:900; font-size:clamp(28px,5vw,42px); line-height:1; margin-bottom:8px; }
.zs-metric-label { font-size:12px; color:#C2B8D0; font-family:var(--font-label); letter-spacing:0.05em; text-transform:uppercase; }
@media(min-width:768px){ .zs-metric-card{padding:36px 28px;} }

/* PROOF BAR */
.zs-proof-bar { background:#0A0A17; border-top:1px solid #241D35; border-bottom:1px solid #241D35; padding:18px 0; overflow-x:auto; -webkit-overflow-scrolling:touch; scrollbar-width:none; }
.zs-proof-bar::-webkit-scrollbar { display:none; }
.zs-proof-inner { display:flex; flex-wrap:nowrap; align-items:center; gap:28px; min-width:max-content; padding:0 20px; }
@media(min-width:768px){ .zs-proof-inner{justify-content:center; min-width:0; flex-wrap:wrap; gap:44px;} }
.zs-proof-item { display:flex; align-items:center; gap:8px; font-size:13px; font-weight:600; white-space:nowrap; color:#C2B8D0; }
.zs-proof-item strong { color:#FFFFFF; }

/* SECCIONES */
.zs-section { padding:72px 0; }
@media(min-width:768px){ .zs-section{padding:88px 0;} }
@media(min-width:1024px){ .zs-section{padding:104px 0;} }
.zs-section-head { text-align:center; margin-bottom:52px; }
.zs-section-head h2 { font-size:clamp(26px,5vw,44px); font-weight:700; letter-spacing:-0.02em; margin:0 0 14px; color:#FFFFFF; }
.zs-section-head p { font-size:clamp(15px,2.8vw,18px); color:#D2C9DF; max-width:540px; margin:0 auto; line-height:1.75; }

/* APP CARDS */
.zs-app-card { padding:28px 24px; position:relative; overflow:hidden; background:#14111F; border:1px solid #30283F; border-radius:16px; transition:all 0.25s ease; }
.zs-app-card:hover { background:#181729; border-color:#493D61; box-shadow:0 10px 30px rgba(100,31,219,0.18); transform:translateY(-3px); }
@media(min-width:768px){ .zs-app-card{padding:44px 40px;} }
.zs-app-icon { width:60px; height:60px; border-radius:12px; display:flex; align-items:center; justify-content:center; margin-bottom:20px; font-size:32px; }
.zs-app-icon.oleada { background:rgba(100,31,219,0.12); border:1px solid rgba(126,47,255,0.28); }
.zs-app-icon.stella { background:rgba(154,61,255,0.10); border:1px solid rgba(168,71,255,0.25); }
.zs-app-card h3 { font-weight:700; font-size:clamp(20px,4vw,28px); margin:0 0 10px; }
.zs-app-card h3.oleada { color:#D8B8FF; }
.zs-app-card h3.stella { color:#A847FF; }
.zs-app-card p.desc { color:#D2C9DF; font-size:15px; line-height:1.70; margin-bottom:20px; }
.zs-features { list-style:none; padding:0; margin:0 0 24px; }
.zs-features li { display:flex; align-items:center; gap:10px; padding:8px 0; font-size:14px; font-weight:500; color:#E9E3F2; border-bottom:1px solid rgba(255,255,255,0.05); }
.zs-features li:last-child { border-bottom:none; }
.zs-chk-o { color:#D8B8FF; font-size:16px; flex-shrink:0; }
.zs-chk-s { color:#A847FF; font-size:16px; flex-shrink:0; }
.zs-app-ctas { display:flex; flex-direction:column; gap:10px; }
@media(min-width:540px){ .zs-app-ctas{flex-direction:row; gap:12px;} }

/* PASOS */
.zs-steps { display:flex; flex-direction:column; }
.zs-step { display:flex; gap:20px; align-items:flex-start; padding:24px 0; border-bottom:1px solid #30283F; }
.zs-step:last-child { border-bottom:none; }
.zs-step-num { width:44px; height:44px; flex-shrink:0; border-radius:50%; display:flex; align-items:center; justify-content:center; font-family:var(--font-display); font-weight:900; font-size:15px; color:#FFFFFF; }
.zs-step-num.oleada,.zs-step-num.stella { background:var(--grad-primary); box-shadow:0 0 16px rgba(126,47,255,0.35); }
.zs-step-content h4 { font-weight:600; font-size:17px; margin:0 0 6px; color:#FFFFFF; }
.zs-step-content p { color:#D2C9DF; font-size:14px; line-height:1.70; margin:0; }
.zs-tip { border-left:3px solid #9A3DFF; background:rgba(100,31,219,0.08); padding:12px 16px; border-radius:0 8px 8px 0; margin:14px 0; }
.zs-tip p { font-size:13px; color:#D2C9DF; margin:0; }

/* FAQ */
.zs-faq-item { border-bottom:1px solid #30283F; }
.zs-faq-btn { width:100%; padding:18px 0; display:flex; align-items:flex-start; justify-content:space-between; background:none; border:none; cursor:pointer; text-align:left; gap:16px; color:#FFFFFF; }
.zs-faq-btn:hover .zs-faq-q { color:#D8B8FF; }
.zs-faq-btn:focus-visible { outline:2px solid #D8B8FF; outline-offset:3px; border-radius:4px; }
.zs-faq-q { font-family:var(--font-display); font-weight:600; font-size:clamp(14px,3.5vw,17px); transition:color 0.2s; line-height:1.4; }
.zs-faq-arr { color:#C2B8D0; font-size:18px; flex-shrink:0; font-style:normal; transition:transform 0.3s,color 0.3s; margin-top:2px; }
.zs-faq-item.open .zs-faq-arr { transform:rotate(180deg); color:#9A3DFF; }
.zs-faq-a { display:none; padding-bottom:18px; color:#D2C9DF; line-height:1.75; font-size:14px; }
.zs-faq-item.open .zs-faq-a { display:block; }

/* PLAN CARDS */
.zs-plan-card { padding:28px 24px; display:flex; flex-direction:column; position:relative; background:#14111F; border:1px solid #30283F; border-radius:16px; transition:all 0.25s ease; box-shadow:0 10px 30px rgba(0,0,0,0.20); }
.zs-plan-card:hover { background:#181729; border-color:#493D61; transform:translateY(-4px); box-shadow:0 10px 30px rgba(100,31,219,0.18); }
.zs-plan-card.feat-oleada { border-color:#641FDB; box-shadow:0 0 30px rgba(100,31,219,0.18); background:#181729; }
.zs-plan-card.feat-stella { border-color:#9A3DFF; box-shadow:0 0 30px rgba(154,61,255,0.18); background:#181729; }
.zs-plan-badge { position:absolute; top:0; right:22px; transform:translateY(-50%); font-size:9px; font-weight:900; text-transform:uppercase; padding:4px 14px; border-radius:100px; font-family:var(--font-label); letter-spacing:0.1em; }
.zs-plan-badge.oleada { background:var(--grad-primary); color:#FFFFFF; }
.zs-plan-badge.stella { background:#A847FF; color:#FFFFFF; }
.zs-plan-name { font-weight:700; font-size:18px; margin:0 0 8px; color:#FFFFFF; }
.zs-plan-price { font-weight:900; font-size:38px; font-family:var(--font-display); color:#FFFFFF; }
.zs-plan-period { color:#C2B8D0; font-size:13px; }
.zs-plan-desc { color:#D2C9DF; font-size:13px; line-height:1.6; margin-bottom:20px; }
.zs-plan-list { list-style:none; padding:0; margin:0 0 24px; flex-grow:1; }
.zs-plan-list li { display:flex; align-items:center; gap:10px; padding:6px 0; font-size:13px; color:#D2C9DF; border-bottom:1px solid rgba(255,255,255,0.04); }
.zs-plan-list li:last-child { border-bottom:none; }
.zs-plan-list .highlight { color:#D8B8FF; font-weight:700; }
@media(min-width:768px){ .zs-plan-card{padding:36px 32px;} .zs-plan-price{font-size:44px;} }

/* DEVICE CARDS */
.zs-device-card { padding:22px 16px; text-align:center; text-decoration:none !important; display:block; background:#14111F; border:1px solid #30283F; border-radius:16px; transition:all 0.25s ease; }
.zs-device-card:hover { background:#181729; border-color:#641FDB; box-shadow:0 8px 24px rgba(100,31,219,0.18); transform:translateY(-4px); }
.zs-device-icon { font-size:36px; margin-bottom:12px; display:block; }
.zs-device-card h5 { font-weight:700; font-size:15px; margin:0 0 6px; color:#FFFFFF; }
.zs-device-card p { color:#C2B8D0; font-size:12px; line-height:1.5; margin:0 0 10px; }
.zs-device-link { font-size:11px; color:#D8B8FF; font-family:var(--font-label); font-weight:600; letter-spacing:0.05em; text-transform:uppercase; }
@media(min-width:768px){ .zs-device-card{padding:32px 22px;} .zs-device-icon{font-size:44px;} .zs-device-card h5{font-size:17px;} }

/* TESTIMONIOS */
.zs-testi-card { padding:24px 20px; background:#14111F; border:1px solid #30283F; border-radius:16px; transition:all 0.25s ease; }
.zs-testi-card:hover { background:#181729; border-color:#493D61; box-shadow:0 8px 24px rgba(100,31,219,0.15); transform:translateY(-2px); }
.zs-testi-card.oleada { border-top:2px solid #641FDB; }
.zs-testi-card.stella  { border-top:2px solid #9A3DFF; }
.zs-testi-text { color:#D2C9DF; font-style:italic; line-height:1.75; font-size:14px; margin-bottom:16px; }
.zs-testi-author { font-weight:700; font-size:14px; color:#FFFFFF; font-family:var(--font-display); }
.zs-stars { color:#FFD166; font-size:13px; margin-top:5px; letter-spacing:2px; }

/* BRIDGE */
.zs-bridge-wrap { min-height:100svh; display:flex; align-items:center; justify-content:center; padding:20px; padding-top:100px; background:#07060D; }
.zs-bridge-card { max-width:460px; width:100%; padding:32px 24px; text-align:center; background:#14111F; border:1px solid #30283F; border-radius:16px; border-top:2px solid; box-shadow:0 20px 60px rgba(0,0,0,0.40); }
.zs-bridge-card.oleada { border-top-color:#641FDB; }
.zs-bridge-card.stella  { border-top-color:#9A3DFF; }
.zs-bridge-icon { width:64px; height:64px; border-radius:16px; display:flex; align-items:center; justify-content:center; margin:0 auto 20px; font-size:32px; }
.zs-bridge-icon.oleada { background:rgba(100,31,219,0.12); border:1px solid rgba(126,47,255,0.28); color:#D8B8FF; }
.zs-bridge-icon.stella  { background:rgba(154,61,255,0.10); border:1px solid rgba(168,71,255,0.25); color:#A847FF; }

/* LEGAL */
.zs-legal-wrap { max-width:860px; margin:0 auto; padding:100px 20px 64px; }
.zs-legal-content { padding:20px 18px; background:#14111F; border:1px solid #30283F; border-radius:16px; }
@media(min-width:640px){ .zs-legal-content{padding:28px;} }
@media(min-width:768px){ .zs-legal-content{padding:48px;} }
.zs-legal-content h3 { font-weight:600; font-size:17px; margin:26px 0 10px; color:#FFFFFF; padding-bottom:6px; border-bottom:1px solid #241D35; }
.zs-legal-content p,.zs-legal-content li { color:#D2C9DF; line-height:1.8; margin-bottom:10px; font-size:14px; }
@media(min-width:768px){ .zs-legal-content p,.zs-legal-content li{font-size:15px;} }
.zs-legal-content ul { padding-left:20px; list-style:disc; }
.zs-legal-content strong { color:#FFFFFF; }

/* FOOTER */
.zs-footer { background:#0A0A17; border-top:1px solid #241D35; padding:56px 0 24px; }
.zs-footer-grid { display:grid; grid-template-columns:1fr 1fr; gap:28px; margin-bottom:48px; }
@media(min-width:768px){ .zs-footer-grid{grid-template-columns:repeat(4,1fr); gap:40px;} }
.zs-footer h6 { font-weight:700; font-size:11px; color:#FFFFFF; margin:0 0 14px; text-transform:uppercase; letter-spacing:0.10em; font-family:var(--font-label); }
.zs-footer ul { list-style:none; padding:0; margin:0; }
.zs-footer ul li { margin-bottom:10px; }
.zs-footer ul li a { color:#E9E3F2; font-size:13px; text-decoration:none; transition:color 0.2s; }
.zs-footer ul li a:hover { color:#A847FF; }
.zs-footer-border { border-top:1px solid #241D35; padding-top:20px; }
.zs-footer-copy { font-size:11px; color:#C2B8D0; text-align:center; margin-top:10px; }
.zs-dmca-box { background:rgba(255,255,255,0.02); padding:14px 16px; border-radius:8px; border:1px solid #241D35; margin-top:16px; }
.zs-dmca-box p { font-size:9px; color:#C2B8D0; text-transform:uppercase; letter-spacing:0.05em; text-align:center; margin:0; line-height:1.6; }

/* WA FLOTANTE */
.zs-wa-float { position:fixed; bottom:16px; right:16px; z-index:9999; background:#25D366; color:#FFFFFF !important; border-radius:8px; width:52px; height:52px; padding:0; display:flex; align-items:center; justify-content:center; box-shadow:0 4px 18px rgba(37,211,102,0.40); animation:zs-wa-pulse 2.5s infinite; transition:transform 0.2s ease; text-decoration:none !important; border:none; cursor:pointer; }
.zs-wa-float:hover { transform:scale(1.06); }
.zs-wa-float:focus-visible { outline:2px solid #72E6A1; outline-offset:3px; }
.zs-wa-text { display:none; }
@media(min-width:640px){ .zs-wa-float{width:auto; height:auto; padding:13px 22px; border-radius:8px; gap:10px; font-family:var(--font-display); font-weight:700; font-size:14px; bottom:24px; right:24px;} .zs-wa-text{display:inline;} }

/* FORMULARIOS */
input,textarea,select { background:#0A0A17; border:1px solid #30283F; border-radius:8px; color:#FFFFFF; font-family:var(--font-body); font-size:15px; padding:12px 16px; width:100%; transition:border-color 0.2s,box-shadow 0.2s; }
input::placeholder,textarea::placeholder { color:#C2B8D0; }
input:focus,textarea:focus,select:focus { outline:none; border-color:#7E2FFF; box-shadow:0 0 0 3px rgba(126,47,255,0.20); }
