.page-poppy-playtime-horror-game-free { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; }.page-poppy-playtime-horror-game-free__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; }.page-poppy-playtime-horror-game-free__section { padding: 40px 20px; margin-bottom: 20px; background-color: #2a2a2a; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); }.page-poppy-playtime-horror-game-free__section--dark { background-color: #1a1a1a; }.page-poppy-playtime-horror-game-free__section-title { text-align: center; color: #ffcc00; font-size: 2.5em; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; }.page-poppy-playtime-horror-game-free__hero-section { position: relative; background-color: #000; color: #fff; text-align: center; padding: 10px 0 60px 0; overflow: hidden; border-radius: 0 0 12px 12px; }.page-poppy-playtime-horror-game-free__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: brightness(0.5); }.page-poppy-playtime-horror-game-free__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; padding: 60px 20px; }.page-poppy-playtime-horror-game-free__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #ffeb3b; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-poppy-playtime-horror-game-free__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; color: #e0e0e0; }.page-poppy-playtime-horror-game-free__cta-button { display: inline-block; background-color: #e50000; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; }.page-poppy-playtime-horror-game-free__cta-button:hover { background-color: #ff3333; transform: translateY(-3px); }.page-poppy-playtime-horror-game-free__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 20px; }.page-poppy-playtime-horror-game-free__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-poppy-playtime-horror-game-free__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; filter: grayscale(100%) brightness(150%); transition: filter 0.3s ease; }.page-poppy-playtime-horror-game-free__payment-logo img:hover { filter: grayscale(0%) brightness(100%); }.page-poppy-playtime-horror-game-free__text-content { font-size: 1.1em; line-height: 1.8; color: #ccc; }.page-poppy-playtime-horror-game-free__text-content h2 { color: #ffcc00; font-size: 2em; margin-top: 30px; margin-bottom: 15px; }.page-poppy-playtime-horror-game-free__text-content h3 { color: #ffcc00; font-size: 1.5em; margin-top: 25px; margin-bottom: 10px; }.page-poppy-playtime-horror-game-free__features-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; }.page-poppy-playtime-horror-game-free__features-item { background-color: #3a3a3a; padding: 20px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, background-color 0.3s ease; box-sizing: border-box; }.page-poppy-playtime-horror-game-free__features-item:hover { transform: translateY(-5px); background-color: #4a4a4a; }.page-poppy-playtime-horror-game-free__features-item h3 { color: #ffcc00; margin-top: 0; }.page-poppy-playtime-horror-game-free__quick-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-poppy-playtime-horror-game-free__quick-link-button { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 25px; text-decoration: none; font-size: 1em; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; }.page-poppy-playtime-horror-game-free__quick-link-button:hover { background-color: #0056b3; transform: translateY(-2px); }.page-poppy-playtime-horror-game-free__game-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }.page-poppy-playtime-horror-game-free__game-card { background-color: #3a3a3a; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4); text-align: center; transition: transform 0.3s ease; }.page-poppy-playtime-horror-game-free__game-card:hover { transform: translateY(-5px); }.page-poppy-playtime-horror-game-free__game-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-poppy-playtime-horror-game-free__game-info { padding: 15px; }.page-poppy-playtime-horror-game-free__game-title { color: #ffcc00; font-size: 1.3em; margin-bottom: 10px; }.page-poppy-playtime-horror-game-free__game-description { color: #ccc; font-size: 0.9em; margin-bottom: 15px; }.page-poppy-playtime-horror-game-free__game-button { display: inline-block; background-color: #e50000; color: #fff; padding: 10px 20px; border-radius: 20px; text-decoration: none; font-size: 0.9em; font-weight: bold; transition: background-color 0.3s ease; }.page-poppy-playtime-horror-game-free__game-button:hover { background-color: #ff3333; }.page-poppy-playtime-horror-game-free__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-poppy-playtime-horror-game-free__promotion-card { background-color: #3a3a3a; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4); }.page-poppy-playtime-horror-game-free__promotion-image { width: 100%; height: 220px; object-fit: cover; display: block; }.page-poppy-playtime-horror-game-free__promotion-content { padding: 20px; }.page-poppy-playtime-horror-game-free__promotion-title { color: #ffcc00; font-size: 1.5em; margin-bottom: 10px; }.page-poppy-playtime-horror-game-free__promotion-description { color: #ccc; font-size: 1em; margin-bottom: 20px; }.page-poppy-playtime-horror-game-free__promotion-button { display: inline-block; background-color: #e50000; color: #fff; padding: 10px 20px; border-radius: 20px; text-decoration: none; font-size: 0.9em; font-weight: bold; transition: background-color 0.3s ease; }.page-poppy-playtime-horror-game-free__promotion-button:hover { background-color: #ff3333; }.page-poppy-playtime-horror-game-free__faq-list { list-style: none; padding: 0; margin-top: 30px; }.page-poppy-playtime-horror-game-free__faq-item { background-color: #3a3a3a; border-radius: 8px; margin-bottom: 15px; overflow: hidden; }.page-poppy-playtime-horror-game-free__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #4a4a4a; color: #ffcc00; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-poppy-playtime-horror-game-free__faq-question:hover { background-color: #5a5a5a; }.page-poppy-playtime-horror-game-free__faq-question h3 { margin: 0; font-size: 1.2em; pointer-events: none; }.page-poppy-playtime-horror-game-free__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; pointer-events: none; transition: transform 0.3s ease; }.page-poppy-playtime-horror-game-free__faq-item.active .page-poppy-playtime-horror-game-free__faq-toggle { transform: rotate(45deg); }.page-poppy-playtime-horror-game-free__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; }.page-poppy-playtime-horror-game-free__faq-item.active .page-poppy-playtime-horror-game-free__faq-answer { max-height: 2000px !important; padding: 20px !important; }.page-poppy-playtime-horror-game-free__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }.page-poppy-playtime-horror-game-free__blog-card { background-color: #3a3a3a; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4); text-align: left; transition: transform 0.3s ease; }.page-poppy-playtime-horror-game-free__blog-card:hover { transform: translateY(-5px); }.page-poppy-playtime-horror-game-free__blog-image { width: 100%; height: 180px; object-fit: cover; display: block; }.page-poppy-playtime-horror-game-free__blog-content { padding: 15px; }.page-poppy-playtime-horror-game-free__blog-title { color: #ffcc00; font-size: 1.2em; margin-bottom: 10px; }.page-poppy-playtime-horror-game-free__blog-excerpt { color: #ccc; font-size: 0.9em; margin-bottom: 15px; }.page-poppy-playtime-horror-game-free__blog-link { display: inline-block; color: #007bff; text-decoration: none; font-weight: bold; }.page-poppy-playtime-horror-game-free__blog-link:hover { text-decoration: underline; }.page-poppy-playtime-horror-game-free__feature-icon { display: block; margin: 0 auto 15px; width: 60px; height: 60px; object-fit: contain; filter: brightness(1.5); }.page-poppy-playtime-horror-game-free img { max-width: 100%; height: auto; box-sizing: border-box; }.page-poppy-playtime-horror-game-free ul, .page-poppy-playtime-horror-game-free ol { padding-left: 20px; margin-top: 15px; }.page-poppy-playtime-horror-game-free li { margin-bottom: 8px; color: #ccc; }.page-poppy-playtime-horror-game-free__float-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-poppy-playtime-horror-game-free__float-button { background-color: #e50000; color: #fff; width: 50px; height: 50px; border-radius: 50%; display: flex; justify-content: center; align-items: center; text-decoration: none; font-weight: bold; font-size: 1.1em; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.2s ease; }.page-poppy-playtime-horror-game-free__float-button:hover { background-color: #ff3333; transform: translateY(-2px); }.page-poppy-playtime-horror-game-free__float-button--register { background-color: #007bff; }.page-poppy-playtime-horror-game-free__float-button--register:hover { background-color: #0056b3; }@media (max-width: 768px) { .page-poppy-playtime-horror-game-free__container { padding: 10px; }.page-poppy-playtime-horror-game-free__section { padding: 25px 15px; margin-bottom: 15px; }.page-poppy-playtime-horror-game-free__section-title { font-size: 2em; margin-bottom: 20px; }.page-poppy-playtime-horror-game-free__hero-content { padding: 40px 15px; }.page-poppy-playtime-horror-game-free__hero-title { font-size: 2.2em; }.page-poppy-playtime-horror-game-free__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; }.page-poppy-playtime-horror-game-free__cta-button { padding: 12px 25px; font-size: 1.1em; }.page-poppy-playtime-horror-game-free__payment-providers { gap: 16px; padding: 20px 10px; }.page-poppy-playtime-horror-game-free__payment-logo, .page-poppy-playtime-horror-game-free__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-poppy-playtime-horror-game-free__text-content { font-size: 1em; }.page-poppy-playtime-horror-game-free__text-content h2 { font-size: 1.8em; margin-top: 25px; }.page-poppy-playtime-horror-game-free__text-content h3 { font-size: 1.3em; margin-top: 20px; }.page-poppy-playtime-horror-game-free__features-list { grid-template-columns: 1fr; gap: 15px; }.page-poppy-playtime-horror-game-free__features-item { padding: 15px; 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-horror-game-free__quick-links { flex-direction: column; gap: 15px; }.page-poppy-playtime-horror-game-free__quick-link-button { width: 100%; box-sizing: border-box; }.page-poppy-playtime-horror-game-free__game-gallery { grid-template-columns: 1fr; gap: 20px; }.page-poppy-playtime-horror-game-free__promotions-grid { grid-template-columns: 1fr; gap: 20px; }.page-poppy-playtime-horror-game-free__faq-question { padding: 12px 15px; }.page-poppy-playtime-horror-game-free__faq-question h3 { font-size: 1.1em; }.page-poppy-playtime-horror-game-free__faq-answer { padding: 15px !important; }.page-poppy-playtime-horror-game-free__blog-grid { grid-template-columns: 1fr; gap: 20px; }.page-poppy-playtime-horror-game-free ul, .page-poppy-playtime-horror-game-free ol { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 15px !important; margin-left: 0 !important; margin-right: 0 !important; }.page-poppy-playtime-horror-game-free li { 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-horror-game-free__float-buttons { bottom: 15px; right: 15px; }.page-poppy-playtime-horror-game-free__float-button { width: 45px; height: 45px; font-size: 1em; } }