.page-download-poppy-playtime-android {
      font-family: 'Arial', sans-serif;
      color: #f8f8f8;
      background-color: #1a1a1a;
      line-height: 1.6;
      padding-bottom: 50px;
    }

    .page-download-poppy-playtime-android__hero-section {
      position: relative;
      width: 100%;
      min-height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
      padding: 10px 20px 50px;
      box-sizing: border-box;
    }

    .page-download-poppy-playtime-android__hero-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
    }

    .page-download-poppy-playtime-android__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(0.5);
      max-width: 100%;
    }

    .page-download-poppy-playtime-android__hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.6);
      border-radius: 10px;
    }

    .page-download-poppy-playtime-android__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #ffcc00;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-download-poppy-playtime-android__hero-subtitle {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #e0e0e0;
    }

    .page-download-poppy-playtime-android__hero-cta-button {
      display: inline-block;
      background-color: #e60000;
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-download-poppy-playtime-android__hero-cta-button:hover {
      background-color: #cc0000;
    }

    .page-download-poppy-playtime-android__about-section,
    .page-download-poppy-playtime-android__features-section,
    .page-download-poppy-playtime-android__cta-section,
    .page-download-poppy-playtime-android__faq-section,
    .page-download-poppy-playtime-android__promo-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    .page-download-poppy-playtime-android__section-title {
      font-size: 2.2em;
      color: #ffcc00;
      text-align: center;
      margin-bottom: 40px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-download-poppy-playtime-android__content-wrapper {
      max-width: 900px;
      margin: 0 auto;
      text-align: justify;
      color: #e0e0e0;
    }

    .page-download-poppy-playtime-android__content-wrapper p {
      margin-bottom: 20px;
    }

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

    .page-download-poppy-playtime-android__feature-item {
      background-color: #2a2a2a;
      border-radius: 10px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease;
    }

    .page-download-poppy-playtime-android__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-download-poppy-playtime-android__feature-image {
      width: 100%;
      height: 250px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 20px;
      max-width: 100%;
    }

    .page-download-poppy-playtime-android__feature-title {
      font-size: 1.5em;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-download-poppy-playtime-android__feature-description {
      color: #ccc;
    }

    .page-download-poppy-playtime-android__cta-section {
      text-align: center;
      background-color: #2a2a2a;
      border-radius: 10px;
      padding: 50px 30px;
      margin-top: 50px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    }

    .page-download-poppy-playtime-android__cta-section--alt {
      background-color: #333;
    }

    .page-download-poppy-playtime-android__cta-text {
      font-size: 1.1em;
      color: #e0e0e0;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-download-poppy-playtime-android__cta-button,
    .page-download-poppy-playtime-android__promo-cta-button {
      display: inline-block;
      background-color: #007bff;
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-download-poppy-playtime-android__cta-button:hover,
    .page-download-poppy-playtime-android__promo-cta-button:hover {
      background-color: #0056b3;
    }

    .page-download-poppy-playtime-android__faq-list {
      margin-top: 40px;
    }

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

    .page-download-poppy-playtime-android__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #333;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-download-poppy-playtime-android__faq-question:hover {
      background-color: #444;
    }

    .page-download-poppy-playtime-android__faq-question-title {
      font-size: 1.2em;
      color: #ffcc00;
      margin: 0;
      pointer-events: none;
    }

    .page-download-poppy-playtime-android__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #ffcc00;
      line-height: 1;
      pointer-events: none;
      transition: transform 0.3s ease;
    }

    .page-download-poppy-playtime-android__faq-item.active .page-download-poppy-playtime-android__faq-toggle {
      transform: rotate(45deg);
    }

    .page-download-poppy-playtime-android__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      color: #ccc;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      box-sizing: border-box;
    }

    .page-download-poppy-playtime-android__faq-item.active .page-download-poppy-playtime-android__faq-answer {
      max-height: 2000px !important;
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-download-poppy-playtime-android__faq-answer p {
      margin-bottom: 0;
    }

    .page-download-poppy-playtime-android__promo-section {
      text-align: center;
      background-color: #1f1f1f;
      border-radius: 10px;
      padding: 50px 30px;
      margin-top: 50px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    }

    .page-download-poppy-playtime-android__promo-content {
      max-width: 900px;
      margin: 0 auto;
      color: #e0e0e0;
    }

    .page-download-poppy-playtime-android__promo-image {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 30px;
      max-width: 100%;
    }

    .page-download-poppy-playtime-android__promo-content p {
      margin-bottom: 20px;
    }

    @media (max-width: 768px) {
      .page-download-poppy-playtime-android__hero-title {
        font-size: 2em;
      }

      .page-download-poppy-playtime-android__hero-subtitle {
        font-size: 1em;
      }

      .page-download-poppy-playtime-android__section-title {
        font-size: 1.8em;
      }

      .page-download-poppy-playtime-android__about-section,
      .page-download-poppy-playtime-android__features-section,
      .page-download-poppy-playtime-android__cta-section,
      .page-download-poppy-playtime-android__faq-section,
      .page-download-poppy-playtime-android__promo-section {
        padding: 40px 15px;
      }

      .page-download-poppy-playtime-android__features-grid {
        grid-template-columns: 1fr;
      }

      .page-download-poppy-playtime-android__feature-item {
        width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-download-poppy-playtime-android__faq-question {
        padding: 15px 15px;
      }

      .page-download-poppy-playtime-android__faq-question-title {
        font-size: 1.1em;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-download-poppy-playtime-android__faq-toggle {
        font-size: 1.5em;
      }

      .page-download-poppy-playtime-android__faq-answer {
        padding: 0 15px;
      }

      .page-download-poppy-playtime-android__faq-item.active .page-download-poppy-playtime-android__faq-answer {
        padding: 15px 15px !important;
      }

      .page-download-poppy-playtime-android img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-download-poppy-playtime-android__hero-image,
      .page-download-poppy-playtime-android__feature-image,
      .page-download-poppy-playtime-android__promo-image {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }
    }