:root{
  --bg:#050505;
  --bg-2:#0b0b0b;
  --panel:#101010;
  --panel-2:#151515;
  --text:#f5f1e8;
  --muted:#cdbfae;
  --soft:#9e9386;
  --line:rgba(255,255,255,0.08);
  --line-soft:rgba(255,255,255,0.05);
  --gold:#f6c34c;
  --gold-2:#ffd76a;
  --red:#d63a32;
  --shadow:0 14px 50px rgba(0,0,0,0.55);
  --radius:28px;
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  background:
    radial-gradient(circle at top right, rgba(120,30,20,0.16), transparent 28%),
    radial-gradient(circle at top left, rgba(210,150,40,0.08), transparent 24%),
    linear-gradient(180deg, #070707 0%, #050505 100%);
  color:var(--text);
  font-family:Arial, Helvetica, sans-serif;
  line-height:1.55;
}

img{
  max-width:100%;
  display:block;
}

a{
  color:inherit;
  text-decoration:none;
}

.container{
  width:min(1200px, calc(100% - 32px));
  margin:0 auto;
}

/* =========================
TOPBAR
========================= */

.topbar{
  background:rgba(255,255,255,0.04);
  border-bottom:1px solid var(--line);
}

.topbar-inner{
  min-height:46px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px 0;
}

.topbar .dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#ff4b47;
  box-shadow:0 0 0 6px rgba(255,75,71,0.12);
  flex:0 0 auto;
}

.topbar p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}

/* =========================
HEADER
========================= */

.header{
  position:sticky;
  top:0;
  z-index:20;
  backdrop-filter:blur(14px);
  background:rgba(7,7,7,0.82);
  border-bottom:1px solid var(--line-soft);
}

.header-inner{
  min-height:84px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:20px;
}

.brand-logo{
  width:74px;
  height:74px;
  object-fit:contain;
}

.nav{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:18px;
}

.nav a{
  color:var(--muted);
  font-size:15px;
  transition:color .2s ease;
}

.nav a:hover{
  color:var(--text);
}

.header-cta{
  display:flex;
  gap:12px;
}

/* =========================
BUTTONS
========================= */

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 22px;
  min-height:46px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  font-size:14px;
  transition:transform .18s ease, opacity .18s ease, background .18s ease, border-color .18s ease;
}

.btn:hover{
  transform:translateY(-1px);
}

.btn-gold{
  background:var(--gold);
  color:#0d0d0d;
  box-shadow:0 8px 24px rgba(246,195,76,0.18);
}

.btn-gold:hover{
  background:var(--gold-2);
}

.btn-red{
  background:var(--red);
  color:#fff;
}

.btn-ghost{
  border:1px solid rgba(255,255,255,0.14);
  color:var(--text);
  background:rgba(255,255,255,0.03);
}

/* =========================
HERO
========================= */

.hero{
  position:relative;
  overflow:hidden;
  padding:86px 0 68px;
}

.hero-bg{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at center, rgba(255,196,77,0.08), transparent 28%),
    radial-gradient(circle at 70% 30%, rgba(120,0,0,0.16), transparent 22%);
}

.hero-inner{
  position:relative;
  z-index:1;
  text-align:center;
}

.hero-logo-wrap{
  position:relative;
  width:max-content;
  margin:0 auto 18px;
}

.hero-glow{
  position:absolute;
  inset:8% 8% auto 8%;
  height:84%;
  border-radius:50%;
  background:radial-gradient(circle, rgba(246,195,76,0.22), transparent 68%);
  filter:blur(20px);
  z-index:-1;
}

.hero-logo{
  width:184px;
  margin:0 auto;
}

.hero-title{
  margin:0;
  font-size:clamp(2rem, 5vw, 3.25rem);
  line-height:1.1;
}

.hero-note{
  margin:10px 0 12px;
  color:var(--gold);
  letter-spacing:.2em;
  font-weight:700;
  font-size:13px;
}

.hero-motto{
  max-width:760px;
  margin:0 auto;
  color:var(--muted);
  font-size:18px;
}

.hero-actions{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px;
  margin-top:26px;
}

/* =========================
SECTIONS
========================= */

.section{
  padding:80px 0;
}

.section-head{
  margin-bottom:34px;
}

.section-title{
  margin:0 0 10px;
  font-size:clamp(1.8rem, 4vw, 2.35rem);
  color:var(--text);
}

.section-subtitle{
  margin:0;
  color:var(--muted);
  font-size:17px;
}

/* =========================
CARDS
========================= */

.card{
  background:linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
  padding:30px;
  border-radius:24px;
  border:1px solid var(--line-soft);
  box-shadow:var(--shadow);
}

