.page-all-characters-in-poppy-playtime-chapter-4 { font-family: 'Arial', sans-serif; color: #e0e0e0; background-color: #1a1a1a; line-height: 1.6; overflow-x: hidden; } .page-all-characters-in-poppy-playtime-chapter-4__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } /* Hero Section */ .page-all-characters-in-poppy-playtime-chapter-4__hero-section { position: relative; width: 100%; height: 60vh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding-top: 10px; } .page-all-characters-in-poppy-playtime-chapter-4__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; } .page-all-characters-in-poppy-playtime-chapter-4__hero-background img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.4); } .page-all-characters-in-poppy-playtime-chapter-4__hero-content { position: relative; z-index: 1; max-width: 800px; padding: 20px; background-color: rgba(0, 0, 0, 0.5); border-radius: 8px; } .page-all-characters-in-poppy-playtime-chapter-4__main-title { font-size: 2.5em; margin-bottom: 15px; color: #fff; } .page-all-characters-in-poppy-playtime-chapter-4__hero-description { font-size: 1.1em; margin-bottom: 30px; color: #ccc; } .page-all-characters-in-poppy-playtime-chapter-4__cta-button { display: inline-block; background-color: #e63946; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; font-size: 1em; } .page-all-characters-in-poppy-playtime-chapter-4__cta-button:hover { background-color: #c02935; } /* General Section Styling */ .page-all-characters-in-poppy-playtime-chapter-4__section-title { font-size: 2em; color: #f1faee; text-align: center; margin-bottom: 40px; margin-top: 60px; } .page-all-characters-in-poppy-playtime-chapter-4__text-block { margin-bottom: 20px; font-size: 1em; color: #e0e0e0; } /* Image Gallery */ .page-all-characters-in-poppy-playtime-chapter-4__image-gallery { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin-top: 30px; margin-bottom: 30px; } .page-all-characters-in-poppy-playtime-chapter-4__image-item { flex: 1 1 calc(50% - 20px); min-width: 280px; box-sizing: border-box; text-align: center; } .page-all-characters-in-poppy-playtime-chapter-4__image-item img { width: 100%; max-width: 100%; height: auto; border-radius: 8px; display: block; margin-bottom: 10px; } .page-all-characters-in-poppy-playtime-chapter-4__image-caption { font-size: 0.9em; color: #b0b0b0; } /* Character Grid */ .page-all-characters-in-poppy-playtime-chapter-4__character-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-all-characters-in-poppy-playtime-chapter-4__character-card { background-color: #2a2a2a; border-radius: 10px; padding: 20px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-all-characters-in-poppy-playtime-chapter-4__character-card:hover { transform: translateY(-5px); } .page-all-characters-in-poppy-playtime-chapter-4__character-image { width: 100%; max-width: 250px; height: auto; object-fit: cover; border-radius: 8px; margin-bottom: 15px; display: block; margin-left: auto; margin-right: auto; } .page-all-characters-in-poppy-playtime-chapter-4__character-name { font-size: 1.5em; color: #fff; margin-bottom: 10px; } .page-all-characters-in-poppy-playtime-chapter-4__character-description { font-size: 0.95em; color: #c0c0c0; } /* Lore List */ .page-all-characters-in-poppy-playtime-chapter-4__lore-list { list-style: none; padding: 0; margin-top: 30px; } .page-all-characters-in-poppy-playtime-chapter-4__lore-item { background-color: #2a2a2a; border-left: 5px solid #e63946; padding: 20px; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); box-sizing: border-box; word-wrap: break-word; overflow-wrap: break-word; } .page-all-characters-in-poppy-playtime-chapter-4__lore-item-title { font-size: 1.3em; color: #f1faee; margin-bottom: 10px; } .page-all-characters-in-poppy-playtime-chapter-4__lore-item-description { font-size: 0.95em; color: #c0c0c0; } /* CTA Section */ .page-all-characters-in-poppy-playtime-chapter-4__cta-section { text-align: center; padding: 60px 20px; background-color: #333; margin-top: 60px; } .page-all-characters-in-poppy-playtime-chapter-4__cta-text { font-size: 1.2em; margin-bottom: 30px; color: #e0e0e0; } .page-all-characters-in-poppy-playtime-chapter-4__cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-all-characters-in-poppy-playtime-chapter-4__cta-button--secondary { background-color: #457b9d; } .page-all-characters-in-poppy-playtime-chapter-4__cta-button--secondary:hover { background-color: #3b6c89; } /* Floating Buttons */ .page-all-characters-in-poppy-playtime-chapter-4__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-all-characters-in-poppy-playtime-chapter-4__floating-button { display: block; width: 100px; padding: 10px 0; text-align: center; border-radius: 5px; text-decoration: none; font-weight: bold; color: #fff; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); transition: transform 0.2s ease, background-color 0.2s ease; } .page-all-characters-in-poppy-playtime-chapter-4__floating-button:hover { transform: translateY(-3px); } .page-all-characters-in-poppy-playtime-chapter-4__floating-button--register { background-color: #e63946; } .page-all-characters-in-poppy-playtime-chapter-4__floating-button--register:hover { background-color: #c02935; } .page-all-characters-in-poppy-playtime-chapter-4__floating-button--login { background-color: #457b9d; } .page-all-characters-in-poppy-playtime-chapter-4__floating-button--login:hover { background-color: #3b6c89; } /* FAQ Section */ .page-all-characters-in-poppy-playtime-chapter-4__faq-section { margin-top: 60px; margin-bottom: 60px; } .page-all-characters-in-poppy-playtime-chapter-4__faq-list { max-width: 800px; margin: 0 auto; } .page-all-characters-in-poppy-playtime-chapter-4__faq-item { background-color: #2a2a2a; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); } .page-all-characters-in-poppy-playtime-chapter-4__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; background-color: #3b3b3b; color: #f1faee; border-bottom: 1px solid #4a4a4a; transition: background-color 0.3s ease; } .page-all-characters-in-poppy-playtime-chapter-4__faq-question:hover { background-color: #4a4a4a; } .page-all-characters-in-poppy-playtime-chapter-4__faq-title { font-size: 1.1em; margin: 0; pointer-events: none; color: #f1faee; } .page-all-characters-in-poppy-playtime-chapter-4__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; color: #f1faee; } .page-all-characters-in-poppy-playtime-chapter-4__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; background-color: #2a2a2a; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #e0e0e0; } .page-all-characters-in-poppy-playtime-chapter-4__faq-answer p { padding-bottom: 15px; margin: 0; } .page-all-characters-in-poppy-playtime-chapter-4__faq-item.active .page-all-characters-in-poppy-playtime-chapter-4__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-all-characters-in-poppy-playtime-chapter-4__faq-item.active .page-all-characters-in-poppy-playtime-chapter-4__faq-toggle { transform: rotate(45deg); } /* Responsive Design */ @media (max-width: 768px) { .page-all-characters-in-poppy-playtime-chapter-4__hero-section { height: 70vh; } .page-all-characters-in-poppy-playtime-chapter-4__main-title { font-size: 1.8em; } .page-all-characters-in-poppy-playtime-chapter-4__hero-description { font-size: 0.9em; } .page-all-characters-in-poppy-playtime-chapter-4__section-title { font-size: 1.6em; margin-top: 40px; margin-bottom: 30px; } .page-all-characters-in-poppy-playtime-chapter-4__container { padding: 15px; } .page-all-characters-in-poppy-playtime-chapter-4__image-item { flex: 1 1 100%; } .page-all-characters-in-poppy-playtime-chapter-4__character-grid { grid-template-columns: 1fr; gap: 20px; } /* List item mobile responsiveness */ .page-all-characters-in-poppy-playtime-chapter-4__lore-list { padding: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-all-characters-in-poppy-playtime-chapter-4__lore-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-all-characters-in-poppy-playtime-chapter-4__lore-item-title { font-size: 1.1em; } .page-all-characters-in-poppy-playtime-chapter-4__cta-buttons { flex-direction: column; gap: 15px; } .page-all-characters-in-poppy-playtime-chapter-4__cta-button { width: 80%; margin: 0 auto; } .page-all-characters-in-poppy-playtime-chapter-4__floating-buttons { flex-direction: row; bottom: 10px; right: 10px; left: 10px; justify-content: space-around; width: auto; } .page-all-characters-in-poppy-playtime-chapter-4__floating-button { flex: 1; max-width: 120px; padding: 8px 0; font-size: 0.9em; } .page-all-characters-in-poppy-playtime-chapter-4__faq-question { padding: 12px 15px; } .page-all-characters-in-poppy-playtime-chapter-4__faq-title { font-size: 1em; } .page-all-characters-in-poppy-playtime-chapter-4__faq-answer { padding: 0 15px; } .page-all-characters-in-poppy-playtime-chapter-4__faq-item.active .page-all-characters-in-poppy-playtime-chapter-4__faq-answer { padding: 15px 15px !important; } } @media (max-width: 480px) { .page-all-characters-in-poppy-playtime-chapter-4__main-title { font-size: 1.5em; } .page-all-characters-in-poppy-playtime-chapter-4__hero-content { padding: 15px; } .page-all-characters-in-poppy-playtime-chapter-4__cta-button { padding: 10px 20px; font-size: 0.9em; } }