.page-ph11-com-legit {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f4f7f6;
      padding-top: 10px; /* Small decorative padding, relying on body padding for header offset */
    }

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

    @media (max-width: 768px) {
      .page-ph11-com-legit__container {
        padding: 15px;
      }
    }

    .page-ph11-com-legit__section-title {
      font-size: 2.5em;
      color: #1a2a3a;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-ph11-com-legit__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #e44d26; /* A vibrant orange color */
      border-radius: 2px;
    }

    @media (max-width: 768px) {
      .page-ph11-com-legit__section-title {
        font-size: 2em;
        margin-bottom: 30px;
      }
    }

    .page-ph11-com-legit__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: center;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-ph11-com-legit__highlight {
      color: #e44d26;
      font-weight: bold;
    }

    /* Hero Section */
    .page-ph11-com-legit__hero-section {
      position: relative;
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
      color: #fff;
      text-align: center;
      padding: 80px 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      min-height: 500px;
    }

    .page-ph11-com-legit__hero-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      overflow: hidden;
    }

    .page-ph11-com-legit__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(0.5);
      max-width: 100%;
    }

    .page-ph11-com-legit__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
    }

    .page-ph11-com-legit__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      line-height: 1.2;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-ph11-com-legit__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 40px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-ph11-com-legit__ctas {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-bottom: 30px;
      flex-wrap: wrap;
    }

    .page-ph11-com-legit__cta-button {
      display: inline-block;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      white-space: nowrap;
    }

    .page-ph11-com-legit__cta-button--primary {
      background-color: #e44d26;
      color: #fff;
      border: 2px solid #e44d26;
    }

    .page-ph11-com-legit__cta-button--primary:hover {
      background-color: #c0392b;
      transform: translateY(-3px);
    }

    .page-ph11-com-legit__cta-button--secondary {
      background-color: transparent;
      color: #fff;
      border: 2px solid #fff;
    }

    .page-ph11-com-legit__cta-button--secondary:hover {
      background-color: rgba(255, 255, 255, 0.2);
      transform: translateY(-3px);
    }

    .page-ph11-com-legit__download-app-button {
      display: inline-block;
      background-color: #28a745;
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      margin-top: 20px;
      white-space: nowrap;
    }

    .page-ph11-com-legit__download-app-button:hover {
      background-color: #218838;
      transform: translateY(-3px);
    }

    @media (max-width: 768px) {
      .page-ph11-com-legit__hero-section {
        padding: 60px 15px;
      }

      .page-ph11-com-legit__hero-title {
        font-size: 2.2em;
      }

      .page-ph11-com-legit__hero-subtitle {
        font-size: 1.2em;
      }

      .page-ph11-com-legit__ctas {
        flex-direction: column;
        gap: 15px;
      }

      .page-ph11-com-legit__cta-button,
      .page-ph11-com-legit__download-app-button {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
      }
    }

    /* Introduction Section */
    .page-ph11-com-legit__introduction-section {
      background-color: #fff;
      padding: 60px 0;
    }

    .page-ph11-com-legit__feature-list {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      gap: 30px;
      list-style: none;
      padding: 0;
      margin-top: 40px;
    }

    .page-ph11-com-legit__feature-item {
      background-color: #f9f9f9;
      border-radius: 10px;
      padding: 30px;
      text-align: center;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      flex: 1;
      min-width: 280px;
      max-width: 350px;
      box-sizing: border-box;
    }

    .page-ph11-com-legit__feature-item:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .page-ph11-com-legit__feature-icon {
      width: 100px;
      height: 100px;
      margin-bottom: 20px;
      object-fit: contain;
      max-width: 100%;
    }

    .page-ph11-com-legit__feature-title {
      font-size: 1.5em;
      color: #1a2a3a;
      margin-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-ph11-com-legit__feature-description {
      font-size: 1em;
      color: #666;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    @media (max-width: 768px) {
      .page-ph11-com-legit__introduction-section {
        padding: 40px 0;
      }

      .page-ph11-com-legit__feature-list {
        flex-direction: column;
        align-items: center;
        gap: 20px;
      }

      .page-ph11-com-legit__feature-item {
        width: 100% !important;
        max-width: 100% !important;
        padding: 20px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }
    }

    /* Quick Access Section */
    .page-ph11-com-legit__quick-access-section {
      background-color: #f0f3f5;
      padding: 60px 0;
    }

    .page-ph11-com-legit__access-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 40px;
    }

    .page-ph11-com-legit__access-card {
      background-color: #fff;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      text-decoration: none;
      color: #333;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 150px;
    }

    .page-ph11-com-legit__access-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
    }

    .page-ph11-com-legit__access-title {
      font-size: 1.4em;
      color: #1a2a3a;
      margin-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-ph11-com-legit__access-description {
      font-size: 0.95em;
      color: #666;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    @media (max-width: 768px) {
      .page-ph11-com-legit__quick-access-section {
        padding: 40px 0;
      }

      .page-ph11-com-legit__access-grid {
        grid-template-columns: 1fr;
        gap: 15px;
      }
    }

    /* Games Section */
    .page-ph11-com-legit__games-section {
      padding: 60px 0;
      background-color: #fff;
    }

    .page-ph11-com-legit__game-tabs {
      margin-top: 40px;
    }

    .page-ph11-com-legit__tab-buttons {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 30px;
      gap: 10px;
    }

    .page-ph11-com-legit__tab-button {
      background-color: #ddd;
      border: none;
      padding: 12px 25px;
      border-radius: 25px;
      cursor: pointer;
      font-size: 1em;
      font-weight: bold;
      color: #555;
      transition: background-color 0.3s ease, color 0.3s ease;
      white-space: nowrap;
    }

    .page-ph11-com-legit__tab-button:hover {
      background-color: #ccc;
    }

    .page-ph11-com-legit__tab-button--active {
      background-color: #e44d26;
      color: #fff;
    }

    .page-ph11-com-legit__tab-button--active:hover {
      background-color: #c0392b;
    }

    .page-ph11-com-legit__tab-content {
      position: relative;
      min-height: 300px; /* Ensure content area is visible */
    }

    .page-ph11-com-legit__game-grid {
      display: none; /* Hidden by default */
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      animation: fadeIn 0.5s ease-in-out;
    }

    .page-ph11-com-legit__game-grid--active {
      display: grid;
    }

    .page-ph11-com-legit__game-card {
      background-color: #f9f9f9;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-decoration: none;
      color: #333;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-ph11-com-legit__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .page-ph11-com-legit__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%;
    }

    .page-ph11-com-legit__game-title {
      font-size: 1.3em;
      color: #1a2a3a;
      padding: 15px;
      text-align: center;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    @media (max-width: 768px) {
      .page-ph11-com-legit__games-section {
        padding: 40px 0;
      }

      .page-ph11-com-legit__tab-buttons {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 10px;
      }

      .page-ph11-com-legit__tab-button {
        flex-shrink: 0;
      }

      .page-ph11-com-legit__game-grid {
        grid-template-columns: 1fr;
        gap: 15px;
      }
    }

    /* Promotions Section */
    .page-ph11-com-legit__promotions-section {
      background-color: #f0f3f5;
      padding: 60px 0;
    }

    .page-ph11-com-legit__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-ph11-com-legit__promo-card {
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-align: center;
      padding-bottom: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-ph11-com-legit__promo-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .page-ph11-com-legit__promo-image {
      width: 100%;
      height: 250px;
      object-fit: cover;
      margin-bottom: 20px;
      max-width: 100%;
    }

    .page-ph11-com-legit__promo-title {
      font-size: 1.4em;
      color: #1a2a3a;
      padding: 0 20px;
      margin-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-ph11-com-legit__promo-description {
      font-size: 0.95em;
      color: #666;
      padding: 0 20px;
      margin-bottom: 20px;
      flex-grow: 1;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* Reusing cta-button style */
    .page-ph11-com-legit__promo-card .page-ph11-com-legit__cta-button {
      background-color: #e44d26;
      color: #fff;
      border: none;
      margin-top: auto; /* Push button to bottom */
    }

    .page-ph11-com-legit__promo-card .page-ph11-com-legit__cta-button:hover {
      background-color: #c0392b;
    }

    @media (max-width: 768px) {
      .page-ph11-com-legit__promotions-section {
        padding: 40px 0;
      }

      .page-ph11-com-legit__promo-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }
    }

    /* Security & Support Section */
    .page-ph11-com-legit__security-support-section {
      padding: 60px 0;
      background-color: #fff;
    }

    .page-ph11-com-legit__support-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-ph11-com-legit__support-item {
      background-color: #f9f9f9;
      border-radius: 10px;
      padding: 30px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-ph11-com-legit__support-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
    }

    .page-ph11-com-legit__support-icon {
      width: 90px;
      height: 90px;
      margin-bottom: 20px;
      object-fit: contain;
      max-width: 100%;
    }

    .page-ph11-com-legit__support-title {
      font-size: 1.4em;
      color: #1a2a3a;
      margin-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-ph11-com-legit__support-description {
      font-size: 1em;
      color: #666;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-ph11-com-legit__contact-cta {
      text-align: center;
      margin-top: 50px;
      padding-top: 30px;
      border-top: 1px solid #eee;
    }

    .page-ph11-com-legit__contact-cta .page-ph11-com-legit__cta-button {
      background-color: #007bff;
      color: #fff;
      border: none;
      margin-top: 20px;
    }

    .page-ph11-com-legit__contact-cta .page-ph11-com-legit__cta-button:hover {
      background-color: #0056b3;
    }

    @media (max-width: 768px) {
      .page-ph11-com-legit__security-support-section {
        padding: 40px 0;
      }

      .page-ph11-com-legit__support-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }
    }

    /* FAQ Section */
    .page-ph11-com-legit__faq-section {
      background-color: #f0f3f5;
      padding: 60px 0;
    }

    .page-ph11-com-legit__faq-list {
      margin-top: 40px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-ph11-com-legit__faq-item {
      background-color: #fff;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      transition: all 0.3s ease;
    }

    .page-ph11-com-legit__faq-item.active {
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .page-ph11-com-legit__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #fdfdfd;
      border-bottom: 1px solid #eee;
      transition: background-color 0.3s ease;
    }

    .page-ph11-com-legit__faq-question:hover {
      background-color: #f5f5f5;
    }

    .page-ph11-com-legit__faq-title {
      font-size: 1.2em;
      color: #1a2a3a;
      margin: 0;
      flex-grow: 1;
      text-align: left;
      pointer-events: none; /* Prevent h3 from blocking click event */
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-ph11-com-legit__faq-toggle {
      font-size: 1.5em;
      color: #e44d26;
      font-weight: bold;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from blocking click event */
    }

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

    .page-ph11-com-legit__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px; /* Initial padding matches question */
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #555;
      font-size: 1em;
      text-align: left;
    }

    .page-ph11-com-legit__faq-item.active .page-ph11-com-legit__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 25px !important; /* Final padding when open */
      opacity: 1;
    }

    .page-ph11-com-legit__faq-answer p {
      margin: 0;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    @media (max-width: 768px) {
      .page-ph11-com-legit__faq-section {
        padding: 40px 0;
      }

      .page-ph11-com-legit__faq-question {
        padding: 15px 20px;
      }

      .page-ph11-com-legit__faq-title {
        font-size: 1.1em;
      }

      .page-ph11-com-legit__faq-answer {
        padding: 0 20px;
      }

      .page-ph11-com-legit__faq-item.active .page-ph11-com-legit__faq-answer {
        padding: 15px 20px !important;
      }
    }

    /* Blog Section */
    .page-ph11-com-legit__blog-section {
      padding: 60px 0;
      background-color: #fff;
    }

    .page-ph11-com-legit__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-ph11-com-legit__blog-card {
      background-color: #f9f9f9;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-decoration: none;
      color: #333;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-ph11-com-legit__blog-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .page-ph11-com-legit__blog-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      max-width: 100%;
    }

    .page-ph11-com-legit__blog-content {
      padding: 20px;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
    }

    .page-ph11-com-legit__blog-title {
      font-size: 1.3em;
      color: #1a2a3a;
      margin-bottom: 10px;
      line-height: 1.3;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-ph11-com-legit__blog-excerpt {
      font-size: 0.95em;
      color: #666;
      margin-bottom: 15px;
      flex-grow: 1;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-ph11-com-legit__blog-date {
      font-size: 0.85em;
      color: #999;
      text-align: right;
      display: block;
    }

    @media (max-width: 768px) {
      .page-ph11-com-legit__blog-section {
        padding: 40px 0;
      }

      .page-ph11-com-legit__blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }
    }

    /* General responsive styles for images and lists */
    @media (max-width: 768px) {
      img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-ph11-com-legit__feature-list,
      .page-ph11-com-legit__access-grid,
      .page-ph11-com-legit__game-grid,
      .page-ph11-com-legit__promo-grid,
      .page-ph11-com-legit__support-grid,
      .page-ph11-com-legit__blog-grid {
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-ph11-com-legit__feature-item,
      .page-ph11-com-legit__access-card,
      .page-ph11-com-legit__game-card,
      .page-ph11-com-legit__promo-card,
      .page-ph11-com-legit__support-item,
      .page-ph11-com-legit__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-ph11-com-legit__feature-description,
      .page-ph11-com-legit__access-description,
      .page-ph11-com-legit__promo-description,
      .page-ph11-com-legit__support-description,
      .page-ph11-com-legit__blog-excerpt,
      .page-ph11-com-legit__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }

    /* Keyframe for fade-in animation */
    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }