@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{
  --bg:#060913;--bg-soft:#0b1020;--card:#0f1529;--card-2:#10182e;--line:rgba(255,255,255,.08);--line-2:rgba(255,255,255,.14);
  --text:#f4f7ff;--muted:#97a0b8;--accent:#ff2d7a;--accent-2:#7c5cff;--shadow:0 20px 70px rgba(0,0,0,.45);--radius:22px;--hero-h:430px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:'Inter',system-ui,sans-serif;background:radial-gradient(circle at top right, rgba(124,92,255,.14), transparent 22%),radial-gradient(circle at top left, rgba(255,45,122,.10), transparent 18%),linear-gradient(180deg,#04060c,#060a14 38%,#04060c);color:var(--text);overflow-x:hidden} a{text-decoration:none;color:inherit} button,input{font:inherit}
.topbar{position:sticky;top:0;z-index:100;height:84px;padding:0 26px;display:grid;grid-template-columns:auto minmax(320px,1fr) auto;align-items:center;gap:18px;background:rgba(5,8,17,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06)}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:.01em}.brand-badge{width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg,var(--accent),var(--accent-2));display:grid;place-items:center;box-shadow:0 12px 32px rgba(255,45,122,.24)} .brand-logo{max-width:210px;max-height:44px;object-fit:contain} .brand-name{font-size:1.6rem}
.topbar-search{display:flex;align-items:center;gap:12px;height:54px;padding:0 18px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)} .topbar-search i{color:var(--muted)} .topbar-search input{width:100%;border:none;outline:none;background:transparent;color:var(--text);font-size:1.05rem}
.topbar-nav{display:flex;align-items:center;gap:20px;font-weight:700}.topbar-nav a{color:#d8ddef}.topbar-nav a.is-active{color:#fff}.pill-link{padding:14px 20px;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--accent-2))}
.content-shell{display:grid;grid-template-columns:228px 1fr;gap:18px;padding:18px}.sidebar{position:sticky;top:102px;height:max-content;padding:18px 14px;border-radius:26px;background:linear-gradient(180deg,rgba(13,18,34,.95),rgba(8,11,22,.95));border:1px solid var(--line);box-shadow:var(--shadow)} .sidebar-title{font-size:1.1rem;font-weight:800;margin-bottom:14px}.category-link,.sidebar-cta{width:100%;display:flex;align-items:center;gap:12px;margin-bottom:10px;padding:14px 16px;border-radius:18px;border:1px solid var(--line);background:rgba(255,255,255,.02);color:#eef2ff;cursor:pointer;transition:.22s}.category-link.active,.category-link:hover{border-color:rgba(255,255,255,.22);background:linear-gradient(135deg,rgba(255,45,122,.14),rgba(124,92,255,.12))}.sidebar-cta{margin-top:12px;justify-content:center;background:linear-gradient(135deg,#1ebe5b,#12a150);border:none;font-weight:800}
.main-content{min-width:0}.player-hero{position:relative;min-height:var(--hero-h);border-radius:30px;overflow:hidden;background:#04070f;border:1px solid rgba(255,255,255,.07);box-shadow:var(--shadow)} .hero-backdrop,.video-layer,.hero-overlay,.hero-info{position:absolute;inset:0}.hero-backdrop img,.hero-backdrop-fallback{width:100%;height:100%;object-fit:cover}.hero-backdrop img{filter:saturate(.92) brightness(.66)} .hero-backdrop-fallback{background:radial-gradient(circle at top right, rgba(124,92,255,.28), transparent 24%),radial-gradient(circle at center left, rgba(255,45,122,.18), transparent 24%),linear-gradient(135deg,#071020,#11172b 50%,#090d18)} .video-layer{display:flex;align-items:stretch;justify-content:center} #mainVideo{width:100%;height:100%;object-fit:cover;background:#000} #mainAudio{position:absolute;opacity:0;pointer-events:none}
.hero-overlay{background:linear-gradient(90deg,rgba(3,6,14,.92) 0%,rgba(5,8,17,.82) 28%,rgba(7,10,20,.45) 58%,rgba(7,10,20,.18) 100%),linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.42));z-index:2}.hero-info{z-index:4;padding:34px 30px;display:flex;flex-direction:column;justify-content:flex-end;gap:16px;max-width:520px}.hero-top-tags{display:flex;gap:10px;flex-wrap:wrap}.tag{padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12);font-weight:700}.tag-live{background:rgba(255,45,122,.18);border-color:rgba(255,45,122,.55)} .hero-brand-row{display:flex;gap:18px;align-items:center}.hero-channel-logo,.hero-channel-logo.placeholder{width:86px;height:86px;border-radius:24px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);padding:10px;object-fit:contain;display:grid;place-items:center;overflow:hidden}.hero-channel-logo img{width:100%;height:100%;object-fit:contain}.hero-info h1{margin:0 0 8px;font-size:4rem;line-height:.96;letter-spacing:-.045em}.hero-subtitle{margin:0;color:#d8def1;font-size:1.12rem;max-width:420px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-button{height:54px;padding:0 22px;border-radius:18px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:#fff;font-weight:800;display:inline-flex;align-items:center;gap:10px;cursor:pointer}.hero-button.primary{background:#fff;color:#08101b;border:none}.hero-button.whatsapp{background:linear-gradient(135deg,#1ebe5b,#12a150);border:none}.hero-button.wide{justify-content:center;width:100%}.hero-mini-controls{display:flex;gap:10px}.mini-control{width:48px;height:48px;border-radius:16px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07);color:#fff;cursor:pointer}
.video-loader{position:absolute;inset:0;display:none;align-items:center;justify-content:center;z-index:6;background:rgba(0,0,0,.18)} .video-loader.show{display:flex}.video-loader span{width:58px;height:58px;border:4px solid rgba(255,255,255,.15);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}} .video-center-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:7;width:82px;height:82px;border:none;border-radius:50%;background:rgba(255,255,255,.92);color:#08101b;font-size:1.4rem;cursor:pointer;box-shadow:0 12px 40px rgba(0,0,0,.34);transition:.2s}.video-center-play.hide{opacity:0;pointer-events:none}
.radio-visual{position:absolute;inset:0;z-index:5;display:grid;place-items:center;gap:20px;padding-top:40px}.radio-visual-logo{width:180px;height:180px;border-radius:42px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);padding:24px;display:grid;place-items:center;box-shadow:0 20px 70px rgba(0,0,0,.35)}.radio-visual-logo img{width:100%;height:100%;object-fit:contain}.radio-eq{display:flex;align-items:flex-end;gap:8px;height:70px}.radio-eq span{display:block;width:10px;border-radius:999px;background:linear-gradient(180deg,#fff,#8db4ff);animation:eq 1s ease-in-out infinite}.radio-eq span:nth-child(1){height:32px}.radio-eq span:nth-child(2){height:64px;animation-delay:.15s}.radio-eq span:nth-child(3){height:42px;animation-delay:.3s}.radio-eq span:nth-child(4){height:68px;animation-delay:.45s}.radio-eq span:nth-child(5){height:34px;animation-delay:.6s}@keyframes eq{0%,100%{transform:scaleY(.75)}50%{transform:scaleY(1.18)}} .player-hero.is-radio .hero-backdrop img{filter:blur(0) saturate(.92) brightness(.34)} .player-hero.is-radio .video-center-play{top:68%}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:24px 0 16px}.section-kicker{font-size:.88rem;letter-spacing:.2em;font-weight:800;color:#93a5cc}.section-head h2{margin:4px 0 0;font-size:3rem;line-height:.96}.channel-count,.pricing-pill,.info-pill{padding:14px 18px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid var(--line);color:#eef2ff}.channels-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(175px,1fr));gap:14px}.channel-card{position:relative;padding:14px;border-radius:24px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));cursor:pointer;color:#fff;text-align:left;transition:.22s;min-height:204px}.channel-card:hover{transform:translateY(-4px);border-color:rgba(255,45,122,.45)} .channel-card.hidden{display:none}.channel-card.is-playing{border-color:rgba(255,45,122,.68);box-shadow:0 0 0 1px rgba(255,45,122,.3) inset}.badge-live{position:absolute;left:12px;top:12px;padding:6px 11px;border-radius:999px;background:rgba(255,45,122,.18);border:1px solid rgba(255,45,122,.45);font-size:.78rem;font-weight:800}.play-indicator{position:absolute;right:12px;bottom:72px;width:40px;height:40px;display:grid;place-items:center;border-radius:14px;background:#fff;color:#08101b;opacity:0;transition:.2s}.channel-card:hover .play-indicator,.channel-card.is-playing .play-indicator{opacity:1}.card-logo-wrap{margin-top:30px;height:94px;border-radius:22px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);display:grid;place-items:center;overflow:hidden;padding:12px}.card-logo-wrap img{max-width:100%;max-height:100%;object-fit:contain}.card-logo-fallback{font-size:1.4rem;color:#d8dded}.card-body{margin-top:14px}.card-title{font-size:1rem;font-weight:800;line-height:1.15}.card-meta{margin-top:6px;color:var(--muted)}
.company-strip,.business-section{margin-top:22px}.company-strip{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;padding:20px 24px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.02));border:1px solid var(--line)}.company-strip-main{display:flex;align-items:center;gap:16px}.company-strip-logo{width:68px;height:68px;border-radius:18px;object-fit:contain;background:rgba(255,255,255,.06);padding:10px;border:1px solid rgba(255,255,255,.1)}.company-strip h3{margin:4px 0 6px;font-size:1.35rem}.company-strip p{margin:0;color:var(--muted);max-width:650px}.company-strip-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.business-grid{display:grid;grid-template-columns:minmax(0,1.1fr) 360px;gap:16px}.business-copy,.business-card{padding:22px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.02));border:1px solid var(--line)}.business-copy p{margin:0 0 16px;color:#d8def1;font-size:1.06rem}.features-list{display:flex;gap:10px;flex-wrap:wrap}.feature-chip{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid var(--line)}.business-card h3{margin-top:0}.contact-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06)}.contact-row:last-of-type{border-bottom:none}.floating-whatsapp{position:fixed;right:22px;bottom:22px;width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#1ebe5b,#12a150);box-shadow:0 20px 40px rgba(18,161,80,.34);z-index:90;font-size:1.5rem}
@media (max-width: 1100px){.content-shell{grid-template-columns:1fr}.sidebar{position:static;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}.sidebar-title{grid-column:1/-1;margin-bottom:0}.category-link,.sidebar-cta{margin:0}.company-strip,.business-grid{grid-template-columns:1fr;display:grid}.company-strip-actions{justify-content:flex-start}}
@media (max-width: 768px){:root{--hero-h:520px}.topbar{grid-template-columns:1fr;gap:12px;height:auto;padding:16px}.topbar-nav{justify-content:space-between}.content-shell{padding:12px}.sidebar{padding:14px;border-radius:22px}.player-hero{min-height:var(--hero-h)}.hero-info{padding:24px 18px;max-width:100%}.hero-brand-row{align-items:flex-start}.hero-info h1{font-size:3rem}.section-head h2{font-size:2.35rem}.channels-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.channel-card{min-height:188px;padding:12px}.card-logo-wrap{height:82px}.topbar-search input{font-size:1rem}.company-strip,.business-copy,.business-card{padding:18px}.floating-whatsapp{right:14px;bottom:14px}}
@media (max-width: 520px){:root{--hero-h:560px}.channels-grid{grid-template-columns:1fr 1fr}.hero-info h1{font-size:2.4rem}.hero-channel-logo,.hero-channel-logo.placeholder{width:72px;height:72px;border-radius:20px}.hero-button{height:50px;padding:0 18px}.topbar-nav{gap:12px;font-size:.95rem}.brand-logo{max-width:170px}.radio-visual-logo{width:124px;height:124px;border-radius:28px;padding:18px}.radio-eq{height:50px}.radio-eq span{width:8px}}


.sidebar-company-box{margin-top:14px;padding:16px 16px 18px;border-radius:22px;border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
.sidebar-company-box h3{margin:6px 0 8px;font-size:1.15rem}
.sidebar-company-box p{margin:0;color:var(--muted);font-size:.95rem;line-height:1.45}
.sidebar-company-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.sidebar-company-box .info-pill{padding:10px 14px;font-size:.92rem;text-decoration:none}
.compact-radio-box p{font-size:.9rem}
.hero-info{max-width:460px}
.player-hero:not(.is-radio) .radio-visual{display:none!important}
.player-hero.is-radio #mainVideo{display:none!important}
.player-hero.is-radio .hero-backdrop img{filter:saturate(.92) brightness(.34)}
.company-strip{display:none!important}
@media (max-width:1100px){.sidebar-company-box{grid-column:1/-1}.sidebar-company-actions{justify-content:flex-start}}

.radios-shortcut{display:flex;align-items:center;justify-content:flex-start;text-decoration:none}
.card-logo-wrap{background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.12);padding:14px;height:108px}
.card-logo-wrap img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(0,0,0,.22))}
.channel-card{min-height:220px}
.channel-card .card-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.4em}
.channel-card .card-meta{font-size:.95rem}
.radio-mode .hero-info{max-width:520px}
.radio-mode .hero-brand-row{align-items:flex-start}
.radio-bottom-controls{display:flex;flex-direction:column;gap:14px;max-width:420px}
.live-progress{height:10px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden;border:1px solid rgba(255,255,255,.08)}
.live-progress span{display:block;height:100%;width:42%;border-radius:999px;background:linear-gradient(90deg,var(--accent),#ff9b4a,#ffe68b);animation:liveBar 2.2s ease-in-out infinite}
@keyframes liveBar{0%{transform:translateX(-70%)}50%{transform:translateX(45%)}100%{transform:translateX(180%)}}
.radio-control-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.volume-label{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);min-width:220px}
.volume-label input{accent-color:var(--accent);width:160px}
.hero-button.share{background:rgba(255,255,255,.08)}
.floating-whatsapp{display:grid!important}
@media (max-width:768px){.volume-label{min-width:100%;justify-content:space-between}.volume-label input{width:100%}.radio-control-row{flex-direction:column;align-items:stretch}.hero-button.share{width:100%;justify-content:center}}


/* V12 refinements */
.brand{gap:14px}.brand-logo{max-width:54px;max-height:54px;border-radius:12px;background:rgba(255,255,255,.06);padding:4px;border:1px solid rgba(255,255,255,.12)}
.brand-text{display:flex;flex-direction:column;line-height:1}
.brand-name{font-size:1.42rem;font-weight:900;letter-spacing:.02em}
.brand-mini{font-size:.74rem;color:var(--muted);margin-top:4px;white-space:nowrap}
.topbar-nav{gap:18px;font-size:1rem}
.hero-info h1{font-size:3.25rem}
.section-head h2{font-size:2.4rem}
.card-title{font-size:.92rem}
.card-meta{font-size:.86rem}
.channel-card{min-height:202px;padding:13px}
.card-logo-wrap{height:92px;padding:12px;border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.02));box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.card-logo-wrap img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.20))}
.radio-eq{gap:6px;height:88px;filter:drop-shadow(0 12px 30px rgba(124,92,255,.22))}
.radio-eq span{width:8px;background:linear-gradient(180deg,#ffffff 0%,#c6d7ff 28%,#7c5cff 65%,#ff2d7a 100%);box-shadow:0 0 18px rgba(124,92,255,.2);animation-duration:1.15s}
.radio-eq span:nth-child(1){height:30px}.radio-eq span:nth-child(2){height:58px}.radio-eq span:nth-child(3){height:78px}.radio-eq span:nth-child(4){height:48px}.radio-eq span:nth-child(5){height:86px}.radio-eq span:nth-child(6){height:62px}.radio-eq span:nth-child(7){height:34px}
.floating-whatsapp{width:auto;height:58px;padding:0 18px;gap:10px;border-radius:999px;font-size:1.05rem;font-weight:800;display:flex!important;align-items:center;justify-content:center}
.floating-whatsapp span{display:inline-block}
.services-search span{color:#dce3f7;font-size:.98rem}
.services-layout .sidebar{top:102px}
.services-hero{display:grid;grid-template-columns:minmax(0,1.2fr) 340px;gap:18px;padding:26px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(135deg,rgba(124,92,255,.12),rgba(255,45,122,.05) 45%,rgba(255,255,255,.02));box-shadow:var(--shadow)}
.services-hero h1{margin:8px 0 14px;font-size:3rem;line-height:.96}.services-hero p{max-width:720px;color:#d8def1;font-size:1.08rem}
.services-hero-card,.service-card{padding:22px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));border:1px solid var(--line)}
.services-hero-card h3,.service-card h3{margin-top:0;margin-bottom:14px}
.services-hero-card ul,.service-card ul,.service-card ol{margin:0;padding-left:20px;color:#dbe2f5;line-height:1.7}
.service-block{margin-top:24px}.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.service-grid.one-column{grid-template-columns:1fr}
.service-card p{color:#dbe2f5;line-height:1.7}
.sidebar .category-link[href], .sidebar .sidebar-cta{text-decoration:none}
@media (max-width:1100px){.services-hero,.service-grid{grid-template-columns:1fr}.brand-mini{display:none}}
@media (max-width:768px){.hero-info h1{font-size:2.6rem}.section-head h2{font-size:2rem}.floating-whatsapp{right:12px;bottom:12px;height:54px;padding:0 16px}.floating-whatsapp span{display:none}.brand-name{font-size:1.1rem}.brand-logo{max-width:44px;max-height:44px}.services-hero h1{font-size:2.2rem}}


/* V14 services mobile + photos */
.services-showcase{display:grid;grid-template-columns:minmax(0,1.15fr) 360px;gap:24px;align-items:center;padding:28px;border:1px solid var(--line);border-radius:30px;background:radial-gradient(circle at top right,rgba(255,45,122,.16),transparent 30%),linear-gradient(135deg,rgba(124,92,255,.14),rgba(255,255,255,.02) 58%);box-shadow:var(--shadow);overflow:hidden}
.services-showcase h1{margin:8px 0 12px;font-size:3.2rem;line-height:.95}
.services-showcase h1 span{background:linear-gradient(90deg,#fff,#d0c4ff 50%,#ff8bc2);-webkit-background-clip:text;background-clip:text;color:transparent}
.services-showcase p{margin:0 0 18px;color:#d8def1;font-size:1.08rem;max-width:700px}
.services-showcase-phone{display:flex;justify-content:center}
.services-showcase-phone img{width:100%;max-width:330px;border-radius:34px;box-shadow:0 30px 80px rgba(0,0,0,.45);border:1px solid rgba(255,255,255,.1)}
.services-cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}
.service-premium-list{display:grid;gap:18px;margin-top:26px}
.premium-service-card{display:grid;grid-template-columns:110px minmax(0,1fr) 340px;gap:22px;align-items:center;padding:22px;border-radius:28px;border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));box-shadow:var(--shadow)}
.premium-service-icon{display:grid;place-items:center}
.service-logo-circle,.service-logo-square,.service-logo-whatsapp{width:88px;height:88px;border-radius:24px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);display:grid;place-items:center;font-weight:900;letter-spacing:.02em;font-size:1.55rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.service-logo-circle{border-radius:999px;font-size:1.2rem}
.service-logo-whatsapp{color:#22c55e;font-size:2.2rem}
.premium-label{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(255,45,122,.12);border:1px solid rgba(255,45,122,.28);font-size:.78rem;font-weight:800;letter-spacing:.14em;color:#f9d6e6}
.premium-service-copy h3{margin:10px 0 12px;font-size:2rem;line-height:1.02}
.premium-service-copy p{margin:0 0 14px;color:#d9e1f2;font-size:1rem;line-height:1.65}
.premium-checks{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;padding:0;margin:0 0 16px;list-style:none}
.premium-checks li{position:relative;padding-left:18px;color:#dbe2f5}
.premium-checks li:before{content:"";position:absolute;left:0;top:.58em;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#ff2d7a,#7c5cff)}
.premium-service-media{min-height:220px;border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#070b14}
.premium-service-media img{width:100%;height:100%;object-fit:cover;display:block}
.service-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-button.small{height:46px;padding:0 18px;border-radius:16px}
.obs-card .service-logo-circle{color:#fff;background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.02))}
.vmix-card .service-logo-square{color:#fff;background:linear-gradient(135deg,#2e7df6,#153267)}
.radio-card .service-logo-whatsapp{background:linear-gradient(135deg,rgba(34,197,94,.2),rgba(34,197,94,.04))}
.services-gallery{margin-top:26px}
.services-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.gallery-card{margin:0;padding:0;border-radius:24px;overflow:hidden;border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));box-shadow:var(--shadow)}
.gallery-card img{width:100%;height:220px;object-fit:cover;display:block}
.gallery-card figcaption{padding:16px 18px;color:#dce3f6;font-weight:700}
@media (max-width: 1200px){
  .services-showcase{grid-template-columns:1fr}
  .services-showcase-phone{order:-1}
  .premium-service-card{grid-template-columns:96px minmax(0,1fr)}
  .premium-service-media{grid-column:1/-1;min-height:240px}
}
@media (max-width: 768px){
  .services-showcase{padding:18px;border-radius:24px;gap:16px}
  .services-showcase h1{font-size:2.3rem}
  .services-showcase p{font-size:.98rem}
  .services-showcase-phone img{max-width:260px;border-radius:28px}
  .premium-service-card{grid-template-columns:1fr;padding:18px;border-radius:22px}
  .premium-service-icon{justify-content:flex-start}
  .premium-service-copy h3{font-size:1.45rem}
  .premium-checks{grid-template-columns:1fr}
  .premium-service-media{min-height:210px}
  .services-gallery-grid{grid-template-columns:1fr}
  .gallery-card img{height:200px}
}


/* V15 FINAL GOD */
.sales-hero{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:20px;align-items:center;padding:22px 24px;margin-bottom:18px;border-radius:28px;border:1px solid var(--line);background:radial-gradient(circle at top right,rgba(255,45,122,.14),transparent 30%),linear-gradient(135deg,rgba(124,92,255,.12),rgba(255,255,255,.02));box-shadow:var(--shadow)}
.sales-hero h1{margin:6px 0 10px;font-size:2.65rem;line-height:.95}
.sales-hero h1 span{background:linear-gradient(90deg,#fff,#d9cbff 50%,#ff86c0);-webkit-background-clip:text;background-clip:text;color:transparent}
.sales-hero p{margin:0 0 14px;color:#d7dff2;max-width:760px;font-size:1rem}
.sales-hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.sales-hero-points{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.sales-hero-side{display:flex;justify-content:flex-end}
.sales-mini-card{width:100%;padding:18px;border-radius:22px;border:1px solid rgba(255,255,255,.09);background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.025));box-shadow:var(--shadow)}
.sales-mini-card strong{display:block;font-size:1.2rem;margin:8px 0 6px}
.sales-mini-card p{margin:0;color:#d7dff2;font-size:.94rem}
.mini-pill{display:inline-flex;align-items:center;height:32px;padding:0 12px;border-radius:999px;background:rgba(255,45,122,.12);border:1px solid rgba(255,45,122,.28);font-size:.8rem;font-weight:800;color:#f9d6e6}
.plans-strip{margin:26px 0}
.plans-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.plan-card{padding:20px;border-radius:24px;border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));box-shadow:var(--shadow)}
.plan-card.featured{border-color:rgba(255,45,122,.38);box-shadow:0 18px 45px rgba(255,45,122,.12)}
.plan-badge{display:inline-flex;align-items:center;height:30px;padding:0 12px;border-radius:999px;background:rgba(124,92,255,.18);border:1px solid rgba(124,92,255,.26);font-size:.77rem;font-weight:800;letter-spacing:.12em;color:#d8d6ff}
.plan-card h3{margin:14px 0 12px;font-size:1.65rem}
.plan-card ul{padding-left:18px;margin:0;color:#dce3f6;display:grid;gap:9px}
.channel-card,.grid-card,.media-card{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,filter .22s ease}
.channel-card:hover,.channel-card.is-hovering,.grid-card:hover,.media-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 22px 40px rgba(0,0,0,.38);filter:brightness(1.04)}
.brand{gap:14px}
.brand-logo{width:44px;height:44px;object-fit:contain;filter:drop-shadow(0 0 14px rgba(255,45,122,.22))}
.brand-name{font-size:2rem;line-height:1}
.brand-mini{opacity:.94}
.floating-whatsapp{position:fixed;right:18px;bottom:18px;z-index:70;display:inline-flex;align-items:center;gap:10px;height:58px;padding:0 18px;border-radius:999px;background:linear-gradient(135deg,#25d366,#13a94c);color:#fff;font-weight:800;box-shadow:0 18px 40px rgba(37,211,102,.28)}
.floating-whatsapp i{font-size:1.45rem}
@media (max-width: 992px){
  .sales-hero{grid-template-columns:1fr}
  .sales-hero-side{justify-content:flex-start}
  .plans-grid{grid-template-columns:1fr}
}
@media (max-width: 768px){
  .sales-hero{padding:18px;border-radius:22px}
  .sales-hero h1{font-size:2rem}
  .sales-hero p{font-size:.95rem}
  .brand-name{font-size:1.35rem}
  .floating-whatsapp{height:54px;padding:0 14px;right:14px;bottom:14px}
  .floating-whatsapp span{display:none}
}


/* V16 WHITE APPLE MODE */
:root{
  --bg:#f5f6f8;
  --surface:#ffffff;
  --surface-2:#fbfbfd;
  --surface-3:#f1f3f7;
  --text:#121826;
  --muted:#667085;
  --line:rgba(15,23,42,.08);
  --line-strong:rgba(15,23,42,.14);
  --shadow:0 18px 45px rgba(15,23,42,.08);
  --shadow-soft:0 10px 25px rgba(15,23,42,.06);
  --accent:#111827;
  --accent-2:#6366f1;
  --chip:#eef2ff;
  --chip-text:#344054;
}
html,body{
  background:linear-gradient(180deg,#f8f9fb 0%,#f2f4f8 100%) !important;
  color:var(--text) !important;
}
.page-shell,.content-shell,.main-content{
  background:transparent !important;
  color:var(--text) !important;
}
.topbar{
  background:rgba(255,255,255,.88) !important;
  backdrop-filter:blur(18px) !important;
  border:1px solid rgba(15,23,42,.06) !important;
  box-shadow:0 12px 34px rgba(15,23,42,.06) !important;
}
.brand-name,.brand-mini,.topbar-nav a,.sidebar-title,.section-head h2,.section-kicker,
.hero-copy h1,.sales-hero h1,.plan-card h3,.service-card h3,.premium-service-copy h3,
.contact-row,.channel-card-title,.grid-title,.hero-title{
  color:#111827 !important;
}
.topbar-search,.services-search{
  background:rgba(248,250,252,.96) !important;
  border:1px solid rgba(15,23,42,.08) !important;
  color:#667085 !important;
}
.topbar-search input,.topbar-search span{
  color:#667085 !important;
}
.pill-link{
  background:linear-gradient(135deg,#111827,#374151) !important;
  color:#fff !important;
}
.sidebar,.service-card,.plan-card,.premium-service-card,.gallery-card,.sales-hero,
.sales-mini-card,.hero-player,.live-hero,.player-hero,.main-player,.featured-player,
.category-link,.service-block,.contact-card,.company-card,.cards-wrap .channel-card,
.channel-card,.grid-card,.media-card,.services-showcase{
  background:rgba(255,255,255,.88) !important;
  border:1px solid rgba(15,23,42,.08) !important;
  box-shadow:0 16px 40px rgba(15,23,42,.06) !important;
  color:#111827 !important;
}
.category-link,.category-link:visited{
  color:#1f2937 !important;
}
.category-link.active,.category-link:hover{
  background:linear-gradient(135deg,#111827,#374151) !important;
  color:#fff !important;
  border-color:transparent !important;
}
.feature-chip,.mini-pill,.plan-badge,.premium-label{
  background:#f3f4f6 !important;
  color:#374151 !important;
  border:1px solid rgba(15,23,42,.08) !important;
}
.sales-hero,.services-showcase{
  background:
    radial-gradient(circle at top right, rgba(99,102,241,.10), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(250,250,252,.96)) !important;
}
.hero-button,.hero-button:visited{
  background:#111827 !important;
  color:#fff !important;
  border:0 !important;
  box-shadow:0 14px 30px rgba(17,24,39,.14) !important;
}
.hero-button.secondary{
  background:#fff !important;
  color:#111827 !important;
  border:1px solid rgba(15,23,42,.10) !important;
}
.hero-button.whatsapp{
  background:linear-gradient(135deg,#22c55e,#16a34a) !important;
  color:#fff !important;
}
.hero-copy p,.sales-hero p,.premium-service-copy p,.service-card p,.company-copy p,
.contact-card,.section-subtitle,.muted,.grid-subtitle,.channel-card-subtitle{
  color:#667085 !important;
}
.player-media,.hero-media,video,audio{
  border-radius:24px !important;
}
.hero-overlay,.player-overlay,.media-overlay{
  background:linear-gradient(90deg, rgba(255,255,255,.86) 0%, rgba(255,255,255,.50) 28%, rgba(255,255,255,.08) 62%, rgba(255,255,255,0) 100%) !important;
}
.live-badge,.status-live,.card-badge{
  background:#111827 !important;
  color:#fff !important;
  border:0 !important;
}
.channel-card,.grid-card,.media-card{
  overflow:hidden !important;
}
.channel-card:hover,.channel-card.is-hovering,.grid-card:hover,.media-card:hover{
  transform:translateY(-4px) scale(1.02);
  box-shadow:0 22px 40px rgba(15,23,42,.10) !important;
}
.channel-card-logo,.logo-wrap,.grid-logo-wrap,.channel-thumb{
  background:linear-gradient(180deg,#fff,#f7f8fb) !important;
  border:1px solid rgba(15,23,42,.08) !important;
  border-radius:22px !important;
  padding:14px !important;
}
.channel-card img,.grid-card img,.media-card img,.brand-logo{
  object-fit:contain !important;
}
.equalizer,.audio-equalizer,.radio-eq{
  filter:none !important;
}
.equalizer span,.audio-equalizer span,.radio-eq span{
  background:linear-gradient(180deg,#111827,#6b7280) !important;
  box-shadow:none !important;
}
.floating-whatsapp{
  background:linear-gradient(135deg,#22c55e,#16a34a) !important;
  color:#fff !important;
  box-shadow:0 16px 34px rgba(34,197,94,.22) !important;
}
.services-gallery-grid .gallery-card figcaption{
  color:#111827 !important;
}
.contact-row{
  border-bottom:1px solid rgba(15,23,42,.06);
}
input,select,textarea{
  background:#fff !important;
  color:#111827 !important;
  border:1px solid rgba(15,23,42,.10) !important;
}
@media (max-width:768px){
  .topbar{
    background:rgba(255,255,255,.94) !important;
  }
  .hero-overlay,.player-overlay,.media-overlay{
    background:linear-gradient(180deg, rgba(255,255,255,.70) 0%, rgba(255,255,255,.30) 45%, rgba(255,255,255,0) 100%) !important;
  }
}


/* V17 logo only + editable details */
.brand-logo-only{display:flex;align-items:center;justify-content:flex-start;min-width:82px}
.brand-logo-only .only-logo{max-width:220px !important;max-height:52px !important;width:auto;height:auto;object-fit:contain;filter:none}
.brand-logo-only .brand-fallback-text{font-size:1.45rem;font-weight:800;color:inherit;letter-spacing:.01em}
.brand-logo-only .brand-badge,.brand-logo-only .brand-text{display:none !important}
@media (max-width:768px){
  .brand-logo-only .only-logo{max-width:150px !important;max-height:42px !important}
}


/* V18 colorful white apple + bigger logo + original whatsapp */
:root{
  --accent:#ff4fa0;
  --accent-2:#6f63ff;
  --accent-3:#2d7cff;
}

body{
  background:
    radial-gradient(circle at top right, rgba(111,99,255,.08), transparent 28%),
    radial-gradient(circle at left center, rgba(255,79,160,.06), transparent 24%),
    linear-gradient(180deg,#f7f8fb 0%, #f2f4f8 100%) !important;
}

.topbar{
  background:rgba(255,255,255,.92) !important;
  border-bottom:1px solid rgba(111,99,255,.10) !important;
  box-shadow:0 12px 34px rgba(83,91,122,.08) !important;
}

.brand-logo-only{
  min-width:140px !important;
  max-width:320px !important;
}
.brand-logo-only .only-logo{
  max-width:280px !important;
  max-height:72px !important;
  width:auto !important;
  height:auto !important;
  object-fit:contain !important;
  filter:drop-shadow(0 10px 24px rgba(111,99,255,.12)) !important;
}
@media (max-width:768px){
  .brand-logo-only{
    min-width:94px !important;
    max-width:180px !important;
  }
  .brand-logo-only .only-logo{
    max-width:150px !important;
    max-height:48px !important;
  }
}

.topbar-nav a{
  color:#1f2937 !important;
}
.topbar-nav a.is-active{
  color:#0f172a !important;
}
.pill-link{
  background:linear-gradient(135deg,#1f2b44,#243450 55%,#2f3f61) !important;
  color:#fff !important;
}

.category-link.active,
.category-link:hover{
  background:linear-gradient(135deg,#243450 0%, #334764 100%) !important;
  color:#fff !important;
  border-color:transparent !important;
}
.feature-chip,
.plan-badge,
.mini-pill,
.premium-label{
  background:linear-gradient(180deg,#ffffff,#f3f5fb) !important;
  color:#334155 !important;
  border:1px solid rgba(111,99,255,.16) !important;
  box-shadow:0 6px 18px rgba(111,99,255,.06) !important;
}

.sales-hero,
.services-showcase{
  background:
    radial-gradient(circle at top right, rgba(111,99,255,.14), transparent 28%),
    radial-gradient(circle at left center, rgba(255,79,160,.10), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,249,252,.98)) !important;
  border:1px solid rgba(111,99,255,.10) !important;
}

.sales-hero h1 span{
  background:linear-gradient(90deg,#ff4fa0,#8f74ff 55%,#4f7dff) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
}

.hero-button{
  background:linear-gradient(135deg,#1f2b44,#2d3f61) !important;
  color:#fff !important;
}
.hero-button.secondary{
  background:linear-gradient(135deg,#ffffff,#f6f7fb) !important;
  color:#1f2937 !important;
  border:1px solid rgba(111,99,255,.14) !important;
}
.hero-button.whatsapp{
  background:linear-gradient(135deg,#25d366,#18b555) !important;
  color:#fff !important;
}

.player-hero,
.live-hero,
.main-player,
.featured-player{
  border:1px solid rgba(111,99,255,.10) !important;
  box-shadow:0 20px 50px rgba(111,99,255,.08) !important;
}
.hero-overlay,
.player-overlay,
.media-overlay{
  background:
    linear-gradient(90deg, rgba(255,255,255,.70) 0%, rgba(255,255,255,.40) 24%, rgba(255,255,255,.12) 56%, rgba(255,255,255,0) 100%) !important;
}
.live-badge,
.status-live,
.card-badge{
  background:linear-gradient(135deg,#ff6aa8,#ff94bb) !important;
  color:#fff !important;
  border:none !important;
  box-shadow:0 8px 18px rgba(255,79,160,.18) !important;
}

.channel-card,
.grid-card,
.media-card,
.plan-card,
.service-card,
.gallery-card{
  border:1px solid rgba(111,99,255,.08) !important;
}
.channel-card:hover,
.channel-card.is-hovering,
.grid-card:hover,
.media-card:hover{
  box-shadow:0 20px 42px rgba(111,99,255,.12) !important;
}

.channel-card-logo,
.logo-wrap,
.grid-logo-wrap,
.channel-thumb{
  background:
    linear-gradient(180deg,#ffffff 0%, #f7f8fc 100%) !important;
  border:1px solid rgba(111,99,255,.10) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9), 0 10px 24px rgba(111,99,255,.05) !important;
}

.floating-whatsapp.original{
  position:fixed !important;
  right:18px !important;
  bottom:18px !important;
  z-index:999 !important;
  width:64px !important;
  height:64px !important;
  padding:0 !important;
  border-radius:50% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#25D366 !important;
  color:#fff !important;
  border:4px solid #fff !important;
  box-shadow:0 16px 34px rgba(37,211,102,.30) !important;
}
.floating-whatsapp.original i{
  font-size:2rem !important;
  line-height:1 !important;
}
.floating-whatsapp.original span{
  display:none !important;
}

.sidebar-cta,
.contact-row .fab.fa-whatsapp{
  color:#22c55e !important;
}

@media (max-width:768px){
  .floating-whatsapp.original{
    right:14px !important;
    bottom:14px !important;
    width:58px !important;
    height:58px !important;
  }
}


/* V19 multicategoria + sociales */
.hero-socials{display:flex;gap:10px;flex-wrap:wrap;min-height:20px}
.hero-socials.has-items{margin-top:-4px}
.hero-social-link{width:42px;height:42px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.88);color:#1f2937;border:1px solid rgba(31,41,55,.08);box-shadow:0 8px 18px rgba(15,23,42,.08);transition:.2s ease}
.hero-social-link:hover{transform:translateY(-2px);background:#1f2937;color:#fff}
.card-socials{position:absolute;right:12px;bottom:84px;display:flex;gap:8px;opacity:0;transform:translateY(6px);transition:.22s ease;z-index:3}
.channel-card:hover .card-socials,.channel-card.is-hovering .card-socials,.channel-card.is-playing .card-socials{opacity:1;transform:translateY(0)}
.card-social-icon{width:34px;height:34px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.95);color:#1f2937;border:1px solid rgba(31,41,55,.08);box-shadow:0 8px 18px rgba(15,23,42,.08)}
.card-social-icon:hover{background:linear-gradient(135deg,#243450,#3a4e73);color:#fff}
@media (max-width:768px){
  .card-socials{opacity:1;transform:none;bottom:78px;gap:6px}
  .card-social-icon{width:30px;height:30px;border-radius:10px;font-size:.82rem}
  .hero-social-link{width:38px;height:38px}
}


/* V21 hero arriba + buscador más chico + tv fix */
.topbar{
  grid-template-columns:auto minmax(240px,780px) auto !important;
}
.topbar-search{
  max-width:980px !important;
  height:50px !important;
  padding:0 16px !important;
}
.topbar-search input{
  font-size:1rem !important;
}
.hero-top-wrap{
  padding:18px 18px 0 18px;
}
.hero-top-wrap .sales-hero{
  margin-bottom:0 !important;
}
@media (max-width: 992px){
  .topbar{
    grid-template-columns:auto 1fr auto !important;
  }
}
@media (max-width:768px){
  .hero-top-wrap{
    padding:14px 14px 0 14px;
  }
  .topbar-search{
    height:46px !important;
  }
}


/* V22 player arriba + hero chico */
.hero-top-wrap{
  padding:14px 18px 0 18px !important;
}
.hero-top-wrap .sales-hero{
  padding:18px 22px !important;
  border-radius:24px !important;
  gap:14px !important;
}
.hero-top-wrap .sales-hero h1{
  font-size:2.15rem !important;
  line-height:1.02 !important;
  margin:4px 0 8px !important;
}
.hero-top-wrap .sales-hero p{
  font-size:.98rem !important;
  max-width:840px !important;
}
.hero-top-wrap .sales-hero .feature-chip{
  padding:8px 12px !important;
  font-size:.92rem !important;
}
.player-top-wrap{
  padding:14px 18px 0 18px;
}
.player-top-wrap .player-hero{
  min-height:360px !important;
  max-height:360px !important;
  height:360px !important;
}
.content-shell{
  align-items:start !important;
}
.content-shell .main-content{
  padding-top:0 !important;
}
@media (max-width: 1200px){
  .player-top-wrap .player-hero{
    min-height:320px !important;
    height:320px !important;
    max-height:320px !important;
  }
}
@media (max-width: 768px){
  .hero-top-wrap{
    padding:12px 14px 0 14px !important;
  }
  .player-top-wrap{
    padding:12px 14px 0 14px !important;
  }
  .hero-top-wrap .sales-hero{
    padding:16px !important;
    border-radius:20px !important;
  }
  .hero-top-wrap .sales-hero h1{
    font-size:1.65rem !important;
  }
  .hero-top-wrap .sales-hero .sales-hero-points{
    gap:8px !important;
  }
  .player-top-wrap .player-hero{
    min-height:270px !important;
    height:270px !important;
    max-height:270px !important;
  }
}


/* V23 hero pequeño al lado del player */
.hero-top-wrap,.player-top-wrap{display:none !important}

.hero-player-row{
  display:grid;
  grid-template-columns: 320px minmax(0,1fr);
  gap:18px;
  align-items:stretch;
  margin-bottom:18px;
}
.hero-player-row .sales-hero{
  margin:0 !important;
  padding:18px 18px !important;
  border-radius:28px !important;
  min-height:360px;
  display:flex !important;
  flex-direction:column;
  justify-content:space-between;
  grid-template-columns:1fr !important;
}
.hero-player-row .sales-hero-copy{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.hero-player-row .sales-hero h1{
  font-size:2rem !important;
  line-height:1.03 !important;
  margin:0 !important;
}
.hero-player-row .sales-hero p{
  font-size:.98rem !important;
  line-height:1.45 !important;
  margin:0 !important;
}
.hero-player-row .sales-hero .sales-hero-actions{
  display:grid !important;
  grid-template-columns:1fr;
  gap:10px;
}
.hero-player-row .sales-hero .hero-button{
  width:100%;
  justify-content:center;
}
.hero-player-row .sales-hero .sales-hero-points{
  display:grid !important;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.hero-player-row .sales-hero .feature-chip{
  font-size:.88rem !important;
  justify-content:center;
  text-align:center;
}
.hero-player-row .sales-hero-side{
  display:block !important;
}
.hero-player-row .sales-mini-card{
  margin-top:12px;
  padding:14px !important;
}
.hero-player-row .sales-mini-card strong{
  font-size:1.45rem;
  line-height:1.05;
}
.hero-player-row .player-hero{
  min-height:360px !important;
  height:360px !important;
  max-height:360px !important;
  margin:0 !important;
}
@media (max-width: 1200px){
  .hero-player-row{
    grid-template-columns:280px minmax(0,1fr);
  }
}
@media (max-width: 900px){
  .hero-player-row{
    grid-template-columns:1fr;
  }
  .hero-player-row .sales-hero,
  .hero-player-row .player-hero{
    min-height:auto !important;
    height:auto !important;
    max-height:none !important;
  }
  .hero-player-row .player-hero{
    min-height:300px !important;
    height:300px !important;
    max-height:300px !important;
  }
}
@media (max-width: 768px){
  .hero-player-row{
    gap:14px;
    margin-bottom:14px;
  }
  .hero-player-row .sales-hero{
    border-radius:22px !important;
    padding:16px !important;
    min-height:auto;
  }
  .hero-player-row .sales-hero h1{
    font-size:1.55rem !important;
  }
  .hero-player-row .sales-hero .sales-hero-points{
    grid-template-columns:1fr 1fr;
  }
  .hero-player-row .player-hero{
    min-height:260px !important;
    height:260px !important;
    max-height:260px !important;
    border-radius:22px !important;
  }
}


/* V26 multicategoria + cards + left hero */
.content-shell{
  grid-template-columns:320px 1fr !important;
  align-items:start !important;
}
.sidebar{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.sidebar .sales-hero{
  margin:0 !important;
  padding:16px !important;
  border-radius:22px !important;
  min-height:auto !important;
  display:flex !important;
  flex-direction:column;
  gap:14px;
}
.sidebar .sales-hero h1{
  font-size:1.18rem !important;
  line-height:1.08 !important;
  margin:0 !important;
}
.sidebar .sales-hero p{
  margin:0 !important;
  font-size:.92rem !important;
  line-height:1.45 !important;
}
.sidebar .sales-hero .sales-hero-actions{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:10px;
}
.sidebar .sales-hero .hero-button{
  width:100%;
  justify-content:center;
  height:48px !important;
}
.sidebar .sales-hero .sales-hero-points{
  display:grid !important;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.sidebar .sales-hero .feature-chip{
  padding:8px 10px !important;
  justify-content:center;
  text-align:center;
  font-size:.84rem !important;
}
.sidebar .sales-hero .sales-mini-card{
  margin-top:0 !important;
  padding:12px !important;
  border-radius:18px !important;
}
.hero-player-row,.hero-top-wrap,.player-top-wrap{display:none !important}

.channels-grid{
  grid-template-columns:repeat(auto-fill,minmax(180px,1fr)) !important;
  gap:14px !important;
}
.channel-card{
  border-radius:22px !important;
  padding:12px !important;
  min-height:226px !important;
  display:flex !important;
  flex-direction:column;
  justify-content:flex-start;
}
.card-logo-wrap{
  width:100% !important;
  aspect-ratio: 16 / 9 !important;
  min-height:auto !important;
  border-radius:16px !important;
  padding:10px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  background:linear-gradient(180deg,#fff,#f6f7fb) !important;
}
.card-logo-wrap img,
.card-logo-wrap .card-logo-fallback{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  display:flex !important;
  align-items:center;
  justify-content:center;
}
.card-title{
  font-size:1rem !important;
  line-height:1.2 !important;
  margin-top:10px !important;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.card-meta{
  font-size:.92rem !important;
  color:#6b7280 !important;
}
.badge-live{
  top:10px !important;
  left:10px !important;
}
@media (max-width: 1100px){
  .content-shell{
    grid-template-columns:1fr !important;
  }
  .sidebar{
    position:static !important;
  }
}
@media (max-width: 768px){
  .channels-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
  }
  .channel-card{
    min-height:208px !important;
    padding:10px !important;
  }
  .sidebar .sales-hero .sales-hero-points{
    grid-template-columns:1fr 1fr;
  }
}


/* V27 RADIO PRO */
.radio-page-hero.radio-player-pro{
  min-height: 430px !important;
  height: 430px !important;
  max-height: 430px !important;
  border-radius: 34px !important;
  overflow: hidden;
  background: linear-gradient(135deg, #0b1220, #111827 45%, #1f2937) !important;
  box-shadow: 0 30px 70px rgba(15,23,42,.20) !important;
  border: 1px solid rgba(99,102,241,.12) !important;
}
.radio-player-pro .radio-bg-blur img,
.radio-player-pro .hero-backdrop img{
  filter: blur(28px) brightness(.42) saturate(.95) !important;
  transform: scale(1.15);
}
.radio-player-pro .hero-overlay{
  background:
    radial-gradient(circle at 70% 40%, rgba(255,255,255,.06), transparent 18%),
    linear-gradient(90deg, rgba(6,10,18,.84) 0%, rgba(8,12,22,.66) 36%, rgba(8,12,22,.24) 65%, rgba(8,12,22,.10) 100%) !important;
}
.radio-player-pro .radio-hero-info{
  max-width: 560px !important;
  padding: 38px 34px !important;
  gap: 18px !important;
}
.radio-player-pro .radio-brand-row{
  align-items: center !important;
  gap: 20px !important;
}
.radio-player-pro .hero-channel-logo{
  width: 104px !important;
  height: 104px !important;
  border-radius: 28px !important;
  background: rgba(255,255,255,.10) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  box-shadow: 0 18px 50px rgba(0,0,0,.30) !important;
}
.radio-player-pro .hero-info h1{
  font-size: 4.1rem !important;
  line-height: .92 !important;
  letter-spacing: -.04em !important;
}
.radio-player-pro .hero-subtitle{
  color: rgba(255,255,255,.78) !important;
  font-size: 1.08rem !important;
  line-height: 1.45 !important;
}
.radio-player-pro .tag{
  background: rgba(255,255,255,.12) !important;
  border-color: rgba(255,255,255,.14) !important;
  color: #fff !important;
}
.radio-player-pro .tag-live{
  background: rgba(34,197,94,.16) !important;
  border-color: rgba(34,197,94,.28) !important;
}
.radio-player-pro .radio-hero-actions .hero-button.primary{
  background: linear-gradient(135deg,#ffffff,#eef2f7) !important;
  color: #111827 !important;
  box-shadow: 0 14px 34px rgba(255,255,255,.16) !important;
}
.radio-player-pro .radio-hero-actions .hero-button{
  height: 56px !important;
  border-radius: 999px !important;
  padding: 0 24px !important;
}
.radio-player-pro .radio-hero-actions .hero-button:not(.primary){
  background: rgba(255,255,255,.12) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.14) !important;
}
.radio-now-playing{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.86);
  font-weight: 700;
  font-size: .96rem;
  letter-spacing: .02em;
}
.radio-dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34,197,94,.55);
  animation: radioPulse 1.8s infinite;
}
@keyframes radioPulse{
  0%{ box-shadow: 0 0 0 0 rgba(34,197,94,.55); }
  70%{ box-shadow: 0 0 0 14px rgba(34,197,94,0); }
  100%{ box-shadow: 0 0 0 0 rgba(34,197,94,0); }
}
.audio-bars.radio-bars{
  display:flex;
  align-items:flex-end;
  gap:8px;
  height:34px;
}
.audio-bars.radio-bars span{
  width:5px;
  height:12px;
  border-radius:999px;
  background: linear-gradient(180deg,#22c55e,#60a5fa);
  animation: radioSound 1.15s infinite ease-in-out;
}
.audio-bars.radio-bars span:nth-child(2){ animation-delay:.12s;}
.audio-bars.radio-bars span:nth-child(3){ animation-delay:.24s;}
.audio-bars.radio-bars span:nth-child(4){ animation-delay:.36s;}
.audio-bars.radio-bars span:nth-child(5){ animation-delay:.48s;}
@keyframes radioSound{
  0%,100%{ height:10px; opacity:.75; }
  50%{ height:34px; opacity:1; }
}
.radio-player-pro .hero-social-link{
  background: rgba(255,255,255,.12) !important;
  border-color: rgba(255,255,255,.14) !important;
  color: #fff !important;
}
.radio-player-pro .hero-social-link:hover{
  background: #fff !important;
  color: #111827 !important;
}
.radio-player-pro .mini-control{
  background: rgba(255,255,255,.10) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  color: #fff !important;
}
.radio-catalog .section-head h2{
  font-size: 3rem !important;
  letter-spacing: -.03em !important;
}
.radio-catalog .channels-grid{
  grid-template-columns: repeat(auto-fill,minmax(220px,1fr)) !important;
  gap: 18px !important;
}
.radio-card{
  border-radius: 28px !important;
  padding: 14px !important;
  min-height: 262px !important;
  background: linear-gradient(180deg,#ffffff,#f8f9fc) !important;
  box-shadow: 0 14px 36px rgba(15,23,42,.08) !important;
  border: 1px solid rgba(99,102,241,.08) !important;
}
.radio-card .card-logo-wrap{
  border-radius: 22px !important;
  aspect-ratio: 1 / 1 !important;
  background: linear-gradient(180deg,#fdfdff,#eef2f7) !important;
  padding: 12px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 10px 24px rgba(15,23,42,.05) !important;
}
.radio-card .card-title{
  font-size: 1.14rem !important;
  letter-spacing: -.02em !important;
}
.radio-card .card-meta{
  font-size: .96rem !important;
}
.radio-card:hover{
  transform: translateY(-5px) scale(1.02) !important;
  box-shadow: 0 24px 48px rgba(15,23,42,.12) !important;
}
.radio-card .badge-live{
  background: linear-gradient(135deg,#111827,#374151) !important;
  color: #fff !important;
  border: none !important;
}
.radio-page-hero #radioVisual{
  display:flex !important;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:16px;
}
.radio-page-hero #radioVisual[hidden]{ display:none !important; }

@media (max-width: 1100px){
  .radio-page-hero.radio-player-pro{
    min-height: 380px !important;
    height: 380px !important;
    max-height: 380px !important;
  }
  .radio-player-pro .hero-info h1{
    font-size: 3.2rem !important;
  }
}
@media (max-width: 768px){
  .radio-page-hero.radio-player-pro{
    min-height: 320px !important;
    height: 320px !important;
    max-height: 320px !important;
    border-radius: 24px !important;
  }
  .radio-player-pro .radio-hero-info{
    padding: 22px 20px !important;
  }
  .radio-player-pro .hero-channel-logo{
    width: 82px !important;
    height: 82px !important;
    border-radius: 22px !important;
  }
  .radio-player-pro .hero-info h1{
    font-size: 2.2rem !important;
  }
  .radio-player-pro .hero-subtitle{
    font-size: .95rem !important;
  }
  .radio-catalog .section-head h2{
    font-size: 2.3rem !important;
  }
  .radio-catalog .channels-grid{
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 12px !important;
  }
  .radio-card{
    min-height: 220px !important;
    border-radius: 22px !important;
  }
  .radio-card .card-logo-wrap{
    border-radius: 18px !important;
  }
}


/* V28 tv/radio mode + fullscreen mobile */
.player-hero:fullscreen,
.player-hero.is-fullscreen,
#mainVideo:fullscreen {
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
  border-radius: 0 !important;
  background: #000 !important;
}
.player-hero:fullscreen #mainVideo,
.player-hero.is-fullscreen #mainVideo,
#mainVideo:fullscreen {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  background: #000 !important;
}
.player-hero:fullscreen .hero-overlay,
.player-hero:fullscreen .hero-info,
.player-hero.is-fullscreen .hero-overlay,
.player-hero.is-fullscreen .hero-info {
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}
@media (orientation: landscape) and (max-width: 932px) {
  .player-hero.is-fullscreen,
  .player-hero:fullscreen {
    min-height: 100vh !important;
    height: 100vh !important;
    max-height: 100vh !important;
  }
}
