/* Hero */
    .hero-section {
      background: linear-gradient(135deg, #040711 0%, var(--c2) 50%, #040b20 100%);
      min-height: 70vh;
      overflow: hidden;
      padding: 6rem 0;
      position: relative;
    }

    .hero-section::before {
      background: radial-gradient(ellipse at 30% 50%, rgba(0,229,255,0.12) 0%, transparent 60%);
      content: '';
      inset: 0;
      pointer-events: none;
      position: absolute;
    }

    .hero-section::after {
      background: radial-gradient(ellipse at 80% 20%, rgba(0,150,199,0.08) 0%, transparent 50%);
      content: '';
      inset: 0;
      pointer-events: none;
      position: absolute;
    }

    .hero-inner {
      align-items: center;
      display: flex;
      flex-direction: column;
      gap: 3rem;
      position: relative;
      z-index: 1;
    }

    .hero-content {
      max-width: 750px;
      text-align: center;
    }

    .hero-badge-row {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem;
      justify-content: center;
      margin-bottom: 1.5rem;
    }

    .hero-main-title {
      color: #fff;
      font-size: clamp(2rem, 5vw, 3.8rem);
      font-weight: 800;
      letter-spacing: -0.5px;
      line-height: 1.1;
      margin-bottom: 1.25rem;
      text-shadow: 0 2px 30px rgba(0,0,0,0.5);
    }

    .hero-main-title .highlight {
      background: linear-gradient(135deg, var(--c3), #fff);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .hero-description {
      color: rgba(232,244,248,0.8);
      font-size: clamp(1rem, 1.5vw, 1.15rem);
      line-height: 1.7;
      margin-bottom: 2rem;
    }

    .hero-cta-group {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      justify-content: center;
      margin-bottom: 2rem;
    }

    .hero-cta-primary {
      background: linear-gradient(135deg, var(--c3), var(--c4));
      border-radius: 50px;
      color: #000;
      font-family: 'Syne', sans-serif;
      font-size: 1.05rem;
      font-weight: 800;
      padding: 0.9rem 2.5rem;
      text-decoration: none;
      transition: var(--trans);
    }

    .hero-cta-primary:hover {
      box-shadow: 0 0 40px rgba(0,229,255,0.5);
      color: #000;
      text-decoration: none;
      transform: translateY(-3px);
    }

    .hero-stats-row {
      align-items: center;
      border-top: 1px solid rgba(0,229,255,0.1);
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem;
      justify-content: center;
      padding-top: 1.5rem;
    }

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

    .hero-stat .stat-value {
      color: var(--c3);
      display: block;
      font-family: 'Syne', sans-serif;
      font-size: 1.6rem;
      font-weight: 800;
      line-height: 1;
      text-shadow: 0 0 15px rgba(0,229,255,0.3);
    }

    .hero-stat .stat-label {
      color: var(--fg3);
      display: block;
      font-size: 0.78rem;
      font-weight: 500;
      letter-spacing: 0.5px;
      text-transform: uppercase;
    }

    .hero-stat-divider {
      background: rgba(0,229,255,0.2);
      height: 35px;
      width: 1px;
    }

    .hero-bonus-card {
      background: linear-gradient(145deg, rgba(13,27,62,0.9), rgba(10,14,26,0.9));
      border: 1px solid rgba(0,229,255,0.25);
      border-radius: var(--rad2);
      box-shadow: 0 8px 48px rgba(0,0,0,0.4), 0 0 30px rgba(0,229,255,0.08);
      max-width: 360px;
      padding: 2rem;
      text-align: center;
      width: 100%;
    }

    .bonus-amount {
      color: var(--gold);
      display: block;
      font-family: 'Syne', sans-serif;
      font-size: 2.8rem;
      font-weight: 800;
      line-height: 1;
      text-shadow: 0 0 20px rgba(255,214,10,0.3);
    }

    .bonus-label {
      color: var(--fg2);
      display: block;
      font-size: 0.9rem;
      margin-bottom: 0.5rem;
      margin-top: 0.25rem;
    }

    .bonus-spins {
      color: var(--c3);
      display: block;
      font-family: 'Syne', sans-serif;
      font-size: 1.4rem;
      font-weight: 700;
    }

    .bonus-spins-label {
      color: var(--fg3);
      display: block;
      font-size: 0.8rem;
      margin-bottom: 1.25rem;
    }

    .hero-trust-row {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
      justify-content: center;
      margin-top: 1rem;
    }

    /* Licensing section */
    .licensing-section {
      background: var(--bg);
      padding: 5rem 0;
    }

    .license-info-block {
      background: linear-gradient(145deg, var(--c5), var(--c2));
      border: 1px solid rgba(0,229,255,0.12);
      border-radius: var(--rad2);
      padding: 2rem;
    }

    .responsible-tools {
      background: rgba(0,229,255,0.04);
      border-radius: var(--rad);
      margin-top: 1.5rem;
      padding: 1.5rem;
    }

    /* Registration section */
    .registration-section {
      background: linear-gradient(180deg, var(--c6) 0%, var(--bg) 100%);
      padding: 5rem 0;
    }

    .registration-article {
      background: linear-gradient(145deg, var(--c5), var(--c2));
      border: 1px solid rgba(0,229,255,0.1);
      border-radius: var(--rad2);
      margin-bottom: 1.5rem;
      padding: 2rem;
    }

    /* Payment section */
    .payment-section {
      background: var(--bg);
      padding: 5rem 0;
    }

    /* Bonuses section */
    .bonuses-section {
      background: linear-gradient(180deg, var(--c6) 0%, var(--bg) 100%);
      padding: 5rem 0;
    }

    /* Game library section */
    .games-section {
      background: var(--bg);
      padding: 5rem 0;
    }

    /* Providers section */
    .providers-section {
      background: linear-gradient(180deg, var(--c6) 0%, var(--bg) 100%);
      padding: 5rem 0;
    }

    /* Mobile section */
    .mobile-section {
      background: var(--bg);
      padding: 5rem 0;
    }

    .mobile-article {
      background: linear-gradient(145deg, var(--c5), var(--c2));
      border: 1px solid rgba(0,229,255,0.1);
      border-radius: var(--rad2);
      margin-bottom: 1.5rem;
      padding: 2rem;
    }

    /* FAQ section */
    .faq-section {
      background: linear-gradient(180deg, var(--c6) 0%, var(--bg) 100%);
      padding: 5rem 0;
    }

    .faq-wrapper {
      max-width: 800px;
      margin: 0 auto;
    }

    /* Promo code badge */
    .promo-code {
      background: rgba(0,229,255,0.1);
      border: 1px dashed rgba(0,229,255,0.4);
      border-radius: 8px;
      color: var(--c3);
      display: inline-block;
      font-family: 'Syne', sans-serif;
      font-size: 0.9rem;
      font-weight: 800;
      letter-spacing: 1px;
      margin-top: 0.5rem;
      padding: 0.35rem 0.85rem;
    }

    /* Responsive */
    @media (min-width: 768px) {
      .hero-inner {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
      }

      .hero-content {
        text-align: left;
      }

      .hero-badge-row {
        justify-content: flex-start;
      }

      .hero-cta-group {
        justify-content: flex-start;
      }

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

      .two-col-grid {
        grid-template-columns: 1fr 1fr;
      }

      .four-col-grid {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (min-width: 1024px) {
      .four-col-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
      }

      .hero-main-title {
        font-size: 3.5rem;
      }
    }

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

    @media (max-width: 767px) {
      .hero-section {
        padding: 4rem 0;
      }

      .hero-bonus-card {
        max-width: 100%;
      }

      .hero-stat-divider {
        display: none;
      }

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

      .bonus-amount {
        font-size: 2.2rem;
      }

      .page-section {
        padding: 3rem 0;
      }

      .registration-article,
      .license-info-block,
      .mobile-article {
        padding: 1.25rem;
      }
    }