/* ---- HERO ---- */
[data-section="hero"] {
  position: relative;
  overflow: hidden;
  min-height: 90vh;
  display: flex;
  align-items: center;
  background: radial-gradient(ellipse 80% 70% at 60% 50%, rgba(0, 87, 255, 0.25) 0%, transparent 70%),
              radial-gradient(ellipse 50% 60% at 10% 80%, rgba(0, 207, 255, 0.1) 0%, transparent 60%),
              linear-gradient(160deg, #070d1e 0%, #0a1628 50%, #070d1e 100%);
  padding: var(--sp6) 0;
}

[data-section="hero"]::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: 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='%2300cfff' 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;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp6);
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-content { max-width: 620px; }

.hero-eyebrow {
  display: flex;
  gap: var(--sp1);
  flex-wrap: wrap;
  margin-bottom: var(--sp3);
}

.hero-title {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: var(--sp3);
  background: linear-gradient(135deg, #ffffff 0%, #e0f4ff 40%, var(--c4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-desc {
  font-size: 1.1rem;
  color: var(--c7);
  line-height: 1.75;
  margin-bottom: var(--sp4);
}

.hero-actions {
  display: flex;
  gap: var(--sp2);
  flex-wrap: wrap;
  margin-bottom: var(--sp4);
}

.hero-stats {
  display: flex;
  gap: var(--sp4);
  flex-wrap: wrap;
  padding-top: var(--sp3);
  border-top: 1px solid rgba(0, 207, 255, 0.15);
}

.stat-item { display: flex; flex-direction: column; gap: 0.2rem; }

.stat-value {
  font-size: 1.7rem;
  font-weight: 900;
  color: var(--c4);
  line-height: 1;
}

.stat-label {
  font-size: 0.72rem;
  color: var(--c7);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-card-stack {
  position: relative;
  width: 100%;
  max-width: 420px;
}

.hero-promo-card {
  background: linear-gradient(135deg, rgba(0, 87, 255, 0.3) 0%, rgba(0, 207, 255, 0.15) 100%);
  border: 1px solid rgba(0, 207, 255, 0.35);
  border-radius: var(--rad2);
  padding: var(--sp3) var(--sp4);
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 60px rgba(0, 87, 255, 0.3), var(--glow);
  position: relative;
  z-index: 2;
  animation: floatCard 4s ease-in-out infinite;
}

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

.promo-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--c4);
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.promo-amount {
  font-size: clamp(2.5rem, 5vw, 3.8rem);
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.5rem;
  text-shadow: 0 0 30px rgba(255, 215, 0, 0.5);
}

.promo-sub {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: var(--sp2);
}

.promo-bar {
  display: flex;
  align-items: center;
  gap: var(--sp2);
  padding: 0.6rem 1rem;
  background: rgba(255, 215, 0, 0.08);
  border-radius: var(--rad);
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.promo-bar-text {
  font-size: 0.8rem;
  color: var(--gold);
  font-weight: 600;
}

.countdown {
  display: flex;
  gap: 0.5rem;
  margin-top: var(--sp2);
}

.count-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 207, 255, 0.2);
  border-radius: 8px;
  padding: 0.4rem 0.6rem;
  min-width: 48px;
}

.count-num {
  font-size: 1.2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

.count-label {
  font-size: 0.6rem;
  color: var(--c7);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hero-card-bg1 {
  position: absolute;
  top: 15px; right: -15px;
  width: calc(100% - 10px);
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 87, 255, 0.15), rgba(0, 207, 255, 0.08));
  border: 1px solid rgba(0, 207, 255, 0.2);
  border-radius: var(--rad2);
  z-index: 1;
}

.hero-card-bg2 {
  position: absolute;
  top: 30px; right: -28px;
  width: calc(100% - 20px);
  height: 100%;
  background: rgba(0, 207, 255, 0.04);
  border: 1px solid rgba(0, 207, 255, 0.1);
  border-radius: var(--rad2);
  z-index: 0;
}

.social-proof-strip {
  display: flex;
  align-items: center;
  gap: var(--sp2);
  margin-top: var(--sp3);
  padding: 0.75rem 1.2rem;
  background: rgba(0, 207, 255, 0.06);
  border: 1px solid rgba(0, 207, 255, 0.15);
  border-radius: var(--rad);
}

