/* ============================================================
   Caveira Mix — Portal Mundo do Rock (CSS)
   ============================================================ */

/* --- News Header & Stream Header Bar --- */
.news-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 10, 14, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 2px solid rgba(229, 9, 20, 0.4);
  padding: 0.8rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.6);
}

.news-brand-wrap {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  color: #fff;
}

.news-portal-tag {
  background: linear-gradient(135deg, var(--red), var(--red-deep));
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 0.2rem 0.6rem;
  border-radius: 6px;
  letter-spacing: 1px;
  box-shadow: 0 0 10px rgba(229, 9, 20, 0.5);
}

/* Header Live Mini Streamer */
.header-stream-bar {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(229, 9, 20, 0.35);
  border-radius: 999px;
  padding: 0.3rem 0.8rem 0.3rem 0.4rem;
}

.btn-header-play {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(145deg, var(--red), var(--red-deep));
  color: #fff;
  font-size: 0.9rem;
  cursor: pointer;
  box-shadow: 0 0 12px rgba(229, 9, 20, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}
.btn-header-play:hover {
  transform: scale(1.08);
}

.header-stream-info {
  display: flex;
  flex-direction: column;
  max-width: 220px;
}
.header-stream-title {
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-stream-artist {
  font-size: 0.68rem;
  color: var(--grey);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-back-radio {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}
.btn-back-radio:hover {
  background: rgba(229, 9, 20, 0.35);
  border-color: var(--red-glow);
  box-shadow: 0 0 16px rgba(229, 9, 20, 0.4);
  transform: translateY(-2px);
}

/* --- Portal Hero --- */
.news-hero {
  text-align: center;
  padding: 3.5rem 1.5rem 2rem;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}

.news-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, var(--red), var(--red-deep));
  color: #fff;
  font-weight: 800;
  font-size: 0.75rem;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  letter-spacing: 1.5px;
  box-shadow: 0 0 20px rgba(229, 9, 20, 0.6);
  text-transform: uppercase;
}

.news-hero-title {
  font-size: clamp(2.2rem, 6vw, 3.8rem);
  font-weight: 900;
  letter-spacing: 2px;
  background: linear-gradient(90deg, #ffffff, #ff4d5d, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 35px rgba(229, 9, 20, 0.35);
}

.news-hero-sub {
  color: var(--grey);
  font-size: 1.05rem;
  max-width: 680px;
  line-height: 1.6;
}

/* Quick Nav Pills */
.portal-nav-pills {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1rem;
}
.portal-pill {
  padding: 0.55rem 1.1rem;
  background: rgba(28, 28, 34, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}
.portal-pill:hover {
  background: linear-gradient(135deg, var(--red), var(--red-deep));
  border-color: var(--red-glow);
  box-shadow: 0 0 16px rgba(229, 9, 20, 0.5);
  transform: translateY(-2px);
}

/* --- Section Containers --- */
.portal-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
}

.portal-sec-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 0.8rem;
}

.portal-sec-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.portal-sec-title span {
  color: var(--red-glow);
}

.news-live-status {
  font-size: 0.75rem;
  color: #2ecc71;
  font-weight: 700;
  display: inline-block;
  margin-top: 0.2rem;
}

.news-controls-row {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.btn-refresh-news {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  background: rgba(229, 9, 20, 0.2);
  border: 1px solid rgba(229, 9, 20, 0.45);
  border-radius: 8px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn-refresh-news:hover {
  background: var(--red);
  box-shadow: 0 0 14px rgba(229, 9, 20, 0.5);
  transform: translateY(-2px);
}
.btn-refresh-icon {
  display: inline-block;
  transition: transform 0.6s ease;
}
.btn-refresh-news:active .btn-refresh-icon,
.btn-refresh-icon.spinning {
  transform: rotate(360deg);
}

/* Filter Buttons */
.filter-tabs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.filter-btn {
  padding: 0.4rem 0.85rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: var(--grey);
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.filter-btn:hover,
.filter-btn.active {
  background: var(--red);
  color: #fff;
  border-color: var(--red-glow);
  box-shadow: 0 0 12px rgba(229, 9, 20, 0.4);
}

/* --- News Grid --- */
.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
}

.news-card-item {
  background: linear-gradient(145deg, rgba(25, 25, 30, 0.75), rgba(12, 12, 16, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.news-card-item:hover {
  transform: translateY(-5px);
  border-color: rgba(229, 9, 20, 0.5);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.6), 0 0 20px rgba(229, 9, 20, 0.25);
}

.news-thumb-wrap {
  position: relative;
  width: 100%;
  height: 190px;
  overflow: hidden;
  background: #000;
}
.news-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.news-card-item:hover .news-thumb {
  transform: scale(1.06);
}

.news-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(229, 9, 20, 0.9);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 0.25rem 0.6rem;
  border-radius: 6px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}

.news-date-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.75);
  color: var(--grey);
  font-size: 0.68rem;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  backdrop-filter: blur(4px);
}

.news-body {
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.6rem;
}

.news-item-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.35;
  transition: color 0.2s;
}
.news-card-item:hover .news-item-title {
  color: #ff4d5d;
}

.news-item-desc {
  font-size: 0.85rem;
  color: var(--grey);
  line-height: 1.5;
  flex: 1;
}

.news-item-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.6rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.news-source {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
}

.news-read-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--red-glow);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  transition: gap 0.2s;
}
.news-read-more:hover {
  gap: 8px;
}

