.page-rule-34-doey-poppy-playtime { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; padding-bottom: 80px; } .page-rule-34-doey-poppy-playtime__hero-section { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 10px 20px 60px; overflow: hidden; min-height: 60vh; background: linear-gradient(135deg, #0f3460, #1a1a2e); } .page-rule-34-doey-poppy-playtime__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; opacity: 0.2; } .page-rule-34-doey-poppy-playtime__hero-image { width: 100%; height: 100%; object-fit: cover; max-width: 100%; box-sizing: border-box; } .page-rule-34-doey-poppy-playtime__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; } .page-rule-34-doey-poppy-playtime__hero-title { font-size: 2.8em; color: #e94560; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-rule-34-doey-poppy-playtime__hero-description { font-size: 1.2em; margin-bottom: 30px; color: #cfcfcf; } .page-rule-34-doey-poppy-playtime__hero-button { display: inline-block; background-color: #e94560; color: #fff; 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; box-shadow: 0 4px 15px rgba(233, 69, 96, 0.4); } .page-rule-34-doey-poppy-playtime__hero-button:hover { background-color: #ba324d; transform: translateY(-3px); } .page-rule-34-doey-poppy-playtime__features-section, .page-rule-34-doey-poppy-playtime__cta-section, .page-rule-34-doey-poppy-playtime__faq-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; } .page-rule-34-doey-poppy-playtime__features-title, .page-rule-34-doey-poppy-playtime__cta-title, .page-rule-34-doey-poppy-playtime__faq-main-title { text-align: center; font-size: 2.2em; color: #e94560; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); } .page-rule-34-doey-poppy-playtime__features-intro { text-align: center; font-size: 1.1em; margin-bottom: 50px; color: #cfcfcf; max-width: 800px; margin-left: auto; margin-right: auto; } .page-rule-34-doey-poppy-playtime__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-rule-34-doey-poppy-playtime__feature-item { background-color: #0f3460; border-radius: 10px; padding: 30px; text-align: center; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; } .page-rule-34-doey-poppy-playtime__feature-item:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5); } .page-rule-34-doey-poppy-playtime__feature-image { width: 100%; max-width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 20px; box-sizing: border-box; } .page-rule-34-doey-poppy-playtime__feature-heading { font-size: 1.5em; color: #e94560; margin-bottom: 15px; } .page-rule-34-doey-poppy-playtime__feature-description { font-size: 0.95em; color: #cfcfcf; margin-bottom: 25px; flex-grow: 1; } .page-rule-34-doey-poppy-playtime__feature-button { display: inline-block; background-color: #533483; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-rule-34-doey-poppy-playtime__feature-button:hover { background-color: #3e2862; } .page-rule-34-doey-poppy-playtime__cta-section { display: flex; flex-wrap: wrap; align-items: center; gap: 40px; background: linear-gradient(90deg, #0f3460, #533483); border-radius: 15px; padding: 50px; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4); } .page-rule-34-doey-poppy-playtime__cta-content { flex: 1; min-width: 300px; } .page-rule-34-doey-poppy-playtime__cta-title { text-align: left; font-size: 2.5em; margin-bottom: 20px; color: #e94560; } .page-rule-34-doey-poppy-playtime__cta-description { font-size: 1.1em; color: #cfcfcf; margin-bottom: 30px; } .page-rule-34-doey-poppy-playtime__cta-buttons { display: flex; gap: 20px; flex-wrap: wrap; } .page-rule-34-doey-poppy-playtime__cta-button { display: inline-block; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-rule-34-doey-poppy-playtime__cta-button--primary { background-color: #e94560; color: #fff; box-shadow: 0 4px 15px rgba(233, 69, 96, 0.4); } .page-rule-34-doey-poppy-playtime__cta-button--primary:hover { background-color: #ba324d; transform: translateY(-3px); } .page-rule-34-doey-poppy-playtime__cta-button--secondary { background-color: #0f3460; color: #fff; border: 2px solid #e94560; box-shadow: 0 4px 15px rgba(15, 52, 96, 0.4); } .page-rule-34-doey-poppy-playtime__cta-button--secondary:hover { background-color: #0c2b4e; transform: translateY(-3px); } .page-rule-34-doey-poppy-playtime__cta-image { flex: 1; min-width: 300px; max-width: 500px; height: auto; border-radius: 10px; object-fit: cover; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3); max-width: 100%; box-sizing: border-box; } .page-rule-34-doey-poppy-playtime__faq-main-title { text-align: center; font-size: 2.2em; color: #e94560; margin-bottom: 40px; } .page-rule-34-doey-poppy-playtime__faq-container { max-width: 800px; margin: 0 auto; } .page-rule-34-doey-poppy-playtime__faq-item { background-color: #0f3460; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); } .page-rule-34-doey-poppy-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; background-color: #16213e; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-rule-34-doey-poppy-playtime__faq-question:hover { background-color: #0f3460; } .page-rule-34-doey-poppy-playtime__faq-question-text { font-size: 1.2em; color: #e94560; margin: 0; pointer-events: none; } .page-rule-34-doey-poppy-playtime__faq-toggle { font-size: 1.5em; color: #e94560; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; } .page-rule-34-doey-poppy-playtime__faq-item.active .page-rule-34-doey-poppy-playtime__faq-toggle { transform: rotate(45deg); } .page-rule-34-doey-poppy-playtime__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #cfcfcf; } .page-rule-34-doey-poppy-playtime__faq-item.active .page-rule-34-doey-poppy-playtime__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-rule-34-doey-poppy-playtime__faq-answer p { margin: 0; padding-bottom: 10px; } .page-rule-34-doey-poppy-playtime__sticky-buttons { position: fixed; bottom: 0; left: 0; width: 100%; display: flex; justify-content: space-around; padding: 10px 0; background-color: #16213e; box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5); z-index: 1000; gap: 10px; } .page-rule-34-doey-poppy-playtime__sticky-button { flex: 1; max-width: 48%; text-align: center; padding: 12px 15px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.0em; transition: background-color 0.3s ease, transform 0.3s ease; box-sizing: border-box; } .page-rule-34-doey-poppy-playtime__sticky-button--register { background-color: #e94560; color: #fff; } .page-rule-34-doey-poppy-playtime__sticky-button--register:hover { background-color: #ba324d; transform: translateY(-2px); } .page-rule-34-doey-poppy-playtime__sticky-button--login { background-color: #0f3460; color: #fff; border: 1px solid #e94560; } .page-rule-34-doey-poppy-playtime__sticky-button--login:hover { background-color: #0c2b4e; transform: translateY(-2px); } @media (max-width: 768px) { .page-rule-34-doey-poppy-playtime__hero-title { font-size: 2em; } .page-rule-34-doey-poppy-playtime__hero-description { font-size: 1em; } .page-rule-34-doey-poppy-playtime__hero-button { padding: 12px 25px; font-size: 1em; } .page-rule-34-doey-poppy-playtime__features-title, .page-rule-34-doey-poppy-playtime__cta-title, .page-rule-34-doey-poppy-playtime__faq-main-title { font-size: 1.8em; margin-bottom: 30px; } .page-rule-34-doey-poppy-playtime__features-section, .page-rule-34-doey-poppy-playtime__cta-section, .page-rule-34-doey-poppy-playtime__faq-section { padding: 40px 15px; } .page-rule-34-doey-poppy-playtime__cta-section { flex-direction: column; padding: 30px; } .page-rule-34-doey-poppy-playtime__cta-title { text-align: center; font-size: 2em; } .page-rule-34-doey-poppy-playtime__cta-image { order: -1; margin-bottom: 20px; } .page-rule-34-doey-poppy-playtime__cta-buttons { flex-direction: column; align-items: center; } .page-rule-34-doey-poppy-playtime__cta-button { width: 100%; max-width: 300px; } .page-rule-34-doey-poppy-playtime__feature-item { padding: 20px; } .page-rule-34-doey-poppy-playtime__feature-heading { font-size: 1.3em; } .page-rule-34-doey-poppy-playtime__faq-question { padding: 15px; } .page-rule-34-doey-poppy-playtime__faq-question-text { font-size: 1.05em; } .page-rule-34-doey-poppy-playtime__faq-answer { padding: 0 15px; } .page-rule-34-doey-poppy-playtime__faq-item.active .page-rule-34-doey-poppy-playtime__faq-answer { padding: 15px !important; } .page-rule-34-doey-poppy-playtime__features-grid { grid-template-columns: 1fr; } .page-rule-34-doey-poppy-playtime__feature-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; word-break: break-word !important; } .page-rule-34-doey-poppy-playtime__feature-description { word-wrap: break-word !important; word-break: break-word !important; } .page-rule-34-doey-poppy-playtime__sticky-buttons { padding: 10px 15px; gap: 15px; } .page-rule-34-doey-poppy-playtime__sticky-button { font-size: 0.9em; } } @media (max-width: 480px) { .page-rule-34-doey-poppy-playtime__hero-title { font-size: 1.8em; } .page-rule-34-doey-poppy-playtime__features-title, .page-rule-34-doey-poppy-playtime__cta-title, .page-rule-34-doey-poppy-playtime__faq-main-title { font-size: 1.6em; } .page-rule-34-doey-poppy-playtime__sticky-buttons { padding: 8px 10px; gap: 10px; } .page-rule-34-doey-poppy-playtime__sticky-button { font-size: 0.85em; padding: 10px 12px; } }