body.theme-dark {
  background: url("/assets/img/go-time-town.jpg") no-repeat center center fixed;
  background-size: cover;
}

body.theme-dark::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(3px);
  z-index: -1;
}

/* PAGE HEADER */
.page-header {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 40px;
}

.page-header h1 {
  font-size: 46px;
  margin-bottom: 10px;
}

.page-header p {
  font-size: 20px;
  opacity: 0.9;
  max-width: 800px;
  margin: 0 auto;
}

/* LIVE TEMPLATE GRID */
.template-live-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 40px;
  margin: 60px auto;
  max-width: 1400px;
  padding: 0 20px;
}

.template-live-card {
  background: rgba(0,0,0,0.35);
  border: 1px solid #550000;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 0 18px #55000055;
  backdrop-filter: blur(2px);
}

.template-live-card iframe {
  width: 100%;
  height: 420px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 12px #000000aa;
}

.template-live-card h3 {
  margin-top: 15px;
  font-size: 22px;
}

.template-live-card p {
  opacity: 0.9;
  margin: 8px 0 10px;
}

.price {
  font-size: 18px;
  color: #ffb3b3;
  font-weight: 600;
}

/* SECTION BLOCKS */
.section-block {
  max-width: 1000px;
  margin: 60px auto;
  background: rgba(0,0,0,0.35);
  border: 1px solid #550000;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 0 18px #55000055;
}

.section-block h2 {
  margin-bottom: 12px;
  font-size: 26px;
}

.section-block p,
.section-block li {
  font-size: 17px;
  line-height: 1.7;
  opacity: 0.95;
}

.section-block ul {
  margin-left: 20px;
  margin-top: 10px;
}

/* REAL SITES */
.real-sites-section {
  max-width: 1100px;
  margin: 80px auto;
  padding: 0 20px;
  text-align: center;
}

.real-sites-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.real-site-card {
  background: rgba(0,0,0,0.35);
  border: 1px solid #550000;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 0 18px #55000055;
}

.real-site-card h3 {
  margin-bottom: 6px;
  font-size: 20px;
}

.real-site-card p {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.95;
}
