.page-where-can-i-play-poppy-playtime { font-family: 'Arial', sans-serif; color: #fff; background-color: #1a1a2e; line-height: 1.6; } .page-where-can-i-play-poppy-playtime__hero-section { background-image: url('[GALLERY:hero:1920x1080:gaming,thrilling,online]'); background-size: cover; background-position: center; padding: 100px 20px 80px; text-align: center; position: relative; overflow: hidden; padding-top: 10px; } @media (max-width: 768px) { .page-where-can-i-play-poppy-playtime__hero-section { padding-top: 10px !important; } } .page-where-can-i-play-poppy-playtime__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 1; } .page-where-i-play-poppy-playtime__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; } .page-where-can-i-play-poppy-playtime__main-heading { font-size: 2.8em; margin-bottom: 20px; color: #e0b400; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-where-can-i-play-poppy-playtime__hero-subheading { font-size: 1.3em; margin-bottom: 30px; color: #eee; } .page-where-can-i-play-poppy-playtime__button { display: inline-block; background-color: #e0b400; color: #1a1a2e; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-where-can-i-play-poppy-playtime__button:hover { background-color: #ffcc00; transform: translateY(-3px); } .page-where-can-i-play-poppy-playtime__section { padding: 60px 20px; text-align: center; max-width: 1200px; margin: 0 auto; } .page-where-can-i-play-poppy-playtime__section--dark { background-color: #131320; } .page-where-can-i-play-poppy-playtime__section-heading { font-size: 2.2em; color: #e0b400; margin-bottom: 30px; } .page-where-can-i-play-poppy-playtime__section-text { font-size: 1.1em; color: #ccc; margin-bottom: 40px; } .page-where-can-i-play-poppy-playtime__game-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-where-can-i-play-poppy-playtime__category-card { background-color: #2a2a4a; border-radius: 10px; padding: 25px; text-align: center; flex: 1 1 calc(33% - 40px); max-width: calc(33% - 40px); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-where-can-i-play-poppy-playtime__category-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5); } .page-where-can-i-play-poppy-playtime__category-image { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 15px; min-width: 200px; min-height: 200px; max-height: 250px; object-fit: cover; } .page-where-can-i-play-poppy-playtime__category-title { font-size: 1.4em; color: #e0b400; margin-bottom: 10px; } .page-where-can-i-play-poppy-playtime__category-description { font-size: 0.95em; color: #bbb; } .page-where-can-i-play-poppy-playtime__providers-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 20px; margin-top: 40px; } .page-where-can-i-play-poppy-playtime__provider-logo { max-width: 100%; height: 80px; object-fit: contain; filter: grayscale(100%); transition: filter 0.3s ease; } .page-where-i-play-poppy-playtime__provider-logo:hover { filter: grayscale(0%); } .page-where-can-i-play-poppy-playtime__cta-section { background-color: #e0b400; padding: 60px 20px; text-align: center; } .page-where-can-i-play-poppy-playtime__cta-heading { font-size: 2.5em; color: #1a1a2e; margin-bottom: 20px; } .page-where-can-i-play-poppy-playtime__cta-text { font-size: 1.2em; color: #333; margin-bottom: 40px; } .page-where-can-i-play-poppy-playtime__faq-section { background-color: #1a1a2e; padding: 60px 20px; max-width: 900px; margin: 0 auto; } .page-where-can-i-play-poppy-playtime__faq-heading { text-align: center; font-size: 2.2em; color: #e0b400; margin-bottom: 40px; } .page-where-can-i-play-poppy-playtime__faq-item { background-color: #2a2a4a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } .page-where-can-i-play-poppy-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #3a3a5a; transition: background-color 0.3s ease; } .page-where-can-i-play-poppy-playtime__faq-question:hover { background-color: #4a4a6a; } .page-where-can-i-play-poppy-playtime__faq-question h3 { margin: 0; font-size: 1.2em; color: #fff; pointer-events: none; } .page-where-can-i-play-poppy-playtime__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e0b400; pointer-events: none; transition: transform 0.3s ease; } .page-where-can-i-play-poppy-playtime__faq-item.active .page-where-can-i-play-poppy-playtime__faq-toggle { transform: rotate(45deg); } .page-where-can-i-play-poppy-playtime__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; color: #bbb; font-size: 1em; } .page-where-can-i-play-poppy-playtime__faq-item.active .page-where-can-i-play-poppy-playtime__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-where-can-i-play-poppy-playtime__hero-section { padding: 80px 15px 60px; } .page-where-can-i-play-poppy-playtime__main-heading { font-size: 2em; } .page-where-can-i-play-poppy-playtime__hero-subheading { font-size: 1em; } .page-where-can-i-play-poppy-playtime__button { padding: 12px 25px; font-size: 1em; } .page-where-can-i-play-poppy-playtime__section { padding: 40px 15px; } .page-where-can-i-play-poppy-playtime__section-heading { font-size: 1.8em; } .page-where-can-i-play-poppy-playtime__section-text { font-size: 0.95em; } .page-where-can-i-play-poppy-playtime__game-categories { flex-direction: column; } .page-where-can-i-play-poppy-playtime__category-card { flex: 1 1 100%; max-width: 100%; width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px; } .page-where-can-i-play-poppy-playtime__category-title { font-size: 1.2em; } .page-where-can-i-play-poppy-playtime__category-description { font-size: 0.9em; } .page-where-can-i-play-poppy-playtime__providers-grid { grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); } .page-where-can-i-play-poppy-playtime__cta-heading { font-size: 2em; } .page-where-can-i-play-poppy-playtime__cta-text { font-size: 1em; } .page-where-can-i-play-poppy-playtime__faq-section { padding: 40px 15px; } .page-where-can-i-play-poppy-playtime__faq-heading { font-size: 1.8em; } .page-where-can-i-play-poppy-playtime__faq-question { padding: 15px 20px; } .page-where-can-i-play-poppy-playtime__faq-question h3 { font-size: 1.1em; } .page-where-can-i-play-poppy-playtime__faq-answer { padding: 0 20px; font-size: 0.95em; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-where-can-i-play-poppy-playtime__faq-item.active .page-where-can-i-play-poppy-playtime__faq-answer { padding: 15px 20px !important; } .page-where-can-i-play-poppy-playtime__category-image, .page-where-can-i-play-poppy-playtime__provider-logo { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }