.page-poppy-playtime-and-fnaf { font-family: 'Arial', sans-serif; color: #e0e0e0; background-color: #1a1a1a; line-height: 1.6; }.page-poppy-playtime-and-fnaf__container { max-width: 1200px; margin: 0 auto; padding: 20px; }/* Hero Section */.page-poppy-playtime-and-fnaf__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:poppy playtime, fnaf, horror game, background]') no-repeat center center/cover; color: #ffffff; text-align: center; padding: 100px 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 500px; position: relative; padding-top: 10px; /* Small decorative padding, assuming body has header offset */}.page-poppy-playtime-and-fnaf__hero-content { max-width: 800px; margin: 0 auto; }.page-poppy-playtime-and-fnaf__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #ff4500; /* Orange-red for horror theme */}.page-poppy-playtime-and-fnaf__highlight { color: #ffd700; /* Gold for emphasis */}.page-poppy-playtime-and-fnaf__hero-description { font-size: 1.2em; margin-bottom: 30px; color: #f0f0f0; }.page-poppy-playtime-and-fnaf__hero-cta-button { display: inline-block; background-color: #ff4500; color: #ffffff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; }.page-poppy-playtime-and-fnaf__hero-cta-button:hover { background-color: #e03a00; }/* General Section Styles */.page-poppy-playtime-and-fnaf__introduction-section, .page-poppy-playtime-and-fnaf__gameplay-mechanics-section, .page-poppy-playtime-and-fnaf__characters-lore-section, .page-poppy-playtime-and-fnaf__popularity-section, .page-poppy-playtime-and-fnaf__cta-section, .page-poppy-playtime-and-fnaf__faq-section { padding: 60px 0; border-bottom: 1px solid #333; }.page-poppy-playtime-and-fnaf__section-title { font-size: 2.5em; color: #ff4500; text-align: center; margin-bottom: 40px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }.page-poppy-playtime-and-fnaf__section-text { font-size: 1.1em; margin-bottom: 20px; color: #cccccc; text-align: justify; }.page-poppy-playtime-and-fnaf__image-wrapper { text-align: center; margin: 40px 0; overflow: hidden; max-width: 100%; box-sizing: border-box; }.page-poppy-playtime-and-fnaf__section-image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); display: block; margin: 0 auto; /* Center the image */ }/* Call to Action Buttons */.page-poppy-playtime-and-fnaf__cta-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-poppy-playtime-and-fnaf__cta-button { display: inline-block; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; text-align: center; }.page-poppy-playtime-and-fnaf__cta-button--primary { background-color: #ff4500; color: #ffffff; }.page-poppy-playtime-and-fnaf__cta-button--primary:hover { background-color: #e03a00; transform: translateY(-2px); }.page-poppy-playtime-and-fnaf__cta-button--secondary { background-color: #333333; color: #ffffff; border: 1px solid #ff4500; }.page-poppy-playtime-and-fnaf__cta-button--secondary:hover { background-color: #444444; border-color: #ffd700; transform: translateY(-2px); }/* FAQ Section */.page-poppy-playtime-and-fnaf__faq-list { margin-top: 30px; }.page-poppy-playtime-and-fnaf__faq-item { background-color: #2a2a2a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); }.page-poppy-playtime-and-fnaf__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #3a3a3a; border-bottom: 1px solid #4a4a4a; transition: background-color 0.3s ease; }.page-poppy-playtime-and-fnaf__faq-question:hover { background-color: #4a4a4a; }.page-poppy-playtime-and-fnaf__faq-heading { font-size: 1.2em; color: #ffffff; margin: 0; pointer-events: none; /* Prevent h3 from blocking click */}.page-poppy-playtime-and-fnaf__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffd700; transition: transform 0.3s ease; pointer-events: none; /* Prevent span from blocking click */}.page-poppy-playtime-and-fnaf__faq-item.active .page-poppy-playtime-and-fnaf__faq-toggle { transform: rotate(45deg); /* Change + to X or - */}.page-poppy-playtime-and-fnaf__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; color: #cccccc; background-color: #2a2a2a; }.page-poppy-playtime-and-fnaf__faq-item.active .page-poppy-playtime-and-fnaf__faq-answer { max-height: 2000px !important; /* Sufficiently large */ padding: 20px 25px !important; opacity: 1; }.page-poppy-playtime-and-fnaf__faq-text { margin: 0; padding-bottom: 10px; }/* Floating Buttons */.page-poppy-playtime-and-fnaf__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-poppy-playtime-and-fnaf__floating-button { display: block; width: 100px; padding: 10px 0; text-align: center; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, background-color 0.3s ease; }.page-poppy-playtime-and-fnaf__floating-button--register { background-color: #ff4500; color: #ffffff; }.page-poppy-playtime-and-fnaf__floating-button--register:hover { background-color: #e03a00; transform: translateY(-3px); }.page-poppy-playtime-and-fnaf__floating-button--login { background-color: #ffd700; color: #1a1a1a; }.page-poppy-playtime-and-fnaf__floating-button--login:hover { background-color: #e6c200; transform: translateY(-3px); }/* Responsive Design */@media (max-width: 768px) { .page-poppy-playtime-and-fnaf__hero-section { padding: 80px 15px; min-height: 400px; } .page-poppy-playtime-and-fnaf__hero-title { font-size: 2.5em; } .page-poppy-playtime-and-fnaf__hero-description { font-size: 1em; } .page-poppy-playtime-and-fnaf__section-title { font-size: 2em; margin-bottom: 30px; } .page-poppy-playtime-and-fnaf__section-text { font-size: 0.95em; } .page-poppy-playtime-and-fnaf__cta-buttons { flex-direction: column; gap: 15px; } .page-poppy-playtime-and-fnaf__cta-button { width: 100%; max-width: 300px; /* Limit width for small screens */ margin: 0 auto; padding: 12px 20px; font-size: 1em; } .page-poppy-playtime-and-fnaf__faq-question { padding: 15px 20px; } .page-poppy-playtime-and-fnaf__faq-heading { font-size: 1em; } .page-poppy-playtime-and-fnaf__faq-answer { padding: 15px 20px; } .page-poppy-playtime-and-fnaf__floating-buttons { bottom: 15px; right: 15px; flex-direction: row; /* Align buttons horizontally on mobile */ width: calc(100% - 30px); justify-content: space-around; gap: 10px; } .page-poppy-playtime-and-fnaf__floating-button { width: 48%; /* Adjust width for two buttons */ padding: 8px 0; font-size: 0.9em; } /* List item responsive requirement */ .page-poppy-playtime-and-fnaf__faq-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-and-fnaf__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-and-fnaf__faq-text { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-poppy-playtime-and-fnaf__image-wrapper { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; } .page-poppy-playtime-and-fnaf__section-image { max-width: 100% !important; height: auto !important; }}@media (max-width: 480px) { .page-poppy-playtime-and-fnaf__hero-title { font-size: 2em; } .page-poppy-playtime-and-fnaf__hero-cta-button { font-size: 0.9em; padding: 12px 25px; } .page-poppy-playtime-and-fnaf__section-title { font-size: 1.8em; } .page-poppy-playtime-and-fnaf__faq-question { padding: 12px 15px; } .page-poppy-playtime-and-fnaf__faq-heading { font-size: 0.9em; } .page-poppy-playtime-and-fnaf__faq-answer { padding: 12px 15px; } .page-poppy-playtime-and-fnaf__floating-buttons { flex-direction: column; /* Stack buttons vertically on very small screens */ align-items: center; } .page-poppy-playtime-and-fnaf__floating-button { width: 120px; font-size: 0.85em; }}