
    /* CSS Styles for page-alo789thomo */
    .page-alo789thomo {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f9fa;
      padding-bottom: 80px; /* Space for floating button */
    }

    .page-alo789thomo__hero-section {
      position: relative;
      width: 100%;
      overflow: hidden;
      text-align: center;
      padding-top: 10px; /* Essential for fixed header */
      padding-bottom: 40px;
      background-color: #0d47a1; /* Deep blue, good contrast */
      color: #fff;
    }

    .page-alo789thomo__hero-background {
      width: 100%;
      height: 300px; /* Adjust height for banner */
      object-fit: cover;
      filter: brightness(0.7); /* Slightly darken image for text readability */
      display: block;
      margin: 0 auto;
    }

    .page-alo789thomo__hero-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 90%;
      max-width: 800px;
      z-index: 10;
      text-align: center;
    }

    .page-alo789thomo__hero-title {
      font-size: 2.5em;
      margin-bottom: 10px;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
      font-weight: bold;
    }

    .page-alo789thomo__hero-subtitle {
      font-size: 1.2em;
      margin-bottom: 20px;
      color: #e0e0e0;
      text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    }

    .page-alo789thomo__cta-button {
      display: inline-block;
      background-color: #ffc107; /* Bright yellow */
      color: #333;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      border: none; /* Ensure it's a button, not a link */
      cursor: pointer;
    }

    .page-alo789thomo__cta-button:hover {
      background-color: #e0a800;
      transform: translateY(-2px);
    }

    .page-alo789thomo__floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
      background-color: #dc3545; /* Red for urgency */
      color: #fff;
      padding: 15px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
      transition: background-color 0.3s ease, transform 0.3s ease;
      animation: page-alo789thomo__pulse 1.5s infinite;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      max-width: 90%; /* For mobile */
      white-space: nowrap; /* Keep text on one line if possible */
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .page-alo789thomo__floating-button:hover {
      background-color: #c82333;
      transform: scale(1.05);
      animation: none;
    }

    @keyframes page-alo789thomo__pulse {
      0% {
        transform: scale(1);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
      }
      50% {
        transform: scale(1.03);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
      }
      100% {
        transform: scale(1);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
      }
    }

    .page-alo789thomo__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-alo789thomo__section {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      padding: 30px;
      margin-bottom: 30px;
    }

    .page-alo789thomo__section-title {
      color: #0d47a1;
      font-size: 2em;
      margin-bottom: 20px;
      text-align: center;
      position: relative;
      padding-bottom: 10px;
    }

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

    .page-alo789thomo__text-block {
      margin-bottom: 20px;
      font-size: 1.1em;
      color: #555;
    }

    .page-alo789thomo__image-full-width {
      width: 100%;
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 20px;
      display: block;
      object-fit: cover;
    }

    .page-alo789thomo__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 20px;
    }

    .page-alo789thomo__grid-item {
      background-color: #f0f4f8;
      border-radius: 10px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-alo789thomo__grid-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    }

    .page-alo789thomo__grid-icon {
      width: 120px; /* Ensure minimum size */
      height: 120px; /* Ensure minimum size */
      object-fit: contain;
      margin-bottom: 15px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-alo789thomo__grid-title {
      font-size: 1.3em;
      color: #0d47a1;
      margin-bottom: 10px;
    }

    .page-alo789thomo__game-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-top: 30px;
    }

    .page-alo789thomo__game-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease;
    }

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

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

    .page-alo789thomo__game-content {
      padding: 20px;
    }

    .page-alo789thomo__game-title {
      font-size: 1.4em;
      color: #0d47a1;
      margin-bottom: 10px;
    }

    .page-alo789thomo__game-description {
      font-size: 0.95em;
      color: #666;
    }

    .page-alo789thomo__list {
      list-style: none;
      padding: 0;
      margin: 20px 0;
    }

    .page-alo789thomo__list-item {
      background-color: #e3f2fd;
      padding: 15px 20px;
      border-radius: 8px;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      font-size: 1.1em;
      color: #212121;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .page-alo789thomo__list-item strong {
      color: #0d47a1;
    }

    .page-alo789thomo__list-item::before {
      content: '✔️';
      margin-right: 10px;
      color: #28a745;
      font-weight: bold;
    }

    .page-alo789thomo__faq-section {
      margin-top: 40px;
    }

    .page-alo789thomo__faq-item {
      background-color: #f0f4f8;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      border: 1px solid #e0e0e0;
    }

    .page-alo789thomo__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #e3f2fd;
      color: #0d47a1;
      font-weight: bold;
      font-size: 1.1em;
      border-bottom: 1px solid #d1e0e9;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-alo789thomo__faq-question:hover {
      background-color: #d1e0e9;
    }

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

    .page-alo789thomo__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from blocking click event */
    }

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

    .page-alo789thomo__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px; /* Initial padding matches question */
      background-color: #ffffff;
      color: #555;
      font-size: 0.95em;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

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

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

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

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

      .page-alo789thomo__floating-button {
        bottom: 15px;
        right: 15px;
        padding: 12px 20px;
        font-size: 0.95em;
        max-width: calc(100% - 30px);
      }

      .page-alo789thomo__container {
        padding: 15px;
      }

      .page-alo789thomo__section {
        padding: 20px;
      }

      .page-alo789thomo__section-title {
        font-size: 1.7em;
      }

      .page-alo789thomo__text-block {
        font-size: 1em;
      }

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

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

      .page-alo789thomo__game-image {
        height: 180px;
      }

      .page-alo789thomo__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }

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

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

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

      /* Image responsive optimization for mobile */
      .page-alo789thomo img {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-alo789thomo__hero-background,
      .page-alo789thomo__grid-icon,
      .page-alo789thomo__game-image,
      .page-alo789thomo__image-full-width {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  