.page-poppy-playtime-chapter-3-sneak-peek {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a1a;
      line-height: 1.6;
      overflow-x: hidden;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__hero-section,
    .page-poppy-playtime-chapter-3-sneak-peek__introduction-section,
    .page-poppy-playtime-chapter-3-sneak-peek__quick-access-section,
    .page-poppy-playtime-chapter-3-sneak-peek__games-section,
    .page-poppy-playtime-chapter-3-sneak-peek__promotions-section,
    .page-poppy-playtime-chapter-3-sneak-peek__security-section,
    .page-poppy-playtime-chapter-3-sneak-peek__faq-section,
    .page-poppy-playtime-chapter-3-sneak-peek__blog-section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__section-title {
      font-size: 2.2em;
      color: #ffcc00;
      margin-bottom: 30px;
      text-transform: uppercase;
      letter-spacing: 1.5px;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__hero-section {
      position: relative;
      min-height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      padding-top: 10px;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__hero-content {
      position: relative;
      z-index: 2;
      color: #ffffff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      max-width: 800px;
      padding: 20px;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 10px;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__hero-title {
      font-size: 3em;
      margin-bottom: 15px;
      color: #ffcc00;
      text-transform: uppercase;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__hero-subtitle {
      font-size: 1.2em;
      margin-bottom: 30px;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__hero-cta,
    .page-poppy-playtime-chapter-3-sneak-peek__access-button,
    .page-poppy-playtime-chapter-3-sneak-peek__game-cta,
    .page-poppy-playtime-chapter-3-sneak-peek__promo-cta,
    .page-poppy-playtime-chapter-3-sneak-peek__contact-cta {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a1a1a;
      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;
      border: none;
      cursor: pointer;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__hero-cta:hover,
    .page-poppy-playtime-chapter-3-sneak-peek__access-button:hover,
    .page-poppy-playtime-chapter-3-sneak-peek__game-cta:hover,
    .page-poppy-playtime-chapter-3-sneak-peek__promo-cta:hover,
    .page-poppy-playtime-chapter-3-sneak-peek__contact-cta:hover {
      background-color: #e6b800;
      transform: translateY(-3px);
    }

    .page-poppy-playtime-chapter-3-sneak-peek__intro-content {
      text-align: left;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__intro-content p {
      margin-bottom: 15px;
      color: #cccccc;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__access-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__game-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease;
      text-align: left;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__game-card:hover {
      transform: translateY(-5px);
    }

    .page-poppy-playtime-chapter-3-sneak-peek__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__game-title {
      font-size: 1.5em;
      color: #ffcc00;
      padding: 15px;
      margin-bottom: 0;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__game-description {
      color: #cccccc;
      padding: 0 15px 15px;
      font-size: 0.95em;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__game-cta {
      display: block;
      text-align: center;
      padding: 10px 15px;
      margin: 0 15px 15px;
      background-color: #ffcc00;
      color: #1a1a1a;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__promo-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease;
      text-align: left;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__promo-card:hover {
      transform: translateY(-5px);
    }

    .page-poppy-playtime-chapter-3-sneak-peek__promo-image {
      width: 100%;
      height: 250px;
      object-fit: cover;
      display: block;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__promo-title {
      font-size: 1.5em;
      color: #ffcc00;
      padding: 15px;
      margin-bottom: 0;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__promo-description {
      color: #cccccc;
      padding: 0 15px 15px;
      font-size: 0.95em;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__promo-cta {
      display: block;
      text-align: center;
      padding: 10px 15px;
      margin: 0 15px 15px;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__security-content {
      text-align: left;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__security-content p {
      margin-bottom: 15px;
      color: #cccccc;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__contact-cta {
      margin-top: 20px;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__faq-list {
      max-width: 900px;
      margin: 0 auto;
      text-align: left;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__faq-item {
      background-color: #2a2a2a;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    }

    .page-poppy-playtime-chapter-3-sneak-peek__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #333333;
      color: #ffcc00;
      font-weight: bold;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__faq-question:hover {
      background-color: #444444;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__faq-heading {
      margin: 0;
      font-size: 1.1em;
      pointer-events: none;
      color: #ffcc00;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none;
      transition: transform 0.3s ease;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__faq-item.active .page-poppy-playtime-chapter-3-sneak-peek__faq-toggle {
      transform: rotate(45deg);
    }

    .page-poppy-playtime-chapter-3-sneak-peek__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #cccccc;
      background-color: #2a2a2a;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__faq-item.active .page-poppy-playtime-chapter-3-sneak-peek__faq-answer {
      max-height: 2000px !important;
      padding: 20px !important;
      opacity: 1;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__faq-answer p {
      margin: 0;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__blog-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease;
      text-align: left;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__blog-card:hover {
      transform: translateY(-5px);
    }

    .page-poppy-playtime-chapter-3-sneak-peek__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__blog-title {
      font-size: 1.3em;
      color: #ffcc00;
      padding: 15px 15px 0;
      margin-bottom: 5px;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__blog-title a {
      color: #ffcc00;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__blog-title a:hover {
      color: #ffffff;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__blog-excerpt {
      color: #cccccc;
      padding: 0 15px 10px;
      font-size: 0.9em;
    }

    .page-poppy-playtime-chapter-3-sneak-peek__blog-date {
      display: block;
      color: #999999;
      font-size: 0.85em;
      padding: 0 15px 15px;
    }

    .page-poppy-playtime-chapter-3-sneak-peek img {
      max-width: 100%;
      height: auto;
      box-sizing: border-box;
    }

    @media (max-width: 768px) {
      .page-poppy-playtime-chapter-3-sneak-peek__hero-section {
        min-height: 400px;
        padding-top: 10px;
      }

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

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

      .page-poppy-playtime-chapter-3-sneak-peek__section-title {
        font-size: 1.8em;
      }

      .page-poppy-playtime-chapter-3-sneak-peek__hero-cta,
      .page-poppy-playtime-chapter-3-sneak-peek__access-button,
      .page-poppy-playtime-chapter-3-sneak-peek__game-cta,
      .page-poppy-playtime-chapter-3-sneak-peek__promo-cta,
      .page-poppy-playtime-chapter-3-sneak-peek__contact-cta {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-poppy-playtime-chapter-3-sneak-peek__access-grid,
      .page-poppy-playtime-chapter-3-sneak-peek__game-categories,
      .page-poppy-playtime-chapter-3-sneak-peek__promo-grid,
      .page-poppy-playtime-chapter-3-sneak-peek__blog-grid {
        grid-template-columns: 1fr;
        padding: 0 15px;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-poppy-playtime-chapter-3-sneak-peek__game-card,
      .page-poppy-playtime-chapter-3-sneak-peek__promo-card,
      .page-poppy-playtime-chapter-3-sneak-peek__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-chapter-3-sneak-peek__game-description,
      .page-poppy-playtime-chapter-3-sneak-peek__promo-description,
      .page-poppy-playtime-chapter-3-sneak-peek__blog-excerpt {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

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

    @media (max-width: 480px) {
      .page-poppy-playtime-chapter-3-sneak-peek__hero-title {
        font-size: 1.7em;
      }
      .page-poppy-playtime-chapter-3-sneak-peek__section-title {
        font-size: 1.5em;
      }
      .page-poppy-playtime-chapter-3-sneak-peek__hero-cta {
        font-size: 0.9em;
        padding: 10px 20px;
      }
    }