/* =============================================================
   ONLINE INDUS FM 91.4 - MODERN BROADCASTING THEME
   "Your Voice, Your Music, Your Station"
   ============================================================= */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
  --bg-main: #0B0B12;
  --bg-secondary: #10101C;
  --bg-card: #151522;
  --bg-card-hover: #1B1B2C;
  --bg-glass: rgba(21, 21, 34, 0.75);
  --bg-glass-heavy: rgba(11, 11, 18, 0.88);
  
  --primary: #FF1744;
  --primary-rgb: 255, 23, 68;
  --primary-glow: rgba(255, 23, 68, 0.35);
  
  --secondary: #7C4DFF;
  --secondary-rgb: 124, 77, 255;
  --secondary-glow: rgba(124, 77, 255, 0.35);
  
  --cyan: #00E5FF;
  --cyan-glow: rgba(0, 229, 255, 0.3);
  --green: #00E676;
  --gold: #FFD600;
  
  --text-main: #FFFFFF;
  --text-muted: #A0A0B4;
  --text-dim: #6E6E85;
  
  --border-subtle: rgba(255, 255, 255, 0.08);
  --border-bright: rgba(255, 255, 255, 0.16);
  --border-primary: rgba(255, 23, 68, 0.4);
  
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 30px;
  --radius-full: 9999px;
  
  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.45);
  --shadow-lg: 0 16px 40px rgba(0, 0, 0, 0.6);
  --shadow-neon-primary: 0 0 25px rgba(255, 23, 68, 0.45);
  --shadow-neon-secondary: 0 0 25px rgba(124, 77, 255, 0.45);
  --shadow-neon-cyan: 0 0 20px rgba(0, 229, 255, 0.4);
  
  --transition-fast: 0.2s ease;
  --transition-normal: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* -------------------------------------------------------------
   Light Theme Palette ([data-theme="light"])
   ------------------------------------------------------------- */
[data-theme="light"] {
  --bg-main: #F4F7FC;
  --bg-secondary: #E9EEF8;
  --bg-card: #FFFFFF;
  --bg-card-hover: #F9FAFD;
  --bg-glass: rgba(255, 255, 255, 0.88);
  --bg-glass-heavy: rgba(244, 247, 252, 0.96);
  
  --text-main: #121626;
  --text-muted: #545B77;
  --text-dim: #7E86A2;
  
  --border-subtle: rgba(0, 0, 0, 0.08);
  --border-bright: rgba(0, 0, 0, 0.16);
  --border-primary: rgba(255, 23, 68, 0.45);
  
  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 10px 25px rgba(0, 0, 0, 0.07);
  --shadow-lg: 0 20px 45px rgba(0, 0, 0, 0.1);
}

[data-theme="light"] .navbar-indus {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .navbar-indus.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .nav-link {
  color: #4B526D !important;
}

[data-theme="light"] .nav-link:hover,
[data-theme="light"] .nav-link.active {
  color: #121626 !important;
}

[data-theme="light"] .hero-headline {
  background: linear-gradient(135deg, #121626 30%, #311B92 70%, #FF1744 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[data-theme="light"] .btn-glass {
  background: rgba(0, 0, 0, 0.05);
  color: #121626;
  border-color: rgba(0, 0, 0, 0.12);
}

[data-theme="light"] .btn-glass:hover {
  background: rgba(0, 0, 0, 0.09);
  color: var(--primary);
  border-color: var(--primary);
}

[data-theme="light"] .live-player-wrapper {
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F7FD 100%);
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .sticky-mini-player {
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 -8px 25px rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .form-control-indus {
  background: #FFFFFF;
  color: #121626;
  border-color: rgba(0, 0, 0, 0.15);
}

[data-theme="light"] .form-control-indus:focus {
  background: #FFFFFF;
  color: #121626;
  border-color: var(--secondary);
}

[data-theme="light"] .modal-content-indus {
  background: #FFFFFF;
  color: #121626;
  border-color: rgba(0, 0, 0, 0.15);
}

[data-theme="light"] .text-white {
  color: #121626 !important;
}

[data-theme="light"] .station-footer .text-white,
[data-theme="light"] .btn-primary-gradient,
[data-theme="light"] .btn-secondary-gradient,
[data-theme="light"] .btn-whatsapp,
[data-theme="light"] .live-badge,
[data-theme="light"] .badge {
  color: #FFFFFF !important;
}

[data-theme="light"] #mobileNavOffcanvas {
  background-color: #FFFFFF !important;
}

[data-theme="light"] #mobileNavOffcanvas .nav-link {
  color: #121626 !important;
}

/* Theme Toggle Button */
.theme-toggle-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border-subtle);
  color: #FFD600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.theme-toggle-btn:hover {
  transform: rotate(15deg) scale(1.1);
  background: rgba(255, 255, 255, 0.16);
}

