.page-poppy-playtime-chapter-5-the-doctor { font-family: 'Arial', sans-serif; color: #fff; background-color: #1a1a1a; line-height: 1.6; }.page-poppy-playtime-chapter-5-the-doctor__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-poppy-playtime-chapter-5-the-doctor__section { padding: 40px 20px; margin-bottom: 20px; border-radius: 8px; background-color: #2a2a2a; }.page-poppy-playtime-chapter-5-the-doctor__section--dark { background-color: #1f1f1f; }.page-poppy-playtime-chapter-5-the-doctor__title { font-size: 2.5em; text-align: center; color: #ffcc00; margin-bottom: 20px; text-transform: uppercase; }.page-poppy-playtime-chapter-5-the-doctor__subtitle { font-size: 1.8em; text-align: center; color: #00e676; margin-bottom: 30px; }.page-poppy-playtime-chapter-5-the-doctor__text { font-size: 1em; margin-bottom: 15px; color: #ccc; }.page-poppy-playtime-chapter-5-the-doctor__button { display: inline-block; background-color: #00e676; color: #1a1a1a; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; text-align: center; }.page-poppy-playtime-chapter-5-the-doctor__button:hover { background-color: #00c853; }.page-poppy-playtime-chapter-5-the-doctor__hero-section { position: relative; width: 100%; height: 600px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; padding-top: 10px; box-sizing: border-box; }.page-poppy-playtime-chapter-5-the-doctor__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }.page-poppy-playtime-chapter-5-the-doctor__hero-content { position: relative; z-index: 2; color: #fff; max-width: 800px; padding: 20px; background: rgba(0, 0, 0, 0.6); border-radius: 10px; }.page-poppy-playtime-chapter-5-the-doctor__hero-title { font-size: 3.5em; margin-bottom: 15px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-poppy-playtime-chapter-5-the-doctor__hero-description { font-size: 1.3em; margin-bottom: 30px; }.page-poppy-playtime-chapter-5-the-doctor__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: #1f1f1f; }.page-poppy-playtime-chapter-5-the-doctor__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-poppy-playtime-chapter-5-the-doctor__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-poppy-playtime-chapter-5-the-doctor__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }.page-poppy-playtime-chapter-5-the-doctor__game-card { background-color: #333; border-radius: 8px; overflow: hidden; text-align: center; transition: transform 0.3s ease; }.page-poppy-playtime-chapter-5-the-doctor__game-card:hover { transform: translateY(-5px); }.page-poppy-playtime-chapter-5-the-doctor__game-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; height: auto; display: block; }.page-poppy-playtime-chapter-5-the-doctor__game-title { font-size: 1.3em; color: #ffcc00; padding: 15px 10px 5px; }.page-poppy-playtime-chapter-5-the-doctor__game-description { font-size: 0.9em; color: #ccc; padding: 0 10px 15px; }.page-poppy-playtime-chapter-5-the-doctor__game-link { display: block; padding: 10px; background-color: #00e676; color: #1a1a1a; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-poppy-playtime-chapter-5-the-doctor__game-link:hover { background-color: #00c853; }.page-poppy-playtime-chapter-5-the-doctor__promo-list { list-style: none; padding: 0; margin-top: 20px; }.page-poppy-playtime-chapter-5-the-doctor__promo-item { background-color: #333; margin-bottom: 15px; padding: 20px; border-radius: 8px; display: flex; flex-direction: column; align-items: flex-start; }.page-poppy-playtime-chapter-5-the-doctor__promo-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; }.page-poppy-playtime-chapter-5-the-doctor__promo-description { font-size: 1em; color: #ccc; margin-bottom: 15px; }.page-poppy-playtime-chapter-5-the-doctor__faq-list { list-style: none; padding: 0; margin-top: 30px; }.page-poppy-playtime-chapter-5-the-doctor__faq-item { background-color: #333; margin-bottom: 10px; border-radius: 8px; overflow: hidden; }.page-poppy-playtime-chapter-5-the-doctor__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #444; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-poppy-playtime-chapter-5-the-doctor__faq-question h3 { margin: 0; font-size: 1.1em; color: #ffcc00; pointer-events: none; }.page-poppy-playtime-chapter-5-the-doctor__faq-toggle { font-size: 1.5em; font-weight: bold; color: #00e676; pointer-events: none; transition: transform 0.3s ease; }.page-poppy-playtime-chapter-5-the-doctor__faq-item.active .page-poppy-playtime-chapter-5-the-doctor__faq-toggle { transform: rotate(45deg); }.page-poppy-playtime-chapter-5-the-doctor__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; color: #ccc; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-poppy-playtime-chapter-5-the-doctor__faq-item.active .page-poppy-playtime-chapter-5-the-doctor__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-poppy-playtime-chapter-5-the-doctor__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-poppy-playtime-chapter-5-the-doctor__blog-card { background-color: #333; border-radius: 8px; overflow: hidden; transition: transform 0.3s ease; }.page-poppy-playtime-chapter-5-the-doctor__blog-card:hover { transform: translateY(-5px); }.page-poppy-playtime-chapter-5-the-doctor__blog-image { width: 100%; height: 220px; object-fit: cover; max-width: 100%; height: auto; display: block; }.page-poppy-playtime-chapter-5-the-doctor__blog-content { padding: 20px; }.page-poppy-playtime-chapter-5-the-doctor__blog-title { font-size: 1.3em; color: #ffcc00; margin-bottom: 10px; }.page-poppy-playtime-chapter-5-the-doctor__blog-summary { font-size: 0.95em; color: #ccc; margin-bottom: 15px; }.page-poppy-playtime-chapter-5-the-doctor__quick-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; }.page-poppy-playtime-chapter-5-the-doctor__quick-link-button { flex: 1 1 auto; min-width: 150px; max-width: 250px; text-align: center; padding: 15px; background-color: #00e676; color: #1a1a1a; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-poppy-playtime-chapter-5-the-doctor__quick-link-button:hover { background-color: #00c853; }.page-poppy-playtime-chapter-5-the-doctor img { max-width: 100% !important; height: auto !important; display: block; }.page-poppy-playtime-chapter-5-the-doctor__list-container { 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-5-the-doctor__list-item { box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-poppy-playtime-chapter-5-the-doctor__service-item { display: flex; align-items: center; margin-bottom: 20px; background-color: #333; padding: 20px; border-radius: 8px; }.page-poppy-playtime-chapter-5-the-doctor__service-icon { width: 80px; height: 80px; object-fit: contain; margin-right: 20px; flex-shrink: 0; }.page-poppy-playtime-chapter-5-the-doctor__service-content h3 { color: #ffcc00; margin-top: 0; margin-bottom: 5px; }.page-poppy-playtime-chapter-5-the-doctor__service-content p { color: #ccc; margin-bottom: 0; }.page-poppy-playtime-chapter-5-the-doctor__download-app-section { text-align: center; padding: 40px 20px; background-color: #2a2a2a; border-radius: 8px; margin-top: 30px; }.page-poppy-playtime-chapter-5-the-doctor__download-app-title { font-size: 2em; color: #ffcc00; margin-bottom: 20px; }.page-poppy-playtime-chapter-5-the-doctor__download-app-description { color: #ccc; margin-bottom: 30px; max-width: 700px; margin-left: auto; margin-right: auto; }.page-poppy-playtime-chapter-5-the-doctor__download-button-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-poppy-playtime-chapter-5-the-doctor__download-button { flex: 0 1 200px; padding: 15px 25px; font-size: 1.1em; }.page-poppy-playtime-chapter-5-the-doctor__download-image { width: 250px; height: auto; margin-top: 20px; max-width: 100% !important; height: auto !important; display: block; margin-left: auto; margin-right: auto; }.page-poppy-playtime-chapter-5-the-doctor__payment-methods { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-poppy-playtime-chapter-5-the-doctor__payment-method-item { background-color: #333; padding: 15px; border-radius: 8px; text-align: center; flex: 1 1 150px; max-width: 200px; }.page-poppy-playtime-chapter-5-the-doctor__payment-method-icon { width: 100px; height: 60px; object-fit: contain; margin-bottom: 10px; max-width: 100% !important; height: auto !important; display: block; margin-left: auto; margin-right: auto; }.page-poppy-playtime-chapter-5-the-doctor__payment-method-name { color: #ffcc00; font-weight: bold; }.page-poppy-playtime-chapter-5-the-doctor__footer-contact { text-align: center; padding-top: 30px; border-top: 1px solid #444; margin-top: 50px; }.page-poppy-playtime-chapter-5-the-doctor__footer-contact-title { color: #ffcc00; font-size: 1.5em; margin-bottom: 15px; }.page-poppy-playtime-chapter-5-the-doctor__footer-contact-text { color: #ccc; margin-bottom: 10px; }.page-poppy-playtime-chapter-5-the-doctor__footer-contact-button { margin-top: 15px; }.page-poppy-playtime-chapter-5-the-doctor__promo-image { width: 100%; height: 250px; object-fit: cover; border-radius: 5px; margin-bottom: 15px; max-width: 100% !important; height: auto !important; display: block; }.page-poppy-playtime-chapter-5-the-doctor__game-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 15px; max-width: 100% !important; height: auto !important; display: block; margin-left: auto; margin-right: auto; }.page-poppy-playtime-chapter-5-the-doctor__game-category { text-align: center; padding: 30px 20px; background-color: #1f1f1f; border-radius: 8px; margin-bottom: 25px; }.page-poppy-playtime-chapter-5-the-doctor__game-category-title { font-size: 1.6em; color: #00e676; margin-bottom: 15px; }.page-poppy-playtime-chapter-5-the-doctor__game-category-description { color: #ccc; margin-bottom: 20px; }.page-poppy-playtime-chapter-5-the-doctor__game-category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; }.page-poppy-playtime-chapter-5-the-doctor__game-category-card { background-color: #333; border-radius: 8px; padding: 15px; text-align: center; transition: transform 0.3s ease; }.page-poppy-playtime-chapter-5-the-doctor__game-category-card:hover { transform: translateY(-5px); }.page-poppy-playtime-chapter-5-the-doctor__game-category-card-title { font-size: 1.1em; color: #ffcc00; margin-top: 10px; }.page-poppy-playtime-chapter-5-the-doctor__game-category-card-link { display: inline-block; margin-top: 10px; padding: 8px 15px; background-color: #00e676; color: #1a1a1a; text-decoration: none; border-radius: 4px; font-weight: bold; font-size: 0.9em; }.page-poppy-playtime-chapter-5-the-doctor__game-category-card-link:hover { background-color: #00c853; }@media (max-width: 768px) { .page-poppy-playtime-chapter-5-the-doctor__container { padding: 15px; }.page-poppy-playtime-chapter-5-the-doctor__section { padding: 30px 15px; }.page-poppy-playtime-chapter-5-the-doctor__title { font-size: 2em; }.page-poppy-playtime-chapter-5-the-doctor__subtitle { font-size: 1.5em; }.page-poppy-playtime-chapter-5-the-doctor__hero-section { height: 450px; }.page-poppy-playtime-chapter-5-the-doctor__hero-title { font-size: 2.5em; }.page-poppy-playtime-chapter-5-the-doctor__hero-description { font-size: 1.1em; }.page-poppy-playtime-chapter-5-the-doctor__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-poppy-playtime-chapter-5-the-doctor__payment-logo, .page-poppy-playtime-chapter-5-the-doctor__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-poppy-playtime-chapter-5-the-doctor__game-grid { grid-template-columns: 1fr; }.page-poppy-playtime-chapter-5-the-doctor__promo-item { padding: 15px; }.page-poppy-playtime-chapter-5-the-doctor__promo-title { font-size: 1.2em; }.page-poppy-playtime-chapter-5-the-doctor__faq-question { padding: 12px 15px; }.page-poppy-playtime-chapter-5-the-doctor__faq-question h3 { font-size: 1em; }.page-poppy-playtime-chapter-5-the-doctor__faq-answer { padding: 15px !important; }.page-poppy-playtime-chapter-5-the-doctor__blog-grid { grid-template-columns: 1fr; }.page-poppy-playtime-chapter-5-the-doctor__blog-content { padding: 15px; }.page-poppy-playtime-chapter-5-the-doctor__quick-links { flex-direction: column; align-items: center; }.page-poppy-playtime-chapter-5-the-doctor__quick-link-button { max-width: 90%; }.page-poppy-playtime-chapter-5-the-doctor__service-item { flex-direction: column; text-align: center; }.page-poppy-playtime-chapter-5-the-doctor__service-icon { margin-right: 0; margin-bottom: 15px; }.page-poppy-playtime-chapter-5-the-doctor__download-button-group { flex-direction: column; align-items: center; }.page-poppy-playtime-chapter-5-the-doctor__download-button { width: 90%; max-width: none; }.page-poppy-playtime-chapter-5-the-doctor__payment-methods { flex-direction: column; align-items: center; }.page-poppy-playtime-chapter-5-the-doctor__payment-method-item { width: 90%; max-width: none; }.page-poppy-playtime-chapter-5-the-doctor__game-category-grid { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }}.page-poppy-playtime-chapter-5-the-doctor__list-container { 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-5-the-doctor__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 10px !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-5-the-doctor__download-qr-code { width: 150px; height: 150px; object-fit: contain; margin-top: 20px; max-width: 100% !important; height: auto !important; display: block; margin-left: auto; margin-right: auto; }