:root {
  --ink: #061c45;
  --muted: #5d6d87;
  --paper: #f4f8ff;
  --panel: #ffffff;
  --line: #d6e1f0;
  --green: #087ff5;
  --lime: #ff1028;
  --orange: #ff1028;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a { color: inherit; }

.shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: color-mix(in srgb, white 90%, transparent);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { display: block; width: 180px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 6px; padding: 5px; border: 1px solid var(--line); border-radius: 999px; background: rgba(235,243,255,.78); box-shadow: inset 0 1px 0 rgba(255,255,255,.9); }
.nav-links a { padding: 9px 16px; border-radius: 999px; color: #526581; font-size: .96rem; font-weight: 800; text-decoration: none; transition: color .18s ease, background .18s ease, box-shadow .18s ease; }
.nav-links a:hover { color: #0755bc; background: rgba(255,255,255,.7); }
.nav-links a[aria-current="page"] { color: white; background: linear-gradient(135deg, #087ff5, #0755bc); box-shadow: 0 5px 14px rgba(8,91,190,.2); }

.hero { position: relative; padding: 100px 0 90px; overflow: hidden; background: radial-gradient(circle at 80% 20%, rgba(8,127,245,.15), transparent 34%), linear-gradient(180deg, #fff 0%, #edf5ff 100%); }
.hero::before { content: ""; position: absolute; right: -140px; top: -220px; width: 600px; height: 600px; border: 1px solid rgba(8,127,245,.14); border-radius: 50%; box-shadow: 0 0 0 70px rgba(8,127,245,.035), 0 0 0 140px rgba(8,127,245,.025); }
.hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 70px; }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; margin: 0 0 22px; color: var(--green); font-size: .78rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
h1, h2, h3 { margin-top: 0; line-height: 1.05; letter-spacing: -.05em; }
h1 { max-width: 790px; margin-bottom: 26px; font-size: clamp(3.5rem, 8vw, 7.5rem); }
.hero h1 span { color: var(--lime); }
.lede { max-width: 650px; margin: 0 0 34px; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.32rem); }
.hero-actions { display: flex; align-items: stretch; flex-wrap: wrap; gap: 10px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 13px 20px; border-radius: 999px; background: linear-gradient(135deg, #087ff5, #0755bc); color: white; font-weight: 800; text-decoration: none; box-shadow: 0 10px 24px rgba(8,91,190,.2); }
.button.secondary { color: var(--ink); background: rgba(255,255,255,.72); border: 1px solid var(--line); box-shadow: 0 8px 20px rgba(6,28,69,.07); }

.radio-card { position: relative; min-height: 450px; padding: 26px; border: 1px solid rgba(255,255,255,.15); border-radius: 40px; overflow: hidden; background: linear-gradient(145deg, #061a41, #003a80); color: white; box-shadow: 0 35px 70px rgba(4,34,77,.28); transform: rotate(2deg); }
.radio-card::after { content: ""; position: absolute; inset: 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 29px; pointer-events: none; }
.icon-glow { position: absolute; width: 260px; height: 260px; left: 50%; top: 35px; transform: translateX(-50%); border-radius: 50%; background: #078cff; filter: blur(60px); opacity: .35; }
.app-icon { position: relative; z-index: 1; display: block; width: min(280px, 88%); margin: 8px auto 0; filter: drop-shadow(0 22px 18px rgba(0,0,0,.35)); }
.now-playing { position: absolute; z-index: 2; right: 36px; bottom: 34px; left: 36px; }
.now-label { color: #64baff; font-size: .72rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.station { margin: 5px 0 20px; font-size: 1.65rem; font-weight: 850; letter-spacing: -.04em; }
.player-line { height: 4px; background: rgba(255,255,255,.25); border-radius: 9px; overflow: hidden; }
.player-line::before { content: ""; display: block; width: 62%; height: 100%; background: var(--lime); }

.section { padding: 92px 0; }
.section-dark { color: white; background: radial-gradient(circle at 20% 10%, #08377a, transparent 35%), #04152f; }
.section-heading { max-width: 700px; margin-bottom: 46px; }
.section-heading h2 { margin-bottom: 16px; font-size: clamp(2.4rem, 5vw, 4.5rem); }
.section-heading p { color: var(--muted); font-size: 1.1rem; }
.section-dark .section-heading p { color: #adbbb2; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { min-height: 230px; padding: 28px; border: 1px solid #183861; border-radius: 20px; background: rgba(10,49,101,.25); }
.feature-number { color: #2494ff; font: 800 3rem/1 Georgia, serif; }
.feature h3 { margin: 40px 0 10px; font-size: 1.35rem; letter-spacing: -.025em; }
.feature p { margin: 0; color: #adbbb2; }

.content-page { padding: 82px 0 110px; }
.page-head { max-width: 780px; margin-bottom: 54px; }
.page-head h1 { font-size: clamp(3rem, 7vw, 6rem); }
.page-head p { color: var(--muted); font-size: 1.16rem; }
.document { max-width: 790px; padding: clamp(25px, 5vw, 56px); background: var(--panel); border: 1px solid var(--line); border-radius: 24px; }
.document h2 { margin: 42px 0 12px; font-size: 1.6rem; letter-spacing: -.025em; }
.document h2:first-child { margin-top: 0; }
.document p, .document li { color: #465249; }
.document a { color: var(--green); font-weight: 700; }
.meta { color: var(--muted); font-size: .9rem; }
.contact-card { max-width: 720px; padding: clamp(28px, 6vw, 60px); border-radius: 28px; background: linear-gradient(145deg, #06275b, #075db7); color: white; box-shadow: 0 25px 55px rgba(4,40,90,.2); }
.contact-card h2 { font-size: clamp(2rem, 5vw, 3.6rem); }
.contact-card p { color: #d5e2da; }
.contact-card .button { margin-top: 12px; color: white; background: var(--lime); box-shadow: 0 10px 25px rgba(255,16,40,.24); }

.site-footer { padding: 34px 0; border-top: 1px solid var(--line); }
.footer-row { display: flex; justify-content: space-between; gap: 24px; color: var(--muted); font-size: .9rem; }
.footer-links { display: flex; gap: 20px; }

@media (max-width: 800px) {
  .hero { padding-top: 68px; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .radio-card { width: min(440px, calc(100% - 18px)); min-height: 370px; }
  .feature-grid { grid-template-columns: 1fr; }
}

@media (max-width: 570px) {
  .shell { width: min(100% - 28px, 1120px); }
  .nav { min-height: 66px; }
  .nav-links { gap: 2px; padding: 3px; }
  .nav-links a { padding: 7px 9px; font-size: .79rem; }
  .brand img { width: 130px; }
  .hero { padding-top: 50px; }
  h1 { font-size: 3.6rem; }
  .hero-actions { align-items: stretch; }
  .footer-row { flex-direction: column; }
}

@media (max-width: 380px) {
  .brand img { width: 100px; }
  .nav-links a { padding: 6px 7px; font-size: .72rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; }
}
