.page-poppy-playtime-chapter-2-mob-games-studio { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f9fa; padding-bottom: 40px; } .page-poppy-playtime-chapter-2-mob-games-studio__hero-section { position: relative; background-color: #000; color: #fff; padding: 10px 20px 60px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; min-height: 500px; position: relative; } .page-poppy-playtime-chapter-2-mob-games-studio__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.4)); z-index: 1; } .page-poppy-playtime-chapter-2-mob-games-studio__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; padding: 20px 0; } .page-poppy-playtime-chapter-2-mob-games-studio__hero-content h1 { font-size: 2.5em; margin-bottom: 20px; color: #ffcc00; line-height: 1.2; } .page-poppy-playtime-chapter-2-mob-games-studio__hero-content p { font-size: 1.1em; margin-bottom: 30px; color: #e0e0e0; } .page-poppy-playtime-chapter-2-mob-games-studio__hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; } .page-poppy-playtime-chapter-2-mob-games-studio__button { display: inline-block; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; font-size: 1em; white-space: nowrap; border: none; cursor: pointer; } .page-poppy-playtime-chapter-2-mob-games-studio__button--primary { background-color: #ffcc00; color: #333; } .page-poppy-playtime-chapter-2-mob-games-studio__button--primary:hover { background-color: #e6b800; transform: translateY(-2px); } .page-poppy-playtime-chapter-2-mob-games-studio__button--secondary { background-color: #333; color: #ffcc00; border: 2px solid #ffcc00; } .page-poppy-playtime-chapter-2-mob-games-studio__button--secondary:hover { background-color: #ffcc00; color: #333; transform: translateY(-2px); } .page-poppy-playtime-chapter-2-mob-games-studio__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; } .page-poppy-playtime-chapter-2-mob-games-studio__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.4; pointer-events: none; } .page-poppy-playtime-chapter-2-mob-games-studio__features-section, .page-poppy-playtime-chapter-2-mob-games-studio__cta-download-section, .page-poppy-playtime-chapter-2-mob-games-studio__promotions-section, .page-poppy-playtime-chapter-2-mob-games-studio__faq-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; } .page-poppy-playtime-chapter-2-mob-games-studio__features-section h2, .page-poppy-playtime-chapter-2-mob-games-studio__cta-download-section h2, .page-poppy-playtime-chapter-2-mob-games-studio__promotions-section h2, .page-poppy-playtime-chapter-2-mob-games-studio__faq-section h2 { font-size: 2em; margin-bottom: 20px; color: #007bff; } .page-poppy-playtime-chapter-2-mob-games-studio__features-section p, .page-poppy-playtime-chapter-2-mob-games-studio__cta-download-section p, .page-poppy-playtime-chapter-2-mob-games-studio__promotions-section p { font-size: 1.1em; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-poppy-playtime-chapter-2-mob-games-studio__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-poppy-playtime-chapter-2-mob-games-studio__feature-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); padding: 30px; text-align: center; transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: center; } .page-poppy-playtime-chapter-2-mob-games-studio__feature-card:hover { transform: translateY(-5px); } .page-poppy-playtime-chapter-2-mob-games-studio__feature-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; max-width: 100%; height: auto; } .page-poppy-playtime-chapter-2-mob-games-studio__feature-card h3 { font-size: 1.4em; margin-bottom: 15px; color: #333; } .page-poppy-playtime-chapter-2-mob-games-studio__feature-card p { font-size: 1em; color: #555; margin-bottom: 0; } .page-poppy-playtime-chapter-2-mob-games-studio__cta-download-section { background-color: #007bff; color: #fff; padding: 80px 20px; border-radius: 15px; margin: 60px auto; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; } .page-poppy-playtime-chapter-2-mob-games-studio__cta-download-section h2 { color: #fff; margin-bottom: 25px; } .page-poppy-playtime-chapter-2-mob-games-studio__cta-download-section p { color: #e0e0e0; margin-bottom: 30px; } .page-poppy-playtime-chapter-2-mob-games-studio__cta-app-image { max-width: 300px; width: 100%; height: auto; margin-top: 40px; border-radius: 15px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); } .page-poppy-playtime-chapter-2-mob-games-studio__promo-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-poppy-playtime-chapter-2-mob-games-studio__promo-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); padding: 30px; text-align: center; transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: center; } .page-poppy-playtime-chapter-2-mob-games-studio__promo-card:hover { transform: translateY(-5px); } .page-poppy-playtime-chapter-2-mob-games-studio__promo-image { width: 100%; max-width: 400px; height: auto; object-fit: cover; border-radius: 8px; margin-bottom: 20px; } .page-poppy-playtime-chapter-2-mob-games-studio__promo-card h3 { font-size: 1.5em; margin-bottom: 15px; color: #333; } .page-poppy-playtime-chapter-2-mob-games-studio__promo-card p { font-size: 1em; color: #555; margin-bottom: 25px; flex-grow: 1; } .page-poppy-playtime-chapter-2-mob-games-studio__faq-container { margin-top: 40px; text-align: left; } .page-poppy-playtime-chapter-2-mob-games-studio__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); overflow: hidden; } .page-poppy-playtime-chapter-2-mob-games-studio__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #f0f0f0; border-bottom: 1px solid #e0e0e0; transition: background-color 0.3s ease; user-select: none; } .page-poppy-playtime-chapter-2-mob-games-studio__faq-question:hover { background-color: #e9e9e9; } .page-poppy-playtime-chapter-2-mob-games-studio__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; } .page-poppy-playtime-chapter-2-mob-games-studio__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-chapter-2-mob-games-studio__faq-item.active .page-poppy-playtime-chapter-2-mob-games-studio__faq-toggle { transform: rotate(45deg); color: #dc3545; } .page-poppy-playtime-chapter-2-mob-games-studio__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #fff; } .page-poppy-playtime-chapter-2-mob-games-studio__faq-item.active .page-poppy-playtime-chapter-2-mob-games-studio__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-poppy-playtime-chapter-2-mob-games-studio__faq-answer p { margin: 0; color: #555; font-size: 1em; } @media (max-width: 768px) { .page-poppy-playtime-chapter-2-mob-games-studio__hero-content h1 { font-size: 2em; } .page-poppy-playtime-chapter-2-mob-games-studio__hero-content p { font-size: 1em; } .page-poppy-playtime-chapter-2-mob-games-studio__hero-actions { flex-direction: column; gap: 10px; } .page-poppy-playtime-chapter-2-mob-games-studio__button { width: 100%; padding: 12px 20px; font-size: 0.9em; } .page-poppy-playtime-chapter-2-mob-games-studio__features-section, .page-poppy-playtime-chapter-2-mob-games-studio__cta-download-section, .page-poppy-playtime-chapter-2-mob-games-studio__promotions-section, .page-poppy-playtime-chapter-2-mob-games-studio__faq-section { padding: 40px 15px; } .page-poppy-playtime-chapter-2-mob-games-studio__features-section h2, .page-poppy-playtime-chapter-2-mob-games-studio__cta-download-section h2, .page-poppy-playtime-chapter-2-mob-games-studio__promotions-section h2, .page-poppy-playtime-chapter-2-mob-games-studio__faq-section h2 { font-size: 1.8em; } .page-poppy-playtime-chapter-2-mob-games-studio__features-grid, .page-poppy-playtime-chapter-2-mob-games-studio__promo-cards { grid-template-columns: 1fr; gap: 20px; } .page-poppy-playtime-chapter-2-mob-games-studio__feature-card, .page-poppy-playtime-chapter-2-mob-games-studio__promo-card { padding: 20px; box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-poppy-playtime-chapter-2-mob-games-studio__feature-icon, .page-poppy-playtime-chapter-2-mob-games-studio__promo-image, .page-poppy-playtime-chapter-2-mob-games-studio__cta-app-image { max-width: 100% !important; height: auto !important; } .page-poppy-playtime-chapter-2-mob-games-studio__faq-question { padding: 15px 20px; } .page-poppy-playtime-chapter-2-mob-games-studio__faq-question h3 { font-size: 1.1em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-poppy-playtime-chapter-2-mob-games-studio__faq-answer { padding: 0 20px; } .page-poppy-playtime-chapter-2-mob-games-studio__faq-item.active .page-poppy-playtime-chapter-2-mob-games-studio__faq-answer { padding: 15px 20px !important; } } @media (max-width: 480px) { .page-poppy-playtime-chapter-2-mob-games-studio__hero-content h1 { font-size: 1.8em; } }