.page-poppy-playtime-posters-chapter-5 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; padding-top: 10px; } .page-poppy-playtime-posters-chapter-5__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-poppy-playtime-posters-chapter-5__hero-section { position: relative; text-align: center; color: #fff; padding: 60px 0; background-color: #0d0d1e; overflow: hidden; } .page-poppy-playtime-posters-chapter-5__hero-image { width: 100%; height: auto; display: block; object-fit: cover; position: absolute; top: 0; left: 0; z-index: 0; } .page-poppy-playtime-posters-chapter-5__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; padding: 20px; background-color: rgba(0, 0, 0, 0.6); border-radius: 10px; } .page-poppy-playtime-posters-chapter-5__hero-title { font-size: 2.8em; margin-bottom: 20px; color: #ffeb3b; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-poppy-playtime-posters-chapter-5__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; color: #e0e0e0; } .page-poppy-playtime-posters-chapter-5__cta-button { display: inline-block; background-color: #e91e63; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-poppy-playtime-posters-chapter-5__cta-button:hover { background-color: #c2185b; } .page-poppy-playtime-posters-chapter-5__section-title { font-size: 2.2em; color: #ffeb3b; text-align: center; margin-bottom: 40px; padding-top: 40px; } .page-poppy-playtime-posters-chapter-5__introduction-section, .page-poppy-playtime-posters-chapter-5__quick-access-section, .page-poppy-playtime-posters-chapter-5__games-section, .page-poppy-playtime-posters-chapter-5__promotions-section, .page-poppy-playtime-posters-chapter-5__security-support-section, .page-poppy-playtime-posters-chapter-5__faq-section, .page-poppy-playtime-posters-chapter-5__blog-section { padding: 60px 0; background-color: #1a1a2e; } .page-poppy-playtime-posters-chapter-5__introduction-content { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; } .page-poppy-playtime-posters-chapter-5__introduction-text { flex: 1; min-width: 300px; } .page-poppy-playtime-posters-chapter-5__introduction-text h2 { color: #ffeb3b; margin-bottom: 20px; } .page-poppy-playtime-posters-chapter-5__introduction-image { flex: 1; min-width: 300px; text-align: center; } .page-poppy-playtime-posters-chapter-5__introduction-image img { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-posters-chapter-5__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; text-align: center; } .page-poppy-playtime-posters-chapter-5__quick-access-item { background-color: #2a2a4a; padding: 25px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-poppy-playtime-posters-chapter-5__quick-access-item:hover { transform: translateY(-5px); } .page-poppy-playtime-posters-chapter-5__quick-access-item .page-poppy-playtime-posters-chapter-5__cta-button { width: 100%; padding: 12px 0; } .page-poppy-playtime-posters-chapter-5__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-poppy-playtime-posters-chapter-5__game-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease; } .page-poppy-playtime-posters-chapter-5__game-card:hover { transform: translateY(-8px); } .page-poppy-playtime-posters-chapter-5__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-poppy-playtime-posters-chapter-5__game-card-content { padding: 20px; } .page-poppy-playtime-posters-chapter-5__game-card-title { font-size: 1.5em; margin-bottom: 10px; color: #fff; } .page-poppy-playtime-posters-chapter-5__game-card-description { font-size: 0.9em; color: #ccc; margin-bottom: 15px; } .page-poppy-playtime-posters-chapter-5__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-poppy-playtime-posters-chapter-5__promotion-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-poppy-playtime-posters-chapter-5__promotion-card:hover { transform: translateY(-8px); } .page-poppy-playtime-posters-chapter-5__promotion-card-image { width: 100%; height: 220px; object-fit: cover; } .page-poppy-playtime-posters-chapter-5__promotion-card-content { padding: 20px; } .page-poppy-playtime-posters-chapter-5__promotion-card-title { font-size: 1.4em; color: #ffeb3b; margin-bottom: 10px; } .page-poppy-playtime-posters-chapter-5__promotion-card-description { font-size: 0.9em; color: #ccc; margin-bottom: 15px; } .page-poppy-playtime-posters-chapter-5__security-support-content { display: flex; flex-wrap: wrap; gap: 30px; align-items: center; } .page-poppy-playtime-posters-chapter-5__security-text { flex: 1; min-width: 300px; } .page-poppy-playtime-posters-chapter-5__security-text h2 { color: #ffeb3b; margin-bottom: 20px; } .page-poppy-playtime-posters-chapter-5__security-image { flex: 1; min-width: 300px; text-align: center; } .page-poppy-playtime-posters-chapter-5__security-image img { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-posters-chapter-5__faq-item { background-color: #2a2a4a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-sizing: border-box; } .page-poppy-playtime-posters-chapter-5__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; background-color: #3f3f6e; color: #fff; font-weight: bold; transition: background-color 0.3s ease; } .page-poppy-playtime-posters-chapter-5__faq-question:hover { background-color: #4a4a7a; } .page-poppy-playtime-posters-chapter-5__faq-question h3 { margin: 0; font-size: 1.1em; color: #fff; pointer-events: none; } .page-poppy-playtime-posters-chapter-5__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-poppy-playtime-posters-chapter-5__faq-item.active .page-poppy-playtime-posters-chapter-5__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-posters-chapter-5__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #2a2a4a; color: #ccc; 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-posters-chapter-5__faq-item.active .page-poppy-playtime-posters-chapter-5__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-poppy-playtime-posters-chapter-5__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-poppy-playtime-posters-chapter-5__blog-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-poppy-playtime-posters-chapter-5__blog-card:hover { transform: translateY(-8px); } .page-poppy-playtime-posters-chapter-5__blog-card-image { width: 100%; height: 180px; object-fit: cover; } .page-poppy-playtime-posters-chapter-5__blog-card-content { padding: 20px; } .page-poppy-playtime-posters-chapter-5__blog-card-title { font-size: 1.3em; color: #ffeb3b; margin-bottom: 10px; } .page-poppy-playtime-posters-chapter-5__blog-card-date { font-size: 0.8em; color: #aaa; margin-bottom: 15px; } .page-poppy-playtime-posters-chapter-5__blog-card-excerpt { font-size: 0.9em; color: #ccc; margin-bottom: 15px; } .page-poppy-playtime-posters-chapter-5__blog-card .page-poppy-playtime-posters-chapter-5__cta-button { padding: 8px 15px; font-size: 0.9em; } @media (max-width: 768px) { .page-poppy-playtime-posters-chapter-5__hero-title { font-size: 2em; } .page-poppy-playtime-posters-chapter-5__hero-subtitle { font-size: 1em; } .page-poppy-playtime-posters-chapter-5__section-title { font-size: 1.8em; } .page-poppy-playtime-posters-chapter-5__introduction-content, .page-poppy-playtime-posters-chapter-5__security-support-content { flex-direction: column; text-align: center; } .page-poppy-playtime-posters-chapter-5__introduction-text, .page-poppy-playtime-posters-chapter-5__security-text { min-width: unset; width: 100%; } .page-poppy-playtime-posters-chapter-5__introduction-image, .page-poppy-playtime-posters-chapter-5__security-image { min-width: unset; width: 100%; } .page-poppy-playtime-posters-chapter-5__quick-access-grid, .page-poppy-playtime-posters-chapter-5__games-grid, .page-poppy-playtime-posters-chapter-5__promotions-grid, .page-poppy-playtime-posters-chapter-5__blog-grid { grid-template-columns: 1fr; } .page-poppy-playtime-posters-chapter-5__quick-access-item, .page-poppy-playtime-posters-chapter-5__game-card, .page-poppy-playtime-posters-chapter-5__promotion-card, .page-poppy-playtime-posters-chapter-5__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-posters-chapter-5__faq-answer { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }