/* ==========================================================================
   Bar Ober Radio — The Voice of Ugenya
   Stylesheet. Brand palette only, no gradients. Mobile-first & responsive.
   ========================================================================== */

:root {
    --primary: #1B8ADB;
    --primary-dark: #176FAF;
    --secondary: #3986B2;
    --white: #FFFFFF;
    --text-dark: #1A2B3A;
    --light-blue: #EAF6FF;
    --text-muted: #5B7187;
    --border: #DCE7F1;
    --shadow-sm: 0 1px 2px rgba(26, 43, 58, 0.06);
    --shadow: 0 6px 20px rgba(26, 43, 58, 0.08);
    --shadow-lg: 0 18px 50px rgba(23, 111, 175, 0.16);
    --radius: 14px;
    --radius-sm: 9px;
    --radius-lg: 22px;
    --container: 1140px;
    --header-h: 68px;
    --onair-h: 40px;
    --mp-h: 76px;
    --font-display: "Poppins", "Segoe UI", system-ui, sans-serif;
    --font-body: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
}

/* Category colours (solid, derived from brand) */
:root {
    --cat-news: #176FAF;
    --cat-music: #1B8ADB;
    --cat-talk: #3986B2;
    --cat-sports: #E08A1A;
    --cat-religious: #6B4FA0;
    --cat-community: #2A9D8F;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: var(--font-body);
    color: var(--text-dark);
    background: var(--white);
    line-height: 1.6;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    padding-bottom: calc(var(--mp-h) + 12px);
}

img { max-width: 100%; display: block; }
a { color: var(--primary-dark); text-decoration: none; }
a:hover { color: var(--primary); }

h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.2; margin: 0 0 .5em; color: var(--text-dark); font-weight: 700; }
p { margin: 0 0 1em; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }

.muted { color: var(--text-muted); }
.accent { color: var(--primary); }

.skip-link {
    position: absolute; left: -999px; top: 0; z-index: 1000;
    background: var(--primary); color: #fff; padding: 10px 16px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ----------------------------------------------------------------- Buttons */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--font-display); font-weight: 600; font-size: 15px;
    padding: 12px 22px; border-radius: 999px; border: 2px solid transparent;
    cursor: pointer; transition: background .15s, color .15s, border-color .15s, transform .1s;
    text-align: center; line-height: 1; white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--primary); color: #fff; border-color: var(--primary); }
