.page-poppy-playtime-starter-kit-2-0-mobile { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-poppy-playtime-starter-kit-2-0-mobile__section { padding: 40px 20px; margin-bottom: 20px; background-color: #2a2a2a; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-starter-kit-2-0-mobile__section-title { font-size: 2.5em; color: #ffd700; text-align: center; margin-bottom: 30px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-poppy-playtime-starter-kit-2-0-mobile__section-subtitle { font-size: 1.8em; color: #ffcc00; text-align: center; margin-bottom: 20px; } .page-poppy-playtime-starter-kit-2-0-mobile__text { font-size: 1.1em; margin-bottom: 15px; color: #cccccc; } .page-poppy-playtime-starter-kit-2-0-mobile__list { list-style: none; padding: 0; margin-bottom: 20px; } .page-poppy-playtime-starter-kit-2-0-mobile__list-item { background-color: #3a3a3a; padding: 15px; margin-bottom: 10px; border-radius: 5px; display: flex; align-items: center; box-sizing: border-box; } .page-poppy-playtime-starter-kit-2-0-mobile__list-item::before { content: '•'; color: #ffd700; font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; } .page-poppy-playtime-starter-kit-2-0-mobile__btn { display: inline-block; background-color: #ffd700; color: #1a1a1a; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; text-align: center; } .page-poppy-playtime-starter-kit-2-0-mobile__btn:hover { background-color: #ffcc00; transform: translateY(-2px); } .page-poppy-playtime-starter-kit-2-0-mobile__btn-group { display: flex; justify-content: center; gap: 20px; margin-top: 30px; flex-wrap: wrap; } .page-poppy-playtime-starter-kit-2-0-mobile__hero { position: relative; width: 100%; height: 60vh; min-height: 400px; background-color: #000; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding-top: 10px; box-sizing: border-box; } .page-poppy-playtime-starter-kit-2-0-mobile__hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; } .page-poppy-playtime-starter-kit-2-0-mobile__hero-content { position: relative; z-index: 1; color: #fff; padding: 20px; max-width: 900px; } .page-poppy-playtime-starter-kit-2-0-mobile__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7); line-height: 1.2; } .page-poppy-playtime-starter-kit-2-0-mobile__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); } .page-poppy-playtime-starter-kit-2-0-mobile__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: 20px 0; background-color: #1a1a1a; } .page-poppy-playtime-starter-kit-2-0-mobile__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-poppy-playtime-starter-kit-2-0-mobile__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-starter-kit-2-0-mobile__game-card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-poppy-playtime-starter-kit-2-0-mobile__game-card { background-color: #333; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-poppy-playtime-starter-kit-2-0-mobile__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6); } .page-poppy-playtime-starter-kit-2-0-mobile__game-card-img { width: 100%; height: 200px; object-fit: cover; display: block; } .page-poppy-playtime-starter-kit-2-0-mobile__game-card-content { padding: 20px; } .page-poppy-playtime-starter-kit-2-0-mobile__game-card-title { font-size: 1.4em; color: #ffd700; margin-bottom: 10px; } .page-poppy-playtime-starter-kit-2-0-mobile__game-card-description { font-size: 0.95em; color: #bbb; margin-bottom: 15px; } .page-poppy-playtime-starter-kit-2-0-mobile__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-poppy-playtime-starter-kit-2-0-mobile__blog-card { background-color: #333; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-poppy-playtime-starter-kit-2-0-mobile__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6); } .page-poppy-playtime-starter-kit-2-0-mobile__blog-card-img { width: 100%; height: 180px; object-fit: cover; display: block; } .page-poppy-playtime-starter-kit-2-0-mobile__blog-card-content { padding: 20px; } .page-poppy-playtime-starter-kit-2-0-mobile__blog-card-title { font-size: 1.3em; color: #ffd700; margin-bottom: 10px; line-height: 1.4; } .page-poppy-playtime-starter-kit-2-0-mobile__blog-card-excerpt { font-size: 0.9em; color: #bbb; margin-bottom: 15px; } .page-poppy-playtime-starter-kit-2-0-mobile__blog-card-date { font-size: 0.85em; color: #888; text-align: right; } .page-poppy-playtime-starter-kit-2-0-mobile__faq-item { background-color: #3a3a3a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-poppy-playtime-starter-kit-2-0-mobile__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; background-color: #444; border-bottom: 1px solid #555; user-select: none; transition: background-color 0.3s ease; } .page-poppy-playtime-starter-kit-2-0-mobile__faq-question:hover { background-color: #555; } .page-poppy-playtime-starter-kit-2-0-mobile__faq-question h3 { margin: 0; font-size: 1.2em; color: #fff; pointer-events: none; } .page-poppy-playtime-starter-kit-2-0-mobile__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffd700; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-starter-kit-2-0-mobile__faq-item.active .page-poppy-playtime-starter-kit-2-0-mobile__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-starter-kit-2-0-mobile__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: #ccc; } .page-poppy-playtime-starter-kit-2-0-mobile__faq-item.active .page-poppy-playtime-starter-kit-2-0-mobile__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-poppy-playtime-starter-kit-2-0-mobile__faq-answer p { margin-bottom: 10px; } .page-poppy-playtime-starter-kit-2-0-mobile__image-container { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; margin-bottom: 20px; } .page-poppy-playtime-starter-kit-2-0-mobile__image-container img { max-width: 100%; height: auto; display: block; object-fit: cover; border-radius: 8px; } @media (max-width: 768px) { .page-poppy-playtime-starter-kit-2-0-mobile__hero { height: 70vh; min-height: 350px; } .page-poppy-playtime-starter-kit-2-0-mobile__hero-title { font-size: 2.5em; } .page-poppy-playtime-starter-kit-2-0-mobile__hero-subtitle { font-size: 1.2em; } .page-poppy-playtime-starter-kit-2-0-mobile__section-title { font-size: 2em; } .page-poppy-playtime-starter-kit-2-0-mobile__section-subtitle { font-size: 1.5em; } .page-poppy-playtime-starter-kit-2-0-mobile__btn { padding: 10px 20px; font-size: 1em; } .page-poppy-playtime-starter-kit-2-0-mobile__btn-group { flex-direction: column; gap: 15px; } .page-poppy-playtime-starter-kit-2-0-mobile__list-item { 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; } .page-poppy-playtime-starter-kit-2-0-mobile__list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-starter-kit-2-0-mobile__game-card-grid, .page-poppy-playtime-starter-kit-2-0-mobile__blog-grid { grid-template-columns: 1fr; } .page-poppy-playtime-starter-kit-2-0-mobile__game-card-img, .page-poppy-playtime-starter-kit-2-0-mobile__blog-card-img { height: 160px; } .page-poppy-playtime-starter-kit-2-0-mobile__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-poppy-playtime-starter-kit-2-0-mobile__payment-logo, .page-poppy-playtime-starter-kit-2-0-mobile__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-poppy-playtime-starter-kit-2-0-mobile__image-container { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-poppy-playtime-starter-kit-2-0-mobile__image-container img { max-width: 100% !important; height: auto !important; } }