body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f0f2f5; color: #333; line-height: 1.6; } .page-is-prototype-the-strongest-in-poppy-playtime__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-is-prototype-the-strongest-in-poppy-playtime__hero-section { background: linear-gradient(135deg, #0a192f 0%, #1a3a5a 100%); color: #fff; padding: 60px 20px; text-align: center; border-radius: 8px; margin-bottom: 30px; box-sizing: border-box; } .page-is-prototype-the-strongest-in-poppy-playtime__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-is-prototype-the-strongest-in-poppy-playtime__hero-subtitle { font-size: 1.3em; max-width: 800px; margin: 0 auto; opacity: 0.9; } .page-is-prototype-the-strongest-in-poppy-playtime__content-section { background-color: #ffffff; padding: 30px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); margin-bottom: 30px; } .page-is-prototype-the-strongest-in-poppy-playtime__section-title { font-size: 2em; color: #0a192f; margin-bottom: 20px; border-bottom: 2px solid #e0e0e0; padding-bottom: 10px; } .page-is-prototype-the-strongest-in-poppy-playtime__paragraph { margin-bottom: 15px; font-size: 1.05em; } .page-is-prototype-the-strongest-in-poppy-playtime__image-wrapper { text-align: center; margin: 30px 0; } .page-is-prototype-the-strongest-in-poppy-playtime__image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); } .page-is-prototype-the-strongest-in-poppy-playtime__list { list-style: none; padding: 0; margin: 20px 0; } .page-is-prototype-the-strongest-in-poppy-playtime__list-item { background-color: #e6f7ff; border-left: 5px solid #007bff; padding: 15px; margin-bottom: 10px; border-radius: 5px; font-size: 1.05em; box-sizing: border-box; } .page-is-prototype-the-strongest-in-poppy-playtime__cta-section { text-align: center; padding: 40px 20px; background-color: #007bff; color: #fff; border-radius: 8px; margin-bottom: 30px; } .page-is-prototype-the-strongest-in-poppy-playtime__cta-title { font-size: 2.2em; margin-bottom: 20px; } .page-is-prototype-the-strongest-in-poppy-playtime__cta-button { display: inline-block; background-color: #ffc107; color: #333; 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; margin: 10px; } .page-is-prototype-the-strongest-in-poppy-playtime__cta-button:hover { background-color: #e0a800; transform: translateY(-3px); } .page-is-prototype-the-strongest-in-poppy-playtime__faq-section { background-color: #ffffff; padding: 30px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); } .page-is-prototype-the-strongest-in-poppy-playtime__faq-item { border-bottom: 1px solid #eee; margin-bottom: 10px; } .page-is-prototype-the-strongest-in-poppy-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; cursor: pointer; user-select: none; font-weight: bold; color: #0a192f; transition: background-color 0.3s ease; } .page-is-prototype-the-strongest-in-poppy-playtime__faq-question:hover { background-color: #f9f9f9; } .page-is-prototype-the-strongest-in-poppy-playtime__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; } .page-is-prototype-the-strongest-in-poppy-playtime__faq-toggle { font-size: 1.5em; font-weight: normal; margin-left: 10px; pointer-events: none; transition: transform 0.3s ease; } .page-is-prototype-the-strongest-in-poppy-playtime__faq-item.active .page-is-prototype-the-strongest-in-poppy-playtime__faq-toggle { transform: rotate(45deg); } .page-is-prototype-the-strongest-in-poppy-playtime__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; color: #555; } .page-is-prototype-the-strongest-in-poppy-playtime__faq-item.active .page-is-prototype-the-strongest-in-poppy-playtime__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-is-prototype-the-strongest-in-poppy-playtime__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-is-prototype-the-strongest-in-poppy-playtime__floating-button { background-color: #ffc107; color: #333; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; text-align: center; } .page-is-prototype-the-strongest-in-poppy-playtime__floating-button:hover { background-color: #e0a800; transform: translateY(-3px); } @media (max-width: 768px) { .page-is-prototype-the-strongest-in-poppy-playtime__hero-title { font-size: 2em; } .page-is-prototype-the-strongest-in-poppy-playtime__hero-subtitle { font-size: 1em; } .page-is-prototype-the-strongest-in-poppy-playtime__section-title { font-size: 1.6em; } .page-is-prototype-the-strongest-in-poppy-playtime__cta-title { font-size: 1.8em; } .page-is-prototype-the-strongest-in-poppy-playtime__cta-button { padding: 12px 20px; font-size: 0.95em; } .page-is-prototype-the-strongest-in-poppy-playtime__list-item { width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 10px; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-is-prototype-the-strongest-in-poppy-playtime__image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-is-prototype-the-strongest-in-poppy-playtime__faq-question h3 { font-size: 1em; } .page-is-prototype-the-strongest-in-poppy-playtime__faq-answer { padding: 15px 10px !important; } .page-is-prototype-the-strongest-in-poppy-playtime__floating-buttons { right: 10px; bottom: 10px; } .page-is-prototype-the-strongest-in-poppy-playtime__floating-button { padding: 10px 20px; font-size: 0.9em; } } @media (max-width: 480px) { .page-is-prototype-the-strongest-in-poppy-playtime__hero-section { padding: 40px 15px; } .page-is-prototype-the-strongest-in-poppy-playtime__content-section, .page-is-prototype-the-strongest-in-poppy-playtime__faq-section { padding: 20px 15px; } .page-is-prototype-the-strongest-in-poppy-playtime__hero-title { font-size: 1.8em; } .page-is-prototype-the-strongest-in-poppy-playtime__section-title { font-size: 1.4em; } }