
    /* CSS for page-3winbet */
    .page-3winbet {
      background-color: #000000;
      color: #FFFFFF;
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      overflow-x: hidden;
    }

    .page-3winbet__section-title {
      color: #FFD700;
      text-align: center;
      font-size: 2.5em;
      margin-bottom: 20px;
      padding-top: 40px;
    }

    .page-3winbet__section-description {
      text-align: center;
      max-width: 800px;
      margin: 0 auto 50px auto;
      font-size: 1.1em;
      color: #E0E0E0;
    }

    /* Hero Section */
    .page-3winbet__hero-section {
      position: relative;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 150px 20px 50px 20px; /* Desktop padding-top for fixed header */
      box-sizing: border-box;
      text-align: center;
      overflow: hidden; /* Ensure image doesn't overflow */
    }

    .page-3winbet__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      margin-bottom: 30px;
    }

    .page-3winbet__hero-title {
      font-size: 3.5em;
      color: #FFD700;
      margin-bottom: 20px;
      line-height: 1.2;
    }

    .page-3winbet__hero-description {
      font-size: 1.3em;
      color: #FFFFFF;
      margin-bottom: 30px;
    }

    .page-3winbet__hero-button {
      display: inline-block;
      background-color: #FFD700;
      color: #000000;
      padding: 18px 40px;
      border-radius: 50px;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease, color 0.3s ease;
      box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
    }

    .page-3winbet__hero-button:hover {
      background-color: #FFFACD;
      color: #333333;
    }

    .page-3winbet__hero-image-container {
      width: 100%;
      max-width: 1200px; /* Adjust as needed for banner width */
      overflow: hidden;
      box-sizing: border-box;
      margin-top: 30px; /* Space between text and image */
    }

    .page-3winbet__hero-image {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto; /* Center image */
      border-radius: 10px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }

    /* Floating Login/Register Button */
    .page-3winbet__floating-button-wrapper {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
        width: 90%;
        max-width: 400px;
    }

    .page-3winbet__floating-button {
      display: block;
      width: 100%;
      background-color: #FFD700;
      color: #000000;
      padding: 15px 20px;
      border-radius: 30px;
      text-align: center;
      text-decoration: none;
      font-size: 1.1em;
      font-weight: bold;
      box-shadow: 0 4px 15px rgba(255, 215, 0, 0.6);
      transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .page-3winbet__floating-button:hover {
      background-color: #FFFACD;
      transform: scale(1.05) translateX(-50%);
    }

    /* Game Categories Section */
    .page-3winbet__game-categories-section {
      padding: 60px 20px;
      background-color: #1a1a1a;
    }

    .page-3winbet__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-3winbet__game-card {
      background-color: #2a2a2a;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 20px;
    }

    .page-3winbet__game-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.6);
    }

    .page-3winbet__game-card-image {
      width: 100%;
      height: 200px; /* Fixed height for consistency, adjust as needed */
      object-fit: cover;
      display: block;
      margin-bottom: 15px;
    }

    .page-3winbet__game-card-title {
      font-size: 1.8em;
      color: #FFD700;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-3winbet__game-card-title a {
      color: #FFD700;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-3winbet__game-card-title a:hover {
      color: #FFFACD;
    }

    .page-3winbet__game-card-text {
      color: #E0E0E0;
      font-size: 1em;
      padding: 0 15px;
      flex-grow: 1; /* Allow text to take up available space */
    }

    /* Why Choose Section */
    .page-3winbet__why-choose-section {
      padding: 60px 20px;
      background-color: #000000;
    }

    .page-3winbet__feature-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-3winbet__feature-item {
      background-color: #2a2a2a;
      border-radius: 15px;
      padding: 30px;
      text-align: center;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-3winbet__feature-item:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    }

    .page-3winbet__feature-icon {
      width: 100px; /* Ensure images are not small icons */
      height: 100px;
      object-fit: contain;
      margin-bottom: 20px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-3winbet__feature-title {
      font-size: 1.6em;
      color: #FFD700;
      margin-bottom: 10px;
    }

    .page-3winbet__feature-text {
      color: #E0E0E0;
      font-size: 1em;
    }

    /* Game Providers Section */
    .page-3winbet__providers-section {
      padding: 60px 20px;
      background-color: #1a1a1a;
    }

    .page-3winbet__provider-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); /* Adjusted for logos */
      gap: 20px;
      max-width: 1000px;
      margin: 0 auto;
      justify-items: center;
      align-items: center;
    }

    .page-3winbet__provider-logo {
      width: 150px; /* Minimum 200px for content images, but gamelogo can be smaller if it's a logo type. Still ensuring it's not tiny. */
      height: 80px; /* Example height for logos */
      object-fit: contain;
      filter: grayscale(80%) brightness(120%); /* Subtle effect, not color changing */
      transition: filter 0.3s ease;
    }

    .page-3winbet__provider-logo:hover {
      filter: grayscale(0%) brightness(100%);
    }

    /* Payment Section */
    .page-3winbet__payment-section {
      padding: 60px 20px;
      background-color: #000000;
    }

    .page-3winbet__payment-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 20px;
      max-width: 800px;
      margin: 0 auto;
      justify-items: center;
      align-items: center;
    }

    .page-3winbet__payment-logo {
      width: 150px; /* Ensure not small icons */
      height: 80px;
      object-fit: contain;
      filter: grayscale(80%) brightness(120%);
      transition: filter 0.3s ease;
    }

    .page-3winbet__payment-logo:hover {
      filter: grayscale(0%) brightness(100%);
    }

    /* FAQ Section */
    .page-3winbet__faq-section {
      padding: 60px 20px;
      background-color: #1a1a1a;
    }

    .page-3winbet__faq-container {
      max-width: 900px;
      margin: 0 auto;
    }

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

    .page-3winbet__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #333333;
      color: #FFD700;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-3winbet__faq-question:hover {
      background-color: #444444;
    }

    .page-3winbet__faq-question-title {
      margin: 0;
      color: #FFD700;
      font-size: 1.2em;
      pointer-events: none; /* Prevent h3 from blocking click event on parent div */
    }

    .page-3winbet__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event on parent div */
    }

    .page-3winbet__faq-item.active .page-3winbet__faq-toggle {
      transform: rotate(45deg); /* Change + to X (or similar) */
    }

    .page-3winbet__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #2a2a2a;
      color: #E0E0E0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-3winbet__faq-item.active .page-3winbet__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-3winbet__faq-answer p {
      margin: 0;
      padding-bottom: 10px; /* Add some bottom padding for readability */
    }

    /* Final CTA Section */
    .page-3winbet__cta-section {
      padding: 60px 20px;
      text-align: center;
      background-color: #000000;
    }

    .page-3winbet__cta-title {
      font-size: 2.8em;
      color: #FFD700;
      margin-bottom: 20px;
    }

    .page-3winbet__cta-description {
      font-size: 1.2em;
      color: #FFFFFF;
      max-width: 800px;
      margin: 0 auto 40px auto;
    }

    .page-3winbet__cta-button {
      display: inline-block;
      background-color: #FFD700;
      color: #000000;
      padding: 20px 45px;
      border-radius: 50px;
      text-decoration: none;
      font-size: 1.3em;
      font-weight: bold;
      transition: background-color 0.3s ease, color 0.3s ease;
      box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
    }

    .page-3winbet__cta-button:hover {
      background-color: #FFFACD;
      color: #333333;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-3winbet__hero-title {
        font-size: 3em;
      }
      .page-3winbet__hero-description {
        font-size: 1.2em;
      }
      .page-3winbet__hero-button,
      .page-3winbet__cta-button {
        padding: 15px 30px;
        font-size: 1.1em;
      }
      .page-3winbet__section-title,
      .page-3winbet__cta-title {
        font-size: 2em;
      }
      .page-3winbet__game-grid,
      .page-3winbet__feature-grid,
      .page-3winbet__provider-grid,
      .page-3winbet__payment-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      }
      .page-3winbet__game-card-image {
        height: 180px;
      }
      .page-3winbet__provider-logo,
      .page-3winbet__payment-logo {
        width: 120px;
        height: 60px;
      }
    }

    @media (max-width: 768px) {
      .page-3winbet__hero-section {
        padding-top: 100px; /* Mobile padding-top for fixed header */
        padding-bottom: 30px;
      }
      .page-3winbet__hero-title {
        font-size: 2.2em;
      }
      .page-3winbet__hero-description {
        font-size: 1em;
      }
      .page-3winbet__hero-button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-3winbet__section-title,
      .page-3winbet__cta-title {
        font-size: 1.8em;
        padding-top: 30px;
      }
      .page-3winbet__section-description,
      .page-3winbet__cta-description {
        font-size: 0.95em;
        margin-bottom: 30px;
      }
      .page-3winbet__game-grid,
      .page-3winbet__feature-grid,
      .page-3winbet__provider-grid,
      .page-3winbet__payment-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 20px;
      }
      .page-3winbet__game-card-image {
        height: 150px;
      }
      .page-3winbet__game-card-title {
        font-size: 1.4em;
      }
      .page-3winbet__game-card-text {
        font-size: 0.9em;
      }
      .page-3winbet__feature-icon {
        width: 80px;
        height: 80px;
      }
      .page-3winbet__feature-title {
        font-size: 1.3em;
      }
      .page-3winbet__feature-text {
        font-size: 0.9em;
      }
      .page-3winbet__provider-logo,
      .page-3winbet__payment-logo {
        width: 100px;
        height: 50px;
      }
      .page-3winbet__faq-question {
        font-size: 1em;
        padding: 15px 20px;
      }
      .page-3winbet__faq-question-title {
        font-size: 1em;
      }
      .page-3winbet__faq-toggle {
        font-size: 1.2em;
      }
      .page-3winbet__faq-answer {
        padding: 15px 20px;
      }
      .page-3winbet__floating-button {
        font-size: 1em;
        padding: 12px 15px;
      }

      /* Force image responsiveness */
      .page-3winbet img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-3winbet__hero-image-container,
      .page-3winbet__game-card,
      .page-3winbet__feature-item,
      .page-3winbet__provider-grid,
      .page-3winbet__payment-grid {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-3winbet__hero-title {
        font-size: 1.8em;
      }
      .page-3winbet__hero-description {
        font-size: 0.9em;
      }
      .page-3winbet__section-title,
      .page-3winbet__cta-title {
        font-size: 1.5em;
      }
      .page-3winbet__game-grid,
      .page-3winbet__feature-grid {
        grid-template-columns: 1fr;
      }
      .page-3winbet__provider-grid,
      .page-3winbet__payment-grid {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
      }
      .page-3winbet__provider-logo,
      .page-3winbet__payment-logo {
        width: 80px;
        height: 40px;
      }
      .page-3winbet__floating-button-wrapper {
        width: 95%;
      }
    }
  