/* Page-specific CSS */
    .page-poppy-playtime-mu-ecos {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-bottom: 40px;
    }

    .page-poppy-playtime-mu-ecos section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-poppy-playtime-mu-ecos h1,
    .page-poppy-playtime-mu-ecos h2,
    .page-poppy-playtime-mu-ecos h3 {
      color: #0056b3; /* Dark blue for headings */
      margin-bottom: 20px;
      text-align: center;
    }

    .page-poppy-playtime-mu-ecos h1 {
      font-size: 2.5em;
      line-height: 1.2;
    }

    .page-poppy-playtime-mu-ecos h2 {
      font-size: 2em;
      line-height: 1.3;
    }

    .page-poppy-playtime-mu-ecos h3 {
      font-size: 1.5em;
      line-height: 1.4;
    }

    .page-poppy-playtime-mu-ecos p {
      margin-bottom: 15px;
      color: #555;
    }

    .page-poppy-playtime-mu-ecos__hero-section {
      background: linear-gradient(135deg, #007bff, #0056b3);
      color: #fff;
      padding: 60px 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      position: relative;
      overflow: hidden;
      padding-top: calc(10px + var(--header-offset, 0px)); /* Small aesthetic padding + header offset if body padding is not applied */
    }

    .page-poppy-playtime-mu-ecos__hero-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      z-index: 0;
    }

    .page-poppy-playtime-mu-ecos__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
    }

    .page-poppy-playtime-mu-ecos__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
    }

    .page-poppy-playtime-mu-ecos__hero-title {
      color: #fff;
      margin-bottom: 25px;
      font-size: 3em;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-poppy-playtime-mu-ecos__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #e0e0e0;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    }

    .page-poppy-playtime-mu-ecos__hero-cta-group {
      display: flex;
      gap: 15px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .page-poppy-playtime-mu-ecos__hero-button {
      display: inline-block;
      background-color: #ffc107; /* Yellow */
      color: #333; /* Dark text for contrast */
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      border: none;
      cursor: pointer;
    }

    .page-poppy-playtime-mu-ecos__hero-button:hover {
      background-color: #e0a800;
      transform: translateY(-2px);
    }

    .page-poppy-playtime-mu-ecos__hero-button--secondary {
      background-color: #28a745; /* Green */
      color: #fff;
    }

    .page-poppy-playtime-mu-ecos__hero-button--secondary:hover {
      background-color: #218838;
    }

    .page-poppy-playtime-mu-ecos__intro-section,
    .page-poppy-playtime-mu-ecos__security-section {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      margin-top: 30px;
    }

    .page-poppy-playtime-mu-ecos__intro-title,
    .page-poppy-playtime-mu-ecos__quick-access-title,
    .page-poppy-playtime-mu-ecos__games-title,
    .page-poppy-playtime-mu-ecos__promo-title,
    .page-poppy-playtime-mu-ecos__security-title,
    .page-poppy-playtime-mu-ecos__faq-main-title,
    .page-poppy-playtime-mu-ecos__blog-title {
      margin-bottom: 30px;
    }

    .page-poppy-playtime-mu-ecos__intro-content {
      text-align: center;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-poppy-playtime-mu-ecos__quick-access-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-top: 30px;
    }

    .page-poppy-playtime-mu-ecos__quick-access-button {
      display: block;
      background-color: #17a2b8; /* Cyan */
      color: #fff;
      padding: 15px 20px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      text-align: center;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      border: none;
      cursor: pointer;
    }

    .page-poppy-playtime-mu-ecos__quick-access-button:hover {
      background-color: #138496;
      transform: translateY(-2px);
    }

    .page-poppy-playtime-mu-ecos__quick-access-note {
      text-align: center;
      margin-top: 25px;
      font-style: italic;
      color: #777;
    }

    .page-poppy-playtime-mu-ecos__games-subtitle,
    .page-poppy-playtime-mu-ecos__promo-subtitle {
      text-align: center;
      font-size: 1.1em;
      margin-bottom: 40px;
      color: #666;
    }

    .page-poppy-playtime-mu-ecos__games-grid,
    .page-poppy-playtime-mu-ecos__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
    }

    .page-poppy-playtime-mu-ecos__game-card,
    .page-poppy-playtime-mu-ecos__promo-card,
    .page-poppy-playtime-mu-ecos__blog-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-poppy-playtime-mu-ecos__game-card:hover,
    .page-poppy-playtime-mu-ecos__promo-card:hover,
    .page-poppy-playtime-mu-ecos__blog-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .page-poppy-playtime-mu-ecos__game-image,
    .page-poppy-playtime-mu-ecos__promo-image,
    .page-poppy-playtime-mu-ecos__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      margin-bottom: 15px;
    }

    .page-poppy-playtime-mu-ecos__game-name,
    .page-poppy-playtime-mu-ecos__promo-name {
      color: #0056b3;
      padding: 0 15px;
      margin-bottom: 10px;
    }

    .page-poppy-playtime-mu-ecos__game-description,
    .page-poppy-playtime-mu-ecos__promo-description {
      font-size: 0.95em;
      color: #666;
      padding: 0 15px;
      flex-grow: 1;
      margin-bottom: 20px;
    }

    .page-poppy-playtime-mu-ecos__game-button,
    .page-poppy-playtime-mu-ecos__promo-button {
      display: inline-block;
      background-color: #007bff;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      margin-bottom: 20px;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-poppy-playtime-mu-ecos__game-button:hover,
    .page-poppy-playtime-mu-ecos__promo-button:hover {
      background-color: #0056b3;
    }

    .page-poppy-playtime-mu-ecos__security-content {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 30px;
    }

    .page-poppy-playtime-mu-ecos__security-text-block {
      flex: 1;
    }

    .page-poppy-playtime-mu-ecos__security-image-wrapper {
      flex: 1;
      text-align: center;
    }

    .page-poppy-playtime-mu-ecos__security-image {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .page-poppy-playtime-mu-ecos__security-button {
      display: inline-block;
      background-color: #dc3545; /* Red */
      color: #fff;
      padding: 12px 25px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      margin-top: 20px;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-poppy-playtime-mu-ecos__security-button:hover {
      background-color: #c82333;
    }

    .page-poppy-playtime-mu-ecos__faq-section {
      background-color: #f0f8ff;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      margin-top: 30px;
    }

    .page-poppy-playtime-mu-ecos__faq-list {
      margin-top: 30px;
    }

    .page-poppy-playtime-mu-ecos__faq-item {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 10px;
      overflow: hidden;
    }

    .page-poppy-playtime-mu-ecos__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #e9ecef;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-poppy-playtime-mu-ecos__faq-question:hover {
      background-color: #dee2e6;
    }

    .page-poppy-playtime-mu-ecos__faq-question h3 {
      margin: 0;
      color: #007bff;
      font-size: 1.1em;
      text-align: left;
      pointer-events: none; /* Prevent h3 from interfering with click event */
    }

    .page-poppy-playtime-mu-ecos__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #007bff;
      pointer-events: none; /* Prevent toggle icon from interfering with click event */
      transition: transform 0.3s ease;
    }

    .page-poppy-playtime-mu-ecos__faq-item.active .page-poppy-playtime-mu-ecos__faq-toggle {
      transform: rotate(45deg);
    }

    .page-poppy-playtime-mu-ecos__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;
    }

    .page-poppy-playtime-mu-ecos__faq-item.active .page-poppy-playtime-mu-ecos__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px !important;
      opacity: 1;
    }

    .page-poppy-playtime-mu-ecos__blog-section {
      margin-top: 30px;
    }

    .page-poppy-playtime-mu-ecos__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }

    .page-poppy-playtime-mu-ecos__blog-card {
      text-align: left;
    }

    .page-poppy-playtime-mu-ecos__blog-content {
      padding: 15px;
    }

    .page-poppy-playtime-mu-ecos__blog-post-title {
      font-size: 1.25em;
      color: #0056b3;
      margin-bottom: 10px;
    }

    .page-poppy-playtime-mu-ecos__blog-excerpt {
      font-size: 0.9em;
      color: #666;
      margin-bottom: 15px;
    }

    .page-poppy-playtime-mu-ecos__blog-read-more {
      display: inline-block;
      background-color: #6c757d; /* Grey */
      color: #fff;
      padding: 8px 15px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 0.9em;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-poppy-playtime-mu-ecos__blog-read-more:hover {
      background-color: #5a6268;
    }

    /* Responsive Adjustments */
    @media (max-width: 992px) {
      .page-poppy-playtime-mu-ecos__hero-title {
        font-size: 2.5em;
      }
      .page-poppy-playtime-mu-ecos__hero-description {
        font-size: 1.1em;
      }
      .page-poppy-playtime-mu-ecos__security-content {
        flex-direction: column;
      }
    }

    @media (max-width: 768px) {
      .page-poppy-playtime-mu-ecos section {
        padding: 30px 15px;
      }
      .page-poppy-playtime-mu-ecos h1 {
        font-size: 2em;
      }
      .page-poppy-playtime-mu-ecos h2 {
        font-size: 1.75em;
      }
      .page-poppy-playtime-mu-ecos h3 {
        font-size: 1.3em;
      }
      .page-poppy-playtime-mu-ecos__hero-section {
        padding: 40px 15px;
      }
      .page-poppy-playtime-mu-ecos__hero-title {
        font-size: 1.8em;
      }
      .page-poppy-playtime-mu-ecos__hero-description {
        font-size: 1em;
      }
      .page-poppy-playtime-mu-ecos__hero-button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-poppy-playtime-mu-ecos__quick-access-grid {
        grid-template-columns: 1fr;
      }
      .page-poppy-playtime-mu-ecos__games-grid,
      .page-poppy-playtime-mu-ecos__promo-grid,
      .page-poppy-playtime-mu-ecos__blog-grid {
        grid-template-columns: 1fr;
      }
      .page-poppy-playtime-mu-ecos__game-image,
      .page-poppy-playtime-mu-ecos__promo-image,
      .page-poppy-playtime-mu-ecos__blog-image {
        height: 180px;
      }

      /* List item responsive requirements */
      .page-poppy-playtime-mu-ecos__quick-access-button,
      .page-poppy-playtime-mu-ecos__game-card,
      .page-poppy-playtime-mu-ecos__promo-card,
      .page-poppy-playtime-mu-ecos__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-poppy-playtime-mu-ecos__faq-list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-poppy-playtime-mu-ecos__faq-item,
      .page-poppy-playtime-mu-ecos__blog-card {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-poppy-playtime-mu-ecos__faq-question,
      .page-poppy-playtime-mu-ecos__faq-answer {
        padding-left: 15px !important;
        padding-right: 15px !important;
      }
      .page-poppy-playtime-mu-ecos__faq-answer {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
      }
    }

    @media (max-width: 480px) {
      .page-poppy-playtime-mu-ecos__hero-title {
        font-size: 1.5em;
      }
      .page-poppy-playtime-mu-ecos__hero-description {
        font-size: 0.9em;
      }
      .page-poppy-playtime-mu-ecos__hero-cta-group {
        flex-direction: column;
      }
      .page-poppy-playtime-mu-ecos__hero-button {
        width: 100%;
      }
      .page-poppy-playtime-mu-ecos h2 {
        font-size: 1.5em;
      }
      .page-poppy-playtime-mu-ecos h3 {
        font-size: 1.2em;
      }
    }