
    /* CSS Reset & Base */
    .page-luck8app {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: #e0e0e0; /* Light text for dark background */
      background-color: #1a1a2e; /* Dark background */
      padding-bottom: 80px; /* Space for fixed footer */
      min-height: 100vh;
    }

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

    /* Hero Section */
    .page-luck8app__hero-section {
      position: relative;
      text-align: center;
      color: #ffffff;
      padding: 10px 0 60px 0; /* Adjusted padding-top for fixed header */
      overflow: hidden;
      background: linear-gradient(135deg, #2a0a52, #0a0a2a);
    }

    .page-luck8app__hero-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 20px;
    }

    .page-luck8app__hero-image {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      border-radius: 10px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    }

    .page-luck8app__hero-content {
      position: relative;
      z-index: 1;
      padding: 0 20px;
    }

    .page-luck8app__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #ffcc00; /* Gold accent */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-luck8app__hero-subtitle {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #e0e0e0;
    }

    /* Floating Button */
    .page-luck8app__floating-button {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      background: linear-gradient(90deg, #ff4d4d, #ff8c00); /* Red-orange gradient */
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 50px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
      z-index: 1000;
      transition: all 0.3s ease;
      animation: pulse 2s infinite;
      border: none; /* Ensure it's a button-like element without default link border */
      cursor: pointer;
    }

    .page-luck8app__floating-button:hover {
      background: linear-gradient(90deg, #ff6666, #ff9933);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
      transform: translateX(-50%) translateY(-3px);
    }

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

    /* Section Styling */
    .page-luck8app__section {
      padding: 60px 0;
      text-align: center;
      background-color: #1a1a2e;
    }

    .page-luck8app__section--dark {
      background-color: #0d0d1a;
    }

    .page-luck8app__section-title {
      font-size: 2.5em;
      color: #ffcc00;
      margin-bottom: 40px;
      position: relative;
      display: inline-block;
      padding-bottom: 10px;
    }

    .page-luck8app__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #ff4d4d;
      border-radius: 2px;
    }

    /* Game Grid */
    .page-luck8app__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

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

    .page-luck8app__game-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }

    .page-luck8app__game-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      height: 200px; /* Fixed height for consistent card appearance */
    }

    .page-luck8app__game-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .page-luck8app__game-title {
      font-size: 1.5em;
      color: #ffcc00;
      margin: 20px 0 10px;
      padding: 0 15px;
    }

    .page-luck8app__game-description {
      font-size: 0.95em;
      color: #c0c0c0;
      padding: 0 15px;
      margin-bottom: 20px;
    }

    /* Why Choose Us */
    .page-luck8app__feature-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-luck8app__feature-item {
      background-color: #2b2b40;
      border-radius: 15px;
      padding: 30px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
      text-align: left;
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

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

    .page-luck8app__feature-icon-wrapper {
      width: 100%;
      max-width: 180px; /* Displayed width for the illustration */
      height: 180px; /* Displayed height for the illustration */
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 20px;
      display: flex;
      justify-content: flex-start; /* Align icon to left */
      align-items: center;
    }

    .page-luck8app__feature-icon {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
    }

    .page-luck8app__feature-title {
      font-size: 1.4em;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-luck8app__feature-description {
      color: #c0c0c0;
      font-size: 0.95em;
    }

    /* Payment Methods & Providers */
    .page-luck8app__logo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Adjusted for larger logos */
      gap: 20px;
      margin-top: 40px;
      justify-items: center;
      align-items: center;
    }

    .page-luck8app__logo-item {
      background-color: #2b2b40;
      border-radius: 10px;
      padding: 15px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      display: flex;
      justify-content: center;
      align-items: center;
      height: 120px; /* Fixed height for logo item to accommodate larger images */
      width: 100%;
      max-width: 220px; /* Max width for logo item */
    }
    
    .page-luck8app__logo-image-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .page-luck8app__logo-image {
      max-width: 100%;
      max-height: 90px; /* Max height for the actual logo image to fit */
      object-fit: contain;
      display: block;
    }

    /* Testimonials */
    .page-luck8app__testimonial-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-luck8app__testimonial-card {
      background-color: #2b2b40;
      border-radius: 15px;
      padding: 30px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
      text-align: left;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-luck8app__testimonial-quote {
      font-style: italic;
      color: #c0c0c0;
      margin-bottom: 20px;
      font-size: 1.05em;
    }

    .page-luck8app__testimonial-author {
      font-weight: bold;
      color: #ffcc00;
      font-size: 1.1em;
    }

    /* FAQ Section */
    .page-luck8app__faq-section {
      text-align: left;
    }

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

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

    .page-luck8app__faq-question:hover {
      background-color: #4a4a60;
    }

    .page-luck8app__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #ffcc00;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-luck8app__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #ffcc00;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from blocking click event */
    }

    .page-luck8app__faq-item.active .page-luck8app__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' or similar, or just rotate */
    }

    .page-luck8app__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      color: #c0c0c0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      font-size: 0.95em;
    }

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

    /* Call to Action */
    .page-luck8app__cta-section {
      background: linear-gradient(135deg, #0a0a2a, #2a0a52);
      padding: 80px 0;
      color: #ffffff;
      text-align: center;
    }

    .page-luck8app__cta-title {
      font-size: 2.5em;
      color: #ffcc00;
      margin-bottom: 20px;
    }

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

    .page-luck8app__cta-button {
      background: linear-gradient(90deg, #ff4d4d, #ff8c00);
      color: #ffffff;
      padding: 15px 40px;
      border-radius: 50px;
      font-size: 1.2em;
      font-weight: bold;
      text-decoration: none;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
      transition: all 0.3s ease;
      border: none;
      cursor: pointer;
      display: inline-block; /* Make it behave like a block for padding/margin */
    }

    .page-luck8app__cta-button:hover {
      background: linear-gradient(90deg, #ff6666, #ff9933);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
      transform: translateY(-3px);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-luck8app__hero-section {
        padding-top: 10px; /* Consistent with desktop for fixed header */
        padding-bottom: 40px;
      }

      .page-luck8app__hero-title {
        font-size: 2em;
      }

      .page-luck8app__hero-subtitle {
        font-size: 1em;
      }

      .page-luck8app__floating-button {
        padding: 12px 25px;
        font-size: 1em;
        bottom: 15px;
      }

      .page-luck8app__section {
        padding: 40px 0;
      }

      .page-luck8app__section-title {
        font-size: 2em;
      }

      .page-luck8app__game-grid {
        grid-template-columns: 1fr;
      }

      .page-luck8app__feature-grid {
        grid-template-columns: 1fr;
      }

      .page-luck8app__feature-item {
        align-items: center; /* Center features on mobile */
      }

      .page-luck8app__feature-icon-wrapper {
        justify-content: center; /* Center feature icons on mobile */
      }

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

      .page-luck8app__testimonial-grid {
        grid-template-columns: 1fr;
      }

      .page-luck8app__faq-question {
        padding: 15px 20px;
      }

      .page-luck8app__faq-question h3 {
        font-size: 1.1em;
      }

      .page-luck8app__faq-answer {
        padding: 0 20px;
      }

      .page-luck8app__faq-item.active .page-luck8app__faq-answer {
        padding: 15px 20px !important;
      }

      .page-luck8app__cta-section {
        padding: 60px 0;
      }

      .page-luck8app__cta-title {
        font-size: 2em;
      }

      .page-luck8app__cta-description {
        font-size: 1em;
      }

      /* Image responsive optimization for mobile */
      .page-luck8app img {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-luck8app__hero-image-wrapper,
      .page-luck8app__game-image-wrapper,
      .page-luck8app__feature-icon-wrapper,
      .page-luck8app__logo-image-wrapper {
          width: 100% !important;
          max-width: 100% !important;
          overflow: hidden !important;
          box-sizing: border-box !important;
      }
    }
  