.page-poppy-playtime-new-chapter { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-poppy-playtime-new-chapter__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-poppy-playtime-new-chapter__container { padding: 10px; } } .page-poppy-playtime-new-chapter__section { padding: 60px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } @media (max-width: 768px) { .page-poppy-playtime-new-chapter__section { padding: 40px 0; } } .page-poppy-playtime-new-chapter__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:poppy playtime new chapter,adventure,game,thriller]') no-repeat center center / cover; text-align: center; color: #fff; padding: 100px 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 70vh; position: relative; } @media (max-width: 768px) { .page-poppy-playtime-new-chapter__hero-section { padding: 80px 15px; min-height: 60vh; } } .page-poppy-playtime-new-chapter__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #ffeb3b; } @media (max-width: 768px) { .page-poppy-playtime-new-chapter__hero-title { font-size: 2.2em; } } .page-poppy-playtime-new-chapter__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; max-width: 800px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); } @media (max-width: 768px) { .page-poppy-playtime-new-chapter__hero-subtitle { font-size: 1.1em; margin-bottom: 30px; } } .page-poppy-playtime-new-chapter__btn { display: inline-block; background-color: #e91e63; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; } .page-poppy-playtime-new-chapter__btn:hover { background-color: #c2185b; transform: translateY(-3px); } .page-poppy-playtime-new-chapter__title { font-size: 2.5em; color: #ffeb3b; text-align: center; margin-bottom: 40px; } @media (max-width: 768px) { .page-poppy-playtime-new-chapter__title { font-size: 1.8em; margin-bottom: 30px; } } .page-poppy-playtime-new-chapter__text-block { background-color: #2a2a4a; padding: 30px; border-radius: 10px; margin-bottom: 30px; } .page-poppy-playtime-new-chapter__text-block p { margin-bottom: 15px; } .page-poppy-playtime-new-chapter__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } @media (max-width: 768px) { .page-poppy-playtime-new-chapter__features-grid { grid-template-columns: 1fr; gap: 20px; } } .page-poppy-playtime-new-chapter__feature-item { background-color: #2a2a4a; padding: 25px; border-radius: 10px; text-align: center; transition: transform 0.3s ease; } .page-poppy-playtime-new-chapter__feature-item:hover { transform: translateY(-5px); } .page-poppy-playtime-new-chapter__feature-item img { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 15px; min-width: 200px; min-height: 200px; object-fit: cover; } @media (max-width: 768px) { .page-poppy-playtime-new-chapter__feature-item img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-poppy-playtime-new-chapter__feature-item h3 { color: #ffeb3b; margin-bottom: 10px; font-size: 1.4em; } .page-poppy-playtime-new-chapter__feature-item p { color: #ccc; } .page-poppy-playtime-new-chapter__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; text-align: center; } @media (max-width: 768px) { .page-poppy-playtime-new-chapter__quick-links-grid { grid-template-columns: 1fr; } } .page-poppy-playtime-new-chapter__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; } @media (max-width: 768px) { .page-poppy-playtime-new-chapter__game-grid { grid-template-columns: 1fr; gap: 20px; } } .page-poppy-playtime-new-chapter__game-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-poppy-playtime-new-chapter__game-card:hover { transform: translateY(-8px); } .page-poppy-playtime-new-chapter__game-card img { width: 100%; height: 200px; object-fit: cover; } @media (max-width: 768px) { .page-poppy-playtime-new-chapter__game-card img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-poppy-playtime-new-chapter__game-card-content { padding: 20px; } .page-poppy-playtime-new-chapter__game-card-content h3 { color: #ffeb3b; margin-bottom: 10px; font-size: 1.3em; } .page-poppy-playtime-new-chapter__game-card-content p { color: #ccc; font-size: 0.95em; margin-bottom: 15px; } .page-poppy-playtime-new-chapter__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; } @media (max-width: 768px) { .page-poppy-playtime-new-chapter__promo-grid { grid-template-columns: 1fr; gap: 20px; } } .page-poppy-playtime-new-chapter__promo-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-poppy-playtime-new-chapter__promo-card:hover { transform: translateY(-8px); } .page-poppy-playtime-new-chapter__promo-card img { width: 100%; height: 220px; object-fit: cover; } @media (max-width: 768px) { .page-poppy-playtime-new-chapter__promo-card img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-poppy-playtime-new-chapter__promo-card-content { padding: 20px; } .page-poppy-playtime-new-chapter__promo-card-content h3 { color: #ffeb3b; margin-bottom: 10px; font-size: 1.4em; } .page-poppy-playtime-new-chapter__promo-card-content p { color: #ccc; font-size: 0.95em; margin-bottom: 20px; } .page-poppy-playtime-new-chapter__faq-item { background-color: #2a2a4a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-poppy-playtime-new-chapter__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #3f3f6e; color: #ffeb3b; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; user-select: none; } @media (max-width: 768px) { .page-poppy-playtime-new-chapter__faq-question { padding: 15px 20px; font-size: 1em; } } .page-poppy-playtime-new-chapter__faq-question:hover { background-color: #5a5a8e; } .page-poppy-playtime-new-chapter__faq-question h3 { margin: 0; pointer-events: none; } .page-poppy-playtime-new-chapter__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-poppy-playtime-new-chapter__faq-item.active .page-poppy-playtime-new-chapter__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-new-chapter__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #2a2a4a; 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; } .page-poppy-playtime-new-chapter__faq-item.active .page-poppy-playtime-new-chapter__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-poppy-playtime-new-chapter__faq-item.active .page-poppy-playtime-new-chapter__faq-answer { padding: 15px 20px !important; } } .page-poppy-playtime-new-chapter__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } @media (max-width: 768px) { .page-poppy-playtime-new-chapter__blog-grid { grid-template-columns: 1fr; gap: 20px; } } .page-poppy-playtime-new-chapter__blog-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-poppy-playtime-new-chapter__blog-card:hover { transform: translateY(-8px); } .page-poppy-playtime-new-chapter__blog-card img { width: 100%; height: 200px; object-fit: cover; } @media (max-width: 768px) { .page-poppy-playtime-new-chapter__blog-card img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-poppy-playtime-new-chapter__blog-card-content { padding: 20px; } .page-poppy-playtime-new-chapter__blog-card-content h3 { margin-bottom: 10px; font-size: 1.3em; } .page-poppy-playtime-new-chapter__blog-card-content h3 a { color: #ffeb3b; text-decoration: none; } .page-poppy-playtime-new-chapter__blog-card-content h3 a:hover { text-decoration: underline; } .page-poppy-playtime-new-chapter__blog-card-content p { color: #ccc; font-size: 0.9em; margin-bottom: 15px; } .page-poppy-playtime-new-chapter__blog-card-content .page-poppy-playtime-new-chapter__read-more { display: inline-block; color: #e91e63; text-decoration: none; font-weight: bold; } .page-poppy-playtime-new-chapter__blog-card-content .page-poppy-playtime-new-chapter__read-more:hover { text-decoration: underline; } .page-poppy-playtime-new-chapter__contact-info { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 20px; text-align: center; } .page-poppy-playtime-new-chapter__contact-item { flex: 1; min-width: 280px; background-color: #2a2a4a; padding: 25px; border-radius: 10px; } .page-poppy-playtime-new-chapter__contact-item h3 { color: #ffeb3b; margin-bottom: 10px; } .page-poppy-playtime-new-chapter__contact-item p { color: #ccc; margin-bottom: 5px; } .page-poppy-playtime-new-chapter__contact-item a { color: #e91e63; text-decoration: none; } .page-poppy-playtime-new-chapter__contact-item a:hover { text-decoration: underline; }