/* ================================================
   ROYALSEA CASINO — STYLE.CSS
   Luxury Dark Gold Casino Theme | Hungary
   ================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;900&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;1,300&display=swap');

/* ================================================
   CSS VARIABLES
   ================================================ */
:root {
  --gold: #C8A84B;
  --gold-light: #F0D080;
  --gold-dark: #8B6914;
  --gold-glow: rgba(200, 168, 75, 0.35);
  --navy: #050D1A;
  --navy-mid: #0A1628;
  --navy-light: #0F2040;
  --navy-card: #0D1E35;
  --teal: #0E6E7E;
  --teal-light: #17A4B8;
  --crimson: #8B1A2A;
  --crimson-bright: #C8253A;
  --white: #F5F0E8;
  --white-dim: rgba(245, 240, 232, 0.7);
  --border-gold: rgba(200, 168, 75, 0.3);
  --border-gold-bright: rgba(200, 168, 75, 0.7);
  --shadow-gold: 0 0 30px rgba(200, 168, 75, 0.2);
  --shadow-deep: 0 20px 60px rgba(0, 0, 0, 0.7);
  --font-display: 'Cinzel', serif;
  --font-body: 'Raleway', sans-serif;
  --radius: 4px;
  --radius-lg: 8px;
  --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ================================================
   RESET & BASE
   ================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  background-color: var(--navy);
  color: var(--white);
  line-height: 1.75;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 20% 0%, rgba(14, 110, 126, 0.12) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 80% 100%, rgba(200, 168, 75, 0.08) 0%, transparent 60%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C8A84B' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

/* ================================================
   SCROLLBAR
   ================================================ */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--navy-mid); }
::-webkit-scrollbar-thumb { background: var(--gold-dark); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold); }

/* ================================================
   SELECTION
   ================================================ */
::selection {
  background: var(--gold);
  color: var(--navy);
}

/* ================================================
   TYPOGRAPHY — H1
   ================================================ */
h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.04em;
  color: transparent;
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 40%, var(--gold-dark) 70%, var(--gold-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: none;
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}

h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

h1::before {
  content: '✦';
  display: block;
  font-size: 0.5em;
  color: var(--gold);
  margin-bottom: 0.4em;
  letter-spacing: 0.3em;
  opacity: 0.8;
}

/* ================================================
   TYPOGRAPHY — H2
   ================================================ */
h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.5vw, 2.4rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03em;
  color: var(--gold-light);
  margin-bottom: 1.2rem;
  margin-top: 2.5rem;
  position: relative;
  padding-left: 1.2rem;
}

h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.15em;
  bottom: 0.15em;
  width: 3px;
  background: linear-gradient(180deg, var(--gold), var(--teal));
  border-radius: 2px;
}

/* ================================================
   TYPOGRAPHY — H3
   ================================================ */
h3 {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2.5vw, 1.6rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--white);
  margin-bottom: 0.9rem;
  margin-top: 2rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

h3::before {
  content: '◆';
  font-size: 0.55em;
  color: var(--gold);
  flex-shrink: 0;
}

/* ================================================
   TYPOGRAPHY — H4, H5, H6
   ================================================ */
h4 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 0.7rem;
  margin-top: 1.5rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

h5 {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  color: var(--teal-light);
  margin-bottom: 0.5rem;
  margin-top: 1.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h6 {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--white-dim);
  margin-bottom: 0.4rem;
  margin-top: 1rem;
  letter-spacing: 0.06em;
}

/* ================================================
   TYPOGRAPHY — PARAGRAPHS
   ================================================ */
p {
  font-family: var(--font-body);
  font-size: clamp(0.93rem, 1.5vw, 1rem);
  line-height: 1.85;
  color: rgba(245, 240, 232, 0.82);
  margin-bottom: 1.4rem;
  position: relative;
}

p:first-of-type::first-letter {
  font-family: var(--font-display);
  font-size: 2.8em;
  font-weight: 900;
  color: var(--gold);
  float: left;
  line-height: 0.75;
  margin-right: 0.12em;
  margin-top: 0.08em;
  text-shadow: 0 0 20px var(--gold-glow);
}

p strong {
  color: var(--gold-light);
  font-weight: 600;
}

p em {
  color: var(--teal-light);
  font-style: italic;
}

p a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid var(--border-gold);
  transition: var(--transition);
  padding-bottom: 1px;
}

