.page-poppy-playtime-chapter-2-now-gg { font-family: 'Arial', sans-serif; color: #fff; background-color: #1a1a2e; padding-bottom: 50px; } .page-poppy-playtime-chapter-2-now-gg__container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .page-poppy-playtime-chapter-2-now-gg__section { padding: 40px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .page-poppy-playtime-chapter-2-now-gg__section:last-of-type { border-bottom: none; } .page-poppy-playtime-chapter-2-now-gg__title { text-align: center; color: #e94560; margin-bottom: 30px; font-size: 2.5em; text-shadow: 0 0 10px rgba(233, 69, 96, 0.5); } .page-poppy-playtime-chapter-2-now-gg__subtitle { text-align: center; color: #0f3460; margin-bottom: 20px; font-size: 1.8em; } .page-poppy-playtime-chapter-2-now-gg__text-center { text-align: center; } .page-poppy-playtime-chapter-2-now-gg__button { display: inline-block; background-color: #e94560; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; margin-top: 20px; border: none; cursor: pointer; } .page-poppy-playtime-chapter-2-now-gg__button:hover { background-color: #ff6b81; transform: translateY(-2px); } .page-poppy-playtime-chapter-2-now-gg__hero-section { background-color: #0f3460; background-size: cover; background-position: center; text-align: center; padding: 100px 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 500px; position: relative; overflow: hidden; padding-top: 10px; } .page-poppy-playtime-chapter-2-now-gg__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)); z-index: 1; } .page-poppy-playtime-chapter-2-now-gg__hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; } .page-poppy-playtime-chapter-2-now-gg__hero-title { font-size: 3.5em; margin-bottom: 15px; color: #fff; text-shadow: 0 0 15px rgba(255, 255, 255, 0.7); line-height: 1.2; } .page-poppy-playtime-chapter-2-now-gg__hero-description { font-size: 1.2em; margin-bottom: 30px; color: #eee; } .page-poppy-playtime-chapter-2-now-gg__intro-text { font-size: 1.1em; line-height: 1.6; color: #ccc; margin-bottom: 20px; } .page-poppy-playtime-chapter-2-now-gg__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-poppy-playtime-chapter-2-now-gg__grid-item { background-color: #0f3460; padding: 25px; border-radius: 10px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-poppy-playtime-chapter-2-now-gg__grid-item:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-chapter-2-now-gg__grid-item h3 { color: #e94560; margin-bottom: 15px; font-size: 1.5em; } .page-poppy-playtime-chapter-2-now-gg__grid-item p { color: #ccc; font-size: 0.95em; line-height: 1.5; } .page-poppy-playtime-chapter-2-now-gg__image-full-width { width: 100%; height: auto; border-radius: 10px; margin-bottom: 20px; object-fit: cover; max-width: 100%; } .page-poppy-playtime-chapter-2-now-gg__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 30px; } .page-poppy-playtime-chapter-2-now-gg__game-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-poppy-playtime-chapter-2-now-gg__game-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-chapter-2-now-gg__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-poppy-playtime-chapter-2-now-gg__game-card-content { padding: 20px; } .page-poppy-playtime-chapter-2-now-gg__game-card-title { font-size: 1.4em; color: #e94560; margin-bottom: 10px; } .page-poppy-playtime-chapter-2-now-gg__game-card-description { font-size: 0.9em; color: #ccc; margin-bottom: 15px; } .page-poppy-playtime-chapter-2-now-gg__promo-list { list-style: none; padding: 0; margin-top: 30px; } .page-poppy-playtime-chapter-2-now-gg__promo-item { background-color: #0f3460; margin-bottom: 15px; padding: 20px; border-radius: 10px; display: flex; align-items: center; } .page-poppy-playtime-chapter-2-now-gg__promo-icon { width: 80px; height: 80px; object-fit: cover; margin-right: 20px; border-radius: 5px; } .page-poppy-playtime-chapter-2-now-gg__promo-details h3 { color: #e94560; margin-bottom: 5px; font-size: 1.3em; } .page-poppy-playtime-chapter-2-now-gg__promo-details p { color: #ccc; font-size: 0.9em; line-height: 1.5; } .page-poppy-playtime-chapter-2-now-gg__faq-item { background-color: #0f3460; margin-bottom: 15px; border-radius: 10px; overflow: hidden; } .page-poppy-playtime-chapter-2-now-gg__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #0f3460; border-bottom: 1px solid rgba(255, 255, 255, 0.1); transition: background-color 0.3s ease; } .page-poppy-playtime-chapter-2-now-gg__faq-question:hover { background-color: #1a1a2e; } .page-poppy-playtime-chapter-2-now-gg__faq-question h3 { margin: 0; font-size: 1.2em; color: #e94560; pointer-events: none; } .page-poppy-playtime-chapter-2-now-gg__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e94560; pointer-events: none; transition: transform 0.3s ease; } .page-poppy-playtime-chapter-2-now-gg__faq-item.active .page-poppy-playtime-chapter-2-now-gg__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-chapter-2-now-gg__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #ccc; line-height: 1.6; } .page-poppy-playtime-chapter-2-now-gg__faq-item.active .page-poppy-playtime-chapter-2-now-gg__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-poppy-playtime-chapter-2-now-gg__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-poppy-playtime-chapter-2-now-gg__blog-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-poppy-playtime-chapter-2-now-gg__blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-chapter-2-now-gg__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-poppy-playtime-chapter-2-now-gg__blog-card-content { padding: 20px; } .page-poppy-playtime-chapter-2-now-gg__blog-card-title { font-size: 1.3em; color: #e94560; margin-bottom: 10px; line-height: 1.4; } .page-poppy-playtime-chapter-2-now-gg__blog-card-description { font-size: 0.9em; color: #ccc; margin-bottom: 15px; line-height: 1.5; } .page-poppy-playtime-chapter-2-now-gg__blog-card-link { display: inline-block; color: #fff; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: color 0.3s ease; } .page-poppy-playtime-chapter-2-now-gg__blog-card-link:hover { color: #e94560; } .page-poppy-playtime-chapter-2-now-gg__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-poppy-playtime-chapter-2-now-gg__floating-button { background-color: #e94560; color: #fff; padding: 10px 15px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; text-align: center; min-width: 100px; } .page-poppy-playtime-chapter-2-now-gg__floating-button:hover { background-color: #ff6b81; transform: scale(1.05); } @media (max-width: 768px) { .page-poppy-playtime-chapter-2-now-gg__hero-title { font-size: 2.5em; } .page-poppy-playtime-chapter-2-now-gg__hero-description { font-size: 1em; } .page-poppy-playtime-chapter-2-now-gg__title { font-size: 2em; } .page-poppy-playtime-chapter-2-now-gg__subtitle { font-size: 1.5em; } .page-poppy-playtime-chapter-2-now-gg__grid { grid-template-columns: 1fr; } .page-poppy-playtime-chapter-2-now-gg__quick-links-grid { grid-template-columns: 1fr; } .page-poppy-playtime-chapter-2-now-gg__promo-item { flex-direction: column; text-align: center; } .page-poppy-playtime-chapter-2-now-gg__promo-icon { margin-right: 0; margin-bottom: 15px; } .page-poppy-playtime-chapter-2-now-gg__blog-grid { grid-template-columns: 1fr; } .page-poppy-playtime-chapter-2-now-gg__faq-question h3 { font-size: 1em; } .page-poppy-playtime-chapter-2-now-gg__faq-answer { padding: 0 15px !important; } .page-poppy-playtime-chapter-2-now-gg__faq-item.active .page-poppy-playtime-chapter-2-now-gg__faq-answer { padding: 15px !important; } .page-poppy-playtime-chapter-2-now-gg__floating-buttons { right: 10px; bottom: 10px; } .page-poppy-playtime-chapter-2-now-gg__grid-item, .page-poppy-playtime-chapter-2-now-gg__game-card, .page-poppy-playtime-chapter-2-now-gg__promo-item, .page-poppy-playtime-chapter-2-now-gg__faq-item, .page-poppy-playtime-chapter-2-now-gg__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-2-now-gg__grid, .page-poppy-playtime-chapter-2-now-gg__quick-links-grid, .page-poppy-playtime-chapter-2-now-gg__blog-grid { padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-chapter-2-now-gg__intro-text, .page-poppy-playtime-chapter-2-now-gg__grid-item p, .page-poppy-playtime-chapter-2-now-gg__game-card-description, .page-poppy-playtime-chapter-2-now-gg__promo-details p, .page-poppy-playtime-chapter-2-now-gg__faq-answer, .page-poppy-playtime-chapter-2-now-gg__blog-card-description { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } @media (max-width: 480px) { .page-poppy-playtime-chapter-2-now-gg__hero-section { padding: 80px 15px; } .page-poppy-playtime-chapter-2-now-gg__hero-title { font-size: 2em; } .page-poppy-playtime-chapter-2-now-gg__hero-description { font-size: 0.9em; } .page-poppy-playtime-chapter-2-now-gg__button { padding: 10px 20px; font-size: 0.9em; } .page-poppy-playtime-chapter-2-now-gg__title { font-size: 1.8em; } .page-poppy-playtime-chapter-2-now-gg__subtitle { font-size: 1.3em; } .page-poppy-playtime-chapter-2-now-gg__grid-item h3 { font-size: 1.3em; } .page-poppy-playtime-chapter-2-now-gg__game-card-title { font-size: 1.2em; } .page-poppy-playtime-chapter-2-now-gg__promo-details h3 { font-size: 1.1em; } .page-poppy-playtime-chapter-2-now-gg__blog-card-title { font-size: 1.1em; } }