:root {
      --page-bg-color: #1a1a2e;
      --primary-color: #e9b300; /* Gold/Yellow for CTAs */
      --secondary-color: #3e2e60; /* Darker purple for secondary elements */
      --text-color-light: #ffffff;
      --text-color-dark: #cccccc;
      --section-bg-dark: #2a2a4a;
      --card-bg: #2e2e50;
      --border-color: #4a4a70;
      --hover-color: #ffda47;
      --cta-padding: 12px 25px;
      --border-radius: 8px;
      --shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
    }

    .page-poppy-playtime-chapter-3-teasers {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background-color: var(--page-bg-color);
      color: var(--text-color-light);
      line-height: 1.6;
      padding-top: var(--header-offset, 122px); /* Fallback for header offset */
    }

    .page-poppy-playtime-chapter-3-teasers__section-title {
      font-size: 2.5em;
      color: var(--primary-color);
      text-align: center;
      margin-bottom: 30px;
      padding-top: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-poppy-playtime-chapter-3-teasers__hero-section {
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      min-height: 70vh;
      padding: 10px 20px 50px; /* 10px for top decorative padding */
      background-color: var(--section-bg-dark);
    }

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

    .page-poppy-playtime-chapter-3-teasers__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(0.4) grayscale(0.2); /* Darken and desaturate background image for text readability */
      max-width: 100%; /* Image responsiveness */
    }

    .page-poppy-playtime-chapter-3-teasers__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background for text */
      border-radius: var(--border-radius);
    }

    .page-poppy-playtime-chapter-3-teasers__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      color: var(--primary-color);
      line-height: 1.2;
    }

    .page-poppy-playtime-chapter-3-teasers__hero-subtitle {
      font-size: 1.3em;
      color: var(--text-color-dark);
      margin-bottom: 30px;
    }

    .page-poppy-playtime-chapter-3-teasers__hero-cta-group {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .page-poppy-playtime-chapter-3-teasers__cta-button {
      display: inline-block;
      padding: var(--cta-padding);
      border-radius: var(--border-radius);
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      white-space: nowrap;
      box-sizing: border-box;
    }

    .page-poppy-playtime-chapter-3-teasers__cta-button--primary {
      background-color: var(--primary-color);
      color: var(--page-bg-color);
      border: 2px solid var(--primary-color);
    }

    .page-poppy-playtime-chapter-3-teasers__cta-button--primary:hover {
      background-color: var(--hover-color);
      transform: translateY(-3px);
    }

    .page-poppy-playtime-chapter-3-teasers__cta-button--secondary {
      background-color: transparent;
      color: var(--primary-color);
      border: 2px solid var(--primary-color);
    }

    .page-poppy-playtime-chapter-3-teasers__cta-button--secondary:hover {
      background-color: var(--primary-color);
      color: var(--page-bg-color);
      transform: translateY(-3px);
    }

    .page-poppy-playtime-chapter-3-teasers__intro-section,
    .page-poppy-playtime-chapter-3-teasers__quick-access-section,
    .page-poppy-playtime-chapter-3-teasers__games-section,
    .page-poppy-playtime-chapter-3-teasers__promotions-section,
    .page-poppy-playtime-chapter-3-teasers__security-support-section,
    .page-poppy-playtime-chapter-3-teasers__faq-section,
    .page-poppy-playtime-chapter-3-teasers__blog-section {
      padding: 50px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: var(--page-bg-color);
      border-bottom: 1px solid var(--border-color);
    }

    .page-poppy-playtime-chapter-3-teasers__intro-section {
      text-align: center;
    }

    .page-poppy-playtime-chapter-3-teasers__intro-text,
    .page-poppy-playtime-chapter-3-teasers__quick-access-description,
    .page-poppy-playtime-chapter-3-teasers__games-description,
    .page-poppy-playtime-chapter-3-teasers__promotions-description,
    .page-poppy-playtime-chapter-3-teasers__security-support-description,
    .page-poppy-playtime-chapter-3-teasers__blog-description {
      font-size: 1.1em;
      color: var(--text-color-dark);
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-poppy-playtime-chapter-3-teasers__features-grid,
    .page-poppy-playtime-chapter-3-teasers__access-links-grid,
    .page-poppy-playtime-chapter-3-teasers__game-grid,
    .page-poppy-playtime-chapter-3-teasers__promo-grid,
    .page-poppy-playtime-chapter-3-teasers__info-grid,
    .page-poppy-playtime-chapter-3-teasers__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-poppy-playtime-chapter-3-teasers__feature-item,
    .page-poppy-playtime-chapter-3-teasers__info-item {
      background-color: var(--card-bg);
      padding: 30px;
      border-radius: var(--border-radius);
      text-align: center;
      box-shadow: var(--shadow);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-poppy-playtime-chapter-3-teasers__feature-item:hover,
    .page-poppy-playtime-chapter-3-teasers__info-item:hover {
      transform: translateY(-5px);
    }

    .page-poppy-playtime-chapter-3-teasers__feature-icon,
    .page-poppy-playtime-chapter-3-teasers__info-icon {
      width: 100px;
      height: 100px;
      margin-bottom: 20px;
      max-width: 100%;
      height: auto;
      object-fit: contain;
    }

    .page-poppy-playtime-chapter-3-teasers__feature-title,
    .page-poppy-playtime-chapter-3-teasers__info-title {
      font-size: 1.5em;
      color: var(--primary-color);
      margin-bottom: 10px;
    }

    .page-poppy-playtime-chapter-3-teasers__feature-description,
    .page-poppy-playtime-chapter-3-teasers__info-text {
      color: var(--text-color-dark);
    }

    .page-poppy-playtime-chapter-3-teasers__access-link {
      background-color: var(--card-bg);
      padding: 25px;
      border-radius: var(--border-radius);
      text-align: center;
      text-decoration: none;
      color: var(--text-color-light);
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: var(--shadow);
      box-sizing: border-box;
    }

    .page-poppy-playtime-chapter-3-teasers__access-link:hover {
      background-color: var(--secondary-color);
      transform: translateY(-3px);
    }

    .page-poppy-playtime-chapter-3-teasers__access-text {
      pointer-events: none; /* Prevent text from interfering with link click */
    }

    .page-poppy-playtime-chapter-3-teasers__games-tabs {
      display: flex;
      justify-content: center;
      margin-bottom: 40px;
      flex-wrap: wrap;
      gap: 10px;
    }

    .page-poppy-playtime-chapter-3-teasers__game-tab-header {
      padding: 12px 25px;
      cursor: pointer;
      background-color: var(--card-bg);
      border-radius: var(--border-radius);
      color: var(--text-color-dark);
      font-weight: bold;
      transition: background-color 0.3s ease, color 0.3s ease;
      white-space: nowrap;
    }

    .page-poppy-playtime-chapter-3-teasers__game-tab-header:hover {
      background-color: var(--secondary-color);
      color: var(--text-color-light);
    }

    .page-poppy-playtime-chapter-3-teasers__game-tab-header.active {
      background-color: var(--primary-color);
      color: var(--page-bg-color);
    }

    .page-poppy-playtime-chapter-3-teasers__games-tab-content {
      display: none;
    }

    .page-poppy-playtime-chapter-3-teasers__games-tab-content.active {
      display: block;
    }

    .page-poppy-playtime-chapter-3-teasers__game-card,
    .page-poppy-playtime-chapter-3-teasers__promo-card,
    .page-poppy-playtime-chapter-3-teasers__blog-card {
      background-color: var(--card-bg);
      border-radius: var(--border-radius);
      overflow: hidden;
      box-shadow: var(--shadow);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
    }

    .page-poppy-playtime-chapter-3-teasers__game-card:hover,
    .page-poppy-playtime-chapter-3-teasers__promo-card:hover,
    .page-poppy-playtime-chapter-3-teasers__blog-card:hover {
      transform: translateY(-5px);
    }

    .page-poppy-playtime-chapter-3-teasers__game-image,
    .page-poppy-playtime-chapter-3-teasers__promo-image,
    .page-poppy-playtime-chapter-3-teasers__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%; /* Image responsiveness */
    }

    .page-poppy-playtime-chapter-3-teasers__game-title,
    .page-poppy-playtime-chapter-3-teasers__promo-title,
    .page-poppy-playtime-chapter-3-teasers__blog-title {
      font-size: 1.4em;
      color: var(--primary-color);
      padding: 15px 20px 5px;
    }

    .page-poppy-playtime-chapter-3-teasers__game-text,
    .page-poppy-playtime-chapter-3-teasers__promo-text,
    .page-poppy-playtime-chapter-3-teasers__blog-excerpt {
      color: var(--text-color-dark);
      padding: 0 20px 15px;
      flex-grow: 1; /* Make text take up available space */
    }

    .page-poppy-playtime-chapter-3-teasers__game-button,
    .page-poppy-playtime-chapter-3-teasers__promo-button,
    .page-poppy-playtime-chapter-3-teasers__blog-link {
      display: block;
      text-align: center;
      padding: 10px 15px;
      background-color: var(--primary-color);
      color: var(--page-bg-color);
      text-decoration: none;
      font-weight: bold;
      border-radius: 0 0 var(--border-radius) var(--border-radius);
      transition: background-color 0.3s ease;
      margin-top: auto; /* Push button to bottom */
    }

    .page-poppy-playtime-chapter-3-teasers__game-button:hover,
    .page-poppy-playtime-chapter-3-teasers__promo-button:hover,
    .page-poppy-playtime-chapter-3-teasers__blog-link:hover {
      background-color: var(--hover-color);
    }

    .page-poppy-playtime-chapter-3-teasers__contact-cta {
      text-align: center;
      margin-top: 40px;
    }

    .page-poppy-playtime-chapter-3-teasers__faq-list {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-poppy-playtime-chapter-3-teasers__faq-item {
      background-color: var(--card-bg);
      border-radius: var(--border-radius);
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: var(--shadow);
    }

    .page-poppy-playtime-chapter-3-teasers__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      cursor: pointer;
      background-color: var(--secondary-color);
      color: var(--text-color-light);
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-poppy-playtime-chapter-3-teasers__faq-question:hover {
      background-color: #5c4a8d;
    }

    .page-poppy-playtime-chapter-3-teasers__faq-title {
      font-size: 1.2em;
      margin: 0;
      pointer-events: none; /* Prevent h3 from blocking click event */
      flex-grow: 1;
    }

    .page-poppy-playtime-chapter-3-teasers__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from blocking click event */
    }

    .page-poppy-playtime-chapter-3-teasers__faq-item.active .page-poppy-playtime-chapter-3-teasers__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' or similar for active state */
    }

    .page-poppy-playtime-chapter-3-teasers__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px; /* Adjusted padding to match question, will be 20px 20px when active */
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: var(--text-color-dark);
    }

    .page-poppy-playtime-chapter-3-teasers__faq-item.active .page-poppy-playtime-chapter-3-teasers__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to accommodate content */
      padding: 20px 20px !important;
      opacity: 1;
    }

    /* Mobile Responsiveness */
    @media (max-width: 768px) {
      .page-poppy-playtime-chapter-3-teasers__hero-title {
        font-size: 2.5em;
      }

      .page-poppy-playtime-chapter-3-teasers__hero-subtitle {
        font-size: 1em;
      }

      .page-poppy-playtime-chapter-3-teasers__hero-cta-group {
        flex-direction: column;
        gap: 15px;
      }

      .page-poppy-playtime-chapter-3-teasers__cta-button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
      }

      .page-poppy-playtime-chapter-3-teasers__section-title {
        font-size: 2em;
      }

      .page-poppy-playtime-chapter-3-teasers__intro-section,
      .page-poppy-playtime-chapter-3-teasers__quick-access-section,
      .page-poppy-playtime-chapter-3-teasers__games-section,
      .page-poppy-playtime-chapter-3-teasers__promotions-section,
      .page-poppy-playtime-chapter-3-teasers__security-support-section,
      .page-poppy-playtime-chapter-3-teasers__faq-section,
      .page-poppy-playtime-chapter-3-teasers__blog-section {
        padding: 30px 15px;
      }

      .page-poppy-playtime-chapter-3-teasers__features-grid,
      .page-poppy-playtime-chapter-3-teasers__access-links-grid,
      .page-poppy-playtime-chapter-3-teasers__game-grid,
      .page-poppy-playtime-chapter-3-teasers__promo-grid,
      .page-poppy-playtime-chapter-3-teasers__info-grid,
      .page-poppy-playtime-chapter-3-teasers__blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-poppy-playtime-chapter-3-teasers__feature-item,
      .page-poppy-playtime-chapter-3-teasers__info-item,
      .page-poppy-playtime-chapter-3-teasers__access-link,
      .page-poppy-playtime-chapter-3-teasers__game-card,
      .page-poppy-playtime-chapter-3-teasers__promo-card,
      .page-poppy-playtime-chapter-3-teasers__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-poppy-playtime-chapter-3-teasers__games-tabs {
        flex-wrap: wrap;
        justify-content: flex-start;
      }

      .page-poppy-playtime-chapter-3-teasers__game-tab-header {
        width: auto;
        flex-grow: 1;
        text-align: center;
      }

      .page-poppy-playtime-chapter-3-teasers__game-image,
      .page-poppy-playtime-chapter-3-teasers__promo-image,
      .page-poppy-playtime-chapter-3-teasers__blog-image {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-poppy-playtime-chapter-3-teasers__faq-question {
        padding: 15px;
      }

      .page-poppy-playtime-chapter-3-teasers__faq-title {
        font-size: 1.1em;
      }

      .page-poppy-playtime-chapter-3-teasers__faq-answer {
        padding: 0 15px;
      }

      .page-poppy-playtime-chapter-3-teasers__faq-item.active .page-poppy-playtime-chapter-3-teasers__faq-answer {
        padding: 15px 15px !important;
      }
    }

    @media (max-width: 480px) {
      .page-poppy-playtime-chapter-3-teasers__hero-title {
        font-size: 2em;
      }
      .page-poppy-playtime-chapter-3-teasers__hero-subtitle {
        font-size: 0.9em;
      }
      .page-poppy-playtime-chapter-3-teasers__section-title {
        font-size: 1.8em;
      }
      .page-poppy-playtime-chapter-3-teasers__cta-button {
        padding: 10px 20px;
        font-size: 0.9em;
      }
    }