body {
  background: #070b1a;
  color: #f5f7ff;
}

.site,
.site-content,
.content-area {
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

p {
  color: #d7def7;
  line-height: 1.7;
}

a {
  color: #66e0ff;
}

a:hover {
  color: #ffffff;
}

button,
.wp-block-button__link,
input[type="submit"],
.cta-button,
.book-now-btn {
  background: linear-gradient(90deg, #c61f2b 0%, #ff7a00 100%);
  color: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 14px 26px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 0 18px rgba(255, 122, 0, 0.35);
}

button:hover,
.wp-block-button__link:hover,
input[type="submit"]:hover,
.cta-button:hover,
.book-now-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 24px rgba(102, 224, 255, 0.4);
}

section,
.page-section,
.home-section,
.band-section,
.about-section,
.media-section,
.booking-section {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(102, 224, 255, 0.12);
  border-radius: 20px;
  padding: 28px;
  margin-bottom: 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.site-header,
header.site-header {
  background: rgba(5, 8, 20, 0.88);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(102, 224, 255, 0.15);
}

.site-title,
.site-header a,
.main-navigation a {
  color: #ffffff !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-navigation a:hover {
  color: #66e0ff !important;
}
img {
  border-radius: 16px;
}

.gallery img,
.band-members img,
.media-gallery img,
.about img {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery img:hover,
.band-members img:hover,
.media-gallery img:hover,
.about img:hover {
  transform: scale(1.02);
  box-shadow: 0 0 24px rgba(102, 224, 255, 0.28);
}
.hero,
.home-hero,
.front-hero,
.banner,
.page-hero {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background:
    linear-gradient(rgba(7, 11, 26, 0.55), rgba(7, 11, 26, 0.82));
}

.hero h1,
.home-hero h1,
.front-hero h1,
.banner h1,
.page-hero h1 {
  font-size: clamp(2.3rem, 6vw, 5rem);
  margin-bottom: 16px;
  text-shadow: 0 0 24px rgba(102, 224, 255, 0.18);
}

.hero p,
.home-hero p,
.front-hero p,
.banner p,
.page-hero p {
  font-size: 1.15rem;
  max-width: 760px;
  margin: 0 auto 20px;
}
/* === MAIN BACKGROUND === */
.tribe-events {
  background-color: #000000;
  color: #ffffff;
  font-family: 'Arial', sans-serif;
}

/* === EVENT CARDS === */
.tribe-events-calendar-list__event-row {
  background: #111111;
  border: 1px solid #222;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

/* Glow hover effect */
.tribe-events-calendar-list__event-row:hover {
  box-shadow: 0 0 15px rgba(255, 60, 0, 0.6);
  transform: translateY(-3px);
}

/* === TITLES === */
.tribe-events-calendar-list__event-title a {
  color: #ff3c00;
  font-size: 1.4em;
  text-decoration: none;
}

.tribe-events-calendar-list__event-title a:hover {
  text-shadow: 0 0 8px rgba(255, 60, 0, 0.8);
}

/* === DATE & DETAILS === */
.tribe-events-calendar-list__event-datetime,
.tribe-event-date-start,
.tribe-event-date-end {
  color: #bbbbbb;
}

/* === LINKS === */
.tribe-events a {
  color: #ff3c00;
}

/* === BUTTONS === */
.tribe-events-button,
.tribe-events-c-small-cta__link {
  background: #ff3c00;
  color: #ffffff;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

/* Button glow */
.tribe-events-button:hover,
.tribe-events-c-small-cta__link:hover {
  background: #ff5a1f;
  box-shadow: 0 0 12px rgba(255, 60, 0, 0.8);
}

/* === MONTH VIEW GRID === */
.tribe-events-calendar-month {
  background-color: #000;
}

/* Individual day cells */
.tribe-events-calendar-month__day {
  border: 1px solid #222;
}

/* Event dots / links in calendar */
.tribe-events-calendar-month__calendar-event-title a {
  color: #ff3c00;
}

/* === TODAY HIGHLIGHT === */
.tribe-events-calendar-month__day--current {
  background: #1a1a1a;
  box-shadow: inset 0 0 10px rgba(255, 60, 0, 0.5);
}

/* === FIX ANY DARK TEXT ISSUES === */
.tribe-events * {
  color: #ffffff;
}

/* Slight contrast for descriptions */
.tribe-events-calendar-list__event-description {
  color: #dddddd;
}