.btn-primary:hover { background: var(--primary-dark); border-color: var(--primary-dark); color: #fff; }
.btn-outline { background: transparent; color: var(--primary-dark); border-color: var(--border); }
.btn-outline:hover { border-color: var(--primary); color: var(--primary); }
.btn-lg { padding: 15px 30px; font-size: 17px; }
.btn-block { width: 100%; }
.btn svg { flex: none; }

/* ----------------------------------------------------------------- Header */
.site-header {
    position: sticky; top: 0; z-index: 100;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: saturate(140%) blur(8px);
    border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 16px; }

.brand { display: inline-flex; align-items: center; height: 100%; color: var(--text-dark); }
.brand:hover { color: var(--text-dark); }
.brand-logo {
    height: 100%; width: auto; max-width: none; object-fit: contain;
    padding-block: 0.25rem; display: block;
}
.brand-logo--footer { height: 56px; padding-block: 0; filter: brightness(0) invert(1); }

.primary-nav { display: flex; align-items: center; gap: 4px; }
.primary-nav a {
    padding: 9px 14px; border-radius: 999px; font-weight: 600; font-size: 15px;
    color: var(--text-dark); transition: background .15s, color .15s;
}
.primary-nav a:hover { background: var(--light-blue); color: var(--primary-dark); }
.primary-nav a.is-active { background: var(--primary); color: #fff; }
.primary-nav a.is-active:hover { background: var(--primary-dark); color: #fff; }
.primary-nav .nav-cta { background: var(--light-blue); color: var(--primary-dark); }
.primary-nav .nav-cta:hover { background: var(--primary); color: #fff; }
.primary-nav .nav-cta.is-active { background: var(--primary-dark); color: #fff; }

.nav-toggle {
    display: none; flex-direction: column; justify-content: center; gap: 5px;
    width: 44px; height: 44px; border: 1px solid var(--border); border-radius: 10px;
    background: #fff; cursor: pointer; padding: 0;
}
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--text-dark); margin: 0 auto; transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* --------------------------------------------------------- On-air strip */
.onair-strip { background: var(--text-dark); color: #fff; }
.onair-strip-inner { display: flex; align-items: center; gap: 10px; height: var(--onair-h); font-size: 13.5px; flex-wrap: wrap; }
.onair-pulse { position: relative; width: 9px; height: 9px; display: inline-block; }
.onair-pulse span { position: absolute; inset: 0; border-radius: 50%; background: #ff4d4d; }
.onair-pulse span::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: #ff4d4d; animation: pulse 1.6s ease-out infinite; }
.onair-pulse.small { width: 8px; height: 8px; }
@keyframes pulse { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(2.6); opacity: 0; } }
.onair-label { font-weight: 700; letter-spacing: .6px; color: #ff6b6b; }
.onair-show { font-weight: 600; color: #fff; }
.onair-sep { color: rgba(255,255,255,.4); }
.onair-time { color: rgba(255,255,255,.7); }

/* ----------------------------------------------------------------- Hero */
.hero { position: relative; background: var(--white); padding: 56px 0 80px; overflow: hidden; }
.hero-bg-image { position: absolute; inset: 0; z-index: 0; }
.hero-bg-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: rgba(255,255,255,.82); }
.hero-bg { position: absolute; left: 0; right: 0; bottom: -1px; height: 200px; pointer-events: none; z-index: 2; }
.hero-waves { width: 100%; height: 100%; display: block; }
.hero-inner { display: grid; grid-template-columns: 1.3fr .9fr; gap: 48px; align-items: center; position: relative; z-index: 3; }

.hero-badge {
    display: inline-flex; align-items: center; gap: 8px; background: var(--light-blue);
    color: var(--primary-dark); font-weight: 600; font-size: 13px; padding: 7px 14px; border-radius: 999px; margin-bottom: 20px;
}
.hero-title { font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 800; letter-spacing: -.5px; margin-bottom: 18px; }
.hero-lead { font-size: clamp(1rem, 1.6vw, 1.18rem); color: var(--text-muted); max-width: 540px; margin-bottom: 28px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 22px; }
.hero-quick { display: flex; gap: 10px; flex-wrap: wrap; font-size: 14px; color: var(--text-muted); }
.hero-quick a { font-weight: 600; }

.hero-player-card {
    background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg); padding: 22px; max-width: 380px; justify-self: end; width: 100%;
}
.player-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.live-pill { display: inline-flex; align-items: center; gap: 7px; background: #fff0f0; color: #d33; font-weight: 700; font-size: 12px; padding: 5px 11px; border-radius: 999px; letter-spacing: .5px; }
.mp-dot { width: 8px; height: 8px; border-radius: 50%; background: #ff4d4d; animation: blink 1.2s ease-in-out infinite; }
@keyframes blink { 50% { opacity: .35; } }
.player-card-station { font-weight: 700; color: var(--primary); font-family: var(--font-display); }
.player-card-now { display: flex; flex-direction: column; gap: 3px; margin-bottom: 18px; }
.pcn-label { font-size: 12px; text-transform: uppercase; letter-spacing: .6px; color: var(--text-muted); font-weight: 600; }
.pcn-show { font-size: 22px; font-weight: 700; font-family: var(--font-display); color: var(--text-dark); }
.pcn-host { font-size: 14px; color: var(--secondary); }
.player-card-note { font-size: 12.5px; color: var(--text-muted); margin: 14px 0 0; text-align: center; }

/* ----------------------------------------------------------------- Sections */
.section { padding: 56px 0; }
.section-alt { background: var(--light-blue); }
.section-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 28px; gap: 16px; flex-wrap: wrap; }
.section-title { font-size: clamp(1.5rem, 3vw, 2rem); margin: 0; }
.section-link { font-weight: 600; color: var(--primary-dark); }

/* Quick cards */
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.quick-card {
    display: flex; flex-direction: column; gap: 8px; padding: 26px 22px;
    background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
    box-shadow: var(--shadow-sm); transition: transform .15s, box-shadow .15s, border-color .15s; color: var(--text-dark);
}
.quick-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--primary); color: var(--text-dark); }
.quick-icon { width: 52px; height: 52px; border-radius: 12px; background: var(--light-blue); color: var(--primary); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 6px; }
.quick-title { font-family: var(--font-display); font-weight: 700; font-size: 18px; }
.quick-desc { font-size: 14px; color: var(--text-muted); }

/* Two column panels */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.panel { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); }
.section-alt .panel { border-color: #cfe6f7; }
.panel-title { font-size: 1.25rem; margin-bottom: 16px; }

.now-card { display: flex; flex-direction: column; gap: 6px; }
.now-cat { align-self: flex-start; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: #fff; background: var(--primary); padding: 4px 10px; border-radius: 999px; }
.now-name { font-size: 22px; font-family: var(--font-display); font-weight: 700; margin: 4px 0 0; }
.now-host { color: var(--secondary); font-weight: 600; font-size: 14px; margin: 0; }
.now-desc { color: var(--text-muted); font-size: 14.5px; margin: 6px 0; }
.now-time { font-size: 13px; color: var(--text-muted); margin: 0 0 14px; }
.now-card.small .now-name { font-size: 18px; }
.now-card.small { gap: 4px; }

.next-card { border-top: 1px solid var(--border); padding-top: 16px; margin-top: 16px; display: flex; flex-direction: column; gap: 4px; }
.next-time { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: var(--primary-dark); }
.next-name { font-size: 18px; font-family: var(--font-display); font-weight: 700; margin: 2px 0 0; }
.next-host { color: var(--secondary); font-size: 14px; margin: 0; }
.next-day { font-size: 12px; color: var(--text-muted); margin: 0; }
.next-card.small { margin-top: 14px; padding-top: 14px; }

/* News grid */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.news-grid--full { grid-template-columns: repeat(3, 1fr); }
.news-card {
    display: flex; flex-direction: column; gap: 8px; padding: 0;
    background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
    box-shadow: var(--shadow-sm); transition: transform .15s, box-shadow .15s, border-color .15s; color: var(--text-dark); overflow: hidden;
}
.news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--primary); color: var(--text-dark); }
.news-thumb { display: block; aspect-ratio: 16/10; overflow: hidden; }
.news-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.news-card:hover .news-thumb img { transform: scale(1.04); }
.news-card-body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.news-cat { align-self: flex-start; font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: var(--primary-dark); background: var(--light-blue); padding: 4px 10px; border-radius: 999px; }
.news-title { font-size: 18px; font-family: var(--font-display); font-weight: 700; margin: 4px 0 0; }
.news-excerpt { color: var(--text-muted); font-size: 14.5px; margin: 0; flex: 1; }
.news-meta { font-size: 12.5px; color: var(--text-muted); display: flex; gap: 8px; }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery-grid--two { grid-template-columns: repeat(2, 1fr); }
.gallery-item { margin: 0; border-radius: var(--radius); overflow: hidden; aspect-ratio: 1; box-shadow: var(--shadow-sm); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.gallery-item:hover img { transform: scale(1.05); }

/* Side image (listen, contact sidebars) */
.side-image { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); aspect-ratio: 4/5; }
.side-image img { width: 100%; height: 100%; object-fit: cover; }

/* Article hero image */
.article-hero { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.article-hero img { width: 100%; max-height: 420px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }

/* Related news with thumbnail */
.side-news { display: flex; gap: 12px; }
.side-news-thumb { flex: none; width: 72px; height: 72px; border-radius: 8px; overflow: hidden; }
.side-news-thumb img { width: 100%; height: 100%; object-fit: cover; }
.side-news-body { display: flex; flex-direction: column; gap: 3px; flex: 1; min-width: 0; }

/* Mission block (about page) */
.mission-block { display: flex; gap: 20px; align-items: flex-start; margin: 12px 0 20px; }
.mission-block img { flex: none; width: 160px; height: 160px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.mission-block p { margin: 0; }

/* CTA band */
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cta-text h2 { margin: 0 0 6px; font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.cta-text p { margin: 0; color: var(--text-muted); }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ----------------------------------------------------------------- Page header */
.page-header { background: var(--light-blue); padding: 40px 0 36px; border-bottom: 1px solid #cfe6f7; }
.page-header--with-image { position: relative; background: var(--text-dark); border-bottom: none; }
.page-header-bg { position: absolute; inset: 0; z-index: 0; }
.page-header-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.page-header-overlay { position: absolute; inset: 0; z-index: 1; background: rgba(26,43,58,.72); }
.page-header-content { position: relative; z-index: 2; padding: 56px 0 48px; }
.page-header--with-image .breadcrumb, .page-header--with-image .breadcrumb a { color: rgba(255,255,255,.7); }
.page-header--with-image .breadcrumb a:hover { color: #fff; }
.page-header--with-image h1 { color: #fff; }
.page-header--with-image .page-lead { color: rgba(255,255,255,.85); }
.breadcrumb { font-size: 13px; color: var(--text-muted); margin: 0 0 12px; }
.breadcrumb a { font-weight: 600; }
.page-header h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin: 0 0 10px; }
.page-lead { color: var(--text-muted); max-width: 640px; margin: 0; font-size: 1.05rem; }

/* ----------------------------------------------------------------- Listen */
.listen-layout { display: grid; grid-template-columns: 1fr 320px; gap: 28px; align-items: start; }
.big-player { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; }
.big-player-top { display: flex; align-items: center; justify-content: space-between; padding: 16px 22px; background: var(--text-dark); color: #fff; }
.bps { font-weight: 700; font-family: var(--font-display); color: #fff; }
.big-player-body { display: flex; align-items: center; gap: 22px; padding: 30px 24px; }
.big-play {
    flex: none; width: 84px; height: 84px; border-radius: 50%; border: none;
    background: var(--primary); color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
    box-shadow: 0 8px 24px rgba(27,138,219,.4); transition: background .15s, transform .1s;
}
.big-play:hover { background: var(--primary-dark); }
.big-play:active { transform: scale(.97); }
.big-play .icon-pause { display: none; }
.big-play.is-playing .icon-play { display: none; }
.big-play.is-playing .icon-pause { display: block; }
.big-now { display: flex; flex-direction: column; gap: 3px; }
.bn-label { font-size: 12px; text-transform: uppercase; letter-spacing: .6px; color: var(--text-muted); font-weight: 600; }
.bn-show { font-size: clamp(1.4rem, 3vw, 1.9rem); font-family: var(--font-display); font-weight: 700; }
.bn-host { color: var(--secondary); font-weight: 600; }
.bn-time { font-size: 13px; color: var(--text-muted); }
.big-player-status { padding: 14px 24px 22px; color: var(--text-muted); font-size: 14px; }
.big-player-status.loading { color: var(--primary); }

.listen-options { margin-top: 32px; }
.listen-options h2 { font-size: 1.4rem; margin-bottom: 16px; }
.option-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.option-card {
    display: flex; flex-direction: column; gap: 6px; padding: 22px; background: var(--white);
    border: 1px solid var(--border); border-radius: var(--radius); color: var(--text-dark); transition: border-color .15s, box-shadow .15s;
}
a.option-card:hover { border-color: var(--primary); box-shadow: var(--shadow-sm); color: var(--text-dark); }
.option-icon { width: 44px; height: 44px; border-radius: 10px; background: var(--light-blue); color: var(--primary); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 4px; }
.option-title { font-family: var(--font-display); font-weight: 700; font-size: 16px; }
.option-desc { font-size: 13.5px; color: var(--text-muted); }

.listen-side { display: flex; flex-direction: column; gap: 20px; position: sticky; top: calc(var(--header-h) + var(--onair-h) + 16px); }
.side-social { display: flex; flex-direction: column; gap: 8px; }
.side-social a { padding: 10px 14px; border: 1px solid var(--border); border-radius: var(--radius-sm); font-weight: 600; transition: background .15s, border-color .15s; }
.side-social a:hover { background: var(--light-blue); border-color: var(--primary); }

/* ----------------------------------------------------------------- Schedule */
.schedule-controls { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 24px; }
.day-tabs { display: flex; gap: 6px; flex-wrap: wrap; background: var(--light-blue); padding: 6px; border-radius: 999px; }
.day-tab {
    border: none; background: transparent; padding: 9px 18px; border-radius: 999px; cursor: pointer;
    font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--text-dark); transition: background .15s, color .15s;
}
.day-tab:hover { color: var(--primary-dark); }
.day-tab.is-active { background: var(--primary); color: #fff; }
.schedule-legend { display: flex; gap: 14px; flex-wrap: wrap; }
.legend-item { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--text-muted); font-weight: 600; }
.legend-dot { width: 10px; height: 10px; border-radius: 50%; }

.day-panel-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.day-panel-head h2 { margin: 0; font-size: 1.5rem; }
.today-tag { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: #fff; background: var(--primary); padding: 4px 10px; border-radius: 999px; }

.slot-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.slot {
    display: grid; grid-template-columns: 130px 1fr auto; gap: 18px; align-items: start;
    padding: 18px 20px; background: var(--white); border: 1px solid var(--border); border-left: 5px solid var(--primary);
    border-radius: var(--radius); transition: box-shadow .15s, border-color .15s;
}
.slot:hover { box-shadow: var(--shadow-sm); }
.slot-time { display: flex; flex-direction: column; font-family: var(--font-display); font-weight: 700; color: var(--text-dark); }
.slot-start { font-size: 18px; }
.slot-dash { font-size: 13px; color: var(--text-muted); }
.slot-end { font-size: 14px; color: var(--text-muted); }
.slot-body { display: flex; flex-direction: column; gap: 3px; }
.slot-cat { align-self: flex-start; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: var(--text-muted); margin-bottom: 2px; }
.slot-name { font-size: 18px; font-family: var(--font-display); font-weight: 700; margin: 0; }
.slot-host { color: var(--secondary); font-size: 14px; margin: 0; font-weight: 600; }
.slot-desc { color: var(--text-muted); font-size: 14px; margin: 4px 0 0; }
.slot-onair-badge { align-self: center; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: #fff; background: #d33; padding: 5px 12px; border-radius: 999px; }
.slot.is-onair { border-color: var(--primary); box-shadow: 0 0 0 2px rgba(27,138,219,.18); }
.slot.is-onair .slot-onair-badge { display: inline-flex; }
.slot-onair-badge[hidden] { display: none; }

/* category left borders */
.cat-news { border-left-color: var(--cat-news); }
.cat-music { border-left-color: var(--cat-music); }
.cat-talk { border-left-color: var(--cat-talk); }
.cat-sports { border-left-color: var(--cat-sports); }
.cat-religious { border-left-color: var(--cat-religious); }
.cat-community { border-left-color: var(--cat-community); }
.legend-dot.cat-news { background: var(--cat-news); }
.legend-dot.cat-music { background: var(--cat-music); }
.legend-dot.cat-talk { background: var(--cat-talk); }
.legend-dot.cat-sports { background: var(--cat-sports); }
.legend-dot.cat-religious { background: var(--cat-religious); }
.legend-dot.cat-community { background: var(--cat-community); }

/* ----------------------------------------------------------------- Article */
.article-layout { display: grid; grid-template-columns: 1fr 300px; gap: 32px; align-items: start; }
.article-title { font-size: clamp(1.6rem, 3.6vw, 2.4rem); margin: 10px 0 8px; }
.news-cat--big { font-size: 13px; }
.news-meta--big { font-size: 14px; margin-bottom: 0; }
.article-body { font-size: 1.06rem; }
.article-lead { font-size: 1.2rem; color: var(--secondary); font-weight: 500; margin-bottom: 1.2em; }
.article-body p { margin-bottom: 1.1em; }
.article-cta { margin-top: 28px; padding: 22px; background: var(--light-blue); border-radius: var(--radius); }
.article-cta p { margin: 0 0 12px; font-weight: 600; }
.article-side { display: flex; flex-direction: column; gap: 16px; position: sticky; top: calc(var(--header-h) + var(--onair-h) + 16px); }
.article-side h2 { font-size: 1.1rem; text-transform: uppercase; letter-spacing: .5px; color: var(--text-muted); }
.side-news { display: flex; flex-direction: column; gap: 4px; padding: 16px; border: 1px solid var(--border); border-radius: var(--radius); transition: border-color .15s; color: var(--text-dark); }
a.side-news:hover { border-color: var(--primary); color: var(--text-dark); }
.side-news-cat { font-size: 11px; font-weight: 700; text-transform: uppercase; color: var(--primary-dark); }
.side-news-title { font-family: var(--font-display); font-weight: 700; font-size: 15px; }
.side-news-date { font-size: 12px; color: var(--text-muted); }

/* ----------------------------------------------------------------- About */
.about-layout { display: grid; grid-template-columns: 1fr 320px; gap: 32px; align-items: start; }
.about-main h2 { font-size: 1.5rem; margin-top: 1.6em; margin-bottom: .5em; }
.about-main h2:first-child { margin-top: 0; }
.about-main p { color: var(--text-dark); }
.about-cta { display: flex; gap: 12px; margin-top: 24px; flex-wrap: wrap; }
.about-side { display: flex; flex-direction: column; gap: 20px; position: sticky; top: calc(var(--header-h) + var(--onair-h) + 16px); }
.facts { margin: 0; display: grid; grid-template-columns: 100px 1fr; gap: 8px 12px; }
.facts dt { color: var(--text-muted); font-weight: 600; font-size: 13px; }
.facts dd { margin: 0; font-weight: 600; }

/* ----------------------------------------------------------------- Forms */
.contact-layout { display: grid; grid-template-columns: 1fr 320px; gap: 28px; align-items: start; }
.styled-form { display: flex; flex-direction: column; gap: 16px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
.form-title { font-size: 1.4rem; margin: 0 0 4px; }
.form-row { display: flex; flex-direction: column; gap: 6px; }
.form-row label { font-weight: 600; font-size: 14px; color: var(--text-dark); }
.form-row .opt { color: var(--text-muted); font-weight: 400; }
.form-row input, .form-row select, .form-row textarea {
    font-family: var(--font-body); font-size: 15px; padding: 12px 14px; border: 1px solid var(--border);
    border-radius: var(--radius-sm); background: #fff; color: var(--text-dark); transition: border-color .15s, box-shadow .15s; width: 100%;
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus {
    outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(27,138,219,.16);
}
.form-row textarea { resize: vertical; }
.form-note { font-size: 13px; color: var(--text-muted); text-align: center; margin: 4px 0 0; }
.form-success { background: #eafbf1; border: 1px solid #b6e6c8; border-radius: var(--radius); padding: 28px; text-align: center; }
.form-success h2 { color: #1a8a4a; margin-top: 0; }
.form-success .btn { margin-top: 12px; }

.contact-side { display: flex; flex-direction: column; gap: 20px; }
.contact-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.contact-list li { display: flex; flex-direction: column; gap: 2px; }
.cl-label { font-size: 12px; text-transform: uppercase; letter-spacing: .5px; color: var(--text-muted); font-weight: 700; }
.contact-list a { font-weight: 600; }

/* ----------------------------------------------------------------- Advertise */
.ad-packages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ad-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); position: relative; display: flex; flex-direction: column; gap: 4px; }
.ad-card--featured { border: 2px solid var(--primary); box-shadow: var(--shadow); }
.ad-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--primary); color: #fff; font-size: 12px; font-weight: 700; padding: 5px 14px; border-radius: 999px; }
.ad-card h3 { font-size: 1.4rem; margin: 0; }
.ad-price { font-family: var(--font-display); font-weight: 800; font-size: 1.8rem; color: var(--primary); margin: 6px 0 0; }
.ad-unit { font-size: 13px; color: var(--text-muted); margin: 0 0 14px; }
.ad-card ul { margin: 0; padding-left: 18px; display: flex; flex-direction: column; gap: 8px; }
.ad-card li { font-size: 14.5px; }
.why-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.why-list li { font-size: 14.5px; padding-left: 18px; position: relative; }
.why-list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--primary); }

/* ----------------------------------------------------------------- 404 */
.not-found { text-align: center; padding: 60px 0; }
.nf-code { font-family: var(--font-display); font-weight: 800; font-size: 5rem; color: var(--primary); display: block; line-height: 1; }
.nf-actions { display: flex; gap: 12px; justify-content: center; margin-top: 20px; flex-wrap: wrap; }

/* ----------------------------------------------------------------- Footer */
.site-footer { background: var(--text-dark); color: #cdd9e3; padding: 52px 0 0; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 36px; }
.footer-tagline { margin: 14px 0 16px; font-size: 14px; color: #9fb1c2; max-width: 320px; }
.social-links { display: flex; gap: 10px; }
.social-links a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; display: inline-flex; align-items: center; justify-content: center; transition: background .15s; }
.social-links a:hover { background: var(--primary); color: #fff; }
.footer-col h3 { color: #fff; font-size: 15px; text-transform: uppercase; letter-spacing: .6px; margin-bottom: 14px; }
.footer-col a { display: block; color: #b3c2d0; padding: 5px 0; font-size: 14.5px; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0; font-size: 13px; }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.footer-bottom p { margin: 0; color: #8395a6; }

/* ----------------------------------------------------------------- Mini player */
.mini-player {
    position: fixed; left: 50%; transform: translateX(-50%); bottom: 12px; z-index: 200;
    width: calc(100% - 24px); max-width: 640px; height: var(--mp-h);
    background: var(--text-dark); color: #fff; border-radius: 16px;
    box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 14px; padding: 0 16px;
}
.mini-player[hidden] { display: none; }
.mp-play {
    flex: none; width: 50px; height: 50px; border-radius: 50%; border: none; background: var(--primary); color: #fff;
    cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: background .15s, transform .1s;
}
.mp-play:hover { background: var(--primary-dark); }
.mp-play:active { transform: scale(.95); }
.mp-play .icon-pause { display: none; }
.mp-play.is-playing .icon-play { display: none; }
.mp-play.is-playing .icon-pause { display: block; }
.mp-info { display: flex; flex-direction: column; gap: 1px; min-width: 0; flex: 1; }
.mp-live { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; letter-spacing: .6px; color: #ff6b6b; }
.mp-title { font-family: var(--font-display); font-weight: 700; font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mp-show { font-size: 12.5px; color: #9fb1c2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mp-meta { display: flex; align-items: center; }
.mp-volume { flex: none; width: 40px; height: 40px; border-radius: 50%; border: none; background: rgba(255,255,255,.1); color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
.mp-volume:hover { background: rgba(255,255,255,.2); }
.mp-volume.is-muted { opacity: .5; }

/* Equalizer animation (only while playing) */
.eq { display: inline-flex; align-items: flex-end; gap: 3px; height: 22px; }
.eq i { width: 3px; background: var(--primary); display: block; height: 6px; border-radius: 2px; }
.mini-player.is-playing .eq i { animation: eq 1s ease-in-out infinite; }
.mini-player.is-playing .eq i:nth-child(2) { animation-delay: .25s; }
.mini-player.is-playing .eq i:nth-child(3) { animation-delay: .5s; }
.mini-player.is-playing .eq i:nth-child(4) { animation-delay: .15s; }
@keyframes eq { 0%, 100% { height: 6px; } 50% { height: 20px; } }

/* ----------------------------------------------------------------- Floating quick-contact */
.float-actions {
    position: fixed; right: 20px; bottom: calc(var(--mp-h) + 20px); z-index: 190;
    display: flex; flex-direction: column; gap: 14px; align-items: flex-end;
}
.float-btn {
    position: relative;
    display: inline-flex; align-items: center; justify-content: center;
    width: 58px; height: 58px; padding: 0;
    border-radius: 50%; color: #fff; box-shadow: var(--shadow);
    transition: transform .15s, box-shadow .15s, background .15s;
}
.float-btn:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); color: #fff; }
.float-btn:active { transform: translateY(0); }
.float-btn svg { flex: none; }

/* Hover tooltip (desktop) */
.float-btn::after {
    content: attr(data-tip);
    position: absolute; right: calc(100% + 12px); top: 50%; transform: translateY(-50%);
    background: var(--text-dark); color: #fff; font-family: var(--font-body);
    font-size: 13px; font-weight: 600; padding: 6px 12px; border-radius: 8px;
    white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .15s;
    box-shadow: var(--shadow-sm);
}
.float-btn::before {
    content: ""; position: absolute; right: calc(100% + 6px); top: 50%; transform: translateY(-50%);
    border: 6px solid transparent; border-left-color: var(--text-dark);
    opacity: 0; pointer-events: none; transition: opacity .15s;
}
.float-btn:hover::after, .float-btn:hover::before { opacity: 1; }
.float-btn:focus-visible::after, .float-btn:focus-visible::before { opacity: 1; }

.float-btn--wa { background: #25D366; }
.float-btn--wa:hover { background: #1fb855; }
.float-btn--call { background: var(--primary); }
.float-btn--call:hover { background: var(--primary-dark); }

/* ----------------------------------------------------------------- Responsive */
@media (max-width: 980px) {
    .hero-inner { grid-template-columns: 1fr; gap: 32px; }
    .hero-player-card { justify-self: stretch; max-width: 100%; }
    .quick-grid { grid-template-columns: repeat(2, 1fr); }
    .news-grid, .news-grid--full { grid-template-columns: repeat(2, 1fr); }
    .two-col { grid-template-columns: 1fr; }
    .listen-layout, .contact-layout, .about-layout, .article-layout { grid-template-columns: 1fr; }
    .listen-side, .contact-side, .about-side, .article-side { position: static; }
    .option-grid { grid-template-columns: 1fr; }
    .ad-packages { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .mission-block { flex-direction: column; gap: 14px; }
    .mission-block img { width: 100%; height: 200px; }
}

@media (max-width: 760px) {
    .primary-nav {
        position: fixed; top: var(--header-h); left: 0; right: 0; flex-direction: column; align-items: stretch;
        background: var(--white); border-bottom: 1px solid var(--border); box-shadow: var(--shadow);
        padding: 12px 20px 20px; gap: 4px; transform: translateY(-130%); transition: transform .25s ease; z-index: 99;
    }
    .primary-nav.open { transform: translateY(0); }
    .primary-nav a { padding: 13px 16px; border-radius: 10px; }
    .nav-toggle { display: flex; }
    .brand-logo { padding-block: 0.375rem; }
    .slot { grid-template-columns: 96px 1fr; }
    .slot-onair-badge { grid-column: 2; align-self: flex-start; margin-top: 6px; }
}

@media (max-width: 560px) {
    .quick-grid { grid-template-columns: 1fr; }
    .brand-logo { padding-block: 0.5rem; }
    .news-grid, .news-grid--full { grid-template-columns: 1fr; }
    .gallery-grid, .gallery-grid--two { grid-template-columns: 1fr; }
    .article-hero img { max-height: 260px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom .container { flex-direction: column; }
    .hero { padding: 36px 0 60px; }
    .section { padding: 40px 0; }
    .big-player-body { flex-direction: column; align-items: flex-start; gap: 16px; text-align: left; }
    .big-play { width: 70px; height: 70px; }
    .day-tabs { width: 100%; overflow-x: auto; flex-wrap: nowrap; -webkit-overflow-scrolling: touch; }
    .day-tab { white-space: nowrap; }
    .schedule-legend { width: 100%; }
    .cta-band { flex-direction: column; align-items: flex-start; }
    .mp-volume { display: none; }
    .mini-player { padding: 0 12px; gap: 10px; }
}

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