.page-poppy-poppys-playtime__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding-top: 10px; box-sizing: border-box; } .page-poppy-poppys-playtime__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; } .page-poppy-poppys-playtime__hero-image { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.6); } .page-poppy-poppys-playtime__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; } .page-poppy-poppys-playtime__hero-title { font-size: 2.8em; margin-bottom: 15px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-poppy-poppys-playtime__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); } .page-poppy-poppys-playtime__hero-cta-button, .page-poppy-poppys-playtime__promo-cta-button, .page-poppy-poppys-playtime__cta-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, transform 0.3s ease; border: none; cursor: pointer; } .page-poppy-poppys-playtime__hero-cta-button:hover, .page-poppy-poppys-playtime__promo-cta-button:hover, .page-poppy-poppys-playtime__cta-button:hover { background-color: #ff6a3d; transform: translateY(-3px); } .page-poppy-poppys-playtime__container { max-width: 1200px; margin: 0 auto; padding: 40px 20px; } .page-poppy-poppys-playtime__about-section, .page-poppy-poppys-playtime__promo-section, .page-poppy-poppys-playtime__call-to-action-section, .page-poppy-poppys-playtime__faq-section { padding: 60px 0; background-color: #f9f9f9; } .page-poppy-poppys-playtime__about-section:nth-of-type(even), .page-poppy-poppys-playtime__faq-section { background-color: #f0f0f0; } .page-poppy-poppys-playtime__section-title { font-size: 2.2em; color: #333; text-align: center; margin-bottom: 25px; position: relative; padding-bottom: 10px; } .page-poppy-poppys-playtime__section-title::after { content: ''; display: block; width: 60px; height: 4px; background-color: #e44d26; margin: 10px auto 0; border-radius: 2px; } .page-poppy-poppys-playtime__section-description { font-size: 1.1em; line-height: 1.7; color: #555; text-align: center; max-width: 800px; margin: 0 auto 30px; } .page-poppy-poppys-playtime__image-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 30px; margin-bottom: 30px; } .page-poppy-poppys-playtime__grid-image { width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); max-width: 100%; box-sizing: border-box; } .page-poppy-poppys-playtime__promo-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 40px; margin-bottom: 40px; padding: 0; list-style: none; } .page-poppy-poppys-playtime__promo-item { background-color: #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); padding: 30px; text-align: center; flex: 1 1 300px; max-width: 350px; box-sizing: border-box; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-poppy-poppys-playtime__promo-item:hover { transform: translateY(-10px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); } .page-poppy-poppys-playtime__promo-icon { width: 250px; height: 187px; object-fit: cover; margin-bottom: 20px; border-radius: 5px; max-width: 100%; box-sizing: border-box; } .page-poppy-poppys-playtime__promo-heading { font-size: 1.5em; color: #333; margin-bottom: 10px; } .page-poppy-poppys-playtime__promo-text { font-size: 1em; color: #666; line-height: 1.6; } .page-poppy-poppys-playtime__button-group { display: flex; justify-content: center; gap: 20px; margin-top: 30px; } .page-poppy-poppys-playtime__cta-button--secondary { background-color: #555; } .page-poppy-poppys-playtime__cta-button--secondary:hover { background-color: #777; } .page-poppy-poppys-playtime__faq-list { margin-top: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-poppy-poppys-playtime__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-poppy-poppys-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #f0f0f0; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; } .page-poppy-poppys-playtime__faq-question:hover { background-color: #e8e8e8; } .page-poppy-poppys-playtime__faq-question-text { font-size: 1.2em; color: #333; margin: 0; flex-grow: 1; pointer-events: none; } .page-poppy-poppys-playtime__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e44d26; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-poppys-playtime__faq-item.active .page-poppy-poppys-playtime__faq-toggle { transform: rotate(45deg); } .page-poppy-poppys-playtime__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; 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-poppys-playtime__faq-item.active .page-poppy-poppys-playtime__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-poppy-poppys-playtime__faq-answer p { margin: 0; font-size: 1em; line-height: 1.6; color: #555; } @media (max-width: 992px) { .page-poppy-poppys-playtime__hero-title { font-size: 2.2em; } .page-poppy-poppys-playtime__hero-subtitle { font-size: 1em; } .page-poppy-poppys-playtime__section-title { font-size: 2em; } .page-poppy-poppys-playtime__promo-item { max-width: 45%; flex: 1 1 45%; } } @media (max-width: 768px) { .page-poppy-poppys-playtime__hero-section { min-height: 400px; } .page-poppy-poppys-playtime__hero-title { font-size: 1.8em; } .page-poppy-poppys-playtime__hero-subtitle { font-size: 0.9em; } .page-poppy-poppys-playtime__hero-cta-button, .page-poppy-poppys-playtime__promo-cta-button, .page-poppy-poppys-playtime__cta-button { padding: 12px 25px; font-size: 1em; } .page-poppy-poppys-playtime__container { padding: 30px 15px; } .page-poppy-poppys-playtime__section-title { font-size: 1.8em; } .page-poppy-poppys-playtime__section-description { font-size: 0.95em; } .page-poppy-poppys-playtime__image-grid { grid-template-columns: 1fr; } .page-poppy-poppys-playtime__promo-list { flex-direction: column; gap: 20px; } .page-poppy-poppys-playtime__promo-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 25px; 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-poppys-playtime__promo-icon { width: 100% !important; max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-poppy-poppys-playtime__button-group { flex-direction: column; gap: 15px; } .page-poppy-poppys-playtime__faq-question { padding: 15px 20px; } .page-poppy-poppys-playtime__faq-question-text { font-size: 1.1em; } .page-poppy-poppys-playtime__faq-answer { padding: 0 20px; } .page-poppy-poppys-playtime__faq-item.active .page-poppy-poppys-playtime__faq-answer { padding: 15px 20px !important; } } @media (max-width: 480px) { .page-poppy-poppys-playtime__hero-title { font-size: 1.5em; } .page-poppy-poppys-playtime__hero-subtitle { font-size: 0.85em; } .page-poppy-poppys-playtime__section-title { font-size: 1.6em; } .page-poppy-poppys-playtime__hero-cta-button, .page-poppy-poppys-playtime__promo-cta-button, .page-poppy-poppys-playtime__cta-button { width: 100%; box-sizing: border-box; } .page-poppy-poppys-playtime__button-group { align-items: center; } }