[data-theme="light"] .theme-toggle-btn {
  background: rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.12);
  color: #7C4DFF;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navbar-brand img {
  height: 52px;
  max-height: 52px;
  width: auto;
  object-fit: contain;
  transition: transform var(--transition-fast);
}

.navbar-brand:hover img {
  transform: scale(1.04);
}

.footer-logo img {
  height: 60px;
  max-height: 60px;
  width: auto;
  object-fit: contain;
}

/* -------------------------------------------------------------
   Base Resets & Typography
   ------------------------------------------------------------- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: var(--bg-main);
  color: var(--text-main);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  padding-bottom: 90px; /* Space for sticky player */
}

h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: 'Outfit', sans-serif;
  color: var(--text-main);
  font-weight: 700;
  letter-spacing: -0.02em;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-fast);
}
a:hover {
  color: var(--cyan);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: var(--bg-main);
}
::-webkit-scrollbar-thumb {
  background: #252538;
  border-radius: var(--radius-full);
}
::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

/* Glass Background Utility */
.glass-panel {
  background: var(--bg-glass);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.glass-panel:hover {
  border-color: var(--border-bright);
}

/* -------------------------------------------------------------
   Navigation Bar & Header
   ------------------------------------------------------------- */
.navbar-indus {
  background: rgba(11, 11, 18, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-subtle);
  padding: 0.8rem 0;
  transition: all var(--transition-normal);
  z-index: 1030;
}

.navbar-indus.scrolled {
  background: rgba(11, 11, 18, 0.96);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  padding: 0.5rem 0;
}

.navbar-brand img {
  height: 48px;
  width: auto;
}

.nav-link {
  color: var(--text-muted) !important;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  padding: 0.5rem 0.9rem !important;
  position: relative;
  transition: color var(--transition-fast);
}

.nav-link:hover, .nav-link.active {
  color: #FFFFFF !important;
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0.9rem;
  right: 0.9rem;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  border-radius: var(--radius-full);
}

/* Live Badge with Pulse */
.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 23, 68, 0.15);
  color: var(--primary);
  border: 1px solid rgba(255, 23, 68, 0.3);
  padding: 4px 10px;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--primary);
  animation: pulse-glow 1.5s infinite;
}

.pulse-dot.green {
  background-color: var(--green);
  box-shadow: 0 0 10px var(--green);
}

@keyframes pulse-glow {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 23, 68, 0.7); }
  70% { transform: scale(1.1); box-shadow: 0 0 0 8px rgba(255, 23, 68, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 23, 68, 0); }
}

/* -------------------------------------------------------------
   Buttons & Badges
   ------------------------------------------------------------- */
