/* ============================================
   Wageon Kasino - Finnish Casino Website
   Main Stylesheet
   ============================================ */

:root {
  --primary: #c9a227;
  --primary-dark: #a07c10;
  --primary-light: #f0c84a;
  --secondary: #1a1a2e;
  --secondary-light: #16213e;
  --accent: #0f3460;
  --dark: #0d0d1a;
  --darker: #070710;
  --text: #e8e8f0;
  --text-muted: #9a9ab0;
  --white: #ffffff;
  --green: #00c853;
  --red: #ff1744;
  --gradient-gold: linear-gradient(135deg, #c9a227 0%, #f0c84a 50%, #c9a227 100%);
  --gradient-dark: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%);
  --gradient-hero: linear-gradient(135deg, #070710 0%, #1a1a2e 40%, #0f3460 100%);
  --shadow-gold: 0 4px 20px rgba(201, 162, 39, 0.3);
  --shadow-dark: 0 8px 32px rgba(0, 0, 0, 0.6);
  --border-gold: 1px solid rgba(201, 162, 39, 0.3);
  --radius: 12px;
  --radius-lg: 20px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  background-color: var(--dark);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
}

/* ============================================
   TYPOGRAPHY
   ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}

h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 4vw, 2.5rem); }
h3 { font-size: clamp(1.3rem, 3vw, 1.8rem); }

.gold-text {
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-muted { color: var(--text-muted); }

a {
  color: var(--primary);
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover { color: var(--primary-light); }

p { margin-bottom: 1rem; }

/* ============================================
   LAYOUT
   ============================================ */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  padding: 80px 0;
}

.section-alt {
  background: var(--secondary);
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  margin-bottom: 1rem;
}

.section-header .subtitle {
  font-size: 1.1rem;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
}

.section-divider {
  width: 60px;
  height: 3px;
  background: var(--gradient-gold);
  margin: 1rem auto 1.5rem;
  border-radius: 2px;
}

/* ============================================
   HEADER & NAVIGATION
   ============================================ */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(7, 7, 16, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: var(--border-gold);
  transition: all 0.3s ease;
}

header.scrolled {
  box-shadow: var(--shadow-dark);
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--white);
  text-decoration: none;
}

.logo span {
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.logo-icon {
  width: 40px;
  height: 40px;
  background: var(--gradient-gold);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 5px;
  align-items: center;
}

.nav-links a {
  color: var(--text);
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--primary);
  background: rgba(201, 162, 39, 0.1);
}

.nav-cta {
  background: var(--gradient-gold) !important;
  color: var(--dark) !important;
  font-weight: 700 !important;
  padding: 10px 20px !important;
}

.nav-cta:hover {
  background: var(--primary-light) !important;
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold) !important;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
  padding: 5px;
}

.hamburger span {
  width: 25px;
  height: 2px;
  background: var(--primary);
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
  min-height: 100vh;
  background: var(--gradient-hero);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600"><circle cx="400" cy="300" r="250" fill="none" stroke="%23c9a227" stroke-width="1" opacity="0.05"/><circle cx="400" cy="300" r="180" fill="none" stroke="%23c9a227" stroke-width="1" opacity="0.08"/><circle cx="400" cy="300" r="110" fill="none" stroke="%23c9a227" stroke-width="1" opacity="0.12"/></svg>') center/cover no-repeat;
  pointer-events: none;
}

.hero-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--primary);
  border-radius: 50%;
  opacity: 0;
  animation: floatParticle 8s infinite;
}

@keyframes floatParticle {
  0% { opacity: 0; transform: translateY(100vh) rotate(0deg); }
  10% { opacity: 0.6; }
  90% { opacity: 0.3; }
  100% { opacity: 0; transform: translateY(-100px) rotate(360deg); }
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201, 162, 39, 0.15);
  border: var(--border-gold);
  border-radius: 30px;
  padding: 8px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 20px;
}

.hero-badge .dot {
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

.hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.hero-desc {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin-bottom: 2rem;
  max-width: 500px;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.hero-stats {
  display: flex;
  gap: 30px;
}

.hero-stat {
  text-align: center;
}

.hero-stat .number {
  font-size: 1.8rem;
  font-weight: 800;
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
}

.hero-stat .label {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-image {
  position: relative;
}

.hero-img-wrap {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-dark);
}

.hero-img-wrap img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.hero-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(7,7,16,0.8) 100%);
}

