/* General styles for the page */.page-poppy-playtime-3-monster-name__container {max-width: 1200px;margin: 0 auto;padding: 0 15px;box-sizing: border-box;}.page-poppy-playtime-3-monster-name__section {padding: 40px 0;margin-bottom: 20px;}.page-poppy-playtime-3-monster-name__section--dark {background-color: #1a1a1a;color: #f0f0f0;}.page-poppy-playtime-3-monster-name__section--light {background-color: #f8f8f8;color: #333;}.page-poppy-playtime-3-monster-name__title {font-size: 2.5em;color: #ffcc00;text-align: center;margin-bottom: 20px;}.page-poppy-playtime-3-monster-name__subtitle {font-size: 1.8em;color: #eee;text-align: center;margin-bottom: 15px;}.page-poppy-playtime-3-monster-name__text {font-size: 1.1em;line-height: 1.6;margin-bottom: 15px;}.page-poppy-playtime-3-monster-name__button {display: inline-block;background-color: #ffcc00;color: #1a1a1a;padding: 12px 25px;border-radius: 5px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease;border: none;cursor: pointer;}.page-poppy-playtime-3-monster-name__button:hover {background-color: #e6b800;}.page-poppy-playtime-3-monster-name__hero-section {position: relative;width: 100%;height: 600px;overflow: hidden;display: flex;align-items: center;justify-content: center;text-align: center;color: #fff;padding-top: 10px;}.page-poppy-playtime-3-monster-name__hero-background {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: -1;}.page-poppy-playtime-3-monster-name__hero-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);z-index: 0;}.page-poppy-playtime-3-monster-name__hero-content {position: relative;z-index: 1;max-width: 900px;padding: 20px;}.page-poppy-playtime-3-monster-name__hero-title {font-size: 3.5em;margin-bottom: 20px;line-height: 1.2;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-poppy-playtime-3-monster-name__hero-description {font-size: 1.4em;margin-bottom: 30px;text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);}.page-poppy-playtime-3-monster-name__features-list {display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;list-style: none;padding: 0;}.page-poppy-playtime-3-monster-name__feature-item {background-color: #2a2a2a;border-radius: 10px;padding: 25px;text-align: center;flex: 1 1 calc(33% - 40px);max-width: calc(33% - 40px);box-sizing: border-box;}.page-poppy-playtime-3-monster-name__feature-item h3 {color: #ffcc00;margin-top: 10px;font-size: 1.3em;}.page-poppy-playtime-3-monster-name__feature-item img {max-width: 100%;height: auto;border-radius: 5px;margin-bottom: 15px;}.page-poppy-playtime-3-monster-name__access-links {display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;margin-top: 30px;}.page-poppy-playtime-3-monster-name__access-link {flex: 1 1 calc(25% - 40px);max-width: calc(25% - 40px);text-align: center;}.page-poppy-playtime-3-monster-name__access-link .page-poppy-playtime-3-monster-name__button {width: 100%;}.page-poppy-playtime-3-monster-name__games-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 25px;margin-top: 30px;}.page-poppy-playtime-3-monster-name__game-card {background-color: #2a2a2a;border-radius: 10px;overflow: hidden;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);text-align: center;}.page-poppy-playtime-3-monster-name__game-card img {width: 100%;height: 200px;object-fit: cover;}.page-poppy-playtime-3-monster-name__game-card-content {padding: 20px;}.page-poppy-playtime-3-monster-name__game-card h3 {color: #ffcc00;margin-bottom: 10px;font-size: 1.4em;}.page-poppy-playtime-3-monster-name__game-card p {font-size: 0.95em;color: #ccc;margin-bottom: 15px;}.page-poppy-playtime-3-monster-name__promotions-list {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 30px;}.page-poppy-playtime-3-monster-name__promo-card {background-color: #2a2a2a;border-radius: 10px;padding: 25px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);}.page-poppy-playtime-3-monster-name__promo-card h3 {color: #ffcc00;margin-bottom: 10px;font-size: 1.5em;}.page-poppy-playtime-3-monster-name__promo-card p {color: #ccc;font-size: 1em;margin-bottom: 20px;}.page-poppy-playtime-3-monster-name__security-grid {display: grid;grid-template-columns: 1fr 1fr;gap: 30px;margin-top: 30px;}.page-poppy-playtime-3-monster-name__security-item {background-color: #2a2a2a;border-radius: 10px;padding: 25px;text-align: center;}.page-poppy-playtime-3-monster-name__security-item img {max-width: 100%;height: auto;margin-bottom: 15px;border-radius: 5px;}.page-poppy-playtime-3-monster-name__security-item h3 {color: #ffcc00;margin-bottom: 10px;font-size: 1.4em;}.page-poppy-playtime-3-monster-name__security-item p {color: #ccc;}.page-poppy-playtime-3-monster-name__faq-list {margin-top: 30px;}.page-poppy-playtime-3-monster-name__faq-item {background-color: #2a2a2a;border-radius: 8px;margin-bottom: 15px;overflow: hidden;}.page-poppy-playtime-3-monster-name__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 15px 20px;cursor: pointer;background-color: #3a3a3a;border-bottom: 1px solid #444;}.page-poppy-playtime-3-monster-name__faq-question:hover {background-color: #4a4a4a;}.page-poppy-playtime-3-monster-name__faq-question h3 {color: #ffcc00;font-size: 1.2em;margin: 0;pointer-events: none;}.page-poppy-playtime-3-monster-name__faq-toggle {font-size: 1.5em;font-weight: bold;color: #ffcc00;transition: transform 0.3s ease;pointer-events: none;}.page-poppy-playtime-3-monster-name__faq-item.active .page-poppy-playtime-3-monster-name__faq-toggle {transform: rotate(45deg);}.page-poppy-playtime-3-monster-name__faq-answer {max-height: 0;overflow: hidden;padding: 0 20px;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-3-monster-name__faq-item.active .page-poppy-playtime-3-monster-name__faq-answer {max-height: 2000px !important;padding: 20px !important;opacity: 1;}.page-poppy-playtime-3-monster-name__faq-answer p {color: #ccc;margin: 0;line-height: 1.6;}.page-poppy-playtime-3-monster-name__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 30px;}.page-poppy-playtime-3-monster-name__blog-card {background-color: #2a2a2a;border-radius: 10px;overflow: hidden;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);}.page-poppy-playtime-3-monster-name__blog-card img {width: 100%;height: 220px;object-fit: cover;}.page-poppy-playtime-3-monster-name__blog-card-content {padding: 20px;}.page-poppy-playtime-3-monster-name__blog-card h3 {color: #ffcc00;margin-bottom: 10px;font-size: 1.4em;}.page-poppy-playtime-3-monster-name__blog-card p {font-size: 0.95em;color: #ccc;margin-bottom: 15px;}.page-poppy-playtime-3-monster-name__blog-card .page-poppy-playtime-3-monster-name__button {width: 100%;}.page-poppy-playtime-3-monster-name__payment-providers {display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;margin-top: 20px;}.page-poppy-playtime-3-monster-name__payment-logo {width: 100px;height: auto;object-fit: contain;filter: grayscale(100%);opacity: 0.7;transition: filter 0.3s ease, opacity 0.3s ease;}.page-poppy-playtime-3-monster-name__payment-logo:hover {filter: grayscale(0%);opacity: 1;}@media (max-width: 992px) {.page-poppy-playtime-3-monster-name__hero-title {font-size: 3em;}.page-poppy-playtime-3-monster-name__hero-description {font-size: 1.2em;}.page-poppy-playtime-3-monster-name__feature-item {flex: 1 1 calc(50% - 30px);max-width: calc(50% - 30px);}.page-poppy-playtime-3-monster-name__access-link {flex: 1 1 calc(50% - 30px);max-width: calc(50% - 30px);}.page-poppy-playtime-3-monster-name__security-grid {grid-template-columns: 1fr;}}@media (max-width: 768px) {.page-poppy-playtime-3-monster-name__hero-section {height: 500px;}.page-poppy-playtime-3-monster-name__hero-title {font-size: 2.2em;}.page-poppy-playtime-3-monster-name__hero-description {font-size: 1em;}.page-poppy-playtime-3-monster-name__section {padding: 30px 0;}.page-poppy-playtime-3-monster-name__title {font-size: 2em;}.page-poppy-playtime-3-monster-name__subtitle {font-size: 1.5em;}.page-poppy-playtime-3-monster-name__feature-item {flex: 1 1 100% !important;max-width: 100% !important;box-sizing: border-box !important;width: 100% !important;margin-left: 0 !important;margin-right: 0 !important;word-wrap: break-word !important;overflow-wrap: break-word !important;}.page-poppy-playtime-3-monster-name__features-list {padding: 0 !important;width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-poppy-playtime-3-monster-name__access-link {flex: 1 1 100% !important;max-width: 100% !important;box-sizing: border-box !important;width: 100% !important;margin-left: 0 !important;margin-right: 0 !important;word-wrap: break-word !important;overflow-wrap: break-word !important;}.page-poppy-playtime-3-monster-name__access-links {padding: 0 !important;width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-poppy-playtime-3-monster-name__game-card {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;}.page-poppy-playtime-3-monster-name__games-grid {grid-template-columns: 1fr;padding: 0 !important;width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-poppy-playtime-3-monster-name__promo-card {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;}.page-poppy-playtime-3-monster-name__promotions-list {grid-template-columns: 1fr;padding: 0 !important;width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-poppy-playtime-3-monster-name__security-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;}.page-poppy-playtime-3-monster-name__security-grid {padding: 0 !important;width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-poppy-playtime-3-monster-name__faq-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;}.page-poppy-playtime-3-monster-name__faq-list {padding: 0 !important;width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-poppy-playtime-3-monster-name__blog-card {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;}.page-poppy-playtime-3-monster-name__blog-grid {grid-template-columns: 1fr;padding: 0 !important;width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-poppy-playtime-3-monster-name__payment-logo {width: 80px;}}@media (max-width: 480px) {.page-poppy-playtime-3-monster-name__hero-title {font-size: 1.8em;}.page-poppy-playtime-3-monster-name__hero-description {font-size: 0.9em;}.page-poppy-playtime-3-monster-name__button {padding: 10px 20px;font-size: 0.9em;}.page-poppy-playtime-3-monster-name__title {font-size: 1.8em;}}