
    .page-alo789-g {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f4f7f6;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-alo789-g__hero-section {
      position: relative;
      background-color: #1a2a3a;
      color: #fff;
      text-align: center;
      padding: 10px 0 60px; /* Small top padding, larger bottom for content */
      overflow: hidden;
    }

    .page-alo789-g__hero-image {
      width: 100%;
      height: auto;
      max-height: 500px;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      opacity: 0.4;
    }

    .page-alo789-g__hero-content {
      position: relative;
      z-index: 2;
      padding: 20px;
      max-width: 960px;
      margin: 0 auto;
    }

    .page-alo789-g__main-heading {
      font-size: 2.8em;
      margin-bottom: 15px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      color: #ffcc00; /* Gold color for heading */
    }

    .page-alo789-g__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-alo789-g__cta-button {
      display: inline-block;
      background-color: #e44d26; /* Orange-red */
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      cursor: pointer;
      border: none;
    }

    .page-alo789-g__cta-button:hover {
      background-color: #f66d47;
    }

    .page-alo789-g__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      margin-bottom: 25px;
    }

    .page-alo789-g__section--dark {
      background-color: #2c3e50;
      color: #ecf0f1;
    }

    .page-alo789-g__section-heading {
      font-size: 2.2em;
      color: #1a2a3a;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-alo789-g__section-heading--light {
      color: #ffcc00;
    }

    .page-alo789-g__section-heading::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 60px;
      height: 4px;
      background-color: #e44d26;
      border-radius: 2px;
    }

    .page-alo789-g__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: justify;
    }

    .page-alo789-g__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-alo789-g__grid-item {
      background-color: #f9f9f9;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-alo789-g__grid-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .page-alo789-g__grid-item-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
      object-fit: contain;
    }

    .page-alo789-g__grid-item-title {
      font-size: 1.4em;
      color: #e44d26;
      margin-bottom: 10px;
    }

    .page-alo789-g__game-gallery {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-alo789-g__game-card {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      width: 100%;
      max-width: 350px;
      text-align: center;
      transition: transform 0.3s ease;
    }

    .page-alo789-g__game-card:hover {
      transform: translateY(-5px);
    }

    .page-alo789-g__game-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
    }

    .page-alo789-g__game-info {
      padding: 15px;
    }

    .page-alo789-g__game-title {
      font-size: 1.3em;
      color: #1a2a3a;
      margin-bottom: 10px;
    }

    .page-alo789-g__game-description {
      font-size: 0.95em;
      color: #555;
    }

    .page-alo789-g__list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-alo789-g__list-item {
      background-color: #f0f3f5;
      margin-bottom: 10px;
      padding: 15px 20px;
      border-radius: 5px;
      display: flex;
      align-items: flex-start;
      font-size: 1.05em;
      box-sizing: border-box;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-alo789-g__list-item::before {
      content: '✓';
      color: #e44d26;
      font-weight: bold;
      margin-right: 10px;
      font-size: 1.2em;
    }

    .page-alo789-g__faq-container {
      margin-top: 40px;
    }

    .page-alo789-g__faq-item {
      background-color: #f9f9f9;
      border: 1px solid #ddd;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
    }

    .page-alo789-g__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px;
      background-color: #eee;
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      font-size: 1.15em;
      color: #1a2a3a;
      transition: background-color 0.3s ease;
    }

    .page-alo789-g__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-alo789-g__faq-question h3 {
      margin: 0;
      font-size: 1.15em;
      color: #1a2a3a;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-alo789-g__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      pointer-events: none; /* Prevent toggle from blocking click */
      transition: transform 0.3s ease;
      color: #e44d26;
    }

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

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

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

    .page-alo789-g__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 10px 0;
      background-color: rgba(26, 42, 58, 0.95); /* Darker background, semi-transparent */
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
      z-index: 1000;
    }

    .page-alo789-g__floating-button {
      background-color: #e44d26;
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      font-weight: bold;
      font-size: 1.05em;
      text-align: center;
      cursor: pointer;
      border: none;
      transition: background-color 0.3s ease;
      flex-grow: 1;
      margin: 0 5px;
      max-width: 180px;
    }

    .page-alo789-g__floating-button:hover {
      background-color: #f66d47;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-alo789-g__main-heading {
        font-size: 2em;
      }

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

      .page-alo789-g__section {
        padding: 30px 15px;
        margin-bottom: 20px;
      }

      .page-alo789-g__section-heading {
        font-size: 1.8em;
        margin-bottom: 25px;
      }

      .page-alo789-g__text-content {
        font-size: 1em;
      }

      .page-alo789-g__grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-alo789-g__game-gallery {
        gap: 15px;
      }

      .page-alo789-g__game-card {
        max-width: 100%;
      }

      .page-alo789-g__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 12px 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        font-size: 0.95em;
      }

      .page-alo789-g__list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-alo789-g__faq-question {
        padding: 15px 20px;
        font-size: 1em;
      }

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

      .page-alo789-g__faq-answer {
        padding: 15px 20px !important;
      }

      .page-alo789-g__floating-buttons {
        padding: 8px 0;
      }

      .page-alo789-g__floating-button {
        padding: 10px 15px;
        font-size: 0.9em;
        margin: 0 3px;
      }

      .page-alo789-g__hero-image {
        max-height: 300px;
      }

      .page-alo789-g__hero-content {
        padding: 15px;
      }

      /* Image responsive */
      .page-alo789-g img {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-alo789-g__game-image,
      .page-alo789-g__grid-item-icon {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
      }
    }

    @media (max-width: 480px) {
      .page-alo789-g__floating-button {
        padding: 8px 10px;
        font-size: 0.85em;
      }
    }
  