.page-poppy-playtime-chapter-3-animals { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-poppy-playtime-chapter-3-animals__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-poppy-playtime-chapter-3-animals__hero { position: relative; text-align: center; color: #fff; padding: 10px 20px 80px; background-color: #222; overflow: hidden; }.page-poppy-playtime-chapter-3-animals__hero-image { width: 100%; height: auto; display: block; object-fit: cover; position: absolute; top: 0; left: 0; z-index: 0; filter: brightness(0.5); }.page-poppy-playtime-chapter-3-animals__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; padding-top: 50px; }.page-poppy-playtime-chapter-3-animals__hero-title { font-size: 2.8em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-poppy-playtime-chapter-3-animals__hero-description { font-size: 1.2em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }.page-poppy-playtime-chapter-3-animals__button { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; border: none; cursor: pointer; }.page-poppy-playtime-chapter-3-animals__button:hover { background-color: #ff6a00; }.page-poppy-playtime-chapter-3-animals__section { padding: 60px 20px; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }.page-poppy-playtime-chapter-3-animals__section:nth-of-type(even) { background-color: #f0f0f0; }.page-poppy-playtime-chapter-3-animals__section-title { font-size: 2em; color: #e44d26; text-align: center; margin-bottom: 40px; }.page-poppy-playtime-chapter-3-animals__content-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-poppy-playtime-chapter-3-animals__card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; }.page-poppy-playtime-chapter-3-animals__card:hover { transform: translateY(-5px); }.page-poppy-playtime-chapter-3-animals__card-image { width: 100%; height: 250px; object-fit: cover; display: block; }.page-poppy-playtime-chapter-3-animals__card-content { padding: 20px; }.page-poppy-playtime-chapter-3-animals__card-title { font-size: 1.4em; color: #333; margin-bottom: 10px; }.page-poppy-playtime-chapter-3-animals__card-description { font-size: 0.95em; color: #666; }.page-poppy-playtime-chapter-3-animals__list { list-style: none; padding: 0; margin: 0 auto; max-width: 800px; }.page-poppy-playtime-chapter-3-animals__list-item { background-color: #f9f9f9; border: 1px solid #eee; margin-bottom: 15px; padding: 20px; border-radius: 8px; box-sizing: border-box; display: flex; align-items: flex-start; gap: 15px; }.page-poppy-playtime-chapter-3-animals__list-item-image { flex-shrink: 0; width: 100px; height: 100px; object-fit: cover; border-radius: 4px; }.page-poppy-playtime-chapter-3-animals__list-item-content { flex-grow: 1; }.page-poppy-playtime-chapter-3-animals__list-item-title { font-size: 1.2em; color: #e44d26; margin-bottom: 5px; }.page-poppy-playtime-chapter-3-animals__list-item-text { font-size: 0.95em; color: #555; }.page-poppy-playtime-chapter-3-animals__cta-section { background-color: #333; color: #fff; text-align: center; padding: 80px 20px; border-radius: 8px; margin-bottom: 20px; }.page-poppy-playtime-chapter-3-animals__cta-title { font-size: 2.2em; margin-bottom: 20px; }.page-poppy-playtime-chapter-3-animals__cta-description { font-size: 1.1em; margin-bottom: 40px; max-width: 700px; margin-left: auto; margin-right: auto; }.page-poppy-playtime-chapter-3-animals__faq-section { padding: 60px 20px; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }.page-poppy-playtime-chapter-3-animals__faq-title { font-size: 2em; color: #e44d26; text-align: center; margin-bottom: 40px; }.page-poppy-playtime-chapter-3-animals__faq-item { background-color: #f9f9f9; border: 1px solid #eee; margin-bottom: 15px; border-radius: 8px; overflow: hidden; }.page-poppy-playtime-chapter-3-animals__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #f0f0f0; transition: background-color 0.3s ease; }.page-poppy-playtime-chapter-3-animals__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; }.page-poppy-playtime-chapter-3-animals__faq-question:hover { background-color: #e0e0e0; }.page-poppy-playtime-chapter-3-animals__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e44d26; transition: transform 0.3s ease; pointer-events: none; }.page-poppy-playtime-chapter-3-animals__faq-item.active .page-poppy-playtime-chapter-3-animals__faq-toggle { transform: rotate(45deg); }.page-poppy-playtime-chapter-3-animals__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-poppy-playtime-chapter-3-animals__faq-item.active .page-poppy-playtime-chapter-3-animals__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-poppy-playtime-chapter-3-animals__faq-answer p { margin: 0; color: #555; font-size: 0.95em; }.page-poppy-playtime-chapter-3-animals__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-poppy-playtime-chapter-3-animals__floating-buttons .page-poppy-playtime-chapter-3-animals__button { width: 120px; text-align: center; padding: 10px 15px; font-size: 0.95em; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }.page-poppy-playtime-chapter-3-animals__floating-buttons .page-poppy-playtime-chapter-3-animals__button--register { background-color: #28a745; }.page-poppy-playtime-chapter-3-animals__floating-buttons .page-poppy-playtime-chapter-3-animals__button--register:hover { background-color: #218838; }.page-poppy-playtime-chapter-3-animals__floating-buttons .page-poppy-playtime-chapter-3-animals__button--login { background-color: #007bff; }.page-poppy-playtime-chapter-3-animals__floating-buttons .page-poppy-playtime-chapter-3-animals__button--login:hover { background-color: #0056b3; }@media (max-width: 768px) { .page-poppy-playtime-chapter-3-animals__hero-title { font-size: 2em; }.page-poppy-playtime-chapter-3-animals__hero-description { font-size: 1em; }.page-poppy-playtime-chapter-3-animals__section-title, .page-poppy-playtime-chapter-3-animals__faq-title { font-size: 1.8em; }.page-poppy-playtime-chapter-3-animals__list-item { flex-direction: column; align-items: center; text-align: center; padding: 15px !important; 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; word-break: break-word !important; }.page-poppy-playtime-chapter-3-animals__list-item-image { width: 150px; height: 150px; margin-bottom: 10px; }.page-poppy-playtime-chapter-3-animals__list-item-title { font-size: 1.1em; }.page-poppy-playtime-chapter-3-animals__list-item-text { font-size: 0.9em; }.page-poppy-playtime-chapter-3-animals__list { padding: 0 !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; }.page-poppy-playtime-chapter-3-animals__card { margin-bottom: 20px; }.page-poppy-playtime-chapter-3-animals__cta-title { font-size: 1.8em; }.page-poppy-playtime-chapter-3-animals__cta-description { font-size: 1em; }.page-poppy-playtime-chapter-3-animals__faq-question { padding: 15px; }.page-poppy-playtime-chapter-3-animals__faq-question h3 { font-size: 1em; }.page-poppy-playtime-chapter-3-animals__faq-answer { padding: 15px !important; }.page-poppy-playtime-chapter-3-animals__floating-buttons { bottom: 10px; right: 10px; flex-direction: row; width: calc(100% - 20px); justify-content: space-around; }.page-poppy-playtime-chapter-3-animals__floating-buttons .page-poppy-playtime-chapter-3-animals__button { flex: 1; margin: 0 5px; width: auto; }.page-poppy-playtime-chapter-3-animals__hero-image, .page-poppy-playtime-chapter-3-animals__section img, .page-poppy-playtime-chapter-3-animals__card-image, .page-poppy-playtime-chapter-3-animals__list-item-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-poppy-playtime-chapter-3-animals__section, .page-poppy-playtime-chapter-3-animals__cta-section, .page-poppy-playtime-chapter-3-animals__faq-section { padding: 40px 15px; } }