.page-is-poppy-playtime-on-app-store { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-is-poppy-playtime-on-app-store__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .page-is-poppy-playtime-on-app-store__hero-section { background: linear-gradient(135deg, #0056b3, #007bff); color: #fff; text-align: center; padding: 100px 20px; position: relative; overflow: hidden; padding-top: calc(var(--header-offset, 0px) + 10px); } .page-is-poppy-playtime-on-app-store__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.6; } .page-is-poppy-playtime-on-app-store__hero-content { position: relative; z-index: 2; } .page-is-poppy-playtime-on-app-store__hero-title { font-size: 3em; margin-bottom: 20px; font-weight: bold; } .page-is-poppy-playtime-on-app-store__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; } .page-is-poppy-playtime-on-app-store__cta-button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-is-poppy-playtime-on-app-store__cta-button:hover { background-color: #e0a800; transform: translateY(-3px); } .page-is-poppy-playtime-on-app-store__section { padding: 60px 0; text-align: center; } .page-is-poppy-playtime-on-app-store__section:nth-of-type(even) { background-color: #e9ecef; } .page-is-poppy-playtime-on-app-store__section-title { font-size: 2.5em; margin-bottom: 40px; color: #0056b3; } .page-is-poppy-playtime-on-app-store__text-content { text-align: left; max-width: 900px; margin: 0 auto; padding: 0 15px; } .page-is-poppy-playtime-on-app-store__text-content p { margin-bottom: 15px; } .page-is-poppy-playtime-on-app-store__image { max-width: 100%; height: auto; border-radius: 8px; margin-top: 20px; display: block; margin-left: auto; margin-right: auto; } .page-is-poppy-playtime-on-app-store__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; max-width: 900px; margin: 40px auto; padding: 0 15px; } .page-is-poppy-playtime-on-app-store__quick-access-item { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); padding: 30px; text-align: center; transition: transform 0.3s ease; } .page-is-poppy-playtime-on-app-store__quick-access-item:hover { transform: translateY(-5px); } .page-is-poppy-playtime-on-app-store__quick-access-item h3 { color: #0056b3; margin-top: 0; font-size: 1.3em; } .page-is-poppy-playtime-on-app-store__quick-access-button { display: block; background-color: #28a745; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-top: 20px; transition: background-color 0.3s ease; } .page-is-poppy-playtime-on-app-store__quick-access-button:hover { background-color: #218838; } .page-is-poppy-playtime-on-app-store__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1100px; margin: 40px auto; padding: 0 15px; } .page-is-poppy-playtime-on-app-store__game-card { background-color: #fff; border-radius: 10px; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-is-poppy-playtime-on-app-store__game-card:hover { transform: translateY(-8px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); } .page-is-poppy-playtime-on-app-store__game-image { width: 100%; height: 200px; object-fit: cover; } .page-is-poppy-playtime-on-app-store__game-content { padding: 25px; } .page-is-poppy-playtime-on-app-store__game-title { font-size: 1.5em; margin-top: 0; margin-bottom: 15px; color: #0056b3; } .page-is-poppy-playtime-on-app-store__game-description { font-size: 0.95em; color: #555; margin-bottom: 20px; min-height: 70px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } .page-is-poppy-playtime-on-app-store__game-button { display: inline-block; background-color: #007bff; color: #fff; padding: 10px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-is-poppy-playtime-on-app-store__game-button:hover { background-color: #0056b3; } .page-is-poppy-playtime-on-app-store__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1100px; margin: 40px auto; padding: 0 15px; } .page-is-poppy-playtime-on-app-store__promo-card { background-color: #fff; border-radius: 10px; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-is-poppy-playtime-on-app-store__promo-card:hover { transform: translateY(-8px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); } .page-is-poppy-playtime-on-app-store__promo-image { width: 100%; height: 220px; object-fit: cover; } .page-is-poppy-playtime-on-app-store__promo-content { padding: 25px; } .page-is-poppy-playtime-on-app-store__promo-title { font-size: 1.4em; margin-top: 0; margin-bottom: 10px; color: #0056b3; } .page-is-poppy-playtime-on-app-store__promo-description { font-size: 0.9em; color: #555; margin-bottom: 20px; min-height: 60px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } .page-is-poppy-playtime-on-app-store__promo-button { display: inline-block; background-color: #dc3545; color: #fff; padding: 10px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-is-poppy-playtime-on-app-store__promo-button:hover { background-color: #c82333; } .page-is-poppy-playtime-on-app-store__faq-container { max-width: 900px; margin: 40px auto; padding: 0 15px; } .page-is-poppy-playtime-on-app-store__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-is-poppy-playtime-on-app-store__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #007bff; color: #fff; cursor: pointer; user-select: none; border-radius: 8px; transition: background-color 0.3s ease; } .page-is-poppy-playtime-on-app-store__faq-question:hover { background-color: #0056b3; } .page-is-poppy-playtime-on-app-store__faq-question h3 { margin: 0; font-size: 1.2em; pointer-events: none; } .page-is-poppy-playtime-on-app-store__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; } .page-is-poppy-playtime-on-app-store__faq-item.active .page-is-poppy-playtime-on-app-store__faq-toggle { transform: rotate(45deg); } .page-is-poppy-playtime-on-app-store__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #fefefe; color: #333; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-is-poppy-playtime-on-app-store__faq-item.active .page-is-poppy-playtime-on-app-store__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-is-poppy-playtime-on-app-store__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1100px; margin: 40px auto; padding: 0 15px; } .page-is-poppy-playtime-on-app-store__blog-card { background-color: #fff; border-radius: 10px; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-is-poppy-playtime-on-app-store__blog-card:hover { transform: translateY(-8px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); } .page-is-poppy-playtime-on-app-store__blog-image { width: 100%; height: 180px; object-fit: cover; } .page-is-poppy-playtime-on-app-store__blog-content { padding: 20px; } .page-is-poppy-playtime-on-app-store__blog-title { font-size: 1.3em; margin-top: 0; margin-bottom: 10px; color: #0056b3; } .page-is-poppy-playtime-on-app-store__blog-summary { font-size: 0.9em; color: #555; margin-bottom: 15px; min-height: 60px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } .page-is-poppy-playtime-on-app-store__blog-link { display: inline-block; color: #007bff; text-decoration: none; font-weight: bold; transition: color 0.3s ease; } .page-is-poppy-playtime-on-app-store__blog-link:hover { color: #0056b3; } .page-is-poppy-playtime-on-app-store__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; } .page-is-poppy-playtime-on-app-store__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-is-poppy-playtime-on-app-store__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } @media (max-width: 768px) { .page-is-poppy-playtime-on-app-store__hero-title { font-size: 2em; } .page-is-poppy-playtime-on-app-store__hero-subtitle { font-size: 1.2em; } .page-is-poppy-playtime-on-app-store__section { padding: 40px 0; } .page-is-poppy-playtime-on-app-store__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-is-poppy-playtime-on-app-store__text-content { padding: 0 10px; } .page-is-poppy-playtime-on-app-store__quick-access-grid, .page-is-poppy-playtime-on-app-store__game-grid, .page-is-poppy-playtime-on-app-store__promo-grid, .page-is-poppy-playtime-on-app-store__blog-grid { grid-template-columns: 1fr; margin: 20px auto; padding: 0 10px; } .page-is-poppy-playtime-on-app-store__quick-access-item, .page-is-poppy-playtime-on-app-store__game-card, .page-is-poppy-playtime-on-app-store__promo-card, .page-is-poppy-playtime-on-app-store__blog-card { padding: 20px; } .page-is-poppy-playtime-on-app-store__game-description, .page-is-poppy-playtime-on-app-store__promo-description, .page-is-poppy-playtime-on-app-store__blog-summary { min-height: auto; } .page-is-poppy-playtime-on-app-store__faq-container { margin: 20px auto; padding: 0 10px; } .page-is-poppy-playtime-on-app-store__faq-question { padding: 15px 20px; } .page-is-poppy-playtime-on-app-store__faq-question h3 { font-size: 1.1em; } .page-is-poppy-playtime-on-app-store__faq-answer { padding: 0 20px; } .page-is-poppy-playtime-on-app-store__faq-item.active .page-is-poppy-playtime-on-app-store__faq-answer { padding: 15px 20px !important; } .page-is-poppy-playtime-on-app-store__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 10px; } .page-is-poppy-playtime-on-app-store__payment-logo, .page-is-poppy-playtime-on-app-store__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-is-poppy-playtime-on-app-store__image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-is-poppy-playtime-on-app-store__game-image, .page-is-poppy-playtime-on-app-store__promo-image, .page-is-poppy-playtime-on-app-store__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-is-poppy-playtime-on-app-store__quick-access-grid > *, .page-is-poppy-playtime-on-app-store__game-grid > *, .page-is-poppy-playtime-on-app-store__promo-grid > *, .page-is-poppy-playtime-on-app-store__blog-grid > * { 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; word-break: break-word !important; } }