.page-lilly-poppy-playtime-xxx { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: 10px; } .page-lilly-poppy-playtime-xxx__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .page-lilly-poppy-playtime-xxx__section-title { font-size: 2.5em; color: #0056b3; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 15px; text-transform: uppercase; } .page-lilly-poppy-playtime-xxx__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #0056b3; border-radius: 2px; } .page-lilly-poppy-playtime-xxx__text-content { font-size: 1.1em; margin-bottom: 20px; text-align: center; max-width: 900px; margin-left: auto; margin-right: auto; } .page-lilly-poppy-playtime-xxx__highlight { color: #e6b800; font-weight: bold; } .page-lilly-poppy-playtime-xxx__strong-keyword { font-weight: bold; color: #0056b3; } .page-lilly-poppy-playtime-xxx__cta-button { display: inline-block; background-color: #007bff; color: #ffffff; padding: 15px 30px; border-radius: 8px; 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-lilly-poppy-playtime-xxx__cta-button:hover { background-color: #0056b3; transform: translateY(-2px); } .page-lilly-poppy-playtime-xxx__hero-section { position: relative; width: 100%; height: 600px; display: flex; align-items: center; justify-content: center; overflow: hidden; margin-bottom: 50px; } .page-lilly-poppy-playtime-xxx__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; } .page-lilly-poppy-playtime-xxx__hero-content { position: relative; z-index: 2; text-align: center; color: #ffffff; background: rgba(0, 0, 0, 0.5); padding: 40px; border-radius: 10px; max-width: 90%; } .page-lilly-poppy-playtime-xxx__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; } .page-lilly-poppy-playtime-xxx__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; font-weight: normal; } .page-lilly-poppy-playtime-xxx__hero-cta-group { display: flex; gap: 20px; justify-content: center; } .page-lilly-poppy-playtime-xxx__cta-register { background-color: #e6b800; } .page-lilly-poppy-playtime-xxx__cta-register:hover { background-color: #cc9900; } .page-lilly-poppy-playtime-xxx__cta-login { background-color: #007bff; } .page-lilly-poppy-playtime-xxx__cta-login:hover { background-color: #0056b3; } .page-lilly-poppy-playtime-xxx__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; background-color: #ffffff; padding: 40px 20px; border-bottom: 1px solid #eee; margin-bottom: 50px; } .page-lilly-poppy-playtime-xxx__logo-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; width: 100%; } .page-lilly-poppy-playtime-xxx__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; object-fit: contain; filter: grayscale(100%); transition: filter 0.3s ease; } .page-lilly-poppy-playtime-xxx__payment-logo:hover { filter: grayscale(0%); } .page-lilly-poppy-playtime-xxx__introduction-section { padding: 50px 0; background-color: #ffffff; margin-bottom: 50px; text-align: center; } .page-lilly-poppy-playtime-xxx__cta-learn-more { margin-top: 30px; } .page-lilly-poppy-playtime-xxx__quick-access-section { padding: 50px 0; background-color: #f0f7ff; margin-bottom: 50px; text-align: center; } .page-lilly-poppy-playtime-xxx__link-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; margin-top: 40px; } .page-lilly-poppy-playtime-xxx__quick-link-item { background-color: #ffffff; padding: 25px; border-radius: 10px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-decoration: none; color: #333; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; justify-content: center; } .page-lilly-poppy-playtime-xxx__quick-link-item:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); } .page-lilly-poppy-playtime-xxx__quick-link-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 15px; } .page-lilly-poppy-playtime-xxx__quick-link-text { font-size: 1.2em; font-weight: bold; color: #0056b3; } .page-lilly-poppy-playtime-xxx__games-section { padding: 50px 0; background-color: #ffffff; margin-bottom: 50px; } .page-lilly-poppy-playtime-xxx__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-lilly-poppy-playtime-xxx__game-card { background-color: #fefefe; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-lilly-poppy-playtime-xxx__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); } .page-lilly-poppy-playtime-xxx__game-image { width: 100%; height: 200px; object-fit: cover; } .page-lilly-poppy-playtime-xxx__game-title { font-size: 1.5em; color: #0056b3; margin: 20px 15px 10px; } .page-lilly-poppy-playtime-xxx__game-description { font-size: 1em; color: #555; padding: 0 15px 20px; flex-grow: 1; } .page-lilly-poppy-playtime-xxx__cta-play-now { margin: 0 15px 20px; width: calc(100% - 30px); padding: 12px 20px; font-size: 1em; } .page-lilly-poppy-playtime-xxx__promotions-section { padding: 50px 0; background-color: #fff8e1; margin-bottom: 50px; } .page-lilly-poppy-playtime-xxx__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-lilly-poppy-playtime-xxx__promo-card { background-color: #ffffff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-lilly-poppy-playtime-xxx__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); } .page-lilly-poppy-playtime-xxx__promo-image { width: 100%; height: 220px; object-fit: cover; } .page-lilly-poppy-playtime-xxx__promo-title { font-size: 1.6em; color: #e6b800; margin: 20px 15px 10px; } .page-lilly-poppy-playtime-xxx__promo-description { font-size: 1em; color: #555; padding: 0 15px 20px; flex-grow: 1; } .page-lilly-poppy-playtime-xxx__cta-claim-now { margin: 0 15px 20px; width: calc(100% - 30px); padding: 12px 20px; font-size: 1em; background-color: #e6b800; } .page-lilly-poppy-playtime-xxx__cta-claim-now:hover { background-color: #cc9900; } .page-lilly-poppy-playtime-xxx__security-section { padding: 50px 0; background-color: #e6f7ff; margin-bottom: 50px; } .page-lilly-poppy-playtime-xxx__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-lilly-poppy-playtime-xxx__security-item { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; display: flex; flex-direction: column; align-items: center; } .page-lilly-poppy-playtime-xxx__security-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; } .page-lilly-poppy-playtime-xxx__security-title { font-size: 1.5em; color: #0056b3; margin-bottom: 10px; } .page-lilly-poppy-playtime-xxx__security-description { font-size: 1em; color: #555; } .page-lilly-poppy-playtime-xxx__cta-contact { margin-top: 40px; background-color: #007bff; } .page-lilly-poppy-playtime-xxx__faq-section { padding: 50px 0; background-color: #ffffff; margin-bottom: 50px; } .page-lilly-poppy-playtime-xxx__faq-list { max-width: 900px; margin: 40px auto 0; } .page-lilly-poppy-playtime-xxx__faq-item { border: 1px solid #ddd; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } .page-lilly-poppy-playtime-xxx__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #f5f5f5; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-lilly-poppy-playtime-xxx__faq-question:hover { background-color: #eee; } .page-lilly-poppy-playtime-xxx__faq-title { font-size: 1.2em; color: #0056b3; margin: 0; flex-grow: 1; } .page-lilly-poppy-playtime-xxx__faq-toggle { font-size: 1.5em; font-weight: bold; color: #0056b3; margin-left: 15px; line-height: 1; } .page-lilly-poppy-playtime-xxx__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #fdfdfd; } .page-lilly-poppy-playtime-xxx__faq-item.active .page-lilly-poppy-playtime-xxx__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-lilly-poppy-playtime-xxx__faq-item.active .page-lilly-poppy-playtime-xxx__faq-question { background-color: #e9e9e9; } .page-lilly-poppy-playtime-xxx__faq-item.active .page-lilly-poppy-playtime-xxx__faq-toggle { content: '−'; } .page-lilly-poppy-playtime-xxx__faq-text { font-size: 1em; color: #444; margin: 0; } .page-lilly-poppy-playtime-xxx__blog-section { padding: 50px 0; background-color: #f8f8f8; } .page-lilly-poppy-playtime-xxx__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-lilly-poppy-playtime-xxx__blog-card { background-color: #ffffff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: left; text-decoration: none; color: #333; display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-lilly-poppy-playtime-xxx__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); } .page-lilly-poppy-playtime-xxx__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-lilly-poppy-playtime-xxx__blog-card-title { font-size: 1.3em; color: #0056b3; margin: 15px 15px 10px; } .page-lilly-poppy-playtime-xxx__blog-card-excerpt { font-size: 0.95em; color: #555; padding: 0 15px 15px; flex-grow: 1; } .page-lilly-poppy-playtime-xxx__blog-date { display: block; font-size: 0.85em; color: #888; margin-top: 10px; } .page-lilly-poppy-playtime-xxx__cta-view-all { margin-top: 40px; background-color: #e6b800; } .page-lilly-poppy-playtime-xxx__cta-view-all:hover { background-color: #cc9900; } @media (max-width: 1024px) { .page-lilly-poppy-playtime-xxx__hero-title { font-size: 3em; } .page-lilly-poppy-playtime-xxx__hero-subtitle { font-size: 1.3em; } .page-lilly-poppy-playtime-xxx__section-title { font-size: 2em; } } @media (max-width: 768px) { .page-lilly-poppy-playtime-xxx__hero-section { height: 500px; } .page-lilly-poppy-playtime-xxx__hero-content { padding: 30px; } .page-lilly-poppy-playtime-xxx__hero-title { font-size: 2.2em; } .page-lilly-poppy-playtime-xxx__hero-subtitle { font-size: 1.1em; } .page-lilly-poppy-playtime-xxx__hero-cta-group { flex-direction: column; gap: 15px; } .page-lilly-poppy-playtime-xxx__cta-button { width: 100%; max-width: 300px; margin: 0 auto; } .page-lilly-poppy-playtime-xxx__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-lilly-poppy-playtime-xxx__text-content { font-size: 1em; } .page-lilly-poppy-playtime-xxx__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 10px; } .page-lilly-poppy-playtime-xxx__payment-logo { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-lilly-poppy-playtime-xxx__quick-link-item, .page-lilly-poppy-playtime-xxx__game-card, .page-lilly-poppy-playtime-xxx__promo-card, .page-lilly-poppy-playtime-xxx__security-item, .page-lilly-poppy-playtime-xxx__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px 15px; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-lilly-poppy-playtime-xxx__quick-link-item .page-lilly-poppy-playtime-xxx__quick-link-text, .page-lilly-poppy-playtime-xxx__game-title, .page-lilly-poppy-playtime-xxx__promo-title, .page-lilly-poppy-playtime-xxx__security-title, .page-lilly-poppy-playtime-xxx__blog-card-title { font-size: 1.1em; word-break: break-word !important; } .page-lilly-poppy-playtime-xxx__quick-link-icon, .page-lilly-poppy-playtime-xxx__security-icon { width: 70px; height: 70px; } .page-lilly-poppy-playtime-xxx__game-image, .page-lilly-poppy-playtime-xxx__promo-image, .page-lilly-poppy-playtime-xxx__blog-image { height: 180px; max-width: 100% !important; box-sizing: border-box !important; } .page-lilly-poppy-playtime-xxx__quick-access-section .page-lilly-poppy-playtime-xxx__link-grid, .page-lilly-poppy-playtime-xxx__games-section .page-lilly-poppy-playtime-xxx__game-grid, .page-lilly-poppy-playtime-xxx__promotions-section .page-lilly-poppy-playtime-xxx__promo-grid, .page-lilly-poppy-playtime-xxx__security-section .page-lilly-poppy-playtime-xxx__security-grid, .page-lilly-poppy-playtime-xxx__blog-section .page-lilly-poppy-playtime-xxx__blog-grid { grid-template-columns: 1fr; gap: 20px; width: 100% !important; max-width: 100% !important; padding: 0 10px !important; box-sizing: border-box !important; } .page-lilly-poppy-playtime-xxx__faq-question { padding: 15px 20px; } .page-lilly-poppy-playtime-xxx__faq-title { font-size: 1.1em; } .page-lilly-poppy-playtime-xxx__faq-answer { padding: 0 20px; } .page-lilly-poppy-playtime-xxx__faq-item.active .page-lilly-poppy-playtime-xxx__faq-answer { padding: 15px 20px !important; } .page-lilly-poppy-playtime-xxx__container { padding: 15px; } } @media (max-width: 480px) { .page-lilly-poppy-playtime-xxx__hero-title { font-size: 1.8em; } .page-lilly-poppy-playtime-xxx__hero-subtitle { font-size: 0.9em; } .page-lilly-poppy-playtime-xxx__section-title { font-size: 1.5em; } .page-lilly-poppy-playtime-xxx__cta-button { padding: 12px 20px; font-size: 1em; } }