/* CSS for Playtime Poppy Chapter 5 Page */.page-playtime-poppy-chapter-5 {font-family: 'Arial', sans-serif;color: #333;line-height: 1.6;background-color: #f9f9f9;}.page-playtime-poppy-chapter-5__hero-section {position: relative;width: 100%;height: 60vh;min-height: 400px;display: flex;align-items: center;justify-content: center;text-align: center;color: #fff;overflow: hidden;padding-top: 10px; /* Account for fixed header, small top padding */}.page-playtime-poppy-chapter-5__hero-background {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: -1;}.page-playtime-poppy-chapter-5__hero-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));z-index: -1;}.page-playtime-poppy-chapter-5__hero-content {max-width: 900px;padding: 20px;z-index: 1;}.page-playtime-poppy-chapter-5__hero-title {font-size: 3em;margin-bottom: 15px;color: #ffcc00;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-playtime-poppy-chapter-5__hero-subtitle {font-size: 1.2em;margin-bottom: 30px;}.page-playtime-poppy-chapter-5__button {display: inline-block;background-color: #ffcc00;color: #333;padding: 12px 25px;border-radius: 5px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease, transform 0.3s ease;}.page-playtime-poppy-chapter-5__button:hover {background-color: #e6b800;transform: translateY(-2px);}.page-playtime-poppy-chapter-5__section {padding: 60px 20px;max-width: 1200px;margin: 0 auto;}.page-playtime-poppy-chapter-5__section:nth-of-type(even) {background-color: #fff;}.page-playtime-poppy-chapter-5__section-title {font-size: 2.5em;color: #222;text-align: center;margin-bottom: 40px;}.page-playtime-poppy-chapter-5__content-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;}.page-playtime-poppy-chapter-5__text-block {text-align: left;}.page-playtime-poppy-chapter-5__image-container {text-align: center;}.page-playtime-poppy-chapter-5__image {max-width: 100%;height: auto;border-radius: 8px;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);}.page-playtime-poppy-chapter-5__features-list {list-style: none;padding: 0;margin: 0;}.page-playtime-poppy-chapter-5__features-item {background-color: #fff;padding: 20px;margin-bottom: 15px;border-left: 5px solid #ffcc00;border-radius: 5px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);}.page-playtime-poppy-chapter-5__features-item strong {color: #ffcc00;}.page-playtime-poppy-chapter-5__payment-logos {display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;margin-top: 30px;}.page-playtime-poppy-chapter-5__payment-logo {max-width: 120px;height: auto;}.page-playtime-poppy-chapter-5__steps {display: flex;flex-direction: column;gap: 30px;}.page-playtime-poppy-chapter-5__step-item {background-color: #fff;padding: 30px;border-radius: 8px;box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);text-align: center;}.page-playtime-poppy-chapter-5__step-number {font-size: 2.5em;color: #ffcc00;font-weight: bold;margin-bottom: 10px;}.page-playtime-poppy-chapter-5__step-title {font-size: 1.5em;margin-bottom: 10px;}.page-playtime-poppy-chapter-5__faq-section {background-color: #f0f0f0;}.page-playtime-poppy-chapter-5__faq-item {margin-bottom: 15px;border: 1px solid #ddd;border-radius: 8px;overflow: hidden;}.page-playtime-poppy-chapter-5__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 15px 20px;background-color: #fff;cursor: pointer;font-weight: bold;color: #333;transition: background-color 0.3s ease;}.page-playtime-poppy-chapter-5__faq-question:hover {background-color: #f5f5f5;}.page-playtime-poppy-chapter-5__faq-question h3 {margin: 0;font-size: 1.1em;pointer-events: none; /* Prevent h3 from blocking click event */}.page-playtime-poppy-chapter-5__faq-toggle {font-size: 1.5em;line-height: 1;pointer-events: none; /* Prevent toggle from blocking click event */color: #ffcc00;}.page-playtime-poppy-chapter-5__faq-answer {max-height: 0;overflow: hidden;padding: 0 20px;background-color: #fff;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;opacity: 0;}.page-playtime-poppy-chapter-5__faq-item.active .page-playtime-poppy-chapter-5__faq-answer {max-height: 2000px !important;padding: 20px 20px !important;opacity: 1;}.page-playtime-poppy-chapter-5__cta-section {text-align: center;background-color: #222;color: #fff;}.page-playtime-poppy-chapter-5__cta-title {color: #ffcc00;}.page-playtime-poppy-chapter-5__cta-text {margin-bottom: 30px;font-size: 1.1em;}/* Responsive adjustments */@media (max-width: 768px) {.page-playtime-poppy-chapter-5__hero-section {height: 70vh;min-height: 350px;}.page-playtime-poppy-chapter-5__hero-title {font-size: 2.2em;}.page-playtime-poppy-chapter-5__hero-subtitle {font-size: 1em;}.page-playtime-poppy-chapter-5__button {padding: 10px 20px;font-size: 0.9em;}.page-playtime-poppy-chapter-5__section {padding: 40px 15px;}.page-playtime-poppy-chapter-5__section-title {font-size: 2em;margin-bottom: 30px;}.page-playtime-poppy-chapter-5__content-grid {grid-template-columns: 1fr;}.page-playtime-poppy-chapter-5__image {max-width: 100% !important;height: auto !important;box-sizing: border-box !important;}.page-playtime-poppy-chapter-5__image-container {width: 100% !important;max-width: 100% !important;overflow: hidden !important;box-sizing: border-box !important;}.page-playtime-poppy-chapter-5__features-list {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;padding: 0 !important;margin-left: 0 !important;margin-right: 0 !important;}.page-playtime-poppy-chapter-5__features-item {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;padding: 15px !important;margin-left: 0 !important;margin-right: 0 !important;word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}.page-playtime-poppy-chapter-5__payment-logo {max-width: 100px;}.page-playtime-poppy-chapter-5__step-number {font-size: 2em;}.page-playtime-poppy-chapter-5__step-title {font-size: 1.3em;}.page-playtime-poppy-chapter-5__faq-question {padding: 12px 15px;}.page-playtime-poppy-chapter-5__faq-question h3 {font-size: 1em;}.page-playtime-poppy-chapter-5__faq-answer {padding: 0 15px;}.page-playtime-poppy-chapter-5__faq-item.active .page-playtime-poppy-chapter-5__faq-answer {padding: 15px 15px !important;}.page-playtime-poppy-chapter-5__cta-title {font-size: 2em;}}