.page-poppy-playtime-ms-delight-porn {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a2e;
      line-height: 1.6;
      padding-bottom: 40px;
    }

    .page-poppy-playtime-ms-delight-porn__hero-section {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 10px 20px 40px;
      background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1d 100%);
      border-bottom: 2px solid #33334d;
    }

    .page-poppy-playtime-ms-delight-porn__hero-content {
      max-width: 800px;
      margin-bottom: 30px;
    }

    .page-poppy-playtime-ms-delight-porn__hero-title {
      font-size: 2.5em;
      color: #ffcc00;
      margin-bottom: 15px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-poppy-playtime-ms-delight-porn__hero-description {
      font-size: 1.1em;
      color: #c0c0c0;
      margin-bottom: 30px;
    }

    .page-poppy-playtime-ms-delight-porn__hero-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }

    .page-poppy-playtime-ms-delight-porn__button {
      display: inline-block;
      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 10px rgba(0, 0, 0, 0.3);
      min-width: 180px;
      text-align: center;
      box-sizing: border-box;
    }

    .page-poppy-playtime-ms-delight-porn__button--primary {
      background-color: #ffcc00;
      color: #1a1a2e;
      border: 2px solid #ffcc00;
    }

    .page-poppy-playtime-ms-delight-porn__button--primary:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-poppy-playtime-ms-delight-porn__button--secondary {
      background-color: transparent;
      color: #ffcc00;
      border: 2px solid #ffcc00;
    }

    .page-poppy-playtime-ms-delight-porn__button--secondary:hover {
      background-color: #ffcc00;
      color: #1a1a2e;
      transform: translateY(-2px);
    }

    .page-poppy-playtime-ms-delight-porn__hero-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    }

    .page-poppy-playtime-ms-delight-porn__hero-image {
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      border-radius: 10px;
    }

    .page-poppy-playtime-ms-delight-porn__features-section,
    .page-poppy-playtime-ms-delight-porn__cta-section,
    .page-poppy-playtime-ms-delight-porn__faq-section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-poppy-playtime-ms-delight-porn__section-title {
      font-size: 2em;
      color: #ffcc00;
      margin-bottom: 20px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    }

    .page-poppy-playtime-ms-delight-porn__section-description {
      font-size: 1.1em;
      color: #c0c0c0;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-poppy-playtime-ms-delight-porn__feature-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-poppy-playtime-ms-delight-porn__feature-item {
      background-color: #2a2a4a;
      border-radius: 10px;
      padding: 30px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, background-color 0.3s ease;
      text-align: center;
    }

    .page-poppy-playtime-ms-delight-porn__feature-item:hover {
      transform: translateY(-5px);
      background-color: #3a3a5a;
    }

    .page-poppy-playtime-ms-delight-porn__feature-icon {
      width: 100%;
      max-width: 300px;
      min-height: 200px;
      height: auto;
      object-fit: cover;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-poppy-playtime-ms-delight-porn__feature-title {
      font-size: 1.4em;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-poppy-playtime-ms-delight-porn__feature-text {
      font-size: 1em;
      color: #c0c0c0;
    }

    .page-poppy-playtime-ms-delight-porn__cta-section {
      background: linear-gradient(45deg, #0f0f1d 0%, #1a1a2e 100%);
      margin-top: 40px;
      padding: 60px 20px;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      gap: 30px;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .page-poppy-playtime-ms-delight-porn__cta-content {
      max-width: 800px;
    }

    .page-poppy-playtime-ms-delight-porn__cta-title {
      font-size: 2.2em;
      color: #ffcc00;
      margin-bottom: 15px;
    }

    .page-poppy-playtime-ms-delight-porn__cta-description {
      font-size: 1.1em;
      color: #c0c0c0;
      margin-bottom: 30px;
    }

    .page-poppy-playtime-ms-delight-porn__cta-image-wrapper {
      width: 100%;
      max-width: 600px;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    }

    .page-poppy-playtime-ms-delight-porn__cta-image {
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      border-radius: 10px;
    }

    /* FAQ Section Styling */
    .page-poppy-playtime-ms-delight-porn__faq-container {
      margin-top: 30px;
      text-align: left;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-poppy-playtime-ms-delight-porn__faq-item {
      background-color: #2a2a4a;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
      overflow: hidden;
    }

    .page-poppy-playtime-ms-delight-porn__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #3a3a5a;
      color: #ffcc00;
      font-weight: bold;
      font-size: 1.1em;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-poppy-playtime-ms-delight-porn__faq-question:hover {
      background-color: #4a4a6a;
    }

    .page-poppy-playtime-ms-delight-porn__faq-q-text {
      margin: 0;
      color: #ffcc00;
      pointer-events: none;
    }

    .page-poppy-playtime-ms-delight-porn__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none;
      transition: transform 0.3s ease;
    }

    .page-poppy-playtime-ms-delight-porn__faq-item.active .page-poppy-playtime-ms-delight-porn__faq-toggle {
      transform: rotate(45deg);
    }

    .page-poppy-playtime-ms-delight-porn__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;
      background-color: #2a2a4a;
      color: #e0e0e0;
    }

    .page-poppy-playtime-ms-delight-porn__faq-item.active .page-poppy-playtime-ms-delight-porn__faq-answer {
      max-height: 2000px !important;
      padding: 20px !important;
      opacity: 1 !important;
    }

    .page-poppy-playtime-ms-delight-porn__faq-answer p {
      margin: 0;
      padding-bottom: 10px;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-poppy-playtime-ms-delight-porn__hero-title {
        font-size: 2em;
      }
      .page-poppy-playtime-ms-delight-porn__section-title {
        font-size: 1.8em;
      }
      .page-poppy-playtime-ms-delight-porn__cta-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-poppy-playtime-ms-delight-porn__hero-section {
        padding: 10px 15px 30px;
      }
      .page-poppy-playtime-ms-delight-porn__hero-title {
        font-size: 1.8em;
      }
      .page-poppy-playtime-ms-delight-porn__hero-description {
        font-size: 1em;
      }
      .page-poppy-playtime-ms-delight-porn__hero-buttons {
        flex-direction: column;
        gap: 15px;
      }
      .page-poppy-playtime-ms-delight-porn__button {
        width: 100% !important;
        max-width: 300px;
        margin: 0 auto;
        padding: 12px 20px;
        font-size: 1em;
      }

      .page-poppy-playtime-ms-delight-porn__features-section,
      .page-poppy-playtime-ms-delight-porn__cta-section,
      .page-poppy-playtime-ms-delight-porn__faq-section {
        padding: 30px 15px;
      }
      .page-poppy-playtime-ms-delight-porn__section-title {
        font-size: 1.6em;
      }
      .page-poppy-playtime-ms-delight-porn__section-description {
        font-size: 0.95em;
      }
      .page-poppy-playtime-ms-delight-porn__feature-grid {
        grid-template-columns: 1fr;
      }
      .page-poppy-playtime-ms-delight-porn__feature-icon {
        width: 100% !important;
        height: auto !important;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
      }

      /* List item responsive requirements */
      .page-poppy-playtime-ms-delight-porn__feature-item,
      .page-poppy-playtime-ms-delight-porn__faq-item {
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-poppy-playtime-ms-delight-porn__feature-item p,
      .page-poppy-playtime-ms-delight-porn__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-poppy-playtime-ms-delight-porn__cta-title {
        font-size: 1.8em;
      }
      .page-poppy-playtime-ms-delight-porn__cta-description {
        font-size: 1em;
      }
      .page-poppy-playtime-ms-delight-porn__cta-image-wrapper {
        max-width: 100%;
      }
      .page-poppy-playtime-ms-delight-porn__cta-image {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-poppy-playtime-ms-delight-porn__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }
      .page-poppy-playtime-ms-delight-porn__faq-answer {
        padding: 0 15px;
      }
      .page-poppy-playtime-ms-delight-porn__faq-item.active .page-poppy-playtime-ms-delight-porn__faq-answer {
        padding: 15px !important;
      }
    }

    @media (max-width: 480px) {
      .page-poppy-playtime-ms-delight-porn__hero-title {
        font-size: 1.5em;
      }
      .page-poppy-playtime-ms-delight-porn__section-title {
        font-size: 1.4em;
      }
      .page-poppy-playtime-ms-delight-porn__cta-title {
        font-size: 1.5em;
      }
      .page-poppy-playtime-ms-delight-porn__feature-title {
        font-size: 1.2em;
      }
    }