.page-the-prototype-poppy-playtime-voice-actor__hero-section {
      position: relative;
      width: 100%;
      min-height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      text-align: center;
      padding: 10px 20px 60px;
      overflow: hidden;
      box-sizing: border-box;
      background-color: #1a1a2e;
    }

    .page-the-prototype-poppy-playtime-voice-actor__hero-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
    }

    .page-the-prototype-poppy-playtime-voice-actor__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      filter: brightness(0.6);
    }

    .page-the-prototype-poppy-playtime-voice-actor__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      padding: 20px;
      background: rgba(0, 0, 0, 0.4);
      border-radius: 10px;
    }

    .page-the-prototype-poppy-playtime-voice-actor__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      line-height: 1.2;
      font-weight: bold;
      color: #e0b0ff;
    }

    .page-the-prototype-poppy-playtime-voice-actor__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #cccccc;
    }

    .page-the-prototype-poppy-playtime-voice-actor__primary-button {
      display: inline-block;
      background-color: #ff4757;
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-the-prototype-poppy-playtime-voice-actor__primary-button:hover {
      background-color: #e63946;
      transform: translateY(-2px);
    }

    .page-the-prototype-poppy-playtime-voice-actor__introduction-section,
    .page-the-prototype-poppy-playtime-voice-actor__theories-section,
    .page-the-prototype-poppy-playtime-voice-actor__faq-section {
      padding: 60px 0;
      background-color: #1a1a2e;
      color: #e0e0e0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .page-the-prototype-poppy-playtime-voice-actor__container {
      max-width: 1000px;
      margin: 0 auto;
      padding: 0 20px;
      box-sizing: border-box;
    }

    .page-the-prototype-poppy-playtime-voice-actor__section-title {
      font-size: 2.2em;
      color: #e0b0ff;
      text-align: center;
      margin-bottom: 40px;
      font-weight: bold;
    }

    .page-the-prototype-poppy-playtime-voice-actor__text-content {
      font-size: 1.1em;
      line-height: 1.8;
      margin-bottom: 20px;
      text-align: justify;
    }

    .page-the-prototype-poppy-playtime-voice-actor__highlight {
      color: #ff4757;
      font-weight: bold;
    }

    .page-the-prototype-poppy-playtime-voice-actor__image-inline {
      width: 100%;
      max-width: 800px;
      height: auto;
      display: block;
      margin: 30px auto;
      border-radius: 8px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    }

    .page-the-prototype-poppy-playtime-voice-actor__theory-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
      margin-bottom: 40px;
    }

    .page-the-prototype-poppy-playtime-voice-actor__theory-card {
      background-color: #2a2a4a;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-the-prototype-poppy-playtime-voice-actor__theory-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    }

    .page-the-prototype-poppy-playtime-voice-actor__card-title {
      font-size: 1.5em;
      color: #ff4757;
      margin-bottom: 15px;
      font-weight: bold;
    }

    .page-the-prototype-poppy-playtime-voice-actor__card-text {
      font-size: 1em;
      line-height: 1.7;
      color: #c0c0c0;
    }

    .page-the-prototype-poppy-playtime-voice-actor__secondary-button,
    .page-the-prototype-poppy-playtime-voice-actor__tertiary-button {
      display: inline-block;
      background-color: #e0b0ff;
      color: #1a1a2e;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      margin-top: 30px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .page-the-prototype-poppy-playtime-voice-actor__secondary-button:hover,
    .page-the-prototype-poppy-playtime-voice-actor__tertiary-button:hover {
      background-color: #c98eff;
      transform: translateY(-2px);
    }

    .page-the-prototype-poppy-playtime-voice-actor__secondary-button {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: fit-content;
    }

    .page-the-prototype-poppy-playtime-voice-actor__faq-list {
      margin-top: 30px;
    }

    .page-the-prototype-poppy-playtime-voice-actor__faq-item {
      background-color: #2a2a4a;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .page-the-prototype-poppy-playtime-voice-actor__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px;
      background-color: #333355;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-the-prototype-poppy-playtime-voice-actor__faq-question:hover {
      background-color: #444466;
    }

    .page-the-prototype-poppy-playtime-voice-actor__faq-title {
      font-size: 1.2em;
      color: #ffffff;
      margin: 0;
      flex-grow: 1;
      text-align: left;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-the-prototype-poppy-playtime-voice-actor__faq-toggle {
      font-size: 1.5em;
      color: #ff4757;
      margin-left: 15px;
      font-weight: bold;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from blocking click event */
    }

    .page-the-prototype-poppy-playtime-voice-actor__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      color: #c0c0c0;
      font-size: 1em;
      line-height: 1.7;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-the-prototype-poppy-playtime-voice-actor__faq-answer p {
      margin-bottom: 15px;
    }

    .page-the-prototype-poppy-playtime-voice-actor__faq-item.active .page-the-prototype-poppy-playtime-voice-actor__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-the-prototype-poppy-playtime-voice-actor__faq-item.active .page-the-prototype-poppy-playtime-voice-actor__faq-toggle {
      transform: rotate(45deg);
      color: #e0b0ff;
    }

    .page-the-prototype-poppy-playtime-voice-actor__tertiary-button {
        margin-top: 15px;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-the-prototype-poppy-playtime-voice-actor__hero-title {
        font-size: 2em;
      }

      .page-the-prototype-poppy-playtime-voice-actor__hero-subtitle {
        font-size: 1em;
      }

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

      .page-the-prototype-poppy-playtime-voice-actor__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }

      .page-the-prototype-poppy-playtime-voice-actor__text-content {
        font-size: 0.95em;
      }

      .page-the-prototype-poppy-playtime-voice-actor__introduction-section,
      .page-the-prototype-poppy-playtime-voice-actor__theories-section,
      .page-the-prototype-poppy-playtime-voice-actor__faq-section {
        padding: 40px 0;
      }

      .page-the-prototype-poppy-playtime-voice-actor__container {
        padding: 0 15px;
      }

      .page-the-prototype-poppy-playtime-voice-actor__theory-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-the-prototype-poppy-playtime-voice-actor__theory-card {
        padding: 25px;
      }

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

      .page-the-prototype-poppy-playtime-voice-actor__faq-question {
        padding: 15px 20px;
      }

      .page-the-prototype-poppy-playtime-voice-actor__faq-title {
        font-size: 1.1em;
      }

      .page-the-prototype-poppy-playtime-voice-actor__faq-toggle {
        font-size: 1.3em;
      }

      .page-the-prototype-poppy-playtime-voice-actor__faq-answer {
        padding: 0 20px;
        font-size: 0.9em;
      }

      .page-the-prototype-poppy-playtime-voice-actor__faq-item.active .page-the-prototype-poppy-playtime-voice-actor__faq-answer {
        padding: 15px 20px !important;
      }

      /* Image responsiveness */
      .page-the-prototype-poppy-playtime-voice-actor__hero-image,
      .page-the-prototype-poppy-playtime-voice-actor__image-inline {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-the-prototype-poppy-playtime-voice-actor__hero-image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
      .page-the-prototype-poppy-playtime-voice-actor__text-content {
          word-wrap: break-word !important;
          overflow-wrap: break-word !important;
      }
    }

    @media (max-width: 480px) {
      .page-the-prototype-poppy-playtime-voice-actor__hero-title {
        font-size: 1.8em;
      }
      .page-the-prototype-poppy-playtime-voice-actor__hero-subtitle {
        font-size: 0.9em;
      }
      .page-the-prototype-poppy-playtime-voice-actor__hero-section {
        min-height: 400px;
        padding-bottom: 40px;
      }
    }