body { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-chapter-2-poppy-playtime-download__hero-section { position: relative; width: 100%; height: 60vh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; color: #fff; padding-top: 10px; box-sizing: border-box; } .page-chapter-2-poppy-playtime-download__hero-image-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; } .page-chapter-2-poppy-playtime-download__hero-image { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.6); } .page-chapter-2-poppy-playtime-download__hero-content { position: relative; z-index: 2; max-width: 800px; padding: 20px; background-color: rgba(0, 0, 0, 0.4); border-radius: 8px; } .page-chapter-2-poppy-playtime-download__hero-title { font-size: 2.8em; margin-bottom: 15px; color: #fff; text-shadow: 2px 2px 4px rgba(0,0,0,0.7); } .page-chapter-2-poppy-playtime-download__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; color: #e0e0e0; } .page-chapter-2-poppy-playtime-download__cta-button { display: inline-block; background-color: #e63946; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; font-size: 1em; } .page-chapter-2-poppy-playtime-download__cta-button:hover { background-color: #c02d38; } .page-chapter-2-poppy-playtime-download__cta-button--secondary { background-color: #4a4e69; margin-left: 15px; } .page-chapter-2-poppy-playtime-download__cta-button--secondary:hover { background-color: #3b3e52; } .page-chapter-2-poppy-playtime-download__section-title { text-align: center; font-size: 2em; color: #2c3e50; margin-bottom: 40px; margin-top: 60px; position: relative; } .page-chapter-2-poppy-playtime-download__section-title::after { content: ''; position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%); width: 60px; height: 4px; background-color: #e63946; border-radius: 2px; } .page-chapter-2-poppy-playtime-download__about-game-section, .page-chapter-2-poppy-playtime-download__download-guide-section, .page-chapter-2-poppy-playtime-download__jili58-connection-section, .page-chapter-2-poppy-playtime-download__faq-section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; background-color: #fff; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); margin-bottom: 30px; } .page-chapter-2-poppy-playtime-download__content-wrapper { display: flex; align-items: center; gap: 30px; margin-bottom: 30px; } .page-chapter-2-poppy-playtime-download__content-wrapper:nth-of-type(even) { flex-direction: row-reverse; } .page-chapter-2-poppy-playtime-download__content-image { flex: 1; max-width: 50%; height: auto; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .page-chapter-2-poppy-playtime-download__text-content { flex: 1; max-width: 50%; } .page-chapter-2-poppy-playtime-download__text-content p { margin-bottom: 15px; color: #555; } .page-chapter-2-poppy-playtime-download__steps-container { display: flex; justify-content: space-around; gap: 20px; flex-wrap: wrap; margin-bottom: 40px; } .page-chapter-2-poppy-playtime-download__step-item { flex: 1; min-width: 280px; max-width: 350px; background-color: #f0f0f0; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; box-sizing: border-box; } .page-chapter-2-poppy-playtime-download__step-item:hover { transform: translateY(-5px); } .page-chapter-2-poppy-playtime-download__step-title { font-size: 1.3em; color: #e63946; margin-bottom: 10px; } .page-chapter-2-poppy-playtime-download__step-description { color: #666; } .page-chapter-2-poppy-playtime-download__download-cta { text-align: center; margin-top: 20px; } .page-chapter-2-poppy-playtime-download__cta-button--large { padding: 15px 35px; font-size: 1.2em; } /* FAQ Section */ .page-chapter-2-poppy-playtime-download__faq-list { margin-top: 30px; } .page-chapter-2-poppy-playtime-download__faq-item { background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } .page-chapter-2-poppy-playtime-download__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #eee; border-bottom: 1px solid #ddd; transition: background-color 0.3s ease; user-select: none; } .page-chapter-2-poppy-playtime-download__faq-question:hover { background-color: #e0e0e0; } .page-chapter-2-poppy-playtime-download__faq-title { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; } .page-chapter-2-poppy-playtime-download__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e63946; transition: transform 0.3s ease; pointer-events: none; } .page-chapter-2-poppy-playtime-download__faq-item.active .page-chapter-2-poppy-playtime-download__faq-toggle { transform: rotate(45deg); } .page-chapter-2-poppy-playtime-download__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; color: #555; } .page-chapter-2-poppy-playtime-download__faq-item.active .page-chapter-2-poppy-playtime-download__faq-answer { max-height: 2000px !important; padding: 20px 20px !important; opacity: 1; } /* Responsive Design */ @media (max-width: 1024px) { .page-chapter-2-poppy-playtime-download__hero-title { font-size: 2.2em; } .page-chapter-2-poppy-playtime-download__hero-subtitle { font-size: 1.1em; } .page-chapter-2-poppy-playtime-download__content-wrapper { flex-direction: column; text-align: center; } .page-chapter-2-poppy-playtime-download__content-wrapper:nth-of-type(even) { flex-direction: column; } .page-chapter-2-poppy-playtime-download__content-image, .page-chapter-2-poppy-playtime-download__text-content { max-width: 100%; flex: none; } .page-chapter-2-poppy-playtime-download__text-content { margin-top: 20px; } } @media (max-width: 768px) { .page-chapter-2-poppy-playtime-download__hero-section { height: 50vh; } .page-chapter-2-poppy-playtime-download__hero-title { font-size: 1.8em; } .page-chapter-2-poppy-playtime-download__hero-subtitle { font-size: 1em; } .page-chapter-2-poppy-playtime-download__cta-button { padding: 10px 20px; font-size: 0.9em; } .page-chapter-2-poppy-playtime-download__cta-button--secondary { margin-left: 10px; } .page-chapter-2-poppy-playtime-download__section-title { font-size: 1.8em; margin-top: 40px; margin-bottom: 30px; } .page-chapter-2-poppy-playtime-download__about-game-section, .page-chapter-2-poppy-playtime-download__download-guide-section, .page-chapter-2-poppy-playtime-download__jili58-connection-section, .page-chapter-2-poppy-playtime-download__faq-section { padding: 30px 15px; margin-bottom: 20px; } .page-chapter-2-poppy-playtime-download__steps-container { flex-direction: column; align-items: center; gap: 15px; } .page-chapter-2-poppy-playtime-download__step-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 20px !important; margin-left: 0 !important; margin-right: 0 !important; } .page-chapter-2-poppy-playtime-download__step-description { word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-chapter-2-poppy-playtime-download__faq-question, .page-chapter-2-poppy-playtime-download__faq-answer { padding-left: 15px !important; padding-right: 15px !important; } .page-chapter-2-poppy-playtime-download__faq-item.active .page-chapter-2-poppy-playtime-download__faq-answer { padding: 15px 15px !important; } .page-chapter-2-poppy-playtime-download__content-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } @media (max-width: 480px) { .page-chapter-2-poppy-playtime-download__hero-title { font-size: 1.5em; } .page-chapter-2-poppy-playtime-download__hero-subtitle { font-size: 0.9em; } .page-chapter-2-poppy-playtime-download__cta-button { width: 100%; margin-bottom: 10px; margin-left: 0; } .page-chapter-2-poppy-playtime-download__cta-button--secondary { margin-left: 0; } .page-chapter-2-poppy-playtime-download__section-title { font-size: 1.5em; } }