.page-toy-story-poppy-playtime { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f9f9f9; } .page-toy-story-poppy-playtime__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .page-toy-story-poppy-playtime__hero-section { background-color: #007bff; color: #fff; text-align: center; padding: 60px 20px; border-radius: 8px; margin-bottom: 40px; position: relative; overflow: hidden; padding-top: 70px; } .page-toy-story-poppy-playtime__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); z-index: 1; } .page-toy-story-poppy-playtime__hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; } .page-toy-story-poppy-playtime__hero-title { font-size: 3em; margin-bottom: 20px; font-weight: bold; } .page-toy-story-poppy-playtime__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-toy-story-poppy-playtime__button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; } .page-toy-story-poppy-playtime__button:hover { background-color: #e0a800; transform: translateY(-2px); } .page-toy-story-poppy-playtime__image-wrapper { margin: 40px 0; text-align: center; width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-toy-story-poppy-playtime__image-wrapper img { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); display: block; margin: 0 auto; min-width: 200px; min-height: 200px; } .page-toy-story-poppy-playtime__section-title { font-size: 2.5em; color: #007bff; text-align: center; margin-bottom: 30px; } .page-toy-story-poppy-playtime__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 40px; } .page-toy-story-poppy-playtime__card { background-color: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); text-align: center; } .page-toy-story-poppy-playtime__card-icon { width: 100%; max-width: 100%; height: auto; margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto; min-width: 200px; min-height: 200px; } .page-toy-story-poppy-playtime__card-title { font-size: 1.8em; color: #007bff; margin-bottom: 15px; } .page-toy-story-poppy-playtime__card-description { font-size: 1em; color: #555; } .page-toy-story-poppy-playtime__download-section { background-color: #28a745; color: #fff; text-align: center; padding: 60px 20px; border-radius: 8px; margin-bottom: 40px; } .page-toy-story-poppy-playtime__download-title { font-size: 2.5em; margin-bottom: 20px; } .page-toy-story-poppy-playtime__download-subtitle { font-size: 1.3em; margin-bottom: 30px; } .page-toy-story-poppy-playtime__faq-section { background-color: #fff; padding: 40px 20px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); margin-bottom: 40px; } .page-toy-story-poppy-playtime__faq-item { border-bottom: 1px solid #eee; padding: 15px 0; } .page-toy-story-poppy-playtime__faq-item:last-child { border-bottom: none; } .page-toy-story-poppy-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; cursor: pointer; user-select: none; padding: 10px 0; } .page-toy-story-poppy-playtime__faq-question h3 { margin: 0; font-size: 1.2em; color: #007bff; pointer-events: none; } .page-toy-story-poppy-playtime__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; } .page-toy-story-poppy-playtime__faq-item.active .page-toy-story-poppy-playtime__faq-toggle { transform: rotate(45deg); } .page-toy-story-poppy-playtime__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #555; } .page-toy-story-poppy-playtime__faq-item.active .page-toy-story-poppy-playtime__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } @media (max-width: 768px) { .page-toy-story-poppy-playtime__container { padding: 15px; } .page-toy-story-poppy-playtime__hero-title { font-size: 2em; } .page-toy-story-poppy-playtime__hero-subtitle { font-size: 1.2em; } .page-toy-story-poppy-playtime__section-title { font-size: 2em; } .page-toy-story-poppy-playtime__card { padding: 20px; } .page-toy-story-poppy-playtime__card-title { font-size: 1.5em; } .page-toy-story-poppy-playtime__download-title { font-size: 2em; } .page-toy-story-poppy-playtime__download-subtitle { font-size: 1.1em; } .page-toy-story-poppy-playtime__button { padding: 12px 25px; font-size: 1em; } .page-toy-story-poppy-playtime__faq-question h3 { font-size: 1.1em; } .page-toy-story-poppy-playtime__faq-answer { padding: 0 10px; } .page-toy-story-poppy-playtime__faq-item.active .page-toy-story-poppy-playtime__faq-answer { padding: 15px 10px !important; } .page-toy-story-poppy-playtime__grid { grid-template-columns: 1fr; } .page-toy-story-poppy-playtime__grid .page-toy-story-poppy-playtime__card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-toy-story-poppy-playtime__grid .page-toy-story-poppy-playtime__card-description { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-toy-story-poppy-playtime__image-wrapper img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } @media (max-width: 480px) { .page-toy-story-poppy-playtime__hero-title { font-size: 1.8em; } .page-toy-story-poppy-playtime__hero-subtitle { font-size: 1em; } .page-toy-story-poppy-playtime__section-title { font-size: 1.8em; } .page-toy-story-poppy-playtime__download-title { font-size: 1.8em; } }