/* --- Ranking dos Melhores Álbuns (Album Ranking) --- */
.albums-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.album-card {
  background: linear-gradient(135deg, rgba(25, 25, 32, 0.85) 0%, rgba(12, 12, 15, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  overflow: hidden;
}
.album-card:hover {
  transform: translateY(-6px);
  border-color: rgba(229, 9, 20, 0.55);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.7), 0 0 24px rgba(229, 9, 20, 0.25);
}

/* Rank Medals */
.album-rank-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #222;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.6);
  border: 1.5px solid rgba(255,255,255,0.2);
}
.album-rank-1 {
  background: linear-gradient(135deg, #ffd700, #b8860b);
  color: #000;
  border-color: #ffe066;
  box-shadow: 0 0 14px rgba(255, 215, 0, 0.7);
}
.album-rank-2 {
  background: linear-gradient(135deg, #e0e0e0, #8a8a8a);
  color: #000;
  border-color: #fff;
  box-shadow: 0 0 14px rgba(220, 220, 220, 0.6);
}
.album-rank-3 {
  background: linear-gradient(135deg, #cd7f32, #8b4513);
  color: #fff;
  border-color: #df9e62;
  box-shadow: 0 0 14px rgba(205, 127, 50, 0.6);
}

/* Album Cover with Vinyl Effect */
.album-visual-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 6px 18px rgba(0,0,0,0.6);
}
.album-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.album-card:hover .album-cover-img {
  transform: scale(1.05);
}

.album-year-badge {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.8);
  color: var(--red-glow);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  backdrop-filter: blur(4px);
}

.album-caa-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(10, 10, 14, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.62rem;
  font-weight: 700;
  padding: 0.15rem 0.45rem;
  border-radius: 4px;
  backdrop-filter: blur(4px);
  display: inline-flex;
  align-items: center;
  gap: 3px;
  letter-spacing: 0.3px;
}

.album-info-main {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.album-band {
  color: var(--red-glow);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.album-name {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
}
.album-genre-pill {
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.15rem 0.5rem;
  border-radius: 6px;
  font-size: 0.68rem;
  color: var(--grey);
  margin-top: 0.3rem;
  align-self: flex-start;
}

.album-hymns-box {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 0.6rem 0.8rem;
  font-size: 0.75rem;
}
.album-hymns-title {
  color: var(--grey);
  font-weight: 700;
  margin-bottom: 0.2rem;
  font-size: 0.7rem;
}
.album-hymns-list {
  color: #e4e4ea;
  line-height: 1.4;
}

.album-why {
  font-size: 0.78rem;
  color: var(--grey);
  line-height: 1.45;
  font-style: italic;
}

.album-action-btn {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  background: linear-gradient(135deg, rgba(229, 9, 20, 0.25), rgba(139, 0, 0, 0.2));
  border: 1px solid rgba(229, 9, 20, 0.45);
  border-radius: 10px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}
.album-action-btn:hover {
  background: linear-gradient(135deg, var(--red), var(--red-deep));
  box-shadow: 0 0 16px rgba(229, 9, 20, 0.5);
  border-color: var(--red-glow);
}

/* --- Curiosidades & Bastidores --- */
.trivia-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.btn-trivia-shuffle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, var(--red), var(--red-deep));
  border: 1px solid var(--red-glow);
  border-radius: 10px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 0 16px rgba(229, 9, 20, 0.45);
  transition: all 0.25s ease;
}
.btn-trivia-shuffle:hover {
  transform: scale(1.05);
  box-shadow: 0 0 24px rgba(255, 45, 63, 0.7);
}
.btn-trivia-shuffle:active .btn-dice {
  transform: rotate(360deg);
}
.btn-dice {
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Spotlight Card (Fato do Dia) */
.trivia-spotlight-card {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(229, 9, 20, 0.25) 0%, rgba(139, 0, 0, 0.18) 35%, rgba(18, 18, 24, 0.94) 100%);
  border: 1.5px solid rgba(229, 9, 20, 0.45);
  border-left: 5px solid var(--red-glow);
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6), 0 0 20px rgba(229, 9, 20, 0.2);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  position: relative;
  overflow: hidden;
}
.trivia-spotlight-card::before {
  content: "";
  position: absolute;
  top: 0; right: 0; width: 180px; height: 100%;
  background: radial-gradient(circle at 100% 50%, rgba(229, 9, 20, 0.15), transparent 70%);
  pointer-events: none;
}
.trivia-spotlight-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.7rem;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(135deg, #ffd700, #b8860b);
  color: #000;
  padding: 0.25rem 0.7rem;
  border-radius: 6px;
  letter-spacing: 1px;
  align-self: flex-start;
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.5);
  text-transform: uppercase;
}
.trivia-spotlight-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
}
.trivia-spotlight-text {
  font-size: 0.92rem;
  color: #e4e4ea;
  line-height: 1.6;
}