p a:hover {
  color: var(--gold-light);
  border-bottom-color: var(--gold);
  text-shadow: 0 0 10px var(--gold-glow);
}

/* ================================================
   LISTS — UL
   ================================================ */
ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.8rem 0;
}

ul li {
  font-family: var(--font-body);
  font-size: 0.97rem;
  color: rgba(245, 240, 232, 0.82);
  line-height: 1.7;
  padding: 0.55rem 0.8rem 0.55rem 2.2rem;
  margin-bottom: 0.3rem;
  position: relative;
  background: rgba(200, 168, 75, 0.04);
  border-left: 2px solid transparent;
  border-radius: 0 var(--radius) var(--radius) 0;
  transition: var(--transition);
}

ul li::before {
  content: '◈';
  position: absolute;
  left: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
  font-size: 0.7em;
  transition: var(--transition);
}

ul li:hover {
  background: rgba(200, 168, 75, 0.09);
  border-left-color: var(--gold);
  color: var(--white);
  padding-left: 2.5rem;
}

ul li:hover::before {
  color: var(--gold-light);
  text-shadow: 0 0 8px var(--gold-glow);
}

/* ================================================
   LISTS — OL
   ================================================ */
ol {
  list-style: none;
  counter-reset: ol-counter;
  padding: 0;
  margin: 0 0 1.8rem 0;
}

ol li {
  counter-increment: ol-counter;
  font-family: var(--font-body);
  font-size: 0.97rem;
  color: rgba(245, 240, 232, 0.82);
  line-height: 1.7;
  padding: 0.6rem 1rem 0.6rem 3rem;
  margin-bottom: 0.4rem;
  position: relative;
  background: linear-gradient(90deg, rgba(14, 110, 126, 0.08), transparent);
  border-radius: var(--radius);
  transition: var(--transition);
}

ol li::before {
  content: counter(ol-counter, decimal-leading-zero);
  position: absolute;
  left: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-display);
  font-size: 0.75em;
  font-weight: 700;
  color: var(--teal-light);
  letter-spacing: 0.02em;
}

ol li:hover {
  background: linear-gradient(90deg, rgba(14, 110, 126, 0.18), transparent);
  color: var(--white);
}

/* ================================================
   TABLES
   ================================================ */
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 2rem 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: 0 0 0 1px var(--border-gold), var(--shadow-deep);
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

thead {
  background: linear-gradient(90deg, var(--navy-light), rgba(14, 110, 126, 0.3));
}

thead tr th {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-light);
  padding: 1rem 1.2rem;
  text-align: left;
  border-bottom: 1px solid var(--border-gold-bright);
  white-space: nowrap;
  position: relative;
}

thead tr th::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), var(--teal), transparent);
}

tbody tr {
  transition: var(--transition);
}

tbody tr:nth-child(odd) {
  background: rgba(13, 30, 53, 0.9);
}

tbody tr:nth-child(even) {
  background: rgba(10, 22, 40, 0.9);
}

tbody tr:hover {
  background: rgba(200, 168, 75, 0.08);
}

tbody tr td {
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: rgba(245, 240, 232, 0.82);
  padding: 0.85rem 1.2rem;
  border-bottom: 1px solid rgba(200, 168, 75, 0.07);
  white-space: nowrap;
}

tbody tr:last-child td {
  border-bottom: none;
}

tbody tr td:first-child {
  font-weight: 600;
  color: var(--white);
}

/* ================================================
   BLOCKQUOTE
   ================================================ */
blockquote {
  margin: 2rem 0;
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  background: linear-gradient(135deg, rgba(200, 168, 75, 0.07), rgba(14, 110, 126, 0.07));
  border-left: 3px solid var(--gold);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  position: relative;
  font-style: italic;
  color: var(--white-dim);
  box-shadow: inset 0 0 30px rgba(200, 168, 75, 0.05);
}

blockquote::before {
  content: '"';
  font-family: var(--font-display);
  font-size: 5rem;
  color: var(--gold);
  opacity: 0.2;
  position: absolute;
  top: -0.5rem;
  left: 0.8rem;
  line-height: 1;
}

/* ================================================
   HR
   ================================================ */
hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--teal), transparent);
  margin: 2.5rem 0;
  position: relative;
}