.btn-primary-gradient {
  background: linear-gradient(135deg, #FF1744 0%, #D50000 50%, #7C4DFF 100%);
  color: #FFFFFF;
  border: none;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.75rem 1.6rem;
  border-radius: var(--radius-full);
  box-shadow: var(--shadow-neon-primary);
  transition: all var(--transition-normal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-primary-gradient:hover {
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(255, 23, 68, 0.6);
}

.btn-secondary-gradient {
  background: linear-gradient(135deg, #7C4DFF 0%, #536DFE 100%);
  color: #FFFFFF;
  border: none;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.75rem 1.6rem;
  border-radius: var(--radius-full);
  box-shadow: var(--shadow-neon-secondary);
  transition: all var(--transition-normal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-secondary-gradient:hover {
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(124, 77, 255, 0.6);
}

.btn-glass {
  background: rgba(255, 255, 255, 0.06);
  color: #FFFFFF;
  border: 1px solid var(--border-subtle);
  backdrop-filter: blur(10px);
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius-full);
  transition: all var(--transition-fast);
}

.btn-glass:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--cyan);
  border-color: var(--cyan);
  transform: translateY(-2px);
}

.btn-whatsapp {
  background: #25D366;
  color: #FFFFFF;
  border: none;
  font-weight: 700;
  border-radius: var(--radius-full);
  padding: 0.75rem 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
  transition: all var(--transition-normal);
}
.btn-whatsapp:hover {
  background: #20BA5A;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}

/* -------------------------------------------------------------
   Hero Section
   ------------------------------------------------------------- */
.hero-section {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  padding: 7rem 0 4rem;
  background: radial-gradient(circle at 80% 20%, rgba(124, 77, 255, 0.15), transparent 50%),
              radial-gradient(circle at 20% 70%, rgba(255, 23, 68, 0.12), transparent 45%),
              var(--bg-main);
  overflow: hidden;
}

.hero-glow-blob {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: 1;
}
.hero-glow-blob-1 {
  top: -100px;
  right: -50px;
  background: rgba(124, 77, 255, 0.2);
}
.hero-glow-blob-2 {
  bottom: -100px;
  left: -50px;
  background: rgba(255, 23, 68, 0.18);
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-station-title {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 4px;
  color: var(--cyan);
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.75rem;
}

.hero-headline {
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 1.25rem;
  background: linear-gradient(135deg, #FFFFFF 30%, #E2E8F0 70%, var(--cyan) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-description {
  font-size: 1.15rem;
  color: var(--text-muted);
  max-width: 540px;
  margin-bottom: 2rem;
}

/* Hero Player Card */
.hero-player-card {
  position: relative;
  background: var(--bg-glass);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 2.2rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: border-color var(--transition-normal);
}
.hero-player-card:hover {
  border-color: var(--border-primary);
}

/* Equalizer Bars Animation */
.equalizer-container {
  display: inline-flex;
  align-items: flex-end;
  gap: 3px;
  height: 24px;
}

.eq-bar {
  width: 4px;
  background: var(--cyan);
  border-radius: 2px;
  animation: eq-bounce 1.2s ease-in-out infinite alternate;
}
.eq-bar:nth-child(1) { height: 60%; animation-delay: 0.1s; background: var(--primary); }
.eq-bar:nth-child(2) { height: 90%; animation-delay: 0.3s; background: var(--secondary); }
.eq-bar:nth-child(3) { height: 40%; animation-delay: 0.2s; background: var(--cyan); }
.eq-bar:nth-child(4) { height: 100%; animation-delay: 0.4s; background: var(--green); }
.eq-bar:nth-child(5) { height: 70%; animation-delay: 0.25s; background: var(--gold); }

.eq-paused .eq-bar {
  animation: none !important;
  height: 4px !important;
  opacity: 0.4;
}

@keyframes eq-bounce {
  0% { height: 15%; }
  50% { height: 85%; }
  100% { height: 35%; }
}

/* -------------------------------------------------------------
   Prominent Live Player Section
   ------------------------------------------------------------- */
.live-player-wrapper {
  background: linear-gradient(180deg, #151522 0%, #0F0F1A 100%);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
}

.live-player-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--secondary), var(--cyan), var(--green));
}

.track-artwork-box {
  width: 140px;
  height: 140px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

.track-artwork-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-main-btn {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  border: none;
  color: #FFFFFF;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-neon-primary);
  cursor: pointer;
  transition: all var(--transition-normal);
}
.play-main-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 0 35px rgba(255, 23, 68, 0.7);
}

/* Volume Slider */
.volume-slider-box {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 130px;
}

.custom-range {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #2A2A3E;
  outline: none;
}
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--cyan);
  cursor: pointer;
  box-shadow: 0 0 10px var(--cyan);
  transition: transform 0.1s ease;
}
.custom-range::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}

/* -------------------------------------------------------------
   Section Headings & Accents
   ------------------------------------------------------------- */
.section-tag {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 3px;
  color: var(--cyan);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: block;
}

.section-title {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 800;
  margin-bottom: 1rem;
}

.section-subtitle {
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 600px;
}

/* -------------------------------------------------------------
   Program Schedule Tabs & Cards
   ------------------------------------------------------------- */
.schedule-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  background: rgba(21, 21, 34, 0.6);
  padding: 8px;
  border-radius: var(--radius-full);
  border: 1px solid var(--border-subtle);
  margin-bottom: 2.5rem;
}

.schedule-tab-btn {
  background: transparent;
  color: var(--text-muted);
  border: none;
  padding: 0.6rem 1.4rem;
  border-radius: var(--radius-full);
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.schedule-tab-btn:hover {
  color: #FFFFFF;
}

.schedule-tab-btn.active {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #FFFFFF;
  box-shadow: 0 4px 15px rgba(255, 23, 68, 0.4);
}

.program-schedule-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 1.4rem 1.6rem;
  transition: all var(--transition-normal);
  position: relative;
  overflow: hidden;
}

.program-schedule-card:hover {
  background: var(--bg-card-hover);
  border-color: var(--border-bright);
  transform: translateY(-3px);
}

.program-schedule-card.is-live-now {
  border: 2px solid var(--primary);
  background: rgba(255, 23, 68, 0.08);
  box-shadow: 0 0 25px rgba(255, 23, 68, 0.25);
}

.program-schedule-card.is-live-now::before {
  content: 'ON AIR NOW';
  position: absolute;
  top: 10px;
  right: 14px;
  background: var(--primary);
  color: #FFFFFF;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 3px 8px;
  border-radius: var(--radius-full);
}

/* -------------------------------------------------------------
   RJ / Hosts Cards
   ------------------------------------------------------------- */
.rj-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 2rem 1.5rem;
  text-align: center;
  transition: all var(--transition-normal);
  position: relative;
  overflow: hidden;
}

.rj-card:hover {
  transform: translateY(-6px);
  border-color: var(--secondary);
  box-shadow: 0 15px 35px rgba(124, 77, 255, 0.25);
}

