
    :root {
      --ph7-primary-bg: #1a1a1a;
      --ph7-secondary-bg: #2a2a2a;
      --ph7-accent-gold: #FFD700;
      --ph7-text-light: #f0f0f0;
      --ph7-text-dark: #333;
      --ph7-button-bg: #4CAF50; /* Green for promotions */
      --ph7-button-hover: #45a049;
      --ph7-border-color: #444;
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them {
      font-family: 'Arial', sans-serif;
      background-color: var(--ph7-primary-bg);
      color: var(--ph7-text-light);
      line-height: 1.6;
      padding-bottom: 80px; /* Space for floating button */
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__hero-section {
      position: relative;
      width: 100%;
      overflow: hidden;
      text-align: center;
      padding-top: 10px; /* Space for fixed header */
      padding-bottom: 20px;
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__hero-image {
      width: 100%;
      height: auto;
      max-width: 100%;
      display: block;
      margin: 0 auto;
      object-fit: cover;
      border-radius: 8px;
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__hero-content {
      position: relative;
      z-index: 1;
      padding: 20px;
      margin-top: -50px; /* Overlap with banner for design */
      background: linear-gradient(to top, var(--ph7-primary-bg) 0%, rgba(26, 26, 26, 0.8) 70%, rgba(26, 26, 26, 0) 100%);
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__main-heading {
      color: var(--ph7-accent-gold);
      font-size: 2.5em;
      margin-bottom: 10px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__sub-heading {
      color: var(--ph7-text-light);
      font-size: 1.2em;
      margin-bottom: 20px;
      opacity: 0.9;
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__login-button {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      background-color: var(--ph7-button-bg);
      color: var(--ph7-text-light);
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-size: 1.1em;
      font-weight: bold;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
      transition: background-color 0.3s ease, transform 0.3s ease;
      z-index: 1000;
      white-space: nowrap;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__login-button:hover {
      background-color: var(--ph7-button-hover);
      transform: translateX(-50%) scale(1.05);
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__section {
      background-color: var(--ph7-secondary-bg);
      padding: 30px 20px;
      margin: 20px auto;
      border-radius: 10px;
      max-width: 900px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__section-title {
      color: var(--ph7-accent-gold);
      font-size: 2em;
      margin-bottom: 20px;
      text-align: center;
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__text-content p {
      margin-bottom: 15px;
      color: var(--ph7-text-light);
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__text-content a {
      color: var(--ph7-accent-gold);
      text-decoration: none;
      font-weight: bold;
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__text-content a:hover {
      text-decoration: underline;
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__feature-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin-top: 20px;
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__feature-card {
      background-color: var(--ph7-primary-bg);
      border-radius: 8px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__feature-card:hover {
      transform: translateY(-5px);
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__feature-icon {
      width: 100%;
      max-width: 250px;
      height: auto;
      margin-bottom: 15px;
      border-radius: 5px;
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__feature-title {
      color: var(--ph7-accent-gold);
      font-size: 1.3em;
      margin-bottom: 10px;
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__game-gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 15px;
      margin-top: 20px;
      justify-items: center;
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__game-item {
      text-align: center;
      background-color: var(--ph7-primary-bg);
      border-radius: 8px;
      padding: 10px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      width: 100%;
      max-width: 180px; /* Ensure images are not too small but fit grid */
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__game-image {
      width: 100%;
      max-width: 160px; /* Adjusted for padding */
      height: auto;
      border-radius: 5px;
      margin-bottom: 10px;
      min-height: 100px; /* Minimum height for visual consistency */
      object-fit: cover;
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__game-title {
      color: var(--ph7-text-light);
      font-size: 0.9em;
      font-weight: bold;
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__provider-logos {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-top: 20px;
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__provider-logo-item {
      background-color: var(--ph7-primary-bg);
      border-radius: 8px;
      padding: 10px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      text-align: center;
      flex: 0 0 auto;
      max-width: 120px;
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__provider-logo {
      width: 100px; /* Fixed width for logos */
      height: 60px; /* Fixed height for logos */
      object-fit: contain; /* Ensure logos fit without distortion */
      border-radius: 4px;
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__faq-section {
      background-color: var(--ph7-secondary-bg);
      padding: 30px 20px;
      margin: 20px auto;
      border-radius: 10px;
      max-width: 900px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__faq-item {
      border: 1px solid var(--ph7-border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__faq-question {
      background-color: var(--ph7-primary-bg);
      padding: 15px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__faq-question:hover {
      background-color: #333;
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: var(--ph7-text-light);
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: var(--ph7-accent-gold);
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from blocking click */
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__faq-item.active .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__faq-toggle {
      transform: rotate(45deg); /* Visually change + to X or - */
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__faq-answer {
      background-color: var(--ph7-secondary-bg);
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: var(--ph7-text-light);
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__faq-item.active .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__compliance-info {
      text-align: center;
      margin-top: 30px;
      font-size: 0.9em;
      opacity: 0.8;
    }

    .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__compliance-image {
      width: 100%;
      max-width: 300px;
      height: auto;
      margin-top: 15px;
      border-radius: 8px;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__hero-section {
        padding-top: 10px; /* Ensure mobile header clear */
      }

      .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__main-heading {
        font-size: 1.8em;
      }

      .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__sub-heading {
        font-size: 1em;
      }

      .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__login-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__section {
        padding: 20px 15px;
        margin: 15px auto;
      }

      .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__section-title {
        font-size: 1.6em;
      }

      .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__game-gallery {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 10px;
      }

      .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__game-item {
        max-width: 140px;
        padding: 8px;
      }

      .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__game-image {
        max-width: 120px;
        min-height: 80px;
      }

      .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__game-title {
        font-size: 0.8em;
      }

      .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__provider-logo {
        width: 80px;
        height: 50px;
      }

      .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__faq-question h3 {
        font-size: 1em;
      }

      .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__faq-answer {
        padding: 0 10px;
      }

      .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__faq-item.active .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__faq-answer {
        padding: 15px 10px !important;
      }

      /* Image responsive optimization */
      .page-resourcse-ph7-why-more-and-more-users-are-choosing-them img {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__hero-image,
      .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__feature-icon,
      .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__game-image,
      .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__provider-logo,
      .page-resourcse-ph7-why-more-and-more-users-are-choosing-them__compliance-image {
          width: 100% !important; /* Override fixed widths for mobile */
          height: auto !important;
          max-width: 100% !important;
          box-sizing: border-box !important;
          overflow: hidden !important;
      }
    }
  