
    .page-w88-link {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0; /* Light text for dark background */
      background-color: #1a1a1a; /* Dark background */
      line-height: 1.6;
      overflow-x: hidden;
    }

    /* Section styling */
    .page-w88-link__section-title {
      color: #ffd700; /* Gold accent color */
      text-align: center;
      padding: 20px 15px;
      margin-bottom: 30px;
      font-size: 2.2em;
      font-weight: bold;
    }
    .page-w88-link__section-title strong {
      color: #fff; /* White for emphasized keyword */
    }

    /* Hero Section */
    .page-w88-link__hero-section {
      position: relative;
      width: 100%;
      min-height: 400px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 10px 20px 50px; /* Small padding-top to account for body padding-top */
      box-sizing: border-box;
      overflow: hidden;
      background-color: #0d0d0d;
    }

    .page-w88-link__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3; /* Subtle background image */
      z-index: 0;
      max-width: 100%; /* Responsive image */
    }

    .page-w88-link__hero-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
      margin: 0 auto;
      padding: 20px;
      background: rgba(0, 0, 0, 0.6);
      border-radius: 10px;
    }

    .page-w88-link__hero-title {
      font-size: 2.8em;
      color: #ffd700;
      margin-bottom: 15px;
      line-height: 1.2;
    }

    .page-w88-link__hero-description {
      font-size: 1.1em;
      margin-bottom: 30px;
      color: #e0e0e0;
    }

    .page-w88-link__hero-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
    }

    .page-w88-link__button {
      display: inline-block;
      padding: 12px 25px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      font-size: 1em;
      min-width: 150px;
      text-align: center;
      box-sizing: border-box;
    }

    .page-w88-link__button--primary {
      background-color: #e60000; /* Red accent */
      color: #ffffff;
      border: 2px solid #e60000;
    }

    .page-w88-link__button--primary:hover {
      background-color: #cc0000;
      transform: translateY(-2px);
    }

    .page-w88-link__button--secondary {
      background-color: transparent;
      color: #ffd700;
      border: 2px solid #ffd700;
    }

    .page-w88-link__button--secondary:hover {
      background-color: #ffd700;
      color: #1a1a1a;
      transform: translateY(-2px);
    }

    /* Features Section */
    .page-w88-link__features-section {
      padding: 50px 20px;
      background-color: #222;
    }

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

    .page-w88-link__feature-item {
      background-color: #2c2c2c;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

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

    .page-w88-link__feature-icon {
      width: 100%;
      max-width: 250px; /* Ensure images are not too small but still content images */
      height: auto;
      margin-bottom: 20px;
      border-radius: 8px;
      object-fit: cover;
      box-sizing: border-box;
    }

    .page-w88-link__feature-title {
      font-size: 1.5em;
      color: #ffd700;
      margin-bottom: 10px;
    }

    .page-w88-link__feature-description {
      font-size: 0.95em;
      color: #ccc;
    }

    /* Products Section */
    .page-w88-link__products-section {
      padding: 50px 20px;
      background-color: #1a1a1a;
    }

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

    .page-w88-link__product-item {
      background-color: #2c2c2c;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

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

    .page-w88-link__product-image {
      width: 100%;
      height: 200px; /* Fixed height for product images */
      object-fit: cover;
      display: block;
      margin-bottom: 15px;
      box-sizing: border-box;
      max-width: 100%;
    }

    .page-w88-link__product-title {
      font-size: 1.4em;
      color: #ffd700;
      padding: 0 15px;
      margin-bottom: 10px;
    }

    .page-w88-link__product-description {
      font-size: 0.9em;
      color: #ccc;
      padding: 0 15px 20px;
    }

    /* Guide Section */
    .page-w88-link__guide-section {
      padding: 50px 20px;
      background-color: #222;
      text-align: center;
    }

    .page-w88-link__guide-steps {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      max-width: 1000px;
      margin: 0 auto 40px;
    }

    .page-w88-link__step-item {
      flex: 1;
      min-width: 280px;
      max-width: 350px;
      background-color: #2c2c2c;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      box-sizing: border-box;
    }

    .page-w88-link__step-number {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: #e60000;
      color: #fff;
      font-size: 1.8em;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .page-w88-link__step-title {
      font-size: 1.5em;
      color: #ffd700;
      margin-bottom: 10px;
    }

    .page-w88-link__step-description {
      font-size: 0.95em;
      color: #ccc;
    }

    .page-w88-link__guide-cta {
      margin-top: 30px;
    }

    /* Promotions Section */
    .page-w88-link__promotions-section {
      padding: 50px 20px;
      background-color: #1a1a1a;
    }

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

    .page-w88-link__promo-item {
      background-color: #2c2c2c;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

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

    .page-w88-link__promo-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      margin-bottom: 15px;
      box-sizing: border-box;
      max-width: 100%;
    }

    .page-w88-link__promo-title {
      font-size: 1.4em;
      color: #ffd700;
      padding: 0 15px;
      margin-bottom: 10px;
    }

    .page-w88-link__promo-description {
      font-size: 0.9em;
      color: #ccc;
      padding: 0 15px 20px;
    }

    /* FAQ Section */
    .page-w88-link__faq-section {
      padding: 50px 20px;
      background-color: #222;
    }

    .page-w88-link__faq-container {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-w88-link__faq-item {
      background-color: #2c2c2c;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      box-sizing: border-box;
    }

    .page-w88-link__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #333;
      color: #ffd700;
      font-size: 1.1em;
      font-weight: bold;
      user-select: none;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-w88-link__faq-question:hover {
      background-color: #444;
    }

    .page-w88-link__faq-q-text {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Crucial for click event to bubble to parent */
      color: #ffd700; /* Ensure good contrast */
    }

    .page-w88-link__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Crucial for click event to bubble to parent */
      color: #ffd700; /* Ensure good contrast */
    }

    .page-w88-link__faq-item.active .page-w88-link__faq-toggle {
      transform: rotate(45deg); /* Change + to X-like or - */
    }

    .page-w88-link__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px; /* Initial padding */
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      background-color: #2c2c2c;
      color: #e0e0e0;
      opacity: 0;
      box-sizing: border-box;
    }

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

    .page-w88-link__faq-answer p {
      margin: 0;
      padding-bottom: 5px;
    }

    /* Floating Register/Login Buttons */
    .page-w88-link__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-w88-link__floating-button {
      display: block;
      padding: 12px 20px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
      transition: transform 0.2s ease;
      font-size: 0.95em;
      min-width: 100px;
      box-sizing: border-box;
    }

    .page-w88-link__floating-button--register {
      background-color: #e60000; /* Red */
      color: #ffffff;
    }

    .page-w88-link__floating-button--register:hover {
      transform: translateY(-3px);
      background-color: #cc0000;
    }

    .page-w88-link__floating-button--login {
      background-color: #ffd700; /* Gold */
      color: #1a1a1a;
    }

    .page-w88-link__floating-button--login:hover {
      transform: translateY(-3px);
      background-color: #e0b800;
    }

    /* Responsive Adjustments */
    @media (max-width: 1024px) {
      .page-w88-link__section-title {
        font-size: 2em;
      }
      .page-w88-link__hero-title {
        font-size: 2.5em;
      }
      .page-w88-link__hero-description {
        font-size: 1em;
      }
    }

    @media (max-width: 768px) {
      .page-w88-link__section-title {
        font-size: 1.8em !important;
        padding: 15px 10px !important;
        margin-bottom: 20px !important;
      }
      .page-w88-link__hero-section {
        min-height: 350px;
        padding: 10px 15px 40px !important;
      }
      .page-w88-link__hero-title {
        font-size: 2em !important;
      }
      .page-w88-link__hero-description {
        font-size: 0.95em !important;
        margin-bottom: 20px !important;
      }
      .page-w88-link__hero-actions {
        flex-direction: column;
        gap: 10px;
      }
      .page-w88-link__button {
        width: 100% !important;
        max-width: 250px !important;
        margin: 0 auto;
        padding: 10px 20px !important;
        font-size: 0.9em !important;
        box-sizing: border-box !important;
      }

      /* List items responsive */
      .page-w88-link__features-grid,
      .page-w88-link__product-grid,
      .page-w88-link__promo-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        padding: 0 10px !important; /* Adjust container padding */
      }

      .page-w88-link__feature-item,
      .page-w88-link__product-item,
      .page-w88-link__step-item,
      .page-w88-link__promo-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px !important; /* Adjust padding for items */
      }

      .page-w88-link__feature-icon,
      .page-w88-link__product-image,
      .page-w88-link__promo-image {
        max-width: 100% !important;
        height: auto !important; /* Allow height to adjust */
        object-fit: cover !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important; /* Ensure text wraps */
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-w88-link__guide-steps {
        flex-direction: column;
        gap: 20px;
        padding: 0 10px !important;
      }

      .page-w88-link__floating-buttons {
        bottom: 15px;
        right: 15px;
        flex-direction: row; /* Buttons side-by-side on mobile */
        width: calc(100% - 30px); /* Full width with padding */
        justify-content: space-around;
      }

      .page-w88-link__floating-button {
        flex: 1;
        font-size: 0.9em !important;
        padding: 10px 15px !important;
        margin: 0 5px; /* Small margin between buttons */
      }

      .page-w88-link__faq-question {
        padding: 12px 15px !important;
        font-size: 1em !important;
      }

      .page-w88-link__faq-answer {
        padding: 0 15px !important;
      }

      .page-w88-link__faq-item.active .page-w88-link__faq-answer {
        padding: 15px 15px !important;
      }
    }

    @media (max-width: 480px) {
      .page-w88-link__hero-title {
        font-size: 1.8em !important;
      }
      .page-w88-link__section-title {
        font-size: 1.6em !important;
      }
      .page-w88-link__floating-buttons {
        flex-direction: column; /* Stack buttons on very small screens */
        align-items: center;
      }
      .page-w88-link__floating-button {
        width: 80% !important;
        margin: 5px 0;
      }
    }
  