:root { --ink:#07090d; --paper:#f6f3ee; --gold:#f4a62a; --gold-light:#ffc04b; }
* { box-sizing:border-box; }
[hidden] { display:none !important; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--ink); color:#fff; font-family:Arial,Helvetica,sans-serif; }
a { color:inherit; text-decoration:none; }
.container { width:min(1140px,calc(100% - 48px)); margin:0 auto; }
.narrow { width:min(1110px,calc(100% - 48px)); }
.dark-section { background:#07090d; color:#f7f7f5; }
.light-section { background:#f7f4ef; color:#0b0c0f; }

.legal-section { background:#fff; padding:64px 0 100px; min-height:calc(100vh - 92px - 320px); }
.legal-card { background:var(--paper); color:#0b0c0f; border-radius:22px; padding:56px 68px; }
.legal-back { display:inline-flex; align-items:center; gap:6px; color:#a9750f; font-weight:700; font-size:14px; text-decoration:none; transition:color .2s; }
.legal-back:hover { color:var(--gold); }
.legal-card h1 { color:#0b0c0f; font-size:54px; letter-spacing:-2.4px; margin:22px 0 6px; }
.legal-card .legal-meta { color:#8a8b90; font-size:13px; margin:0 0 30px; }
.legal-card h2 { color:#0b0c0f; font-size:21px; letter-spacing:-.3px; margin:34px 0 10px; }
.legal-card h2:first-of-type { margin-top:6px; }
.legal-card p { color:#54555b; font-size:16px; line-height:1.75; max-width:760px; margin:0 0 20px; }
.legal-card p:last-child { margin-bottom:0; }
@media (max-width:760px) { .legal-section{padding:40px 0 64px}.legal-card{padding:34px 24px;border-radius:16px}.legal-card h1{font-size:34px;letter-spacing:-1.4px}.legal-card h2{font-size:18px} }

/* Historias de artistas (testimonios) — carrusel */
.testimonials-section { padding:70px 0 76px; }
.testimonials-slider { position:relative; margin-top:34px; }
.testimonials-track { display:flex; gap:18px; overflow-x:auto; scroll-snap-type:x mandatory; scroll-behavior:smooth; scrollbar-width:none; -ms-overflow-style:none; }
.testimonials-track::-webkit-scrollbar { display:none; }
.testimonial-card { scroll-snap-align:start; flex:0 0 calc((100% - 3*18px)/4); min-width:0; padding:26px 22px; border-radius:13px; background:linear-gradient(145deg,#15171c,#0d0f13); border:1px solid #24272e; box-shadow:inset 0 1px #ffffff08; display:flex; flex-direction:column; gap:16px; }
.testimonial-quote { margin:0; font-size:13.5px; line-height:1.6; color:#d7d8db; }
.testimonial-quote::before { content:"“"; color:#f4a62a; font-size:22px; font-weight:800; display:block; line-height:1; margin-bottom:4px; }
.testimonial-author { display:flex; align-items:center; gap:11px; margin-top:auto; }
.testimonial-avatar { width:46px; height:46px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; color:#191108; background:linear-gradient(135deg,#ffc650,#ef941c); flex-shrink:0; }
.testimonial-avatar svg { width:22px; height:22px; display:block; flex-shrink:0; color:#191108; }
.testimonial-author strong { display:block; font-size:12.5px; color:#f5f5f2; }
.testimonial-author span { display:block; font-size:10.5px; color:#8a8b91; }
.slider-arrow { position:absolute; top:50%; transform:translateY(-50%); width:44px; height:44px; border-radius:50%; background:#1a1c21; border:1px solid #2a2d34; color:#e6e6e6; display:grid; place-items:center; cursor:pointer; z-index:5; box-shadow:0 6px 16px #0006; transition:background .2s,border-color .2s,opacity .2s; padding:0; }
.slider-arrow svg { width:19px; height:19px; }
.slider-arrow:hover { background:#25272e; border-color:#f4a62a55; }
.slider-arrow:disabled { opacity:.35; cursor:default; }
.slider-arrow:disabled:hover { background:#1a1c21; border-color:#2a2d34; }
.slider-arrow.prev { left:-22px; }
.slider-arrow.next { right:-22px; }

/* Comparativa E4VI vs. otras herramientas */
.comparison-section { padding:70px 0 76px; }
.comparison-table-wrap { margin-top:34px; overflow-x:auto; }
.comparison-table { width:100%; border-collapse:separate; border-spacing:0; min-width:560px; }
.comparison-table th, .comparison-table td { padding:15px 18px; text-align:left; font-size:13px; border-bottom:1px solid #e4e0d8; }
.comparison-table th { font-size:11px; font-weight:800; letter-spacing:.5px; color:#5e6063; text-transform:uppercase; }
.comparison-table th.col-e4vi { color:#c07f14; }
.comparison-table td:first-child { color:#2b2d31; font-weight:600; }
.comparison-table td.col-e4vi, .comparison-table th.col-e4vi { background:#fdf3e2; }
.comparison-table tr:last-child td { border-bottom:none; }
.comparison-table .yes { color:#2f7d4f; font-weight:800; }
.comparison-table .no { color:#a34747; }
.comparison-table td.muted { color:#7c7d81; }

/* Preguntas frecuentes */
.faq-section { padding:70px 0 76px; }
.faq-list { max-width:760px; margin:34px auto 0; display:flex; flex-direction:column; gap:12px; }
.faq-item { border:1px solid #24272e; border-radius:12px; background:linear-gradient(145deg,#15171c,#0d0f13); overflow:hidden; }
.faq-item summary { cursor:pointer; list-style:none; padding:18px 22px; font-size:14px; font-weight:700; color:#f5f5f2; display:flex; align-items:center; justify-content:space-between; gap:12px; }
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item summary::after { content:"+"; font-size:20px; font-weight:400; color:#f4a62a; flex-shrink:0; transition:transform .2s; }
.faq-item[open] summary::after { transform:rotate(45deg); }
.faq-item p { margin:0; padding:0 22px 20px; font-size:13.5px; line-height:1.65; color:#a8a9ad; }
@media (max-width:1000px) { .testimonial-card{flex-basis:calc((100% - 18px)/2)} }
@media (max-width:760px) { .testimonial-card{flex-basis:100%}.comparison-table{min-width:520px}.slider-arrow{width:36px;height:36px}.slider-arrow.prev{left:2px}.slider-arrow.next{right:2px}.testimonials-track{scroll-padding:0 8px} }

/* Libro de Reclamaciones */
.claim-intro { max-width:none; }
.claim-badge { display:inline-flex; align-items:center; gap:7px; background:#fceccb; color:#8a5c0a; font-size:11px; font-weight:700; letter-spacing:.4px; padding:6px 13px; border-radius:100px; margin:22px 0 18px; }
.claim-section { border-top:1px solid #e6e1d6; padding-top:26px; margin-top:26px; }
.claim-section:first-of-type { border-top:none; padding-top:0; margin-top:36px; }
.claim-section h2 { margin:0 0 6px; }
.claim-section > p { margin-bottom:18px; }
.claim-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; background:#fff; border:1px solid #e6e1d6; border-radius:14px; padding:18px 20px; }
.claim-grid .claim-label { display:block; font-size:11px; letter-spacing:.4px; color:#8a8b90; text-transform:uppercase; margin-bottom:4px; }
.claim-grid .claim-value { display:block; font-size:14px; font-weight:700; color:#0b0c0f; }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:16px; }
.field { display:flex; flex-direction:column; gap:6px; margin-bottom:16px; }
.field-row .field { margin-bottom:0; }
.field label { font-size:13px; font-weight:600; color:#3a3b40; }
.claim-form input,.claim-form textarea,.claim-form select { background:#fff; border:1px solid #ddd9d1; color:#0b0c0f; }
.claim-form input:hover,.claim-form textarea:hover,.claim-form select:hover { border-color:#c7c1b3; }
.claim-form input:focus,.claim-form textarea:focus,.claim-form select:focus { border-color:var(--gold); background:#fff; box-shadow:0 0 0 3px rgba(244,166,42,.16); }
.claim-form textarea { resize:vertical; min-height:88px; }
.claim-radio-row { display:flex; flex-direction:column; gap:10px; background:#fff; border:1px solid #e6e1d6; border-radius:14px; padding:16px 18px; margin-bottom:18px; }
.claim-radio-row label { display:flex; align-items:flex-start; gap:10px; font-size:14px; color:#4c4d52; line-height:1.5; cursor:pointer; }
.claim-radio-row input[type="radio"] { margin-top:3px; width:16px; height:16px; accent-color:var(--gold); flex-shrink:0; }
.claim-radio-row strong { color:#0b0c0f; }
.claim-disclaimer { font-size:12.5px; color:#8a8b90; line-height:1.6; background:#fff; border:1px dashed #ddd9d1; border-radius:12px; padding:14px 16px; margin:8px 0 24px; max-width:none; }
.claim-submit { border:none; cursor:pointer; margin-top:4px; }
.claim-success { display:flex; align-items:flex-start; gap:12px; background:#eef8ee; border:1px solid #bfe3bf; color:#215b21; border-radius:14px; padding:18px 20px; margin-top:26px; font-size:14px; line-height:1.6; }
.claim-success strong { display:block; margin-bottom:2px; font-size:15px; }
@media (max-width:760px) { .claim-grid{grid-template-columns:1fr}.field-row{grid-template-columns:1fr} }

.hero { min-height:790px; position:relative; overflow:hidden; background:radial-gradient(circle at 72% 35%,#191718 0%,#090b0f 28%,#06080c 62%); }
.nav { height:92px; display:flex; align-items:center; justify-content:space-between; position:relative; z-index:10; }
.brand { display:flex; align-items:center; gap:14px; font-size:25px; font-weight:800; letter-spacing:2px; }
.brand-bars { height:30px; width:27px; display:flex; gap:4px; align-items:center; transform:skewY(-8deg); }
.brand-bars i { display:block; width:6px; border-radius:4px; background:linear-gradient(#ffc14d,#ef9418); box-shadow:0 0 12px #f59f27aa; }
.brand-bars i:nth-child(1){height:20px}.brand-bars i:nth-child(2){height:29px}.brand-bars i:nth-child(3){height:25px}
.nav-links { display:flex; gap:48px; font-size:14px; color:#d4d4d4; }
.nav-links a,.login { transition:color .2s; }.nav-links a:hover,.login:hover { color:var(--gold-light); }
.nav-actions { display:flex; align-items:center; gap:32px; font-size:14px; }
.btn { min-height:53px; padding:0 26px; border-radius:8px; display:inline-flex; align-items:center; justify-content:center; gap:26px; font-size:15px; font-weight:750; transition:transform .2s,box-shadow .2s,border-color .2s; }
.btn:hover { transform:translateY(-2px); }
.btn-gold { color:#151006; background:linear-gradient(135deg,#ffc251,#ef971c); box-shadow:inset 0 1px #ffe2a5,0 8px 24px #f39e2525; }
.btn-gold:hover { box-shadow:inset 0 1px #ffe2a5,0 10px 30px #f39e2540; }
.btn-small { min-height:44px; padding:0 24px; }.btn-outline { border:1px solid #64666d; color:#f1f1f1; background:#0d1015cc; }.btn-outline:hover { border-color:#a8a8aa; }
.arrow { font-size:22px; font-weight:400; line-height:1; }.play { border:1px solid #777a82; border-radius:50%; width:23px; height:23px; display:grid; place-items:center; font-size:9px; }.play svg { width:9px; height:9px; display:block; margin-left:1px; }

.hero-content { min-height:698px; display:grid; grid-template-columns:49% 51%; align-items:center; position:relative; z-index:2; }
.hero-copy { padding:24px 0 100px; position:relative; z-index:4; }
.eyebrow-pill { width:max-content; border:1px solid #474950; border-radius:999px; padding:9px 16px; font-size:10px; color:#e7a839; letter-spacing:1.8px; font-weight:800; }
.eyebrow-pill span { color:#94969c; margin:0 5px; }
h1 { margin:26px 0 22px; font-size:68px; line-height:1.04; letter-spacing:-3.6px; font-weight:800; }
h1 em { color:var(--gold); font-style:normal; }
.hero-copy>p { max-width:510px; margin:0; color:#bebfc3; font-size:17px; line-height:1.65; }
.hero-buttons { display:flex; gap:18px; margin-top:36px; }
.artist-proof { display:flex; align-items:center; gap:18px; margin-top:38px; }
.avatars { display:flex; padding-left:7px; }.avatars span { width:31px; height:31px; border-radius:50%; border:2px solid #12151a; margin-left:-7px; display:grid; place-items:center; font-size:8px; font-weight:800; color:#fff; background:linear-gradient(145deg,#80543a,#20252c); }.avatars span:nth-child(2){background:linear-gradient(145deg,#cd9c77,#33454d)}.avatars span:nth-child(3){background:linear-gradient(145deg,#bd6a45,#25252a)}.avatars span:nth-child(4){background:#24262b;color:#e3a02f}
.artist-proof p { margin:0; font-size:11px; line-height:1.45; color:#b4b5b8; }

.hero-visual { height:690px; position:relative; display:flex; align-items:center; justify-content:center; }
.gold-disc { position:absolute; width:455px; height:455px; left:30px; top:135px; border-radius:50%; box-shadow:0 0 50px #ec95152c; overflow:hidden; }
.gold-disc:before { content:""; position:absolute; inset:0; border-radius:50%; background:radial-gradient(circle at 35% 30%,#ffd16a 0,#efa426 37%,#ba6714 75%,#6f3406 100%); animation:e4vi-disc-spin 12s linear infinite; }
.gold-disc:after { content:""; position:absolute; inset:0; border-radius:50%; background:repeating-radial-gradient(circle at center,transparent 0 9px,#fff2 10px 11px); opacity:.35; animation:e4vi-disc-spin 12s linear infinite; }
.gold-disc-shine { position:absolute; top:-70%; left:-70%; width:70%; height:240%; background:linear-gradient(75deg,transparent 30%,#fff9 47%,#ffffffcc 50%,#fff9 53%,transparent 70%); transform:translateX(-30%) rotate(18deg); animation:e4vi-shine-sweep 4.5s ease-in-out infinite; pointer-events:none; }
@keyframes e4vi-disc-spin { from { transform:rotate(0deg); } to { transform:rotate(360deg); } }
@keyframes e4vi-shine-sweep { 0% { transform:translateX(-30%) rotate(18deg); } 45% { transform:translateX(260%) rotate(18deg); } 100% { transform:translateX(260%) rotate(18deg); } }
.phone { width:365px; height:690px; position:absolute; top:34px; left:145px; transform:rotate(7deg); border-radius:57px; background:linear-gradient(145deg,#303137,#08090b 40%,#16171b); padding:13px; box-shadow:-16px 20px 50px #000c,inset 2px 1px #6667; z-index:2; }
.phone:before { content:""; position:absolute; inset:5px; border:1px solid #4b4b50; border-radius:52px; pointer-events:none; }
.phone-speaker { position:absolute; z-index:8; top:18px; left:50%; transform:translateX(-50%); width:90px; height:22px; background:#060709; border-radius:0 0 15px 15px; }
.phone-screen { height:100%; position:relative; overflow:hidden; border-radius:45px; background:#111315; }
.artist-photo { height:51%; position:relative; overflow:hidden; background:linear-gradient(120deg,#092d36aa,#4a1414aa),url('../img/hero-artist.png') center 25%/cover no-repeat; }
.artist-photo:before { content:""; position:absolute; inset:0; background:radial-gradient(170px 260px at 50% -10%,rgba(255,255,255,.62),transparent 72%); background-repeat:no-repeat; background-size:52% 165%; background-position:-15% -20%; animation:e4vi-lamp-sweep 6s ease-in-out infinite alternate; pointer-events:none; z-index:1; }
@keyframes e4vi-lamp-sweep { 0% { background-position:-20% -20%; } 100% { background-position:120% -20%; } }
.phone-gradient { position:absolute; inset:28% 0 0; background:linear-gradient(transparent,#131517 31%); }
.track-info { position:absolute; top:255px; left:34px; right:25px; display:flex; flex-direction:column; }
.track-info small { color:#bfc0c2; font-size:8px; letter-spacing:.9px; }.track-info strong { font-size:24px; margin-top:6px; }.track-info span { color:#a4a5a8; font-size:10px; margin-top:16px; }
.phone-platforms { position:absolute; left:22px; right:22px; bottom:24px; display:flex; flex-direction:column; gap:8px; }
.phone-platform { height:48px; padding:0 15px; display:flex; align-items:center; border-radius:9px; color:#f4f4f4; background:linear-gradient(100deg,#202226,#151719); box-shadow:0 3px 8px #0008; font-size:12px; }
.phone-platform b { margin-left:11px; }.phone-platform i { margin-left:auto; font-size:24px; font-style:normal; color:#ccc; }
.platform-mark { width:21px; height:21px; display:grid; place-items:center; border-radius:50%; font-size:14px; font-weight:700; }
.platform-mark svg { width:100%; height:100%; display:block; }
.spotify { color:#19d86d; }.apple { color:#ff4267; }.youtube { color:#ff273b; }.soundcloud { color:#ff681c; }.deezer { color:#a749ff; }.amazon { color:#00caff; }.tidal { color:#00e5ff; }.shazam { color:#2196f3; }.bandcamp { color:#1da0c3; }.audiomack { color:#ffa200; }.napster { color:#c7ccd6; }.tiktok { color:#fe2c55; }
/* Plataformas de podcast (Pase de Podcast, Premium) */
.ivoox { color:#f4a62a; }.castbox { color:#f55b23; }.pocketcasts { color:#f43e37; }.overcast { color:#fc7e0f; }.rss { color:#f78422; }
.hero-lines { position:absolute; opacity:.45; pointer-events:none; }.hero-lines-right { width:400px; height:360px; right:-110px; top:210px; background:repeating-radial-gradient(ellipse at right center,transparent 0 12px,#c681231f 13px 15px); }.hero-lines-bottom { width:550px; height:300px; left:390px; bottom:-130px; border-radius:50%; background:repeating-radial-gradient(ellipse at center,transparent 0 12px,#c681231c 13px 14px); }

.steps-section { padding:70px 0 76px; }.section-kicker { margin:0 0 13px; text-align:center; font-size:11px; font-weight:800; letter-spacing:3px; color:#55565a; }.section-kicker.muted { color:#8a8c91; }
section h2 { margin:0; text-align:center; font-size:37px; line-height:1.15; letter-spacing:-1.4px; }
.steps-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:34px; }
.step-card { min-height:174px; padding:28px 27px 25px 20px; display:grid; grid-template-columns:93px 1fr; gap:16px; align-items:center; background:#f9f7f3; border:1px solid #dedbd5; border-radius:13px; box-shadow:0 3px 12px #15151508; }
.step-icon-wrap { position:relative; width:86px; height:90px; display:flex; align-items:flex-end; justify-content:flex-end; }.step-number { position:absolute; top:0; left:0; width:34px; height:34px; border-radius:50%; display:grid; place-items:center; background:linear-gradient(135deg,#ffc650,#ef941c); color:#15110a; font-size:20px; font-weight:900; box-shadow:0 4px 8px #e8982745; z-index:2; }.step-icon { width:66px; height:66px; border-radius:11px; display:grid; place-items:center; color:#fff; background:linear-gradient(145deg,#393b3f,#17181b); font-size:34px; box-shadow:0 8px 14px #0004; }.step-icon svg { width:30px; height:30px; display:block; }
.step-card h3 { margin:0 0 12px; font-size:17px; line-height:1.25; }.step-card p { margin:0; color:#5d5f63; font-size:12px; line-height:1.65; }

.platform-section { padding:40px 0 39px; background:radial-gradient(circle at center,#10131a 0,#07090d 65%); }.platform-section h2 { font-size:32px; }.platform-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:15px; margin-top:28px; }.platform-card { height:121px; border:1px solid #24272e; border-radius:9px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px; background:linear-gradient(145deg,#15171c,#0d0f13); box-shadow:inset 0 1px #ffffff08; }.platform-card b { font-size:13px; }.big-platform-mark { width:38px; height:38px; display:grid; place-items:center; font-weight:800; }
.big-platform-mark svg { width:100%; height:100%; display:block; }.more-card span { font-size:22px; letter-spacing:5px; }.compatibility { text-align:center; margin:18px 0 0; font-size:11px; color:#9b9ca0; }

.pricing-section { padding:36px 0 38px; }.pricing-section h2 { font-size:36px; }.billing-toggle { width:max-content; height:38px; padding:4px; border:1px solid #ddd9d1; border-radius:17px; background:#f0eee9; margin:16px auto 26px; display:flex; align-items:center; gap:2px; box-shadow:inset 0 2px 5px #0000000a; font-size:11px; }.billing-toggle span { padding:8px 26px; border-radius:13px; cursor:pointer; user-select:none; transition:background .2s,box-shadow .2s; }.billing-toggle span.active { background:#fff; box-shadow:0 2px 5px #0002; font-weight:700; }.billing-toggle small { padding:0 10px; color:#53a14e; font-weight:700; }
.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:30px; align-items:stretch; }.price-card { min-height:406px; border:1px solid #d8d4ce; border-radius:13px; padding:28px 27px 23px; display:flex; flex-direction:column; background:#faf8f4; position:relative; box-shadow:0 5px 15px #00000008; }.price-card.featured { background:radial-gradient(circle at 40% 0,#1a1c21,#0b0d11 75%); color:#f5f5f2; border:2px solid #ce8d29; box-shadow:0 0 0 5px #272016,0 10px 24px #0004; transform:translateY(-4px); }.popular { position:absolute; top:16px; left:0; right:0; text-align:center; color:#e9a83b; font-size:11px; font-weight:800; }.featured h3 { margin-top:28px!important; }.price-card h3 { margin:0 0 9px; font-size:25px; }.plan-subtitle { min-height:38px; margin:0; font-size:12px; line-height:1.45; color:#5e6063; }.featured .plan-subtitle { color:#b2b3b6; }.price { display:flex; align-items:baseline; margin:22px 0 17px; }.price strong { font-size:42px; letter-spacing:-2px; }.featured .price strong { color:#f4a62a; }.price span { margin-left:7px; color:#686a6e; font-size:9px; }.price-card ul { list-style:none; padding:0; margin:0 0 24px; display:flex; flex-direction:column; gap:13px; }.price-card li { display:flex; gap:12px; font-size:11px; font-weight:650; color:#2f5c4f; }.price-card li span { color:#2b2d31; }.featured li { color:#c5c8ca; }.featured li span { color:#e2e3e4; }.price-card li.unavailable,.price-card li.unavailable span { color:#73767a; }.price-button { margin-top:auto; min-height:41px; border:1px solid #85878a; border-radius:6px; display:grid; place-items:center; font-size:12px; font-weight:800; transition:background .2s; }.price-button:hover { background:#ece8e2; }.price-button.gold { background:linear-gradient(135deg,#ffc14e,#ee961b); color:#191108; border-color:#e89a22; }.price-button.gold:hover { background:linear-gradient(135deg,#ffd06f,#f3a52e); }.price-note { margin:24px 0 0; font-size:9px; color:#77787b; }.plan-icon { width:40px; height:40px; border-radius:10px; background:#f0ece3; color:#a5722c; display:flex; align-items:center; justify-content:center; margin-bottom:12px; }.plan-icon svg { width:20px; height:20px; }.featured .plan-icon { background:#241d10; color:#f4a62a; margin-top:6px; }
.promo-badge { position:absolute; top:-13px; left:50%; transform:translateX(-50%); background:linear-gradient(135deg,#ff7a52,#e8452a); color:#fff; font-size:10.5px; font-weight:800; padding:6px 14px; border-radius:20px; box-shadow:0 4px 12px rgba(232,69,42,.35); white-space:nowrap; display:flex; align-items:center; gap:5px; }
/* Precio anual: total grande arriba, total mensual tachado y
   equivalencia mensual debajo (ver updatePricing en main.js). */
.price { margin:22px 0 4px; }
.price-extra { min-height:32px; margin:0 0 14px; }
.price-extra s { display:block; font-size:15px; font-weight:600; color:#9a9ba1; }
.price-extra em { display:block; margin-top:3px; font-style:normal; font-size:11px; font-weight:700; color:#53a14e; }
.featured .price-extra s { color:#8b8d93; }
.featured .price-extra em { color:#f4a62a; }

/* Formulario de checkout (Culqi): la card por fuera queda oscura
   (igual al resto del dashboard), pero los campos en sí van con
   fondo blanco — mejor contraste/legibilidad que texto claro sobre
   fondo casi negro. */
#culqiCheckoutForm input,
#culqiCheckoutForm select {
  background:#fff;
  border:1px solid #3a3d46;
  color:#171819;
}
#culqiCheckoutForm input:hover,
#culqiCheckoutForm select:hover { border-color:#e89a22; }
#culqiCheckoutForm input:focus,
#culqiCheckoutForm select:focus {
  border-color:#e89a22;
  box-shadow:0 0 0 3px rgba(232,154,34,.2);
  outline:none;
}

.bottom-cta { min-height:130px; background:radial-gradient(circle at 35% 0,#5b3316,#19100b 60%,#0a0b0e); color:#fff; position:relative; overflow:hidden; }.cta-inner { min-height:130px; display:flex; align-items:center; justify-content:space-between; position:relative; z-index:2; }.cta-inner h2 { text-align:left; font-size:32px; margin-bottom:9px; }.cta-inner p { margin:0; color:#dbd3cb; font-size:14px; }.cta-inner .btn { min-width:202px; }.cta-lines { position:absolute; left:-100px; top:-160px; width:500px; height:400px; border-radius:50%; background:repeating-radial-gradient(ellipse at center,transparent 0 16px,#db9e2924 17px 18px); }
.footer { padding:38px 0 44px; }.footer-grid { display:grid; grid-template-columns:1.7fr repeat(3,1fr) 1fr; gap:50px; }.footer .brand { font-size:21px; }.footer .brand-bars { transform:scale(.8) skewY(-8deg); transform-origin:left center; margin-right:-4px; }.footer-brand>p,.copyright p { font-size:10px; line-height:1.7; color:#92949a; }.footer-contact { font-size:10px; line-height:1.7; color:#92949a; margin:6px 0 0; }.footer-contact a { color:#a8a9ad; }.footer-contact a:hover { color:#fff; }.footer-contact-block { margin:10px 0 0; }.footer-contact-label { font-size:10px; font-weight:700; color:#c9cacd; letter-spacing:.3px; margin:0 0 7px; }.footer-contact-line { display:flex; align-items:center; gap:7px; font-size:10px; line-height:1.5; color:#92949a; margin:0 0 6px; }.footer-contact-line svg { flex-shrink:0; width:12px; height:12px; color:#75767c; }.footer-contact-line a { color:#a8a9ad; }.footer-contact-line a:hover { color:#fff; }.footer-handle { font-size:10px; font-weight:700; letter-spacing:.3px; color:#c9cacd; margin:12px 0 0; }.socials { display:flex; gap:18px; margin-top:14px; color:#bfc0c3; }.socials a:hover { color:#f4a62a; }.footer-grid>div:not(:first-child) { display:flex; flex-direction:column; gap:13px; }.footer h3 { margin:4px 0 8px; color:#97999e; font-size:9px; letter-spacing:1.5px; }.footer-grid>div>a { color:#a8a9ad; font-size:10px; }.footer-grid>div>a:hover { color:#fff; }.copyright { padding-top:2px; }

/* Íconos sociales SVG reales */
.socials a { display:inline-flex; align-items:center; justify-content:center; width:34px; height:34px; border-radius:9px; background:#14161b; border:1px solid #24262c; transition:color .2s,background .2s,border-color .2s,transform .2s; }
.socials a:hover { background:#1c1e24; border-color:#f4a62a55; transform:translateY(-2px); }
.social-icon { width:17px; height:17px; }

/* Selector de idioma */
.lang-switch { display:flex; align-items:center; gap:6px; padding:6px 10px; border:1px solid #33353b; border-radius:999px; background:#0f1116; font-size:12px; font-weight:700; color:#c7c8cc; }
.lang-switch-icon { width:14px; height:14px; color:#9fa0a5; }
.lang-switch button { background:none; border:none; padding:2px 3px; color:inherit; cursor:pointer; font:inherit; font-weight:700; letter-spacing:.3px; opacity:.55; transition:opacity .2s,color .2s; }
.lang-switch button:hover { opacity:.85; }
.lang-switch button.active { opacity:1; color:var(--gold-light); }
.lang-switch-divider { color:#4c4e54; font-size:11px; }
.light-section .lang-switch { background:#fff; border-color:#ddd9d1; color:#5c5e62; }
.light-section .lang-switch-icon { color:#8a8c91; }

/* Botones flotantes: WhatsApp + volver arriba */
.floating-stack { position:fixed; right:22px; bottom:22px; z-index:60; display:flex; flex-direction:column; align-items:flex-end; gap:14px; }
.floating-btn { width:56px; height:56px; border-radius:50%; display:grid; place-items:center; border:none; cursor:pointer; box-shadow:0 10px 24px #0007; transition:transform .2s,box-shadow .2s,opacity .25s,visibility .25s; }
.floating-btn:hover { transform:translateY(-3px) scale(1.04); }
.floating-icon { width:28px; height:28px; }
.whatsapp-btn { position:relative; background:#25d366; color:#fff; }
.whatsapp-btn .floating-icon { width:30px; height:30px; }
.floating-tooltip { position:absolute; right:66px; top:50%; transform:translateY(-50%); white-space:nowrap; background:#111317; color:#f2f2f0; font-size:12px; font-weight:600; padding:8px 12px; border-radius:8px; box-shadow:0 6px 16px #0006; opacity:0; pointer-events:none; transition:opacity .2s,transform .2s; }
.floating-tooltip:after { content:""; position:absolute; right:-5px; top:50%; transform:translateY(-50%) rotate(45deg); width:8px; height:8px; background:#111317; }
.whatsapp-btn:hover .floating-tooltip { opacity:1; transform:translateY(-50%) translateX(-4px); }
.scroll-top-btn { background:linear-gradient(135deg,#ffc251,#ef971c); color:#151006; opacity:0; visibility:hidden; transform:translateY(10px); }
.scroll-top-btn.visible { opacity:1; visibility:visible; transform:translateY(0); }

@media (max-width:760px) {
  .floating-stack { right:16px; bottom:16px; gap:11px; }
  .floating-btn { width:50px; height:50px; }
  .floating-icon { width:24px; height:24px; }
  .whatsapp-btn .floating-icon { width:26px; height:26px; }
  .floating-tooltip { display:none; }
  .lang-switch { padding:5px 8px; font-size:11px; }
}

/* Íconos sociales SVG reales */
.socials a { display:inline-flex; align-items:center; justify-content:center; width:34px; height:34px; border-radius:9px; background:#14161b; border:1px solid #24262c; transition:color .2s,background .2s,border-color .2s,transform .2s; }
.socials a:hover { background:#1c1e24; border-color:#f4a62a55; transform:translateY(-2px); }
.social-icon { width:17px; height:17px; }
.social-icon svg { width:100%; height:100%; display:block; }

/* Selector de idioma */
.lang-switch { display:flex; align-items:center; gap:6px; padding:6px 10px; border:1px solid #33353b; border-radius:999px; background:#0f1116; font-size:12px; font-weight:700; color:#c7c8cc; }
.lang-switch-icon { width:14px; height:14px; color:#9fa0a5; display:flex; }
.lang-switch-icon svg { width:100%; height:100%; }
.lang-switch button { background:none; border:none; padding:2px 3px; color:inherit; cursor:pointer; font:inherit; font-weight:700; letter-spacing:.3px; opacity:.55; transition:opacity .2s,color .2s; }
.lang-switch button:hover { opacity:.85; }
.lang-switch button.active { opacity:1; color:var(--gold-light); }
.lang-switch-divider { color:#4c4e54; font-size:11px; }
.light-section .lang-switch { background:#fff; border-color:#ddd9d1; color:#5c5e62; }
.light-section .lang-switch-icon { color:#8a8c91; }

/* Botones flotantes: WhatsApp + volver arriba */
.floating-stack { position:fixed; right:22px; bottom:22px; z-index:60; display:flex; flex-direction:column; align-items:flex-end; gap:14px; }
.floating-btn { width:56px; height:56px; border-radius:50%; display:grid; place-items:center; border:none; cursor:pointer; box-shadow:0 10px 24px #0007; transition:transform .2s,box-shadow .2s,opacity .25s,visibility .25s; text-decoration:none; }
.floating-btn:hover { transform:translateY(-3px) scale(1.04); }
.floating-icon { width:28px; height:28px; display:flex; }
.floating-icon svg { width:100%; height:100%; }
.whatsapp-btn { position:relative; background:#25d366; color:#fff; }
.whatsapp-btn .floating-icon { width:30px; height:30px; }
.floating-tooltip { position:absolute; right:66px; top:50%; transform:translateY(-50%); white-space:nowrap; background:#111317; color:#f2f2f0; font-size:12px; font-weight:600; padding:8px 12px; border-radius:8px; box-shadow:0 6px 16px #0006; opacity:0; pointer-events:none; transition:opacity .2s,transform .2s; }
.floating-tooltip:after { content:""; position:absolute; right:-5px; top:50%; transform:translateY(-50%) rotate(45deg); width:8px; height:8px; background:#111317; }
.whatsapp-btn:hover .floating-tooltip { opacity:1; transform:translateY(-50%) translateX(-4px); }
.scroll-top-btn { background:linear-gradient(135deg,#ffc251,#ef971c); color:#151006; opacity:0; visibility:hidden; transform:translateY(10px); }
.scroll-top-btn.visible { opacity:1; visibility:visible; transform:translateY(0); }

@media (max-width:760px) {
  .floating-stack { right:16px; bottom:16px; gap:11px; }
  .floating-btn { width:50px; height:50px; }
  .floating-icon { width:24px; height:24px; }
  .whatsapp-btn .floating-icon { width:26px; height:26px; }
  .floating-tooltip { display:none; }
  .lang-switch { padding:5px 8px; font-size:11px; }
}

/* Login / Registro (Supabase Auth) — páginas propias */
.account-area { display:flex; align-items:center; gap:20px; }
.account-icon-link,.login-icon-link { display:none; width:36px; height:36px; border-radius:50%; border:1px solid #33353b; align-items:center; justify-content:center; color:#c7c8cc; flex-shrink:0; }
.account-icon-link svg,.login-icon-link svg { width:18px; height:18px; }
.account-icon-link:hover,.login-icon-link:hover { color:#fff; border-color:#3a3d46; }
.btn-logout { min-height:36px; padding:0 16px; font-size:13px; font-weight:700; gap:8px; }

.auth-page-v2 { min-height:100vh; position:relative; overflow:hidden; display:flex; flex-direction:column; align-items:center; justify-content:center; padding:70px 20px 60px; }
.auth-decor { position:absolute; left:-70px; top:60px; transform:scale(.6); transform-origin:top left; opacity:.55; pointer-events:none; z-index:0; display:none; }
@media (min-width:1150px) { .auth-decor { display:flex; } }

.auth-page-inner { position:relative; z-index:1; width:100%; max-width:460px; display:flex; flex-direction:column; align-items:center; gap:40px; }
.auth-header { text-align:center; display:flex; flex-direction:column; align-items:center; gap:10px; }
.auth-header .brand { justify-content:center; }
.auth-tagline { color:#c7c8cc; font-size:16px; margin:0; }
.auth-tagline em { color:var(--gold-light); font-style:normal; font-weight:700; }

.auth-card { width:100%; background:#13151a; border:1px solid #262931; border-radius:20px; padding:36px 32px 30px; box-shadow:0 30px 80px #000a; text-align:center; }
.auth-icon-badge { width:60px; height:60px; border-radius:50%; border:1.5px solid #3a3d46; background:#15171d; display:grid; place-items:center; margin:0 auto 18px; color:var(--gold-light); }
.auth-icon-badge svg { width:24px; height:24px; }
.auth-card h1 { font-size:23px; line-height:1.3; letter-spacing:normal; margin:0 0 8px; color:#fff; }
.auth-card .auth-subtitle { color:#9a9ba1; font-size:14px; margin:0 0 26px; line-height:1.5; }

.auth-form { display:flex; flex-direction:column; gap:16px; text-align:left; }
.auth-field { display:flex; flex-direction:column; gap:8px; }
.auth-field label { font-size:13px; font-weight:600; color:#c7c8cc; }

/* Estilo general de inputs: aplica en todo el sitio (login, registro,
   "Crear pase", "Mi cuenta", etc.), no solo dentro de .auth-form.
   Los inputs con estilo propio en línea (ej. el hex de color, el
   file input de avatar) no se ven afectados: un style="" inline
   siempre gana sobre esta regla. */
input[type="email"],
input[type="text"],
input[type="password"],
input[type="url"],
input[type="search"],
input[type="tel"],
textarea,
select {
  background:#0c0d11;
  border:1px solid #2a2d35;
  border-radius:10px;
  padding:11px 13px;
  color:#fff;
  font-size:14px;
  font-family:inherit;
  width:100%;
  transition:border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
input[type="email"]:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
textarea:hover,
select:hover { border-color:#3a3d46; }
input[type="email"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  outline:none;
  border-color:#f4a62a;
  background:#0f1116;
  box-shadow:0 0 0 3px rgba(244,166,42,.14);
}
input::placeholder, textarea::placeholder { color:#5a5d66; }
select { cursor:pointer; }

.auth-password-wrap { position:relative; }
.auth-password-wrap input { padding-right:42px !important; }
.auth-toggle-visibility { position:absolute; right:8px; top:50%; transform:translateY(-50%); background:none; border:none; color:#8a8b91; cursor:pointer; padding:6px; display:grid; place-items:center; border-radius:6px; }
.auth-toggle-visibility:hover { color:#fff; background:#1c1e24; }
.auth-toggle-visibility svg { width:18px; height:18px; }

.auth-checkbox-row { display:flex; align-items:center; justify-content:space-between; font-size:13px; color:#c7c8cc; flex-wrap:wrap; gap:10px; margin-top:-4px; }
.auth-checkbox-row label { display:flex; align-items:center; gap:8px; font-weight:500; cursor:pointer; }
.auth-checkbox-row input[type="checkbox"] { width:16px; height:16px; accent-color:#f4a62a; cursor:pointer; }
.auth-link-btn { background:none; border:none; padding:0; font:inherit; color:var(--gold-light); font-weight:600; cursor:pointer; }
.auth-link-btn:hover { text-decoration:underline; }

.auth-terms { font-size:13px; color:#c7c8cc; display:flex; align-items:flex-start; gap:8px; line-height:1.5; margin-top:-2px; }
.auth-terms input { margin-top:3px; width:16px; height:16px; accent-color:#f4a62a; flex-shrink:0; }
.auth-terms a { color:var(--gold-light); text-decoration:none; }
.auth-terms a:hover { text-decoration:underline; }

.auth-submit { margin-top:6px; width:100%; justify-content:center; }
.auth-submit.is-loading { opacity:.65; pointer-events:none; }
.auth-error { color:#ff8a8a; font-size:13px; margin:0; }
.auth-success { color:#8be0a8; font-size:14px; margin:0; text-align:center; line-height:1.5; }
.auth-switch { margin-top:22px; text-align:center; font-size:13px; color:#9a9ba1; }
.auth-switch a { color:var(--gold-light); font-weight:700; text-decoration:none; }
.auth-switch a:hover { text-decoration:underline; }
.auth-back { display:inline-flex; align-items:center; gap:6px; color:#9a9ba1; font-size:13px; text-decoration:none; margin-bottom:18px; }
.auth-back:hover { color:#fff; }

.feature-strip { display:grid; grid-template-columns:repeat(3,1fr); gap:26px; width:100%; max-width:640px; position:relative; z-index:1; }
.feature-strip .feature-item { display:flex; gap:12px; align-items:flex-start; }
.feature-strip .feature-icon { width:34px; height:34px; border-radius:9px; background:#15171d; border:1px solid #262931; display:grid; place-items:center; color:var(--gold-light); flex-shrink:0; }
.feature-strip .feature-icon svg { width:16px; height:16px; }
.feature-strip h4 { margin:0 0 3px; font-size:13.5px; color:#fff; }
.feature-strip p { margin:0; font-size:12.5px; color:#8a8b91; line-height:1.4; }

@media (max-width:680px) { .feature-strip { grid-template-columns:1fr; max-width:340px; } }
@media (max-width:520px) {
  .auth-card { padding:28px 22px 24px; }
  .account-area { gap:12px; }
}

/* ============================================================
   MI CUENTA (dashboard.php) — layout con sidebar
   ============================================================ */
.dash-shell { display:flex; min-height:100vh; background:#08090c; }
.dash-sidebar { width:240px; flex-shrink:0; background:#0c0d11; border-right:1px solid #1c1e24; display:flex; flex-direction:column; padding:26px 18px; position:sticky; top:0; height:100vh; }
.dash-sidebar .brand { margin-bottom:34px; padding:0 8px; }
.dash-nav { display:flex; flex-direction:column; gap:3px; flex:1; }
.dash-nav-item { display:flex; align-items:center; gap:12px; padding:11px 12px; border-radius:10px; color:#9a9ba1; font-size:14px; font-weight:600; text-decoration:none; background:none; border:none; width:100%; text-align:left; cursor:pointer; font-family:inherit; transition:background .15s,color .15s; }
.dash-nav-item svg { width:18px; height:18px; flex-shrink:0; }
.dash-nav-item:hover { color:#fff; background:#15171d; }
.dash-nav-item.active { color:var(--gold-light); background:#1a1610; }
.dash-nav-item.dash-nav-logout { margin-top:auto; color:#8a8b91; }
.dash-nav-item.dash-nav-logout:hover { color:#ff8a8a; background:#1d1416; }

.dash-main { flex:1; min-width:0; padding:40px 44px 70px; }
.dash-header { display:flex; align-items:flex-start; justify-content:space-between; gap:20px; margin-bottom:34px; flex-wrap:wrap; }
.dash-header h1 { font-size:32px; letter-spacing:normal; line-height:1.25; margin:6px 0 0; }
.dash-header .section-kicker { margin:0; }

.dash-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-bottom:26px; }
.dash-stat-card { background:#13151a; border:1px solid #23252c; border-radius:16px; padding:20px; }
.dash-stat-icon { width:36px; height:36px; border-radius:10px; background:#1a1c22; display:grid; place-items:center; color:var(--gold-light); margin-bottom:14px; }
.dash-stat-icon svg { width:18px; height:18px; }
.dash-stat-value { font-size:26px; font-weight:800; color:#fff; line-height:1; }
.dash-stat-label { font-size:12.5px; color:#8a8b91; margin-top:6px; }

.dash-grid-2 { display:grid; grid-template-columns:1.15fr 1fr; gap:22px; margin-bottom:26px; align-items:stretch; }
.dash-card { background:#13151a; border:1px solid #23252c; border-radius:18px; padding:30px; }
.dash-card-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:26px; gap:12px; }
.dash-card-head h3 { margin:0; font-size:16px; color:#fff; }

.dash-profile-row { display:flex; align-items:center; gap:16px; }
.dash-avatar { width:64px; height:64px; border-radius:50%; background:linear-gradient(135deg,#ffc251,#ef971c); display:grid; place-items:center; font-size:24px; font-weight:800; color:#151006; flex-shrink:0; }
.dash-profile-info b { display:block; font-size:17px; color:#fff; }
.dash-profile-info span { display:block; font-size:13px; color:#8a8b91; margin-top:2px; }
.dash-public-link { display:inline-flex; align-items:center; gap:8px; margin-top:12px; font-size:13px; }
.dash-public-link a { color:var(--gold-light); text-decoration:none; }
.dash-public-link a:hover { text-decoration:underline; }
.dash-public-link button { background:#1a1c22; border:1px solid #2a2d35; color:#c7c8cc; font-size:12px; padding:4px 10px; border-radius:7px; cursor:pointer; font-family:inherit; }
.dash-public-link button:hover { color:#fff; border-color:#3a3d46; }

.dash-plan-name { font-size:28px; font-weight:800; color:var(--gold-light); display:flex; align-items:center; gap:10px; }
.dash-plan-badge { font-size:10.5px; font-weight:800; letter-spacing:.5px; background:linear-gradient(135deg,#ffc251,#ef971c); color:#151006; padding:3px 9px; border-radius:20px; }
.dash-plan-meta { display:flex; flex-direction:column; gap:6px; margin:16px 0; font-size:13px; color:#9a9ba1; }
.dash-plan-meta b { color:#e4e4e6; font-weight:600; }
.dash-plan-features { list-style:none; margin:0 0 18px; padding:0; display:flex; flex-direction:column; gap:8px; font-size:13px; color:#c7c8cc; }
.dash-plan-features li { display:flex; align-items:center; gap:8px; }
.dash-plan-features li:before { content:"✓"; color:var(--gold-light); font-weight:800; }

/* Lista de pases */
.passes-empty { color:#8a8b91; font-size:14px; text-align:center; padding:30px 0; }
.pass-row { display:flex; align-items:flex-start; justify-content:space-between; gap:16px; padding:14px 4px; border-bottom:1px solid #1e2027; flex-wrap:wrap; }
.pass-row:last-child { border-bottom:none; }
.pass-row-main { display:flex; align-items:center; gap:12px; min-width:0; }
.pass-row-main b { display:block; font-size:14px; line-height:20px; color:#fff; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:260px; }
.pass-slug { display:block; font-size:12px; color:#8a8b91; margin-top:2px; }
.pass-status-dot { width:9px; height:9px; border-radius:50%; flex-shrink:0; background:#4a4c54; }
.pass-status-dot.active { background:#34d399; box-shadow:0 0 8px #34d39988; }
.pass-status-dot.paused { background:#f4a62a; }
.pass-row-meta { display:flex; align-items:center; gap:14px; font-size:12.5px; line-height:20px; color:#8a8b91; flex-shrink:0; }
.pass-status-label { padding:3px 9px; border-radius:20px; background:#1a1c22; border:1px solid #2a2d35; }
.pass-row-actions { display:flex; align-items:center; gap:6px; flex-shrink:0; }
.pass-action { width:32px; height:32px; border-radius:8px; border:1px solid #2a2d35; background:#15171d; color:#c7c8cc; display:grid; place-items:center; font-size:14px; cursor:pointer; text-decoration:none; }
.pass-action:hover { border-color:#3a3d46; color:#fff; }
.pass-action-danger:hover { border-color:#ff8a8a55; color:#ff8a8a; }

/* Facturación */
.dash-billing-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.dash-billing-item { background:#0f1116; border:1px solid #23252c; border-radius:12px; padding:16px 18px; }
.dash-billing-item small { display:block; font-size:11.5px; color:#8a8b91; letter-spacing:.4px; margin-bottom:5px; }
.dash-billing-item strong { font-size:15px; color:#fff; font-weight:700; }

/* Settings */
.dash-settings-grid { display:flex; flex-direction:column; gap:24px; max-width:480px; }
.dash-inline-msg { color:#8be0a8; font-size:13px; margin:8px 0 0; }

/* Modal de crear pase */
.modal-backdrop { position:fixed; inset:0; z-index:200; background:#05060acc; backdrop-filter:blur(4px); display:flex; align-items:center; justify-content:center; padding:20px; overflow-y:auto; }
.modal-card { position:relative; width:100%; max-width:480px; background:#13151a; border:1px solid #262931; border-radius:20px; padding:32px 30px; margin:auto; max-height:90vh; overflow-y:auto; scrollbar-width:thin; scrollbar-color:#3a3d46 transparent; }
.modal-card::-webkit-scrollbar { width:7px; }
.modal-card::-webkit-scrollbar-track { background:transparent; }
.modal-card::-webkit-scrollbar-thumb { background:#3a3d46; border-radius:99px; }
.modal-card::-webkit-scrollbar-thumb:hover { background:#f4a62a; }
[data-subscribers-list] { scrollbar-width:thin; scrollbar-color:#3a3d46 transparent; }
[data-subscribers-list]::-webkit-scrollbar { width:6px; }
[data-subscribers-list]::-webkit-scrollbar-track { background:transparent; }
[data-subscribers-list]::-webkit-scrollbar-thumb { background:#3a3d46; border-radius:99px; }
[data-subscribers-list]::-webkit-scrollbar-thumb:hover { background:#f4a62a; }
.modal-close { position:absolute; top:14px; right:14px; width:30px; height:30px; border-radius:50%; border:1px solid #2c2f37; background:#1a1c22; color:#c7c8cc; font-size:16px; cursor:pointer; display:grid; place-items:center; }
.modal-close:hover { background:#24262d; color:#fff; }
.modal-card h2 { font-size:19px; margin:0 0 6px; color:#fff; }
.modal-subtitle { font-size:13px; color:#8a8b91; margin:0 0 22px; }
.pass-type-toggle { display:flex; gap:8px; background:#0c0d11; border:1px solid #22242b; border-radius:11px; padding:4px; margin-bottom:22px; }
.pass-type-toggle label { flex:1; text-align:center; padding:8px 6px; border-radius:8px; font-size:12.5px; font-weight:700; color:#9a9ba1; cursor:pointer; }
.pass-type-toggle input { display:none; }
.pass-type-toggle input:checked + span { display:block; }
.pass-type-toggle label:has(input:checked) { background:linear-gradient(135deg,#ffc251,#ef971c); color:#151006; }
.slug-preview { font-size:12.5px; color:#8a8b91; margin:-8px 0 20px; }
.slug-preview b { color:var(--gold-light); font-weight:700; }
.platform-inputs { display:flex; flex-direction:column; gap:12px; margin-bottom:22px; }
.platform-input-row { display:flex; align-items:center; gap:12px; }
.platform-input-row .platform-mark { width:22px; height:22px; text-align:center; flex-shrink:0; display:grid; place-items:center; }
.platform-input-row input { flex:1; }

@media (max-width:1000px) { .nav-links{display:none}.hero{min-height:auto}.hero-content{grid-template-columns:1fr 1fr}.phone{left:20px;transform:scale(.9) rotate(7deg)}.gold-disc{left:-30px;transform:scale(.85)}.step-card{grid-template-columns:1fr;text-align:center}.step-icon-wrap{margin:auto}.platform-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.4fr repeat(3,1fr)}.copyright{grid-column:1/-1;flex-direction:row!important;justify-content:space-between} }

/* Nav flotante fijo al hacer scroll — SOLO en escritorio (ver JS en
   main.js: agrega/saca la clase .nav-fixed en <nav> y .has-fixed-nav
   en <body> al pasar el umbral de scroll). En mobile los nav-links ya
   están ocultos, así que fijar la barra ahí no aporta nada y se
   desactiva a propósito con este mismo media query. */
@media (min-width:1001px) {
  .nav { transition:none; }
  .hero .nav.nav-fixed {
    position:fixed;
    top:0;
    left:0;
    right:0;
    width:100%;
    max-width:100%;
    margin:0;
    height:84px;
    padding-left:max(24px, calc((100% - 1140px)/2));
    padding-right:max(24px, calc((100% - 1140px)/2));
    z-index:500;
    background:#07090d;
    box-shadow:0 6px 22px #0008;
    animation:e4vi-nav-drop .22s ease;
  }
  @keyframes e4vi-nav-drop { from{ opacity:0; transform:translateY(-10px); } to{ opacity:1; transform:translateY(0); } }
  body.has-fixed-nav .hero { padding-top:92px; }

  /* Páginas sin hero (Términos, Privacidad, Libro de Reclamaciones):
     su header es simple, sin overflow:hidden como ancestro, así que
     alcanza con position:sticky nativo — no hace falta JS ni las
     compensaciones de arriba. */
  .site-header-sticky { position:sticky; top:0; z-index:200; }
}
@media (max-width:760px) { .container,.narrow{width:min(100% - 32px,620px)}.nav{height:76px}.nav-actions{gap:10px}.nav-actions .login{display:none}.account-icon-link,.login-icon-link{display:inline-flex;flex-shrink:0}.btn-small{min-height:40px;padding:0 16px;flex-shrink:0}.nav-actions>a[href="/registro"]{min-height:36px;padding:0 16px;font-size:13px;font-weight:700;flex-shrink:0;white-space:nowrap}.btn-logout{flex-shrink:0;white-space:nowrap}.lang-switch{flex-shrink:0}.brand{font-size:21px;gap:9px}.hero-content{display:flex;flex-direction:column}.hero-copy{padding:54px 0 32px;text-align:center;display:flex;align-items:center;flex-direction:column}.eyebrow-pill{font-size:8px}.hero h1{font-size:49px;letter-spacing:-2.7px}.hero-copy>p{font-size:15px}.artist-proof{margin-top:28px}.hero-visual{width:100%;height:590px}.phone{width:310px;height:585px;left:50%;top:0;transform:translateX(-47%) rotate(6deg);border-radius:48px}.phone-screen{border-radius:37px}.gold-disc{width:370px;height:370px;left:50%;top:75px;transform:translateX(-50%)}.track-info{top:213px}.phone-platform{height:39px}.phone-platforms{bottom:20px;gap:6px}.steps-section{padding:56px 0}section h2,.steps-section h2,.pricing-section h2{font-size:30px}.steps-grid{grid-template-columns:1fr}.step-card{grid-template-columns:90px 1fr;text-align:left;min-height:150px}.platform-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:1fr;max-width:420px;margin-inline:auto}.price-card.featured{order:-1}.billing-toggle span{padding-inline:15px}.cta-inner{padding:30px 0;flex-direction:column;text-align:center;gap:24px}.cta-inner h2{text-align:center}.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:1/-1}.copyright{grid-column:1/-1} }
@media (max-width:430px) { .nav-actions .btn{font-size:11px}.hero h1{font-size:42px}.hero-buttons{width:100%;flex-direction:column}.hero-buttons .btn{width:100%}.hero-visual{height:530px}.phone{transform:translateX(-49%) scale(.9) rotate(6deg);transform-origin:top center}.artist-proof{align-items:flex-start}.artist-proof p{text-align:left}.platform-card{height:105px}.footer-grid{gap:35px} }
@media (prefers-reduced-motion:reduce) { html{scroll-behavior:auto}*{transition:none!important}.gold-disc:before,.gold-disc:after,.gold-disc-shine,.artist-photo:before{animation:none!important} }

/* Dashboard responsive */
@media (max-width:900px) {
  .dash-shell { flex-direction:column; }
  .dash-sidebar { width:100%; height:auto; position:relative; flex-direction:row; align-items:center; padding:14px 16px; overflow-x:auto; }
  .dash-sidebar .brand { margin-bottom:0; margin-right:16px; padding:0; flex-shrink:0; }
  .dash-nav { flex-direction:row; flex:none; }
  .dash-nav-item span { display:none; }
  .dash-nav-item { padding:10px; }
  .dash-nav-item.dash-nav-logout { margin-top:0; margin-left:auto; }
  .dash-main { padding:28px 18px 60px; }
  .dash-stats { grid-template-columns:repeat(2,1fr); }
  .dash-grid-2 { grid-template-columns:1fr; }
  .dash-billing-grid { grid-template-columns:1fr; }
}
@media (max-width:480px) {
  .dash-stats { grid-template-columns:1fr; }
  .pass-row { flex-direction:column; align-items:flex-start; }
  .pass-row-actions { align-self:flex-end; }
}