.page-lily-poppy-playtime-xxx { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; padding-top: 10px; } .page-lily-poppy-playtime-xxx__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; } .page-lily-poppy-playtime-xxx__section-title { font-size: 2.5em; color: #e94560; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 10px; } .page-lily-poppy-playtime-xxx__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #0f3460; border-radius: 2px; } .page-lily-poppy-playtime-xxx__paragraph { font-size: 1.1em; margin-bottom: 20px; text-align: center; max-width: 800px; margin-left: auto; margin-right: auto; } .page-lily-poppy-playtime-xxx__button { display: inline-block; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; cursor: pointer; box-sizing: border-box; } .page-lily-poppy-playtime-xxx__button--primary { background-color: #e94560; color: #fff; border: 2px solid #e94560; } .page-lily-poppy-playtime-xxx__button--primary:hover { background-color: #d13a52; transform: translateY(-2px); } .page-lily-poppy-playtime-xxx__button--secondary { background-color: transparent; color: #0f3460; border: 2px solid #0f3460; margin-left: 15px; } .page-lily-poppy-playtime-xxx__button--secondary:hover { background-color: #0f3460; color: #fff; transform: translateY(-2px); } /* Hero Section */ .page-lily-poppy-playtime-xxx__hero-section { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 80px 15px; background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%); position: relative; overflow: hidden; box-sizing: border-box; } .page-lily-poppy-playtime-xxx__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; opacity: 0.3; overflow: hidden; } .page-lily-poppy-playtime-xxx__hero-image-wrapper img { width: 100%; height: 100%; object-fit: cover; max-width: 100%; display: block; } .page-lily-poppy-playtime-xxx__hero-content { position: relative; z-index: 1; max-width: 900px; } .page-lily-poppy-playtime-xxx__hero-title { font-size: 3.5em; color: #fff; margin-bottom: 20px; line-height: 1.2; } .page-lily-poppy-playtime-xxx__hero-description { font-size: 1.3em; color: #ccc; margin-bottom: 40px; } .page-lily-poppy-playtime-xxx__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } /* About Section */ .page-lily-poppy-playtime-xxx__about-section { padding: 80px 0; background-color: #16213e; } .page-lily-poppy-playtime-xxx__image-content-grid { display: flex; align-items: center; gap: 40px; margin-top: 50px; } .page-lily-poppy-playtime-xxx__image-wrapper { flex: 1; border-radius: 10px; overflow: hidden; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); max-width: 50%; box-sizing: border-box; } .page-lily-poppy-playtime-xxx__image-wrapper img { width: 100%; height: auto; display: block; max-width: 100%; } .page-lily-poppy-playtime-xxx__feature-list { flex: 1; list-style: none; padding: 0; margin: 0; text-align: left; } .page-lily-poppy-playtime-xxx__feature-item { font-size: 1.1em; color: #ccc; margin-bottom: 15px; position: relative; padding-left: 30px; box-sizing: border-box; } .page-lily-poppy-playtime-xxx__feature-item::before { content: '✓'; color: #e94560; font-weight: bold; position: absolute; left: 0; top: 0; } /* Features Section */ .page-lily-poppy-playtime-xxx__features-section { padding: 80px 0; background-color: #0f3460; } .page-lily-poppy-playtime-xxx__feature-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 50px; } .page-lily-poppy-playtime-xxx__card { background-color: #1a1a2e; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-lily-poppy-playtime-xxx__card:hover { transform: translateY(-10px); box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4); } .page-lily-poppy-playtime-xxx__card-icon { width: 100px; height: 100px; margin: 0 auto 20px; border-radius: 50%; background-color: #e94560; display: flex; align-items: center; justify-content: center; overflow: hidden; } .page-lily-poppy-playtime-xxx__card-icon img { max-width: 70%; max-height: 70%; object-fit: contain; display: block; } .page-lily-poppy-playtime-xxx__card-title { font-size: 1.5em; color: #fff; margin-bottom: 15px; } .page-lily-poppy-playtime-xxx__card-description { color: #ccc; font-size: 1em; } /* How to Join Section */ .page-lily-poppy-playtime-xxx__how-to-join-section { padding: 80px 0; background-color: #16213e; } .page-lily-poppy-playtime-xxx__steps-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 50px; list-style: none; padding: 0; } .page-lily-poppy-playtime-xxx__step-item { background-color: #1a1a2e; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); position: relative; box-sizing: border-box; } .page-lily-poppy-playtime-xxx__step-number { display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; background-color: #e94560; color: #fff; font-size: 1.8em; font-weight: bold; margin-bottom: 20px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); } .page-lily-poppy-playtime-xxx__step-title { font-size: 1.4em; color: #fff; margin-bottom: 10px; } .page-lily-poppy-playtime-xxx__step-description { color: #ccc; font-size: 1em; } .page-lily-poppy-playtime-xxx__cta-buttons { margin-top: 60px; text-align: center; display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } /* FAQ Section */ .page-lily-poppy-playtime-xxx__faq-section { padding: 80px 0; background-color: #0f3460; } .page-lily-poppy-playtime-xxx__faq-list { margin-top: 50px; max-width: 900px; margin-left: auto; margin-right: auto; } .page-lily-poppy-playtime-xxx__faq-item { background-color: #1a1a2e; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); box-sizing: border-box; } .page-lily-poppy-playtime-xxx__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #1a1a2e; border-bottom: 1px solid #0f3460; transition: background-color 0.3s ease; user-select: none; box-sizing: border-box; } .page-lily-poppy-playtime-xxx__faq-question:hover { background-color: #2c394b; } .page-lily-poppy-playtime-xxx__faq-item.active .page-lily-poppy-playtime-xxx__faq-question { background-color: #0f3460; border-bottom: none; } .page-lily-poppy-playtime-xxx__faq-title { font-size: 1.2em; color: #fff; margin: 0; pointer-events: none; } .page-lily-poppy-playtime-xxx__faq-toggle { font-size: 1.8em; color: #e94560; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; } .page-lily-poppy-playtime-xxx__faq-item.active .page-lily-poppy-playtime-xxx__faq-toggle { transform: rotate(45deg); color: #fff; } .page-lily-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; box-sizing: border-box; } .page-lily-poppy-playtime-xxx__faq-item.active .page-lily-poppy-playtime-xxx__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-lily-poppy-playtime-xxx__faq-answer-text { font-size: 1em; color: #ccc; margin: 0; } /* CTA Banner Section */ .page-lily-poppy-playtime-xxx__cta-banner-section { padding: 60px 0; background: linear-gradient(90deg, #e94560 0%, #0f3460 100%); text-align: center; box-sizing: border-sizing; } .page-lily-poppy-playtime-xxx__cta-banner-content { display: flex; flex-direction: column; align-items: center; justify-content: center; } .page-lily-poppy-playtime-xxx__cta-banner-title { font-size: 2.8em; color: #fff; margin-bottom: 20px; } .page-lily-poppy-playtime-xxx__cta-banner-description { font-size: 1.2em; color: #eee; margin-bottom: 30px; max-width: 700px; } .page-lily-poppy-playtime-xxx__button--cta { background-color: #fff; color: #e94560; border: 2px solid #fff; padding: 15px 35px; font-size: 1.2em; } .page-lily-poppy-playtime-xxx__button--cta:hover { background-color: #f0f0f0; color: #d13a52; } /* Responsive Design */ @media (max-width: 992px) { .page-lily-poppy-playtime-xxx__hero-title { font-size: 2.8em; } .page-lily-poppy-playtime-xxx__section-title { font-size: 2em; } .page-lily-poppy-playtime-xxx__image-content-grid { flex-direction: column; } .page-lily-poppy-playtime-xxx__image-wrapper { max-width: 100%; } .page-lily-poppy-playtime-xxx__feature-list { margin-top: 30px; } } @media (max-width: 768px) { .page-lily-poppy-playtime-xxx__hero-section { padding: 60px 15px; } .page-lily-poppy-playtime-xxx__hero-title { font-size: 2.2em; } .page-lily-poppy-playtime-xxx__hero-description { font-size: 1em; } .page-lily-poppy-playtime-xxx__hero-buttons { flex-direction: column; gap: 15px; } .page-lily-poppy-playtime-xxx__button--secondary { margin-left: 0; } .page-lily-poppy-playtime-xxx__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-lily-poppy-playtime-xxx__paragraph { font-size: 0.95em; } .page-lily-poppy-playtime-xxx__about-section, .page-lily-poppy-playtime-xxx__features-section, .page-lily-poppy-playtime-xxx__how-to-join-section, .page-lily-poppy-playtime-xxx__faq-section, .page-lily-poppy-playtime-xxx__cta-banner-section { padding: 50px 0; } .page-lily-poppy-playtime-xxx__feature-cards, .page-lily-poppy-playtime-xxx__steps-list { grid-template-columns: 1fr; gap: 20px; } .page-lily-poppy-playtime-xxx__feature-item, .page-lily-poppy-playtime-xxx__step-item, .page-lily-poppy-playtime-xxx__card { 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; } .page-lily-poppy-playtime-xxx__feature-list, .page-lily-poppy-playtime-xxx__steps-list, .page-lily-poppy-playtime-xxx__feature-cards { width: 100% !important; max-width: 100% !important; padding: 0 15px !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-lily-poppy-playtime-xxx__faq-answer { padding: 0 15px; } .page-lily-poppy-playtime-xxx__faq-item.active .page-lily-poppy-playtime-xxx__faq-answer { padding: 20px 15px !important; } .page-lily-poppy-playtime-xxx__faq-question { padding: 15px 15px; } .page-lily-poppy-playtime-xxx__faq-title { font-size: 1.1em; } .page-lily-poppy-playtime-xxx__cta-banner-title { font-size: 2em; } .page-lily-poppy-playtime-xxx__cta-banner-description { font-size: 1em; } } @media (max-width: 480px) { .page-lily-poppy-playtime-xxx__hero-title { font-size: 1.8em; } .page-lily-poppy-playtime-xxx__section-title { font-size: 1.5em; } .page-lily-poppy-playtime-xxx__button { width: 100%; margin-left: 0; } .page-lily-poppy-playtime-xxx__hero-buttons, .page-lily-poppy-playtime-xxx__cta-buttons { flex-direction: column; gap: 10px; } .page-lily-poppy-playtime-xxx__card-title, .page-lily-poppy-playtime-xxx__step-title { font-size: 1.2em; } .page-lily-poppy-playtime-xxx__cta-banner-title { font-size: 1.6em; } }