
    /* Global styles for the page-playzom55 scope */
    .page-playzom55 {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
      padding-bottom: 80px; /* Space for the floating button */
    }

    .page-playzom55__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px 15px;
      box-sizing: border-box;
    }

    /* Hero Section */
    .page-playzom55__hero-section {
      position: relative;
      width: 100%;
      min-height: 350px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
      padding-top: 10px; /* For fixed header */
      box-sizing: border-box;
      background-color: #0d47a1; /* Dark blue background for contrast */
      color: #fff;
    }
    .page-playzom55__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      filter: brightness(0.7); /* Darken image for text readability */
    }
    .page-playzom55__hero-content {
      position: relative;
      z-index: 2;
      padding: 20px;
      max-width: 800px;
    }
    .page-playzom55__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      line-height: 1.2;
      color: #ffeb3b; /* Bright yellow for emphasis */
    }
    .page-playzom55__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 25px;
      color: #e0e0e0;
    }
    .page-playzom55__hero-button {
      display: inline-block;
      background-color: #f44336; /* Red button */
      color: #fff;
      padding: 12px 30px;
      border-radius: 50px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease;
      cursor: pointer;
      border: none; /* Ensure it's not an <a> with button style */
    }
    .page-playzom55__hero-button:hover {
      background-color: #d32f2f;
    }

    /* Floating Login Button */
    .page-playzom55__floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #4CAF50; /* Green for action */
      color: #fff;
      padding: 15px 25px;
      border-radius: 50px;
      font-size: 1.1em;
      font-weight: bold;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      z-index: 1000;
      text-align: center;
      cursor: pointer;
      border: none;
      transition: background-color 0.3s ease;
    }
    .page-playzom55__floating-button:hover {
      background-color: #388E3C;
    }
    .page-playzom55__floating-button-text {
      display: block;
      line-height: 1.2;
    }
    .page-playzom55__floating-button-subtext {
      font-size: 0.8em;
      opacity: 0.9;
    }

    /* Section Styling */
    .page-playzom55__section {
      padding: 40px 0;
      background-color: #fff;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }
    .page-playzom55__section--grey {
      background-color: #f0f2f5;
    }
    .page-playzom55__section-title {
      font-size: 2em;
      color: #0d47a1;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
    }
    .page-playzom55__section-title::after {
      content: '';
      display: block;
      width: 60px;
      height: 3px;
      background-color: #f44336;
      margin: 10px auto 0;
    }
    .page-playzom55__text-center {
      text-align: center;
    }
    .page-playzom55__paragraph {
      margin-bottom: 15px;
      font-size: 1.05em;
    }
    .page-playzom55__paragraph strong {
      color: #0d47a1;
    }

    /* Game Categories Grid */
    .page-playzom55__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      padding: 20px 0;
    }
    .page-playzom55__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, box-shadow 0.3s ease;
    }
    .page-playzom55__game-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
    }
    .page-playzom55__game-card-image {
      width: 100%;
      height: 200px; /* Fixed height for consistency */
      object-fit: cover;
      display: block;
      max-width: 100%; /* Responsive image */
    }
    .page-playzom55__game-card-content {
      padding: 20px;
    }
    .page-playzom55__game-card-title {
      font-size: 1.4em;
      color: #0d47a1;
      margin-bottom: 10px;
    }
    .page-playzom55__game-card-description {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 15px;
    }
    .page-playzom55__game-card-button {
      display: inline-block;
      background-color: #f44336;
      color: #fff;
      padding: 8px 20px;
      border-radius: 25px;
      font-size: 0.9em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease;
      cursor: pointer;
      border: none;
    }
    .page-playzom55__game-card-button:hover {
      background-color: #d32f2f;
    }

    /* Features/Benefits List */
    .page-playzom55__features-list {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      list-style: none;
      padding: 0;
      margin: 0;
      width: 100%; /* Ensure container takes full width */
      max-width: 100%; /* Ensure container takes full width */
      box-sizing: border-box; /* Include padding in width */
    }
    .page-playzom55__feature-item {
      flex: 1 1 calc(33% - 20px); /* 3 items per row */
      background-color: #e3f2fd; /* Light blue background */
      padding: 25px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      box-sizing: border-box; /* Crucial for responsive list items */
      word-wrap: break-word; /* Ensure text wraps */
      overflow-wrap: break-word; /* Ensure text wraps */
    }
    .page-playzom55__feature-icon {
      font-size: 2.5em;
      color: #0d47a1;
      margin-bottom: 15px;
    }
    .page-playzom55__feature-title {
      font-size: 1.3em;
      color: #0d47a1;
      margin-bottom: 10px;
    }
    .page-playzom55__feature-description {
      font-size: 0.95em;
      color: #555;
    }

    /* CTA Section */
    .page-playzom55__cta-section {
      text-align: center;
      padding: 50px 20px;
      background: linear-gradient(135deg, #0d47a1 0%, #1976d2 100%);
      color: #fff;
      border-radius: 8px;
      margin-bottom: 20px;
    }
    .page-playzom55__cta-title {
      font-size: 2.5em;
      margin-bottom: 20px;
      color: #ffeb3b;
    }
    .page-playzom55__cta-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }
    .page-playzom55__cta-button {
      display: inline-block;
      background-color: #f44336;
      color: #fff;
      padding: 15px 40px;
      border-radius: 50px;
      font-size: 1.2em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease;
      cursor: pointer;
      border: none;
    }
    .page-playzom55__cta-button:hover {
      background-color: #d32f2f;
    }

    /* FAQ Section */
    .page-playzom55__faq-section {
      background-color: #fff;
      padding: 40px 0;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }
    .page-playzom55__faq-item {
      border-bottom: 1px solid #eee;
      margin-bottom: 10px;
    }
    .page-playzom55__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }
    .page-playzom55__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #fdfdfd;
      border-radius: 5px;
      transition: background-color 0.3s ease;
      user-select: none;
    }
    .page-playzom55__faq-question:hover {
      background-color: #f0f0f0;
    }
    .page-playzom55__faq-question h3 {
      margin: 0;
      font-size: 1.15em;
      color: #0d47a1;
      pointer-events: none; /* Prevent h3 from blocking click */
    }
    .page-playzom55__faq-toggle {
      font-size: 1.5em;
      color: #f44336;
      font-weight: bold;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click */
    }
    .page-playzom55__faq-item.active .page-playzom55__faq-toggle {
      transform: rotate(45deg); /* Change + to X (or similar) */
      /* content: '−'; */ /* This cannot be done via CSS content for text nodes */
    }
    .page-playzom55__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease;
      color: #555;
      font-size: 1em;
    }
    .page-playzom55__faq-item.active .page-playzom55__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px !important;
      opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-playzom55__hero-section {
        min-height: 280px;
        padding-top: 10px; /* Adjust for mobile header if needed */
      }
      .page-playzom55__hero-title {
        font-size: 2em;
      }
      .page-playzom55__hero-subtitle {
        font-size: 1em;
      }
      .page-playzom55__hero-button {
        padding: 10px 25px;
        font-size: 1em;
      }

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

      .page-playzom55__game-grid {
        grid-template-columns: 1fr; /* Single column on mobile */
      }
      .page-playzom55__game-card-image {
        height: 180px;
      }
      .page-playzom55__game-card-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-playzom55__features-list {
        flex-direction: column; /* Stack items vertically */
        gap: 15px;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }
      .page-playzom55__feature-item {
        flex: 1 1 100% !important; /* Force full width */
        width: 100% !important; /* Ensure full width */
        max-width: 100% !important; /* Ensure full width */
        box-sizing: border-box !important; /* Ensure correct box model */
        padding: 20px !important; /* Adjust padding */
        margin-left: 0 !important; /* Remove any left margin */
        margin-right: 0 !important; /* Remove any right margin */
        word-wrap: break-word !important; /* Ensure text wraps */
        overflow-wrap: break-word !important; /* Ensure text wraps */
      }


      .page-playzom55__cta-title {
        font-size: 2em;
      }
      .page-playzom55__cta-description {
        font-size: 1em;
      }
      .page-playzom55__cta-button {
        padding: 12px 30px;
        font-size: 1.1em;
      }

      .page-playzom55__floating-button {
        bottom: 15px;
        right: 15px;
        padding: 12px 20px;
        font-size: 1em;
      }

      .page-playzom55__faq-question {
        padding: 12px 15px;
      }
      .page-playzom55__faq-question h3 {
        font-size: 1em;
      }
      .page-playzom55__faq-answer {
        padding: 0 15px;
      }
      .page-playzom55__faq-item.active .page-playzom55__faq-answer {
        padding: 15px !important;
      }
    }

    @media (max-width: 480px) {
      .page-playzom55__hero-title {
        font-size: 1.8em;
      }
      .page-playzom55__hero-subtitle {
        font-size: 0.9em;
      }
    }
  