.page-is-poppy-playtime-the-biggest-factory { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f9f9f9; padding-top: 10px; } .page-is-poppy-playtime-the-biggest-factory__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-is-poppy-playtime-the-biggest-factory__hero-section { text-align: center; padding: 60px 20px; background: linear-gradient(135deg, #ffcc00, #ff6600); color: #fff; border-radius: 10px; margin-bottom: 40px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); } .page-is-poppy-playtime-the-biggest-factory__hero-title { font-size: 2.8em; margin-bottom: 20px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } .page-is-poppy-playtime-the-biggest-factory__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-is-poppy-playtime-the-biggest-factory__cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-is-poppy-playtime-the-biggest-factory__cta-button { display: inline-block; background-color: #007bff; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 10px rgba(0, 123, 255, 0.4); } .page-is-poppy-playtime-the-biggest-factory__cta-button:hover { background-color: #0056b3; transform: translateY(-3px); } .page-is-poppy-playtime-the-biggest-factory__section { background-color: #fff; padding: 40px; border-radius: 10px; margin-bottom: 30px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); } .page-is-poppy-playtime-the-biggest-factory__section-title { font-size: 2em; color: #333; margin-bottom: 25px; text-align: center; } .page-is-poppy-playtime-the-biggest-factory__content-text { font-size: 1.1em; margin-bottom: 20px; text-align: justify; } .page-is-poppy-playtime-the-biggest-factory__image-wrapper { text-align: center; margin: 30px 0; } .page-is-poppy-playtime-the-biggest-factory__image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); } .page-is-poppy-playtime-the-biggest-factory__features-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; } .page-is-poppy-playtime-the-biggest-factory__features-item { background-color: #e9f7ff; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-is-poppy-playtime-the-biggest-factory__features-item:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-is-poppy-playtime-the-biggest-factory__features-item h4 { color: #007bff; font-size: 1.3em; margin-bottom: 15px; } .page-is-poppy-playtime-the-biggest-factory__features-item p { color: #555; font-size: 0.95em; } .page-is-poppy-playtime-the-biggest-factory__faq-section { background-color: #fff; padding: 40px; border-radius: 10px; margin-bottom: 30px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); } .page-is-poppy-playtime-the-biggest-factory__faq-title { font-size: 2em; color: #333; margin-bottom: 25px; text-align: center; } .page-is-poppy-playtime-the-biggest-factory__faq-item { margin-bottom: 15px; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; } .page-is-poppy-playtime-the-biggest-factory__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #f0f0f0; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-is-poppy-playtime-the-biggest-factory__faq-question:hover { background-color: #e0e0e0; } .page-is-poppy-playtime-the-biggest-factory__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; } .page-is-poppy-playtime-the-biggest-factory__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; pointer-events: none; transition: transform 0.3s ease; } .page-is-poppy-playtime-the-biggest-factory__faq-item.active .page-is-poppy-playtime-the-biggest-factory__faq-toggle { transform: rotate(45deg); } .page-is-poppy-playtime-the-biggest-factory__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; 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; color: #555; } .page-is-poppy-playtime-the-biggest-factory__faq-item.active .page-is-poppy-playtime-the-biggest-factory__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } @media (max-width: 768px) { .page-is-poppy-playtime-the-biggest-factory__hero-section { padding: 40px 15px; } .page-is-poppy-playtime-the-biggest-factory__hero-title { font-size: 2em; } .page-is-poppy-playtime-the-biggest-factory__hero-subtitle { font-size: 1em; } .page-is-poppy-playtime-the-biggest-factory__cta-buttons { flex-direction: column; gap: 15px; } .page-is-poppy-playtime-the-biggest-factory__cta-button { width: 100%; max-width: 300px; margin: 0 auto; } .page-is-poppy-playtime-the-biggest-factory__section, .page-is-poppy-playtime-the-biggest-factory__faq-section { padding: 20px; margin-bottom: 20px; } .page-is-poppy-playtime-the-biggest-factory__section-title, .page-is-poppy-playtime-the-biggest-factory__faq-title { font-size: 1.5em; margin-bottom: 20px; } .page-is-poppy-playtime-the-biggest-factory__content-text { font-size: 1em; } .page-is-poppy-playtime-the-biggest-factory__features-list { grid-template-columns: 1fr; gap: 15px; } .page-is-poppy-playtime-the-biggest-factory__features-item { padding: 20px; width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-is-poppy-playtime-the-biggest-factory__features-item h4 { font-size: 1.1em; } .page-is-poppy-playtime-the-biggest-factory__faq-question { padding: 12px 15px; } .page-is-poppy-playtime-the-biggest-factory__faq-question h3 { font-size: 1em; } .page-is-poppy-playtime-the-biggest-factory__faq-answer { padding: 15px 15px !important; } .page-is-poppy-playtime-the-biggest-factory__image { max-width: 100%; height: auto; } .page-is-poppy-playtime-the-biggest-factory__image-wrapper { width: 100% !important; max-width: 100% !important; overflow: hidden; box-sizing: border-box !important; } }