:root { --primary-color: #FFD700; /* Gold/Yellow */ --secondary-color: #2E8B57; /* Sea Green */ --text-color: #E0E0E0; /* Light Grey */ --background-color: #1a1a1a; /* Dark Grey */ --card-background: #282828; /* Slightly lighter dark grey */ --border-color: #444444; --button-hover-color: #FFC107; --font-family: 'Arial', sans-serif; --header-offset: 122px; /* Fallback, assuming shared.css handles body padding-top */}.page-poppy-playtime-chapter-2-download-link { font-family: var(--font-family); color: var(--text-color); background-color: var(--background-color); line-height: 1.6; overflow-x: hidden; /* Prevent horizontal scroll */ padding-top: 10px; /* Small top padding, relying on body for header offset */}.page-poppy-playtime-chapter-2-download-link__container { max-width: 1200px; margin: 0 auto; padding: 20px;}.page-poppy-playtime-chapter-2-download-link__hero-section { position: relative; width: 100%; height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding: 20px; /* Small padding on top, relying on body for header offset */}.page-poppy-playtime-chapter-2-download-link__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;}.page-poppy-playtime-chapter-2-download-link__hero-image { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.5); /* Darken image for readability, allowed as it doesn't change color hue */}.page-poppy-playtime-chapter-2-download-link__hero-content { position: relative; z-index: 2; max-width: 800px; padding: 20px; background: rgba(0, 0, 0, 0.6); border-radius: 10px;}.page-poppy-playtime-chapter-2-download-link__hero-title { font-size: 3em; margin-bottom: 20px; color: var(--primary-color); text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-poppy-playtime-chapter-2-download-link__hero-description { font-size: 1.2em; margin-bottom: 30px; color: var(--text-color);}.page-poppy-playtime-chapter-2-download-link__cta-button { display: inline-block; background-color: var(--primary-color); color: var(--background-color); padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease;}.page-poppy-playtime-chapter-2-download-link__cta-button:hover { background-color: var(--button-hover-color);}.page-poppy-playtime-chapter-2-download-link__section-title { font-size: 2.5em; color: var(--primary-color); text-align: center; margin-bottom: 40px; padding-top: 40px;}.page-poppy-playtime-chapter-2-download-link__about-section,.page-poppy-playtime-chapter-2-download-link__download-guide-section,.page-poppy-playtime-chapter-2-download-link__why-play-section,.page-poppy-playtime-chapter-2-download-link__faq-section,.page-poppy-playtime-chapter-2-download-link__cta-bottom-section { padding: 60px 0; border-bottom: 1px solid var(--border-color);}.page-poppy-playtime-chapter-2-download-link__text-content { font-size: 1.1em; margin-bottom: 30px; text-align: justify;}.page-poppy-playtime-chapter-2-download-link__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px;}.page-poppy-playtime-chapter-2-download-link__feature-item { background-color: var(--card-background); padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; align-items: center; justify-content: flex-start;}.page-poppy-playtime-chapter-2-download-link__feature-icon { width: 200px; /* Min size */ height: auto; max-width: 100%; margin-bottom: 20px; border-radius: 5px; object-fit: cover;}.page-poppy-playtime-chapter-2-download-link__feature-title { font-size: 1.5em; color: var(--primary-color); margin-bottom: 10px;}.page-poppy-playtime-chapter-2-download-link__feature-description { font-size: 0.95em; color: var(--text-color);}.page-poppy-playtime-chapter-2-download-link__steps-list { display: flex; flex-direction: column; gap: 30px; margin-top: 40px;}.page-poppy-playtime-chapter-2-download-link__step-item { display: flex; align-items: flex-start; background-color: var(--card-background); padding: 25px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);}.page-poppy-playtime-chapter-2-download-link__step-number { background-color: var(--secondary-color); color: var(--background-color); border-radius: 50%; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 1.5em; font-weight: bold; margin-right: 20px; flex-shrink: 0;}.page-poppy-playtime-chapter-2-download-link__step-content { flex-grow: 1;}.page-poppy-playtime-chapter-2-download-link__step-title { font-size: 1.4em; color: var(--primary-color); margin-bottom: 10px;}.page-poppy-playtime-chapter-2-download-link__step-description { font-size: 1em; color: var(--text-color);}.page-poppy-playtime-chapter-2-download-link__center-button { text-align: center; margin-top: 40px;}.page-poppy-playtime-chapter-2-download-link__image-text-layout { display: flex; gap: 40px; align-items: center; margin-top: 40px;}.page-poppy-playtime-chapter-2-download-link__layout-image { flex: 1; max-width: 50%; height: auto; border-radius: 8px; object-fit: cover; min-width: 200px; /* Enforce min image size */ min-height: 200px;}.page-poppy-playtime-chapter-2-download-link__layout-content { flex: 1;}.page-poppy-playtime-chapter-2-download-link__layout-title { font-size: 1.5em; color: var(--primary-color); margin-top: 20px; margin-bottom: 10px;}.page-poppy-playtime-chapter-2-download-link__layout-description { font-size: 1em; margin-bottom: 20px;}/* FAQ Section Styling */.page-poppy-playtime-chapter-2-download-link__faq-list { margin-top: 30px;}.page-poppy-playtime-chapter-2-download-link__faq-item { background-color: var(--card-background); margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);}.page-poppy-playtime-chapter-2-download-link__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #333; color: var(--primary-color); font-size: 1.2em; font-weight: bold; user-select: none; transition: background-color 0.3s ease;}.page-poppy-playtime-chapter-2-download-link__faq-question:hover { background-color: #444;}.page-poppy-playtime-chapter-2-download-link__faq-question h3 { margin: 0; color: inherit; pointer-events: none; /* Prevent h3 from blocking click event */}.page-poppy-playtime-chapter-2-download-link__faq-toggle { font-size: 1.5em; line-height: 1; transition: transform 0.3s ease; pointer-events: none; /* Prevent toggle from blocking click event */}.page-poppy-playtime-chapter-2-download-link__faq-item.active .page-poppy-playtime-chapter-2-download-link__faq-toggle { transform: rotate(45deg); /* Change '+' to 'x' visually */}.page-poppy-playtime-chapter-2-download-link__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: var(--text-color);}.page-poppy-playtime-chapter-2-download-link__faq-item.active .page-poppy-playtime-chapter-2-download-link__faq-answer { max-height: 2000px !important; /* Sufficiently large value */ padding: 20px !important; opacity: 1;}.page-poppy-playtime-chapter-2-download-link__faq-answer p { margin: 0;}/* Responsive Design */@media (max-width: 992px) { .page-poppy-playtime-chapter-2-download-link__hero-title { font-size: 2.5em; } .page-poppy-playtime-chapter-2-download-link__section-title { font-size: 2em; } .page-poppy-playtime-chapter-2-download-link__image-text-layout { flex-direction: column; } .page-poppy-playtime-chapter-2-download-link__layout-image { max-width: 100%; }}@media (max-width: 768px) { .page-poppy-playtime-chapter-2-download-link__hero-section { height: 500px; padding: 15px; } .page-poppy-playtime-chapter-2-download-link__hero-title { font-size: 2em; } .page-poppy-playtime-chapter-2-download-link__hero-description { font-size: 1em; } .page-poppy-playtime-chapter-2-download-link__cta-button { padding: 12px 25px; font-size: 1em; } .page-poppy-playtime-chapter-2-download-link__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-poppy-playtime-chapter-2-download-link__about-section, .page-poppy-playtime-chapter-2-download-link__download-guide-section, .page-poppy-playtime-chapter-2-download-link__why-play-section, .page-poppy-playtime-chapter-2-download-link__faq-section, .page-poppy-playtime-chapter-2-download-link__cta-bottom-section { padding: 40px 0; } .page-poppy-playtime-chapter-2-download-link__container { padding: 15px; } .page-poppy-playtime-chapter-2-download-link__feature-item { padding: 20px; } .page-poppy-playtime-chapter-2-download-link__feature-icon { width: 250px; /* Keep minimum size */ } .page-poppy-playtime-chapter-2-download-link__feature-title { font-size: 1.3em; } .page-poppy-playtime-chapter-2-download-link__step-item { flex-direction: column; align-items: center; text-align: center; padding: 20px; } .page-poppy-playtime-chapter-2-download-link__step-number { margin-right: 0; margin-bottom: 15px; } .page-poppy-playtime-chapter-2-download-link__step-title { font-size: 1.2em; } .page-poppy-playtime-chapter-2-download-link__layout-title { font-size: 1.3em; } /* List item responsive rules */ .page-poppy-playtime-chapter-2-download-link__features-grid, .page-poppy-playtime-chapter-2-download-link__steps-list, .page-poppy-playtime-chapter-2-download-link__faq-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-poppy-playtime-chapter-2-download-link__feature-item, .page-poppy-playtime-chapter-2-download-link__step-item, .page-poppy-playtime-chapter-2-download-link__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !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-poppy-playtime-chapter-2-download-link__faq-answer { padding: 0 15px !important; /* Adjust padding for mobile */ } .page-poppy-playtime-chapter-2-download-link__faq-item.active .page-poppy-playtime-chapter-2-download-link__faq-answer { padding: 15px !important; /* Adjust padding for mobile */ }}@media (max-width: 480px) { .page-poppy-playtime-chapter-2-download-link__hero-section { height: 400px; } .page-poppy-playtime-chapter-2-download-link__hero-title { font-size: 1.8em; } .page-poppy-playtime-chapter-2-download-link__hero-description { font-size: 0.9em; } .page-poppy-playtime-chapter-2-download-link__cta-button { padding: 10px 20px; font-size: 0.9em; } .page-poppy-playtime-chapter-2-download-link__section-title { font-size: 1.5em; } .page-poppy-playtime-chapter-2-download-link__faq-question { font-size: 1em; padding: 12px 15px; } .page-poppy-playtime-chapter-2-download-link__faq-toggle { font-size: 1.2em; }}