.page-how-to-play-poppy-playtime-chapter-3 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: var(--header-offset, 122px); } .page-how-to-play-poppy-playtime-chapter-3__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: 20px; box-sizing: border-box; } .page-how-to-play-poppy-playtime-chapter-3__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: brightness(0.5); } .page-how-to-play-poppy-playtime-chapter-3__hero-content { position: relative; z-index: 2; max-width: 800px; padding: 20px; background-color: rgba(0, 0, 0, 0.4); border-radius: 10px; } .page-how-to-play-poppy-playtime-chapter-3__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #ffcc00; } .page-how-to-play-poppy-playtime-chapter-3__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); } .page-how-to-play-poppy-playtime-chapter-3__hero-cta, .page-how-to-play-poppy-playtime-chapter-3__access-btn, .page-how-to-play-poppy-playtime-chapter-3__game-cta, .page-how-to-play-poppy-playtime-chapter-3__promo-cta, .page-how-to-play-poppy-playtime-chapter-3__contact-cta, .page-how-to-play-poppy-playtime-chapter-3__blog-link { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; box-sizing: border-box; min-width: 150px; text-align: center; } .page-how-to-play-poppy-playtime-chapter-3__hero-cta:hover, .page-how-to-play-poppy-playtime-chapter-3__access-btn:hover, .page-how-to-play-poppy-playtime-chapter-3__game-cta:hover, .page-how-to-play-poppy-playtime-chapter-3__promo-cta:hover, .page-how-to-play-poppy-playtime-chapter-3__contact-cta:hover, .page-how-to-play-poppy-playtime-chapter-3__blog-link:hover { background-color: #f16529; } .page-how-to-play-poppy-playtime-chapter-3__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; text-align: center; } .page-how-to-play-poppy-playtime-chapter-3__payment-title { width: 100%; font-size: 1.8em; color: #333; margin-bottom: 20px; } .page-how-to-play-poppy-playtime-chapter-3__payment-logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; } .page-how-to-play-poppy-playtime-chapter-3__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-how-to-play-poppy-playtime-chapter-3__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-how-to-play-poppy-playtime-chapter-3__introduction-section, .page-how-to-play-poppy-playtime-chapter-3__quick-access-section, .page-how-to-play-poppy-playtime-chapter-3__casino-games-section, .page-how-to-play-poppy-playtime-chapter-3__promotions-section, .page-how-to-play-poppy-playtime-chapter-3__security-section, .page-how-to-play-poppy-playtime-chapter-3__faq-section, .page-how-to-play-poppy-playtime-chapter-3__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; } .page-how-to-play-poppy-playtime-chapter-3__section-title { font-size: 2.2em; color: #333; margin-bottom: 30px; position: relative; padding-bottom: 10px; } .page-how-to-play-poppy-playtime-chapter-3__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 60px; height: 3px; background-color: #e44d26; } .page-how-to-play-poppy-playtime-chapter-3__intro-text, .page-how-to-play-poppy-playtime-chapter-3__access-description, .page-how-to-play-poppy-playtime-chapter-3__games-intro, .page-how-to-play-poppy-playtime-chapter-3__promo-intro, .page-how-to-play-poppy-playtime-chapter-3__security-intro, .page-how-to-play-poppy-playtime-chapter-3__blog-intro { font-size: 1.1em; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; color: #555; } .page-how-to-play-poppy-playtime-chapter-3__highlight { color: #e44d26; font-weight: bold; } .page-how-to-play-poppy-playtime-chapter-3__features-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; } .page-how-to-play-poppy-playtime-chapter-3__feature-item { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); flex: 1 1 calc(33% - 60px); max-width: calc(33% - 60px); box-sizing: border-box; text-align: center; transition: transform 0.3s ease; } .page-how-to-play-poppy-playtime-chapter-3__feature-item:hover { transform: translateY(-5px); } .page-how-to-play-poppy-playtime-chapter-3__feature-icon { width: 100%; max-width: 250px; height: auto; margin-bottom: 20px; object-fit: contain; border-radius: 8px; } .page-how-to-play-poppy-playtime-chapter-3__feature-title { font-size: 1.4em; color: #e44d26; margin-bottom: 10px; } .page-how-to-play-poppy-playtime-chapter-3__feature-description { color: #666; } .page-how-to-play-poppy-playtime-chapter-3__quick-access-section { background-color: #f2f2f2; } .page-how-to-play-poppy-playtime-chapter-3__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .page-how-to-play-poppy-playtime-chapter-3__access-btn { padding: 12px 25px; font-size: 1em; } .page-how-to-play-poppy-playtime-chapter-3__casino-games-section { background-color: #fff; } .page-how-to-play-poppy-playtime-chapter-3__game-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; } .page-how-to-play-poppy-playtime-chapter-3__game-card { background-color: #fdfdfd; border: 1px solid #eee; border-radius: 10px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03); flex: 1 1 calc(33% - 60px); max-width: calc(33% - 60px); box-sizing: border-box; text-align: center; padding: 25px; transition: box-shadow 0.3s ease; } .page-how-to-play-poppy-playtime-chapter-3__game-card:hover { box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); } .page-how-to-play-poppy-playtime-chapter-3__game-image { width: 100%; max-width: 300px; height: auto; object-fit: cover; border-radius: 8px; margin-bottom: 20px; } .page-how-to-play-poppy-playtime-chapter-3__game-title { font-size: 1.3em; color: #333; margin-bottom: 10px; } .page-how-to-play-poppy-playtime-chapter-3__game-description { color: #666; margin-bottom: 20px; } .page-how-to-play-poppy-playtime-chapter-3__game-cta { padding: 10px 20px; font-size: 0.95em; } .page-how-to-play-poppy-playtime-chapter-3__promotions-section { background-color: #f8f8f8; } .page-how-to-play-poppy-playtime-chapter-3__promo-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; } .page-how-to-play-poppy-playtime-chapter-3__promo-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); flex: 1 1 calc(50% - 30px); max-width: calc(50% - 30px); box-sizing: border-box; text-align: center; overflow: hidden; transition: transform 0.3s ease; } .page-how-to-play-poppy-playtime-chapter-3__promo-card:hover { transform: translateY(-5px); } .page-how-to-play-poppy-playtime-chapter-3__promo-image { width: 100%; height: 250px; object-fit: cover; margin-bottom: 20px; } .page-how-to-play-poppy-playtime-chapter-3__promo-title { font-size: 1.5em; color: #e44d26; margin-bottom: 10px; padding: 0 20px; } .page-how-to-play-poppy-playtime-chapter-3__promo-description { color: #666; margin-bottom: 25px; padding: 0 20px; } .page-how-to-play-poppy-playtime-chapter-3__promo-cta { padding: 12px 25px; font-size: 1em; margin-bottom: 25px; } .page-how-to-play-poppy-playtime-chapter-3__security-section { background-color: #e6e6e6; } .page-how-to-play-poppy-playtime-chapter-3__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-bottom: 40px; } .page-how-to-play-poppy-playtime-chapter-3__security-item { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); flex: 1 1 calc(33% - 60px); max-width: calc(33% - 60px); box-sizing: border-box; text-align: center; } .page-how-to-play-poppy-playtime-chapter-3__security-icon { width: 100%; max-width: 150px; height: auto; margin-bottom: 20px; object-fit: contain; } .page-how-to-play-poppy-playtime-chapter-3__security-title { font-size: 1.4em; color: #333; margin-bottom: 10px; } .page-how-to-play-poppy-playtime-chapter-3__security-description { color: #666; } .page-how-to-play-poppy-playtime-chapter-3__contact-cta { background-color: #333; } .page-how-to-play-poppy-playtime-chapter-3__contact-cta:hover { background-color: #555; } .page-how-to-play-poppy-playtime-chapter-3__faq-section { background-color: #fff; } .page-how-to-play-poppy-playtime-chapter-3__faq-container { max-width: 900px; margin: 0 auto; text-align: left; } .page-how-to-play-poppy-playtime-chapter-3__faq-item { border-bottom: 1px solid #eee; margin-bottom: 10px; } .page-how-to-play-poppy-playtime-chapter-3__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; cursor: pointer; user-select: none; background-color: #fdfdfd; transition: background-color 0.3s ease; } .page-how-to-play-poppy-playtime-chapter-3__faq-question:hover { background-color: #f2f2f2; } .page-how-to-play-poppy-playtime-chapter-3__faq-q-text { font-size: 1.2em; color: #333; margin: 0; flex-grow: 1; pointer-events: none; } .page-how-to-play-poppy-playtime-chapter-3__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e44d26; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-how-to-play-poppy-playtime-chapter-3__faq-item.active .page-how-to-play-poppy-playtime-chapter-3__faq-toggle { transform: rotate(45deg); } .page-how-to-play-poppy-playtime-chapter-3__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #555; font-size: 1em; line-height: 1.8; } .page-how-to-play-poppy-playtime-chapter-3__faq-item.active .page-how-to-play-poppy-playtime-chapter-3__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-how-to-play-poppy-playtime-chapter-3__blog-section { background-color: #f2f2f2; } .page-how-to-play-poppy-playtime-chapter-3__blog-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; } .page-how-to-play-poppy-playtime-chapter-3__blog-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); flex: 1 1 calc(33% - 60px); max-width: calc(33% - 60px); box-sizing: border-box; text-align: left; overflow: hidden; transition: transform 0.3s ease; } .page-how-to-play-poppy-playtime-chapter-3__blog-card:hover { transform: translateY(-5px); } .page-how-to-play-poppy-playtime-chapter-3__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-how-to-play-poppy-playtime-chapter-3__blog-title { font-size: 1.3em; color: #333; margin: 20px 20px 10px 20px; } .page-how-to-play-poppy-playtime-chapter-3__blog-summary { color: #666; margin: 0 20px 20px 20px; font-size: 0.95em; } .page-how-to-play-poppy-playtime-chapter-3__blog-link { display: block; background-color: #007bff; color: #fff; padding: 10px 20px; margin: 0 20px 20px 20px; border-radius: 5px; text-align: center; font-size: 0.9em; transition: background-color 0.3s ease; } .page-how-to-play-poppy-playtime-chapter-3__blog-link:hover { background-color: #0056b3; } .page-how-to-play-poppy-playtime-chapter-3 img:not(.page-how-to-play-poppy-playtime-chapter-3__payment-logo img) { max-width: 100%; height: auto; box-sizing: border-box; } @media (max-width: 768px) { .page-how-to-play-poppy-playtime-chapter-3__hero-section { min-height: 400px; padding: 15px; } .page-how-to-play-poppy-playtime-chapter-3__hero-title { font-size: 2em; } .page-how-to-play-poppy-playtime-chapter-3__hero-subtitle { font-size: 1.1em; } .page-how-to-play-poppy-playtime-chapter-3__hero-cta { padding: 12px 25px; font-size: 1em; } .page-how-to-play-poppy-playtime-chapter-3__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-how-to-play-poppy-playtime-chapter-3__payment-logo, .page-how-to-play-poppy-playtime-chapter-3__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-how-to-play-poppy-playtime-chapter-3__introduction-section, .page-how-to-play-poppy-playtime-chapter-3__quick-access-section, .page-how-to-play-poppy-playtime-chapter-3__casino-games-section, .page-how-to-play-poppy-playtime-chapter-3__promotions-section, .page-how-to-play-poppy-playtime-chapter-3__security-section, .page-how-to-play-poppy-playtime-chapter-3__faq-section, .page-how-to-play-poppy-playtime-chapter-3__blog-section { padding: 40px 15px; } .page-how-to-play-poppy-playtime-chapter-3__section-title { font-size: 1.8em; margin-bottom: 25px; } .page-how-to-play-poppy-playtime-chapter-3__intro-text, .page-how-to-play-poppy-playtime-chapter-3__access-description, .page-how-to-play-poppy-playtime-chapter-3__games-intro, .page-how-to-play-poppy-playtime-chapter-3__promo-intro, .page-how-to-play-poppy-playtime-chapter-3__security-intro, .page-how-to-play-poppy-playtime-chapter-3__blog-intro { font-size: 1em; margin-bottom: 30px; } .page-how-to-play-poppy-playtime-chapter-3__features-grid, .page-how-to-play-poppy-playtime-chapter-3__game-categories, .page-how-to-play-poppy-playtime-chapter-3__promo-grid, .page-how-to-play-poppy-playtime-chapter-3__security-features, .page-how-to-play-poppy-playtime-chapter-3__blog-grid { flex-direction: column; gap: 20px; } .page-how-to-play-poppy-playtime-chapter-3__feature-item, .page-how-to-play-poppy-playtime-chapter-3__game-card, .page-how-to-play-poppy-playtime-chapter-3__promo-card, .page-how-to-play-poppy-playtime-chapter-3__security-item, .page-how-to-play-poppy-playtime-chapter-3__blog-card { flex: 1 1 100%; max-width: 100%; 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-how-to-play-poppy-playtime-chapter-3__quick-access-section .page-how-to-play-poppy-playtime-chapter-3__access-buttons { flex-direction: column; gap: 15px; } .page-how-to-play-poppy-playtime-chapter-3__access-btn { width: 100%; max-width: 300px; margin: 0 auto; padding: 12px 0; } .page-how-to-play-poppy-playtime-chapter-3__promo-image { height: 180px; } .page-how-to-play-poppy-playtime-chapter-3__blog-image { height: 150px; } .page-how-to-play-poppy-playtime-chapter-3__faq-q-text { font-size: 1.1em; } .page-how-to-play-poppy-playtime-chapter-3__faq-answer { padding: 15px !important; } .page-how-to-play-poppy-playtime-chapter-3__faq-item.active .page-how-to-play-poppy-playtime-chapter-3__faq-answer { padding: 15px !important; } .page-how-to-play-poppy-playtime-chapter-3 img:not(.page-how-to-play-poppy-playtime-chapter-3__payment-logo img) { max-width: 100% !important; height: auto !important; } } @media (max-width: 480px) { .page-how-to-play-poppy-playtime-chapter-3__hero-title { font-size: 1.8em; } .page-how-to-play-poppy-playtime-chapter-3__hero-subtitle { font-size: 1em; } .page-how-to-play-poppy-playtime-chapter-3__section-title { font-size: 1.6em; } }