.page-poppy-playtime-chapter-2-mobile-app-store {font-family: 'Arial', sans-serif;color: #f0f0f0;background-color: #1a1a1a;line-height: 1.6;padding-top: 10px;}.page-poppy-playtime-chapter-2-mobile-app-store__hero-section {position: relative;display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;min-height: 500px;overflow: hidden;padding: 40px 20px;background-color: #2a2a2a;}.page-poppy-playtime-chapter-2-mobile-app-store__hero-image-wrapper {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;overflow: hidden;}.page-poppy-playtime-chapter-2-mobile-app-store__hero-image {width: 100%;height: 100%;object-fit: cover;opacity: 0.3;filter: grayscale(50%);}.page-poppy-playtime-chapter-2-mobile-app-store__hero-content {position: relative;z-index: 1;max-width: 800px;margin: 0 auto;padding: 20px;background-color: rgba(0, 0, 0, 0.6);border-radius: 10px;}.page-poppy-playtime-chapter-2-mobile-app-store__hero-title {font-size: 2.8em;margin-bottom: 20px;color: #e0e0e0;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-poppy-playtime-chapter-2-mobile-app-store__hero-description {font-size: 1.2em;margin-bottom: 30px;color: #cccccc;}.page-poppy-playtime-chapter-2-mobile-app-store__button {display: inline-block;background-color: #e63946;color: #ffffff;padding: 15px 30px;border-radius: 8px;text-decoration: none;font-weight: bold;font-size: 1.1em;transition: background-color 0.3s ease, transform 0.2s ease;border: none;cursor: pointer;}.page-poppy-playtime-chapter-2-mobile-app-store__button:hover {background-color: #c02935;transform: translateY(-2px);}.page-poppy-playtime-chapter-2-mobile-app-store__button--secondary {background-color: #4a4a4a;}.page-poppy-playtime-chapter-2-mobile-app-store__button--secondary:hover {background-color: #3a3a3a;}.page-poppy-playtime-chapter-2-mobile-app-store__section-title {font-size: 2.2em;color: #e0e0e0;text-align: center;margin: 60px 20px 40px;position: relative;padding-bottom: 10px;}.page-poppy-playtime-chapter-2-mobile-app-store__section-title::after {content: '';position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);width: 80px;height: 4px;background-color: #e63946;border-radius: 2px;}.page-poppy-playtime-chapter-2-mobile-app-store__features-section {padding: 40px 20px;background-color: #1a1a1a;text-align: center;}.page-poppy-playtime-chapter-2-mobile-app-store__features-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;max-width: 1200px;margin: 0 auto;}.page-poppy-playtime-chapter-2-mobile-app-store__feature-item {background-color: #2a2a2a;padding: 30px;border-radius: 10px;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);transition: transform 0.3s ease, box-shadow 0.3s ease;box-sizing: border-box;}.page-poppy-playtime-chapter-2-mobile-app-store__feature-item:hover {transform: translateY(-5px);box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);}.page-poppy-playtime-chapter-2-mobile-app-store__feature-icon {width: 150px;height: 150px;object-fit: contain;margin-bottom: 20px;border-radius: 8px;background-color: #3a3a3a;padding: 10px;}.page-poppy-playtime-chapter-2-mobile-app-store__feature-title {font-size: 1.5em;color: #e0e0e0;margin-bottom: 15px;}.page-poppy-playtime-chapter-2-mobile-app-store__feature-description {color: #cccccc;font-size: 1em;}.page-poppy-playtime-chapter-2-mobile-app-store__cta-wrapper {margin-top: 50px;text-align: center;}.page-poppy-playtime-chapter-2-mobile-app-store__download-guide-section {padding: 40px 20px;background-color: #222222;}.page-poppy-playtime-chapter-2-mobile-app-store__guide-steps {display: flex;justify-content: center;gap: 30px;flex-wrap: wrap;max-width: 1000px;margin: 0 auto;}.page-poppy-playtime-chapter-2-mobile-app-store__guide-step {background-color: #2a2a2a;padding: 30px;border-radius: 10px;text-align: center;flex: 1;min-width: 280px;max-width: 350px;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);box-sizing: border-box;}.page-poppy-playtime-chapter-2-mobile-app-store__step-number {display: inline-flex;align-items: center;justify-content: center;width: 50px;height: 50px;border-radius: 50%;background-color: #e63946;color: #ffffff;font-size: 1.8em;font-weight: bold;margin-bottom: 20px;box-shadow: 0 0 10px rgba(230, 57, 70, 0.5);}.page-poppy-playtime-chapter-2-mobile-app-store__step-title {font-size: 1.4em;color: #e0e0e0;margin-bottom: 15px;}.page-poppy-playtime-chapter-2-mobile-app-store__step-description {color: #cccccc;font-size: 0.95em;}.page-poppy-playtime-chapter-2-mobile-app-store__faq-section {padding: 40px 20px;background-color: #1a1a1a;}.page-poppy-playtime-chapter-2-mobile-app-store__faq-container {max-width: 800px;margin: 0 auto;}.page-poppy-playtime-chapter-2-mobile-app-store__faq-item {background-color: #2a2a2a;margin-bottom: 15px;border-radius: 8px;overflow: hidden;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);}.page-poppy-playtime-chapter-2-mobile-app-store__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 20px;cursor: pointer;background-color: #3a3a3a;color: #e0e0e0;font-size: 1.1em;font-weight: bold;transition: background-color 0.3s ease;user-select: none;}.page-poppy-playtime-chapter-2-mobile-app-store__faq-question:hover {background-color: #4a4a4a;}.page-poppy-playtime-chapter-2-mobile-app-store__faq-title {margin: 0;flex-grow: 1;pointer-events: none;}.page-poppy-playtime-chapter-2-mobile-app-store__faq-toggle {font-size: 1.5em;margin-left: 15px;transition: transform 0.3s ease;pointer-events: none;}.page-poppy-playtime-chapter-2-mobile-app-store__faq-item.active .page-poppy-playtime-chapter-2-mobile-app-store__faq-toggle {transform: rotate(45deg);}.page-poppy-playtime-chapter-2-mobile-app-store__faq-answer {max-height: 0;overflow: hidden;padding: 0 20px;background-color: #222222;color: #cccccc;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;opacity: 0;}.page-poppy-playtime-chapter-2-mobile-app-store__faq-item.active .page-poppy-playtime-chapter-2-mobile-app-store__faq-answer {max-height: 2000px !important;padding: 20px !important;opacity: 1;}.page-poppy-playtime-chapter-2-mobile-app-store__faq-answer p {margin: 0;}@media (max-width: 768px) {.page-poppy-playtime-chapter-2-mobile-app-store__hero-title {font-size: 2em;}.page-poppy-playtime-chapter-2-mobile-app-store__hero-description {font-size: 1em;}.page-poppy-playtime-chapter-2-mobile-app-store__section-title {font-size: 1.8em;margin: 40px 15px 30px;}.page-poppy-playtime-chapter-2-mobile-app-store__features-grid {grid-template-columns: 1fr;padding: 0 15px;}.page-poppy-playtime-chapter-2-mobile-app-store__feature-item {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;padding: 20px;}.page-poppy-playtime-chapter-2-mobile-app-store__feature-icon {width: 120px;height: 120px;}.page-poppy-playtime-chapter-2-mobile-app-store__guide-steps {flex-direction: column;padding: 0 15px;}.page-poppy-playtime-chapter-2-mobile-app-store__guide-step {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;padding: 20px;}.page-poppy-playtime-chapter-2-mobile-app-store__faq-question {padding: 15px;font-size: 1em;}.page-poppy-playtime-chapter-2-mobile-app-store__faq-answer {padding: 0 15px;}.page-poppy-playtime-chapter-2-mobile-app-store__faq-item.active .page-poppy-playtime-chapter-2-mobile-app-store__faq-answer {padding: 15px !important;}.page-poppy-playtime-chapter-2-mobile-app-store__hero-image,.page-poppy-playtime-chapter-2-mobile-app-store__feature-icon {max-width: 100% !important;height: auto !important;box-sizing: border-box !important;overflow: hidden !important;}.page-poppy-playtime-chapter-2-mobile-app-store__hero-image-wrapper,.page-poppy-playtime-chapter-2-mobile-app-store__feature-item {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;overflow: hidden !important;}.page-poppy-playtime-chapter-2-mobile-app-store__faq-container {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;padding: 0 10px;}.page-poppy-playtime-chapter-2-mobile-app-store__faq-item {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-poppy-playtime-chapter-2-mobile-app-store__faq-answer p {word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}}.page-poppy-playtime-chapter-2-mobile-app-store__hero-title,.page-poppy-playtime-chapter-2-mobile-app-store__hero-description,.page-poppy-playtime-chapter-2-mobile-app-store__section-title,.page-poppy-playtime-chapter-2-mobile-app-store__feature-title,.page-poppy-playtime-chapter-2-mobile-app-store__feature-description,.page-poppy-playtime-chapter-2-mobile-app-store__step-title,.page-poppy-playtime-chapter-2-mobile-app-store__step-description,.page-poppy-playtime-chapter-2-mobile-app-store__faq-question,.page-poppy-playtime-chapter-2-mobile-app-store__faq-answer {color: #f0f0f0;}.page-poppy-playtime-chapter-2-mobile-app-store__button {background-color: #e63946;color: #ffffff;}.page-poppy-playtime-chapter-2-mobile-app-store__button--secondary {background-color: #4a4a4a;color: #ffffff;}