.hero {
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 24px;
  position: relative;
  background-image:
    radial-gradient(ellipse at center, rgba(34, 211, 238, 0.06) 0%, transparent 70%);
}

.hero-card {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 48px;
  background: var(--surface);
  border-radius: 20px;
  border: 1px solid var(--border);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.4),
    0 0 80px rgba(34, 211, 238, 0.06);
  text-align: center;
}

.hero-card h1 {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--text);
}

.hero-card p {
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.7;
}

.offers-section {
  padding: 80px 24px;
  position: relative;
  background-image: url('/images/offers_bg/offers_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.offers-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5, 6, 10, 0.88);
}

.offers-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.offers-section h2 {
  font-family: var(--font-serif);
  font-size: 2rem;
  text-align: center;
  margin-bottom: 48px;
  color: var(--text);
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

.offer-card {
  background: #1a1d2e;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.offer-card-header {
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, #252840 0%, #1e2136 100%);
}

.offer-logo {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 12px;
  background: #fff;
  padding: 6px;
}

.offer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.offer-card-header h3 {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 700;
}

.offer-card-body {
  padding: 20px 24px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.offer-bonus {
  font-size: clamp(0.85rem, 2.5vw, 1rem);
  color: #fbbf24;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1.35;
  word-break: break-word;
  overflow-wrap: break-word;
}

.offer-terms {
  font-size: 11px;
  color: #9ca3af;
  margin-bottom: 12px;
}

.offer-desc {
  font-size: 12px;
  color: #9ca3af;
  line-height: 1.5;
  margin-bottom: 16px;
  flex: 1;
}

.offer-cta {
  display: block;
  width: 100%;
  padding: 12px 20px;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.offer-cta:hover {
  opacity: 0.9;
}

.storytelling-scroll {
  position: relative;
}

.narrative-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 24px;
  position: relative;
  overflow: hidden;
}

.narrative-section::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.4;
  pointer-events: none;
}

.immersive-wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}

.info-1 {
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.04) 0%, transparent 60%);
}

.info-1::before {
  background: radial-gradient(circle at 80% 20%, rgba(163, 230, 53, 0.08), transparent 50%);
}

.info-1 .immersive-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.info-1 .info-text h2 {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: var(--primary);
}

.info-1 .info-text p {
  color: var(--muted);
  margin-bottom: 16px;
}

.info-1 .info-visual {
  display: flex;
  justify-content: center;
}

.info-1 .info-visual {
  overflow: hidden;
  max-width: 100%;
}

.info-1 .info-visual img {
  max-width: 100%;
  max-height: 320px;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid var(--border);
}

.info-2 {
  background: var(--surface);
}

.info-2 .immersive-wrap {
  max-width: 900px;
  text-align: center;
}

.info-2 h2 {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  margin-bottom: 32px;
  color: var(--secondary);
}

.info-2 .step-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.info-2 .step-card {
  padding: 28px 20px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  text-align: left;
}

.info-2 .step-card strong {
  display: block;
  color: var(--primary);
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.info-2 .step-card p {
  color: var(--muted);
  font-size: 14px;
}

.info-2 .info-prose {
  color: var(--muted);
  margin-bottom: 16px;
}

.info-3 {
  background: linear-gradient(180deg, transparent 0%, rgba(244, 114, 182, 0.04) 50%, transparent 100%);
}

.info-3 .immersive-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info-3 h2 {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  margin-bottom: 24px;
  text-align: center;
  color: var(--accent);
}

.info-3 .highlight-band {
  width: 100%;
  padding: 40px;
  background: rgba(14, 16, 32, 0.8);
  border-left: 4px solid var(--accent);
  border-radius: 0 16px 16px 0;
  margin-bottom: 24px;
}

.info-3 .highlight-band p {
  color: var(--muted);
  margin-bottom: 12px;
}

.info-3 .tip-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
}

.info-3 .tip-item {
  padding: 16px 20px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--muted);
  font-size: 14px;
}

.info-4 {
  background: var(--bg);
}

.info-4 .immersive-wrap {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}

.info-4 h2 {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: var(--primary);
}

.info-4 p {
  color: var(--muted);
  margin-bottom: 16px;
}