.floating-card {
  position: absolute;
  background: rgba(7, 7, 16, 0.9);
  border: var(--border-gold);
  border-radius: var(--radius);
  padding: 12px 16px;
  backdrop-filter: blur(10px);
  animation: float 6s ease-in-out infinite;
}

.floating-card.card-1 {
  bottom: 30px;
  left: -20px;
  animation-delay: 0s;
}

.floating-card.card-2 {
  top: 30px;
  right: -20px;
  animation-delay: 3s;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.floating-card .card-icon {
  font-size: 1.4rem;
  margin-bottom: 4px;
}

.floating-card .card-value {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary);
  display: block;
}

.floating-card .card-label {
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--radius);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-primary {
  background: var(--gradient-gold);
  color: var(--dark);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-gold);
  color: var(--dark);
}

.btn-secondary {
  background: transparent;
  border: 2px solid var(--primary);
  color: var(--primary);
}

.btn-secondary:hover {
  background: rgba(201, 162, 39, 0.1);
  transform: translateY(-3px);
  color: var(--primary-light);
}

.btn-lg {
  padding: 18px 36px;
  font-size: 1.1rem;
  border-radius: var(--radius-lg);
}

.btn-block {
  width: 100%;
  justify-content: center;
}

/* ============================================
   RATING BADGE
   ============================================ */
.rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(201, 162, 39, 0.1);
  border: var(--border-gold);
  border-radius: 30px;
  padding: 6px 14px;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--primary);
}

.stars {
  color: var(--primary);
  font-size: 0.9rem;
}

/* ============================================
   FEATURES / PROS CARDS
   ============================================ */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.feature-card {
  background: var(--secondary-light);
  border: var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 30px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-gold);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.feature-card:hover::before {
  transform: scaleX(1);
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-gold);
  border-color: rgba(201, 162, 39, 0.5);
}

.feature-icon {
  width: 60px;
  height: 60px;
  background: rgba(201, 162, 39, 0.1);
  border: var(--border-gold);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.feature-card h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: var(--white);
}

.feature-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 0;
}

/* ============================================
   GAMES SECTION
   ============================================ */
.games-tabs {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.tab-btn {
  padding: 10px 24px;
  background: transparent;
  border: var(--border-gold);
  border-radius: 30px;
  color: var(--text-muted);
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

.tab-btn.active,
.tab-btn:hover {
  background: var(--gradient-gold);
  color: var(--dark);
  border-color: transparent;
  font-weight: 700;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}

.game-card {
  background: var(--secondary-light);
  border: var(--border-gold);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.game-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-gold);
}

.game-card-img {
  position: relative;
  padding-top: 65%;
  overflow: hidden;
  background: var(--secondary);
}

.game-card-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.game-card:hover .game-card-img img {
  transform: scale(1.1);
}

.game-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.game-card:hover .game-card-overlay {
  opacity: 1;
}

.game-play-btn {
  background: var(--gradient-gold);
  color: var(--dark);
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.9rem;
}

.game-card-info {
  padding: 15px;
}

.game-card-info h4 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--white);
}

.game-card-info span {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.game-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--gradient-gold);
  color: var(--dark);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  z-index: 2;
}

/* ============================================
   BONUS SECTION
   ============================================ */
.bonus-hero {
  background: var(--gradient-dark);
  border: var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

.bonus-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(201, 162, 39, 0.15) 0%, transparent 70%);
}

.bonus-amount {
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 900;
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 10px;
}

.bonus-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.bonus-card {
  background: var(--secondary-light);
  border: var(--border-gold);
  border-radius: var(--radius);
  padding: 25px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.bonus-card.featured {
  border-color: var(--primary);
  box-shadow: var(--shadow-gold);
}

.bonus-card.featured::after {
  content: 'SUOSITUIN';
  position: absolute;
  top: 15px;
  right: -25px;
  background: var(--gradient-gold);
  color: var(--dark);
  font-size: 0.65rem;
  font-weight: 800;
  padding: 5px 35px;
  transform: rotate(45deg);
  letter-spacing: 1px;
}

.bonus-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-gold);
}

.bonus-number {
  font-size: 2.5rem;
  font-weight: 800;
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  margin-bottom: 8px;
}

.bonus-card h3 {
  font-size: 1.1rem;
  color: var(--white);
  margin-bottom: 12px;
}

