.page-poppy-playtime-chapter-2-cat-bee__main-content { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-poppy-playtime-chapter-2-cat-bee__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-poppy-playtime-chapter-2-cat-bee__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }.page-poppy-playtime-chapter-2-cat-bee__section--dark { background-color: #333; color: #fff; }.page-poppy-playtime-chapter-2-cat-bee__section-title { text-align: center; color: #cc0000; margin-bottom: 30px; font-size: 2.5em; }.page-poppy-playtime-chapter-2-cat-bee__section-title--light { color: #fff; }.page-poppy-playtime-chapter-2-cat-bee__text-center { text-align: center; }.page-poppy-playtime-chapter-2-cat-bee__hero-section { position: relative; padding: 10px 0 80px 0; background-color: #1a1a1a; color: #fff; text-align: center; overflow: hidden; }.page-poppy-playtime-chapter-2-cat-bee__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.4; z-index: 1; }.page-poppy-playtime-chapter-2-cat-bee__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; padding: 20px; }.page-poppy-playtime-chapter-2-cat-bee__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); }.page-poppy-playtime-chapter-2-cat-bee__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; }.page-poppy-playtime-chapter-2-cat-bee__cta-button { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; }.page-poppy-playtime-chapter-2-cat-bee__cta-button:hover { background-color: #ff6f42; }.page-poppy-playtime-chapter-2-cat-bee__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }.page-poppy-playtime-chapter-2-cat-bee__grid-item { background-color: #f9f9f9; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }.page-poppy-playtime-chapter-2-cat-bee__grid-item-title { color: #cc0000; margin-bottom: 15px; font-size: 1.3em; }.page-poppy-playtime-chapter-2-cat-bee__icon { width: 60px; height: 60px; margin-bottom: 15px; }.page-poppy-playtime-chapter-2-cat-bee__game-card { background-color: #f4f4f4; border-radius: 8px; overflow: hidden; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: transform 0.3s ease; }.page-poppy-playtime-chapter-2-cat-bee__game-card:hover { transform: translateY(-5px); }.page-poppy-playtime-chapter-2-cat-bee__game-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-poppy-playtime-chapter-2-cat-bee__game-content { padding: 20px; }.page-poppy-playtime-chapter-2-cat-bee__game-title { font-size: 1.4em; color: #333; margin-bottom: 10px; }.page-poppy-playtime-chapter-2-cat-bee__game-button { background-color: #e44d26; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 1em; display: inline-block; margin-top: 15px; transition: background-color 0.3s ease; }.page-poppy-playtime-chapter-2-cat-bee__game-button:hover { background-color: #ff6f42; }.page-poppy-playtime-chapter-2-cat-bee__promo-card { background-color: #fff; border: 1px solid #ddd; border-radius: 8px; padding: 25px; text-align: center; transition: box-shadow 0.3s ease; }.page-poppy-playtime-chapter-2-cat-bee__promo-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.15); }.page-poppy-playtime-chapter-2-cat-bee__promo-title { color: #e44d26; font-size: 1.5em; margin-bottom: 15px; }.page-poppy-playtime-chapter-2-cat-bee__promo-description { font-size: 0.95em; color: #555; margin-bottom: 20px; }.page-poppy-playtime-chapter-2-cat-bee__faq-item { border-bottom: 1px solid #eee; margin-bottom: 10px; }.page-poppy-playtime-chapter-2-cat-bee__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-poppy-playtime-chapter-2-cat-bee__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; }.page-poppy-playtime-chapter-2-cat-bee__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e44d26; transition: transform 0.3s ease; pointer-events: none; }.page-poppy-playtime-chapter-2-cat-bee__faq-item.active .page-poppy-playtime-chapter-2-cat-bee__faq-toggle { transform: rotate(45deg); }.page-poppy-playtime-chapter-2-cat-bee__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; }.page-poppy-playtime-chapter-2-cat-bee__faq-item.active .page-poppy-playtime-chapter-2-cat-bee__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-poppy-playtime-chapter-2-cat-bee__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: transform 0.3s ease; }.page-poppy-playtime-chapter-2-cat-bee__blog-card:hover { transform: translateY(-5px); }.page-poppy-playtime-chapter-2-cat-bee__blog-image { width: 100%; height: 180px; object-fit: cover; display: block; }.page-poppy-playtime-chapter-2-cat-bee__blog-content { padding: 20px; }.page-poppy-playtime-chapter-2-cat-bee__blog-title { font-size: 1.3em; color: #333; margin-bottom: 10px; }.page-poppy-playtime-chapter-2-cat-bee__blog-meta { font-size: 0.85em; color: #777; margin-bottom: 15px; }.page-poppy-playtime-chapter-2-cat-bee__blog-link { color: #e44d26; text-decoration: none; font-weight: bold; }.page-poppy-playtime-chapter-2-cat-bee__blog-link:hover { text-decoration: underline; }.page-poppy-playtime-chapter-2-cat-bee__payment-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-poppy-playtime-chapter-2-cat-bee__payment-icon { width: 80px; height: 50px; object-fit: contain; }.page-poppy-playtime-chapter-2-cat-bee__social-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-poppy-playtime-chapter-2-cat-bee__social-icon { width: 48px; height: 48px; object-fit: contain; }.page-poppy-playtime-chapter-2-cat-bee__text-small { font-size: 0.9em; color: #777; }.page-poppy-playtime-chapter-2-cat-bee__list { list-style: none; padding: 0; margin: 0; }.page-poppy-playtime-chapter-2-cat-bee__list-item { margin-bottom: 10px; position: relative; padding-left: 20px; box-sizing: border-box; }.page-poppy-playtime-chapter-2-cat-bee__list-item::before { content: '•'; color: #e44d26; position: absolute; left: 0; }.page-poppy-playtime-chapter-2-cat-bee__game-provider-logo { width: 100px; height: 60px; object-fit: contain; }.page-poppy-playtime-chapter-2-cat-bee__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-poppy-playtime-chapter-2-cat-bee__floating-button { background-color: #e44d26; color: #fff; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-size: 1em; text-align: center; box-shadow: 0 4px 8px rgba(0,0,0,0.2); transition: background-color 0.3s ease; }.page-poppy-playtime-chapter-2-cat-bee__floating-button:hover { background-color: #ff6f42; }@media (max-width: 768px) { .page-poppy-playtime-chapter-2-cat-bee__container { padding: 15px; } .page-poppy-playtime-chapter-2-cat-bee__hero-title { font-size: 2.5em; } .page-poppy-playtime-chapter-2-cat-bee__hero-subtitle { font-size: 1.2em; } .page-poppy-playtime-chapter-2-cat-bee__section { padding: 30px 15px; } .page-poppy-playtime-chapter-2-cat-bee__section-title { font-size: 2em; } .page-poppy-playtime-chapter-2-cat-bee__grid { grid-template-columns: 1fr; } .page-poppy-playtime-chapter-2-cat-bee__game-image, .page-poppy-playtime-chapter-2-cat-bee__blog-image { height: 160px; } .page-poppy-playtime-chapter-2-cat-bee__faq-answer { padding: 0 15px; } .page-poppy-playtime-chapter-2-cat-bee__faq-item.active .page-poppy-playtime-chapter-2-cat-bee__faq-answer { padding: 20px 15px !important; } .page-poppy-playtime-chapter-2-cat-bee__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; 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-playtime-chapter-2-cat-bee__list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-chapter-2-cat-bee__payment-icons, .page-poppy-playtime-chapter-2-cat-bee__social-icons { gap: 10px; } .page-poppy-playtime-chapter-2-cat-bee__payment-icon { width: 60px; height: 40px; } .page-poppy-playtime-chapter-2-cat-bee__social-icon { width: 40px; height: 40px; } .page-poppy-playtime-chapter-2-cat-bee__floating-buttons { bottom: 15px; right: 15px; } .page-poppy-playtime-chapter-2-cat-bee__floating-button { padding: 10px 18px; font-size: 0.9em; } }@media (max-width: 480px) { .page-poppy-playtime-chapter-2-cat-bee__hero-title { font-size: 2em; } .page-poppy-playtime-chapter-2-cat-bee__hero-subtitle { font-size: 1em; } .page-poppy-playtime-chapter-2-cat-bee__cta-button { padding: 12px 25px; font-size: 1em; } }