.card-title{
  margin:0 0 12px;
  font-size:24px;
  color:var(--text);
}

.card-text{
  margin:0;
  color:var(--muted);
}

/* =========================
PLAYER CARD
========================= */

.player-card{
  display:grid;
  grid-template-columns:1fr 1fr;
  border-radius:28px;
  overflow:hidden;
  background:
    linear-gradient(90deg, rgba(12,12,12,0.98) 0%, rgba(10,10,10,0.98) 50%, rgba(18,18,18,0.96) 100%);
  border:1px solid rgba(255,255,255,0.06);
  box-shadow:0 18px 48px rgba(0,0,0,0.55);
}

.player-left{
  padding:42px 34px;
  color:var(--text);
}

.player-right{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    radial-gradient(circle at 55% 55%, rgba(255,180,60,0.07), transparent 22%),
    radial-gradient(circle at 88% 50%, rgba(115,0,0,0.18), transparent 26%),
    linear-gradient(135deg,#101010,#090909);
  border-left:1px solid rgba(255,255,255,0.05);
}

.player-right-single{
  min-height:360px;
}

.badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 16px;
  border-radius:999px;
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.08);
  color:var(--text);
  font-size:14px;
}

.badge-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#ff4740;
  box-shadow:0 0 0 7px rgba(255,71,64,0.10);
}

.player-title{
  font-size:clamp(2rem, 3vw, 2.7rem);
  line-height:1.16;
  margin:20px 0 10px;
  color:var(--text);
}

.player-desc{
  color:var(--muted);
  margin:0 0 26px;
  font-size:17px;
}

.player-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:22px;
}

.license-inline{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,0.06);
}

.license-inline img{
  width:300px;
  max-width:100%;
}

.license-note{
  font-size:13px;
  color:var(--muted);
  margin-top:8px;
}

/* =========================
BIG PLAY BUTTON
========================= */

.radio-start{
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  min-height:220px;
  position:relative;
  z-index:2;
}

.radio-play-btn{
  font-size:22px;
  padding:20px 50px;
  border-radius:50px;
  border:none;
  background:var(--gold);
  color:#000;
  font-weight:700;
  cursor:pointer;
  box-shadow:0 10px 30px rgba(0,0,0,0.45);
  transition:all .25s ease;
}

.radio-play-btn:hover{
  transform:scale(1.05);
  background:var(--gold-2);
}

/* =========================
STREEMLION PLAYER
========================= */

.streemlion-player{
  width:100%;
  max-width:500px;
  margin:0 auto;
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius:40px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(0,0,0,0.35);
  position:relative;
  z-index:2;
}

.streemlion-player iframe{
  width:100%;
  height:220px;
  border:0;
  display:block;
  background:transparent;
}

/* =========================
SOLIN MARK
========================= */

.player-mark{
  position:absolute;
  right:24px;
  bottom:22px;
  opacity:0.95;
  z-index:1;
}

.player-mark img{
  width:62px;
  height:auto;
}

/* =========================
PROGRAMMING
========================= */

.prog-wrap{
  background:linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
  border:1px solid var(--line-soft);
  border-radius:24px;
  padding:32px;
  box-shadow:var(--shadow);
}

.prog-title{
  margin:0 0 12px;
  font-size:28px;
}

.prog-lead{
  margin:0 0 24px;
  color:var(--muted);
}

.prog-table{
  display:grid;
  gap:0;
  border:1px solid var(--line-soft);
  border-radius:18px;
  overflow:hidden;
}

.prog-row{
  display:grid;
  grid-template-columns:180px 1fr;
  background:rgba(255,255,255,0.02);
}

.prog-row + .prog-row{
  border-top:1px solid rgba(255,255,255,0.05);
}

.prog-head{
  background:rgba(255,255,255,0.07);
  font-weight:700;
}

.prog-cell{
  padding:16px 18px;
  color:var(--text);
}

.prog-time{
  color:var(--gold);
  font-weight:700;
}

.prog-accent{
  color:var(--gold);
}

.prog-foot{
  margin:20px 0 0;
  color:var(--muted);
}

/* =========================
GRID
========================= */

.grid{
  display:grid;
  gap:20px;
}

.grid.two{
  grid-template-columns:1fr 1fr;
}

.grid.three{
  grid-template-columns:repeat(3, 1fr);
}

/* =========================
PERSON CARDS
========================= */

.person{
  text-align:center;
}

.avatar{
  width:58px;
  height:58px;
  border-radius:50%;
  background:linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border:1px solid rgba(255,255,255,0.07);
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 14px;
  color:var(--gold);
  font-weight:700;
}

