.page-888phl-download {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }

    .page-888phl-download__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px 15px;
    }

    .page-888phl-download__section-title {
      font-size: 2.2em;
      color: #222;
      text-align: center;
      margin-bottom: 20px;
      font-weight: bold;
    }

    .page-888phl-download__section-description {
      font-size: 1.1em;
      text-align: center;
      max-width: 800px;
      margin: 0 auto 40px;
      color: #555;
    }

    /* Hero Section */
    .page-888phl-download__hero-section {
      position: relative;
      width: 100%;
      min-height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      overflow: hidden;
      padding-top: 10px; /* Small padding, assuming body has padding-top from header */
      padding-bottom: 50px;
      box-sizing: border-box;
    }

    .page-888phl-download__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -2;
    }

    .page-888phl-download__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
      z-index: -1;
    }

    .page-888phl-download__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      padding: 20px;
    }

    .page-888phl-download__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      line-height: 1.2;
      font-weight: bold;
    }

    .page-888phl-download__hero-highlight {
      color: #ffcc00; /* A bright, contrasting color */
    }

    .page-888phl-download__hero-subtitle {
      font-size: 1.2em;
      margin-bottom: 30px;
      opacity: 0.9;
    }

    .page-888phl-download__hero-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .page-888phl-download__hero-cta-button,
    .page-888phl-download__hero-secondary-button {
      display: inline-block;
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      min-width: 180px;
      text-align: center;
      box-sizing: border-box;
    }

    .page-888phl-download__hero-cta-button {
      background-color: #ffcc00;
      color: #222;
    }

    .page-888phl-download__hero-cta-button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-888phl-download__hero-secondary-button {
      background-color: transparent;
      color: #fff;
      border: 2px solid #fff;
    }

    .page-888phl-download__hero-secondary-button:hover {
      background-color: rgba(255, 255, 255, 0.2);
      transform: translateY(-2px);
    }

    /* Intro Section */
    .page-888phl-download__intro-section {
      padding: 60px 0;
      background-color: #fff;
    }

    .page-888phl-download__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
    }

    .page-888phl-download__feature-item {
      text-align: center;
      padding: 25px;
      background-color: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

    .page-888phl-download__feature-icon {
      width: 100%;
      max-width: 250px; /* Ensure images are not too small, min 200px */
      height: auto;
      margin-bottom: 20px;
      border-radius: 8px;
      object-fit: cover;
    }

    .page-888phl-download__feature-title {
      font-size: 1.5em;
      color: #333;
      margin-bottom: 10px;
    }

    .page-888phl-download__feature-text {
      font-size: 1em;
      color: #666;
    }

    /* Quick Access Section */
    .page-888phl-download__quick-access-section {
      padding: 60px 0;
      background-color: #eee;
      text-align: center;
    }

    .page-888phl-download__access-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-888phl-download__access-button {
      display: inline-block;
      padding: 12px 25px;
      background-color: #007bff;
      color: #fff;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
      transition: background-color 0.3s ease;
      min-width: 160px;
      text-align: center;
      box-sizing: border-box;
    }

    .page-888phl-download__access-button:hover {
      background-color: #0056b3;
    }

    .page-888phl-download__note-text {
      margin-top: 30px;
      font-size: 0.9em;
      color: #777;
    }

    /* Games Section */
    .page-888phl-download__games-section {
      padding: 60px 0;
      background-color: #f8f8f8;
    }

    .page-888phl-download__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
    }

    .page-888phl-download__game-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      text-align: center;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
    }

    .page-888phl-download__game-image {
      width: 100%;
      height: 250px; /* Fixed height for consistency, object-fit will ensure aspect ratio */
      object-fit: cover;
      border-bottom: 1px solid #eee;
    }

    .page-888phl-download__game-title {
      font-size: 1.4em;
      color: #333;
      margin: 15px 10px 5px;
    }

    .page-888phl-download__game-description {
      font-size: 0.95em;
      color: #666;
      padding: 0 15px 15px;
      flex-grow: 1; /* Allows description to take up available space */
    }

    .page-888phl-download__game-button {
      display: block;
      padding: 10px 20px;
      background-color: #28a745;
      color: #fff;
      text-decoration: none;
      border-radius: 0 0 10px 10px;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-888phl-download__game-button:hover {
      background-color: #218838;
    }

    /* Promotion Section */
    .page-888phl-download__promo-section {
      padding: 60px 0;
      background-color: #fff;
    }

    .page-888phl-download__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }

    .page-888phl-download__promo-card {
      background-color: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
    }

    .page-888phl-download__promo-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .page-888phl-download__promo-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

    .page-888phl-download__promo-title {
      font-size: 1.3em;
      color: #333;
      margin-bottom: 10px;
    }

    .page-888phl-download__promo-text {
      font-size: 0.95em;
      color: #666;
      flex-grow: 1;
      margin-bottom: 20px;
    }

    .page-888phl-download__promo-button {
      display: inline-block;
      padding: 10px 20px;
      background-color: #ffc107;
      color: #222;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
      transition: background-color 0.3s ease;
      align-self: flex-start; /* Aligns button to the start of the flex container */
    }

    .page-888phl-download__promo-button:hover {
      background-color: #e0a800;
    }

    /* Security Section */
    .page-888phl-download__security-section {
      padding: 60px 0;
      background-color: #eee;
    }

    .page-888phl-download__security-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      margin-bottom: 40px;
    }

    .page-888phl-download__security-item {
      text-align: center;
      padding: 20px;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
      box-sizing: border-box;
    }

    .page-888phl-download__security-icon {
      width: 100%;
      max-width: 220px; /* Min 200px */
      height: auto;
      margin-bottom: 15px;
      border-radius: 8px;
      object-fit: cover;
    }

    .page-888phl-download__security-title {
      font-size: 1.4em;
      color: #333;
      margin-bottom: 10px;
    }

    .page-888phl-download__security-text {
      font-size: 0.9em;
      color: #666;
    }

    .page-888phl-download__contact-cta {
      text-align: center;
      margin-top: 40px;
      padding: 30px;
      background-color: #d4edda;
      border-radius: 10px;
      border: 1px solid #c3e6cb;
    }

    .page-888phl-download__contact-text {
      font-size: 1.2em;
      color: #155724;
      margin-bottom: 20px;
      font-weight: bold;
    }

    .page-888phl-download__contact-button {
      display: inline-block;
      padding: 12px 25px;
      background-color: #28a745;
      color: #fff;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-888phl-download__contact-button:hover {
      background-color: #218838;
    }

    /* FAQ Section */
    .page-888phl-download__faq-section {
      padding: 60px 0;
      background-color: #f8f8f8;
    }

    .page-888phl-download__faq-list {
      max-width: 800px;
      margin: 0 auto;
    }

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

    .page-888phl-download__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #f1f1f1;
      border-bottom: 1px solid #eee;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-888phl-download__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-888phl-download__faq-heading {
      font-size: 1.1em;
      color: #333;
      margin: 0;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-888phl-download__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #555;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from blocking click event */
    }

    .page-888phl-download__faq-item.active .page-888phl-download__faq-toggle {
      transform: rotate(45deg); /* Changes '+' to 'x' or '-' to 'x' visually */
    }

    .page-888phl-download__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.4s ease;
      color: #555;
      box-sizing: border-box;
    }

    .page-888phl-download__faq-item.active .page-888phl-download__faq-answer {
      max-height: 2000px !important; /* Sufficiently large height */
      padding: 20px !important; /* Adjusted padding for active state */
      opacity: 1;
    }

    .page-888phl-download__faq-answer p {
      margin-top: 0;
      margin-bottom: 0;
      padding-bottom: 0;
    }

    /* Blog Section */
    .page-888phl-download__blog-section {
      padding: 60px 0;
      background-color: #eee;
    }

    .page-888phl-download__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }

    .page-888phl-download__blog-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
    }

    .page-888phl-download__blog-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }

    .page-888phl-download__blog-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

    .page-888phl-download__blog-title {
      font-size: 1.3em;
      color: #333;
      margin-bottom: 10px;
    }

    .page-888phl-download__blog-excerpt {
      font-size: 0.95em;
      color: #666;
      flex-grow: 1;
      margin-bottom: 20px;
    }

    .page-888phl-download__blog-button {
      display: inline-block;
      padding: 10px 20px;
      background-color: #6c757d;
      color: #fff;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
      transition: background-color 0.3s ease;
      align-self: flex-start;
    }

    .page-888phl-download__blog-button:hover {
      background-color: #5a6268;
    }

    /* Responsive adjustments */
    @media (max-width: 992px) {
      .page-888phl-download__hero-title {
        font-size: 2.2em;
      }
      .page-888phl-download__hero-subtitle {
        font-size: 1.1em;
      }
      .page-888phl-download__section-title {
        font-size: 1.8em;
      }
      .page-888phl-download__game-image,
      .page-888phl-download__promo-image,
      .page-888phl-download__blog-image {
        height: 180px;
      }
    }

    @media (max-width: 768px) {
      .page-888phl-download__hero-section {
        min-height: 400px;
        padding-top: 10px;
        padding-bottom: 30px;
      }
      .page-888phl-download__hero-title {
        font-size: 1.8em;
      }
      .page-888phl-download__hero-subtitle {
        font-size: 1em;
      }
      .page-888phl-download__hero-buttons {
        flex-direction: column;
        gap: 15px;
      }
      .page-888phl-download__hero-cta-button,
      .page-888phl-download__hero-secondary-button {
        width: 100%;
        max-width: 280px;
      }

      .page-888phl-download__section-title {
        font-size: 1.6em;
      }
      .page-888phl-download__section-description {
        font-size: 0.95em;
      }

      .page-888phl-download__features-grid,
      .page-888phl-download__games-grid,
      .page-888phl-download__promo-grid,
      .page-888phl-download__security-grid,
      .page-888phl-download__blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      /* List items responsive requirements */
      .page-888phl-download__feature-item,
      .page-888phl-download__game-card,
      .page-888phl-download__promo-card,
      .page-888phl-download__security-item,
      .page-888phl-download__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important; /* Adjust padding to ensure content fits */
      }

      .page-888phl-download__access-buttons {
        flex-direction: column;
      }
      .page-888phl-download__access-button {
        width: 100%;
        max-width: 280px; /* Constrain width for better look */
        margin: 0 auto;
      }

      .page-888phl-download__game-image,
      .page-888phl-download__promo-image,
      .page-888phl-download__blog-image {
        max-width: 100%;
        height: auto;
        object-fit: cover;
      }

      .page-888phl-download__faq-question {
        padding: 12px 15px;
      }
      .page-888phl-download__faq-heading {
        font-size: 1em;
      }
      .page-888phl-download__faq-answer {
        padding: 0 15px;
      }
      .page-888phl-download__faq-item.active .page-888phl-download__faq-answer {
        padding: 15px !important;
      }

      /* Ensure text wrapping */
      .page-888phl-download__feature-text,
      .page-888phl-download__game-description,
      .page-888phl-download__promo-text,
      .page-888phl-download__security-text,
      .page-888phl-download__faq-answer p,
      .page-888phl-download__blog-excerpt {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }

    @media (max-width: 480px) {
      .page-888phl-download__hero-title {
        font-size: 1.5em;
      }
      .page-888phl-download__hero-subtitle {
        font-size: 0.9em;
      }
      .page-888phl-download__section-title {
        font-size: 1.4em;
      }
      .page-888phl-download__contact-text {
        font-size: 1em;
      }
    }