body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; color: #333; }.page-catnap-poppy-playtime-sleep__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; }.page-catnap-poppy-playtime-sleep__hero-section { background-color: #1a1a2e; color: #e0e0e0; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 10px 20px 40px; position: relative; overflow: hidden; min-height: 500px; justify-content: center; }.page-catnap-poppy-playtime-sleep__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }.page-catnap-poppy-playtime-sleep__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; }.page-catnap-poppy-playtime-sleep__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; }.page-catnap-poppy-playtime-sleep__hero-title { font-size: 2.8em; margin-bottom: 20px; line-height: 1.2; color: #fff; }.page-catnap-poppy-playtime-sleep__hero-description { font-size: 1.2em; margin-bottom: 30px; line-height: 1.6; }.page-catnap-poppy-playtime-sleep__hero-button, .page-catnap-poppy-playtime-sleep__button-primary, .page-catnap-poppy-playtime-sleep__view-all-button { display: inline-block; background-color: #ffcc00; color: #1a1a2e; 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-catnap-poppy-playtime-sleep__hero-button:hover, .page-catnap-poppy-playtime-sleep__button-primary:hover, .page-catnap-poppy-playtime-sleep__view-all-button:hover { background-color: #e6b800; transform: translateY(-2px); }.page-catnap-poppy-playtime-sleep__keyword-highlight { color: #ffcc00; font-weight: bold; }.page-catnap-poppy-playtime-sleep__about-section, .page-catnap-poppy-playtime-sleep__gameplay-section, .page-catnap-poppy-playtime-sleep__promo-section, .page-catnap-poppy-playtime-sleep__faq-section, .page-catnap-poppy-playtime-sleep__cta-section { padding: 60px 0; text-align: center; }.page-catnap-poppy-playtime-sleep__about-section { background-color: #fff; }.page-catnap-poppy-playtime-sleep__gameplay-section { background-color: #f9f9f9; }.page-catnap-poppy-playtime-sleep__promo-section { background-color: #fff; }.page-catnap-poppy-playtime-sleep__faq-section { background-color: #f9f9f9; }.page-catnap-poppy-playtime-sleep__cta-section { background-color: #1a1a2e; color: #e0e0e0; padding: 80px 0; }.page-catnap-poppy-playtime-sleep__section-title { font-size: 2.2em; color: #1a1a2e; margin-bottom: 20px; }.page-catnap-poppy-playtime-sleep__cta-section .page-catnap-poppy-playtime-sleep__section-title { color: #fff; }.page-catnap-poppy-playtime-sleep__section-text { font-size: 1.1em; line-height: 1.7; max-width: 800px; margin: 0 auto 40px; }.page-catnap-poppy-playtime-sleep__features-grid, .page-catnap-poppy-playtime-sleep__promo-card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-catnap-poppy-playtime-sleep__feature-item, .page-catnap-poppy-playtime-sleep__promo-card { background-color: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: left; transition: transform 0.3s ease; }.page-catnap-poppy-playtime-sleep__feature-item:hover, .page-catnap-poppy-playtime-sleep__promo-card:hover { transform: translateY(-5px); }.page-catnap-poppy-playtime-sleep__feature-image, .page-catnap-poppy-playtime-sleep__promo-image, .page-catnap-poppy-playtime-sleep__game-image { max-width: 100%; height: auto; border-radius: 6px; margin-bottom: 20px; object-fit: cover; min-height: 200px; }.page-catnap-poppy-playtime-sleep__feature-title, .page-catnap-poppy-playtime-sleep__promo-title, .page-catnap-poppy-playtime-sleep__game-title { font-size: 1.5em; color: #1a1a2e; margin-bottom: 10px; }.page-catnap-poppy-playtime-sleep__feature-description, .page-catnap-poppy-playtime-sleep__promo-description, .page-catnap-poppy-playtime-sleep__game-provider { font-size: 1em; color: #555; line-height: 1.6; }.page-catnap-poppy-playtime-sleep__game-carousel { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-catnap-poppy-playtime-sleep__game-card { background-color: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); text-align: center; transition: transform 0.3s ease; }.page-catnap-poppy-playtime-sleep__game-card:hover { transform: translateY(-5px); }.page-catnap-poppy-playtime-sleep__faq-list { margin-top: 40px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-catnap-poppy-playtime-sleep__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); text-align: left; }.page-catnap-poppy-playtime-sleep__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-catnap-poppy-playtime-sleep__faq-question:hover { background-color: #f0f0f0; }.page-catnap-poppy-playtime-sleep__faq-question-text { font-size: 1.2em; color: #1a1a2e; margin: 0; flex-grow: 1; pointer-events: none; /* Allow click on parent div */ }.page-catnap-poppy-playtime-sleep__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; /* Allow click on parent div */ }.page-catnap-poppy-playtime-sleep__faq-item.active .page-catnap-poppy-playtime-sleep__faq-toggle { transform: rotate(45deg); color: #1a1a2e; }.page-catnap-poppy-playtime-sleep__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-catnap-poppy-playtime-sleep__faq-item.active .page-catnap-poppy-playtime-sleep__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-catnap-poppy-playtime-sleep__faq-answer p { margin: 0; line-height: 1.6; color: #555; }.page-catnap-poppy-playtime-sleep__promo-section .page-catnap-poppy-playtime-sleep__button-primary { margin-top: 40px; }.page-catnap-poppy-playtime-sleep__gameplay-section .page-catnap-poppy-playtime-sleep__view-all-button { margin-top: 40px; }.page-catnap-poppy-playtime-sleep__cta-section .page-catnap-poppy-playtime-sleep__button-primary { margin-top: 40px; }.page-catnap-poppy-playtime-sleep__about-section .page-catnap-poppy-playtime-sleep__section-title, .page-catnap-poppy-playtime-sleep__gameplay-section .page-catnap-poppy-playtime-sleep__section-title, .page-catnap-poppy-playtime-sleep__promo-section .page-catnap-poppy-playtime-sleep__section-title, .page-catnap-poppy-playtime-sleep__faq-section .page-catnap-poppy-playtime-sleep__section-title { color: #1a1a2e; }.page-catnap-poppy-playtime-sleep__cta-section .page-catnap-poppy-playtime-sleep__section-title { color: #fff; }@media (max-width: 768px) { .page-catnap-poppy-playtime-sleep__hero-title { font-size: 2em; }.page-catnap-poppy-playtime-sleep__hero-description { font-size: 1em; }.page-catnap-poppy-playtime-sleep__section-title { font-size: 1.8em; }.page-catnap-poppy-playtime-sleep__section-text { font-size: 0.95em; margin-left: 15px; margin-right: 15px; }.page-catnap-poppy-playtime-sleep__features-grid, .page-catnap-poppy-playtime-sleep__game-carousel, .page-catnap-poppy-playtime-sleep__promo-card-grid { grid-template-columns: 1fr; }.page-catnap-poppy-playtime-sleep__feature-item, .page-catnap-poppy-playtime-sleep__game-card, .page-catnap-poppy-playtime-sleep__promo-card { padding: 20px; text-align: center; }.page-catnap-poppy-playtime-sleep__feature-image, .page-catnap-poppy-playtime-sleep__promo-image, .page-catnap-poppy-playtime-sleep__game-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-catnap-poppy-playtime-sleep__faq-question { padding: 15px 20px; }.page-catnap-poppy-playtime-sleep__faq-question-text { font-size: 1.1em; }.page-catnap-poppy-playtime-sleep__faq-toggle { font-size: 1.3em; }.page-catnap-poppy-playtime-sleep__faq-answer { padding: 0 20px; }.page-catnap-poppy-playtime-sleep__faq-item.active .page-catnap-poppy-playtime-sleep__faq-answer { padding: 15px 20px !important; }.page-catnap-poppy-playtime-sleep__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-catnap-poppy-playtime-sleep__faq-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }}