
    .page-clup-79 {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f4f7f6;
    }

    .page-clup-79__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-clup-79__section {
      padding: 40px 0;
      text-align: center;
    }

    .page-clup-79__section--dark {
      background-color: #2c3e50;
      color: #ecf0f1;
    }

    .page-clup-79__hero-section {
      background: linear-gradient(135deg, #1abc9c, #16a085);
      color: #fff;
      padding-top: 10px; /* Decorative spacing, actual header offset is on body */
      padding-bottom: 60px;
      position: relative;
      overflow: hidden;
    }

    .page-clup-79__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('[GALLERY:hero:1920x1080:clup_79,betting,casino,background]') no-repeat center center/cover;
      opacity: 0.2;
      z-index: 0;
    }

    .page-clup-79__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-clup-79__hero-title {
      font-size: 3em;
      margin-bottom: 15px;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
      font-weight: bold;
    }

    .page-clup-79__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      color: #ecf0f1;
    }

    .page-clup-79__btn {
      display: inline-block;
      background-color: #e67e22;
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
    }

    .page-clup-79__btn:hover {
      background-color: #d35400;
    }

    .page-clup-79__heading {
      font-size: 2.5em;
      margin-bottom: 30px;
      color: #2c3e50;
    }

    .page-clup-79__heading--light {
      color: #ecf0f1;
    }

    .page-clup-79__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: #555;
    }

    .page-clup-79__text-content--light {
      color: #ccc;
    }

    /* Games Overview Section */
    .page-clup-79__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-clup-79__game-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      padding-bottom: 20px;
      box-sizing: border-box;
    }

    .page-clup-79__game-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .page-clup-79__game-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 3px solid #1abc9c;
    }

    .page-clup-79__game-card-title {
      font-size: 1.5em;
      margin: 20px 0 10px;
      color: #2c3e50;
    }

    .page-clup-79__game-card-description {
      font-size: 0.95em;
      color: #666;
      padding: 0 15px;
    }

    /* Promotions Section */
    .page-clup-79__promotions-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-clup-79__promo-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: left;
      padding: 25px;
      box-sizing: border-box;
      position: relative;
    }

    .page-clup-79__promo-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 8px;
        background-color: #e67e22;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .page-clup-79__promo-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .page-clup-79__promo-title {
      font-size: 1.4em;
      color: #2c3e50;
      margin-bottom: 10px;
    }

    .page-clup-79__promo-description {
      font-size: 0.95em;
      color: #555;
    }

    /* Why Choose Us Section */
    .page-clup-79__benefits-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-top: 40px;
      text-align: left;
    }

    .page-clup-79__benefit-item {
      background-color: #34495e;
      color: #ecf0f1;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

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

    .page-clup-79__benefit-title {
      font-size: 1.3em;
      margin-bottom: 10px;
      color: #1abc9c;
    }

    .page-clup-79__benefit-description {
      font-size: 0.9em;
      color: #ccc;
    }

    .page-clup-79__partners-section {
        margin-top: 60px;
    }

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

    .page-clup-79__partner-logo {
      width: 200px;
      height: 100px; /* Adjust height to fit a 200x200 minimum requirement, while maintaining aspect ratio or cropping */
      object-fit: contain;
      background-color: #fff;
      padding: 10px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      box-sizing: border-box;
      min-width: 200px; /* Enforce minimum size */
      min-height: 200px;
    }

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

    /* FAQ Section */
    .page-clup-79__faq-list {
      margin-top: 40px;
      text-align: left;
    }

    .page-clup-79__faq-item {
      background-color: #fff;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      overflow: hidden;
    }

    .page-clup-79__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #ecf0f1;
      color: #2c3e50;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-clup-79__faq-question:hover {
      background-color: #e0e6e9;
    }

    .page-clup-79__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click on parent div */
      color: #2c3e50;
    }

    .page-clup-79__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      line-height: 1;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from blocking click on parent div */
    }

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

    .page-clup-79__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;
      background-color: #fcfcfc;
      color: #555;
    }

    .page-clup-79__faq-item.active .page-clup-79__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 25px !important;
      opacity: 1;
    }

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

    /* Floating Buttons */
    .page-clup-79__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .page-clup-79__floating-buttons .page-clup-79__btn {
      min-width: 120px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      padding: 10px 15px;
      font-size: 0.95em;
    }

    .page-clup-79__floating-buttons .page-clup-79__btn--register {
      background-color: #27ae60;
    }

    .page-clup-79__floating-buttons .page-clup-79__btn--register:hover {
      background-color: #229954;
    }

    .page-clup-79__floating-buttons .page-clup-79__btn--login {
      background-color: #3498db;
    }

    .page-clup-79__floating-buttons .page-clup-79__btn--login:hover {
      background-color: #2980b9;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-clup-79__hero-title {
        font-size: 2.2em;
      }

      .page-clup-79__hero-subtitle {
        font-size: 1.2em;
      }

      .page-clup-79__heading {
        font-size: 1.8em;
      }

      .page-clup-79__section {
        padding: 30px 0;
      }

      .page-clup-79__games-grid, .page-clup-79__promotions-grid, .page-clup-79__benefits-grid, .page-clup-79__partners-grid {
        grid-template-columns: 1fr;
      }

      .page-clup-79__game-card, .page-clup-79__promo-card, .page-clup-79__benefit-item, .page-clup-79__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-clup-79__game-card-image, .page-clup-79__partner-logo {
          max-width: 100% !important;
          height: auto !important;
          box-sizing: border-box !important;
          word-wrap: break-word !important;
          overflow-wrap: break-word !important;
      }

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

      .page-clup-79__faq-question h3 {
        font-size: 1em;
      }

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

      .page-clup-79__faq-answer {
        padding: 15px 20px !important;
      }

      .page-clup-79__floating-buttons {
          bottom: 15px;
          right: 15px;
          flex-direction: row;
          gap: 8px;
      }

      .page-clup-79__floating-buttons .page-clup-79__btn {
          min-width: unset;
          width: 100px;
          font-size: 0.85em;
          padding: 8px 10px;
      }
    }

    @media (max-width: 480px) {
        .page-clup-79__hero-title {
            font-size: 1.8em;
        }
        .page-clup-79__hero-subtitle {
            font-size: 1em;
        }
        .page-clup-79__heading {
            font-size: 1.5em;
        }
        .page-clup-79__btn {
            padding: 10px 20px;
            font-size: 0.9em;
        }
        .page-clup-79__floating-buttons {
            bottom: 10px;
            right: 10px;
            left: 10px;
            width: auto;
            justify-content: space-around;
        }
        .page-clup-79__floating-buttons .page-clup-79__btn {
            width: 48%;
        }
    }

    /* Ensure images within containers are responsive */
    .page-clup-79 img {
        max-width: 100%;
        height: auto;
        box-sizing: border-box;
    }
    .page-clup-79__partners-grid img {
        max-width: 100%;
        height: auto;
        box-sizing: border-box;
    }
  