:root {
  --bg: #040711;
  --bg-soft: #080d1a;
  --panel: rgba(12, 20, 36, .82);
  --panel-solid: #0c1424;
  --line: rgba(128, 216, 255, .18);
  --text: #f4f7fb;
  --muted: #9daabd;
  --cyan: #77e6ff;
  --blue: #3e8cff;
  --violet: #9e7bff;
  --max: 1180px;
  --radius: 22px;
  --shadow: 0 24px 80px rgba(0, 0, 0, .45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.starfield,
.starfield::before,
.starfield::after {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -3;
}
.starfield {
  background:
    radial-gradient(circle at 20% 20%, rgba(62, 140, 255, .16), transparent 30%),
    radial-gradient(circle at 78% 14%, rgba(158, 123, 255, .12), transparent 32%),
    linear-gradient(180deg, #03050b 0%, #060b16 52%, #03060d 100%);
}
.starfield::before {
  content: "";
  background-image:
    radial-gradient(circle, rgba(255,255,255,.9) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(119,230,255,.65) 0 1px, transparent 1.5px);
  background-size: 96px 96px, 153px 153px;
  background-position: 12px 18px, 45px 62px;
  opacity: .35;
}
.starfield::after {
  content: "";
  background: linear-gradient(90deg, transparent, rgba(119,230,255,.05), transparent);
  transform: rotate(-18deg) scale(1.5);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(4, 7, 17, .78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: min(100%, 520px); max-height: 68px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; gap: 26px; align-items: center; }
.site-nav a { text-decoration: none; color: var(--muted); font-size: .92rem; font-weight: 700; letter-spacing: .04em; }
.site-nav a:hover { color: var(--cyan); }
.nav-toggle { display: none; border: 1px solid var(--line); background: var(--panel); color: white; border-radius: 10px; padding: 10px 14px; }

.hero { position: relative; padding: 110px 0 86px; overflow: hidden; }
.hero::before {
  content: "";
  position: absolute;
  width: 800px;
  height: 800px;
  left: -340px;
  top: -280px;
  border: 1px solid rgba(119,230,255,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(119,230,255,.018), 0 0 0 180px rgba(119,230,255,.012);
}
.hero-glow { position: absolute; right: -10%; top: 5%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(62,140,255,.22), transparent 65%); filter: blur(16px); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--cyan); text-transform: uppercase; letter-spacing: .16em; font-size: .77rem; font-weight: 800; }
h1, h2, h3 { font-family: Orbitron, Inter, sans-serif; line-height: 1.12; margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 26px; font-size: clamp(3rem, 7vw, 6.25rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2rem, 4vw, 3.55rem); letter-spacing: -.035em; }
h3 { font-size: 1.25rem; }
.hero-lead { max-width: 690px; color: #bbc6d6; font-size: clamp(1.08rem, 2vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 23px; border-radius: 12px; text-decoration: none; font-weight: 800; transition: .22s ease; }
.button-primary { color: #041019; background: linear-gradient(135deg, var(--cyan), #8ab5ff); box-shadow: 0 10px 35px rgba(119,230,255,.18); }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 45px rgba(119,230,255,.28); }
.button-secondary { color: white; border: 1px solid var(--line); background: rgba(255,255,255,.035); }
.button-secondary:hover { border-color: rgba(119,230,255,.55); background: rgba(119,230,255,.07); }
.signal-strip { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.signal-strip span { padding: 7px 11px; color: #aab8ca; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.06); border-radius: 999px; font-size: .78rem; }

.transmission-card { padding: 26px; border: 1px solid rgba(119,230,255,.2); border-radius: var(--radius); background: linear-gradient(180deg, rgba(16,27,48,.92), rgba(7,12,23,.94)); box-shadow: var(--shadow); }
.card-topline { display: flex; align-items: center; gap: 10px; color: var(--cyan); text-transform: uppercase; letter-spacing: .13em; font-size: .72rem; font-weight: 800; }
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: #5dff9b; box-shadow: 0 0 0 6px rgba(93,255,155,.1), 0 0 18px rgba(93,255,155,.8); animation: pulse 1.8s infinite; }
@keyframes pulse { 50% { opacity: .5; transform: scale(.8); } }
.transmission-card h2 { margin: 22px 0 6px; font-size: 2rem; }
.transmission-card > p { color: var(--muted); margin-top: 0; }
.player-frame { overflow: hidden; margin-top: 22px; border-radius: 14px; border: 1px solid rgba(255,255,255,.08); background: #07101d; }
.player-frame iframe { display: block; }
.custom-player { padding: 22px; display: grid; gap: 14px; }
.player-badge { width: max-content; padding: 5px 9px; border-radius: 999px; background: #ff315d; color: white; font-family: "Orbitron", sans-serif; font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.player-copy { display: grid; gap: 5px; }
.player-copy strong { font-family: "Orbitron", sans-serif; font-size: 1.05rem; }
.player-copy span { color: var(--muted); font-size: .9rem; }
.custom-player audio { width: 100%; height: 48px; }
.external-link { display: inline-block; margin-top: 16px; color: var(--cyan); text-decoration: none; font-weight: 700; font-size: .9rem; }

.status-band { border-block: 1px solid rgba(255,255,255,.07); background: rgba(255,255,255,.025); }
.status-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.status-grid div { padding: 24px 26px; border-right: 1px solid rgba(255,255,255,.07); }
.status-grid div:first-child { border-left: 1px solid rgba(255,255,255,.07); }
.status-grid strong, .status-grid span { display: block; }
.status-grid strong { font-family: Orbitron, sans-serif; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; color: var(--cyan); }
.status-grid span { margin-top: 5px; color: #c3cedd; font-size: .92rem; overflow-wrap: anywhere; }

.section { padding: 105px 0; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.program-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.program-card { min-height: 260px; padding: 29px; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; background: linear-gradient(145deg, rgba(14,23,41,.9), rgba(7,12,22,.8)); }
.program-card:hover { border-color: rgba(119,230,255,.28); transform: translateY(-3px); transition: .25s ease; }
.program-number { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; margin-bottom: 56px; border: 1px solid var(--line); border-radius: 50%; color: var(--cyan); font-family: Orbitron, sans-serif; font-size: .78rem; }
.program-card p { color: var(--muted); }
.schedule-note { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-top: 22px; padding: 30px; border-radius: 18px; border: 1px dashed rgba(119,230,255,.28); background: rgba(119,230,255,.035); }
.schedule-note h3 { margin-bottom: 0; }

.section-dark { background: linear-gradient(180deg, rgba(10,16,29,.74), rgba(6,10,19,.85)); border-block: 1px solid rgba(255,255,255,.06); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.about-copy { font-size: 1.16rem; color: #bdc8d7; }
.about-copy p:first-child { margin-top: 0; }
.contact-card { display: flex; justify-content: space-between; gap: 35px; align-items: center; padding: 44px; border-radius: var(--radius); background: linear-gradient(120deg, rgba(62,140,255,.12), rgba(158,123,255,.08)); border: 1px solid rgba(119,230,255,.19); }
.contact-card p:last-child { color: var(--muted); max-width: 690px; }

.site-footer { padding: 38px 0; border-top: 1px solid rgba(255,255,255,.08); background: #02040a; }
.footer-inner { display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 30px; }
.footer-inner img { width: 220px; }
.footer-inner p { margin: 0; color: #aab5c4; font-size: .86rem; }
.footer-inner .legal { margin-top: 7px; color: #6f7d90; font-size: .72rem; }
.footer-inner > a { color: var(--cyan); text-decoration: none; font-size: .85rem; font-weight: 700; }

@media (max-width: 900px) {
  .header-inner { min-height: 78px; }
  .brand img { width: 390px; }
  .nav-toggle { display: inline-flex; }
  .site-nav { display: none; position: absolute; left: 20px; right: 20px; top: 78px; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: #09101d; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 12px; }
  .hero { padding-top: 70px; }
  .hero-grid, .about-grid { grid-template-columns: 1fr; gap: 45px; }
  .program-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 0; }
  .program-number { margin-bottom: 30px; }
  .status-grid { grid-template-columns: repeat(2,1fr); }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner img { width: 260px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .brand img { width: 285px; }
  .hero { padding: 56px 0 64px; }
  h1 { font-size: clamp(2.7rem, 15vw, 4.1rem); }
  .transmission-card { padding: 18px; }
  .status-grid { grid-template-columns: 1fr; }
  .status-grid div, .status-grid div:first-child { border-left: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.07); }
  .section { padding: 76px 0; }
  .schedule-note, .contact-card { flex-direction: column; align-items: flex-start; padding: 26px; }
  .button { width: 100%; }
}