.bonus-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 20px;
}

/* ============================================
   PAYMENT METHODS
   ============================================ */
.payment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 15px;
}

.payment-item {
  background: var(--secondary-light);
  border: var(--border-gold);
  border-radius: var(--radius);
  padding: 20px 15px;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-muted);
  cursor: default;
}

.payment-item:hover {
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-3px);
}

.payment-item .payment-icon {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 8px;
}

/* ============================================
   INFO TABLE
   ============================================ */
.info-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--secondary-light);
  border-radius: var(--radius);
  overflow: hidden;
  border: var(--border-gold);
}

.info-table th,
.info-table td {
  padding: 15px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(201, 162, 39, 0.1);
}

.info-table th {
  background: rgba(201, 162, 39, 0.1);
  font-weight: 600;
  color: var(--primary);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.info-table tr:last-child td {
  border-bottom: none;
}

.info-table tr:hover td {
  background: rgba(201, 162, 39, 0.05);
}

.info-table td:first-child {
  color: var(--text-muted);
  width: 40%;
}

/* ============================================
   PROS & CONS
   ============================================ */
.pros-cons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.pros-list,
.cons-list {
  background: var(--secondary-light);
  border-radius: var(--radius-lg);
  padding: 30px;
}

.pros-list {
  border: 1px solid rgba(0, 200, 83, 0.3);
}

.cons-list {
  border: 1px solid rgba(255, 23, 68, 0.3);
}

.pros-list h3 {
  color: var(--green);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cons-list h3 {
  color: var(--red);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pros-list ul,
.cons-list ul {
  list-style: none;
}

.pros-list li,
.cons-list li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  color: var(--text);
}

.pros-list li:last-child,
.cons-list li:last-child {
  border-bottom: none;
}

.pros-list li::before {
  content: '✓';
  color: var(--green);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}

.cons-list li::before {
  content: '✗';
  color: var(--red);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ============================================
   REVIEW SCORE
   ============================================ */
.score-container {
  background: var(--secondary-light);
  border: var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 40px;
  text-align: center;
}

.score-circle {
  width: 150px;
  height: 150px;
  background: var(--gradient-gold);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 0 40px rgba(201, 162, 39, 0.4);
}

.score-number {
  font-size: 3rem;
  font-weight: 900;
  color: var(--dark);
  line-height: 1;
}

.score-max {
  font-size: 0.9rem;
  color: var(--dark);
  font-weight: 600;
}

.score-bars {
  margin-top: 25px;
}

.score-bar-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}

.score-bar-label {
  font-size: 0.85rem;
  color: var(--text-muted);
  width: 120px;
  text-align: right;
  flex-shrink: 0;
}

.score-bar-track {
  flex: 1;
  height: 8px;
  background: var(--secondary);
  border-radius: 4px;
  overflow: hidden;
}

.score-bar-fill {
  height: 100%;
  background: var(--gradient-gold);
  border-radius: 4px;
  transition: width 1s ease;
}

.score-bar-value {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--primary);
  width: 30px;
  flex-shrink: 0;
}

/* ============================================
   FAQ SECTION
   ============================================ */
.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: var(--secondary-light);
  border: var(--border-gold);
  border-radius: var(--radius);
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item.open {
  border-color: rgba(201, 162, 39, 0.5);
  box-shadow: var(--shadow-gold);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.faq-question:hover {
  color: var(--primary);
}

.faq-item.open .faq-question {
  color: var(--primary);
}

.faq-icon {
  width: 28px;
  height: 28px;
  background: rgba(201, 162, 39, 0.1);
  border: var(--border-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.faq-item.open .faq-icon {
  background: var(--gradient-gold);
  color: var(--dark);
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.open .faq-answer {
  max-height: 500px;
  padding: 0 25px 20px;
}

.faq-answer p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 0;
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.testimonial-card {
  background: var(--secondary-light);
  border: var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 30px;
  position: relative;
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 5rem;
  color: rgba(201, 162, 39, 0.15);
  font-family: Georgia, serif;
  line-height: 1;
}

.testimonial-stars {
  color: var(--primary);
  margin-bottom: 15px;
  font-size: 1rem;
}

.testimonial-text {
  font-size: 0.95rem;
  color: var(--text-muted);
  font-style: italic;
  margin-bottom: 20px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-avatar {
  width: 45px;
  height: 45px;
  background: var(--gradient-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--dark);
  font-size: 1.1rem;
}

.author-info h4 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 2px;
  color: var(--white);
}

.author-info span {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* ============================================
   BREADCRUMB
   ============================================ */
.breadcrumb {
  background: var(--secondary);
  padding: 12px 0;
  border-bottom: 1px solid rgba(201, 162, 39, 0.1);
}

.breadcrumb-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.breadcrumb-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.breadcrumb-list li::after {
  content: '›';
  color: var(--text-muted);
}

.breadcrumb-list li:last-child::after {
  display: none;
}

.breadcrumb-list a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-list a:hover {
  color: var(--primary);
}

.breadcrumb-list li.active {
  color: var(--primary);
}

/* ============================================
   CONTENT PAGE STYLES
   ============================================ */
.page-hero {
  background: var(--gradient-hero);
  padding: 120px 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 100%, rgba(201, 162, 39, 0.1) 0%, transparent 70%);
}

.page-hero h1 {
  position: relative;
  z-index: 2;
  margin-bottom: 1rem;
}

.page-hero p {
  position: relative;
  z-index: 2;
  color: var(--text-muted);
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

.content-article {
  max-width: 900px;
  margin: 0 auto;
}

.content-article h2 {
  color: var(--primary);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(201, 162, 39, 0.2);
}

.content-article h3 {
  color: var(--white);
  margin-top: 2rem;
  margin-bottom: 0.8rem;
}

.content-article p {
  color: var(--text-muted);
  line-height: 1.8;
}

.content-article ul,
.content-article ol {
  color: var(--text-muted);
  padding-left: 25px;
  margin-bottom: 1rem;
}

.content-article li {
  margin-bottom: 8px;
  line-height: 1.7;
}

.highlight-box {
  background: rgba(201, 162, 39, 0.08);
  border: var(--border-gold);
  border-left: 4px solid var(--primary);
  border-radius: var(--radius);
  padding: 20px 25px;
  margin: 20px 0;
}

.highlight-box p {
  margin-bottom: 0;
  color: var(--text);
}

/* ============================================
   SIDEBAR
   ============================================ */
.content-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  align-items: start;
}

.sidebar-widget {
  background: var(--secondary-light);
  border: var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 25px;
  margin-bottom: 25px;
}

.sidebar-widget h3 {
  font-size: 1rem;
  color: var(--primary);
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sidebar-cta {
  background: var(--gradient-dark);
  border: var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 30px;
  text-align: center;
  margin-bottom: 25px;
}

.sidebar-cta h3 {
  font-size: 1.3rem;
  color: var(--white);
  margin-bottom: 10px;
}

.sidebar-cta .bonus-highlight {
  font-size: 2rem;
  font-weight: 800;
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  margin-bottom: 15px;
}

.quick-info-list {
  list-style: none;
}

.quick-info-list li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  font-size: 0.9rem;
}

.quick-info-list li:last-child {
  border-bottom: none;
}

.quick-info-list .key {
  color: var(--text-muted);
}

.quick-info-list .value {
  color: var(--primary);
  font-weight: 600;
}

/* ============================================
   TRUST BADGES
   ============================================ */
.trust-bar {
  background: var(--secondary);
  border-top: var(--border-gold);
  border-bottom: var(--border-gold);
  padding: 20px 0;
}

.trust-items {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.trust-item .trust-icon {
  width: 35px;
  height: 35px;
  background: rgba(201, 162, 39, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

/* ============================================
   AGE DISCLAIMER
   ============================================ */
.age-bar {
  background: rgba(201, 162, 39, 0.05);
  border-top: var(--border-gold);
  padding: 15px 0;
  text-align: center;
}

.age-bar p {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 0;
}

/* ============================================
   FOOTER
   ============================================ */
footer {
  background: var(--darker);
  border-top: var(--border-gold);
  padding-top: 60px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(201, 162, 39, 0.1);
}

.footer-brand .logo {
  display: inline-flex;
  margin-bottom: 15px;
}

.footer-brand p {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 20px;
  line-height: 1.6;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.social-btn {
  width: 38px;
  height: 38px;
  background: rgba(201, 162, 39, 0.1);
  border: var(--border-gold);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  text-decoration: none;
  color: var(--text-muted);
}

.social-btn:hover {
  background: var(--gradient-gold);
  color: var(--dark);
  border-color: transparent;
}

.footer-col h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: var(--text-muted);
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: var(--primary);
}

.footer-bottom {
  padding: 25px 0;
  text-align: center;
}

.footer-bottom p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.footer-bottom .disclaimer {
  font-size: 0.75rem;
  color: rgba(154, 154, 176, 0.6);
  max-width: 800px;
  margin: 0 auto;
}

/* ============================================
   PAGE TRANSITION OVERLAY
   ============================================ */
.page-loader {
  position: fixed;
  inset: 0;
  background: var(--dark);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
}

.page-loader.hidden {
  opacity: 0;
  pointer-events: none;
}

.loader-logo {
  font-size: 2.5rem;
  font-weight: 800;
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: loaderPulse 1s ease-in-out infinite;
}

@keyframes loaderPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.95); }
}

/* ============================================
   COOKIE BANNER
   ============================================ */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(7, 7, 16, 0.97);
  border-top: var(--border-gold);
  padding: 20px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  backdrop-filter: blur(10px);
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.cookie-banner.show {
  transform: translateY(0);
}

.cookie-banner p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 0;
  max-width: 700px;
}

.cookie-btns {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

/* ============================================
   SCROLL TO TOP
   ============================================ */
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  background: var(--gradient-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--dark);
  cursor: pointer;
  border: none;
  box-shadow: var(--shadow-gold);
  z-index: 998;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.scroll-top.show {
  opacity: 1;
  transform: translateY(0);
}

.scroll-top:hover {
  transform: translateY(-3px) scale(1.1);
}

/* ============================================
   IMAGE STYLES
   ============================================ */
.img-rounded {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: var(--border-gold);
}

.img-rounded img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.img-rounded:hover img {
  transform: scale(1.03);
}

.img-hero {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  border: var(--border-gold);
  display: block;
}

.provider-logos {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.provider-badge {
  background: var(--secondary-light);
  border: var(--border-gold);
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-muted);
  transition: all 0.3s ease;
}

.provider-badge:hover {
  color: var(--primary);
  border-color: var(--primary);
}

/* ============================================
   MOBILE MENU
   ============================================ */
@media (max-width: 768px) {
  .hamburger { display: flex; }

  .nav-links {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(7, 7, 16, 0.98);
    flex-direction: column;
    padding: 30px 20px;
    gap: 5px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
  }

  .nav-links.open {
    transform: translateX(0);
  }

  .nav-links a {
    padding: 14px 20px;
    font-size: 1rem;
    display: block;
  }

  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-stats {
    justify-content: center;
  }

  .hero-image {
    order: -1;
  }

  .hero-img-wrap img {
    height: 300px;
  }

  .floating-card.card-1,
  .floating-card.card-2 {
    display: none;
  }

  .pros-cons-grid {
    grid-template-columns: 1fr;
  }

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

  .content-layout {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 50px 0;
  }

  .bonus-hero {
    padding: 30px 20px;
  }
}

@media (max-width: 480px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-items {
    gap: 20px;
  }

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

/* ============================================
   ANIMATIONS
   ============================================ */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.slide-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.slide-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.slide-right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.slide-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* ============================================
   NOTIFICATION TOAST
   ============================================ */
.toast {
  position: fixed;
  top: 100px;
  right: 20px;
  background: var(--secondary-light);
  border: var(--border-gold);
  border-radius: var(--radius);
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 9000;
  box-shadow: var(--shadow-dark);
  transform: translateX(120%);
  transition: transform 0.4s ease;
  max-width: 320px;
}

.toast.show {
  transform: translateX(0);
}

.toast-icon {
  font-size: 1.3rem;
  flex-shrink: 0;
}

.toast-text {
  font-size: 0.9rem;
  color: var(--text);
}

/* ============================================
   VIP SECTION
   ============================================ */
.vip-tiers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}

.vip-tier {
  background: var(--secondary-light);
  border: var(--border-gold);
  border-radius: var(--radius);
  padding: 25px 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.vip-tier:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-gold);
}

.vip-tier.gold-tier {
  border-color: var(--primary);
  box-shadow: var(--shadow-gold);
}

.tier-icon {
  font-size: 2.5rem;
  margin-bottom: 12px;
  display: block;
}

.tier-name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 8px;
}

.tier-cashback {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--white);
  display: block;
}

.tier-desc {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 5px;
}
