:root {
  --red: #ed111c;
  --red-dark: #bd0812;
  --ink: #171719;
  --muted: #6d6d73;
  --line: #e8e8eb;
  --soft: #f5f5f7;
  --white: #fff;
  --radius: 24px;
  --shadow: 0 20px 55px rgba(15, 15, 18, .11);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  overflow-x: hidden;
  font-family: Lato, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
}
a { color: inherit; text-decoration: none; }
a:hover, a:focus { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(1160px, calc(100% - 32px)); }
.site-header {
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(14px);
}
.shell { min-height: 76px; display: flex; align-items: center; gap: 15px; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.08; }
.brand-copy .eyebrow { color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.brand-copy strong { font: 700 20px Montserrat, sans-serif; }
.brand-copy small { color: var(--muted); margin-top: 4px; }
.header-wa {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 16px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-weight: 700;
}
.header-wa i { color: #60d669; font-size: 18px; }
.hero {
  padding: 44px 0 30px;
  background:
    radial-gradient(circle at 90% 15%, rgba(237,17,28,.13), transparent 30%),
    linear-gradient(180deg, #fafafa 0, #fff 100%);
}
.player-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
}
.mode-switch {
  padding: 12px;
  display: flex;
  gap: 8px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.mode-btn {
  border: 0;
  background: transparent;
  color: var(--muted);
  padding: 11px 18px;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
}
.mode-btn i { margin-right: 7px; }
.mode-btn.active { background: var(--ink); color: #fff; }
.player-stage { display: none; }
.player-stage.active { display: flex; }
.audio-stage { min-height: 410px; }
.station-art {
  width: 42%;
  min-height: 410px;
  position: relative;
  display: grid;
  place-items: center;
  padding: 45px;
  background:
    radial-gradient(circle, rgba(255,255,255,.2), transparent 48%),
    linear-gradient(145deg, var(--red), var(--red-dark));
}
.station-art:after {
  content: '';
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 24px;
}
.station-art img { position: relative; z-index: 2; width: min(270px, 80%); filter: drop-shadow(0 18px 25px rgba(0,0,0,.2)); }
.live-pill {
  position: absolute;
  z-index: 3;
  top: 26px;
  left: 26px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(20,20,22,.82);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}
.live-pill span { width: 8px; height: 8px; border-radius: 50%; background: #ff3c47; animation: pulse 1.3s infinite; }
@keyframes pulse { 50% { opacity: .35; transform: scale(.8); } }
.player-info { width: 58%; display: flex; flex-direction: column; justify-content: center; padding: 48px; }
.section-label { color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.player-info h1, .section-heading h2, .info-card h2 {
  margin: 9px 0 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
.player-info h1 { font-size: clamp(27px, 3.2vw, 46px); line-height: 1.08; }
.player-info p, .info-card p { color: var(--muted); font-size: 16px; }
.audio-controls {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--soft);
}
.main-play {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 9px 22px rgba(237,17,28,.25);
}
.main-play i { margin-left: 3px; }
.main-play.playing i { margin-left: 0; }
.status-wrap { min-width: 0; display: flex; flex-direction: column; }
.status-wrap strong { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.status-wrap span { margin-top: 3px; color: var(--muted); font-size: 13px; }
.volume-wrap { margin-left: auto; display: flex; align-items: center; gap: 9px; color: var(--muted); }
.volume-wrap input { width: 100px; accent-color: var(--red); }
.visual-stage { min-height: 500px; position: relative; background: #111; }
.visual-frame { display: none; width: 100%; aspect-ratio: 16/9; }
.visual-frame iframe { width: 100%; height: 100%; border: 0; }
.visual-empty { width: 100%; min-height: 500px; padding: 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff; }
.visual-empty i { font-size: 54px; color: var(--red); margin-bottom: 18px; }
.visual-empty strong { font: 700 25px Montserrat, sans-serif; }
.visual-empty span { margin-top: 9px; color: #aaa; }
.visual-empty code { color: #fff; background: rgba(255,255,255,.1); }
.quick-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.quick-card {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
  transition: .2s ease;
}
.quick-card:hover { transform: translateY(-3px); box-shadow: 0 13px 25px rgba(0,0,0,.08); }
.quick-card > i { flex: 0 0 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--soft); color: var(--red); font-size: 17px; }
.quick-card span { min-width: 0; display: flex; flex-direction: column; }
.quick-card small { color: var(--muted); }
.quick-card strong { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.quick-card.accent { background: var(--red); border-color: var(--red); color: #fff; }
.quick-card.accent > i { background: rgba(255,255,255,.18); color: #fff; }
.quick-card.accent small { color: rgba(255,255,255,.75); }
.content-section { padding: 32px 0; }
.content-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; }
.info-card { min-height: 210px; padding: 28px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--soft); display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.info-card h2 { font-size: 25px; }
.info-card p { max-width: 520px; margin-bottom: 0; }
.social-links { flex: 0 0 auto; display: flex; gap: 9px; }
.social-links a { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: #fff; border: 1px solid var(--line); font-size: 18px; transition: .2s; }
.social-links a:hover { background: var(--red); border-color: var(--red); color: #fff; }
.app-card img { width: 180px; }
.promo-section { padding: 42px 0 58px; background: #f7f7f8; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 25px; margin-bottom: 20px; }
.section-heading h2 { font-size: 30px; }
.section-heading > a { color: var(--red); font-weight: 700; }
.wide-banner, .promo-card { overflow: hidden; border-radius: 18px; background: #fff; border: 1px solid var(--line); }
.wide-banner img { width: 100%; }
.promo-grid { margin-top: 14px; display: grid; grid-template-columns: 1.5fr .75fr .75fr; gap: 14px; }
.promo-card { min-height: 230px; display: grid; place-items: center; }
.promo-card img { width: 100%; height: 100%; object-fit: cover; }
.wide-banner.bottom { margin-top: 14px; }
footer { border-top: 1px solid var(--line); background: #fff; }
.footer-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); }
.footer-inner strong { color: var(--ink); }
@media (max-width: 900px) {
  .audio-stage { flex-direction: column; }
  .station-art, .player-info { width: 100%; }
  .station-art { min-height: 300px; }
  .player-info { padding: 32px; }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .content-grid { grid-template-columns: 1fr; }
  .promo-grid { grid-template-columns: 1fr 1fr; }
  .promo-card.large { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .container { width: min(100% - 22px, 1160px); }
  .site-header { position: relative; }
  .shell { min-height: 68px; }
  .brand img { width: 48px; height: 48px; }
  .brand-copy strong { font-size: 17px; }
  .brand-copy small, .brand-copy .eyebrow { display: none; }
  .header-wa { padding: 10px 12px; }
  .header-wa span { display: none; }
  .hero { padding-top: 20px; }
  .player-card { border-radius: 22px; }
  .mode-switch { justify-content: center; }
  .mode-btn { flex: 1; }
  .station-art { min-height: 245px; padding: 35px; }
  .station-art:after { inset: 16px; }
  .live-pill { top: 18px; left: 18px; }
  .player-info { padding: 26px 20px; text-align: center; }
  .player-info p { margin-bottom: 0; }
  .audio-controls { text-align: left; }
  .volume-wrap { display: none; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-card { padding: 13px; }
  .info-card { min-height: 0; padding: 23px; flex-direction: column; align-items: flex-start; }
  .app-card img { width: 165px; }
  .promo-grid { grid-template-columns: 1fr; }
  .promo-card.large { grid-column: auto; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .footer-inner { padding: 20px 0; flex-direction: column; justify-content: center; gap: 4px; text-align: center; }
  .visual-stage, .visual-empty { min-height: 330px; }
}
