.page-poppy-playtime-chapter-5-app { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-poppy-playtime-chapter-5-app__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-poppy-playtime-chapter-5-app__section { padding: 40px 20px; margin-bottom: 20px; background-color: #2c2c54; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-poppy-playtime-chapter-5-app__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:poppy playtime,mobile app,gaming,thriller]') no-repeat center center/cover; padding: 10px 20px 80px; text-align: center; color: #ffffff; position: relative; overflow: hidden; border-radius: 0 0 8px 8px; } .page-poppy-playtime-chapter-5-app__hero-content { max-width: 900px; margin: 0 auto; position: relative; z-index: 1; } .page-poppy-playtime-chapter-5-app__hero-title { font-size: 2.8em; margin-bottom: 20px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-poppy-playtime-chapter-5-app__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; color: #e0e0e0; } .page-poppy-playtime-chapter-5-app__button { display: inline-block; background-color: #ffcc00; color: #1a1a2e; padding: 15px 30px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-poppy-playtime-chapter-5-app__button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-poppy-playtime-chapter-5-app__title { font-size: 2.2em; color: #ffcc00; text-align: center; margin-bottom: 30px; } .page-poppy-playtime-chapter-5-app__text-content { font-size: 1.1em; margin-bottom: 20px; color: #cccccc; } .page-poppy-playtime-chapter-5-app__image { max-width: 100%; height: auto; border-radius: 8px; margin: 20px auto; display: block; box-sizing: border-box; } .page-poppy-playtime-chapter-5-app__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; } .page-poppy-playtime-chapter-5-app__grid-item { background-color: #3e3e70; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-poppy-playtime-chapter-5-app__grid-item:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-chapter-5-app__grid-item h3 { color: #ffcc00; margin-top: 0; font-size: 1.4em; } .page-poppy-playtime-chapter-5-app__grid-item p { color: #cccccc; font-size: 0.95em; } .page-poppy-playtime-chapter-5-app__game-card { background-color: #3e3e70; border-radius: 8px; overflow: hidden; text-align: center; padding-bottom: 20px; transition: transform 0.3s ease; } .page-poppy-playtime-chapter-5-app__game-card:hover { transform: translateY(-5px); } .page-poppy-playtime-chapter-5-app__game-card-image { width: 100%; height: 200px; object-fit: cover; border-bottom: 2px solid #ffcc00; box-sizing: border-box; } .page-poppy-playtime-chapter-5-app__game-card h3 { color: #ffcc00; margin: 15px 10px 10px; font-size: 1.3em; } .page-poppy-playtime-chapter-5-app__game-card p { color: #cccccc; margin: 0 10px 15px; font-size: 0.9em; } .page-poppy-playtime-chapter-5-app__promo-list { list-style: none; padding: 0; } .page-poppy-playtime-chapter-5-app__promo-list-item { background-color: #3e3e70; margin-bottom: 15px; padding: 20px; border-left: 5px solid #ffcc00; border-radius: 5px; } .page-poppy-playtime-chapter-5-app__promo-list-item h3 { color: #ffcc00; margin-top: 0; } .page-poppy-playtime-chapter-5-app__promo-list-item p { color: #cccccc; } .page-poppy-playtime-chapter-5-app__faq-item { background-color: #3e3e70; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-poppy-playtime-chapter-5-app__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #4a4a8a; color: #ffcc00; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; } .page-poppy-playtime-chapter-5-app__faq-question:hover { background-color: #5c5cb0; } .page-poppy-playtime-chapter-5-app__faq-question h3 { margin: 0; pointer-events: none; } .page-poppy-playtime-chapter-5-app__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-poppy-playtime-chapter-5-app__faq-item.active .page-poppy-playtime-chapter-5-app__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-chapter-5-app__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; color: #cccccc; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-poppy-playtime-chapter-5-app__faq-item.active .page-poppy-playtime-chapter-5-app__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-poppy-playtime-chapter-5-app__blog-card { background-color: #3e3e70; border-radius: 8px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; display: block; text-decoration: none; color: inherit; } .page-poppy-playtime-chapter-5-app__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-chapter-5-app__blog-card-image { width: 100%; height: 180px; object-fit: cover; border-bottom: 2px solid #ffcc00; box-sizing: border-box; } .page-poppy-playtime-chapter-5-app__blog-card-content { padding: 20px; } .page-poppy-playtime-chapter-5-app__blog-card-content h3 { color: #ffcc00; margin-top: 0; font-size: 1.2em; } .page-poppy-playtime-chapter-5-app__blog-card-content p { color: #cccccc; font-size: 0.9em; line-height: 1.5; } .page-poppy-playtime-chapter-5-app__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-poppy-playtime-chapter-5-app__floating-button { background-color: #ffcc00; color: #1a1a2e; border-radius: 50%; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 0.9em; text-align: center; text-decoration: none; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; } .page-poppy-playtime-chapter-5-app__floating-button:hover { background-color: #e6b800; transform: scale(1.05); } @media (max-width: 768px) { .page-poppy-playtime-chapter-5-app__hero-title { font-size: 2em; } .page-poppy-playtime-chapter-5-app__hero-subtitle { font-size: 1em; } .page-poppy-playtime-chapter-5-app__title { font-size: 1.8em; } .page-poppy-playtime-chapter-5-app__section { padding: 20px 15px; } .page-poppy-playtime-chapter-5-app__grid { grid-template-columns: 1fr; } .page-poppy-playtime-chapter-5-app__quick-access-links a { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-bottom: 10px; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-chapter-5-app__promo-list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-chapter-5-app__game-card, .page-poppy-playtime-chapter-5-app__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-chapter-5-app__floating-buttons { right: 10px; bottom: 10px; } .page-poppy-playtime-chapter-5-app__floating-button { width: 50px; height: 50px; font-size: 0.8em; } .page-poppy-playtime-chapter-5-app__faq-answer { padding: 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-poppy-playtime-chapter-5-app__faq-question { padding: 15px; font-size: 1em; } .page-poppy-playtime-chapter-5-app__faq-question h3 { font-size: 1em; } } @media (max-width: 375px) { .page-poppy-playtime-chapter-5-app__container { padding: 10px; } .page-poppy-playtime-chapter-5-app__section { padding: 15px 10px; } .page-poppy-playtime-chapter-5-app__hero-section { padding-left: 10px; padding-right: 10px; } .page-poppy-playtime-chapter-5-app__faq-answer { padding: 10px !important; } .page-poppy-playtime-chapter-5-app__faq-question { padding: 10px; } }