body { margin: 0; font-family: 'Arial', sans-serif; background-color: #1a1a1a; color: #f0f0f0; } .page-poppy-playtime-chapter-2-all-huggy-wuggy { padding-bottom: 50px; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__hero-section { position: relative; padding: 10px 0 60px 0; text-align: center; overflow: hidden; background-color: #2c0a0a; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 20px; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__main-heading { font-size: 2.8em; margin-bottom: 20px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-poppy-playtime-chapter-2-all-huggy-wuggy__sub-heading { font-size: 1.5em; margin-bottom: 30px; color: #e0e0e0; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__cta-button { display: inline-block; background-color: #e63946; color: #ffffff; padding: 15px 30px; border-radius: 8px; 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-chapter-2-all-huggy-wuggy__cta-button:hover { background-color: #c92f3a; transform: translateY(-3px); } .page-poppy-playtime-chapter-2-all-huggy-wuggy__section { padding: 40px 20px; text-align: center; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__section:nth-of-type(even) { background-color: #242424; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__section-heading { font-size: 2.2em; color: #ffcc00; margin-bottom: 25px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-poppy-playtime-chapter-2-all-huggy-wuggy__text-content { font-size: 1.1em; line-height: 1.7; margin-bottom: 20px; text-align: left; max-width: 800px; margin-left: auto; margin-right: auto; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__image-container { margin: 30px auto; max-width: 800px; overflow: hidden; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } .page-poppy-playtime-chapter-2-all-huggy-wuggy__image { width: 100%; height: auto; display: block; object-fit: cover; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__grid-item { background-color: #2f2f2f; padding: 25px; border-radius: 10px; text-align: left; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__grid-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6); } .page-poppy-playtime-chapter-2-all-huggy-wuggy__item-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 15px; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__item-text { font-size: 1em; line-height: 1.6; color: #cccccc; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__promo-section { background-color: #0a2c2c; padding: 50px 20px; text-align: center; max-width: 1200px; margin: 0 auto; border-radius: 10px; margin-top: 40px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6); } .page-poppy-playtime-chapter-2-all-huggy-wuggy__promo-heading { font-size: 2.5em; color: #66ff66; margin-bottom: 20px; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8); } .page-poppy-playtime-chapter-2-all-huggy-wuggy__promo-text { font-size: 1.2em; line-height: 1.8; margin-bottom: 30px; color: #e0e0e0; max-width: 800px; margin-left: auto; margin-right: auto; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__faq-section { background-color: #1a1a1a; padding: 50px 20px; text-align: center; max-width: 1000px; margin: 40px auto 0 auto; border-radius: 10px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6); } .page-poppy-playtime-chapter-2-all-huggy-wuggy__faq-heading { font-size: 2.2em; color: #ffcc00; margin-bottom: 30px; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__faq-item { background-color: #2f2f2f; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-chapter-2-all-huggy-wuggy__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; background-color: #3a3a3a; color: #ffffff; font-size: 1.1em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__faq-question:hover { background-color: #4a4a4a; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__faq-question h3 { margin: 0; font-size: 1.1em; color: #ffffff; pointer-events: none; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__faq-toggle { font-size: 1.5em; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__faq-item.active .page-poppy-playtime-chapter-2-all-huggy-wuggy__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-chapter-2-all-huggy-wuggy__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #2f2f2f; color: #cccccc; font-size: 0.95em; line-height: 1.6; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; text-align: left; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__faq-item.active .page-poppy-playtime-chapter-2-all-huggy-wuggy__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-poppy-playtime-chapter-2-all-huggy-wuggy__main-heading { font-size: 2em; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__sub-heading { font-size: 1.2em; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__cta-button { padding: 12px 25px; font-size: 1em; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__section-heading { font-size: 1.8em; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__text-content, .page-poppy-playtime-chapter-2-all-huggy-wuggy__item-text { font-size: 0.95em; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__promo-heading { font-size: 2em; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__promo-text { font-size: 1em; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__faq-question { padding: 15px 20px; font-size: 1em; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__faq-question h3 { font-size: 1em; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__faq-answer { padding: 0 20px; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__faq-item.active .page-poppy-playtime-chapter-2-all-huggy-wuggy__faq-answer { padding: 15px 20px !important; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__grid { grid-template-columns: 1fr; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__grid-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__image { max-width: 100% !important; height: auto !important; } .page-poppy-playtime-chapter-2-all-huggy-wuggy__image-container { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; } }