hr::after {
  content: '✦';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--navy);
  color: var(--gold);
  padding: 0 1rem;
  font-size: 0.75rem;
}

/* ================================================
   IMAGES in CONTENT
   ================================================ */
main img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-gold);
  box-shadow: var(--shadow-gold), var(--shadow-deep);
  margin: 1.5rem auto;
  object-fit: cover;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

main img:hover {
  transform: scale(1.01);
  box-shadow: 0 0 50px rgba(200, 168, 75, 0.3), var(--shadow-deep);
}

/* ================================================
   BUTTONS — GLOBAL
   ================================================ */
a.btn,
button,
.btn {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.85rem 2.2rem;
  border: 1px solid var(--gold);
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));
  border-radius: var(--radius);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
  white-space: nowrap;
}

a.btn::before,
button::before,
.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  transition: left 0.5s ease;
}

a.btn:hover::before,
button:hover::before,
.btn:hover::before {
  left: 100%;
}

a.btn:hover,
button:hover,
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(200, 168, 75, 0.45);
  color: var(--navy);
  background: linear-gradient(135deg, #FFEA90, var(--gold-light), var(--gold));
}

a.btn-outline,
.btn-outline {
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--border-gold-bright);
}

a.btn-outline:hover,
.btn-outline:hover {
  background: rgba(200, 168, 75, 0.1);
  color: var(--gold-light);
  box-shadow: 0 0 20px rgba(200, 168, 75, 0.2);
}

/* ================================================
   HEADER
   ================================================ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(5, 13, 26, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-gold);
  transition: var(--transition);
}

.site-header.scrolled {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

/* LOGO */
.header-logo {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  flex-shrink: 0;
}

.header-logo-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold-dark));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  box-shadow: 0 0 15px rgba(200, 168, 75, 0.4);
  flex-shrink: 0;
}

.header-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.header-logo-text span:first-child {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: var(--gold-light);
  text-transform: uppercase;
}

.header-logo-text span:last-child {
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  color: var(--teal-light);
  text-transform: uppercase;
  font-weight: 500;
}

/* NAV */
.header-nav {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.header-nav a {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--white-dim);
  padding: 0.6rem 1rem;
  border-radius: var(--radius);
  transition: var(--transition);
  position: relative;
  white-space: nowrap;
}

.header-nav a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 1rem;
  right: 1rem;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.header-nav a:hover {
  color: var(--gold-light);
}

.header-nav a:hover::after {
  transform: scaleX(1);
}

/* CTA in header */
.header-cta {
  flex-shrink: 0;
}

/* HAMBURGER */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 0.5rem;
  background: none;
  border: none;
}

.hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transition: var(--transition);
}

.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* MOBILE NAV */
.mobile-nav {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  background: rgba(5, 13, 26, 0.98);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-gold);
  padding: 1.5rem 2rem;
  z-index: 999;
  flex-direction: column;
  gap: 0.3rem;
  transform: translateY(-100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-nav.open {
  transform: translateY(0);
}

.mobile-nav a {
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--white-dim);
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--border-gold);
  transition: var(--transition);
  display: block;
}

.mobile-nav a:last-child { border-bottom: none; }

.mobile-nav a:hover {
  color: var(--gold-light);
  padding-left: 1.5rem;
}

.mobile-nav .btn {
  margin-top: 1rem;
  text-align: center;
  display: block;
}

/* ================================================
   HERO SLIDER
   ================================================ */
.hero-slider {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 500px;
  max-height: 800px;
  overflow: hidden;
  margin-top: 80px;
}

.slider-track {
  display: flex;
  width: 300%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.slide {
  width: calc(100% / 3);
  height: 100%;
  position: relative;
  flex-shrink: 0;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.slide img:hover {
  transform: none;
  box-shadow: none;
}

.slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(5, 13, 26, 0.7) 0%,
    rgba(5, 13, 26, 0.3) 50%,
    rgba(200, 168, 75, 0.1) 100%
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}

.slide-overlay h1 {
  font-size: clamp(2rem, 6vw, 4.5rem);
  margin-bottom: 1rem;
  text-shadow: 0 2px 30px rgba(0,0,0,0.8);
}

.slide-overlay h1::before { display: none; }
.slide-overlay h1::after { left: 50%; transform: translateX(-50%); }

.slide-overlay p {
  font-size: clamp(0.9rem, 1.8vw, 1.15rem);
  max-width: 600px;
  color: var(--white-dim);
  margin-bottom: 0;
  text-shadow: 0 1px 10px rgba(0,0,0,0.7);
}

/* Slider dots */
.slider-dots {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.6rem;
  z-index: 10;
}

.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(200, 168, 75, 0.4);
  border: 1px solid var(--gold);
  cursor: pointer;
  transition: var(--transition);
}

