
    /* Global styles for the page, scoped with .page-ga-65-com */
    .page-ga-65-com {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: #333;
      background-color: #f4f7f6;
      padding-top: var(--header-offset, 122px); /* Fallback if shared.css doesn't set padding-top on body */
    }

    .page-ga-65-com__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

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

    .page-ga-65-com__section--dark {
      background-color: #2c3e50;
      color: #ecf0f1;
    }

    .page-ga-65-com__title {
      color: #2c3e50;
      text-align: center;
      margin-bottom: 20px;
      font-size: 2.5em;
    }
    .page-ga-65-com__section--dark .page-ga-65-com__title {
      color: #ecf0f1;
    }

    .page-ga-65-com__subtitle {
      color: #34495e;
      text-align: center;
      margin-bottom: 30px;
      font-size: 1.2em;
    }
    .page-ga-65-com__section--dark .page-ga-65-com__subtitle {
      color: #bdc3c7;
    }

    .page-ga-65-com__text {
      margin-bottom: 15px;
      color: #555;
    }
    .page-ga-65-com__section--dark .page-ga-65-com__text {
      color: #ecf0f1;
    }

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

    /* Hero Section */
    .page-ga-65-com__hero-section {
      text-align: center;
      padding: 50px 20px 30px; /* Reduced padding-top as body handles fixed header offset */
      background: linear-gradient(135deg, #3498db, #2980b9);
      color: #fff;
      margin-bottom: 30px;
      border-radius: 0 0 8px 8px;
    }

    .page-ga-65-com__hero-title {
      font-size: 3em;
      margin-bottom: 15px;
      line-height: 1.2;
    }

    .page-ga-65-com__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      font-weight: 300;
    }

    .page-ga-65-com__hero-image {
      max-width: 90%;
      height: auto;
      margin: 30px auto 0;
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

    /* Feature List */
    .page-ga-65-com__feature-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      list-style: none;
      padding: 0;
      margin: 20px 0;
    }

    .page-ga-65-com__feature-item {
      background-color: #ecf0f1;
      padding: 25px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      box-sizing: border-box; /* Crucial for mobile responsiveness */
    }

    .page-ga-65-com__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-ga-65-com__feature-item-title {
      font-size: 1.3em;
      color: #2c3e50;
      margin-bottom: 10px;
    }

    .page-ga-65-com__feature-item-description {
      color: #555;
      font-size: 0.95em;
    }

    /* Buttons (General style for non-floating) */
    .page-ga-65-com__button {
      display: inline-block;
      background-color: #e74c3c;
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
    }

    .page-ga-65-com__button:hover {
      background-color: #c0392b;
    }

    /* Payment and Providers */
    .page-ga-65-com__logo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      align-items: center;
      justify-items: center;
      margin-top: 20px;
    }

    .page-ga-65-com__logo-item {
      max-width: 100%;
      height: auto;
      display: block;
      padding: 10px;
      background-color: #fff;
      border-radius: 5px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      object-fit: contain;
      min-width: 200px; /* Ensure minimum size */
      min-height: 100px; /* Ensure minimum size */
    }

    /* FAQ Section */
    .page-ga-65-com__faq-section {
      background-color: #ecf0f1;
      padding: 40px 20px;
      border-radius: 8px;
      margin-top: 30px;
    }

    .page-ga-65-com__faq-heading {
      text-align: center;
      color: #2c3e50;
      margin-bottom: 30px;
      font-size: 2em;
    }

    .page-ga-65-com__faq-item {
      background-color: #fff;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      overflow: hidden;
    }

    .page-ga-65-com__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #3498db;
      color: #fff;
      cursor: pointer;
      font-weight: bold;
      font-size: 1.1em;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-ga-65-com__faq-question:hover {
      background-color: #2980b9;
    }

    .page-ga-65-com__faq-question h3 {
      margin: 0;
      color: #fff;
      font-size: 1.1em;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

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

    .page-ga-65-com__faq-item.active .page-ga-65-com__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' visually */
    }
    
    .page-ga-65-com__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px; /* Initial padding */
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #333;
      background-color: #f9f9f9;
      font-size: 0.95em;
    }

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

    /* Floating Register/Login Buttons */
    .page-ga-65-com__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-ga-65-com__floating-button {
      background-color: #e74c3c;
      color: #fff;
      padding: 10px 20px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-align: center;
      min-width: 120px;
    }

    .page-ga-65-com__floating-button--login {
      background-color: #2ecc71; /* Green for login */
    }

    .page-ga-65-com__floating-button:hover {
      background-color: #c0392b;
      transform: translateY(-2px);
    }
    .page-ga-65-com__floating-button--login:hover {
      background-color: #27ae60;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-ga-65-com__container {
        padding: 10px;
      }

      .page-ga-65-com__hero-section {
        padding: 40px 15px 20px;
      }

      .page-ga-65-com__hero-title {
        font-size: 2.2em;
      }

      .page-ga-65-com__hero-subtitle {
        font-size: 1.1em;
      }

      .page-ga-65-com__title {
        font-size: 2em;
      }

      .page-ga-65-com__subtitle {
        font-size: 1em;
      }

      .page-ga-65-com__feature-list {
        grid-template-columns: 1fr; /* Stack features on mobile */
      }
      
      .page-ga-65-com__feature-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px !important; /* Adjust padding for mobile */
      }

      .page-ga-65-com__logo-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 15px;
      }

      .page-ga-65-com__logo-item {
        min-width: 150px; /* Adjust min-width for mobile */
        min-height: 80px;
      }

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

      .page-ga-65-com__faq-question h3 {
        font-size: 1em;
      }

      .page-ga-65-com__faq-answer {
        padding: 15px !important;
      }

      .page-ga-65-com__floating-buttons {
        bottom: 15px;
        right: 15px;
        flex-direction: row; /* Buttons side-by-side on smaller mobiles */
        gap: 8px;
      }

      .page-ga-65-com__floating-button {
        padding: 8px 15px;
        font-size: 0.9em;
        min-width: unset; /* Allow natural width */
      }

      /* Image responsiveness */
      .page-ga-65-com__image,
      .page-ga-65-com__hero-image,
      .page-ga-65-com__logo-item {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important; /* Ensure content wraps */
        overflow-wrap: break-word !important;
      }
    }

    @media (max-width: 480px) {
        .page-ga-65-com__floating-buttons {
            flex-direction: column; /* Stack again on very small screens */
            align-items: stretch;
        }
    }
  