.rj-avatar-wrapper {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin: 0 auto 1.4rem;
  position: relative;
  padding: 4px;
  background: linear-gradient(135deg, var(--primary), var(--secondary), var(--cyan));
}

.rj-avatar-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: #0B0B12;
}

.rj-social-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 1.2rem;
}

.rj-social-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 0.9rem;
  transition: all var(--transition-fast);
}

.rj-social-btn:hover {
  background: var(--primary);
  color: #FFFFFF;
  border-color: var(--primary);
  transform: scale(1.1);
}

/* -------------------------------------------------------------
   News & Podcast Cards
   ------------------------------------------------------------- */
.news-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition-normal);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-card:hover {
  transform: translateY(-5px);
  border-color: var(--cyan);
  box-shadow: 0 12px 30px rgba(0, 229, 255, 0.2);
}

.news-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.news-card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* Podcast Item */
.podcast-row-item {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 1.2rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  transition: all var(--transition-normal);
}

.podcast-row-item:hover {
  background: var(--bg-card-hover);
  border-color: var(--secondary);
  transform: translateX(4px);
}

.podcast-thumb {
  width: 70px;
  height: 70px;
  border-radius: var(--radius-md);
  object-fit: cover;
  flex-shrink: 0;
}

/* -------------------------------------------------------------
   Gallery & Lightbox
   ------------------------------------------------------------- */
.gallery-item-box {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  border: 1px solid var(--border-subtle);
}

.gallery-item-box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-item-box:hover img {
  transform: scale(1.08);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(11, 11, 18, 0.9) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.4rem;
  opacity: 0;
  transition: opacity var(--transition-fast);
}

.gallery-item-box:hover .gallery-overlay {
  opacity: 1;
}

/* Lightbox Modal */
.lightbox-modal {
  position: fixed;
  inset: 0;
  background: rgba(5, 5, 10, 0.95);
  backdrop-filter: blur(15px);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.lightbox-modal.active {
  display: flex;
}

.lightbox-content-box {
  max-width: 900px;
  width: 100%;
  text-align: center;
  position: relative;
}

.lightbox-content-box img {
  max-width: 100%;
  max-height: 80vh;
  border-radius: var(--radius-lg);
  border: 2px solid var(--border-bright);
}

.lightbox-close-btn {
  position: absolute;
  top: -45px;
  right: 0;
  background: none;
  border: none;
  color: #FFFFFF;
  font-size: 2rem;
  cursor: pointer;
}

/* -------------------------------------------------------------
   Sticky Bottom Mini Radio Player
   ------------------------------------------------------------- */
.sticky-mini-player {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(15, 15, 24, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.75rem 1.5rem;
  z-index: 1040;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.7);
  transition: transform var(--transition-normal);
}

.mini-player-artwork {
  width: 50px;
  height: 50px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  flex-shrink: 0;
}
.mini-player-artwork img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mini-play-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border: none;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow-neon-primary);
  transition: transform var(--transition-fast);
}
.mini-play-btn:hover {
  transform: scale(1.1);
}

/* -------------------------------------------------------------
   Footer
   ------------------------------------------------------------- */
.station-footer {
  background: #07070D;
  border-top: 1px solid var(--border-subtle);
  padding: 4.5rem 0 2.5rem;
  position: relative;
}

.footer-logo img {
  height: 52px;
  margin-bottom: 1.2rem;
}

.footer-social-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-subtle);
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: all var(--transition-fast);
}

.footer-social-btn:hover {
  background: var(--primary);
  border-color: var(--primary);
  transform: translateY(-3px);
}

/* -------------------------------------------------------------
   Form Inputs & Modals
   ------------------------------------------------------------- */
.form-control-indus {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-subtle);
  color: #FFFFFF;
  padding: 0.85rem 1.2rem;
  border-radius: var(--radius-md);
  font-family: inherit;
  transition: all var(--transition-fast);
}
.form-control-indus:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--cyan);
  box-shadow: 0 0 15px rgba(0, 229, 255, 0.25);
  color: #FFFFFF;
}
.form-control-indus::placeholder {
  color: var(--text-dim);
}

.modal-content-indus {
  background: #12121E;
  border: 1px solid var(--border-bright);
  border-radius: var(--radius-xl);
  color: #FFFFFF;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8);
}

/* -------------------------------------------------------------
   Responsive Breakpoints
   ------------------------------------------------------------- */
@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 5.5rem;
    text-align: center;
  }
  .hero-description {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-buttons {
    justify-content: center;
  }
  .schedule-tabs {
    border-radius: var(--radius-lg);
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  body {
    padding-bottom: 110px;
  }
  .sticky-mini-player {
    padding: 0.6rem 1rem;
  }
  .mini-player-right {
    display: none;
  }
}
