
    .page-789win-2026 * {
      box-sizing: border-box;
    }

    .page-789win-2026 {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-top: 10px; /* Small padding, assuming body has header offset */
    }

    .page-789win-2026__section-title {
      font-size: 2.2em;
      color: #0056b3;
      text-align: center;
      margin-bottom: 20px;
      padding: 0 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    .page-789win-2026__section-description {
      font-size: 1.1em;
      text-align: center;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      padding: 0 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    .page-789win-2026__hero-section {
      position: relative;
      width: 100%;
      min-height: 400px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      overflow: hidden;
      padding: 20px 0;
    }

    .page-789win-2026__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
    }

    .page-789win-2026__hero-overlay {
      position: relative;
      z-index: 2;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 30px 20px;
      border-radius: 10px;
      max-width: 90%;
    }

    .page-789win-2026__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #ffd700; /* Gold color for brand keyword */
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    .page-789win-2026__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    .page-789win-2026__hero-cta-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
    }

    .page-789win-2026__cta-button {
      display: inline-block;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      white-space: nowrap;
    }

    .page-789win-2026__cta-button--primary {
      background-color: #007bff;
      color: #fff;
      border: 2px solid #007bff;
    }

    .page-789win-2026__cta-button--primary:hover {
      background-color: #0056b3;
      border-color: #0056b3;
    }

    .page-789win-2026__cta-button--secondary {
      background-color: transparent;
      color: #fff;
      border: 2px solid #fff;
    }

    .page-789win-2026__cta-button--secondary:hover {
      background-color: rgba(255, 255, 255, 0.2);
    }

    .page-789win-2026__game-categories, .page-789win-2026__promotions, .page-789win-2026__why-choose-us, .page-789win-2026__payment-methods, .page-789win-2026__game-providers, .page-789win-2026__faq-section, .page-789win-2026__final-cta {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-789win-2026__category-grid, .page-789win-2026__promo-grid, .page-789win-2026__features-grid, .page-789win-2026__payment-grid, .page-789win-2026__provider-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-789win-2026__category-item, .page-789win-2026__promo-item, .page-789win-2026__feature-item, .page-789win-2026__payment-item, .page-789win-2026__provider-item {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-align: center;
      padding: 25px;
      display: flex;
      flex-direction: column;
      align-items: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-789win-2026__category-item:hover, .page-789win-2026__promo-item:hover, .page-789win-2026__feature-item:hover, .page-789win-2026__payment-item:hover, .page-789win-2026__provider-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .page-789win-2026__category-image, .page-789win-2026__promo-image, .page-789win-2026__feature-image, .page-789win-2026__payment-image, .page-789win-2026__provider-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 15px;
      object-fit: cover;
    }

    .page-789win-2026__category-title, .page-789win-2026__promo-title, .page-789win-2026__feature-title {
      font-size: 1.5em;
      color: #0056b3;
      margin-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    .page-789win-2026__category-text, .page-789win-2026__promo-text, .page-789win-2026__feature-text {
      font-size: 1em;
      color: #555;
      flex-grow: 1;
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    .page-789win-2026__promo-button-wrapper {
        margin-top: 20px;
    }

    .page-789win-2026__promo-button {
      display: inline-block;
      padding: 10px 20px;
      background-color: #28a745;
      color: #fff;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      white-space: nowrap;
    }

    .page-789win-2026__promo-button:hover {
      background-color: #218838;
    }

    .page-789win-2026__payment-name, .page-789win-2026__provider-name {
        font-size: 1.1em;
        font-weight: bold;
        color: #333;
        margin-top: 10px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .page-789win-2026__final-cta {
      text-align: center;
      background-color: #0056b3;
      color: #fff;
      padding: 80px 20px;
    }

    .page-789win-2026__final-cta .page-789win-2026__section-title {
      color: #fff;
    }

    .page-789win-2026__final-cta .page-789win-2026__section-description {
      color: #e0e0e0;
      margin-bottom: 30px;
    }

    .page-789win-2026__cta-button--final {
      background-color: #ffd700;
      color: #0056b3;
      border: 2px solid #ffd700;
      font-size: 1.2em;
      padding: 15px 30px;
    }

    .page-789win-2026__cta-button--final:hover {
      background-color: #e6c200;
      border-color: #e6c200;
    }

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

    .page-789win-2026__floating-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100px;
      height: 45px;
      border-radius: 25px;
      text-decoration: none;
      color: #fff;
      font-weight: bold;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: transform 0.2s ease;
      white-space: nowrap;
    }

    .page-789win-2026__floating-btn:hover {
      transform: scale(1.05);
    }

    .page-789win-2026__floating-btn--register {
      background-color: #dc3545; /* Red for register */
    }

    .page-789win-2026__floating-btn--login {
      background-color: #007bff; /* Blue for login */
    }

    /* FAQ Section Styles */
    .page-789win-2026__faq-container {
      margin-top: 40px;
      border-top: 1px solid #eee;
    }

    .page-789win-2026__faq-item {
      border-bottom: 1px solid #eee;
    }

    .page-789win-2026__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 15px;
      background-color: #fff;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-789win-2026__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-789win-2026__faq-q-text {
      margin: 0;
      font-size: 1.2em;
      color: #333;
      pointer-events: none; /* Prevent text from blocking click event */
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
      flex-grow: 1;
      padding-right: 10px;
    }

    .page-789win-2026__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #0056b3;
      pointer-events: none; /* Prevent toggle from blocking click event */
      transition: transform 0.3s ease;
    }

    .page-789win-2026__faq-item.active .page-789win-2026__faq-toggle {
      transform: rotate(45deg); /* Plus to X (minus) */
    }

    .page-789win-2026__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      background-color: #f9f9f9;
      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-789win-2026__faq-item.active .page-789win-2026__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-789win-2026__faq-answer p {
      margin: 0;
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-789win-2026__hero-title {
        font-size: 2em;
      }

      .page-789win-2026__hero-subtitle {
        font-size: 1.1em;
      }

      .page-789win-2026__hero-cta-buttons {
        flex-direction: column;
        gap: 15px;
      }

      .page-789win-2026__cta-button {
        width: 100%;
        max-width: 250px;
      }

      .page-789win-2026__section-title {
        font-size: 1.8em;
      }

      .page-789win-2026__section-description {
        font-size: 1em;
      }

      .page-789win-2026__game-categories, .page-789win-2026__promotions, .page-789win-2026__why-choose-us, .page-789win-2026__payment-methods, .page-789win-2026__game-providers, .page-789win-2026__faq-section, .page-789win-2026__final-cta {
        padding: 40px 15px;
      }

      .page-789win-2026__category-grid, .page-789win-2026__promo-grid, .page-789win-2026__features-grid, .page-789win-2026__payment-grid, .page-789win-2026__provider-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-789win-2026__category-item, .page-789win-2026__promo-item, .page-789win-2026__feature-item, .page-789win-2026__payment-item, .page-789win-2026__provider-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px 15px !important;
      }

      .page-789win-2026__category-image, .page-789win-2026__promo-image, .page-789win-2026__feature-image, .page-789win-2026__payment-image, .page-789win-2026__provider-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-789win-2026__category-title, .page-789win-2026__promo-title, .page-789win-2026__feature-title {
        font-size: 1.3em;
      }

      .page-789win-2026__category-text, .page-789win-2026__promo-text, .page-789win-2026__feature-text {
        font-size: 0.95em;
      }

      .page-789win-2026__floating-buttons {
        flex-direction: row;
        width: calc(100% - 40px);
        left: 20px;
        right: 20px;
        justify-content: space-around;
        bottom: 15px;
      }

      .page-789win-2026__floating-btn {
        width: 48%;
        height: 50px;
      }

      .page-789win-2026__faq-q-text {
        font-size: 1.1em;
      }

      .page-789win-2026__faq-question {
        padding: 15px 10px;
      }

      .page-789win-2026__faq-answer {
        padding: 0 10px;
      }

      .page-789win-2026__faq-item.active .page-789win-2026__faq-answer {
        padding: 15px 10px !important;
      }
    }

    @media (max-width: 480px) {
      .page-789win-2026__hero-title {
        font-size: 1.8em;
      }

      .page-789win-2026__hero-subtitle {
        font-size: 1em;
      }

      .page-789win-2026__cta-button {
        padding: 10px 20px;
        font-size: 0.9em;
      }

      .page-789win-2026__floating-btn {
        width: 45%;
        height: 45px;
        font-size: 0.9em;
      }
    }
  