
    /* Tổng quan */
    .page-sunwindownload {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f9fa;
      padding: 0;
      margin: 0;
    }

    .page-sunwindownload a {
      color: #007bff;
      text-decoration: none;
    }

    .page-sunwindownload a:hover {
      text-decoration: underline;
    }

    .page-sunwindownload h1, .page-sunwindownload h2, .page-sunwindownload h3 {
      color: #0a2f5c;
      margin-bottom: 1rem;
      text-align: center;
    }

    .page-sunwindownload h1 {
      font-size: 2.2em;
      padding-top: 1.5rem;
      padding-bottom: 1rem;
    }

    .page-sunwindownload h2 {
      font-size: 1.8em;
      border-bottom: 2px solid #ffc107;
      display: inline-block;
      padding-bottom: 0.5rem;
      margin-bottom: 2rem;
    }

    .page-sunwindownload h3 {
      font-size: 1.4em;
      color: #28a745;
    }

    .page-sunwindownload section {
      padding: 2rem 1rem;
      margin-bottom: 1.5rem;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    }

    .page-sunwindownload .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    /* Hero Section */
    .page-sunwindownload .hero-section {
      text-align: center;
      padding: 0; /* Remove padding to let image control height */
      background: linear-gradient(135deg, #0a2f5c 0%, #007bff 100%);
      color: #fff;
      position: relative;
      overflow: hidden;
      border-radius: 0;
      box-shadow: none;
    }

    .page-sunwindownload .hero-image-wrapper {
        width: 100%;
        max-height: 400px; /* Limit height for hero image */
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1rem;
    }

    .page-sunwindownload .hero-image {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain; /* Ensure image is not stretched and fits */
    }


    .page-sunwindownload .hero-content {
      position: relative;
      z-index: 2;
      padding: 1rem 1rem 2rem;
      color: #fff;
    }

    .page-sunwindownload .hero-content h1 {
      color: #fff;
      margin-top: 0;
      font-size: 2.5em;
    }
    .page-sunwindownload .hero-content p {
        font-size: 1.1em;
        margin-bottom: 1.5rem;
    }

    .page-sunwindownload .download-buttons {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      margin-top: 2rem;
      align-items: center;
    }

    .page-sunwindownload .download-btn {
      display: inline-block;
      background-color: #ffc107;
      color: #0a2f5c;
      padding: 12px 25px;
      border-radius: 30px;
      font-weight: bold;
      font-size: 1.1em;
      text-transform: uppercase;
      transition: background-color 0.3s ease, transform 0.2s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      width: 80%;
      max-width: 300px;
    }

    .page-sunwindownload .download-btn:hover {
      background-color: #e0a800;
      transform: translateY(-3px);
      text-decoration: none;
    }

    /* Floating Button */
    .page-sunwindownload .floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #dc3545; /* Red for urgency */
      color: #fff;
      padding: 15px 25px;
      border-radius: 50px;
      font-size: 1.1em;
      font-weight: bold;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      z-index: 1000;
      text-align: center;
      animation: pulse 2s infinite;
      text-transform: uppercase;
    }

    .page-sunwindownload .floating-button:hover {
      background-color: #c82333;
      text-decoration: none;
    }

    @keyframes pulse {
      0% { transform: scale(1); }
      50% { transform: scale(1.05); }
      100% { transform: scale(1); }
    }

    /* Giới thiệu & Hướng dẫn */
    .page-sunwindownload .intro-content,
    .page-sunwindownload .guide-steps {
      text-align: left;
    }

    .page-sunwindownload .guide-steps ol {
      list-style-type: decimal;
      padding-left: 20px;
      margin-top: 1.5rem;
    }

    .page-sunwindownload .guide-steps li {
      margin-bottom: 1rem;
      font-size: 1.05em;
      color: #555;
    }

    .page-sunwindownload .guide-steps strong {
      color: #0a2f5c;
    }

    /* Game Categories */
    .page-sunwindownload .game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 1.5rem;
      margin-top: 2rem;
    }

    .page-sunwindownload .game-card {
      background-color: #fefefe;
      border-radius: 10px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 180px; /* Ensure cards have a minimum height */
    }

    .page-sunwindownload .game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    }

    .page-sunwindownload .game-card img {
      width: 100%;
      height: 100px; /* Fixed height for consistency */
      object-fit: cover;
      border-bottom: 1px solid #eee;
    }

    .page-sunwindownload .game-card h3 {
      margin: 1rem 0.5rem;
      font-size: 1.1em;
      color: #0a2f5c;
    }

    /* Game Providers */
    .page-sunwindownload .provider-logos {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
      gap: 1rem;
      margin-top: 2rem;
      align-items: center;
      justify-items: center;
    }

    .page-sunwindownload .provider-logo-item {
      padding: 10px;
      background-color: #fff;
      border: 1px solid #eee;
      border-radius: 8px;
      text-align: center;
      transition: transform 0.2s ease;
    }

    .page-sunwindownload .provider-logo-item:hover {
      transform: translateY(-3px);
    }

    .page-sunwindownload .provider-logo-item img {
      width: 100%;
      max-width: 80px;
      height: auto;
      object-fit: contain;
    }

    /* FAQ Section */
    .page-sunwindownload .faq-item {
      margin-bottom: 1.5rem;
      border-bottom: 1px solid #eee;
      padding-bottom: 1rem;
    }

    .page-sunwindownload .faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }

    .page-sunwindownload .faq-question {
      font-weight: bold;
      color: #0a2f5c;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 1.1em;
    }

    .page-sunwindownload .faq-answer {
      margin-top: 0.8rem;
      color: #555;
      display: none; /* Hidden by default */
    }

    .page-sunwindownload .faq-question.active + .faq-answer {
      display: block;
    }

    .page-sunwindownload .faq-question span {
      font-size: 1.2em;
      transition: transform 0.3s ease;
    }

    .page-sunwindownload .faq-question.active span {
      transform: rotate(180deg);
    }

    /* Why Choose Section */
    .page-sunwindownload .why-choose-list {
      list-style: none;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1.5rem;
    }

    .page-sunwindownload .why-choose-item {
      background-color: #e6f7ff;
      padding: 1.5rem;
      border-radius: 8px;
      display: flex;
      align-items: flex-start;
      gap: 1rem;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    }

    .page-sunwindownload .why-choose-item i {
      font-size: 1.8em;
      color: #007bff;
      flex-shrink: 0;
    }

    .page-sunwindownload .why-choose-item h3 {
      margin-top: 0;
      text-align: left;
      color: #0a2f5c;
      font-size: 1.2em;
    }
    .page-sunwindownload .why-choose-item p {
        margin-bottom: 0;
        color: #555;
    }

    /* Responsive adjustments */
    @media (min-width: 768px) {
      .page-sunwindownload h1 {
        font-size: 3em;
      }
      .page-sunwindownload .hero-content {
        padding: 2rem 1rem 3rem;
      }
      .page-sunwindownload .hero-content p {
        font-size: 1.2em;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
      }
      .page-sunwindownload .download-buttons {
        flex-direction: row;
        justify-content: center;
      }
      .page-sunwindownload .download-btn {
        width: auto;
        min-width: 250px;
      }
      .page-sunwindownload .game-categories {
        grid-template-columns: repeat(4, 1fr);
      }
      .page-sunwindownload .provider-logos {
        grid-template-columns: repeat(6, 1fr);
      }
    }

    @media (min-width: 1024px) {
      .page-sunwindownload h1 {
        font-size: 3.5em;
      }
      .page-sunwindownload .hero-image-wrapper {
        max-height: 500px;
      }
      .page-sunwindownload .game-categories {
        grid-template-columns: repeat(5, 1fr);
      }
      .page-sunwindownload .provider-logos {
        grid-template-columns: repeat(8, 1fr);
      }
    }
  