.info-4 .slot-stats {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.info-4 .stat-box {
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  text-align: center;
}

.info-4 .stat-box strong {
  display: block;
  font-size: 2rem;
  color: var(--secondary);
  font-family: var(--font-serif);
}

.info-4 .stat-box span {
  color: var(--muted);
  font-size: 13px;
}

.info-4 .info-visual {
  overflow: hidden;
  max-width: 100%;
}

.info-4 .info-visual img {
  max-width: 500px;
  max-height: 320px;
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.info-4 .topic-cta {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  background: transparent;
  border: 2px solid var(--primary);
  color: var(--primary);
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease;
}

.info-4 .topic-cta:hover {
  background: var(--primary);
  color: var(--bg);
}

.info-5 {
  min-height: auto;
  padding: 100px 24px;
  background: var(--surface);
}

.info-5 .immersive-wrap {
  display: flex;
  gap: 48px;
  align-items: stretch;
}

.info-5 .info-visual {
  flex: 0 0 40%;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.12) 0%, rgba(244, 114, 182, 0.08) 100%);
  border: 1px solid var(--border);
  border-radius: 16px;
  min-height: 280px;
}

.info-5 .info-content {
  flex: 1;
}

.info-5 h2 {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: var(--text);
}

.info-5 p {
  color: var(--muted);
  margin-bottom: 16px;
}

.info-5 .game-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.info-5 .game-tag {
  padding: 8px 16px;
  background: rgba(34, 211, 238, 0.1);
  border: 1px solid rgba(34, 211, 238, 0.2);
  border-radius: 20px;
  color: var(--primary);
  font-size: 13px;
}

.info-6 {
  background: linear-gradient(90deg, rgba(163, 230, 53, 0.03) 0%, transparent 50%);
}

.info-6 .immersive-wrap {
  max-width: 1000px;
}

.info-6 h2 {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  margin-bottom: 32px;
  text-align: center;
  color: var(--secondary);
}

.info-6 .payment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}

.info-6 .payment-item {
  padding: 24px 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  text-align: center;
}

.info-6 .payment-item strong {
  display: block;
  color: var(--text);
  margin-bottom: 8px;
}

.info-6 .payment-item span {
  color: var(--muted);
  font-size: 13px;
}

.info-6 p {
  color: var(--muted);
  text-align: center;
  max-width: 700px;
  margin: 0 auto 16px;
}

.info-6 .topic-cta {
  display: block;
  width: fit-content;
  margin: 24px auto 0;
  padding: 12px 28px;
  background: var(--secondary);
  color: var(--bg);
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
}

.info-7 {
  background: var(--bg);
}

.info-7 .immersive-wrap {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: center;
}

.info-7 .info-visual {
  overflow: hidden;
  max-width: 100%;
}

.info-7 .info-visual img {
  max-width: 500px;
  max-height: 320px;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.info-7 h2 {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: var(--accent);
}

.info-7 p {
  color: var(--muted);
  margin-bottom: 16px;
}

.info-7 .other-games-list {
  list-style: none;
  margin-top: 20px;
}

.info-7 .other-games-list li {
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  color: var(--muted);
  display: flex;
  justify-content: space-between;
}

.info-7 .other-games-list li strong {
  color: var(--text);
}

.info-8 {
  background: var(--surface);
  min-height: auto;
  padding: 100px 24px;
}

.info-8 .immersive-wrap {
  text-align: center;
}

.info-8 h2 {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  margin-bottom: 24px;
  color: var(--primary);
}

.info-8 .live-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 40px 0;
}

.info-8 .live-feature {
  padding: 32px 24px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 16px;
}

.info-8 .live-feature h3 {
  font-family: var(--font-serif);
  color: var(--accent);
  margin-bottom: 12px;
}

.info-8 .live-feature p {
  color: var(--muted);
  font-size: 14px;
}

.info-8 .info-prose {
  color: var(--muted);
  max-width: 700px;
  margin: 0 auto 16px;
}

.info-8 .topic-cta {
  display: inline-block;
  margin-top: 24px;
  padding: 12px 28px;
  border: 2px solid var(--accent);
  color: var(--accent);
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: background 0.2s ease;
}

.info-8 .topic-cta:hover {
  background: var(--accent);
  color: var(--bg);
}

.info-9 {
  background: linear-gradient(180deg, rgba(34, 211, 238, 0.05) 0%, transparent 100%);
}