/* =========================
DONATE
========================= */

.donate-card{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  overflow:hidden;
}

.donate-left{
  padding:34px;
}

.donate-right{
  border-left:1px solid rgba(255,255,255,0.08);
  padding:34px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  background:
    radial-gradient(circle at center, rgba(246,195,76,0.12), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
}

.donate-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:20px;
}

.small-note{
  color:var(--soft);
  font-size:13px;
  margin-top:16px;
}

.donate-secure{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.08);
  color:var(--muted);
  margin-bottom:20px;
}

.secure-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#43d26b;
}

.donate-visual img{
  width:170px;
}

.donate-caption{
  margin-top:16px;
  text-align:center;
  color:var(--muted);
}

.cap-strong{
  display:block;
  color:var(--text);
  font-weight:700;
}

.cap-arrow{
  display:block;
  margin-top:4px;
}

/* =========================
MARQUEE
========================= */

.marquee{
  margin-top:24px;
  overflow:hidden;
  border-top:1px solid rgba(255,255,255,0.06);
  padding-top:16px;
}

.marquee-track{
  display:flex;
  gap:14px;
  min-width:max-content;
  animation:marquee 28s linear infinite;
  color:var(--muted);
  white-space:nowrap;
}

.sep{
  color:var(--gold);
}

@keyframes marquee{
  from{ transform:translateX(0); }
  to{ transform:translateX(-50%); }
}

/* =========================
LEGAL / CONTACT
========================= */

.legal-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}

.social-block{
  margin-top:8px;
}

.social-title{
  color:var(--text);
  font-weight:700;
  margin-bottom:16px;
}

.social-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.social-item{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 16px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,0.08);
  background:rgba(255,255,255,0.02);
  color:var(--text);
}

.si{
  width:34px;
  height:34px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,0.07);
  font-weight:700;
}

.subtle{
  margin-top:16px;
  color:var(--soft);
}

/* =========================
FOOTER
========================= */

.footer{
  margin-top:30px;
  border-top:1px solid rgba(255,255,255,0.06);
  background:rgba(255,255,255,0.02);
}

.footer-inner{
  min-height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:18px 0;
}

.footer-left{
  display:flex;
  align-items:center;
  gap:14px;
  color:var(--muted);
}

.footer-logo{
  width:52px;
  height:52px;
  object-fit:contain;
}

.footer-left strong{
  color:var(--text);
}

.footer-right{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  color:var(--muted);
}

.footer-right a:hover{
  color:var(--text);
}

.footer-license{
  padding:0 0 24px;
}

.footer-license img{
  width:180px;
}

/* =========================
RESPONSIVE
========================= */

@media (max-width: 1050px){
  .nav{
    gap:14px;
  }

  .player-card{
    grid-template-columns:1fr;
  }

  .player-right{
    border-left:none;
    border-top:1px solid rgba(255,255,255,0.08);
  }

  .donate-card{
    grid-template-columns:1fr;
  }

  .donate-right{
    border-left:none;
    border-top:1px solid rgba(255,255,255,0.08);
  }

  .grid.two{
    grid-template-columns:1fr;
  }

  .grid.three{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width: 820px){
  .header-inner{
    grid-template-columns:1fr;
    justify-items:center;
    padding:14px 0;
  }

  .nav{
    justify-content:center;
  }

  .header-cta{
    justify-content:center;
    flex-wrap:wrap;
  }

  .hero{
    padding-top:54px;
  }

  .hero-logo{
    width:148px;
  }

  .player-left,
  .donate-left,
  .donate-right{
    padding:26px;
  }

  .prog-row{
    grid-template-columns:1fr;
  }

  .prog-cell{
    padding:14px 14px;
  }

  .prog-time{
    padding-bottom:0;
  }

  .social-grid{
    grid-template-columns:1fr;
  }

  .footer-inner{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width: 560px){
  .container{
    width:min(100% - 20px, 1200px);
  }

  .section{
    padding:58px 0;
  }

  .player-title{
    font-size:2rem;
  }

  .player-actions,
  .donate-actions,
  .hero-actions,
  .legal-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .btn{
    width:100%;
  }

  .grid.three{
    grid-template-columns:1fr;
  }

  .player-mark{
    right:16px;
    bottom:16px;
  }

  .player-mark img{
    width:50px;
  }

  .radio-start{
    min-height:200px;
  }

  .radio-play-btn{
    font-size:20px;
    padding:18px 40px;
  }

  .streemlion-player{
    max-width:100%;
  }

  .streemlion-player iframe{
    height:200px;
  }
}