.page-poppy-playtime-chapter-5-countdown { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f4f4; } .page-poppy-playtime-chapter-5-countdown__hero-section { position: relative; width: 100%; min-height: 400px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding: 10px 20px 80px; box-sizing: border-box; overflow: hidden; background-color: #1a1a1a; } .page-poppy-playtime-chapter-5-countdown__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.6; } .page-poppy-playtime-chapter-5-countdown__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; padding: 20px; background: rgba(0, 0, 0, 0.5); border-radius: 10px; } .page-poppy-playtime-chapter-5-countdown__hero-title { font-size: 2.8em; margin-bottom: 15px; color: #ffeb3b; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-poppy-playtime-chapter-5-countdown__hero-text { font-size: 1.2em; margin-bottom: 30px; } .page-poppy-playtime-chapter-5-countdown__button { display: inline-block; background-color: #e91e63; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; font-size: 1em; } .page-poppy-playtime-chapter-5-countdown__button:hover { background-color: #c2185b; } .page-poppy-playtime-chapter-5-countdown__section { padding: 60px 20px; background-color: #fff; border-bottom: 1px solid #eee; } .page-poppy-playtime-chapter-5-countdown__section--dark { background-color: #222; color: #eee; } .page-poppy-playtime-chapter-5-countdown__container { max-width: 1000px; margin: 0 auto; text-align: center; } .page-poppy-playtime-chapter-5-countdown__title { font-size: 2.2em; color: #333; margin-bottom: 30px; } .page-poppy-playtime-chapter-5-countdown__section--dark .page-poppy-playtime-chapter-5-countdown__title { color: #ffeb3b; } .page-poppy-playtime-chapter-5-countdown__text { font-size: 1.1em; margin-bottom: 20px; } .page-poppy-playtime-chapter-5-countdown__countdown-grid { display: flex; justify-content: center; gap: 20px; margin-top: 40px; flex-wrap: wrap; } .page-poppy-playtime-chapter-5-countdown__countdown-item { background-color: #e91e63; color: #fff; padding: 20px; border-radius: 10px; min-width: 120px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-poppy-playtime-chapter-5-countdown__countdown-number { font-size: 3em; font-weight: bold; line-height: 1; } .page-poppy-playtime-chapter-5-countdown__countdown-label { font-size: 0.9em; text-transform: uppercase; margin-top: 5px; } .page-poppy-playtime-chapter-5-countdown__image-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 40px; } .page-poppy-playtime-chapter-5-countdown__gallery-item { overflow: hidden; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); } .page-poppy-playtime-chapter-5-countdown__gallery-image { width: 100%; height: 250px; object-fit: cover; display: block; } .page-poppy-playtime-chapter-5-countdown__features-list { list-style: none; padding: 0; margin-top: 40px; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; text-align: left; } .page-poppy-playtime-chapter-5-countdown__features-item { background-color: #f9f9f9; padding: 25px; border-radius: 8px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); } .page-poppy-playtime-chapter-5-countdown__features-item h3 { color: #e91e63; margin-top: 0; font-size: 1.4em; } .page-poppy-playtime-chapter-5-countdown__faq-section { background-color: #f9f9f9; padding: 60px 20px; border-bottom: 1px solid #eee; } .page-poppy-playtime-chapter-5-countdown__faq-container { max-width: 800px; margin: 0 auto; text-align: left; } .page-poppy-playtime-chapter-5-countdown__faq-title { text-align: center; font-size: 2.2em; color: #333; margin-bottom: 40px; } .page-poppy-playtime-chapter-5-countdown__faq-item { margin-bottom: 15px; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; background-color: #fff; } .page-poppy-playtime-chapter-5-countdown__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #e0e0e0; transition: background-color 0.3s ease; user-select: none; } .page-poppy-playtime-chapter-5-countdown__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; } .page-poppy-playtime-chapter-5-countdown__faq-question:hover { background-color: #d0d0d0; } .page-poppy-playtime-chapter-5-countdown__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e91e63; pointer-events: none; transition: transform 0.3s ease; } .page-poppy-playtime-chapter-5-countdown__faq-item.active .page-poppy-playtime-chapter-5-countdown__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-chapter-5-countdown__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; } .page-poppy-playtime-chapter-5-countdown__faq-item.active .page-poppy-playtime-chapter-5-countdown__faq-answer { max-height: 2000px !important; padding: 15px 20px !important; opacity: 1; } .page-poppy-playtime-chapter-5-countdown__cta-section { background-color: #e91e63; color: #fff; padding: 60px 20px; text-align: center; } .page-poppy-playtime-chapter-5-countdown__cta-title { font-size: 2.5em; margin-bottom: 20px; } .page-poppy-playtime-chapter-5-countdown__cta-text { font-size: 1.2em; margin-bottom: 40px; } .page-poppy-playtime-chapter-5-countdown__download-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-poppy-playtime-chapter-5-countdown__download-button { background-color: #ffeb3b; color: #333; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; font-size: 1.1em; display: inline-flex; align-items: center; gap: 10px; } .page-poppy-playtime-chapter-5-countdown__download-button:hover { background-color: #fdd835; transform: translateY(-3px); } .page-poppy-playtime-chapter-5-countdown__download-button img { width: 30px; height: 30px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-5-countdown__hero-title { font-size: 2em; } .page-poppy-playtime-chapter-5-countdown__hero-text { font-size: 1em; } .page-poppy-playtime-chapter-5-countdown__title { font-size: 1.8em; } .page-poppy-playtime-chapter-5-countdown__section { padding: 40px 15px; } .page-poppy-playtime-chapter-5-countdown__countdown-grid { gap: 10px; } .page-poppy-playtime-chapter-5-countdown__countdown-item { min-width: 100px; padding: 15px; } .page-poppy-playtime-chapter-5-countdown__countdown-number { font-size: 2.5em; } .page-poppy-playtime-chapter-5-countdown__countdown-label { font-size: 0.8em; } .page-poppy-playtime-chapter-5-countdown__image-gallery { grid-template-columns: 1fr; } .page-poppy-playtime-chapter-5-countdown__features-list { grid-template-columns: 1fr; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-poppy-playtime-chapter-5-countdown__features-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; } .page-poppy-playtime-chapter-5-countdown__faq-section { padding: 40px 15px; } .page-poppy-playtime-chapter-5-countdown__faq-question { padding: 12px 15px; } .page-poppy-playtime-chapter-5-countdown__faq-question h3 { font-size: 1em; } .page-poppy-playtime-chapter-5-countdown__faq-answer { padding: 0 15px; } .page-poppy-playtime-chapter-5-countdown__faq-item.active .page-poppy-playtime-chapter-5-countdown__faq-answer { padding: 12px 15px !important; } .page-poppy-playtime-chapter-5-countdown__cta-title { font-size: 2em; } .page-poppy-playtime-chapter-5-countdown__cta-text { font-size: 1em; } .page-poppy-playtime-chapter-5-countdown__download-buttons { flex-direction: column; align-items: center; } .page-poppy-playtime-chapter-5-countdown__download-button { width: 90%; max-width: 300px; box-sizing: border-box; } /* Image responsiveness for mobile */ .page-poppy-playtime-chapter-5-countdown img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-poppy-playtime-chapter-5-countdown__gallery-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-poppy-playtime-chapter-5-countdown__gallery-image { height: auto !important; min-height: 200px !important; } } @media (max-width: 375px) { .page-poppy-playtime-chapter-5-countdown__hero-content { padding: 15px; } .page-poppy-playtime-chapter-5-countdown__hero-title { font-size: 1.8em; } .page-poppy-playtime-chapter-5-countdown__button { padding: 10px 20px; font-size: 0.9em; } .page-poppy-playtime-chapter-5-countdown__countdown-item { padding: 10px; min-width: 80px; } .page-poppy-playtime-chapter-5-countdown__countdown-number { font-size: 2em; } .page-poppy-playtime-chapter-5-countdown__cta-title { font-size: 1.8em; } }