.page-poppy-playtime-costumes-for-halloween { font-family: 'Arial', sans-serif; color: #333; background-color: #f9f9f9; line-height: 1.6; padding-top: 10px; }.page-poppy-playtime-costumes-for-halloween__hero-section { position: relative; width: 100%; height: 500px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; background-color: #000; }.page-poppy-playtime-costumes-for-halloween__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }.page-poppy-playtime-costumes-for-halloween__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 2; }.page-poppy-playtime-costumes-for-halloween__hero-content { position: relative; z-index: 3; max-width: 900px; padding: 20px; }.page-poppy-playtime-costumes-for-halloween__hero-title { font-size: 3.5em; margin-bottom: 15px; color: #ffeb3b; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-poppy-playtime-costumes-for-halloween__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; color: #f0f0f0; }.page-poppy-playtime-costumes-for-halloween__section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); margin-bottom: 30px; }.page-poppy-playtime-costumes-for-halloween__section-title { font-size: 2.5em; color: #2c3e50; text-align: center; margin-bottom: 30px; position: relative; padding-bottom: 10px; }.page-poppy-playtime-costumes-for-halloween__section-title::after { content: ''; display: block; width: 60px; height: 4px; background-color: #e74c3c; margin: 10px auto 0; }.page-poppy-playtime-costumes-for-halloween__costume-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-poppy-playtime-costumes-for-halloween__costume-card { background-color: #fefefe; border: 1px solid #eee; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-poppy-playtime-costumes-for-halloween__costume-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }.page-poppy-playtime-costumes-for-halloween__costume-image { width: 100%; height: 300px; object-fit: cover; display: block; }.page-poppy-playtime-costumes-for-halloween__costume-details { padding: 20px; }.page-poppy-playtime-costumes-for-halloween__costume-name { font-size: 1.8em; color: #e74c3c; margin-bottom: 10px; }.page-poppy-playtime-costumes-for-halloween__costume-description { font-size: 1em; color: #666; margin-bottom: 15px; }.page-poppy-playtime-costumes-for-halloween__promo-section { background: linear-gradient(135deg, #e74c3c, #c0392b); color: #fff; text-align: center; padding: 60px 20px; border-radius: 8px; margin-top: 30px; }.page-poppy-playtime-costumes-for-halloween__promo-title { font-size: 2.8em; margin-bottom: 20px; }.page-poppy-playtime-costumes-for-halloween__promo-text { font-size: 1.3em; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-poppy-playtime-costumes-for-halloween__btn { display: inline-block; background-color: #ffeb3b; color: #c0392b; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-poppy-playtime-costumes-for-halloween__btn:hover { background-color: #fdd835; transform: translateY(-2px); }.page-poppy-playtime-costumes-for-halloween__faq-section { background-color: #fefefe; padding: 40px 20px; max-width: 1000px; margin: 0 auto 30px auto; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-poppy-playtime-costumes-for-halloween__faq-title { font-size: 2.5em; color: #2c3e50; text-align: center; margin-bottom: 30px; position: relative; padding-bottom: 10px; }.page-poppy-playtime-costumes-for-halloween__faq-title::after { content: ''; display: block; width: 60px; height: 4px; background-color: #e74c3c; margin: 10px auto 0; }.page-poppy-playtime-costumes-for-halloween__faq-item { margin-bottom: 15px; border: 1px solid #eee; border-radius: 8px; overflow: hidden; }.page-poppy-playtime-costumes-for-halloween__faq-question { background-color: #f8f8f8; padding: 18px 20px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-poppy-playtime-costumes-for-halloween__faq-question:hover { background-color: #f0f0f0; }.page-poppy-playtime-costumes-for-halloween__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; }.page-poppy-playtime-costumes-for-halloween__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e74c3c; transition: transform 0.3s ease; pointer-events: none; }.page-poppy-playtime-costumes-for-halloween__faq-item.active .page-poppy-playtime-costumes-for-halloween__faq-toggle { transform: rotate(45deg); }.page-poppy-playtime-costumes-for-halloween__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; background-color: #fff; }.page-poppy-playtime-costumes-for-halloween__faq-item.active .page-poppy-playtime-costumes-for-halloween__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-poppy-playtime-costumes-for-halloween__faq-answer p { margin: 0; font-size: 1em; color: #555; }.page-poppy-playtime-costumes-for-halloween__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-poppy-playtime-costumes-for-halloween__floating-btn { background-color: #e74c3c; color: #fff; padding: 12px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; }.page-poppy-playtime-costumes-for-halloween__floating-btn:hover { background-color: #c0392b; transform: translateY(-2px); }@media (max-width: 768px) { .page-poppy-playtime-costumes-for-halloween__hero-section { height: 400px; }.page-poppy-playtime-costumes-for-halloween__hero-title { font-size: 2.5em; }.page-poppy-playtime-costumes-for-halloween__hero-subtitle { font-size: 1.2em; }.page-poppy-playtime-costumes-for-halloween__section { padding: 30px 15px; margin-bottom: 20px; }.page-poppy-playtime-costumes-for-halloween__section-title { font-size: 2em; margin-bottom: 20px; }.page-poppy-playtime-costumes-for-halloween__costume-grid { grid-template-columns: 1fr; gap: 20px; }.page-poppy-playtime-costumes-for-halloween__costume-image { height: 250px; }.page-poppy-playtime-costumes-for-halloween__costume-name { font-size: 1.5em; }.page-poppy-playtime-costumes-for-halloween__promo-section { padding: 40px 15px; }.page-poppy-playtime-costumes-for-halloween__promo-title { font-size: 2em; }.page-poppy-playtime-costumes-for-halloween__promo-text { font-size: 1em; }.page-poppy-playtime-costumes-for-halloween__btn { padding: 12px 25px; font-size: 1em; }.page-poppy-playtime-costumes-for-halloween__faq-section { padding: 30px 15px; margin-bottom: 20px; }.page-poppy-playtime-costumes-for-halloween__faq-title { font-size: 2em; }.page-poppy-playtime-costumes-for-halloween__faq-question { padding: 15px; }.page-poppy-playtime-costumes-for-halloween__faq-question h3 { font-size: 1.1em; }.page-poppy-playtime-costumes-for-halloween__faq-answer { padding: 0 10px; }.page-poppy-playtime-costumes-for-halloween__faq-item.active .page-poppy-playtime-costumes-for-halloween__faq-answer { padding: 15px 10px !important; }.page-poppy-playtime-costumes-for-halloween__floating-buttons { bottom: 15px; right: 15px; gap: 8px; }.page-poppy-playtime-costumes-for-halloween__floating-btn { padding: 10px 18px; font-size: 0.9em; }}