.page-chapter-6-poppy-playtime { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-chapter-6-poppy-playtime__hero-section { position: relative; padding: 10px 0 60px; background-color: #1a2a40; color: #fff; text-align: center; overflow: hidden; }.page-chapter-6-poppy-playtime__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.4; z-index: 0; }.page-chapter-6-poppy-playtime__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 20px; }.page-chapter-6-poppy-playtime__hero-title { font-size: 2.8em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-chapter-6-poppy-playtime__hero-description { font-size: 1.2em; margin-bottom: 30px; max-width: 700px; margin-left: auto; margin-right: auto; }.page-chapter-6-poppy-playtime__cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-chapter-6-poppy-playtime__cta-button { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; font-size: 1.1em; }.page-chapter-6-poppy-playtime__cta-button:hover { background-color: #ff6a00; transform: translateY(-2px); }.page-chapter-6-poppy-playtime__section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; }.page-chapter-6-poppy-playtime__section-title { font-size: 2.2em; color: #1a2a40; text-align: center; margin-bottom: 40px; position: relative; }.page-chapter-6-poppy-playtime__section-title::after { content: ''; display: block; width: 60px; height: 4px; background-color: #e44d26; margin: 15px auto 0; border-radius: 2px; }.page-chapter-6-poppy-playtime__text-content { font-size: 1.1em; margin-bottom: 20px; text-align: justify; }.page-chapter-6-poppy-playtime__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 30px 0; background-color: #fff; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }.page-chapter-6-poppy-playtime__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; }.page-chapter-6-poppy-playtime__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-chapter-6-poppy-playtime__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; }.page-chapter-6-poppy-playtime__card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }.page-chapter-6-poppy-playtime__card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12); }.page-chapter-6-poppy-playtime__card-image { width: 100%; height: 200px; object-fit: cover; }.page-chapter-6-poppy-playtime__card-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-chapter-6-poppy-playtime__card-title { font-size: 1.4em; color: #1a2a40; margin-bottom: 15px; }.page-chapter-6-poppy-playtime__card-description { font-size: 0.95em; color: #555; margin-bottom: 20px; flex-grow: 1; }.page-chapter-6-poppy-playtime__card-button { display: inline-block; background-color: #e44d26; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; text-align: center; transition: background-color 0.3s ease; font-size: 0.9em; margin-top: auto; }.page-chapter-6-poppy-playtime__card-button:hover { background-color: #ff6a00; }.page-chapter-6-poppy-playtime__bullet-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }.page-chapter-6-poppy-playtime__bullet-list-item { background-color: #fff; border: 1px solid #ddd; border-radius: 8px; padding: 20px; text-align: center; flex: 1 1 calc(33% - 40px); box-sizing: border-box; min-width: 280px; transition: box-shadow 0.3s ease; }.page-chapter-6-poppy-playtime__bullet-list-item:hover { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }.page-chapter-6-poppy-playtime__bullet-list-item h3 { font-size: 1.2em; color: #1a2a40; margin-bottom: 10px; }.page-chapter-6-poppy-playtime__bullet-list-item p { font-size: 0.9em; color: #666; }.page-chapter-6-poppy-playtime__quick-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-chapter-6-poppy-playtime__quick-link-button { background-color: #337ab7; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-chapter-6-poppy-playtime__quick-link-button:hover { background-color: #286090; }.page-chapter-6-poppy-playtime__faq-item { background-color: #fff; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 15px; overflow: hidden; }.page-chapter-6-poppy-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #f0f0f0; transition: background-color 0.3s ease; }.page-chapter-6-poppy-playtime__faq-question:hover { background-color: #e0e0e0; }.page-chapter-6-poppy-playtime__faq-question h3 { margin: 0; font-size: 1.1em; color: #1a2a40; pointer-events: none; }.page-chapter-6-poppy-playtime__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e44d26; transition: transform 0.3s ease; pointer-events: none; }.page-chapter-6-poppy-playtime__faq-item.active .page-chapter-6-poppy-playtime__faq-toggle { transform: rotate(45deg); }.page-chapter-6-poppy-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-chapter-6-poppy-playtime__faq-item.active .page-chapter-6-poppy-playtime__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-chapter-6-poppy-playtime__faq-answer p { margin: 0; font-size: 0.95em; color: #555; }.page-chapter-6-poppy-playtime__blog-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }.page-chapter-6-poppy-playtime__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12); }.page-chapter-6-poppy-playtime__blog-image { width: 100%; height: 180px; object-fit: cover; }.page-chapter-6-poppy-playtime__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }.page-chapter-6-poppy-playtime__blog-title { font-size: 1.3em; color: #1a2a40; margin-bottom: 10px; }.page-chapter-6-poppy-playtime__blog-excerpt { font-size: 0.9em; color: #555; margin-bottom: 15px; flex-grow: 1; }.page-chapter-6-poppy-playtime__blog-date { font-size: 0.8em; color: #888; margin-bottom: 15px; }.page-chapter-6-poppy-playtime__blog-button { display: inline-block; background-color: #e44d26; color: #fff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.85em; text-align: center; margin-top: auto; transition: background-color 0.3s ease; }.page-chapter-6-poppy-playtime__blog-button:hover { background-color: #ff6a00; }.page-chapter-6-poppy-playtime__content-wrapper { max-width: 1200px; margin: 0 auto; padding: 0 20px; }.page-chapter-6-poppy-playtime__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-chapter-6-poppy-playtime__floating-button { background-color: #e44d26; color: #fff; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.2s ease; text-align: center; }.page-chapter-6-poppy-playtime__floating-button:hover { background-color: #ff6a00; transform: translateY(-3px); }@media (max-width: 768px) { .page-chapter-6-poppy-playtime__hero-title { font-size: 2em; }.page-chapter-6-poppy-playtime__hero-description { font-size: 1em; }.page-chapter-6-poppy-playtime__cta-buttons { flex-direction: column; gap: 15px; }.page-chapter-6-poppy-playtime__cta-button { width: 80%; margin: 0 auto; }.page-chapter-6-poppy-playtime__section { padding: 40px 15px; }.page-chapter-6-poppy-playtime__section-title { font-size: 1.8em; margin-bottom: 30px; }.page-chapter-6-poppy-playtime__grid { grid-template-columns: 1fr; gap: 20px; }.page-chapter-6-poppy-playtime__card { margin-bottom: 15px; }.page-chapter-6-poppy-playtime__bullet-list { flex-direction: column; gap: 15px; }.page-chapter-6-poppy-playtime__bullet-list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 15px !important; margin-left: 0 !important; margin-right: 0 !important; }.page-chapter-6-poppy-playtime__bullet-list-item p, .page-chapter-6-poppy-playtime__bullet-list-item h3 { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-chapter-6-poppy-playtime__bullet-list-item h3 { font-size: 1.1em; }.page-chapter-6-poppy-playtime__bullet-list-item p { font-size: 0.85em; }.page-chapter-6-poppy-playtime__quick-links { flex-direction: column; gap: 15px; }.page-chapter-6-poppy-playtime__quick-link-button { width: 100%; box-sizing: border-box; }.page-chapter-6-poppy-playtime__faq-question { padding: 15px 20px; }.page-chapter-6-poppy-playtime__faq-question h3 { font-size: 1em; }.page-chapter-6-poppy-playtime__faq-answer { padding: 0 20px; }.page-chapter-6-poppy-playtime__faq-item.active .page-chapter-6-poppy-playtime__faq-answer { padding: 15px 20px !important; }.page-chapter-6-poppy-playtime__blog-card { margin-bottom: 15px; }.page-chapter-6-poppy-playtime__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-chapter-6-poppy-playtime__payment-logo, .page-chapter-6-poppy-playtime__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-chapter-6-poppy-playtime img:not(.page-chapter-6-poppy-playtime__payment-logo img) { max-width: 100% !important; height: auto !important; }.page-chapter-6-poppy-playtime .page-chapter-6-poppy-playtime__card-image, .page-chapter-6-poppy-playtime .page-chapter-6-poppy-playtime__blog-image { width: 100% !important; max-width: 100% !important; height: 180px !important; object-fit: cover !important; }.page-chapter-6-poppy-playtime .page-chapter-6-poppy-playtime__hero-background { max-width: 100% !important; height: auto !important; }}.page-chapter-6-poppy-playtime .page-chapter-6-poppy-playtime__content-area img { max-width: 100%; height: auto; display: block; margin: 0 auto; box-sizing: border-box; }.page-chapter-6-poppy-playtime .page-chapter-6-poppy-playtime__card img, .page-chapter-6-poppy-playtime .page-chapter-6-poppy-playtime__blog-card img { max-width: 100%; height: auto; object-fit: cover; box-sizing: border-box; }.page-chapter-6-poppy-playtime__content-wrapper { padding-left: 20px; padding-right: 20px; box-sizing: border-box; }.page-chapter-6-poppy-playtime__list-container { width: 100%; max-width: 100%; box-sizing: border-box; padding: 0; margin-left: 0; margin-right: 0; }