:root {
  --gold-light: #ffd469;
  --gold: #ffb400;
  --gold-dark: #d89200;
  --sun-fire: #ff6a00;
  --sun-core: #ff3c00;
  --sun-glow: #ff8f2a;
  --ruby-red: #c1281e;
  --crimson: #a01614;
  --jackpot-red: #ff1a00;
  --egypt-brown: #3d0f0a;
  --temple-burgundy: #4c0000;
  --scarab-green: #1e8a4b;
  --lotus-blue: #0071a8;
  --bg-sunrise: #f7a53a;
  --bg-sunset: #d67926;
  --bg-dark: #2c0a00;
  --text-light: #fff7e5;
  --text-gold: #ffe08c;
  --text-dark: #3a0a00;
  --heading-font: 'Playfair Display', 'Times New Roman', serif;
  --body-font: 'Space Grotesk', 'Segoe UI', sans-serif;
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --max-width: 1200px;
  --glass: rgba(32, 6, 1, 0.7);
  --glass-border: rgba(255, 255, 255, 0.15);
  --shadow-soft: 0 35px 70px rgba(0, 0, 0, 0.45);
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  background-color: #1a0701;
}

body {
  font-family: var(--body-font);
  color: var(--text-light);
  background: radial-gradient(circle at 10% 0%, rgba(255, 205, 135, 0.35), transparent 45%),
    radial-gradient(circle at 80% -10%, rgba(255, 76, 11, 0.3), transparent 40%),
    linear-gradient(140deg, #1a0701 10%, #2b0a03 45%, #3f0f05);
  line-height: 1.7;
  min-height: 100vh;
  overflow-x: hidden;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 140px 140px;
  opacity: 0.4;
}

main {
  padding-bottom: 80px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
  height: auto;
}

p,
ul,
li {
  color: rgba(255, 247, 229, 0.9);
  font-size: 1rem;
}

.top-nav {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 28px 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.logo {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  /* border-radius: 999px;
  border: 1px solid var(--glass-border);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.45); */
}

.logo-img {
  width: 58px;
  height: 58px;
}

.top-nav .hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero {
  padding: 40px 0 100px;
  position: relative;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin: 0 auto 18px;
}

.highlight-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.03);
}

.highlight-icon {
  font-size: 1.5rem;
}

.highlight-title {
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 2px;
}

.highlight-desc {
  font-size: 0.9rem;
  color: rgba(255, 247, 229, 0.75);
}

.hero-details {
  margin-top: 32px;
}

.hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-cta-row {
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 28px;
}

.section-cta {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.section-cta .btn {
  min-width: 220px;
  text-align: center;
}

.hero::before,
.hero::after {
  content: '';
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(120px);
  z-index: 0;
}

.hero::before {
  top: -140px;
  left: -60px;
  background: rgba(255, 212, 105, 0.35);
}

.hero::after {
  bottom: -160px;
  right: -40px;
  background: rgba(255, 76, 11, 0.35);
}

.hero-content {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 40px 24px 0;
  position: relative;
  z-index: 1;
}

.hero-copy {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 24px;
}

.hero-copy h1 {
  font-family: var(--heading-font);
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  margin-bottom: 18px;
  line-height: 1.1;
}

.hero-copy .subheading {
  font-size: 1.1rem;
  color: var(--text-gold);
}

.hero-slider {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  background: rgba(0, 0, 0, 0.3);
  position: relative;
}

.hero-slider .carousel-inner img {
  width: 100%;
  height: auto;
}

.hero-slider .carousel-indicators {
  bottom: 12px;
}

.hero-slider .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 6px;
  background-color: rgba(255, 255, 255, 0.6);
}

.hero-slider .carousel-indicators .active {
  background-color: var(--sun-fire);
}

.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
  width: 60px;
}

.hero-slider .carousel-control-prev-icon,
.hero-slider .carousel-control-next-icon {
  filter: invert(1);
  width: 1.75rem;
  height: 1.75rem;
}

.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  align-items: start;
}

.split-media {
  position: relative;
}

.split-media img {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.45);
}


.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  color: var(--text-dark);
  background: linear-gradient(120deg, var(--sun-core), var(--sun-fire));
  box-shadow: 0 20px 40px rgba(255, 60, 0, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 50px rgba(255, 60, 0, 0.45);
}

.btn.ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--text-light);
  box-shadow: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}


.section {
  max-width: var(--max-width);
  margin: 48px auto 0;
  padding: 56px 48px;
  /* border-radius: var(--radius-xl);
  background: var(--glass);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-soft); */
}

.section:first-of-type {
  margin-top: 0;
}

.section-heading h2 {
  font-family: var(--heading-font);
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 16px;
}

.section-intro {
  color: var(--text-gold);
}

.text-blocks p + p {
  margin-top: 16px;
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2);
  margin-top: 24px;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 320px;
}

th,
td {
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

th {
  font-family: var(--heading-font);
  color: var(--gold-light);
  font-size: 1.05rem;
}

tbody tr:last-child td {
  border-bottom: none;
}

.jackpot-list {
  list-style: none;
  display: grid;
  gap: 12px;
  padding-left: 0;
  margin-top: 24px;
}

.jackpot-list li {
  padding: 14px 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.stat-card {
  padding: 24px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.2);
}

.stat-card .stat-label {
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 10px;
}

.stat-card strong {
  font-size: 1.4rem;
}

.faq-list details {
  margin-top: 18px;
  padding: 22px 26px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.faq-list summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.05rem;
}

.faq-list details[open] {
  border-color: rgba(255, 180, 0, 0.45);
}

.faq-list details p {
  margin-top: 12px;
}

.demo .btn {
  margin-top: 28px;
}

.legal {
  text-align: center;
  padding: 42px 16px 64px;
  color: rgba(255, 247, 229, 0.75);
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .top-nav {
    flex-direction: column;
  }

  .section {
    padding: 40px 24px;
    margin-top: 32px;
  }

  .hero-copy {
    padding: 0 8px 12px;
  }

  .hero-slider .carousel-inner {
    aspect-ratio: 4 / 3;
  }

  .split {
    grid-template-columns: 1fr;
  }
}
:root {
