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;
}