:root {
  --bg: #130705;
  --bg-deep: #070102;
  --panel: rgba(40, 8, 6, 0.92);
  --panel-soft: rgba(26, 6, 7, 0.92);
  --line: rgba(255, 236, 190, 0.18);
  --line-soft: rgba(255, 255, 255, 0.08);
  --text: #fff7e7;
  --muted: #d7beae;
  --gold: #ffcf6a;
  --gold-strong: #ff9d2f;
  --red: #ff5f52;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  font-family: "Lexend", sans-serif;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 95, 82, 0.22), transparent 24%),
    radial-gradient(circle at 80% 12%, rgba(255, 207, 106, 0.18), transparent 24%),
    linear-gradient(180deg, #2b0908 0%, #170304 34%, #0b0102 68%, #120304 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.1;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 44px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 44px);
}

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

img {
  display: block;
  max-width: 100%;
}

.backdrop {
  position: fixed;
  z-index: -1;
  border-radius: 50%;
  filter: blur(92px);
  pointer-events: none;
  opacity: 0.3;
}

.backdrop-a {
  top: 90px;
  left: -120px;
  width: 300px;
  height: 300px;
  background: rgba(255, 95, 82, 0.28);
}

.backdrop-b {
  right: -100px;
  bottom: 120px;
  width: 320px;
  height: 320px;
  background: rgba(255, 207, 106, 0.24);
}

.container {
  width: min(1260px, calc(100% - 28px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding-bottom: 16px;
  backdrop-filter: blur(16px);
  background: rgba(18, 2, 4, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.bulb-strip {
  height: 16px;
  background:
    radial-gradient(circle at 10px 8px, rgba(255, 224, 146, 1) 0 4px, rgba(255, 224, 146, 0.12) 5px, transparent 10px)
      0 0 / 36px 16px repeat-x,
    linear-gradient(180deg, rgba(255, 214, 127, 0.95), rgba(255, 155, 47, 0.95));
  box-shadow: 0 0 26px rgba(255, 190, 85, 0.4);
}

.header-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 84px;
  padding-top: 14px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand img {
  width: 48px;
  height: 48px;
  filter: drop-shadow(0 0 20px rgba(255, 207, 106, 0.28));
}

.brand span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand strong,
.section-title,
.section-chip,
.casino-name,
.casino-chip,
.footer-brand {
  font-family: "Bebas Neue", sans-serif;
}

.brand strong {
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.brand em {
  font-style: normal;
  font-size: 0.72rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--muted);
}

.main-nav {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line-soft);
}

.main-nav a,
.header-cta,
.ticker-chip,
.section-link,
.casino-card {
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease,
    box-shadow 0.22s ease;
}

.main-nav a {
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.main-nav a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 18px;
  color: #290706;
  font-size: 0.88rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffd978, #ff9b37);
  box-shadow: 0 16px 34px rgba(255, 155, 55, 0.24);
}

.header-cta:hover,
.section-link:hover,
.casino-card:hover {
  transform: translateY(-3px);
}

.ticker-wrap {
  margin-top: 4px;
}

.ticker-shell {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 230, 186, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(26, 6, 7, 0.92);
}

.ticker-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  animation: ticker 25s linear infinite;
}

.ticker-shell:hover .ticker-track {
  animation-play-state: paused;
}

.ticker-chip {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 10px 16px;
  border-radius: 18px;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.ticker-chip::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: none;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(255, 207, 106, 0.12);
}

.ticker-chip span {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.ticker-chip em {
  font-style: normal;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}

.site-main {
  padding-top: 28px;
}

.hero-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding: 22px 24px;
  border-radius: 30px;
  border: 1px solid rgba(255, 213, 122, 0.24);
  background:
    linear-gradient(135deg, rgba(82, 10, 11, 0.96), rgba(29, 5, 7, 0.96)),
    var(--panel);
  box-shadow: var(--shadow);
}

.hero-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.hero-copy h1 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3.2rem, 9vw, 5rem);
  line-height: 0.9;
  letter-spacing: 0.04em;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.hero-stats span,
.section-chip,
.section-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.94rem;
  letter-spacing: 0.12em;
}

.section {
  padding-top: 26px;
}

.section-wall {
  padding-bottom: 28px;
}

.section-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.section-title {
  font-size: 1.2rem;
  letter-spacing: 0.28em;
  color: var(--gold);
}

.trio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.casino-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 236px;
  padding: 18px;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 233, 195, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    var(--panel-soft);
  box-shadow: var(--shadow);
}

.casino-card::before {
  content: "";
  position: absolute;
  top: -64px;
  right: -58px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.18;
  filter: blur(24px);
}

.casino-card::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.casino-card__top,
.casino-card__logo,
.casino-card__bottom {
  position: relative;
  z-index: 1;
}

.casino-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.casino-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.casino-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: none;
  border-radius: 50%;
  background: var(--accent);
}

.casino-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 40px;
  padding: 0 14px;
  border-radius: 14px;
  color: #2a0906;
  font-size: 1.14rem;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg, var(--gold), var(--gold-strong));
  box-shadow: 0 14px 30px rgba(255, 157, 47, 0.22);
}

.casino-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  padding: 16px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)),
    rgba(5, 3, 4, 0.34);
}

.casino-card__logo img {
  width: 100%;
  max-width: 260px;
  height: 78px;
  object-fit: contain;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.34));
}

.casino-card__bottom {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}

.casino-name {
  font-size: 3rem;
  line-height: 0.92;
  letter-spacing: 0.04em;
}

.casino-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff0cb;
}

.casino-link::after {
  content: ">";
  color: var(--accent);
}

.casino-card--feature {
  min-height: 310px;
}

.casino-card--feature .casino-card__logo {
  min-height: 146px;
}

.casino-card--feature .casino-name {
  font-size: 3.5rem;
}

.casino-card--vip {
  min-height: 230px;
}

.casino-card--wall {
  min-height: 220px;
}

.site-footer {
  padding: 0 0 30px;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.footer-brand,
.footer-copy {
  margin: 0;
}

.footer-brand {
  font-size: 2rem;
  letter-spacing: 0.06em;
}

.footer-copy {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1080px) {
  .header-row {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    grid-column: 1 / -1;
    justify-self: stretch;
    justify-content: center;
  }

  .hero-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-stats {
    justify-content: flex-start;
  }

  .trio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100%, calc(100% - 20px));
  }

  .site-header {
    position: static;
  }

  .header-row {
    grid-template-columns: 1fr;
  }

  .brand strong {
    font-size: 1.8rem;
  }

  .main-nav {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .header-cta {
    width: 100%;
  }

  .section-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .trio-grid {
    grid-template-columns: 1fr;
  }

  .hero-banner {
    padding: 18px;
    border-radius: 24px;
  }

  .casino-card,
  .casino-card--feature,
  .casino-card--vip,
  .casino-card--wall {
    min-height: 220px;
    border-radius: 24px;
  }

  .casino-card__logo {
    min-height: 94px;
  }

  .casino-card__logo img {
    height: 60px;
  }

  .casino-name,
  .casino-card--feature .casino-name {
    font-size: 2.7rem;
  }

  .footer-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
