.page-all-poppy-playtime-chapter-5-characters { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: 10px; /* Assuming body has padding-top for fixed header */ } .page-all-poppy-playtime-chapter-5-characters__hero-section { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: #fff; padding: 80px 20px; min-height: 500px; overflow: hidden; background: linear-gradient(135deg, #2c3e50, #34495e); /* Dark gradient for horror theme */ } .page-all-poppy-playtime-chapter-5-characters__hero-image-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; opacity: 0.3; /* Subtle background image */ overflow: hidden; } .page-all-poppy-playtime-chapter-5-characters__hero-image { max-width: 100%; height: auto; width: 100%; height: 100%; object-fit: cover; display: block; } .page-all-poppy-playtime-chapter-5-characters__hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; } .page-all-poppy-playtime-chapter-5-characters__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #e74c3c; /* Red accent for horror */ text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-all-poppy-playtime-chapter-5-characters__hero-description { font-size: 1.2em; margin-bottom: 30px; color: #ecf0f1; } .page-all-poppy-playtime-chapter-5-characters__hero-button { display: inline-block; background-color: #e74c3c; 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-all-poppy-playtime-chapter-5-characters__hero-button:hover { background-color: #c0392b; } .page-all-poppy-playtime-chapter-5-characters__introduction-section, .page-all-poppy-playtime-chapter-5-characters__character-profiles-section, .page-all-poppy-playtime-chapter-5-characters__lore-section, .page-all-poppy-playtime-chapter-5-characters__faq-section, .page-all-poppy-playtime-chapter-5-characters__cta-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; } .page-all-poppy-playtime-chapter-5-characters__section-title { font-size: 2.5em; color: #2c3e50; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 10px; } .page-all-poppy-playtime-chapter-5-characters__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #e74c3c; border-radius: 2px; } .page-all-poppy-playtime-chapter-5-characters__section-description { font-size: 1.1em; text-align: center; max-width: 900px; margin: 0 auto 40px auto; color: #555; } .page-all-poppy-playtime-chapter-5-characters__character-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-all-poppy-playtime-chapter-5-characters__character-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; transition: transform 0.3s ease; box-sizing: border-box; } .page-all-poppy-playtime-chapter-5-characters__character-card:hover { transform: translateY(-5px); } .page-all-poppy-playtime-chapter-5-characters__character-image { max-width: 100%; height: auto; width: 100%; height: 250px; object-fit: cover; display: block; } .page-all-poppy-playtime-chapter-5-characters__character-name { font-size: 1.8em; color: #2c3e50; margin: 20px 0 10px; padding: 0 15px; } .page-all-poppy-playtime-chapter-5-characters__character-bio { font-size: 1em; color: #666; padding: 0 15px 20px; } .page-all-poppy-playtime-chapter-5-characters__lore-list { list-style: none; padding: 0; margin-top: 30px; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; } .page-all-poppy-playtime-chapter-5-characters__lore-item { background-color: #eaf2f8; padding: 20px; border-left: 5px solid #e74c3c; border-radius: 5px; font-size: 1.1em; color: #34495e; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); box-sizing: border-box; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-all-poppy-playtime-chapter-5-characters__lore-item strong { color: #2c3e50; } .page-all-poppy-playtime-chapter-5-characters__faq-container { max-width: 900px; margin: 40px auto 0 auto; } .page-all-poppy-playtime-chapter-5-characters__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); overflow: hidden; } .page-all-poppy-playtime-chapter-5-characters__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #f2f2f2; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; user-select: none; } .page-all-poppy-playtime-chapter-5-characters__faq-question:hover { background-color: #eaeaea; } .page-all-poppy-playtime-chapter-5-characters__faq-title { font-size: 1.2em; color: #2c3e50; margin: 0; pointer-events: none; /* Prevent h3 from blocking click event */ } .page-all-poppy-playtime-chapter-5-characters__faq-toggle { font-size: 1.8em; color: #e74c3c; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; /* Prevent span from blocking click event */ } .page-all-poppy-playtime-chapter-5-characters__faq-item.active .page-all-poppy-playtime-chapter-5-characters__faq-toggle { transform: rotate(45deg); /* + to X/minus-like */ } .page-all-poppy-playtime-chapter-5-characters__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #555; font-size: 1em; } .page-all-poppy-playtime-chapter-5-characters__faq-item.active .page-all-poppy-playtime-chapter-5-characters__faq-answer { max-height: 2000px !important; /* Sufficiently large */ padding: 20px 25px !important; opacity: 1; } .page-all-poppy-playtime-chapter-5-characters__faq-answer p { margin: 0; } .page-all-poppy-playtime-chapter-5-characters__cta-section { background: linear-gradient(45deg, #34495e, #2c3e50); color: #fff; text-align: center; padding: 80px 20px; border-radius: 10px; margin-top: 60px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); } .page-all-poppy-playtime-chapter-5-characters__cta-title { font-size: 2.8em; margin-bottom: 20px; color: #e74c3c; } .page-all-poppy-playtime-chapter-5-characters__cta-description { font-size: 1.2em; max-width: 800px; margin: 0 auto 40px auto; color: #ecf0f1; } .page-all-poppy-playtime-chapter-5-characters__cta-button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 18px 40px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.3em; transition: background-color 0.3s ease, transform 0.2s ease; } .page-all-poppy-playtime-chapter-5-characters__cta-button:hover { background-color: #c0392b; transform: translateY(-2px); } .page-all-poppy-playtime-chapter-5-characters__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-all-poppy-playtime-chapter-5-characters__floating-button { display: block; background-color: #27ae60; /* Green for action */ color: #fff; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.1em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.2s ease; } .page-all-poppy-playtime-chapter-5-characters__floating-button--login { background-color: #3498db; /* Blue for login */ } .page-all-poppy-playtime-chapter-5-characters__floating-button:hover { transform: translateY(-3px); background-color: #2ecc71; } .page-all-poppy-playtime-chapter-5-characters__floating-button--login:hover { background-color: #2980b9; } @media (max-width: 1024px) { .page-all-poppy-playtime-chapter-5-characters__hero-title { font-size: 3em; } .page-all-poppy-playtime-chapter-5-characters__section-title { font-size: 2em; } .page-all-poppy-playtime-chapter-5-characters__cta-title { font-size: 2.2em; } } @media (max-width: 768px) { .page-all-poppy-playtime-chapter-5-characters__hero-section { padding: 60px 15px; min-height: 400px; } .page-all-poppy-playtime-chapter-5-characters__hero-title { font-size: 2.5em; } .page-all-poppy-playtime-chapter-5-characters__hero-description { font-size: 1em; } .page-all-poppy-playtime-chapter-5-characters__hero-button { padding: 12px 25px; font-size: 1em; } .page-all-poppy-playtime-chapter-5-characters__introduction-section, .page-all-poppy-playtime-chapter-5-characters__character-profiles-section, .page-all-poppy-playtime-chapter-5-characters__lore-section, .page-all-poppy-playtime-chapter-5-characters__faq-section, .page-all-poppy-playtime-chapter-5-characters__cta-section { padding: 40px 15px; } .page-all-poppy-playtime-chapter-5-characters__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-all-poppy-playtime-chapter-5-characters__section-description { font-size: 0.95em; margin-bottom: 30px; } .page-all-poppy-playtime-chapter-5-characters__character-grid { grid-template-columns: 1fr; /* Single column for characters */ gap: 25px; } .page-all-poppy-playtime-chapter-5-characters__character-name { font-size: 1.5em; } .page-all-poppy-playtime-chapter-5-characters__lore-list { grid-template-columns: 1fr; gap: 15px; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-all-poppy-playtime-chapter-5-characters__lore-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 15px !important; /* Reduced padding */ margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-all-poppy-playtime-chapter-5-characters__faq-question { padding: 15px 20px; } .page-all-poppy-playtime-chapter-5-characters__faq-title { font-size: 1.1em; } .page-all-poppy-playtime-chapter-5-characters__faq-answer { padding: 0 20px; } .page-all-poppy-playtime-chapter-5-characters__faq-item.active .page-all-poppy-playtime-chapter-5-characters__faq-answer { padding: 15px 20px !important; } .page-all-poppy-playtime-chapter-5-characters__cta-section { padding: 60px 15px; } .page-all-poppy-playtime-chapter-5-characters__cta-title { font-size: 2em; } .page-all-poppy-playtime-chapter-5-characters__cta-description { font-size: 1em; } .page-all-poppy-playtime-chapter-5-characters__cta-button { padding: 15px 30px; font-size: 1.1em; } .page-all-poppy-playtime-chapter-5-characters__floating-buttons { flex-direction: row; width: calc(100% - 40px); /* 100% width minus right/left 20px padding */ justify-content: space-around; bottom: 10px; left: 20px; right: 20px; } .page-all-poppy-playtime-chapter-5-characters__floating-button { flex: 1; margin: 0 5px; padding: 10px 15px; font-size: 1em; } } @media (max-width: 480px) { .page-all-poppy-playtime-chapter-5-characters__hero-title { font-size: 2em; } .page-all-poppy-playtime-chapter-5-characters__section-title { font-size: 1.6em; } .page-all-poppy-playtime-chapter-5-characters__cta-title { font-size: 1.8em; } .page-all-poppy-playtime-chapter-5-characters__floating-buttons { flex-direction: column; gap: 8px; align-items: stretch; bottom: 10px; left: 10px; right: 10px; width: calc(100% - 20px); } .page-all-poppy-playtime-chapter-5-characters__floating-button { margin: 0; } }