
    .page-a99 {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #e0e0e0;
      background-color: #1a1a2e;
      line-height: 1.6;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
    }

    .page-a99__section-title {
      font-size: 2.2em;
      color: #e94560;
      text-align: center;
      margin-bottom: 40px;
      padding: 20px 15px 0;
      font-weight: 700;
    }

    .page-a99__sub-title {
      font-size: 1.6em;
      color: #f0f0f0;
      text-align: center;
      margin-bottom: 25px;
      font-weight: 600;
    }

    /* Hero Section */
    .page-a99__hero-section {
      background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%);
      padding: 10px 15px 50px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      position: relative;
      overflow: hidden;
      min-height: 60vh;
      justify-content: center;
    }

    .page-a99__hero-content {
      z-index: 2;
      max-width: 900px;
      width: 100%;
      margin-bottom: 30px;
    }

    .page-a99__brand-title {
      font-size: 3.5em;
      color: #e94560;
      margin-bottom: 10px;
      font-weight: 900;
      text-shadow: 0 0 15px rgba(233, 69, 96, 0.7);
      text-transform: uppercase;
      letter-spacing: 2px;
    }

    .page-a99__hero-tagline {
      font-size: 1.4em;
      color: #e0e0e0;
      margin-bottom: 30px;
      font-weight: 300;
    }

    .page-a99__cta-button {
      display: inline-block;
      background-color: #e94560;
      color: #ffffff;
      padding: 15px 35px;
      border-radius: 50px;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 5px 15px rgba(233, 69, 96, 0.4);
      border: none;
      cursor: pointer;
    }

    .page-a99__cta-button:hover {
      background-color: #ff6a80;
      transform: translateY(-3px);
    }

    .page-a99__hero-image-wrapper {
      width: 100%;
      max-width: 800px;
      margin-top: 30px;
      overflow: hidden;
      border-radius: 15px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    }

    .page-a99__hero-image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 15px;
    }

    /* Game Categories */
    .page-a99__game-categories {
      padding: 50px 15px;
      background-color: #0f3460;
    }

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

    .page-a99__category-item {
      background-color: #1a1a2e;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      text-align: center;
      padding-bottom: 20px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
    }

    .page-a99__category-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
    }

    .page-a99__category-image {
      max-width: 100%;
      height: auto;
      display: block;
      border-bottom: 3px solid #e94560;
      margin-bottom: 15px;
      object-fit: cover;
      width: 100%;
      min-height: 200px;
    }

    .page-a99__category-title {
      font-size: 1.5em;
      color: #e94560;
      margin-bottom: 10px;
      font-weight: 700;
      padding: 0 15px;
    }

    .page-a99__category-description {
      font-size: 1em;
      color: #e0e0e0;
      padding: 0 15px;
      flex-grow: 1;
    }

    /* Promotions Section */
    .page-a99__promotions-section {
      padding: 50px 15px;
      background-color: #1a1a2e;
    }

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

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

    .page-a99__promo-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
    }

    .page-a99__promo-image {
      max-width: 100%;
      height: auto;
      display: block;
      border-bottom: 3px solid #e94560;
      margin-bottom: 15px;
      object-fit: cover;
      width: 100%;
      min-height: 250px;
    }

    .page-a99__promo-title {
      font-size: 1.5em;
      color: #f0f0f0;
      margin-bottom: 10px;
      font-weight: 700;
      padding: 0 15px;
    }

    .page-a99__promo-description {
      font-size: 1em;
      color: #e0e0e0;
      padding: 0 15px;
      flex-grow: 1;
    }

    /* About Us Section */
    .page-a99__about-us {
      padding: 50px 15px;
      background-color: #0f3460;
    }

    .page-a99__about-content {
      max-width: 1000px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .page-a99__about-image {
      max-width: 100%;
      height: auto;
      border-radius: 15px;
      margin-bottom: 30px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      min-height: 250px;
      object-fit: cover;
    }

    .page-a99__about-content p {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: #e0e0e0;
      max-width: 800px;
    }

    /* Payment & Providers */
    .page-a99__payment-providers {
      padding: 50px 15px;
      background-color: #1a1a2e;
    }

    .page-a99__payment-section, .page-a99__providers-section {
      max-width: 1200px;
      margin: 0 auto 40px;
    }

    .page-a99__grid-logos {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      justify-items: center;
      align-items: center;
    }

    .page-a99__logo-item {
      max-width: 100%;
      height: auto;
      object-fit: contain;
      filter: brightness(0) invert(1) grayscale(100%); /* Make logos white/light for dark background */
      opacity: 0.7;
      transition: opacity 0.3s ease;
      min-width: 100px;
      min-height: 50px;
      max-height: 100px;
    }

    .page-a99__logo-item:hover {
      opacity: 1;
    }

    /* FAQ Section */
    .page-a99__faq-section {
      padding: 50px 15px;
      background-color: #0f3460;
    }

    .page-a99__faq-list {
      max-width: 900px;
      margin: 0 auto;
    }

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

    .page-a99__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #2a2a4a;
      border-bottom: 1px solid #3f3f6f;
      transition: background-color 0.3s ease;
    }

    .page-a99__faq-question:hover {
      background-color: #3f3f6f;
    }

    .page-a99__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #f0f0f0;
      pointer-events: none;
      flex-grow: 1;
    }

    .page-a99__faq-toggle {
      font-size: 1.8em;
      color: #e94560;
      font-weight: bold;
      margin-left: 15px;
      pointer-events: none;
      transition: transform 0.3s ease;
    }

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

    .page-a99__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #d0d0d0;
    }

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

    .page-a99__faq-answer p {
      margin: 0;
      font-size: 1em;
    }

    /* Floating Buttons */
    .page-a99__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 10px 15px;
      background-color: rgba(0, 0, 0, 0.8);
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
      z-index: 1000;
      box-sizing: border-box;
    }

    .page-a99__floating-btn {
      flex: 1;
      text-align: center;
      padding: 12px 10px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      margin: 0 5px;
      box-sizing: border-box;
    }

    .page-a99__floating-btn--register {
      background-color: #e94560;
      color: #ffffff;
      border: 2px solid #e94560;
    }

    .page-a99__floating-btn--register:hover {
      background-color: #ff6a80;
      transform: translateY(-2px);
    }

    .page-a99__floating-btn--login {
      background-color: transparent;
      color: #e94560;
      border: 2px solid #e94560;
    }

    .page-a99__floating-btn--login:hover {
      background-color: #e94560;
      color: #ffffff;
      transform: translateY(-2px);
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-a99__section-title {
        font-size: 1.8em;
      }

      .page-a99__sub-title {
        font-size: 1.4em;
      }

      .page-a99__brand-title {
        font-size: 2.8em;
      }

      .page-a99__hero-tagline {
        font-size: 1.2em;
      }

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

      .page-a99__category-grid, .page-a99__promo-grid, .page-a99__grid-logos {
        grid-template-columns: 1fr;
      }

      .page-a99__category-item, .page-a99__promo-item {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-a99__category-description, .page-a99__promo-description, .page-a99__about-content p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-a99__hero-image, .page-a99__category-image, .page-a99__promo-image, .page-a99__about-image, .page-a99__logo-item {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

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

      .page-a99__faq-toggle {
        font-size: 1.5em;
      }

      .page-a99__faq-answer {
        padding: 0 15px;
      }

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

      .page-a99__floating-buttons {
        padding: 8px 10px;
      }

      .page-a99__floating-btn {
        font-size: 1em;
        padding: 10px 8px;
        margin: 0 3px;
      }
    }

    @media (max-width: 480px) {
      .page-a99__brand-title {
        font-size: 2.2em;
      }

      .page-a99__hero-tagline {
        font-size: 1em;
      }

      .page-a99__section-title {
        font-size: 1.6em;
      }

      .page-a99__sub-title {
        font-size: 1.2em;
      }

      .page-a99__faq-question h3 {
        font-size: 1em;
      }
    }
  