.sp-avatars {
  display: flex;
}

.sp-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid var(--bg);
  margin-left: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  font-weight: 700;
  color: #fff;
}

.sp-avatar:first-child { margin-left: 0; }

.sp-text {
  font-size: 0.8rem;
  color: var(--c7);
}

.sp-text strong { color: #fff; }

/* ---- LICENCE ---- */
[data-section="licence"] {
  padding: var(--sp6) 0;
  background: linear-gradient(180deg, rgba(0, 87, 255, 0.04) 0%, transparent 100%);
}

.trust-badges {
  display: flex;
  gap: var(--sp2);
  flex-wrap: wrap;
  margin: var(--sp3) 0;
}

/* ---- SOFTWARE ---- */
[data-section="software"] {
  padding: var(--sp6) 0;
}

.providers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: var(--sp2);
  margin: var(--sp3) 0;
}

.provider-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.2rem;
  background: rgba(0, 207, 255, 0.06);
  border: 1px solid rgba(0, 207, 255, 0.15);
  border-radius: var(--rad);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--c7);
  text-align: center;
  transition: var(--trans);
}

.provider-badge:hover {
  border-color: rgba(0, 207, 255, 0.4);
  color: var(--c4);
  background: rgba(0, 207, 255, 0.1);
}

/* ---- GAME CATALOG ---- */
[data-section="game-catalog"] {
  padding: var(--sp6) 0;
  background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(0, 87, 255, 0.08) 0%, transparent 70%);
}

/* ---- GAME CATEGORIES ---- */
[data-section="game-categories"] {
  padding: var(--sp6) 0;
}

.game-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--sp2);
  margin: var(--sp3) 0;
}

.game-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--rad2);
  padding: var(--sp3);
  transition: var(--trans);
  backdrop-filter: blur(12px);
  position: relative;
  overflow: hidden;
  cursor: default;
}

.game-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--c4), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

.game-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 207, 255, 0.45);
  box-shadow: var(--shadow2), var(--glow);
}

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

.game-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}

.game-card p { font-size: 0.85rem; color: var(--c7); margin: 0; }

.game-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--c3), var(--c4));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--sp2);
  font-size: 1.2rem;
}

.section-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--c4);
  font-weight: 600;
  margin-top: var(--sp2);
  transition: var(--trans);
}

.section-link:hover { color: var(--c5); gap: 0.7rem; }

/* ---- BONUSES ---- */
[data-section="bonuses"] {
  padding: var(--sp6) 0;
  background: linear-gradient(180deg, rgba(0, 87, 255, 0.06) 0%, rgba(0, 0, 0, 0) 100%);
}

.info-card {
  background: linear-gradient(135deg, rgba(0, 207, 255, 0.08) 0%, rgba(0, 87, 255, 0.05) 100%);
  border: 1px solid rgba(0, 207, 255, 0.25);
  border-radius: var(--rad2);
  padding: var(--sp3);
  margin-top: var(--sp3);
  position: relative;
}

.info-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--c3), var(--c4));
  border-radius: 3px 0 0 3px;
}

.info-card p { color: var(--c7); font-size: 0.95rem; margin: 0; }

/* ---- PAYMENTS ---- */
[data-section="payments"] {
  padding: var(--sp6) 0;
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: var(--sp2);
  margin: var(--sp3) 0;
}

.payment-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--rad2);
  padding: var(--sp3);
  transition: var(--trans);
  backdrop-filter: blur(12px);
}

.payment-card:hover {
  border-color: rgba(0, 207, 255, 0.4);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.payment-card dt {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.4rem;
}

.payment-card dd {
  font-size: 0.85rem;
  color: var(--c7);
  margin: 0;
}

.payment-speed {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #2ecc71;
}

/* ---- REGISTRATION ---- */
[data-section="registration"] {
  padding: var(--sp6) 0;
  background: radial-gradient(ellipse 70% 60% at 30% 50%, rgba(0, 87, 255, 0.07) 0%, transparent 70%);
}

.steps-timeline {
  display: flex;
  flex-direction: column;
  gap: var(--sp2);
  margin: var(--sp3) 0;
  counter-reset: step;
}

.step-item {
  display: flex;
  align-items: flex-start;
  gap: var(--sp2);
  padding: var(--sp2) var(--sp3);
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--rad2);
  backdrop-filter: blur(12px);
  transition: var(--trans);
  counter-increment: step;
}

