.page-prototype-poppy-playtime-chapter5 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: 10px; } @supports not (padding-top: var(--header-offset)) { .page-prototype-poppy-playtime-chapter5 { padding-top: var(--header-offset, 122px); } } .page-prototype-poppy-playtime-chapter5__hero-section { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 40px 20px; background-color: #1a1a1a; color: #fff; position: relative; overflow: hidden; margin-bottom: 40px; } .page-prototype-poppy-playtime-chapter5__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; opacity: 0.3; overflow: hidden; } .page-prototype-poppy-playtime-chapter5__hero-image { width: 100%; height: 100%; object-fit: cover; display: block; } .page-prototype-poppy-playtime-chapter5__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; } .page-prototype-poppy-playtime-chapter5__hero-title { font-size: 2.8em; margin-bottom: 20px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-prototype-poppy-playtime-chapter5__hero-description { font-size: 1.2em; margin-bottom: 30px; color: #e0e0e0; } .page-prototype-poppy-playtime-chapter5__hero-button, .page-prototype-poppy-playtime-chapter5__cta-button { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-prototype-poppy-playtime-chapter5__hero-button:hover, .page-prototype-poppy-playtime-chapter5__cta-button:hover { background-color: #e6b800; transform: translateY(-2px); } .page-prototype-poppy-playtime-chapter5__section-title { font-size: 2.2em; color: #333; text-align: center; margin-bottom: 30px; padding: 0 15px; } .page-prototype-poppy-playtime-chapter5__game-overview-section, .page-prototype-poppy-playtime-chapter5__phjl-connect-section, .page-prototype-poppy-playtime-chapter5__faq-section, .page-prototype-poppy-playtime-chapter5__cta-final-section { padding: 40px 20px; max-width: 1200px; margin: 0 auto 40px auto; background-color: #fff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); } .page-prototype-poppy-playtime-chapter5__overview-content, .page-prototype-poppy-playtime-chapter5__phjl-content { max-width: 900px; margin: 0 auto; text-align: left; } .page-prototype-poppy-playtime-chapter5__overview-text, .page-prototype-poppy-playtime-chapter5__phjl-description { margin-bottom: 20px; font-size: 1.1em; color: #555; } .page-prototype-poppy-playtime-chapter5__features-list { list-style: none; padding: 0; margin: 30px 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; } .page-prototype-poppy-playtime-chapter5__feature-item { background-color: #f1f1f1; padding: 20px; border-left: 5px solid #ffcc00; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; box-sizing: border-box; } .page-prototype-poppy-playtime-chapter5__feature-item:hover { transform: translateY(-5px); } .page-prototype-poppy-playtime-chapter5__feature-item strong { color: #1a1a1a; font-size: 1.1em; display: block; margin-bottom: 5px; } .page-prototype-poppy-playtime-chapter5__image-container { text-align: center; margin: 30px 0; } .page-prototype-poppy-playtime-chapter5__overview-image { max-width: 100%; height: auto; border-radius: 12px; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); display: block; margin: 0 auto; } .page-prototype-poppy-playtime-chapter5__phjl-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; margin-bottom: 40px; } .page-prototype-poppy-playtime-chapter5__feature-card { background-color: #f9f9f9; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); padding: 25px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-prototype-poppy-playtime-chapter5__feature-card:hover { transform: translateY(-8px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); } .page-prototype-poppy-playtime-chapter5__feature-card-image { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto; } .page-prototype-poppy-playtime-chapter5__feature-card-title { font-size: 1.4em; color: #1a1a1a; margin-bottom: 10px; } .page-prototype-poppy-playtime-chapter5__feature-card-text { color: #666; font-size: 0.95em; } .page-prototype-poppy-playtime-chapter5__cta-final-section { text-align: center; background-color: #1a1a1a; color: #fff; padding: 60px 20px; } .page-prototype-poppy-playtime-chapter5__cta-final-section .page-prototype-poppy-playtime-chapter5__section-title { color: #ffcc00; margin-bottom: 25px; } .page-prototype-poppy-playtime-chapter5__cta-description { font-size: 1.2em; max-width: 800px; margin: 0 auto 40px auto; color: #e0e0e0; } .page-prototype-poppy-playtime-chapter5__cta-button--large { padding: 18px 35px; font-size: 1.2em; } .page-prototype-poppy-playtime-chapter5__faq-container { max-width: 900px; margin: 0 auto; } .page-prototype-poppy-playtime-chapter5__faq-item { border: 1px solid #eee; border-radius: 8px; margin-bottom: 15px; overflow: hidden; background-color: #fdfdfd; } .page-prototype-poppy-playtime-chapter5__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; background-color: #fff; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-prototype-poppy-playtime-chapter5__faq-question:hover { background-color: #f0f0f0; } .page-prototype-poppy-playtime-chapter5__faq-question-title { font-size: 1.15em; color: #333; margin: 0; pointer-events: none; } .page-prototype-poppy-playtime-chapter5__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-prototype-poppy-playtime-chapter5__faq-item.active .page-prototype-poppy-playtime-chapter5__faq-toggle { transform: rotate(45deg); } .page-prototype-poppy-playtime-chapter5__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; } .page-prototype-poppy-playtime-chapter5__faq-item.active .page-prototype-poppy-playtime-chapter5__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-prototype-poppy-playtime-chapter5__faq-answer p { margin: 0; color: #666; font-size: 1em; } .text-highlight { color: #ffcc00; font-weight: bold; } @media (max-width: 768px) { .page-prototype-poppy-playtime-chapter5__hero-title { font-size: 2em; } .page-prototype-poppy-playtime-chapter5__hero-description { font-size: 1em; } .page-prototype-poppy-playtime-chapter5__hero-section { padding: 30px 15px; } .page-prototype-poppy-playtime-chapter5__section-title { font-size: 1.8em; margin-bottom: 25px; } .page-prototype-poppy-playtime-chapter5__game-overview-section, .page-prototype-poppy-playtime-chapter5__phjl-connect-section, .page-prototype-poppy-playtime-chapter5__faq-section, .page-prototype-poppy-playtime-chapter5__cta-final-section { padding: 30px 15px; margin-bottom: 30px; } .page-prototype-poppy-playtime-chapter5__features-list { grid-template-columns: 1fr; gap: 15px; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-prototype-poppy-playtime-chapter5__feature-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; } .page-prototype-poppy-playtime-chapter5__phjl-features { grid-template-columns: 1fr; gap: 20px; } .page-prototype-poppy-playtime-chapter5__feature-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 20px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-prototype-poppy-playtime-chapter5__overview-image, .page-prototype-poppy-playtime-chapter5__feature-card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; overflow: hidden !important; } .page-prototype-poppy-playtime-chapter5__faq-question { padding: 15px 15px; } .page-prototype-poppy-playtime-chapter5__faq-question-title { font-size: 1em; } .page-prototype-poppy-playtime-chapter5__faq-answer { padding: 15px !important; } .page-prototype-poppy-playtime-chapter5__cta-description { font-size: 1.1em; } .page-prototype-poppy-playtime-chapter5__hero-button, .page-prototype-poppy-playtime-chapter5__cta-button { padding: 12px 25px; font-size: 1em; } }