.page-poppy-playtime-coop { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f9f9f9; }.page-poppy-playtime-coop strong { font-weight: bold; color: #ff6600; }.page-poppy-playtime-coop__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding-top: 10px; background-color: #222; }.page-poppy-playtime-coop__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }.page-poppy-playtime-coop__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.6; display: block; max-width: 100%; }.page-poppy-playtime-coop__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; background-color: rgba(0, 0, 0, 0.5); border-radius: 8px; }.page-poppy-playtime-coop__hero-title { font-size: 3.2em; margin-bottom: 20px; color: #fff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-poppy-playtime-coop__hero-description { font-size: 1.2em; margin-bottom: 30px; color: #eee; }.page-poppy-playtime-coop__hero-cta { display: inline-block; background-color: #ff6600; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease; }.page-poppy-playtime-coop__hero-cta:hover { background-color: #e65c00; }.page-poppy-playtime-coop__section-title { font-size: 2.5em; color: #222; text-align: center; margin: 60px 0 30px; padding: 0 15px; }.page-poppy-playtime-coop__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: 40px 20px; background-color: #fff; border-bottom: 1px solid #eee; }.page-poppy-playtime-coop__logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; }.page-poppy-playtime-coop__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-poppy-playtime-coop__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-coop__introduction-section, .page-poppy-playtime-coop__quick-access-section, .page-poppy-playtime-coop__games-section, .page-poppy-playtime-coop__promotions-section, .page-poppy-playtime-coop__security-support-section, .page-poppy-playtime-coop__faq-section, .page-poppy-playtime-coop__blog-section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); margin-bottom: 40px; }.page-poppy-playtime-coop__intro-text, .page-poppy-playtime-coop__quick-access-description, .page-poppy-playtime-coop__games-intro, .page-poppy-playtime-coop__promotions-intro, .page-poppy-playtime-coop__security-intro, .page-poppy-playtime-coop__blog-intro { text-align: center; font-size: 1.1em; margin-bottom: 40px; color: #555; }.page-poppy-playtime-coop__features-grid, .page-poppy-playtime-coop__game-categories, .page-poppy-playtime-coop__promo-grid, .page-poppy-playtime-coop__security-features, .page-poppy-playtime-coop__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; }.page-poppy-playtime-coop__feature-item, .page-poppy-playtime-coop__game-card, .page-poppy-playtime-coop__promo-card, .page-poppy-playtime-coop__security-item, .page-poppy-playtime-coop__blog-card { background-color: #fefefe; border: 1px solid #eee; border-radius: 8px; padding: 25px; text-align: center; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; }.page-poppy-playtime-coop__feature-item:hover, .page-poppy-playtime-coop__game-card:hover, .page-poppy-playtime-coop__promo-card:hover, .page-poppy-playtime-coop__security-item:hover, .page-poppy-playtime-coop__blog-card:hover { transform: translateY(-5px); }.page-poppy-playtime-coop__feature-icon, .page-poppy-playtime-coop__security-icon { width: 120px; height: 120px; object-fit: contain; margin-bottom: 20px; max-width: 100%; height: auto; }.page-poppy-playtime-coop__feature-title, .page-poppy-playtime-coop__game-title, .page-poppy-playtime-coop__promo-title, .page-poppy-playtime-coop__security-title, .page-poppy-playtime-coop__blog-title { font-size: 1.4em; color: #333; margin-bottom: 15px; }.page-poppy-playtime-coop__feature-description, .page-poppy-playtime-coop__game-description, .page-poppy-playtime-coop__promo-description, .page-poppy-playtime-coop__security-description, .page-poppy-playtime-coop__blog-excerpt { font-size: 0.95em; color: #666; }.page-poppy-playtime-coop__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-poppy-playtime-coop__access-btn, .page-poppy-playtime-coop__game-cta, .page-poppy-playtime-coop__promo-cta, .page-poppy-playtime-coop__blog-readmore { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; margin-top: 15px; }.page-poppy-playtime-coop__access-btn:hover, .page-poppy-playtime-coop__game-cta:hover, .page-poppy-playtime-coop__promo-cta:hover, .page-poppy-playtime-coop__blog-readmore:hover { background-color: #0056b3; }.page-poppy-playtime-coop__game-image, .page-poppy-playtime-coop__promo-image, .page-poppy-playtime-coop__blog-image { width: 100%; height: 200px; object-fit: cover; border-radius: 5px; margin-bottom: 20px; max-width: 100%; }.page-poppy-playtime-coop__faq-container { margin-top: 30px; }.page-poppy-playtime-coop__faq-item { background-color: #fefefe; border: 1px solid #eee; border-radius: 8px; margin-bottom: 15px; overflow: hidden; }.page-poppy-playtime-coop__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-poppy-playtime-coop__faq-question:hover { background-color: #e0e0e0; }.page-poppy-playtime-coop__faq-q-title { font-size: 1.2em; color: #333; margin: 0; flex-grow: 1; text-align: left; pointer-events: none; }.page-poppy-playtime-coop__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ff6600; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; }.page-poppy-playtime-coop__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; 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-coop__faq-answer p { margin-top: 0; margin-bottom: 20px; color: #555; }.page-poppy-playtime-coop__faq-item.active .page-poppy-playtime-coop__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-poppy-playtime-coop__faq-item.active .page-poppy-playtime-coop__faq-toggle { transform: rotate(45deg); color: #007bff; }.page-poppy-playtime-coop__blog-card { display: flex; flex-direction: column; text-align: left; }.page-poppy-playtime-coop__blog-card .page-poppy-playtime-coop__blog-image { height: 250px; }.page-poppy-playtime-coop__blog-card .page-poppy-playtime-coop__blog-content { padding: 15px 0 0; flex-grow: 1; display: flex; flex-direction: column; }.page-poppy-playtime-coop__blog-card .page-poppy-playtime-coop__blog-title { font-size: 1.3em; margin-bottom: 10px; }.page-poppy-playtime-coop__blog-card .page-poppy-playtime-coop__blog-title a { text-decoration: none; color: #333; transition: color 0.3s ease; }.page-poppy-playtime-coop__blog-card .page-poppy-playtime-coop__blog-title a:hover { color: #ff6600; }.page-poppy-playtime-coop__blog-card .page-poppy-playtime-coop__blog-excerpt { font-size: 0.9em; color: #666; margin-bottom: 15px; flex-grow: 1; }.page-poppy-playtime-coop__blog-card .page-poppy-playtime-coop__blog-readmore { align-self: flex-start; margin-top: auto; }.page-poppy-playtime-coop__blog-card .page-poppy-playtime-coop__blog-readmore:hover { background-color: #ff6600; }@media (max-width: 768px) { .page-poppy-playtime-coop__hero-title { font-size: 2.2em; }.page-poppy-playtime-coop__hero-description { font-size: 1em; }.page-poppy-playtime-coop__section-title { font-size: 1.8em; margin: 40px 0 20px; }.page-poppy-playtime-coop__intro-text, .page-poppy-playtime-coop__quick-access-description, .page-poppy-playtime-coop__games-intro, .page-poppy-playtime-coop__promotions-intro, .page-poppy-playtime-coop__security-intro, .page-poppy-playtime-coop__blog-intro { font-size: 1em; margin-bottom: 20px; }.page-poppy-playtime-coop__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-poppy-playtime-coop__payment-logo, .page-poppy-playtime-coop__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-poppy-playtime-coop__introduction-section, .page-poppy-playtime-coop__quick-access-section, .page-poppy-playtime-coop__games-section, .page-poppy-playtime-coop__promotions-section, .page-poppy-playtime-coop__security-support-section, .page-poppy-playtime-coop__faq-section, .page-poppy-playtime-coop__blog-section { padding: 20px 15px; margin-bottom: 20px; }.page-poppy-playtime-coop__features-grid, .page-poppy-playtime-coop__game-categories, .page-poppy-playtime-coop__promo-grid, .page-poppy-playtime-coop__security-features, .page-poppy-playtime-coop__blog-grid { grid-template-columns: 1fr; gap: 20px; }.page-poppy-playtime-coop__feature-item, .page-poppy-playtime-coop__game-card, .page-poppy-playtime-coop__promo-card, .page-poppy-playtime-coop__security-item, .page-poppy-playtime-coop__blog-card { padding: 20px; }.page-poppy-playtime-coop__feature-icon, .page-poppy-playtime-coop__security-icon { width: 100px; height: 100px; margin-bottom: 15px; }.page-poppy-playtime-coop__feature-title, .page-poppy-playtime-coop__game-title, .page-poppy-playtime-coop__promo-title, .page-poppy-playtime-coop__security-title, .page-poppy-playtime-coop__blog-title { font-size: 1.2em; }.page-poppy-playtime-coop__feature-description, .page-poppy-playtime-coop__game-description, .page-poppy-playtime-coop__promo-description, .page-poppy-playtime-coop__security-description, .page-poppy-playtime-coop__blog-excerpt { font-size: 0.9em; }.page-poppy-playtime-coop__access-buttons { flex-direction: column; gap: 10px; }.page-poppy-playtime-coop__access-btn { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-poppy-playtime-coop__game-image, .page-poppy-playtime-coop__promo-image, .page-poppy-playtime-coop__blog-image { height: 180px; }.page-poppy-playtime-coop__faq-question { padding: 15px 20px; }.page-poppy-playtime-coop__faq-q-title { font-size: 1em; }.page-poppy-playtime-coop__faq-answer { padding: 0 20px; }.page-poppy-playtime-coop__faq-item.active .page-poppy-playtime-coop__faq-answer { padding: 15px 20px !important; }.page-poppy-playtime-coop__blog-card { flex-direction: column; }.page-poppy-playtime-coop__blog-card .page-poppy-playtime-coop__blog-image { height: 200px; }.page-poppy-playtime-coop__blog-card .page-poppy-playtime-coop__blog-content { padding: 10px 0 0; }.page-poppy-playtime-coop__blog-card .page-poppy-playtime-coop__blog-readmore { width: 100%; text-align: center; }.page-poppy-playtime-coop img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }}.page-poppy-playtime-coop .page-poppy-playtime-coop__feature-item img, .page-poppy-playtime-coop .page-poppy-playtime-coop__security-item img { max-width: 100%; height: auto; display: block; margin-left: auto; margin-right: auto; }.page-poppy-playtime-coop .page-poppy-playtime-coop__game-card img, .page-poppy-playtime-coop .page-poppy-playtime-coop__promo-card img, .page-poppy-playtime-coop .page-poppy-playtime-coop__blog-card img { width: 100%; height: auto; display: block; }