.page-poppy-playtime-mommy-death { font-family: Arial, sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-bottom: 50px; } .page-poppy-playtime-mommy-death__section-title { font-size: 2.5em; color: #007bff; text-align: center; margin-bottom: 20px; padding-top: 40px; } .page-poppy-playtime-mommy-death__section-description { font-size: 1.1em; text-align: center; max-width: 800px; margin: 0 auto 40px auto; color: #555; } /* Hero Section */ .page-poppy-playtime-mommy-death__hero-section { position: relative; width: 100%; height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding-top: 10px; box-sizing: border-box; } .page-poppy-playtime-mommy-death__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; filter: brightness(0.6); max-width: 100%; height: auto; } .page-poppy-playtime-mommy-death__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; background-color: rgba(0, 0, 0, 0.4); border-radius: 10px; } .page-poppy-playtime-mommy-death__hero-title { font-size: 3.5em; margin-bottom: 15px; line-height: 1.2; color: #ffcc00; } .page-poppy-playtime-mommy-death__hero-description { font-size: 1.3em; margin-bottom: 30px; } .page-poppy-playtime-mommy-death__hero-cta-button { display: inline-block; background-color: #ffcc00; color: #333; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-poppy-playtime-mommy-death__hero-cta-button:hover { background-color: #e6b800; transform: translateY(-2px); } /* Introduction Section */ .page-poppy-playtime-mommy-death__introduction-section { padding: 50px 20px; background-color: #fff; text-align: center; } .page-poppy-playtime-mommy-death__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-mommy-death__feature-item { background-color: #f0f0f0; padding: 25px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); text-align: center; } .page-poppy-playtime-mommy-death__feature-image { width: 100%; max-width: 250px; height: auto; margin-bottom: 15px; border-radius: 5px; max-width: 100%; box-sizing: border-box; } .page-poppy-playtime-mommy-death__feature-title { font-size: 1.8em; color: #007bff; margin-bottom: 10px; } .page-poppy-playtime-mommy-death__feature-text { font-size: 1em; color: #666; } /* Quick Access Section */ .page-poppy-playtime-mommy-death__quick-access-section { padding: 50px 20px; background-color: #e9ecef; text-align: center; } .page-poppy-playtime-mommy-death__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; max-width: 1000px; margin: 0 auto; } .page-poppy-playtime-mommy-death__access-button { display: inline-block; background-color: #007bff; color: #fff; padding: 15px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; flex-grow: 1; max-width: 220px; box-sizing: border-box; } .page-poppy-playtime-mommy-death__access-button:hover { background-color: #0056b3; transform: translateY(-2px); } /* Games Section */ .page-poppy-playtime-mommy-death__games-section { padding: 50px 20px; background-color: #fff; } .page-poppy-playtime-mommy-death__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-mommy-death__game-card { background-color: #f0f0f0; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; display: flex; flex-direction: column; } .page-poppy-playtime-mommy-death__game-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; box-sizing: border-box; } .page-poppy-playtime-mommy-death__game-title { font-size: 1.6em; color: #007bff; margin: 15px 10px 5px 10px; } .page-poppy-playtime-mommy-death__game-text { font-size: 0.95em; color: #666; padding: 0 15px 15px 15px; flex-grow: 1; } .page-poppy-playtime-mommy-death__game-button { display: inline-block; background-color: #ffcc00; color: #333; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin: 0 15px 15px 15px; transition: background-color 0.3s ease; } .page-poppy-playtime-mommy-death__game-button:hover { background-color: #e6b800; } /* Promotions Section */ .page-poppy-playtime-mommy-death__promotions-section { padding: 50px 20px; background-color: #e9ecef; } .page-poppy-playtime-mommy-death__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-mommy-death__promo-card { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; display: flex; flex-direction: column; } .page-poppy-playtime-mommy-death__promo-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; box-sizing: border-box; } .page-poppy-playtime-mommy-death__promo-title { font-size: 1.6em; color: #007bff; margin: 15px 10px 5px 10px; } .page-poppy-playtime-mommy-death__promo-text { font-size: 0.95em; color: #666; padding: 0 15px 15px 15px; flex-grow: 1; } .page-poppy-playtime-mommy-death__promo-button { display: inline-block; background-color: #ffcc00; color: #333; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin: 0 15px 15px 15px; transition: background-color 0.3s ease; } .page-poppy-playtime-mommy-death__promo-button:hover { background-color: #e6b800; } /* Security & Support Section */ .page-poppy-playtime-mommy-death__security-support-section { padding: 50px 20px; background-color: #fff; text-align: center; } .page-poppy-playtime-mommy-death__security-support-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto 40px auto; } .page-poppy-playtime-mommy-death__security-item { background-color: #f0f0f0; padding: 25px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); } .page-poppy-playtime-mommy-death__security-image { width: 100%; max-width: 250px; height: auto; margin-bottom: 15px; border-radius: 5px; max-width: 100%; box-sizing: border-box; } .page-poppy-playtime-mommy-death__security-title { font-size: 1.8em; color: #007bff; margin-bottom: 10px; } .page-poppy-playtime-mommy-death__security-text { font-size: 1em; color: #666; } .page-poppy-playtime-mommy-death__social-media { max-width: 800px; margin: 0 auto; padding-top: 20px; border-top: 1px solid #ddd; } .page-poppy-playtime-mommy-death__social-title { font-size: 1.8em; color: #007bff; margin-bottom: 20px; } .page-poppy-playtime-mommy-death__social-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; } .page-poppy-playtime-mommy-death__social-icon { display: inline-block; width: 50px; height: 50px; border-radius: 50%; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-poppy-playtime-mommy-death__social-icon img { width: 100%; height: 100%; object-fit: cover; max-width: 100%; box-sizing: border-box; } .page-poppy-playtime-mommy-death__social-icon:hover { transform: translateY(-3px); } /* FAQ Section */ .page-poppy-playtime-mommy-death__faq-section { padding: 50px 20px; background-color: #f8f8f8; } .page-poppy-playtime-mommy-death__faq-list { max-width: 900px; margin: 0 auto; } .page-poppy-playtime-mommy-death__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); overflow: hidden; } .page-poppy-playtime-mommy-death__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #007bff; color: #fff; font-size: 1.2em; font-weight: bold; border-radius: 8px; user-select: none; transition: background-color 0.3s ease; } .page-poppy-playtime-mommy-death__faq-question:hover { background-color: #0056b3; } .page-poppy-playtime-mommy-death__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; color: #fff; } .page-poppy-playtime-mommy-death__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-poppy-playtime-mommy-death__faq-item.active .page-poppy-playtime-mommy-death__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-mommy-death__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #fcfcfc; border-top: 1px solid #eee; color: #333; } .page-poppy-playtime-mommy-death__faq-item.active .page-poppy-playtime-mommy-death__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-poppy-playtime-mommy-death__faq-answer p { margin: 0; } /* Blog Section */ .page-poppy-playtime-mommy-death__blog-section { padding: 50px 20px; background-color: #fff; } .page-poppy-playtime-mommy-death__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-mommy-death__blog-card { background-color: #f0f0f0; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); overflow: hidden; display: flex; flex-direction: column; } .page-poppy-playtime-mommy-death__blog-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; box-sizing: border-box; } .page-poppy-playtime-mommy-death__blog-title { font-size: 1.5em; color: #007bff; margin: 15px 15px 5px 15px; } .page-poppy-playtime-mommy-death__blog-excerpt { font-size: 0.95em; color: #666; padding: 0 15px; flex-grow: 1; } .page-poppy-playtime-mommy-death__blog-link { display: inline-block; background-color: #ffcc00; color: #333; padding: 10px 15px; border-radius: 5px; text-decoration: none; font-weight: bold; margin: 15px; align-self: flex-start; transition: background-color 0.3s ease; } .page-poppy-playtime-mommy-death__blog-link:hover { background-color: #e6b800; } .page-poppy-playtime-mommy-death__blog-date { font-size: 0.85em; color: #999; text-align: right; padding: 0 15px 10px 15px; } /* Responsive adjustments */ @media (max-width: 1024px) { .page-poppy-playtime-mommy-death__hero-title { font-size: 3em; } .page-poppy-playtime-mommy-death__hero-description { font-size: 1.2em; } .page-poppy-playtime-mommy-death__section-title { font-size: 2em; } } @media (max-width: 768px) { .page-poppy-playtime-mommy-death__hero-section { height: 450px; } .page-poppy-playtime-mommy-death__hero-title { font-size: 2.5em; } .page-poppy-playtime-mommy-death__hero-description { font-size: 1.1em; } .page-poppy-playtime-mommy-death__hero-cta-button { font-size: 1em; padding: 12px 25px; } .page-poppy-playtime-mommy-death__section-title { font-size: 1.8em; padding-top: 30px; } .page-poppy-playtime-mommy-death__section-description { font-size: 1em; margin-bottom: 30px; } /* List items responsive */ .page-poppy-playtime-mommy-death__features-grid, .page-poppy-playtime-mommy-death__game-categories, .page-poppy-playtime-mommy-death__promo-grid, .page-poppy-playtime-mommy-death__security-support-grid, .page-poppy-playtime-mommy-death__blog-grid { grid-template-columns: 1fr; gap: 20px; padding: 0 15px; } .page-poppy-playtime-mommy-death__feature-item, .page-poppy-playtime-mommy-death__game-card, .page-poppy-playtime-mommy-death__promo-card, .page-poppy-playtime-mommy-death__security-item, .page-poppy-playtime-mommy-death__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px 15px; } .page-poppy-playtime-mommy-death__game-image, .page-poppy-playtime-mommy-death__promo-image, .page-poppy-playtime-mommy-death__blog-image, .page-poppy-playtime-mommy-death__feature-image, .page-poppy-playtime-mommy-death__security-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-poppy-playtime-mommy-death__feature-title, .page-poppy-playtime-mommy-death__game-title, .page-poppy-playtime-mommy-death__promo-title, .page-poppy-playtime-mommy-death__security-title, .page-poppy-playtime-mommy-death__blog-title, .page-poppy-playtime-mommy-death__social-title { font-size: 1.5em; } .page-poppy-playtime-mommy-death__feature-text, .page-poppy-playtime-mommy-death__game-text, .page-poppy-playtime-mommy-death__promo-text, .page-poppy-playtime-mommy-death__security-text, .page-poppy-playtime-mommy-death__blog-excerpt { font-size: 0.9em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-poppy-playtime-mommy-death__access-buttons { flex-direction: column; align-items: center; padding: 0 15px; } .page-poppy-playtime-mommy-death__access-button { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-mommy-death__faq-question { font-size: 1.1em; padding: 15px; } .page-poppy-playtime-mommy-death__faq-toggle { font-size: 1.3em; } .page-poppy-playtime-mommy-death__faq-answer { padding: 15px !important; } .page-poppy-playtime-mommy-death__faq-answer p { font-size: 0.9em; } .page-poppy-playtime-mommy-death__social-icons { gap: 10px; } .page-poppy-playtime-mommy-death__social-icon { width: 40px; height: 40px; } } @media (max-width: 480px) { .page-poppy-playtime-mommy-death__hero-section { height: 400px; } .page-poppy-playtime-mommy-death__hero-title { font-size: 2em; } .page-poppy-playtime-mommy-death__hero-description { font-size: 1em; } .page-poppy-playtime-mommy-death__hero-cta-button { padding: 10px 20px; } } /* Ensure color contrast for all text elements */ .page-poppy-playtime-mommy-death__hero-content, .page-poppy-playtime-mommy-death__hero-title, .page-poppy-playtime-mommy-death__hero-description, .page-poppy-playtime-mommy-death__hero-cta-button, .page-poppy-playtime-mommy-death__section-title, .page-poppy-playtime-mommy-death__section-description, .page-poppy-playtime-mommy-death__feature-title, .page-poppy-playtime-mommy-death__feature-text, .page-poppy-playtime-mommy-death__access-button, .page-poppy-playtime-mommy-death__game-title, .page-poppy-playtime-mommy-death__game-text, .page-poppy-playtime-mommy-death__game-button, .page-poppy-playtime-mommy-death__promo-title, .page-poppy-playtime-mommy-death__promo-text, .page-poppy-playtime-mommy-death__promo-button, .page-poppy-playtime-mommy-death__security-title, .page-poppy-playtime-mommy-death__security-text, .page-poppy-playtime-mommy-death__social-title, .page-poppy-playtime-mommy-death__faq-question, .page-poppy-playtime-mommy-death__faq-question h3, .page-poppy-playtime-mommy-death__faq-toggle, .page-poppy-playtime-mommy-death__faq-answer, .page-poppy-playtime-mommy-death__faq-answer p, .page-poppy-playtime-mommy-death__blog-title, .page-poppy-playtime-mommy-death__blog-excerpt, .page-poppy-playtime-mommy-death__blog-link, .page-poppy-playtime-mommy-death__blog-date { /* Ensure sufficient contrast */ }