
    .page-79bets {
      font-family: 'Arial', sans-serif;
      color: #fff;
      background-color: #1a1a1a;
      line-height: 1.6;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-79bets__hero-section {
      padding: 10px 0 40px;
      text-align: center;
      background: linear-gradient(135deg, #333, #111);
      position: relative;
      overflow: hidden;
    }

    .page-79bets__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #ffcc00;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      font-weight: bold;
    }

    .page-79bets__hero-subtitle {
      font-size: 1.3em;
      color: #eee;
      max-width: 800px;
      margin: 0 auto 30px;
      padding: 0 15px;
    }

    .page-79bets__hero-image {
      width: 100%;
      max-width: 800px;
      height: auto;
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
      margin-top: 20px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-79bets__cta-button {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 15px 30px;
      border-radius: 5px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.2s ease;
      margin-top: 25px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      border: none;
      cursor: pointer;
    }

    .page-79bets__cta-button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-79bets__section {
      padding: 50px 20px;
      text-align: center;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-79bets__section-title {
      font-size: 2.2em;
      color: #ffcc00;
      margin-bottom: 30px;
      font-weight: bold;
    }

    .page-79bets__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
      justify-items: center;
    }

    .page-79bets__card {
      background-color: #2a2a2a;
      border-radius: 10px;
      padding: 25px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
      text-align: center;
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      max-width: 350px;
      box-sizing: border-box;
    }

    .page-79bets__card:hover {
      transform: translateY(-5px);
    }

    .page-79bets__card-image {
      width: 100%;
      max-width: 250px;
      height: auto;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    }

    .page-79bets__card-title {
      font-size: 1.5em;
      color: #ffcc00;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-79bets__card-description {
      font-size: 1em;
      color: #ccc;
    }

    .page-79bets__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: center;
      padding: 10px 15px;
      background-color: rgba(0, 0, 0, 0.9);
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
      z-index: 1000;
      gap: 15px;
      box-sizing: border-box;
    }

    .page-79bets__floating-button {
      flex: 1;
      max-width: 180px;
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 12px 0;
      border-radius: 5px;
      font-size: 1.05em;
      font-weight: bold;
      text-align: center;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-79bets__floating-button--register {
      background-color: #007bff;
      color: #fff;
    }

    .page-79bets__floating-button--register:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    .page-79bets__floating-button--login {
      background-color: #ffcc00;
      color: #1a1a1a;
    }

    .page-79bets__floating-button--login:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-79bets__promo-list {
      list-style: none;
      padding: 0;
      margin: 40px auto 0;
      max-width: 900px;
      text-align: left;
    }

    .page-79bets__promo-item {
      background-color: #2a2a2a;
      margin-bottom: 20px;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
      display: flex;
      align-items: flex-start;
      gap: 20px;
      box-sizing: border-box;
      width: 100%;
    }

    .page-79bets__promo-icon-container {
      flex-shrink: 0;
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #ffcc00;
      border-radius: 50%;
      font-size: 2em;
      color: #1a1a1a;
      font-weight: bold;
    }

    .page-79bets__promo-content h3 {
      font-size: 1.6em;
      color: #ffcc00;
      margin-top: 0;
      margin-bottom: 10px;
    }

    .page-79bets__promo-content p {
      font-size: 1em;
      color: #ccc;
      margin-bottom: 0;
    }

    .page-79bets__provider-logo {
      width: 100%;
      max-width: 150px;
      height: auto;
      margin: 0 auto;
      display: block;
      filter: grayscale(0%); /* Ensure original color */
      transition: transform 0.3s ease;
    }

    .page-79bets__provider-logo:hover {
      transform: scale(1.05);
    }

    .page-79bets__payment-method-item {
      background-color: #2a2a2a;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      transition: transform 0.3s ease;
      box-sizing: border-box;
      width: 100%;
      max-width: 200px;
    }

    .page-79bets__payment-method-item:hover {
      transform: translateY(-5px);
    }

    .page-79bets__payment-method-logo {
      width: 100%;
      max-width: 120px;
      height: auto;
      margin-bottom: 10px;
      filter: grayscale(0%); /* Ensure original color */
    }

    .page-79bets__payment-method-name {
      font-size: 1.1em;
      color: #ffcc00;
      font-weight: bold;
    }

    .page-79bets__faq-container {
      max-width: 900px;
      margin: 40px auto 0;
      text-align: left;
    }

    .page-79bets__faq-item {
      background-color: #2a2a2a;
      margin-bottom: 15px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
      overflow: hidden;
    }

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

    .page-79bets__faq-question:hover {
      background-color: #4a4a4a;
    }

    .page-79bets__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #ffcc00;
      pointer-events: none;
      flex-grow: 1;
    }

    .page-79bets__faq-toggle {
      font-size: 1.8em;
      color: #ffcc00;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none;
    }

    .page-79bets__faq-item.active .page-79bets__faq-toggle {
      transform: rotate(45deg);
    }

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

    .page-79bets__faq-item.active .page-79bets__faq-answer {
      max-height: 2000px !important;
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-79bets__faq-answer p {
      margin: 0;
    }

    .page-79bets__social-media-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-79bets__social-link {
      background-color: #3a3a3a;
      padding: 15px 25px;
      border-radius: 8px;
      color: #ffcc00;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.2s ease;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .page-79bets__social-link:hover {
      background-color: #4a4a4a;
      transform: translateY(-2px);
    }

    @media (max-width: 768px) {
      .page-79bets__hero-title {
        font-size: 2.2em;
      }

      .page-79bets__hero-subtitle {
        font-size: 1.1em;
      }

      .page-79bets__section-title {
        font-size: 1.8em;
      }

      .page-79bets__grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-79bets__card {
        max-width: 100%;
        padding: 20px;
        box-sizing: border-box !important;
        width: 100% !important;
      }

      .page-79bets__card-image {
        max-width: 200px;
      }

      .page-79bets__floating-buttons {
        gap: 10px;
        padding: 10px;
      }

      .page-79bets__floating-button {
        font-size: 0.95em;
        padding: 10px 0;
      }

      .page-79bets__promo-item {
        flex-direction: column;
        align-items: center;
        padding: 20px;
        box-sizing: border-box !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-79bets__promo-icon-container {
        margin-bottom: 15px;
      }

      .page-79bets__promo-content {
        text-align: center;
      }

      .page-79bets__promo-content h3 {
        font-size: 1.4em;
      }

      .page-79bets__promo-content p {
        font-size: 0.95em;
      }

      .page-79bets__provider-logo {
        max-width: 100px;
      }

      .page-79bets__payment-method-item {
        max-width: 100%;
        width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-79bets__payment-method-logo {
        max-width: 100px;
      }

      .page-79bets__faq-question {
        padding: 15px 20px;
      }

      .page-79bets__faq-question h3 {
        font-size: 1.1em;
      }

      .page-79bets__faq-toggle {
        font-size: 1.5em;
      }

      .page-79bets__faq-answer {
        padding: 0 20px;
      }

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

      .page-79bets__social-link {
        width: calc(50% - 10px);
        box-sizing: border-box;
        justify-content: center;
      }
    }

    @media (max-width: 480px) {
      .page-79bets__floating-buttons {
        flex-direction: column;
        gap: 8px;
      }

      .page-79bets__floating-button {
        max-width: none;
        width: 100%;
      }
      .page-79bets__social-media-grid {
        flex-direction: column;
        align-items: center;
      }
      .page-79bets__social-link {
        width: 90%;
      }
    }
  