.slider-dot.active {
  background: var(--gold);
  width: 24px;
  border-radius: 4px;
  box-shadow: 0 0 10px var(--gold-glow);
}

/* Slider arrows */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(5, 13, 26, 0.7);
  border: 1px solid var(--border-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: var(--transition);
  color: var(--gold);
  font-size: 1.2rem;
}

.slider-arrow:hover {
  background: rgba(200, 168, 75, 0.2);
  border-color: var(--gold);
  box-shadow: 0 0 15px var(--gold-glow);
}

.slider-arrow.prev { left: 1.5rem; }
.slider-arrow.next { right: 1.5rem; }

/* Slider CTA below */
.slider-cta-bar {
  background: linear-gradient(90deg, var(--navy-mid), rgba(14, 110, 126, 0.15), var(--navy-mid));
  border-top: 1px solid var(--border-gold);
  border-bottom: 1px solid var(--border-gold);
  padding: 1.5rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.slider-cta-bar p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--white-dim);
}

.slider-cta-bar p::first-letter { all: unset; }

/* ================================================
   WAVE DIVIDER
   ================================================ */
.wave-divider {
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.wave-divider svg {
  display: block;
  width: 100%;
}

/* ================================================
   MAIN CONTENT WRAPPER
   ================================================ */
main {
  position: relative;
  z-index: 1;
}

.content-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

/* Section title decoration */
.section-title-wrap {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title-wrap h2 {
  padding-left: 0;
  text-align: center;
  display: inline-block;
}

.section-title-wrap h2::before { display: none; }

.section-title-wrap .subtitle {
  font-family: var(--font-body);
  font-size: 0.82rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--teal-light);
  margin-bottom: 0.5rem;
  display: block;
}

.gold-divider {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 1rem auto 0;
}

/* ================================================
   SLOT GRID
   ================================================ */
.slots-section {
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-mid) 50%, var(--navy) 100%);
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.slots-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--teal), transparent);
}

.slots-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--teal), var(--gold), transparent);
}

.slots-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.2rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

.slot-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--navy-card);
  border: 1px solid var(--border-gold);
  cursor: pointer;
  group: true;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.slot-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 0 30px rgba(200, 168, 75, 0.3), var(--shadow-deep);
  border-color: var(--gold);
}

.slot-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: transform 0.5s ease;
}

.slot-card:hover img {
  transform: scale(1.06);
  box-shadow: none;
}

.slot-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 13, 26, 0.85);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.slot-card:hover .slot-card-overlay {
  opacity: 1;
}

.slot-card-overlay a {
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.65rem 1.5rem;
  border-radius: var(--radius);
  transition: var(--transition);
  white-space: nowrap;
}

.slot-card-overlay a:first-child {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--navy);
  border: 1px solid var(--gold);
}

.slot-card-overlay a:first-child:hover {
  background: linear-gradient(135deg, #FFE898, var(--gold-light));
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(200, 168, 75, 0.4);
}

.slot-card-overlay a:last-child {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.slot-card-overlay a:last-child:hover {
  border-color: var(--teal-light);
  color: var(--teal-light);
  transform: scale(1.05);
}

.slot-card-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.6rem 0.8rem;
  background: linear-gradient(0deg, rgba(5, 13, 26, 0.95), transparent);
  font-family: var(--font-display);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-light);
  transition: opacity 0.3s ease;
}

.slot-card:hover .slot-card-name {
  opacity: 0;
}

/* ================================================
   INFO CARDS (stats/features row)
   ================================================ */
.info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin: 3rem 0;
}

.info-card {
  background: linear-gradient(135deg, var(--navy-card), var(--navy-light));
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}

.info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--teal));
}

.info-card:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: var(--shadow-gold);
}

.info-card-icon {
  font-size: 2.2rem;
  margin-bottom: 0.8rem;
  display: block;
}

