.page-poppy-playtime-game-jolt__hero-section { background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d); color: #fff; padding: 10px 20px 80px; text-align: center; position: relative; overflow: hidden; border-radius: 0 0 20px 20px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); }.page-poppy-playtime-game-jolt__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; }.page-poppy-playtime-game-jolt__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }.page-poppy-playtime-game-jolt__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); line-height: 1.2; }.page-poppy-playtime-game-jolt__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; line-height: 1.5; }.page-poppy-playtime-game-jolt__cta-button { background-color: #fdbb2d; color: #1a2a6c; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; display: inline-block; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); }.page-poppy-playtime-game-jolt__cta-button:hover { background-color: #e6a724; transform: translateY(-3px); }.page-poppy-playtime-game-jolt__section { padding: 60px 20px; background-color: #1a2a6c; color: #fff; text-align: center; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }.page-poppy-playtime-game-jolt__section--light { background-color: #0f1a3a; }.page-poppy-playtime-game-jolt__section-title { font-size: 2.5em; margin-bottom: 40px; color: #fdbb2d; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }.page-poppy-playtime-game-jolt__section-content { max-width: 1000px; margin: 0 auto; line-height: 1.8; font-size: 1.1em; }.page-poppy-playtime-game-jolt__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-poppy-playtime-game-jolt__grid-item { background-color: #0f1a3a; padding: 30px; border-radius: 15px; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; }.page-poppy-playtime-game-jolt__grid-item:hover { transform: translateY(-5px); }.page-poppy-playtime-game-jolt__grid-item-title { font-size: 1.5em; margin-bottom: 15px; color: #fdbb2d; }.page-poppy-playtime-game-jolt__grid-item img { max-width: 100%; height: auto; border-radius: 10px; margin-bottom: 15px; }.page-poppy-playtime-game-jolt__link-button { background-color: #b21f1f; color: #fff; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease; display: inline-block; margin-top: 20px; }.page-poppy-playtime-game-jolt__link-button:hover { background-color: #8f1919; }.page-poppy-playtime-game-jolt__game-card { background-color: #0f1a3a; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); text-align: left; transition: transform 0.3s ease; }.page-poppy-playtime-game-jolt__game-card:hover { transform: translateY(-7px); }.page-poppy-playtime-game-jolt__game-card-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-poppy-playtime-game-jolt__game-card-content { padding: 20px; }.page-poppy-playtime-game-jolt__game-card-title { font-size: 1.4em; color: #fdbb2d; margin-bottom: 10px; }.page-poppy-playtime-game-jolt__game-card-description { font-size: 0.95em; color: #ccc; line-height: 1.6; margin-bottom: 15px; }.page-poppy-playtime-game-jolt__promotion-card { background-color: #1a2a6c; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); text-align: left; display: flex; flex-direction: column; transition: transform 0.3s ease; }.page-poppy-playtime-game-jolt__promotion-card:hover { transform: translateY(-7px); }.page-poppy-playtime-game-jolt__promotion-card-image { width: 100%; height: 220px; object-fit: cover; display: block; }.page-poppy-playtime-game-jolt__promotion-card-content { padding: 20px; flex-grow: 1; }.page-poppy-playtime-game-jolt__promotion-card-title { font-size: 1.4em; color: #fdbb2d; margin-bottom: 10px; }.page-poppy-playtime-game-jolt__promotion-card-description { font-size: 0.95em; color: #ccc; line-height: 1.6; margin-bottom: 15px; }.page-poppy-playtime-game-jolt__faq-list { list-style: none; padding: 0; max-width: 800px; margin: 40px auto 0; }.page-poppy-playtime-game-jolt__faq-item { background-color: #0f1a3a; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); }.page-poppy-playtime-game-jolt__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #1a2a6c; color: #fdbb2d; transition: background-color 0.3s ease; }.page-poppy-playtime-game-jolt__faq-question:hover { background-color: #2b3a7c; }.page-poppy-playtime-game-jolt__faq-question h3 { margin: 0; font-size: 1.2em; pointer-events: none; color: #fdbb2d; }.page-poppy-playtime-game-jolt__faq-toggle { font-size: 1.8em; font-weight: bold; line-height: 1; pointer-events: none; transition: transform 0.3s ease; }.page-poppy-playtime-game-jolt__faq-item.active .page-poppy-playtime-game-jolt__faq-toggle { transform: rotate(45deg); }.page-poppy-playtime-game-jolt__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #ccc; text-align: left; }.page-poppy-playtime-game-jolt__faq-item.active .page-poppy-playtime-game-jolt__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-poppy-playtime-game-jolt__blog-card { background-color: #0f1a3a; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); text-align: left; transition: transform 0.3s ease; display: flex; flex-direction: column; height: 100%; }.page-poppy-playtime-game-jolt__blog-card:hover { transform: translateY(-7px); }.page-poppy-playtime-game-jolt__blog-card-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-poppy-playtime-game-jolt__blog-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }.page-poppy-playtime-game-jolt__blog-card-title { font-size: 1.3em; color: #fdbb2d; margin-bottom: 10px; line-height: 1.4; }.page-poppy-playtime-game-jolt__blog-card-title a { color: inherit; text-decoration: none; }.page-poppy-playtime-game-jolt__blog-card-title a:hover { text-decoration: underline; }.page-poppy-playtime-game-jolt__blog-card-excerpt { font-size: 0.9em; color: #ccc; line-height: 1.6; margin-bottom: 15px; flex-grow: 1; }.page-poppy-playtime-game-jolt__blog-card-date { font-size: 0.85em; color: #999; margin-top: auto; }.page-poppy-playtime-game-jolt__payment-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 30px; }.page-poppy-playtime-game-jolt__payment-logo { width: 120px; height: auto; max-width: 100%; object-fit: contain; filter: grayscale(0.2); transition: filter 0.3s ease; }.page-poppy-playtime-game-jolt__payment-logo:hover { filter: grayscale(0); }.page-poppy-playtime-game-jolt__full-width-image { width: 100%; height: auto; max-width: 100%; object-fit: cover; display: block; margin-top: 40px; border-radius: 15px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); }.page-poppy-playtime-game-jolt__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-poppy-playtime-game-jolt__floating-button { background-color: #fdbb2d; color: #1a2a6c; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; }.page-poppy-playtime-game-jolt__floating-button:hover { background-color: #e6a724; transform: translateY(-3px); }@media (max-width: 768px) { .page-poppy-playtime-game-jolt__hero-title { font-size: 2em; }.page-poppy-playtime-game-jolt__hero-subtitle { font-size: 1.1em; }.page-poppy-playtime-game-jolt__section { padding: 40px 15px; }.page-poppy-playtime-game-jolt__section-title { font-size: 2em; margin-bottom: 30px; }.page-poppy-playtime-game-jolt__section-content { font-size: 1em; }.page-poppy-playtime-game-jolt__grid { grid-template-columns: 1fr; }.page-poppy-playtime-game-jolt__grid-item { padding: 20px; }.page-poppy-playtime-game-jolt__game-card-title, .page-poppy-playtime-game-jolt__promotion-card-title, .page-poppy-playtime-game-jolt__blog-card-title { font-size: 1.2em; }.page-poppy-playtime-game-jolt__game-card-description, .page-poppy-playtime-game-jolt__promotion-card-description, .page-poppy-playtime-game-jolt__blog-card-excerpt { font-size: 0.9em; }.page-poppy-playtime-game-jolt__faq-list { margin-top: 30px; }.page-poppy-playtime-game-jolt__faq-question { padding: 15px; }.page-poppy-playtime-game-jolt__faq-question h3 { font-size: 1em; }.page-poppy-playtime-game-jolt__faq-answer { padding: 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-poppy-playtime-game-jolt__payment-logos { gap: 15px; }.page-poppy-playtime-game-jolt__payment-logo { width: 100px; }.page-poppy-playtime-game-jolt__floating-buttons { bottom: 15px; right: 15px; gap: 8px; }.page-poppy-playtime-game-jolt__floating-button { padding: 10px 18px; font-size: 0.9em; }}