body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #1a1a1a; color: #f0f0f0; line-height: 1.6; } .page-who-created-the-game-poppy-playtime { max-width: 1200px; margin: 0 auto; padding: 10px 20px; box-sizing: border-box; } @media (max-width: 768px) { .page-who-created-the-game-poppy-playtime { padding: 5px 15px; } } .page-who-created-the-game-poppy-playtime__hero-section { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 60px 0 40px; background-color: #2c2c2c; border-radius: 8px; margin-bottom: 40px; position: relative; overflow: hidden; padding-top: 10px; } @media (max-width: 768px) { .page-who-created-the-game-poppy-playtime__hero-section { padding: 40px 0 30px; } } .page-who-created-the-game-poppy-playtime__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0; } .page-who-created-the-game-poppy-playtime__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.2; } .page-who-created-the-game-poppy-playtime__hero-content { position: relative; z-index: 1; max-width: 800px; padding: 20px; } .page-who-created-the-game-poppy-playtime__hero-title { font-size: 2.8em; color: #e74c3c; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-who-created-the-game-poppy-playtime__hero-title { font-size: 1.8em; } } .page-who-created-the-game-poppy-playtime__hero-description { font-size: 1.2em; color: #cccccc; margin-bottom: 30px; } @media (max-width: 768px) { .page-who-created-the-game-poppy-playtime__hero-description { font-size: 1em; } } .page-who-created-the-game-poppy-playtime__cta-button { display: inline-block; background-color: #e74c3c; color: #ffffff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-who-created-the-game-poppy-playtime__cta-button:hover { background-color: #c0392b; transform: translateY(-3px); } .page-who-created-the-game-poppy-playtime__section-title { font-size: 2.2em; color: #e74c3c; text-align: center; margin-bottom: 30px; padding-top: 20px; } @media (max-width: 768px) { .page-who-created-the-game-poppy-playtime__section-title { font-size: 1.6em; margin-bottom: 20px; } } .page-who-created-the-game-poppy-playtime__content-grid { display: flex; gap: 30px; margin-bottom: 40px; align-items: center; } @media (max-width: 768px) { .page-who-created-the-game-poppy-playtime__content-grid { flex-direction: column; gap: 20px; } } .page-who-created-the-game-poppy-playtime__text-block { flex: 1; padding: 20px; background-color: #2c2c2c; border-radius: 8px; } .page-who-created-the-game-poppy-playtime__text-block p { margin-bottom: 15px; color: #cccccc; } .page-who-created-the-game-poppy-playtime__image-block { flex: 1; text-align: center; } .page-who-created-the-game-poppy-playtime__image { max-width: 100%; height: auto; border-radius: 8px; object-fit: cover; } @media (max-width: 768px) { .page-who-created-the-game-poppy-playtime__image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-who-created-the-game-poppy-playtime__image-block { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; } } .page-who-created-the-game-poppy-playtime__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 40px; } @media (max-width: 768px) { .page-who-created-the-game-poppy-playtime__features-grid { grid-template-columns: 1fr; gap: 20px; } } .page-who-created-the-game-poppy-playtime__feature-item { background-color: #2c2c2c; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; box-sizing: border-box; } .page-who-created-the-game-poppy-playtime__feature-item:hover { transform: translateY(-5px); } .page-who-created-the-game-poppy-playtime__feature-title { font-size: 1.5em; color: #e74c3c; margin-bottom: 15px; } .page-who-created-the-game-poppy-playtime__feature-image { max-width: 100%; height: auto; border-radius: 4px; margin-bottom: 15px; object-fit: cover; } @media (max-width: 768px) { .page-who-created-the-game-poppy-playtime__feature-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-who-created-the-game-poppy-playtime__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } } .page-who-created-the-game-poppy-playtime__feature-description { color: #cccccc; font-size: 0.95em; } .page-who-created-the-game-poppy-playtime__cta-button--secondary { background-color: #3498db; } .page-who-created-the-game-poppy-playtime__cta-button--secondary:hover { background-color: #2980b9; } .page-who-created-the-game-poppy-playtime__faq-section { background-color: #2c2c2c; padding: 40px; border-radius: 8px; margin-bottom: 40px; } @media (max-width: 768px) { .page-who-created-the-game-poppy-playtime__faq-section { padding: 20px; } } .page-who-created-the-game-poppy-playtime__faq-container { max-width: 800px; margin: 0 auto; } .page-who-created-the-game-poppy-playtime__faq-item { margin-bottom: 15px; border: 1px solid #3a3a3a; border-radius: 5px; overflow: hidden; } .page-who-created-the-game-poppy-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #3a3a3a; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-who-created-the-game-poppy-playtime__faq-question:hover { background-color: #4a4a4a; } .page-who-created-the-game-poppy-playtime__faq-question h3 { margin: 0; font-size: 1.1em; color: #f0f0f0; pointer-events: none; } .page-who-created-the-game-poppy-playtime__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e74c3c; transition: transform 0.3s ease; pointer-events: none; } .page-who-created-the-game-poppy-playtime__faq-item.active .page-who-created-the-game-poppy-playtime__faq-toggle { transform: rotate(45deg); } .page-who-created-the-game-poppy-playtime__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #2c2c2c; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-who-created-the-game-poppy-playtime__faq-item.active .page-who-created-the-game-poppy-playtime__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-who-created-the-game-poppy-playtime__faq-answer p { margin: 0; color: #cccccc; } @media (max-width: 768px) { .page-who-created-the-game-poppy-playtime__faq-question { padding: 12px 15px; } .page-who-created-the-game-poppy-playtime__faq-question h3 { font-size: 1em; } .page-who-created-the-game-poppy-playtime__faq-answer { padding: 0 15px; } .page-who-created-the-game-poppy-playtime__faq-item.active .page-who-created-the-game-poppy-playtime__faq-answer { padding: 15px !important; } }