.page-teacher-poppy-playtime { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-teacher-poppy-playtime__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; }.page-teacher-poppy-playtime__hero-section { background: linear-gradient(135deg, #FFD700, #FFA500); color: #fff; text-align: center; padding: 60px 20px; border-radius: 10px; margin-bottom: 30px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); position: relative; overflow: hidden; padding-top: 70px; /* Small top padding, main offset from body */ }.page-teacher-poppy-playtime__hero-section::before { content: ''; position: absolute; top: -50px; left: -50px; width: 200px; height: 200px; background: rgba(255, 255, 255, 0.1); border-radius: 50%; transform: rotate(45deg); }.page-teacher-poppy-playtime__hero-section::after { content: ''; position: absolute; bottom: -50px; right: -50px; width: 200px; height: 200px; background: rgba(255, 255, 255, 0.1); border-radius: 50%; transform: rotate(-45deg); }.page-teacher-poppy-playtime__hero-title { font-size: 3.2em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }.page-teacher-poppy-playtime__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-teacher-poppy-playtime__button { display: inline-block; background-color: #4CAF50; color: white; padding: 15px 30px; border-radius: 8px; 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, 0, 0, 0.2); }.page-teacher-poppy-playtime__button:hover { background-color: #45a049; transform: translateY(-3px); }.page-teacher-poppy-playtime__image-wrapper { text-align: center; margin: 30px 0; }.page-teacher-poppy-playtime__image { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); display: block; margin: 0 auto; min-width: 200px; min-height: 200px; object-fit: cover; }.page-teacher-poppy-playtime__section { background-color: #fff; padding: 40px; border-radius: 10px; margin-bottom: 30px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-teacher-poppy-playtime__section-title { font-size: 2.2em; color: #333; margin-bottom: 25px; text-align: center; }.page-teacher-poppy-playtime__text-content { font-size: 1.1em; margin-bottom: 20px; }.page-teacher-poppy-playtime__features-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 30px; }.page-teacher-poppy-playtime__feature-item { background-color: #e9f7ef; padding: 25px; border-radius: 8px; border-left: 5px solid #4CAF50; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-teacher-poppy-playtime__feature-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); }.page-teacher-poppy-playtime__feature-title { font-size: 1.5em; color: #2e7d32; margin-bottom: 10px; }.page-teacher-poppy-playtime__steps-list { list-style: none; padding: 0; counter-reset: step-counter; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-teacher-poppy-playtime__step-item { background-color: #f0f8ff; padding: 25px; border-radius: 8px; border-right: 5px solid #2196F3; flex: 1 1 calc(33% - 40px); min-width: 280px; box-sizing: border-box; position: relative; padding-left: 60px; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-teacher-poppy-playtime__step-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); }.page-teacher-poppy-playtime__step-item::before { content: counter(step-counter); counter-increment: step-counter; position: absolute; left: 15px; top: 20px; background-color: #2196F3; color: white; border-radius: 50%; width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 1.2em; }.page-teacher-poppy-playtime__step-title { font-size: 1.5em; color: #1976D2; margin-bottom: 10px; }.page-teacher-poppy-playtime__faq-section { background-color: #fff; padding: 40px; border-radius: 10px; margin-bottom: 30px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-teacher-poppy-playtime__faq-title { font-size: 2.2em; color: #333; margin-bottom: 25px; text-align: center; }.page-teacher-poppy-playtime__faq-item { border-bottom: 1px solid #eee; margin-bottom: 15px; }.page-teacher-poppy-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; cursor: pointer; padding: 15px 0; user-select: none; transition: background-color 0.3s ease; }.page-teacher-poppy-playtime__faq-question:hover { background-color: #f9f9f9; }.page-teacher-poppy-playtime__faq-question h3 { margin: 0; font-size: 1.2em; color: #555; pointer-events: none; }.page-teacher-poppy-playtime__faq-toggle { font-size: 1.5em; font-weight: bold; color: #555; pointer-events: none; transition: transform 0.3s ease; }.page-teacher-poppy-playtime__faq-item.active .page-teacher-poppy-playtime__faq-toggle { transform: rotate(45deg); }.page-teacher-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; }.page-teacher-poppy-playtime__faq-item.active .page-teacher-poppy-playtime__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-teacher-poppy-playtime__faq-answer p { margin: 0; font-size: 1em; color: #666; }.page-teacher-poppy-playtime__cta-section { text-align: center; padding: 40px; background-color: #FFD700; border-radius: 10px; margin-top: 30px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }.page-teacher-poppy-playtime__cta-text { font-size: 1.8em; color: #fff; margin-bottom: 25px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }.page-teacher-poppy-playtime__cta-button { background-color: #E60023; }.page-teacher-poppy-playtime__cta-button:hover { background-color: #CC001F; transform: translateY(-3px); }@media (max-width: 768px) { .page-teacher-poppy-playtime__hero-title { font-size: 2.5em; } .page-teacher-poppy-playtime__hero-subtitle { font-size: 1.2em; } .page-teacher-poppy-playtime__section-title, .page-teacher-poppy-playtime__faq-title, .page-teacher-poppy-playtime__cta-text { font-size: 1.8em; } .page-teacher-poppy-playtime__features-list, .page-teacher-poppy-playtime__steps-list { grid-template-columns: 1fr; gap: 15px; } .page-teacher-poppy-playtime__feature-item, .page-teacher-poppy-playtime__step-item { flex: 1 1 100%; max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px 15px 20px 50px; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-teacher-poppy-playtime__step-item::before { left: 10px; top: 15px; } .page-teacher-poppy-playtime__container { padding: 15px; } .page-teacher-poppy-playtime__section { padding: 25px; } .page-teacher-poppy-playtime__faq-answer { padding: 0 10px !important; } .page-teacher-poppy-playtime__faq-item.active .page-teacher-poppy-playtime__faq-answer { padding: 15px 10px !important; } .page-teacher-poppy-playtime__image-wrapper { margin: 20px 0; } .page-teacher-poppy-playtime__image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-teacher-poppy-playtime__button { padding: 12px 25px; font-size: 1em; } }