.step-item:hover {
  border-color: rgba(0, 207, 255, 0.35);
  transform: translateX(6px);
}

.step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--c3), var(--c4));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 900;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 207, 255, 0.3);
}

.step-content { flex: 1; }

.step-label {
  display: block;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.2rem;
  font-size: 0.95rem;
}

.step-desc {
  display: block;
  font-size: 0.83rem;
  color: var(--c7);
}

/* ---- MOBILE APP ---- */
[data-section="mobile-app"] {
  padding: var(--sp6) 0;
}

.feature-blocks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: var(--sp2);
  margin-top: var(--sp3);
}

.feature-block {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--rad2);
  padding: var(--sp3);
  transition: var(--trans);
  backdrop-filter: blur(12px);
}

.feature-block:hover {
  border-color: rgba(0, 207, 255, 0.4);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.feature-block h3 { font-size: 1rem; margin-bottom: 0.5rem; }
.feature-block p { font-size: 0.88rem; margin: 0; }

/* ---- FAQ ---- */
[data-section="faq"] {
  padding: var(--sp6) 0;
  background: linear-gradient(180deg, rgba(0, 87, 255, 0.05) 0%, transparent 100%);
}

.accordion-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: var(--sp3);
}

.accordion-item {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--rad2);
  overflow: hidden;
  transition: var(--trans);
  backdrop-filter: blur(12px);
}

.accordion-item:hover { border-color: rgba(0, 207, 255, 0.3); }

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--sp2) var(--sp3);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  list-style: none;
  gap: var(--sp2);
  transition: color 0.2s;
  user-select: none;
}

.accordion-header:hover { color: var(--c4); }

.accordion-toggle {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0, 207, 255, 0.1);
  border: 1px solid rgba(0, 207, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--trans);
  color: var(--c4);
  font-size: 0.8rem;
  font-weight: 900;
}

.accordion-item.is-open .accordion-toggle {
  transform: rotate(45deg);
  background: rgba(0, 207, 255, 0.2);
}

.accordion-item.is-open { border-color: rgba(0, 207, 255, 0.3); }

.accordion-body {
  display: none;
  padding: 0 var(--sp3) var(--sp2);
}

.accordion-body p { font-size: 0.92rem; color: var(--c7); margin: 0; }

/* ---- RESPONSIVE PAGE ---- */
@media (max-width: 1023px) {
  .hero-inner { grid-template-columns: 1fr; gap: var(--sp4); }
  .hero-visual { display: none; }
  .hero-content { max-width: 100%; }
}

@media (max-width: 767px) {
  [data-section="hero"] { min-height: 70vh; padding: var(--sp4) 0; }
  .hero-title { font-size: clamp(1.8rem, 7vw, 2.8rem); }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; text-align: center; }
  .hero-stats { gap: var(--sp3); }
  .game-cards-grid { grid-template-columns: 1fr 1fr; }
  .payment-grid { grid-template-columns: 1fr; }
  .providers-grid { grid-template-columns: 1fr 1fr; }
  .trust-badges { gap: 0.5rem; }
}

@media (max-width: 480px) {
  .game-cards-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: var(--sp2); }
  .stat-value { font-size: 1.4rem; }
}

@media (min-width: 1440px) {
  .hero-title { font-size: 4rem; }
  .section-title { font-size: 2.8rem; }
}

/* ---- ANIMATIONS ---- */
@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 0 20px rgba(0, 207, 255, 0.3); }
  50% { box-shadow: 0 0 40px rgba(0, 207, 255, 0.6); }
}

@keyframes shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

.btn-primary {
  background-size: 200% auto;
  background-image: linear-gradient(135deg, var(--c3) 0%, var(--c4) 50%, var(--c3) 100%);
}

.btn-primary:hover { background-position: right center; animation: shimmer 1.5s linear infinite; }

.btn-gold {
  animation: pulseGlow 2.5s ease-in-out infinite;
}