.page-winwin {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-winwin__hero-section {
      position: relative;
      background-color: #0d1a26;
      color: #fff;
      text-align: center;
      padding: 10px 20px 80px; /* Adjusted padding-top as per instruction */
      overflow: hidden;
      background-image: url('[GALLERY:hero:1920x1080:casino,slots,betting]');
      background-size: cover;
      background-position: center;
    }

    .page-winwin__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1;
    }

    .page-winwin__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      margin: 0 auto;
      padding-top: 50px;
    }

    .page-winwin__hero-title {
      font-size: 2.5em;
      margin-bottom: 20px;
      color: #ffcc00;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-winwin__hero-subtitle {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #eee;
    }

    .page-winwin__cta-button {
      display: inline-block;
      background-color: #007bff;
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
    }

    .page-winwin__cta-button:hover {
      background-color: #0056b3;
    }

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

    .page-winwin__floating-button {
      background-color: #ffcc00;
      color: #0d1a26;
      padding: 12px 20px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.2s ease;
      min-width: 120px;
    }

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

    .page-winwin__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      margin-bottom: 30px;
    }

    .page-winwin__section-dark {
      background-color: #0d1a26;
      color: #fff;
    }

    .page-winwin__section-dark .page-winwin__text-content {
      color: #eee;
    }

    .page-winwin__section-title {
      font-size: 2em;
      color: #0d1a26;
      text-align: center;
      margin-bottom: 40px;
    }

    .page-winwin__section-dark .page-winwin__section-title {
      color: #ffcc00;
    }

    .page-winwin__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: justify;
    }

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

    .page-winwin__feature-item {
      background-color: #f0f0f0;
      padding: 30px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
    }

    .page-winwin__section-dark .page-winwin__feature-item {
      background-color: #1a334d;
      color: #fff;
    }

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

    .page-winwin__feature-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
      object-fit: contain;
    }

    .page-winwin__feature-title {
      font-size: 1.3em;
      color: #0d1a26;
      margin-bottom: 10px;
    }

    .page-winwin__section-dark .page-winwin__feature-title {
      color: #ffcc00;
    }

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

    .page-winwin__product-card {
      background-color: #f0f0f0;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      text-align: center;
    }

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

    .page-winwin__product-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .page-winwin__product-content {
      padding: 20px;
    }

    .page-winwin__product-title {
      font-size: 1.4em;
      margin-bottom: 10px;
      color: #0d1a26;
    }

    .page-winwin__product-description {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 15px;
    }

    .page-winwin__faq-section {
      padding: 60px 20px;
      max-width: 900px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      margin-bottom: 30px;
    }

    .page-winwin__faq-title {
      font-size: 2em;
      color: #0d1a26;
      text-align: center;
      margin-bottom: 40px;
    }

    .page-winwin__faq-item {
      border-bottom: 1px solid #eee;
      margin-bottom: 10px;
    }

    .page-winwin__faq-item:last-child {
      border-bottom: none;
    }

    .page-winwin__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 0;
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      color: #0d1a26;
      transition: color 0.3s ease;
    }

    .page-winwin__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      pointer-events: none; /* Prevents text from interfering with click event */
    }

    .page-winwin__faq-question:hover {
      color: #007bff;
    }

    .page-winwin__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none; /* Prevents icon from interfering with click event */
      transition: transform 0.3s ease;
    }

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

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

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

    .page-winwin__contact-section {
      text-align: center;
      padding: 60px 20px;
      max-width: 1000px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .page-winwin__contact-section.page-winwin__section-dark {
      background-color: #0d1a26;
      color: #fff;
    }

    .page-winwin__contact-text {
      font-size: 1.1em;
      margin-bottom: 30px;
      color: #333;
    }

    .page-winwin__contact-section.page-winwin__section-dark .page-winwin__contact-text {
      color: #eee;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-winwin__hero-title {
        font-size: 2em;
      }
      .page-winwin__hero-subtitle {
        font-size: 1em;
      }
      .page-winwin__cta-button {
        padding: 12px 25px;
        font-size: 0.9em;
      }
      .page-winwin__section,
      .page-winwin__faq-section,
      .page-winwin__contact-section {
        padding: 40px 15px;
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
      }
      .page-winwin__section-title,
      .page-winwin__faq-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }
      .page-winwin__text-content {
        font-size: 1em;
      }
      .page-winwin__features-grid,
      .page-winwin__product-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .page-winwin__floating-buttons {
        bottom: 15px;
        right: 15px;
        gap: 8px;
      }
      .page-winwin__floating-button {
        padding: 10px 15px;
        min-width: 100px;
        font-size: 0.9em;
      }

      /* List item responsive requirements for general lists like features */
      .page-winwin__features-grid .page-winwin__feature-item,
      .page-winwin__product-grid .page-winwin__product-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
      }
      .page-winwin__features-grid,
      .page-winwin__product-grid {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-winwin__text-content,
      .page-winwin__product-description,
      .page-winwin__faq-answer {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      /* Ensure images are responsive */
      .page-winwin__product-image,
      .page-winwin__feature-icon {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-winwin__product-card,
      .page-winwin__feature-item {
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-winwin__hero-content {
        padding-top: 30px;
      }
      .page-winwin__hero-title {
        font-size: 1.8em;
      }
      .page-winwin__hero-subtitle {
        font-size: 0.9em;
      }
      .page-winwin__cta-button {
        padding: 10px 20px;
        font-size: 0.85em;
      }
      .page-winwin__section-title,
      .page-winwin__faq-title {
        font-size: 1.5em;
      }
      .page-winwin__floating-buttons {
        flex-direction: row; /* Buttons side-by-side on very small screens */
        width: calc(100% - 30px);
        justify-content: center;
        bottom: 10px;
        left: 15px;
        right: 15px;
      }
      .page-winwin__floating-button {
        flex: 1;
        min-width: unset;
        padding: 10px 10px;
        font-size: 0.8em;
      }
    }