.page-poppy-playtime-chapter-2-mobile { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-poppy-playtime-chapter-2-mobile__hero-section { background-image: url('[GALLERY:hero:1920x1080:poppy_playtime,chapter_2,mobile_game,horror]'); background-size: cover; background-position: center; padding: 10px 20px 100px; text-align: center; display: flex; align-items: center; justify-content: center; min-height: 500px; position: relative; z-index: 1; } .page-poppy-playtime-chapter-2-mobile__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); z-index: -1; } .page-poppy-playtime-chapter-2-mobile__hero-content { max-width: 900px; } .page-poppy-playtime-chapter-2-mobile__hero-title { font-size: 3.5em; color: #e74c3c; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-poppy-playtime-chapter-2-mobile__hero-subtitle { font-size: 1.5em; color: #ccc; margin-bottom: 40px; } .page-poppy-playtime-chapter-2-mobile__hero-cta, .page-poppy-playtime-chapter-2-mobile__quick-access-btn, .page-poppy-playtime-chapter-2-mobile__promo-cta, .page-poppy-playtime-chapter-2-mobile__service-cta { display: inline-block; background-color: #e74c3c; color: #ffffff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-poppy-playtime-chapter-2-mobile__hero-cta:hover, .page-poppy-playtime-chapter-2-mobile__quick-access-btn:hover, .page-poppy-playtime-chapter-2-mobile__promo-cta:hover, .page-poppy-playtime-chapter-2-mobile__service-cta:hover { background-color: #c0392b; transform: translateY(-3px); } .page-poppy-playtime-chapter-2-mobile__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 20px; background-color: #222; } .page-poppy-playtime-chapter-2-mobile__payment-providers-title { width: 100%; text-align: center; color: #e74c3c; font-size: 2em; margin-bottom: 30px; } .page-poppy-playtime-chapter-2-mobile__payment-logos-wrapper { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; max-width: 1200px; } .page-poppy-playtime-chapter-2-mobile__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; object-fit: contain; filter: brightness(0.8) grayscale(0.5); transition: filter 0.3s ease; } .page-poppy-playtime-chapter-2-mobile__payment-logo:hover { filter: brightness(1) grayscale(0); } .page-poppy-playtime-chapter-2-mobile__intro-section, .page-poppy-playtime-chapter-2-mobile__quick-access-section, .page-poppy-playtime-chapter-2-mobile__game-features-section, .page-poppy-playtime-chapter-2-mobile__promo-section, .page-poppy-playtime-chapter-2-mobile__security-service-section, .page-poppy-playtime-chapter-2-mobile__faq-section, .page-poppy-playtime-chapter-2-mobile__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-chapter-2-mobile__intro-title, .page-poppy-playtime-chapter-2-mobile__quick-access-title, .page-poppy-playtime-chapter-2-mobile__game-features-title, .page-poppy-playtime-chapter-2-mobile__promo-title, .page-poppy-playtime-chapter-2-mobile__security-service-title, .page-poppy-playtime-chapter-2-mobile__faq-title, .page-poppy-playtime-chapter-2-mobile__blog-title { text-align: center; color: #e74c3c; font-size: 2.5em; margin-bottom: 40px; } .page-poppy-playtime-chapter-2-mobile__intro-text { font-size: 1.1em; text-align: center; margin-bottom: 40px; color: #ccc; } .page-poppy-playtime-chapter-2-mobile__highlight { color: #e74c3c; font-weight: bold; } .page-poppy-playtime-chapter-2-mobile__features-grid, .page-poppy-playtime-chapter-2-mobile__game-grid, .page-poppy-playtime-chapter-2-mobile__promo-grid, .page-poppy-playtime-chapter-2-mobile__service-grid, .page-poppy-playtime-chapter-2-mobile__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-poppy-playtime-chapter-2-mobile__feature-item, .page-poppy-playtime-chapter-2-mobile__game-item, .page-poppy-playtime-chapter-2-mobile__promo-card, .page-poppy-playtime-chapter-2-mobile__service-item, .page-poppy-playtime-chapter-2-mobile__blog-card { background-color: #2a2a2a; padding: 30px; border-radius: 8px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-poppy-playtime-chapter-2-mobile__feature-item:hover, .page-poppy-playtime-chapter-2-mobile__game-item:hover, .page-poppy-playtime-chapter-2-mobile__promo-card:hover, .page-poppy-playtime-chapter-2-mobile__service-item:hover, .page-poppy-playtime-chapter-2-mobile__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5); } .page-poppy-playtime-chapter-2-mobile__feature-icon, .page-poppy-playtime-chapter-2-mobile__game-image, .page-poppy-playtime-chapter-2-mobile__promo-image, .page-poppy-playtime-chapter-2-mobile__service-icon, .page-poppy-playtime-chapter-2-mobile__blog-image { max-width: 100%; height: auto; border-radius: 4px; margin-bottom: 20px; object-fit: cover; min-width: 200px; min-height: 200px; } .page-poppy-playtime-chapter-2-mobile__feature-heading, .page-poppy-playtime-chapter-2-mobile__game-name, .page-poppy-playtime-chapter-2-mobile__promo-heading, .page-poppy-playtime-chapter-2-mobile__service-heading, .page-poppy-playtime-chapter-2-mobile__blog-heading { font-size: 1.5em; color: #e74c3c; margin-bottom: 15px; } .page-poppy-playtime-chapter-2-mobile__blog-heading a { color: #e74c3c; text-decoration: none; transition: color 0.3s ease; } .page-poppy-playtime-chapter-2-mobile__blog-heading a:hover { color: #f1c40f; } .page-poppy-playtime-chapter-2-mobile__feature-description, .page-poppy-playtime-chapter-2-mobile__game-description, .page-poppy-playtime-chapter-2-mobile__promo-description, .page-poppy-playtime-chapter-2-mobile__service-description, .page-poppy-playtime-chapter-2-mobile__blog-excerpt { color: #ccc; font-size: 1em; margin-bottom: 20px; } .page-poppy-playtime-chapter-2-mobile__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-poppy-playtime-chapter-2-mobile__faq-container { margin-top: 40px; } .page-poppy-playtime-chapter-2-mobile__faq-item { background-color: #2a2a2a; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } .page-poppy-playtime-chapter-2-mobile__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #333; color: #f0f0f0; transition: background-color 0.3s ease; user-select: none; } .page-poppy-playtime-chapter-2-mobile__faq-question:hover { background-color: #444; } .page-poppy-playtime-chapter-2-mobile__faq-question-text { margin: 0; font-size: 1.2em; color: #e74c3c; pointer-events: none; } .page-poppy-playtime-chapter-2-mobile__faq-toggle { font-size: 1.5em; font-weight: bold; color: #f0f0f0; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-chapter-2-mobile__faq-item.active .page-poppy-playtime-chapter-2-mobile__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-chapter-2-mobile__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; 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-chapter-2-mobile__faq-item.active .page-poppy-playtime-chapter-2-mobile__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-poppy-playtime-chapter-2-mobile__blog-card { display: flex; flex-direction: column; } .page-poppy-playtime-chapter-2-mobile__blog-image { width: 100%; height: 250px; object-fit: cover; border-bottom: 3px solid #e74c3c; } .page-poppy-playtime-chapter-2-mobile__blog-heading { flex-grow: 1; margin-top: 20px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-2-mobile__hero-title { font-size: 2.5em; } .page-poppy-playtime-chapter-2-mobile__hero-subtitle { font-size: 1.2em; } .page-poppy-playtime-chapter-2-mobile__hero-cta, .page-poppy-playtime-chapter-2-mobile__quick-access-btn, .page-poppy-playtime-chapter-2-mobile__promo-cta, .page-poppy-playtime-chapter-2-mobile__service-cta { padding: 12px 20px; font-size: 1em; } .page-poppy-playtime-chapter-2-mobile__payment-providers { gap: 16px; padding: 30px 15px; } .page-poppy-playtime-chapter-2-mobile__payment-providers-title { font-size: 1.8em; margin-bottom: 20px; } .page-poppy-playtime-chapter-2-mobile__payment-logos-wrapper { gap: 16px; } .page-poppy-playtime-chapter-2-mobile__payment-logo { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-poppy-playtime-chapter-2-mobile__intro-section, .page-poppy-playtime-chapter-2-mobile__quick-access-section, .page-poppy-playtime-chapter-2-mobile__game-features-section, .page-poppy-playtime-chapter-2-mobile__promo-section, .page-poppy-playtime-chapter-2-mobile__security-service-section, .page-poppy-playtime-chapter-2-mobile__faq-section, .page-poppy-playtime-chapter-2-mobile__blog-section { padding: 40px 15px; } .page-poppy-playtime-chapter-2-mobile__intro-title, .page-poppy-playtime-chapter-2-mobile__quick-access-title, .page-poppy-playtime-chapter-2-mobile__game-features-title, .page-poppy-playtime-chapter-2-mobile__promo-title, .page-poppy-playtime-chapter-2-mobile__security-service-title, .page-poppy-playtime-chapter-2-mobile__faq-title, .page-poppy-playtime-chapter-2-mobile__blog-title { font-size: 2em; margin-bottom: 30px; } .page-poppy-playtime-chapter-2-mobile__features-grid, .page-poppy-playtime-chapter-2-mobile__game-grid, .page-poppy-playtime-chapter-2-mobile__promo-grid, .page-poppy-playtime-chapter-2-mobile__service-grid, .page-poppy-playtime-chapter-2-mobile__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-poppy-playtime-chapter-2-mobile__feature-item, .page-poppy-playtime-chapter-2-mobile__game-item, .page-poppy-playtime-chapter-2-mobile__promo-card, .page-poppy-playtime-chapter-2-mobile__service-item, .page-poppy-playtime-chapter-2-mobile__blog-card { padding: 20px; } .page-poppy-playtime-chapter-2-mobile__feature-icon, .page-poppy-playtime-chapter-2-mobile__game-image, .page-poppy-playtime-chapter-2-mobile__promo-image, .page-poppy-playtime-chapter-2-mobile__service-icon, .page-poppy-playtime-chapter-2-mobile__blog-image { width: 100% !important; max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-poppy-playtime-chapter-2-mobile__feature-description, .page-poppy-playtime-chapter-2-mobile__game-description, .page-poppy-playtime-chapter-2-mobile__promo-description, .page-poppy-playtime-chapter-2-mobile__service-description, .page-poppy-playtime-chapter-2-mobile__blog-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-poppy-playtime-chapter-2-mobile__quick-access-links { flex-direction: column; align-items: center; } .page-poppy-playtime-chapter-2-mobile__faq-question { padding: 15px 20px; } .page-poppy-playtime-chapter-2-mobile__faq-question-text { font-size: 1.1em; } .page-poppy-playtime-chapter-2-mobile__faq-answer { padding: 0 20px; } .page-poppy-playtime-chapter-2-mobile__faq-item.active .page-poppy-playtime-chapter-2-mobile__faq-answer { padding: 15px 20px !important; } }