.info-9 .immersive-wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 48px;
  align-items: center;
}

.info-9 .roulette-wheel {
  flex: 0 0 280px;
  height: 280px;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    #dc2626 0deg 10deg,
    #1a1a2e 10deg 20deg,
    #dc2626 20deg 30deg,
    #1a1a2e 30deg 40deg,
    #dc2626 40deg 50deg,
    #1a1a2e 50deg 60deg,
    #dc2626 60deg 70deg,
    #1a1a2e 70deg 80deg,
    #dc2626 80deg 90deg,
    #1a1a2e 90deg 100deg,
    #dc2626 100deg 110deg,
    #1a1a2e 110deg 120deg,
    #dc2626 120deg 130deg,
    #1a1a2e 130deg 140deg,
    #dc2626 140deg 150deg,
    #1a1a2e 150deg 160deg,
    #dc2626 160deg 170deg,
    #1a1a2e 170deg 180deg,
    #dc2626 180deg 190deg,
    #1a1a2e 190deg 200deg,
    #dc2626 200deg 210deg,
    #1a1a2e 210deg 220deg,
    #dc2626 220deg 230deg,
    #1a1a2e 230deg 240deg,
    #dc2626 240deg 250deg,
    #1a1a2e 250deg 260deg,
    #dc2626 260deg 270deg,
    #1a1a2e 270deg 280deg,
    #dc2626 280deg 290deg,
    #1a1a2e 290deg 300deg,
    #dc2626 300deg 310deg,
    #1a1a2e 310deg 320deg,
    #dc2626 320deg 330deg,
    #1a1a2e 330deg 340deg,
    #dc2626 340deg 350deg,
    #1a1a2e 350deg 360deg
  );
  border: 6px solid #b8860b;
  box-shadow: 0 0 40px rgba(34, 211, 238, 0.15);
  position: relative;
}

.info-9 .roulette-wheel::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: var(--surface);
  border-radius: 50%;
  border: 3px solid #b8860b;
}

.info-9 h2 {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: var(--text);
}

.info-9 p {
  color: var(--muted);
  margin-bottom: 16px;
}

.info-10 {
  background: var(--surface);
  min-height: 70vh;
}

.info-10 .immersive-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: rgba(5, 6, 10, 0.5);
}

.info-10 h2 {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  margin-bottom: 24px;
  color: var(--secondary);
  text-align: center;
}

.info-10 .intro-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.info-10 .intro-col p {
  color: var(--muted);
  margin-bottom: 12px;
  font-size: 15px;
}

.info-10 .intro-col ul {
  list-style: none;
  margin-top: 12px;
}

.info-10 .intro-col li {
  padding: 8px 0 8px 20px;
  position: relative;
  color: var(--muted);
  font-size: 14px;
}

.info-10 .intro-col li::before {
  content: '◆';
  position: absolute;
  left: 0;
  color: var(--secondary);
  font-size: 10px;
}

@media (max-width: 900px) {
  .hero-card {
    padding: 24px;
  }

  .info-1 .immersive-wrap,
  .info-4 .immersive-wrap,
  .info-5 .immersive-wrap,
  .info-7 .immersive-wrap,
  .info-9 .immersive-wrap {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .info-5 .immersive-wrap {
    flex-direction: column;
  }

  .info-5 .info-visual {
    min-height: 200px;
    width: 100%;
  }

  .info-2 .step-cards,
  .info-3 .tip-list,
  .info-6 .payment-grid,
  .info-8 .live-features,
  .info-10 .intro-columns {
    grid-template-columns: 1fr;
  }

  .info-9 .immersive-wrap {
    flex-direction: column;
  }

  .narrative-section {
    min-height: auto;
    padding: 64px 24px;
  }

  .offers-section {
    background-attachment: scroll;
  }

  .offer-logo {
    width: 64px;
    height: 64px;
  }

  .offer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
  }

  .info-1 .info-visual,
  .info-4 .info-visual,
  .info-7 .info-visual {
    overflow: hidden;
    max-width: 100%;
  }

  .info-1 .info-visual img,
  .info-4 .info-visual img,
  .info-7 .info-visual img {
    max-width: 100%;
    max-height: 240px;
  }

  .immersive-wrap {
    overflow-x: hidden;
    max-width: 100%;
  }
}
