body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f0f2f5; color: #333; } .page-poppy-playtime-mob-games__hero-section { background: linear-gradient(135deg, #2a0000 0%, #0d0d0d 100%); color: #fff; padding: 60px 20px 40px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; padding-top: 10px; } .page-poppy-playtime-mob-games__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.3; overflow: hidden; z-index: 0; } .page-poppy-playtime-mob-games__hero-image { width: 100%; height: 100%; object-fit: cover; } .page-poppy-playtime-mob-games__hero-content { position: relative; z-index: 1; max-width: 800px; } .page-poppy-playtime-mob-games__hero-title { font-size: 2.5em; margin-bottom: 20px; line-height: 1.2; } .page-poppy-playtime-mob-games__hero-description { font-size: 1.1em; margin-bottom: 30px; line-height: 1.6; } .page-poppy-playtime-mob-games__cta-button { display: inline-block; background-color: #ff4500; color: #fff; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; } .page-poppy-playtime-mob-games__cta-button:hover { background-color: #e03e00; } .page-poppy-playtime-mob-games__section-title { font-size: 2em; color: #222; text-align: center; margin-bottom: 30px; padding: 0 15px; } .page-poppy-playtime-mob-games__highlight { color: #ff4500; } .page-poppy-playtime-mob-games__introduction-section, .page-poppy-playtime-mob-games__quick-access-section, .page-poppy-playtime-mob-games__game-overview-section, .page-poppy-playtime-mob-games__promotions-section, .page-poppy-playtime-mob-games__security-section, .page-poppy-playtime-mob-games__faq-section, .page-poppy-playtime-mob-games__blog-section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-mob-games__intro-text { text-align: center; font-size: 1.1em; line-height: 1.6; margin-bottom: 40px; } .page-poppy-playtime-mob-games__intro-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; } .page-poppy-playtime-mob-games__feature-item { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); padding: 30px; text-align: center; flex: 1 1 calc(33% - 40px); min-width: 280px; box-sizing: border-box; } .page-poppy-playtime-mob-games__feature-icon { width: 100%; max-width: 300px; height: auto; margin-bottom: 20px; border-radius: 8px; } .page-poppy-playtime-mob-games__feature-title { font-size: 1.3em; color: #ff4500; margin-bottom: 15px; } .page-poppy-playtime-mob-games__feature-description { font-size: 0.95em; line-height: 1.5; } .page-poppy-playtime-mob-games__access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-bottom: 30px; } .page-poppy-playtime-mob-games__access-button { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-poppy-playtime-mob-games__access-button:hover { background-color: #0056b3; } .page-poppy-playtime-mob-games__access-note { text-align: center; font-size: 0.9em; color: #555; } .page-poppy-playtime-mob-games__game-tabs { display: flex; justify-content: center; margin-bottom: 30px; flex-wrap: wrap; gap: 10px; } .page-poppy-playtime-mob-games__game-tab-button { background-color: #eee; border: 1px solid #ddd; padding: 10px 20px; cursor: pointer; font-size: 1em; border-radius: 5px; transition: background-color 0.3s ease, color 0.3s ease; } .page-poppy-playtime-mob-games__game-tab-button.active { background-color: #ff4500; color: #fff; border-color: #ff4500; } .page-poppy-playtime-mob-games__game-tab-button:hover:not(.active) { background-color: #e0e0e0; } .page-poppy-playtime-mob-games__game-content { display: none; text-align: center; background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); padding: 30px; } .page-poppy-playtime-mob-games__game-content.active { display: block; } .page-poppy-playtime-mob-games__game-image { width: 100%; max-width: 600px; height: auto; border-radius: 8px; margin-bottom: 25px; } .page-poppy-playtime-mob-games__game-title { font-size: 1.6em; color: #222; margin-bottom: 15px; } .page-poppy-playtime-mob-games__game-description { font-size: 1em; line-height: 1.6; margin-bottom: 25px; } .page-poppy-playtime-mob-games__learn-more-button { display: inline-block; background-color: #ff4500; color: #fff; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-poppy-playtime-mob-games__learn-more-button:hover { background-color: #e03e00; } .page-poppy-playtime-mob-games__promotions-intro { text-align: center; font-size: 1.1em; line-height: 1.6; margin-bottom: 40px; } .page-poppy-playtime-mob-games__promo-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; } .page-poppy-playtime-mob-games__promo-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); padding: 30px; text-align: center; flex: 1 1 calc(33% - 40px); min-width: 280px; box-sizing: border-box; } .page-poppy-playtime-mob-games__promo-image { width: 100%; max-width: 400px; height: auto; border-radius: 8px; margin-bottom: 20px; } .page-poppy-playtime-mob-games__promo-title { font-size: 1.3em; color: #ff4500; margin-bottom: 15px; } .page-poppy-playtime-mob-games__promo-description { font-size: 0.95em; line-height: 1.5; margin-bottom: 20px; } .page-poppy-playtime-mob-games__promo-button { display: inline-block; background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-poppy-playtime-mob-games__promo-button:hover { background-color: #0056b3; } .page-poppy-playtime-mob-games__security-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; } .page-poppy-playtime-mob-games__security-item { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); padding: 30px; text-align: center; flex: 1 1 calc(33% - 40px); min-width: 280px; box-sizing: border-box; } .page-poppy-playtime-mob-games__security-icon { width: 100%; max-width: 300px; height: auto; margin-bottom: 20px; border-radius: 8px; } .page-poppy-playtime-mob-games__security-title { font-size: 1.3em; color: #222; margin-bottom: 15px; } .page-poppy-playtime-mob-games__security-description { font-size: 0.95em; line-height: 1.5; margin-bottom: 20px; } .page-poppy-playtime-mob-games__contact-button { display: inline-block; background-color: #28a745; color: #fff; padding: 10px 20px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-poppy-playtime-mob-games__contact-button:hover { background-color: #218838; } .page-poppy-playtime-mob-games__faq-container { max-width: 800px; margin: 0 auto; } .page-poppy-playtime-mob-games__faq-item { background-color: #fff; border-radius: 10px; margin-bottom: 15px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-poppy-playtime-mob-games__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #fff; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; } .page-poppy-playtime-mob-games__faq-question:hover { background-color: #f9f9f9; } .page-poppy-playtime-mob-games__faq-question h3 { margin: 0; font-size: 1.1em; color: #222; pointer-events: none; } .page-poppy-playtime-mob-games__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ff4500; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-mob-games__faq-item.active .page-poppy-playtime-mob-games__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-mob-games__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; } .page-poppy-playtime-mob-games__faq-item.active .page-poppy-playtime-mob-games__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-poppy-playtime-mob-games__faq-answer p { margin: 0; line-height: 1.6; font-size: 0.95em; } .page-poppy-playtime-mob-games__blog-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; } .page-poppy-playtime-mob-games__blog-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; flex: 1 1 calc(33% - 40px); min-width: 280px; box-sizing: border-box; display: flex; flex-direction: column; } .page-poppy-playtime-mob-games__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-poppy-playtime-mob-games__blog-content { padding: 20px; display: flex; flex-direction: column; flex-grow: 1; } .page-poppy-playtime-mob-games__blog-title { font-size: 1.2em; margin-bottom: 10px; line-height: 1.4; } .page-poppy-playtime-mob-games__blog-title a { color: #222; text-decoration: none; transition: color 0.3s ease; } .page-poppy-playtime-mob-games__blog-title a:hover { color: #ff4500; } .page-poppy-playtime-mob-games__blog-date { font-size: 0.85em; color: #777; margin-bottom: 10px; } .page-poppy-playtime-mob-games__blog-excerpt { font-size: 0.9em; line-height: 1.5; margin-bottom: 15px; flex-grow: 1; } .page-poppy-playtime-mob-games__read-more { display: inline-block; color: #ff4500; text-decoration: none; font-weight: bold; transition: color 0.3s ease; align-self: flex-start; } .page-poppy-playtime-mob-games__read-more:hover { color: #e03e00; } @media (max-width: 992px) { .page-poppy-playtime-mob-games__hero-title { font-size: 2em; } .page-poppy-playtime-mob-games__hero-description { font-size: 1em; } .page-poppy-playtime-mob-games__feature-item, .page-poppy-playtime-mob-games__promo-card, .page-poppy-playtime-mob-games__security-item, .page-poppy-playtime-mob-games__blog-card { flex: 1 1 calc(50% - 20px); } } @media (max-width: 768px) { .page-poppy-playtime-mob-games__hero-section { padding: 40px 15px 30px; } .page-poppy-playtime-mob-games__hero-title { font-size: 1.8em; } .page-poppy-playtime-mob-games__hero-description { font-size: 0.95em; } .page-poppy-playtime-mob-games__cta-button { padding: 12px 25px; font-size: 1em; } .page-poppy-playtime-mob-games__section-title { font-size: 1.8em; margin-bottom: 25px; } .page-poppy-playtime-mob-games__introduction-section, .page-poppy-playtime-mob-games__quick-access-section, .page-poppy-playtime-mob-games__game-overview-section, .page-poppy-playtime-mob-games__promotions-section, .page-poppy-playtime-mob-games__security-section, .page-poppy-playtime-mob-games__faq-section, .page-poppy-playtime-mob-games__blog-section { padding: 30px 15px; } .page-poppy-playtime-mob-games__intro-text, .page-poppy-playtime-mob-games__promotions-intro { font-size: 1em; margin-bottom: 30px; } .page-poppy-playtime-mob-games__feature-item, .page-poppy-playtime-mob-games__promo-card, .page-poppy-playtime-mob-games__security-item, .page-poppy-playtime-mob-games__blog-card { flex: 1 1 100%; min-width: unset; width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px; } .page-poppy-playtime-mob-games__feature-icon, .page-poppy-playtime-mob-games__promo-image, .page-poppy-playtime-mob-games__security-icon, .page-poppy-playtime-mob-games__game-image { max-width: 100%; height: auto; margin-bottom: 15px; } .page-poppy-playtime-mob-games__access-links { flex-direction: column; } .page-poppy-playtime-mob-games__access-button { width: 100%; box-sizing: border-box; } .page-poppy-playtime-mob-games__game-tab-button { flex: 1 1 auto; } .page-poppy-playtime-mob-games__game-title { font-size: 1.4em; } .page-poppy-playtime-mob-games__game-description { font-size: 0.9em; } .page-poppy-playtime-mob-games__blog-card { flex-direction: column; } .page-poppy-playtime-mob-games__blog-image { height: 180px; } .page-poppy-playtime-mob-games__blog-content { padding: 15px; } .page-poppy-playtime-mob-games__blog-title { font-size: 1.1em; } .page-poppy-playtime-mob-games__blog-excerpt { font-size: 0.85em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-poppy-playtime-mob-games__faq-question { padding: 12px 15px; } .page-poppy-playtime-mob-games__faq-question h3 { font-size: 1em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-poppy-playtime-mob-games__faq-answer { padding: 0 15px; } .page-poppy-playtime-mob-games__faq-item.active .page-poppy-playtime-mob-games__faq-answer { padding: 15px !important; } }