
    .page-bet-hu {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #e0e0e0;
      background-color: #1a1a1a;
      line-height: 1.6;
      padding-bottom: 20px;
    }

    .page-bet-hu__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-bet-hu__hero-section {
      position: relative;
      background: linear-gradient(135deg, #2a0000, #4d0000);
      color: #fff;
      padding: 60px 0 30px;
      text-align: center;
      overflow: hidden;
      padding-top: 10px; /* Small decorative padding, assuming body handles header offset */
    }

    .page-bet-hu__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      margin: 0 auto;
      padding: 20px 15px;
    }

    .page-bet-hu__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      font-weight: 700;
      color: #ffcc00;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    }

    .page-bet-hu__hero-subtitle {
      font-size: 1.4em;
      margin-bottom: 30px;
      color: #f0f0f0;
    }

    .page-bet-hu__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 1;
    }

    .page-bet-hu__cta-button {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    }

    .page-bet-hu__cta-button:hover {
      background-color: #ffd633;
      transform: translateY(-3px);
    }

    .page-bet-hu__cta-button--secondary {
      background-color: #007bff;
      color: #fff;
    }

    .page-bet-hu__cta-button--secondary:hover {
      background-color: #0056b3;
    }

    .page-bet-hu__section-title {
      font-size: 2.5em;
      color: #ffcc00;
      text-align: center;
      margin-bottom: 40px;
      padding-top: 40px;
      font-weight: 600;
    }

    .page-bet-hu__section-description {
      font-size: 1.1em;
      text-align: center;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #cccccc;
    }

    .page-bet-hu__about-section, .page-bet-hu__features-section, .page-bet-hu__games-showcase, .page-bet-hu__how-to-play-section, .page-bet-hu__promo-section, .page-bet-hu__faq-section, .page-bet-hu__call-to-action-section {
      padding: 50px 0;
    }

    .page-bet-hu__content-image {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 30px auto;
      border-radius: 10px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.4);
    }

    .page-bet-hu__features-grid, .page-bet-hu__game-grid, .page-bet-hu__steps-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-bet-hu__feature-item, .page-bet-hu__game-card, .page-bet-hu__step-item {
      background-color: #2c2c2c;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0,0,0,0.3);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-bet-hu__feature-item:hover, .page-bet-hu__game-card:hover, .page-bet-hu__step-item:hover {
      transform: translateY(-5px);
    }

    .page-bet-hu__feature-title, .page-bet-hu__game-title, .page-bet-hu__step-title {
      font-size: 1.5em;
      color: #ffcc00;
      margin-bottom: 15px;
      font-weight: 600;
    }

    .page-bet-hu__feature-text, .page-bet-hu__game-description, .page-bet-hu__step-text {
      color: #cccccc;
      font-size: 1em;
    }

    .page-bet-hu__game-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 20px;
      box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    }

    .page-bet-hu__step-item {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-bet-hu__step-number {
      background-color: #ffcc00;
      color: #1a1a1a;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.8em;
      font-weight: bold;
      margin-bottom: 20px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    }

    .page-bet-hu__promo-list {
      list-style: none;
      padding: 0;
      margin: 30px auto;
      max-width: 800px;
    }

    .page-bet-hu__promo-item {
      background-color: #2c2c2c;
      padding: 15px 20px;
      margin-bottom: 10px;
      border-radius: 8px;
      font-size: 1.1em;
      color: #f0f0f0;
      box-shadow: 0 2px 5px rgba(0,0,0,0.2);
      display: flex;
      align-items: center;
      box-sizing: border-box;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-bet-hu__promo-item::before {
      content: '•';
      color: #ffcc00;
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -1em;
      margin-right: 0.5em;
    }

    .page-bet-hu__faq-list {
      max-width: 800px;
      margin: 40px auto;
    }

    .page-bet-hu__faq-item {
      background-color: #2c2c2c;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0,0,0,0.3);
      box-sizing: border-box;
    }

    .page-bet-hu__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #3a3a3a;
      border-bottom: 1px solid #4a4a4a;
      transition: background-color 0.3s ease;
    }

    .page-bet-hu__faq-question:hover {
      background-color: #4a4a4a;
    }

    .page-bet-hu__faq-question-title {
      margin: 0;
      font-size: 1.2em;
      color: #ffcc00;
      font-weight: 600;
      pointer-events: none; /* Prevent text selection from blocking click */
    }

    .page-bet-hu__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #ffcc00;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent icon from blocking click */
    }

    .page-bet-hu__faq-item.active .page-bet-hu__faq-toggle {
      transform: rotate(45deg); /* Change + to X or - */
    }

    .page-bet-hu__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #cccccc;
      font-size: 1em;
    }

    .page-bet-hu__faq-item.active .page-bet-hu__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px 25px !important;
      opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-bet-hu__hero-title {
        font-size: 2.5em;
      }

      .page-bet-hu__hero-subtitle {
        font-size: 1.1em;
      }

      .page-bet-hu__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-bet-hu__section-title {
        font-size: 2em;
        margin-bottom: 30px;
        padding-top: 30px;
      }

      .page-bet-hu__section-description {
        font-size: 0.95em;
      }

      .page-bet-hu__features-grid, .page-bet-hu__game-grid, .page-bet-hu__steps-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-bet-hu__feature-item, .page-bet-hu__game-card, .page-bet-hu__step-item {
        padding: 25px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-bet-hu__promo-list {
        padding: 0;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-bet-hu__promo-item {
        padding: 12px 15px;
        font-size: 0.95em;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-bet-hu__faq-question {
        padding: 15px 20px;
      }

      .page-bet-hu__faq-question-title {
        font-size: 1.1em;
      }

      .page-bet-hu__faq-answer {
        padding: 0 20px;
      }

      .page-bet-hu__faq-item.active .page-bet-hu__faq-answer {
        padding: 15px 20px !important;
      }

      .page-bet-hu__hero-image, .page-bet-hu__content-image, .page-bet-hu__game-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-bet-hu__hero-title {
        font-size: 2em;
      }

      .page-bet-hu__hero-subtitle {
        font-size: 1em;
      }

      .page-bet-hu__section-title {
        font-size: 1.8em;
      }
    }
  