.page-poppy-playtime-the-prototype-1006 {
      font-family: 'Arial', sans-serif;
      color: #f8f9fa;
      background-color: #1a1a2e;
      line-height: 1.6;
      padding-bottom: 50px;
    }

    .page-poppy-playtime-the-prototype-1006__hero-section {
      position: relative;
      width: 100%;
      height: 70vh;
      min-height: 400px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #ffffff;
      overflow: hidden;
      padding-top: 10px; /* Decorative padding, assuming body has padding-top for header */
    }

    .page-poppy-playtime-the-prototype-1006__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      opacity: 0.7;
    }

    .page-poppy-playtime-the-prototype-1006__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      padding: 20px;
      background: rgba(0, 0, 0, 0.6);
      border-radius: 10px;
    }

    .page-poppy-playtime-the-prototype-1006__heading {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #e9c46a;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-poppy-playtime-the-prototype-1006__subheading {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #f4a261;
    }

    .page-poppy-playtime-the-prototype-1006__cta-button {
      display: inline-block;
      background-color: #e76f51;
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      font-size: 1.1em;
      cursor: pointer;
      border: none;
    }

    .page-poppy-playtime-the-prototype-1006__cta-button:hover {
      background-color: #d15a40;
    }

    .page-poppy-playtime-the-prototype-1006__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-poppy-playtime-the-prototype-1006__section--dark {
      background-color: #2e2e4e;
    }

    .page-poppy-playtime-the-prototype-1006__section-title {
      font-size: 2.2em;
      color: #e9c46a;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-poppy-playtime-the-prototype-1006__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 3px;
      background-color: #e76f51;
    }

    .page-poppy-playtime-the-prototype-1006__text-content {
      font-size: 1.1em;
      color: #cccccc;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-poppy-playtime-the-prototype-1006__game-features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-poppy-playtime-the-prototype-1006__feature-item {
      background-color: #333355;
      border-radius: 10px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-poppy-playtime-the-prototype-1006__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-poppy-playtime-the-prototype-1006__feature-image {
      width: 100%;
      max-width: 300px;
      height: auto;
      border-radius: 8px;
      margin-bottom: 20px;
      object-fit: cover;
    }

    .page-poppy-playtime-the-prototype-1006__feature-title {
      font-size: 1.5em;
      color: #e9c46a;
      margin-bottom: 15px;
    }

    .page-poppy-playtime-the-prototype-1006__feature-description {
      color: #cccccc;
      font-size: 0.95em;
    }

    .page-poppy-playtime-the-prototype-1006__benefits-list {
      list-style: none;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-top: 40px;
    }

    .page-poppy-playtime-the-prototype-1006__benefit-item {
      background-color: #333355;
      border-left: 5px solid #e76f51;
      padding: 20px;
      border-radius: 8px;
      text-align: left;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      color: #cccccc;
      font-size: 1em;
      box-sizing: border-box;
    }

    .page-poppy-playtime-the-prototype-1006__benefit-item strong {
      color: #e9c46a;
    }

    .page-poppy-playtime-the-prototype-1006__final-cta-section {
      background-color: #1a1a2e;
      padding: 60px 20px;
      text-align: center;
      color: #ffffff;
    }

    .page-poppy-playtime-the-prototype-1006__final-cta-title {
      font-size: 2.5em;
      color: #e9c46a;
      margin-bottom: 20px;
    }

    .page-poppy-playtime-the-prototype-1006__final-cta-description {
      font-size: 1.2em;
      color: #f4a261;
      margin-bottom: 40px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    @media (max-width: 768px) {
      .page-poppy-playtime-the-prototype-1006__hero-section {
        height: 60vh;
      }

      .page-poppy-playtime-the-prototype-1006__heading {
        font-size: 2em;
      }

      .page-poppy-playtime-the-prototype-1006__subheading {
        font-size: 1em;
      }

      .page-poppy-playtime-the-prototype-1006__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-poppy-playtime-the-prototype-1006__section-title {
        font-size: 1.8em;
      }

      .page-poppy-playtime-the-prototype-1006__text-content {
        font-size: 1em;
      }

      .page-poppy-playtime-the-prototype-1006__game-features-grid {
        grid-template-columns: 1fr;
      }

      .page-poppy-playtime-the-prototype-1006__feature-item {
        padding: 20px;
      }

      .page-poppy-playtime-the-prototype-1006__feature-title {
        font-size: 1.3em;
      }

      .page-poppy-playtime-the-prototype-1006__benefits-list {
        grid-template-columns: 1fr;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-poppy-playtime-the-prototype-1006__benefit-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        padding: 15px !important;
      }

      .page-poppy-playtime-the-prototype-1006__final-cta-title {
        font-size: 2em;
      }

      .page-poppy-playtime-the-prototype-1006__final-cta-description {
        font-size: 1em;
      }

      .page-poppy-playtime-the-prototype-1006__section {
        padding: 40px 15px;
      }

      .page-poppy-playtime-the-prototype-1006__hero-image,
      .page-poppy-playtime-the-prototype-1006__feature-image {
        max-width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
      }
    }

    /* Ensure all images are responsive */
    .page-poppy-playtime-the-prototype-1006 img {
      max-width: 100%;
      height: auto;
    }
    .page-poppy-playtime-the-prototype-1006__hero-image-container, 
    .page-poppy-playtime-the-prototype-1006__feature-image-container {
      width: 100%; 
      max-width: 100%; 
      overflow: hidden; 
      box-sizing: border-box;
    }