body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #1a1a1a; color: #f0f0f0; line-height: 1.6; } .page-poppy-playtime-all-chapter { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-poppy-playtime-all-chapter__hero-section { position: relative; padding-top: 10px; text-align: center; overflow: hidden; background-color: #0d0d0d; } .page-poppy-playtime-all-chapter__hero-image { width: 100%; height: auto; max-width: 100%; object-fit: cover; filter: brightness(0.7); } .page-poppy-playtime-all-chapter__hero-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; width: 90%; max-width: 800px; color: #fff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-poppy-playtime-all-chapter__hero-title { font-size: 2.8em; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 1px; color: #ffcc00; } .page-poppy-playtime-all-chapter__hero-description { font-size: 1.2em; margin-bottom: 30px; } .page-poppy-playtime-all-chapter__hero-button { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; } .page-poppy-playtime-all-chapter__hero-button:hover { background-color: #ff6633; } .page-poppy-playtime-all-chapter__section-title { font-size: 2.2em; text-align: center; margin: 60px 0 30px; color: #ffcc00; text-transform: uppercase; letter-spacing: 1px; } .page-poppy-playtime-all-chapter__section-description { text-align: center; font-size: 1.1em; max-width: 800px; margin: 0 auto 40px; color: #ccc; } .page-poppy-playtime-all-chapter__chapters-overview { padding: 40px 0; background-color: #222; } .page-poppy-playtime-all-chapter__chapter-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; justify-content: center; margin-bottom: 40px; } .page-poppy-playtime-all-chapter__chapter-card { background-color: #333; border-radius: 10px; overflow: hidden; text-align: center; padding-bottom: 20px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-poppy-playtime-all-chapter__chapter-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.7); } .page-poppy-playtime-all-chapter__chapter-image { width: 100%; height: 250px; object-fit: cover; max-width: 100%; margin-bottom: 15px; } .page-poppy-playtime-all-chapter__chapter-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-poppy-playtime-all-chapter__chapter-text { font-size: 0.95em; color: #ccc; padding: 0 15px; } .page-poppy-playtime-all-chapter__call-to-action-button { display: block; width: fit-content; margin: 0 auto; background-color: #007bff; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; } .page-poppy-playtime-all-chapter__call-to-action-button:hover { background-color: #0056b3; } .page-poppy-playtime-all-chapter__why-jljl55 { padding: 60px 0; background-color: #1a1a1a; } .page-poppy-playtime-all-chapter__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; justify-content: center; margin-bottom: 50px; } .page-poppy-playtime-all-chapter__feature-item { text-align: center; background-color: #222; padding: 30px 20px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); } .page-poppy-playtime-all-chapter__feature-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 20px; max-width: 100%; } .page-poppy-playtime-all-chapter__feature-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-poppy-playtime-all-chapter__feature-description { font-size: 0.9em; color: #ccc; } .page-poppy-playtime-all-chapter__register-button { display: block; width: fit-content; margin: 0 auto; background-color: #28a745; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease; } .page-poppy-playtime-all-chapter__register-button:hover { background-color: #218838; } .page-poppy-playtime-all-chapter__faq-section { padding: 60px 0; background-color: #0d0d0d; } .page-poppy-playtime-all-chapter__faq-container { max-width: 900px; margin: 0 auto; } .page-poppy-playtime-all-chapter__faq-item { background-color: #222; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-all-chapter__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #333; border-bottom: 1px solid #444; transition: background-color 0.3s ease; } .page-poppy-playtime-all-chapter__faq-question:hover { background-color: #444; } .page-poppy-playtime-all-chapter__faq-title { font-size: 1.15em; color: #ffcc00; margin: 0; pointer-events: none; } .page-poppy-playtime-all-chapter__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-all-chapter__faq-item.active .page-poppy-playtime-all-chapter__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-all-chapter__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; } .page-poppy-playtime-all-chapter__faq-item.active .page-poppy-playtime-all-chapter__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-poppy-playtime-all-chapter__faq-answer p { margin: 0; color: #ccc; font-size: 0.95em; } .page-poppy-playtime-all-chapter__cta-section { background-color: #222; padding: 60px 0; text-align: center; } .page-poppy-playtime-all-chapter__cta-description { font-size: 1.2em; max-width: 700px; margin: 0 auto 40px; color: #ccc; } .page-poppy-playtime-all-chapter__cta-buttons { display: flex; justify-content: center; gap: 20px; } .page-poppy-playtime-all-chapter__cta-register-button, .page-poppy-playtime-all-chapter__cta-login-button { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; } .page-poppy-playtime-all-chapter__cta-login-button { background-color: #007bff; } .page-poppy-playtime-all-chapter__cta-register-button:hover { background-color: #ff6633; } .page-poppy-playtime-all-chapter__cta-login-button:hover { background-color: #0056b3; } @media (max-width: 768px) { .page-poppy-playtime-all-chapter__hero-title { font-size: 2em; } .page-poppy-playtime-all-chapter__hero-description { font-size: 1em; } .page-poppy-playtime-all-chapter__section-title { font-size: 1.8em; margin-top: 40px; margin-bottom: 20px; } .page-poppy-playtime-all-chapter__section-description { font-size: 1em; margin-bottom: 30px; } .page-poppy-playtime-all-chapter__chapter-grid { grid-template-columns: 1fr; } .page-poppy-playtime-all-chapter__features-grid { grid-template-columns: 1fr; } .page-poppy-playtime-all-chapter__feature-item { padding: 20px 15px; } .page-poppy-playtime-all-chapter__faq-question { padding: 15px 20px; } .page-poppy-playtime-all-chapter__faq-title { font-size: 1em; } .page-poppy-playtime-all-chapter__faq-answer { padding: 0 20px; } .page-poppy-playtime-all-chapter__faq-item.active .page-poppy-playtime-all-chapter__faq-answer { padding: 15px 20px !important; } .page-poppy-playtime-all-chapter__cta-buttons { flex-direction: column; gap: 15px; } .page-poppy-playtime-all-chapter__cta-register-button, .page-poppy-playtime-all-chapter__cta-login-button { width: 80%; max-width: 300px; margin: 0 auto; } .page-poppy-playtime-all-chapter__hero-content { width: 95%; } } @media (max-width: 480px) { .page-poppy-playtime-all-chapter__hero-title { font-size: 1.5em; } .page-poppy-playtime-all-chapter__hero-description { font-size: 0.9em; } .page-poppy-playtime-all-chapter__hero-button { padding: 12px 25px; font-size: 1em; } .page-poppy-playtime-all-chapter__section-title { font-size: 1.5em; } .page-poppy-playtime-all-chapter__chapter-image { height: 200px; } .page-poppy-playtime-all-chapter__feature-icon { width: 60px; height: 60px; } .page-poppy-playtime-all-chapter__register-button { font-size: 1em; padding: 12px 25px; } } /* List item responsive rules */ .page-poppy-playtime-all-chapter__chapter-card, .page-poppy-playtime-all-chapter__feature-item { box-sizing: border-box; } @media (max-width: 768px) { .page-poppy-playtime-all-chapter__chapter-card, .page-poppy-playtime-all-chapter__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 15px; padding-right: 15px; } .page-poppy-playtime-all-chapter__chapter-text, .page-poppy-playtime-all-chapter__feature-description, .page-poppy-playtime-all-chapter__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-poppy-playtime-all-chapter__chapter-grid, .page-poppy-playtime-all-chapter__features-grid { 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-all-chapter__hero-image, .page-poppy-playtime-all-chapter__chapter-image, .page-poppy-playtime-all-chapter__feature-icon { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-poppy-playtime-all-chapter__hero-section, .page-poppy-playtime-all-chapter__chapters-overview, .page-poppy-playtime-all-chapter__why-jljl55, .page-poppy-playtime-all-chapter__faq-section, .page-poppy-playtime-all-chapter__cta-section { padding-left: 0 !important; padding-right: 0 !important; } }