
    /* Base styles for page-sunwin */
    .page-sunwin {
      font-family: 'Arial', sans-serif;
      background-color: #1a1a1a; /* Dark background */
      color: #f0f0f0; /* Light text for contrast */
      line-height: 1.6;
      padding-bottom: 80px; /* Space for floating button */
    }

    .page-sunwin-section {
      padding: 20px 15px;
      margin-bottom: 20px;
      background-color: #2a2a2a; /* Slightly lighter dark for sections */
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-sunwin-section-title {
      color: #ffcc00; /* Gold color for titles */
      text-align: center;
      margin-bottom: 20px;
      font-size: 1.8em;
      font-weight: bold;
      line-height: 1.2;
    }

    .page-sunwin-section-subtitle {
      text-align: center;
      color: #cccccc;
      margin-bottom: 25px;
      font-size: 1em;
    }

    .page-sunwin-title {
      color: #ffcc00;
      text-align: center;
      font-size: 2.2em;
      margin-bottom: 15px;
      line-height: 1.2;
    }

    .page-sunwin-description, .page-sunwin-text {
      color: #e0e0e0;
      text-align: justify;
      margin-bottom: 15px;
    }

    .page-sunwin-link {
      color: #00bfff; /* Bright blue for links */
      text-decoration: none;
      font-weight: bold;
    }

    .page-sunwin-link:hover {
      text-decoration: underline;
      color: #4ddbff;
    }

    /* Hero Section */
    .page-sunwin-hero {
      position: relative;
      text-align: center;
      padding: 0; /* Remove padding as banner takes full width */
      margin-bottom: 20px;
      overflow: hidden; /* Ensure banner doesn't overflow */
      border-radius: 8px;
    }

    .page-sunwin-banner-container {
      width: 100%;
      overflow: hidden; /* Ensure image fits */
      border-radius: 8px 8px 0 0; /* Rounded top corners */
    }

    .page-sunwin-banner {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover; /* Cover the container, maintaining aspect ratio */
    }

    .page-sunwin-hero-content {
      padding: 20px 15px;
      background-color: #2a2a2a; /* Darker background for text below banner */
      border-radius: 0 0 8px 8px; /* Rounded bottom corners */
    }

    .page-sunwin-cta-buttons {
      display: flex;
      flex-direction: column;
      gap: 15px;
      margin-top: 25px;
    }

    .page-sunwin-btn {
      display: block;
      padding: 12px 20px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-align: center;
    }

    .page-sunwin-btn-primary {
      background-color: #ffcc00; /* Gold button */
      color: #1a1a1a;
      border: none;
    }

    .page-sunwin-btn-primary:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-sunwin-btn-secondary {
      background-color: #00bfff; /* Blue button */
      color: #ffffff;
      border: 2px solid #00bfff;
    }

    .page-sunwin-btn-secondary:hover {
      background-color: #0099cc;
      border-color: #0099cc;
      transform: translateY(-2px);
    }

    /* Floating Button */
    .page-sunwin-floating-btn {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #e74c3c; /* Red for urgency */
      color: #ffffff;
      padding: 15px 20px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
      z-index: 1000;
      text-align: center;
      white-space: nowrap;
      animation: page-sunwin-pulse 2s infinite;
    }

    .page-sunwin-floating-btn:hover {
      background-color: #c0392b;
      transform: scale(1.05);
    }

    @keyframes page-sunwin-pulse {
      0% { transform: scale(1); }
      50% { transform: scale(1.03); }
      100% { transform: scale(1); }
    }

    /* Game Categories */
    .page-sunwin-game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); /* Adjusted for mobile */
      gap: 15px;
      justify-content: center;
    }

    .page-sunwin-game-card {
      background-color: #3a3a3a;
      border-radius: 10px;
      padding: 15px;
      text-align: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
    }

    .page-sunwin-game-card:hover {
      transform: translateY(-5px);
      background-color: #4a4a4a;
    }

    .page-sunwin-game-icon {
      width: 60px;
      height: 60px;
      object-fit: contain;
      margin-bottom: 10px;
      border-radius: 50%;
      background-color: #1a1a1a;
      padding: 5px;
    }

    .page-sunwin-game-title {
      font-size: 1.1em;
      color: #ffcc00;
      margin-bottom: 5px;
    }

    .page-sunwin-game-title a {
      color: #ffcc00; /* Link color for game titles */
      text-decoration: none;
    }

    .page-sunwin-game-title a:hover {
      text-decoration: underline;
    }

    .page-sunwin-game-desc {
      font-size: 0.85em;
      color: #cccccc;
    }

    /* Why Choose Section */
    .page-sunwin-features-grid {
      display: grid;
      grid-template-columns: 1fr; /* Single column for mobile */
      gap: 20px;
    }

    .page-sunwin-feature-item {
      background-color: #3a3a3a;
      border-radius: 10px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .page-sunwin-feature-icon {
      width: 70px;
      height: 70px;
      object-fit: contain;
      margin-bottom: 15px;
      filter: invert(80%) sepia(80%) saturate(2000%) hue-rotate(330deg) brightness(110%) contrast(100%); /* Gold tint */
    }

    .page-sunwin-feature-title {
      font-size: 1.3em;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-sunwin-feature-desc {
      font-size: 0.95em;
      color: #e0e0e0;
    }

    /* Providers Section */
    .page-sunwin-provider-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); /* Smaller logos for mobile */
      gap: 15px;
      justify-items: center;
      align-items: center;
    }

    .page-sunwin-provider-logo {
      width: 80px;
      height: 50px;
      object-fit: contain;
      filter: grayscale(70%) brightness(150%); /* Make logos blend in, but visible */
      transition: filter 0.3s ease;
    }

    .page-sunwin-provider-logo:hover {
      filter: grayscale(0%) brightness(100%); /* Full color on hover */
    }

    /* News Section */
    .page-sunwin-article-list {
      display: grid;
      grid-template-columns: 1fr; /* Single column for mobile */
      gap: 20px;
    }

    .page-sunwin-article-card {
      background-color: #3a3a3a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .page-sunwin-article-img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .page-sunwin-article-title {
      font-size: 1.2em;
      color: #ffcc00;
      padding: 15px;
      margin-bottom: 0;
    }

    .page-sunwin-article-title a {
      color: #ffcc00;
      text-decoration: none;
    }

    .page-sunwin-article-title a:hover {
      text-decoration: underline;
    }

    .page-sunwin-article-excerpt {
      font-size: 0.9em;
      color: #cccccc;
      padding: 0 15px 15px;
    }

    /* FAQ Section */
    .page-sunwin-faq-item {
      background-color: #3a3a3a;
      border-radius: 10px;
      padding: 15px;
      margin-bottom: 15px;
    }

    .page-sunwin-faq-question {
      font-size: 1.15em;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-sunwin-faq-answer {
      font-size: 0.95em;
      color: #e0e0e0;
    }

    /* Desktop adjustments */
    @media (min-width: 768px) {
      .page-sunwin-section {
        padding: 30px 40px;
      }

      .page-sunwin-section-title {
        font-size: 2.5em;
      }

      .page-sunwin-title {
        font-size: 3em;
      }

      .page-sunwin-cta-buttons {
        flex-direction: row;
        justify-content: center;
      }

      .page-sunwin-btn {
        width: auto;
        min-width: 200px;
      }

      .page-sunwin-game-grid {
        grid-template-columns: repeat(3, 1fr);
      }

      .page-sunwin-features-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .page-sunwin-provider-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      }

      .page-sunwin-article-list {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    @media (min-width: 1024px) {
      .page-sunwin-game-grid {
        grid-template-columns: repeat(6, 1fr); /* 6 columns for desktop */
      }

      .page-sunwin-features-grid {
        grid-template-columns: repeat(4, 1fr);
      }
    }
  