.page-poppy-playtime-chapter-5-lily { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-poppy-playtime-chapter-5-lily__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .page-poppy-playtime-chapter-5-lily__hero-section { background-color: #0d0d0d; text-align: center; padding: 60px 20px; margin-bottom: 40px; border-radius: 10px; overflow: hidden; position: relative; padding-top: 70px; } .page-poppy-playtime-chapter-5-lily__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(13, 13, 13, 0.8), rgba(13, 13, 13, 0.2), rgba(13, 13, 13, 0.8)); z-index: 1; } .page-poppy-playtime-chapter-5-lily__hero-image { max-width: 100%; height: auto; border-radius: 10px; margin-bottom: 30px; display: block; filter: brightness(0.8); transition: filter 0.3s ease; position: relative; z-index: 0; } .page-poppy-playtime-chapter-5-lily__hero-image:hover { filter: brightness(1); } .page-poppy-playtime-chapter-5-lily__hero-content { position: relative; z-index: 2; } .page-poppy-playtime-chapter-5-lily__main-heading { font-size: 3.2em; color: #e6e6e6; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); font-weight: bold; } .page-poppy-playtime-chapter-5-lily__sub-heading { font-size: 1.5em; color: #b3b3b3; margin-bottom: 30px; } .page-poppy-playtime-chapter-5-lily__cta-button { display: inline-block; background: linear-gradient(90deg, #ff4d4d, #ff8c00); color: #ffffff; padding: 15px 35px; border-radius: 30px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: transform 0.3s ease, box-shadow 0.3s ease; border: none; cursor: pointer; margin: 10px; box-shadow: 0 4px 15px rgba(255, 77, 77, 0.4); } .page-poppy-playtime-chapter-5-lily__cta-button:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 6px 20px rgba(255, 77, 77, 0.6); } .page-poppy-playtime-chapter-5-lily__section { padding: 40px 0; margin-bottom: 30px; border-radius: 10px; background-color: #222222; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-chapter-5-lily__section-title { font-size: 2.5em; color: #ff8c00; text-align: center; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-poppy-playtime-chapter-5-lily__content-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 0 20px; } .page-poppy-playtime-chapter-5-lily__feature-card { background-color: #2e2e2e; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, background-color 0.3s ease; } .page-poppy-playtime-chapter-5-lily__feature-card:hover { transform: translateY(-5px); background-color: #3a3a3a; } .page-poppy-playtime-chapter-5-lily__card-icon { max-width: 100%; height: auto; margin-bottom: 15px; filter: grayscale(50%); transition: filter 0.3s ease; } .page-poppy-playtime-chapter-5-lily__feature-card:hover .page-poppy-playtime-chapter-5-lily__card-icon { filter: grayscale(0%); } .page-poppy-playtime-chapter-5-lily__card-title { font-size: 1.5em; color: #ff4d4d; margin-bottom: 10px; } .page-poppy-playtime-chapter-5-lily__card-text { font-size: 1em; color: #cccccc; } .page-poppy-playtime-chapter-5-lily__image-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; padding: 0 20px; } .page-poppy-playtime-chapter-5-lily__gallery-item { background-color: #2e2e2e; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-poppy-playtime-chapter-5-lily__gallery-item:hover { transform: scale(1.03); } .page-poppy-playtime-chapter-5-lily__gallery-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-poppy-playtime-chapter-5-lily__image-caption { padding: 15px; font-size: 0.95em; color: #cccccc; text-align: center; } .page-poppy-playtime-chapter-5-lily__download-section { text-align: center; padding: 50px 20px; background-color: #0d0d0d; border-radius: 10px; margin-bottom: 40px; } .page-poppy-playtime-chapter-5-lily__download-title { font-size: 2.2em; color: #ff8c00; margin-bottom: 20px; } .page-poppy-playtime-chapter-5-lily__download-description { font-size: 1.1em; color: #cccccc; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-poppy-playtime-chapter-5-lily__app-buttons { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; } .page-poppy-playtime-chapter-5-lily__app-button { display: inline-flex; align-items: center; background-color: #333333; color: #ffffff; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: 2px solid #ff4d4d; } .page-poppy-playtime-chapter-5-lily__app-button:hover { background-color: #444444; transform: translateY(-2px); border-color: #ff8c00; } .page-poppy-playtime-chapter-5-lily__app-icon { max-width: 100%; height: auto; width: 24px; margin-right: 10px; } .page-poppy-playtime-chapter-5-lily__faq-section { background-color: #222222; padding: 40px 20px; border-radius: 10px; margin-bottom: 30px; } .page-poppy-playtime-chapter-5-lily__faq-title { font-size: 2.5em; color: #ff8c00; text-align: center; margin-bottom: 30px; } .page-poppy-playtime-chapter-5-lily__faq-item { margin-bottom: 15px; border: 1px solid #3a3a3a; border-radius: 8px; overflow: hidden; background-color: #2e2e2e; } .page-poppy-playtime-chapter-5-lily__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #3a3a3a; transition: background-color 0.3s ease; user-select: none; } .page-poppy-playtime-chapter-5-lily__faq-question:hover { background-color: #4a4a4a; } .page-poppy-playtime-chapter-5-lily__faq-question h3 { margin: 0; font-size: 1.2em; color: #f0f0f0; pointer-events: none; } .page-poppy-playtime-chapter-5-lily__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ff8c00; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-chapter-5-lily__faq-item.active .page-poppy-playtime-chapter-5-lily__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-chapter-5-lily__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; color: #cccccc; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-poppy-playtime-chapter-5-lily__faq-item.active .page-poppy-playtime-chapter-5-lily__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-poppy-playtime-chapter-5-lily__text-center { text-align: center; } .page-poppy-playtime-chapter-5-lily__paragraph { margin-bottom: 15px; color: #cccccc; } .page-poppy-playtime-chapter-5-lily__list { list-style: none; padding: 0; margin: 0; } .page-poppy-playtime-chapter-5-lily__list-item { margin-bottom: 10px; position: relative; padding-left: 25px; color: #cccccc; } .page-poppy-playtime-chapter-5-lily__list-item::before { content: '✓'; color: #ff8c00; position: absolute; left: 0; top: 0; font-weight: bold; } @media (max-width: 768px) { .page-poppy-playtime-chapter-5-lily__main-heading { font-size: 2.2em; } .page-poppy-playtime-chapter-5-lily__sub-heading { font-size: 1.2em; } .page-poppy-playtime-chapter-5-lily__cta-button { padding: 12px 25px; font-size: 1em; } .page-poppy-playtime-chapter-5-lily__section-title { font-size: 2em; } .page-poppy-playtime-chapter-5-lily__content-grid, .page-poppy-playtime-chapter-5-lily__image-gallery { grid-template-columns: 1fr; } .page-poppy-playtime-chapter-5-lily__feature-card, .page-poppy-playtime-chapter-5-lily__gallery-item { margin: 0 auto; width: 100%; box-sizing: border-box; } .page-poppy-playtime-chapter-5-lily__download-title { font-size: 1.8em; } .page-poppy-playtime-chapter-5-lily__download-description { font-size: 0.95em; } .page-poppy-playtime-chapter-5-lily__app-buttons { width: 100%; box-sizing: border-box; justify-content: center; } .page-poppy-playtime-chapter-5-lily__app-button { width: 100%; box-sizing: border-box; justify-content: center; } .page-poppy-playtime-chapter-5-lily__app-icon { width: 20px; height: 20px; } .page-poppy-playtime-chapter-5-lily__faq-question h3 { font-size: 1.1em; } .page-poppy-playtime-chapter-5-lily__faq-answer { padding: 15px !important; } .page-poppy-playtime-chapter-5-lily__list-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-5-lily__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-5-lily__hero-section { padding-top: 50px; } } @media (max-width: 480px) { .page-poppy-playtime-chapter-5-lily__main-heading { font-size: 1.8em; } .page-poppy-playtime-chapter-5-lily__sub-heading { font-size: 1em; } .page-poppy-playtime-chapter-5-lily__section-title { font-size: 1.8em; } .page-poppy-playtime-chapter-5-lily__faq-question h3 { font-size: 1em; } }