:root {
    --primary: #ffcc33;
    --secondary: #ff5a36;
    --ink: #f7f7f4;
    --muted: #a9abb3;
    --bg: #090a0d;
    --panel: #14161b;
    --panel-2: #1a1d23;
    --line: rgba(255, 255, 255, .1);
    --shadow: 0 28px 70px rgba(0, 0, 0, .32);
    --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 16px/1.65 "Manrope", sans-serif; padding-bottom: 98px; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); z-index: 20; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 100; padding: 12px 16px; background: var(--primary); color: #090a0d; border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(9,10,13,.88); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { width: 50px; height: 50px; object-fit: contain; }
.brand-mark { width: 50px; height: 50px; border-radius: 16px; display: grid; place-items: center; background: var(--primary); color: #090a0d; font-family: "Space Grotesk", sans-serif; font-weight: 800; letter-spacing: -.06em; box-shadow: 0 10px 25px color-mix(in srgb, var(--primary) 20%, transparent); }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-family: "Space Grotesk", sans-serif; font-size: 1.05rem; }
.brand-copy small { color: var(--primary); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 6px; margin-left: auto; }
.main-nav a { padding: 9px 12px; border-radius: 10px; color: #c9cad0; font-size: .92rem; font-weight: 700; transition: .2s ease; }
.main-nav a:hover, .main-nav a.active { background: rgba(255,255,255,.07); color: #fff; }
.main-nav a.active { color: var(--primary); }
.header-live { display: inline-flex; align-items: center; gap: 9px; border: 1px solid color-mix(in srgb, var(--secondary) 50%, transparent); border-radius: 999px; background: color-mix(in srgb, var(--secondary) 12%, transparent); padding: 11px 15px; cursor: pointer; font-size: .83rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.live-dot { width: 8px; height: 8px; display: inline-block; flex: 0 0 auto; border-radius: 50%; background: var(--secondary); box-shadow: 0 0 0 6px color-mix(in srgb, var(--secondary) 15%, transparent); animation: pulse 1.8s infinite; }
.nav-toggle { display: none; margin-left: auto; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.nav-toggle > span:not(.sr-only) { width: 24px; height: 2px; display: block; margin: 5px 0; background: #fff; }

.hero { position: relative; overflow: hidden; min-height: 660px; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; width: 780px; height: 780px; right: -250px; top: -270px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--primary) 35%, transparent), transparent 64%); filter: blur(16px); }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .24; background: repeating-linear-gradient(90deg, transparent 0 74px, rgba(255,255,255,.07) 75px 76px); mask-image: linear-gradient(to bottom, transparent, #000 26%, #000 75%, transparent); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 70px; padding: 84px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--primary); font-size: .76rem; line-height: 1; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { max-width: 780px; margin: 22px 0; font: 700 clamp(3.6rem, 7vw, 7.4rem)/.88 "Space Grotesk", sans-serif; letter-spacing: -.075em; }
.hero h1 em { display: block; color: var(--primary); font-style: normal; }
.hero-copy > p { max-width: 620px; margin: 0 0 32px; color: #b7b8bf; font-size: 1.1rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid transparent; border-radius: 14px; background: var(--primary); color: #090a0d; cursor: pointer; font-weight: 800; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px color-mix(in srgb, var(--primary) 18%, transparent); }
.button-outline { border-color: var(--line); background: transparent; color: #fff; }
.button-small { min-height: 42px; padding-inline: 16px; border-radius: 12px; }

.onair-card { position: relative; min-height: 430px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 32px; border: 1px solid rgba(255,255,255,.14); border-radius: 36px; background: linear-gradient(150deg, color-mix(in srgb, var(--secondary) 82%, #111), color-mix(in srgb, var(--primary) 45%, #111)); box-shadow: var(--shadow); transform: rotate(2deg); }
.onair-card::before { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(255,255,255,.2); border-radius: 26px; }
.onair-card::after { content: "FM"; position: absolute; right: -18px; top: -55px; font: 800 12rem/1 "Space Grotesk", sans-serif; letter-spacing: -.1em; color: rgba(0,0,0,.15); }
.onair-logo { position: absolute; z-index: 1; left: 50%; top: 39%; width: min(76%, 310px); max-height: 245px; object-fit: contain; transform: translate(-50%,-50%); filter: drop-shadow(0 22px 28px rgba(0,0,0,.3)); }
.radio-playing .onair-logo { animation: logo-pulse 1.8s ease-in-out infinite alternate; }
.onair-content { position: relative; z-index: 2; padding: 22px; border-radius: 20px; background: rgba(9,10,13,.72); backdrop-filter: blur(14px); }
.onair-content strong { display: block; margin: 10px 0 2px; font: 700 1.35rem/1.2 "Space Grotesk",sans-serif; }
.onair-content small { color: #c8c9cd; }

.section { padding: 96px 0; }
.section-alt { background: #0e1014; border-block: 1px solid var(--line); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.section-head h1, .section-head h2 { max-width: 760px; margin: 9px 0 0; font: 700 clamp(2.3rem, 4vw, 4.6rem)/.98 "Space Grotesk",sans-serif; letter-spacing: -.055em; }
.section-head p { max-width: 560px; color: var(--muted); }
.text-link { color: var(--primary); font-weight: 800; white-space: nowrap; }
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.show-card { position: relative; overflow: hidden; min-height: 285px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.show-card::after { content: attr(data-time); position: absolute; right: -10px; bottom: -25px; color: rgba(255,255,255,.035); font: 800 5.4rem/1 "Space Grotesk",sans-serif; letter-spacing: -.08em; }
.show-card.is-live { background: linear-gradient(145deg, color-mix(in srgb, var(--secondary) 25%, var(--panel)), var(--panel)); border-color: color-mix(in srgb, var(--secondary) 45%, transparent); }
.show-time { display: flex; align-items: center; gap: 8px; color: var(--primary); font: 700 .85rem "Space Grotesk",sans-serif; letter-spacing: .08em; }
.show-card h3 { position: relative; z-index: 1; margin: 34px 0 5px; font: 700 1.55rem/1.08 "Space Grotesk",sans-serif; letter-spacing: -.03em; }
.show-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); }

.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); transition: .2s ease; }
.post-card:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.2); }
.post-image, .portrait-image { width: 100%; object-fit: cover; background: linear-gradient(135deg, color-mix(in srgb, var(--primary) 30%, #15171c), color-mix(in srgb, var(--secondary) 22%, #121419)); }
.post-image { aspect-ratio: 16/9; }
.post-placeholder { position: relative; display: grid; place-items: center; }
.post-placeholder::after { content: "NO AR"; color: rgba(255,255,255,.16); font: 800 3rem "Space Grotesk",sans-serif; letter-spacing: .08em; }
.post-body { padding: 24px; }
.post-body time { color: var(--primary); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.post-body h3 { margin: 10px 0; font: 700 1.34rem/1.2 "Space Grotesk",sans-serif; letter-spacing: -.025em; }
.post-body p { margin: 0; color: var(--muted); }

.host-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.portrait-image { aspect-ratio: 4/5; }
.portrait-placeholder { position: relative; display: grid; place-items: center; font: 800 5rem "Space Grotesk",sans-serif; color: rgba(255,255,255,.14); }
.host-body { padding: 22px; }
.host-body h3 { margin: 0; font: 700 1.35rem "Space Grotesk",sans-serif; }
.host-body strong { color: var(--primary); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.host-body p { margin-bottom: 0; color: var(--muted); font-size: .93rem; }

.advertising-zone { padding: 26px 0 20px; }
.advertising-zone + .section { padding-top: 54px; }
.ad-carousel { position: relative; }
.ad-carousel-track { position: relative; }
.ad-banner { display: none; flex-direction: column; overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 18px; background: #050608; box-shadow: 0 18px 44px rgba(0,0,0,.2); }
.ad-banner.is-active { display: flex; animation: ad-fade .5s ease both; }
.ad-banner[aria-disabled="true"], .small-ad[aria-disabled="true"] { cursor: default; }
.ad-media { width: 100%; display: block; overflow: hidden; background: #050608; }
.ad-media img { display: block; width: 100%; height: auto; max-height: none; object-fit: contain; object-position: center; }
.ad-label { display: block; padding: 6px 12px; color: #777a83; background: var(--panel); font-size: .68rem; text-align: center; text-transform: uppercase; letter-spacing: .12em; }
.ad-carousel-controls { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 14px; padding-top: 10px; }
.ad-arrow { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--panel); color: #fff; cursor: pointer; font-size: 1.45rem; line-height: 1; transition: border-color .2s, color .2s, transform .2s; }
.ad-arrow:hover { border-color: var(--primary); color: var(--primary); transform: translateY(-1px); }
.ad-dots { display: flex; align-items: center; gap: 7px; }
.ad-dot { width: 7px; height: 7px; border-radius: 50%; background: #4c4f58; transition: width .2s, border-radius .2s, background .2s; }
.ad-dot.is-active { width: 22px; border-radius: 999px; background: var(--primary); }
.small-ads-block { margin-top: 20px; }
.small-ads-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 10px; color: #777a83; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.small-ads-heading small { color: #666973; font-size: .66rem; letter-spacing: .04em; text-transform: none; }
.small-ads-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.small-ad { display: none; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #050608; box-shadow: 0 14px 34px rgba(0,0,0,.18); }
.small-ad.is-visible { display: block; animation: ad-fade .5s ease both; }
.small-ad-media { width: 100%; aspect-ratio: 2/1; display: grid; place-items: center; overflow: hidden; background: #050608; }
.small-ad-media img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.small-ad-placeholder { aspect-ratio: 2/1; color: #fff; background: radial-gradient(circle at 85% 10%, rgba(117,219,0,.19), transparent 38%), linear-gradient(135deg,#101318,#060708); }
.small-ad-placeholder-content { width: 100%; height: 100%; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: clamp(18px,3vw,30px); border-left: 4px solid var(--primary); }
.small-ad-placeholder-content small { color: var(--primary); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.small-ad-placeholder-content strong { margin-top: 7px; font: 800 clamp(1.45rem,2.5vw,2.2rem)/1 "Space Grotesk",sans-serif; text-transform: uppercase; }
.small-ad-placeholder-content span { margin-top: 7px; color: var(--muted); font-size: .88rem; }

.page-hero { position: relative; overflow: hidden; padding: 90px 0 70px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 85% 0, color-mix(in srgb, var(--primary) 18%, transparent), transparent 40%); }
.page-hero h1 { max-width: 850px; margin: 14px 0 0; font: 700 clamp(3rem,6vw,6.4rem)/.92 "Space Grotesk",sans-serif; letter-spacing: -.07em; }
.page-hero p { max-width: 620px; margin-top: 20px; color: var(--muted); font-size: 1.08rem; }
.day-tabs { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 6px; margin-bottom: 32px; scrollbar-width: thin; }
.day-tabs a { flex: 0 0 auto; padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-weight: 700; }
.day-tabs a:hover { color: #fff; border-color: var(--primary); }
.schedule-day { scroll-margin-top: 110px; margin: 0 0 55px; }
.schedule-day h2 { padding-bottom: 14px; border-bottom: 1px solid var(--line); font: 700 1.8rem "Space Grotesk",sans-serif; }
.schedule-row { display: grid; grid-template-columns: 130px 1fr auto; align-items: center; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.schedule-row time { color: var(--primary); font: 700 1.1rem "Space Grotesk",sans-serif; }
.schedule-row h3 { margin: 0; font: 700 1.25rem "Space Grotesk",sans-serif; }
.schedule-row p { margin: 4px 0 0; color: var(--muted); }
.live-badge { padding: 6px 10px; border-radius: 999px; background: color-mix(in srgb, var(--secondary) 15%, transparent); color: var(--secondary); font-size: .72rem; font-weight: 800; text-transform: uppercase; }

.content-grid { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 60px; }
.article { max-width: 820px; }
.article time { color: var(--primary); font-weight: 800; }
.article h1 { margin: 12px 0 24px; font: 700 clamp(2.5rem,5vw,5.2rem)/.98 "Space Grotesk",sans-serif; letter-spacing: -.06em; }
.article-lead { color: #c9cad0; font-size: 1.2rem; }
.article-cover { width: 100%; margin: 30px 0; border-radius: var(--radius); aspect-ratio: 16/9; object-fit: cover; }
.article-content { color: #d3d4d8; font-size: 1.06rem; }
.article-content p { margin: 1.3em 0; }
.sidebar-card { position: sticky; top: 110px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.sidebar-card h2 { margin-top: 0; font: 700 1.45rem "Space Grotesk",sans-serif; }
.sidebar-card .button { width: 100%; }

.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 55px; }
.contact-list { display: grid; gap: 14px; margin-top: 30px; }
.contact-item { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--panel); }
.contact-item small { display: block; color: var(--primary); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-form { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.field { display: grid; gap: 7px; margin-bottom: 17px; }
.field label { font-weight: 700; }
.field input, .field textarea, .field select { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; outline: none; background: #0e1014; color: #fff; }
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--primary); box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary) 12%, transparent); }
.honeypot { position: absolute; left: -9999px; }
.alert { margin-bottom: 22px; padding: 14px 16px; border-radius: 12px; border: 1px solid; }
.alert-success { color: #a9f7ce; border-color: #236942; background: #102b1d; }
.alert-error { color: #ffc1b5; border-color: #79392d; background: #321812; }
.empty-state { padding: 42px; border: 1px dashed var(--line); border-radius: var(--radius); color: var(--muted); text-align: center; }

.site-footer { padding: 74px 0 28px; background: #050608; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 52px; }
.footer-grid h2 { margin: 0 0 16px; color: #fff; font: 700 1rem "Space Grotesk",sans-serif; }
.footer-grid p { max-width: 400px; color: var(--muted); }
.footer-grid > div > a:not(.brand), .footer-grid > div > span { display: block; margin: 9px 0; color: var(--muted); }
.social-links { display: flex; align-items: flex-start; flex-direction: column; gap: 9px; }
.social-links a { display: block; width: max-content; color: var(--muted); }
.footer-grid a:hover { color: var(--primary); }
.footer-brand { margin-bottom: 20px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 22px; border-top: 1px solid var(--line); color: #73757e; font-size: .83rem; }

.radio-dock { position: fixed; z-index: 45; left: 0; right: 0; bottom: 0; border-top: 1px solid rgba(255,255,255,.14); background: rgba(17,19,24,.96); backdrop-filter: blur(20px); box-shadow: 0 -18px 45px rgba(0,0,0,.28); }
.dock-inner { min-height: 82px; display: flex; align-items: center; gap: 18px; }
.dock-play { width: 53px; height: 53px; flex: 0 0 auto; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--primary); color: #090a0d; cursor: pointer; font-weight: 900; }
.dock-play.is-playing { background: var(--secondary); }
.dock-info { min-width: 0; display: grid; line-height: 1.18; }
.dock-info .eyebrow { margin-bottom: 5px; font-size: .6rem; }
.dock-info strong, .dock-info small { max-width: 390px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dock-info small { color: var(--muted); }
.equalizer { height: 35px; display: flex; align-items: center; gap: 4px; margin-left: auto; }
.equalizer i { width: 3px; height: 9px; display: block; border-radius: 4px; background: var(--primary); }
.radio-playing .equalizer i { animation: bars .9s infinite ease-in-out alternate; }
.radio-playing .equalizer i:nth-child(2) { animation-delay: -.55s; }.radio-playing .equalizer i:nth-child(3){animation-delay:-.2s}.radio-playing .equalizer i:nth-child(4){animation-delay:-.7s}.radio-playing .equalizer i:nth-child(5){animation-delay:-.35s}
.volume-control { display: flex; align-items: center; gap: 10px; color: #858791; font-size: .67rem; font-weight: 800; }
.volume-control input { width: 110px; accent-color: var(--primary); }
.player-status { width: 110px; color: #858791; font-size: .74rem; text-align: right; }
.whatsapp-float { position: fixed; z-index: 40; right: 22px; bottom: 105px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #07160c; box-shadow: 0 16px 35px rgba(37,211,102,.28); font-size: .75rem; font-weight: 900; }

@keyframes pulse { 0%,100% { transform: scale(1); opacity: 1 } 50% { transform: scale(.7); opacity: .6 } }
@keyframes spin { to { transform: translate(-50%,-50%) rotate(360deg) } }
@keyframes logo-pulse { to { transform: translate(-50%,-50%) scale(1.025); filter: drop-shadow(0 25px 34px rgba(0,0,0,.4)); } }
@keyframes bars { from { height: 7px } to { height: 30px } }
@keyframes ad-fade { from { opacity: 0; transform: translateY(5px) } to { opacity: 1; transform: translateY(0) } }

@media (max-width: 980px) {
    .nav-toggle { display: block; }
    .main-nav { position: absolute; left: 20px; right: 20px; top: 72px; display: none; align-items: stretch; flex-direction: column; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: #121419; box-shadow: var(--shadow); }
    .main-nav.open { display: flex; }
    .header-live { display: none; }
    .hero-grid { grid-template-columns: 1fr; gap: 50px; }
    .hero-copy { text-align: center; }
    .hero-copy > p { margin-inline: auto; }
    .hero-actions { justify-content: center; }
    .onair-card { max-width: 560px; width: 100%; margin-inline: auto; transform: none; }
    .small-ads-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .grid-4 { grid-template-columns: repeat(2,1fr); }
    .grid-3 { grid-template-columns: repeat(2,1fr); }
    .footer-grid { grid-template-columns: repeat(2,1fr); }
    .contact-grid, .content-grid { grid-template-columns: 1fr; }
    .sidebar-card { position: static; }
}

@media (max-width: 640px) {
    body { padding-bottom: 88px; }
    .container { width: min(100% - 26px,1180px); }
    .header-inner { min-height: 70px; }
    .brand-mark, .brand img { width: 44px; height: 44px; border-radius: 14px; }
    .brand-copy strong { font-size: .9rem; }
    .brand-copy small { font-size: .66rem; }
    .hero { min-height: auto; }
    .hero-grid { padding: 62px 0 70px; gap: 42px; }
    .hero h1 { font-size: clamp(3rem,16vw,5rem); }
    .hero-copy > p { font-size: 1rem; }
    .hero-actions .button { width: 100%; }
    .onair-card { min-height: 390px; padding: 20px; border-radius: 28px; }
    .onair-logo { width: min(78%, 260px); max-height: 215px; top: 38%; }
    .advertising-zone { padding-top: 18px; }
    .small-ads-heading { align-items: flex-start; flex-direction: column; gap: 3px; }
    .small-ads-grid { grid-template-columns: 1fr; }
    .section { padding: 68px 0; }
    .section-head { display: block; }
    .section-head h1, .section-head h2 { font-size: clamp(2.25rem,12vw,3.5rem); }
    .section-head .text-link { display: inline-block; margin-top: 14px; }
    .grid-3, .grid-4, .footer-grid { grid-template-columns: 1fr; }
    .schedule-row { grid-template-columns: 92px 1fr; gap: 14px; }
    .schedule-row .live-badge { grid-column: 2; justify-self: start; }
    .page-hero { padding: 62px 0 52px; }
    .page-hero h1, .article h1 { font-size: clamp(2.7rem,14vw,4.2rem); }
    .contact-form { padding: 22px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .equalizer, .volume-control, .player-status { display: none; }
    .dock-inner { min-height: 74px; }
    .dock-play { width: 48px; height: 48px; }
    .dock-info { max-width: calc(100% - 68px); }
    .dock-info strong, .dock-info small { max-width: 100%; }
    .whatsapp-float { bottom: 94px; right: 14px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
