.page-villain-in-poppy-playtime-chapter-2 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; overflow-x: hidden; padding-top: 10px; } .page-villain-in-poppy-playtime-chapter-2__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-villain-in-poppy-playtime-chapter-2__hero-section { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; min-height: 500px; padding: 60px 20px; background-color: #2a2a2a; overflow: hidden; color: #ffffff; } .page-villain-in-poppy-playtime-chapter-2__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 1; } .page-villain-in-poppy-playtime-chapter-2__hero-image { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.4); } .page-villain-in-poppy-playtime-chapter-2__hero-content { position: relative; z-index: 2; max-width: 800px; } .page-villain-in-poppy-playtime-chapter-2__hero-title { font-size: 3.2em; margin-bottom: 20px; color: #e0e0e0; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-villain-in-poppy-playtime-chapter-2__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; color: #cccccc; } .page-villain-in-poppy-playtime-chapter-2__cta-button { display: inline-block; background-color: #ff4500; 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.3s ease; border: none; cursor: pointer; } .page-villain-in-poppy-playtime-chapter-2__cta-button:hover { background-color: #e03c00; transform: translateY(-2px); } .page-villain-in-poppy-playtime-chapter-2__section-title { font-size: 2.5em; color: #e0e0e0; text-align: center; margin: 60px 0 40px; position: relative; } .page-villain-in-poppy-playtime-chapter-2__section-title::after { content: ''; display: block; width: 80px; height: 4px; background-color: #ff4500; margin: 15px auto 0; border-radius: 2px; } .page-villain-in-poppy-playtime-chapter-2__paragraph { font-size: 1.1em; margin-bottom: 20px; color: #cccccc; text-align: justify; } .page-villain-in-poppy-playtime-chapter-2__content-image { max-width: 100%; height: auto; display: block; margin: 30px auto; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-villain-in-poppy-playtime-chapter-2__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin: 40px 0; } .page-villain-in-poppy-playtime-chapter-2__feature-item { background-color: #2c2c2c; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-villain-in-poppy-playtime-chapter-2__feature-item:hover { transform: translateY(-5px); } .page-villain-in-poppy-playtime-chapter-2__feature-title { font-size: 1.5em; color: #ff4500; margin-bottom: 15px; } .page-villain-in-poppy-playtime-chapter-2__feature-icon { width: 100%; max-width: 250px; height: auto; margin-bottom: 20px; border-radius: 8px; object-fit: cover; } .page-villain-in-poppy-playtime-chapter-2__feature-description { font-size: 1em; color: #b0b0b0; } .page-villain-in-poppy-playtime-chapter-2__cta-section { background-color: #333333; padding: 80px 20px; text-align: center; margin-top: 60px; } .page-villain-in-poppy-playtime-chapter-2__cta-section .page-villain-in-poppy-playtime-chapter-2__section-title { color: #e0e0e0; margin-top: 0; } .page-villain-in-poppy-playtime-chapter-2__cta-section .page-villain-in-poppy-playtime-chapter-2__paragraph { max-width: 800px; margin: 0 auto 40px; color: #cccccc; } .page-villain-in-poppy-playtime-chapter-2__cta-button--large { padding: 18px 40px; font-size: 1.2em; } .page-villain-in-poppy-playtime-chapter-2__small-text { font-size: 0.9em; color: #999999; margin-top: 20px; } .page-villain-in-poppy-playtime-chapter-2__faq-section { padding: 60px 20px; background-color: #1a1a1a; } .page-villain-in-poppy-playtime-chapter-2__faq-list { max-width: 900px; margin: 40px auto 0; } .page-villain-in-poppy-playtime-chapter-2__faq-item { background-color: #2c2c2c; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); } .page-villain-in-poppy-playtime-chapter-2__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #3a3a3a; color: #ffffff; font-size: 1.2em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-villain-in-poppy-playtime-chapter-2__faq-question:hover { background-color: #4a4a4a; } .page-villain-in-poppy-playtime-chapter-2__faq-question-text { margin: 0; flex-grow: 1; pointer-events: none; } .page-villain-in-poppy-playtime-chapter-2__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-villain-in-poppy-playtime-chapter-2__faq-item.active .page-villain-in-poppy-playtime-chapter-2__faq-toggle { transform: rotate(45deg); } .page-villain-in-poppy-playtime-chapter-2__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #b0b0b0; } .page-villain-in-poppy-playtime-chapter-2__faq-item.active .page-villain-in-poppy-playtime-chapter-2__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-villain-in-poppy-playtime-chapter-2__faq-answer p { margin: 0; font-size: 1em; } .highlight { color: #ff4500; } @media (max-width: 768px) { .page-villain-in-poppy-playtime-chapter-2__hero-title { font-size: 2.2em; } .page-villain-in-poppy-playtime-chapter-2__hero-subtitle { font-size: 1em; } .page-villain-in-poppy-playtime-chapter-2__section-title { font-size: 1.8em; margin: 40px 0 30px; } .page-villain-in-poppy-playtime-chapter-2__paragraph { font-size: 0.95em; } .page-villain-in-poppy-playtime-chapter-2__features-grid { grid-template-columns: 1fr; } .page-villain-in-poppy-playtime-chapter-2__cta-section { padding: 50px 20px; } .page-villain-in-poppy-playtime-chapter-2__faq-question { font-size: 1em; padding: 15px 20px; } .page-villain-in-poppy-playtime-chapter-2__faq-answer { padding: 0 20px; } .page-villain-in-poppy-playtime-chapter-2__faq-item.active .page-villain-in-poppy-playtime-chapter-2__faq-answer { padding: 15px 20px !important; } .page-villain-in-poppy-playtime-chapter-2__features-grid .page-villain-in-poppy-playtime-chapter-2__feature-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-villain-in-poppy-playtime-chapter-2__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-villain-in-poppy-playtime-chapter-2__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; } }