
    /* Base styles */
    :root {
      --primary-color: #e44d26; /* A vibrant orange/red for CTAs */
      --secondary-color: #333; /* Dark gray for subtle elements */
      --accent-color: #f7b32b; /* Gold/yellow for highlights and titles */
      --text-light: #f8f8f8; /* Light text on dark backgrounds */
      --text-dark: #1a1a1a; /* Dark text (less used) */
      --background-dark: #0f172a; /* Deep blue/black for main background */
      --background-light: #1e293b; /* Slightly lighter dark blue for sections */
      --border-color: #4a5568; /* Subtle border color */
      --header-offset: 122px; /* Default offset, will be overridden by shared.css if available */
    }

    .page-yy777-vom {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: var(--text-light);
      background-color: var(--background-dark);
      line-height: 1.6;
      overflow-x: hidden;
      padding-top: var(--header-offset, 122px); /* Fallback for fixed header space */
    }

    /* General containers */
    .page-yy777-vom__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-yy777-vom__section {
      padding: 60px 20px;
      text-align: center;
      box-sizing: border-box;
    }

    .page-yy777-vom__section--dark {
      background-color: var(--background-light);
    }

    .page-yy777-vom__section-title {
      font-size: 2.8em;
      color: var(--accent-color);
      margin-bottom: 30px;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      font-weight: 700;
    }

    .page-yy777-vom__section-subtitle {
      font-size: 1.5em;
      color: var(--text-light);
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Hero Section */
    .page-yy777-vom__hero-section {
      position: relative;
      padding: 100px 20px 60px;
      background-image: url('[GALLERY:hero:1920x1080:casino,slots,gaming]');
      background-size: cover;
      background-position: center;
      color: var(--text-light);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 600px;
    }

    .page-yy777-vom__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1;
    }

    .page-yy777-vom__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-yy777-vom__hero-title {
      font-size: 4em;
      margin-bottom: 20px;
      color: var(--accent-color);
      line-height: 1.1;
      font-weight: 900;
    }

    .page-yy777-vom__hero-description {
      font-size: 1.5em;
      margin-bottom: 40px;
      font-weight: 300;
    }

    .page-yy777-vom__cta-button {
      background-color: var(--primary-color);
      color: var(--text-light);
      padding: 15px 30px;
      border-radius: 5px;
      font-size: 1.2em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.2s ease;
      display: inline-block;
      border: none;
      cursor: pointer;
      margin: 10px;
      text-align: center;
    }

    .page-yy777-vom__cta-button:hover {
      background-color: #ff6a00;
      transform: translateY(-3px);
    }

    /* Floating Buttons (Register/Login) */
    .page-yy777-vom__floating-buttons {
      position: fixed;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      z-index: 1000;
      gap: 10px;
      padding: 10px;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 8px 0 0 8px;
    }

    .page-yy777-vom__floating-button {
      background-color: var(--primary-color);
      color: var(--text-light);
      padding: 10px 20px;
      border-radius: 5px;
      font-size: 1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease;
      display: block;
      text-align: center;
      border: none;
      cursor: pointer;
    }

    .page-yy777-vom__floating-button:hover {
      background-color: #ff6a00;
    }

    /* Game Showcase */
    .page-yy777-vom__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-yy777-vom__game-card {
      background-color: var(--background-light);
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      text-align: left;
    }

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

    .page-yy777-vom__game-card-image {
      width: 100%;
      height: 250px;
      object-fit: cover;
      display: block;
      max-width: 100%; /* Ensure responsiveness */
      height: auto; /* Maintain aspect ratio */
    }

    .page-yy777-vom__game-card-content {
      padding: 20px;
    }

    .page-yy777-vom__game-card-title {
      font-size: 1.5em;
      color: var(--accent-color);
      margin-bottom: 10px;
      font-weight: 600;
    }

    .page-yy777-vom__game-card-description {
      font-size: 0.95em;
      color: var(--text-light);
      margin-bottom: 15px;
    }

    /* Promotions */
    .page-yy777-vom__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-yy777-vom__promo-card {
      background-color: var(--background-light);
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      text-align: left;
      display: flex;
      flex-direction: column;
    }

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

    .page-yy777-vom__promo-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      max-width: 100%; /* Ensure responsiveness */
      height: auto; /* Maintain aspect ratio */
    }

    .page-yy777-vom__promo-card-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-yy777-vom__promo-card-title {
      font-size: 1.4em;
      color: var(--accent-color);
      margin-bottom: 10px;
      font-weight: 600;
    }

    .page-yy777-vom__promo-card-description {
      font-size: 0.9em;
      color: var(--text-light);
      margin-bottom: 15px;
    }

    .page-yy777-vom__promo-card-button {
      background-color: var(--primary-color);
      color: var(--text-light);
      padding: 10px 20px;
      border-radius: 5px;
      font-size: 0.9em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease;
      display: inline-block;
      margin-top: auto; /* Pushes button to the bottom */
      border: none;
      cursor: pointer;
      text-align: center;
    }

    .page-yy777-vom__promo-card-button:hover {
      background-color: #ff6a00;
    }

    /* Features Section */
    .page-yy777-vom__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-yy777-vom__feature-item {
      background-color: var(--background-light);
      border-radius: 10px;
      padding: 30px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease;
    }

    .page-yy777-vom__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-yy777-vom__feature-icon {
      width: 200px; /* Minimum size for placeholder images */
      height: 200px; /* Minimum size for placeholder images */
      margin-bottom: 20px;
      object-fit: contain;
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%; /* Ensure responsiveness */
      height: auto; /* Maintain aspect ratio */
    }

    .page-yy777-vom__feature-title {
      font-size: 1.6em;
      color: var(--accent-color);
      margin-bottom: 15px;
      font-weight: 600;
    }

    .page-yy777-vom__feature-description {
      font-size: 1em;
      color: var(--text-light);
    }

    /* Payment Methods & Providers */
    .page-yy777-vom__logo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 40px;
      align-items: center;
      justify-items: center;
    }

    .page-yy777-vom__logo-item {
      background-color: #fff;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100px; /* Consistent height for logo box */
      box-sizing: border-box;
    }

    .page-yy777-vom__logo-image {
      max-width: 100%;
      max-height: 70px; /* Constrain image within the box */
      object-fit: contain;
      display: block;
      width: 200px; /* Placeholder minimum width */
      height: 200px; /* Placeholder minimum height */
    }

    /* FAQ Section */
    .page-yy777-vom__faq-list {
      max-width: 900px;
      margin: 40px auto 0;
      text-align: left;
    }

    .page-yy777-vom__faq-item {
      background-color: var(--background-light);
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .page-yy777-vom__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: var(--secondary-color);
      color: var(--accent-color);
      cursor: pointer;
      font-size: 1.2em;
      font-weight: 600;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-yy777-vom__faq-question h3 {
      margin: 0;
      font-size: 1em; /* Adjust to fit within the parent font size */
      color: inherit;
      pointer-events: none; /* Prevent h3 from blocking click events on the parent div */
    }

    .page-yy777-vom__faq-question:hover {
      background-color: #4a5568;
    }

    .page-yy777-vom__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none; /* Prevent toggle icon from blocking click events on the parent div */
      transition: transform 0.3s ease;
    }

    .page-yy777-vom__faq-item.active .page-yy777-vom__faq-toggle {
      transform: rotate(45deg); /* Rotate '+' to 'x' or '−' */
    }

    .page-yy777-vom__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px; /* Initial padding matches question horizontal */
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: var(--text-light);
      font-size: 1em;
      opacity: 0;
    }

    .page-yy777-vom__faq-item.active .page-yy777-vom__faq-answer {
      max-height: 2000px !important; /* Sufficiently large height for content */
      padding: 20px 25px !important; /* Final padding */
      opacity: 1;
    }

    /* Responsive adjustments */
    @media (max-width: 1024px) {
      .page-yy777-vom__hero-title {
        font-size: 3.5em;
      }
      .page-yy777-vom__hero-description {
        font-size: 1.3em;
      }
      .page-yy777-vom__section-title {
        font-size: 2.2em;
      }
    }

    @media (max-width: 768px) {
      .page-yy777-vom__hero-section {
        min-height: 500px;
        padding: 80px 15px 40px;
      }
      .page-yy777-vom__hero-title {
        font-size: 2.8em;
      }
      .page-yy777-vom__hero-description {
        font-size: 1.1em;
      }
      .page-yy777-vom__cta-button {
        padding: 12px 25px;
        font-size: 1.1em;
      }
      .page-yy777-vom__section {
        padding: 40px 15px;
      }
      .page-yy777-vom__section-title {
        font-size: 2em;
      }
      .page-yy777-vom__section-subtitle {
        font-size: 1.2em;
      }

      /* Floating buttons */
      .page-yy777-vom__floating-buttons {
        right: 0;
        top: auto;
        bottom: 20px;
        transform: none;
        flex-direction: row;
        width: calc(100% - 40px);
        left: 20px;
        justify-content: space-around;
        padding: 10px 0;
        border-radius: 8px;
      }
      .page-yy777-vom__floating-button {
        flex: 1;
        margin: 0 5px;
        padding: 12px 10px;
      }

      /* List item responsive (Game Grid, Promo Grid, Features Grid, Logo Grid) */
      .page-yy777-vom__game-grid,
      .page-yy777-vom__promo-grid,
      .page-yy777-vom__features-grid,
      .page-yy777-vom__logo-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-yy777-vom__game-card,
      .page-yy777-vom__promo-card,
      .page-yy777-vom__feature-item,
      .page-yy777-vom__logo-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-yy777-vom__game-card-image,
      .page-yy777-vom__promo-card-image,
      .page-yy777-vom__feature-icon,
      .page-yy777-vom__logo-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      /* FAQ adjustments */
      .page-yy777-vom__faq-list {
        margin: 30px auto 0;
        padding: 0 15px;
      }
      .page-yy777-vom__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }
      .page-yy777-vom__faq-answer {
        padding: 0 20px;
      }
      .page-yy777-vom__faq-item.active .page-yy777-vom__faq-answer {
        padding: 15px 20px !important;
      }
    }

    @media (max-width: 480px) {
      .page-yy777-vom__hero-title {
        font-size: 2.2em;
      }
      .page-yy777-vom__hero-description {
        font-size: 1em;
      }
      .page-yy777-vom__cta-button {
        padding: 10px 20px;
        font-size: 1em;
      }
      .page-yy777-vom__floating-buttons {
        bottom: 10px;
        left: 10px;
        width: calc(100% - 20px);
      }
      .page-yy777-vom__floating-button {
        font-size: 0.9em;
      }
      .page-yy777-vom__section-title {
        font-size: 1.8em;
      }
      .page-yy777-vom__faq-question {
        font-size: 1em;
      }
    }
  