
    /* style/18win11.css */
    .page-18win11 {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: #333333;
      background-color: #f8f9fa;
    }

    .page-18win11__hero-section {
      position: relative;
      width: 100%;
      padding: 10px 0 40px 0;
      background-color: #ffffff;
      text-align: center;
      overflow: hidden;
    }

    .page-18win11__hero-image-container {
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-18win11__hero-image {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .page-18win11__hero-content {
      max-width: 900px;
      margin: 20px auto 0 auto;
      padding: 0 20px;
      text-align: center;
    }

    .page-18win11__main-title {
      font-size: clamp(2.2rem, 5vw, 3.2rem);
      color: #2563eb;
      font-weight: 700;
      margin-bottom: 15px;
      line-height: 1.2;
      letter-spacing: -0.03em;
    }

    .page-18win11__description {
      font-size: clamp(1rem, 2.5vw, 1.2rem);
      color: #64748b;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-18win11__cta-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .page-18win11__btn-primary,
    .page-18win11__btn-secondary {
      display: inline-block;
      padding: 14px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 700;
      font-size: 1.1rem;
      transition: all 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      max-width: 100%;
      box-sizing: border-box;
      white-space: normal;
      word-wrap: break-word;
      text-align: center;
    }

    .page-18win11__btn-primary {
      background-color: #2563eb;
      color: #ffffff;
      border: 2px solid #2563eb;
    }

    .page-18win11__btn-primary:hover {
      background-color: #1a4ed8;
      border-color: #1a4ed8;
      transform: translateY(-2px);
    }

    .page-18win11__btn-secondary {
      background-color: #ffffff;
      color: #2563eb;
      border: 2px solid #2563eb;
    }

    .page-18win11__btn-secondary:hover {
      background-color: #e0e7ff;
      color: #1a4ed8;
      border-color: #1a4ed8;
      transform: translateY(-2px);
    }

    .page-18win11__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      margin-bottom: 40px;
      box-sizing: border-box;
    }

    .page-18win11__section--alt {
      background-color: #f0f4f8;
      box-shadow: none;
    }

    .page-18win11__section-title {
      font-size: clamp(1.8rem, 4vw, 2.5rem);
      color: #2563eb;
      font-weight: 700;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
    }

    .page-18win11__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -10px;
      transform: translateX(-50%);
      width: 60px;
      height: 4px;
      background-color: #64748b;
      border-radius: 2px;
    }

    .page-18win11__content-text {
      font-size: 1.1rem;
      color: #333333;
      margin-bottom: 20px;
      text-align: justify;
    }

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

    .page-18win11__card {
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      padding: 30px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-18win11__card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .page-18win11__card-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 20px;
      object-fit: contain;
    }

    .page-18win11__card-title {
      font-size: 1.4rem;
      color: #2563eb;
      font-weight: 600;
      margin-bottom: 15px;
    }

    .page-18win11__card-description {
      font-size: 1rem;
      color: #64748b;
    }

    .page-18win11__game-card {
      display: flex;
      flex-direction: column;
      align-items: center;
      background-color: #f0f4f8;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

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

    .page-18win11__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-18win11__game-content {
      padding: 20px;
      text-align: center;
    }

    .page-18win11__game-title {
      font-size: 1.3rem;
      color: #2563eb;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .page-18win11__game-description {
      font-size: 0.95rem;
      color: #64748b;
      margin-bottom: 15px;
    }

    .page-18win11__game-btn {
      background-color: #64748b;
      color: #ffffff;
      padding: 10px 20px;
      border-radius: 50px;
      text-decoration: none;
      font-size: 0.9rem;
      transition: background-color 0.3s ease;
      max-width: 100%;
      box-sizing: border-box;
      white-space: normal;
      word-wrap: break-word;
      text-align: center;
    }

    .page-18win11__game-btn:hover {
      background-color: #4a5568;
    }

    .page-18win11__app-download-section {
      text-align: center;
      background-color: #2563eb;
      color: #ffffff;
      padding: 80px 20px;
      border-radius: 8px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
      margin-bottom: 40px;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      box-sizing: border-box;
    }

    .page-18win11__app-title {
      font-size: clamp(1.8rem, 4vw, 2.8rem);
      margin-bottom: 20px;
      font-weight: 700;
    }

    .page-18win11__app-description {
      font-size: clamp(1rem, 2.5vw, 1.2rem);
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-18win11__app-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .page-18win11__app-btn {
      display: inline-flex;
      align-items: center;
      padding: 15px 35px;
      border-radius: 50px;
      background-color: #ffffff;
      color: #2563eb;
      text-decoration: none;
      font-weight: 700;
      font-size: 1.1rem;
      transition: all 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      max-width: 100%;
      box-sizing: border-box;
      white-space: normal;
      word-wrap: break-word;
      text-align: center;
    }

    .page-18win11__app-btn:hover {
      background-color: #e0e7ff;
      transform: translateY(-2px);
    }

    .page-18win11__app-btn-icon {
      width: 24px;
      height: 24px;
      margin-right: 10px;
    }

    .page-18win11__faq-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto 40px auto;
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

    .page-18win11__faq-item {
      border-bottom: 1px solid #e0e0e0;
      margin-bottom: 15px;
      box-sizing: border-box;
    }

    .page-18win11__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }

    .page-18win11__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 0;
      cursor: pointer;
      user-select: none;
      font-size: 1.2rem;
      color: #2563eb;
      font-weight: 600;
      transition: color 0.3s ease;
    }

    .page-18win11__faq-question:hover {
      color: #1a4ed8;
    }

    .page-18win11__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click on parent */
    }

    .page-18win11__faq-toggle {
      font-size: 1.8rem;
      font-weight: 700;
      color: #64748b;
      margin-left: 15px;
      pointer-events: none; /* Prevent toggle icon from blocking click on parent */
      transition: transform 0.3s ease;
    }

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

    .page-18win11__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;
      font-size: 1rem;
      color: #333333;
      line-height: 1.8;
      text-align: justify;
    }

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

    .page-18win11__floating-login-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #ffcc00; /* Eye-catching color */
      color: #2563eb;
      padding: 12px 25px;
      border-radius: 50px;
      font-weight: 700;
      font-size: 1.1rem;
      text-decoration: none;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      z-index: 1000;
      transition: transform 0.3s ease, background-color 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      max-width: 180px; /* Limit width for mobile */
      box-sizing: border-box;
      white-space: normal;
      word-wrap: break-word;
      line-height: 1.2;
    }

    .page-18win11__floating-login-button:hover {
      transform: translateY(-3px);
      background-color: #ffdd33;
    }

    /* Mobile specific styles */
    @media (max-width: 768px) {
      .page-18win11__hero-section {
        padding: 10px 0 30px 0;
      }

      .page-18win11__main-title {
        font-size: 2rem;
      }

      .page-18win11__description {
        font-size: 0.95rem;
        margin-bottom: 20px;
      }

      .page-18win11__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
      }

      .page-18win11__btn-primary,
      .page-18win11__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 1rem;
      }

      .page-18win11__section {
        padding: 40px 15px;
        margin-bottom: 30px;
      }

      .page-18win11__section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
      }

      .page-18win11__content-text {
        font-size: 1rem;
      }

      .page-18win11__grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-18win11__card {
        padding: 20px;
      }

      .page-18win11__card-title {
        font-size: 1.2rem;
      }

      .page-18win11__app-download-section {
        padding: 50px 15px;
        margin-bottom: 30px;
      }

      .page-18win11__app-title {
        font-size: 1.8rem;
      }

      .page-18win11__app-description {
        font-size: 0.95rem;
        margin-bottom: 30px;
      }

      .page-18win11__app-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
      }

      .page-18win11__app-btn {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 1rem;
      }

      .page-18win11__faq-section {
        padding: 40px 15px;
        margin-bottom: 30px;
      }

      .page-18win11__faq-question {
        font-size: 1.05rem;
      }

      .page-18win11__faq-answer {
        font-size: 0.95rem;
        padding: 15px 15px !important;
      }

      .page-18win11__floating-login-button {
        bottom: 15px;
        right: 15px;
        padding: 10px 20px;
        font-size: 0.95rem;
        max-width: 160px;
      }

      /* Global image/video responsiveness for mobile */
      .page-18win11 img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
      }
      .page-18win11 video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
      }
      .page-18win11__section,
      .page-18win11__card,
      .page-18win11__container,
      .page-18win11__hero-image-container,
      .page-18win11__app-download-section,
      .page-18win11__faq-section,
      .page-18win11__video-section,
      .page-18win11__video-container,
      .page-18win11__video-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
      }
      .page-18win11__video-section {
        padding-top: 10px !important;
      }
      .page-18win11 ul,
      .page-18win11 ol {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-18win11 li {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 10px;
        padding-right: 10px;
      }
    }
  