.trivia-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.3rem;
}
.trivia-card {
  background: linear-gradient(135deg, rgba(20, 20, 26, 0.85), rgba(10, 10, 14, 0.95));
  border: 1px solid rgba(229, 9, 20, 0.3);
  border-left: 4px solid var(--red);
  border-radius: 14px;
  padding: 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  box-shadow: 0 6px 20px rgba(0,0,0,0.4);
  transition: transform 0.25s, box-shadow 0.25s;
  animation: fadeUp 0.35s ease;
}
.trivia-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.6), 0 0 20px rgba(229, 9, 20, 0.25);
}
.trivia-band {
  font-size: 0.75rem;
  color: var(--red-glow);
  font-weight: 800;
  letter-spacing: 1px;
}
.trivia-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
}
.trivia-text {
  font-size: 0.85rem;
  color: var(--grey);
  line-height: 1.5;
}

/* --- Buscador de Shows & Festivais --- */
.tour-finder-box {
  padding: 1.5rem;
  border-radius: 16px;
  margin-bottom: 2rem;
  background: linear-gradient(145deg, rgba(22, 22, 28, 0.9), rgba(12, 12, 16, 0.95));
  border: 1px solid rgba(229, 9, 20, 0.35);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.tour-search-row {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 0.4rem 0.6rem 0.4rem 0.9rem;
  transition: border-color 0.2s;
}
.tour-search-row:focus-within {
  border-color: var(--red-glow);
  box-shadow: 0 0 16px rgba(229, 9, 20, 0.35);
}
.tour-search-icon {
  font-size: 1.2rem;
}
.tour-search-row input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 0.95rem;
}
.btn-tour-search {
  padding: 0.65rem 1.3rem;
  background: linear-gradient(135deg, var(--red), var(--red-deep));
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 0 12px rgba(229, 9, 20, 0.5);
  transition: transform 0.2s;
  white-space: nowrap;
}
.btn-tour-search:hover {
  transform: scale(1.04);
}

.tour-quick-pills {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.tour-quick-label {
  font-size: 0.75rem;
  color: var(--grey);
  font-weight: 700;
}
.tour-quick-pill {
  padding: 0.3rem 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #e4e4ea;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}
.tour-quick-pill:hover {
  background: rgba(229, 9, 20, 0.3);
  border-color: var(--red-glow);
  color: #fff;
}

.tour-results-box {
  margin-bottom: 2rem;
  padding: 1.2rem;
  background: rgba(14, 14, 18, 0.95);
  border: 1px solid rgba(229, 9, 20, 0.4);
  border-radius: 14px;
  animation: fadeUp 0.3s ease;
}
.tour-results-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 0.6rem;
}
.tour-results-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
}
.tour-events-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
}
.tour-event-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.tour-event-date {
  color: var(--red-glow);
  font-size: 0.78rem;
  font-weight: 800;
}
.tour-event-venue {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
}
.tour-event-loc {
  color: var(--grey);
  font-size: 0.8rem;
}
.tour-event-links {
  margin-top: 0.5rem;
  display: flex;
  gap: 0.5rem;
}
.tour-event-btn {
  flex: 1;
  text-align: center;
  padding: 0.4rem 0.6rem;
  background: rgba(229, 9, 20, 0.25);
  border: 1px solid rgba(229, 9, 20, 0.4);
  border-radius: 6px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s;
}
.tour-event-btn:hover {
  background: var(--red);
}

.fest-subheading {
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  margin: 1.2rem 0 0.8rem;
}

/* --- Festivais & Agenda --- */
.festivals-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.2rem;
}
.fest-card {
  background: rgba(22, 22, 28, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: transform 0.25s;
}
.fest-card:hover {
  transform: translateY(-4px);
  border-color: rgba(229, 9, 20, 0.4);
}
.fest-date {
  color: var(--red-glow);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 1px;
}
.fest-name {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
}
.fest-loc {
  color: var(--grey);
  font-size: 0.8rem;
}
.fest-lineup {
  color: #e0e0e8;
  font-size: 0.78rem;
  line-height: 1.4;
  margin-top: 0.3rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 0.5rem;
}

@media (max-width: 768px) {
  .news-header {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .news-brand-wrap {
    justify-content: center;
  }
  .header-stream-bar {
    justify-content: center;
  }
  .btn-back-radio {
    justify-content: center;
  }
}