.info-card-value {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--gold-light);
  display: block;
  line-height: 1;
  margin-bottom: 0.4rem;
}

.info-card-label {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white-dim);
}

/* ================================================
   FOOTER
   ================================================ */
.site-footer {
  background: var(--navy-mid);
  border-top: 1px solid var(--border-gold);
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--teal), transparent);
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 3rem 2rem 2rem;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: start;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--border-gold);
}

.footer-brand .header-logo {
  margin-bottom: 1rem;
  display: inline-flex;
}

.footer-brand p {
  font-size: 0.85rem;
  line-height: 1.7;
  color: rgba(245, 240, 232, 0.55);
  max-width: 420px;
  margin-bottom: 0;
}

.footer-brand p::first-letter { all: unset; }

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-end;
}

.footer-links a {
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--white-dim);
  transition: var(--transition);
  padding: 0.3rem 0;
  border-bottom: 1px solid transparent;
}

.footer-links a:hover {
  color: var(--gold);
  border-bottom-color: var(--border-gold);
}

/* RESPONSIBLE GAMBLING */
.footer-disclaimer {
  background: rgba(139, 26, 42, 0.1);
  border: 1px solid rgba(200, 37, 58, 0.25);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.footer-disclaimer-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
}

.footer-disclaimer-header span {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--crimson-bright);
}

.footer-disclaimer p {
  font-size: 0.8rem;
  line-height: 1.65;
  color: rgba(245, 240, 232, 0.5);
  margin-bottom: 0;
}

.footer-disclaimer p::first-letter { all: unset; }

.footer-badges {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.35rem 0.8rem;
  border-radius: 100px;
  border: 1px solid;
}

.badge-18 {
  border-color: var(--crimson-bright);
  color: var(--crimson-bright);
  background: rgba(200, 37, 58, 0.08);
}

.badge-safe {
  border-color: var(--teal);
  color: var(--teal-light);
  background: rgba(14, 110, 126, 0.08);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(200, 168, 75, 0.08);
}

.footer-copy {
  font-size: 0.75rem;
  color: rgba(245, 240, 232, 0.3);
  letter-spacing: 0.04em;
}

/* ================================================
   RESPONSIVE — TABLET
   ================================================ */
@media (max-width: 1024px) {
  .slots-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-links {
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

/* ================================================
   RESPONSIVE — MOBILE
   ================================================ */
@media (max-width: 768px) {
  .header-inner {
    height: 70px;
    padding: 0 1rem;
  }

  .header-nav,
  .header-cta {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .mobile-nav {
    display: flex;
    top: 70px;
  }

  .hero-slider {
    margin-top: 70px;
    max-height: 600px;
  }

  .slide-overlay h1 {
    font-size: clamp(1.5rem, 7vw, 2.8rem);
  }

  .slider-arrow {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }

  .slider-cta-bar {
    flex-direction: column;
    gap: 1rem;
    padding: 1.2rem 1rem;
  }

  .content-section {
    padding: 3rem 1rem;
  }

  .slots-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
    padding: 0 1rem;
  }

  h1::before { font-size: 0.45em; }

  p:first-of-type::first-letter {
    font-size: 2.2em;
  }

  table {
    font-size: 0.82rem;
  }

  thead tr th,
  tbody tr td {
    padding: 0.7rem 0.8rem;
  }

  .info-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .footer-top {
    gap: 2rem;
  }

  .footer-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .slots-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
    padding: 0 0.8rem;
  }

  .info-cards {
    grid-template-columns: 1fr 1fr;
  }

  .slider-cta-bar .btn {
    width: 100%;
    text-align: center;
  }

  h2 {
    padding-left: 1rem;
  }

  .footer-badges {
    gap: 0.6rem;
  }
}

/* ================================================
   UTILITY CLASSES
   ================================================ */
.text-center { text-align: center; }
.text-gold { color: var(--gold); }
.mt-2 { margin-top: 2rem; }
.mb-2 { margin-bottom: 2rem; }

/* ================================================
   ANIMATIONS
   ================================================ */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes shimmer {
  0%   { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

@keyframes pulseGold {
  0%, 100% { box-shadow: 0 0 10px rgba(200, 168, 75, 0.3); }
  50%       { box-shadow: 0 0 30px rgba(200, 168, 75, 0.6); }
}

.animate-in {
  animation: fadeInUp 0.6s ease forwards;
}