
    .page-69wwin {
      font-family: 'Arial', sans-serif;
      color: #333;
      background-color: #f5f5f5;
      line-height: 1.6;
    }

    .page-69wwin__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-69wwin__hero-section {
      background: linear-gradient(135deg, #0a1931, #1a2e4b);
      color: #fff;
      text-align: center;
      padding: 80px 20px 60px;
      position: relative;
      overflow: hidden;
      padding-top: 10px; /* Adjust for shared header offset */
    }

    .page-69wwin__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url('[GALLERY:hero:1920x1080:betting,casino,mobile_gaming]');
      background-size: cover;
      background-position: center;
      opacity: 0.3;
      z-index: 1;
    }

    .page-69wwin__hero-content {
      position: relative;
      z-index: 2;
    }

    .page-69wwin__title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #f7b32b;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-69wwin__subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-69wwin__promo-button {
      display: inline-block;
      background-color: #f7b32b;
      color: #0a1931;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-69wwin__promo-button:hover {
      background-color: #e0a120;
      transform: translateY(-3px);
    }

    .page-69wwin__features-section {
      background-color: #fff;
      text-align: center;
      padding-top: 60px;
    }

    .page-69wwin__section-title {
      font-size: 2.2em;
      color: #0a1931;
      margin-bottom: 30px;
      text-align: center;
    }

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

    .page-69wwin__feature-card {
      background-color: #f9f9f9;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease;
    }

    .page-69wwin__feature-card:hover {
      transform: translateY(-5px);
    }

    .page-69wwin__feature-icon {
      width: 100px;
      height: auto;
      margin-bottom: 20px;
      border-radius: 8px;
    }

    .page-69wwin__feature-title {
      font-size: 1.5em;
      color: #0a1931;
      margin-bottom: 10px;
    }

    .page-69wwin__feature-description {
      font-size: 0.95em;
      color: #555;
    }

    .page-69wwin__game-section {
      background-color: #eef2f7;
    }

    .page-69wwin__game-carousel {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 20px;
      gap: 20px;
      justify-content: center; /* Center items if they don't fill the width */
    }

    .page-69wwin__game-item {
      flex: 0 0 auto;
      width: 280px;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      scroll-snap-align: center;
      text-align: center;
      transition: transform 0.3s ease;
    }

    .page-69wwin__game-item:hover {
      transform: translateY(-5px);
    }

    .page-69wwin__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-69wwin__game-info {
      padding: 15px;
    }

    .page-69wwin__game-title {
      font-size: 1.3em;
      color: #0a1931;
      margin-bottom: 10px;
    }

    .page-69wwin__game-description {
      font-size: 0.9em;
      color: #666;
    }

    .page-69wwin__promo-list {
      list-style: none;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
    }

    .page-69wwin__promo-item {
      background-color: #fff;
      padding: 20px;
      border-left: 5px solid #f7b32b;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    }

    .page-69wwin__promo-item h3 {
      color: #0a1931;
      margin-top: 0;
      font-size: 1.4em;
    }

    .page-69wwin__promo-item p {
      color: #555;
      font-size: 0.95em;
    }

    .page-69wwin__faq-section {
      background-color: #fff;
    }

    .page-69wwin__faq-item {
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
    }

    .page-69wwin__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #f0f0f0;
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      color: #0a1931;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
    }

    .page-69wwin__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #0a1931;
      pointer-events: none;
    }

    .page-69wwin__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-69wwin__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none;
      transition: transform 0.3s ease;
      color: #f7b32b;
    }

    .page-69wwin__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #fff;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555;
    }

    .page-69wwin__faq-answer p {
      margin: 15px 0;
    }

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

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

    .page-69wwin__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .page-69wwin__floating-button {
      background-color: #f7b32b;
      color: #0a1931;
      padding: 12px 20px;
      border-radius: 30px;
      font-weight: bold;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.3s ease;
      cursor: pointer;
      white-space: nowrap;
    }

    .page-69wwin__floating-button:hover {
      background-color: #e0a120;
      transform: translateY(-2px);
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-69wwin__title {
        font-size: 2em;
      }

      .page-69wwin__subtitle {
        font-size: 1.1em;
      }

      .page-69wwin__section {
        padding: 30px 15px;
      }

      .page-69wwin__section-title {
        font-size: 1.8em;
      }

      .page-69wwin__grid {
        grid-template-columns: 1fr;
      }

      .page-69wwin__feature-card,
      .page-69wwin__promo-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important;
      }

      .page-69wwin__promo-list {
        grid-template-columns: 1fr;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-69wwin__game-carousel {
        justify-content: flex-start;
        padding-left: 15px;
        padding-right: 15px;
      }

      .page-69wwin__game-item {
        width: 90%; /* Adjust width for better mobile scrolling */
      }

      .page-69wwin__faq-question,
      .page-69wwin__faq-answer {
        padding-left: 15px !important;
        padding-right: 15px !important;
      }

      .page-69wwin__faq-question h3 {
        font-size: 1em;
      }

      .page-69wwin__faq-answer p {
        font-size: 0.9em;
      }

      .page-69wwin__floating-buttons {
        flex-direction: row;
        bottom: 15px;
        right: 15px;
        left: 15px;
        justify-content: space-around;
        gap: 8px;
      }

      .page-69wwin__floating-button {
        flex: 1;
        padding: 10px 15px;
        font-size: 0.9em;
      }
    }

    @media (max-width: 480px) {
      .page-69wwin__hero-section {
        padding: 60px 15px 40px;
      }

      .page-69wwin__title {
        font-size: 1.8em;
      }

      .page-69wwin__subtitle {
        font-size: 1em;
      }

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