.page-winwin-leave-wayv { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-bottom: 80px; } .page-winwin-leave-wayv__hero-section { position: relative; background: linear-gradient(135deg, #0056b3, #003366); color: #ffffff; padding: 80px 20px 60px; text-align: center; overflow: hidden; border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; margin-bottom: 20px; padding-top: 10px; } .page-winwin-leave-wayv__hero-content { max-width: 900px; margin: 0 auto; position: relative; z-index: 1; } .page-winwin-leave-wayv__hero-title { font-size: 2.8em; margin-bottom: 20px; font-weight: bold; color: #ffd700; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); line-height: 1.2; } .page-winwin-leave-wayv__hero-description { font-size: 1.2em; margin-bottom: 30px; color: #e0e0e0; } .page-winwin-leave-wayv__cta-button { display: inline-block; background-color: #ffd700; color: #003366; padding: 15px 30px; 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; } .page-winwin-leave-wayv__cta-button:hover { background-color: #ffc107; transform: translateY(-3px); } .page-winwin-leave-wayv__section-title { font-size: 2.2em; color: #003366; text-align: center; margin: 40px 20px; padding-bottom: 15px; border-bottom: 2px solid #ffd700; display: inline-block; max-width: 100%; box-sizing: border-box; } .page-winwin-leave-wayv__features-section, .page-winwin-leave-wayv__how-to-play-section, .page-winwin-leave-wayv__faq-section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; background-color: #ffffff; border-radius: 15px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); margin-bottom: 30px; } .page-winwin-leave-wayv__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-winwin-leave-wayv__feature-item { background-color: #e6f2ff; padding: 25px; border-radius: 10px; text-align: center; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; box-sizing: border-box; } .page-winwin-leave-wayv__feature-item:hover { transform: translateY(-5px); } .page-winwin-leave-wayv__feature-image { width: 100%; max-width: 250px; height: auto; border-radius: 8px; margin-bottom: 15px; object-fit: cover; border: 2px solid #0056b3; box-sizing: border-box; } .page-winwin-leave-wayv__feature-title { font-size: 1.5em; color: #003366; margin-bottom: 10px; } .page-winwin-leave-wayv__feature-description { font-size: 1em; color: #555; } .page-winwin-leave-wayv__centered-cta { text-align: center; margin-top: 50px; } .page-winwin-leave-wayv__steps-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; margin-top: 30px; padding: 0; list-style: none; } .page-winwin-leave-wayv__step-item { background-color: #f0f8ff; padding: 25px; border-radius: 10px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); flex: 1 1 calc(50% - 25px); max-width: calc(50% - 25px); box-sizing: border-box; position: relative; padding-top: 60px; } .page-winwin-leave-wayv__step-number { position: absolute; top: 15px; left: 50%; transform: translateX(-50%); background-color: #0056b3; color: #ffffff; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4em; font-weight: bold; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } .page-winwin-leave-wayv__step-title { font-size: 1.4em; color: #003366; margin-bottom: 10px; } .page-winwin-leave-wayv__step-description { font-size: 0.95em; color: #555; } .page-winwin-leave-wayv__faq-list { margin-top: 30px; } .page-winwin-leave-wayv__faq-item { background-color: #f0f8ff; border: 1px solid #cce0ff; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-sizing: border-box; } .page-winwin-leave-wayv__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #e6f2ff; color: #003366; cursor: pointer; font-size: 1.1em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; box-sizing: border-box; } .page-winwin-leave-wayv__faq-question:hover { background-color: #d9ecff; } .page-winwin-leave-wayv__faq-title { margin: 0; flex-grow: 1; text-align: left; color: #003366; pointer-events: none; } .page-winwin-leave-wayv__faq-toggle { font-size: 1.5em; line-height: 1; transition: transform 0.3s ease; pointer-events: none; } .page-winwin-leave-wayv__faq-item.active .page-winwin-leave-wayv__faq-toggle { transform: rotate(45deg); } .page-winwin-leave-wayv__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #ffffff; color: #555; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; box-sizing: border-box; } .page-winwin-leave-wayv__faq-item.active .page-winwin-leave-wayv__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-winwin-leave-wayv__faq-answer p { margin: 0; padding-bottom: 10px; word-wrap: break-word; overflow-wrap: break-word; } .page-winwin-leave-wayv__floating-buttons { position: fixed; bottom: 0; left: 0; width: 100%; display: flex; justify-content: space-around; padding: 10px 0; background-color: rgba(0, 51, 102, 0.95); box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2); z-index: 1000; box-sizing: border-box; } .page-winwin-leave-wayv__floating-button { flex: 1; margin: 0 10px; padding: 12px 15px; border-radius: 25px; text-align: center; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; box-sizing: border-box; } .page-winwin-leave-wayv__floating-button--register { background-color: #ffd700; color: #003366; } .page-winwin-leave-wayv__floating-button--register:hover { background-color: #ffc107; transform: translateY(-2px); } .page-winwin-leave-wayv__floating-button--login { background-color: #007bff; color: #ffffff; } .page-winwin-leave-wayv__floating-button--login:hover { background-color: #0056b3; transform: translateY(-2px); } @media (max-width: 768px) { .page-winwin-leave-wayv__hero-title { font-size: 2em; } .page-winwin-leave-wayv__hero-description { font-size: 1em; } .page-winwin-leave-wayv__section-title { font-size: 1.8em; margin: 30px 10px; } .page-winwin-leave-wayv__features-grid { grid-template-columns: 1fr; } .page-winwin-leave-wayv__feature-item { padding: 20px; } .page-winwin-leave-wayv__feature-image { max-width: 200px; } .page-winwin-leave-wayv__steps-list { flex-direction: column; gap: 20px; padding: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-winwin-leave-wayv__step-item { flex: 1 1 100%; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; padding-left: 20px !important; padding-right: 20px !important; } .page-winwin-leave-wayv__step-description { word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-winwin-leave-wayv__faq-question { padding: 12px 15px; font-size: 1em; } .page-winwin-leave-wayv__faq-answer { padding: 0 15px; } .page-winwin-leave-wayv__faq-item.active .page-winwin-leave-wayv__faq-answer { padding: 15px !important; } .page-winwin-leave-wayv__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-winwin-leave-wayv__floating-button { font-size: 1em; margin: 0 5px; padding: 10px 10px; } } @media (max-width: 480px) { .page-winwin-leave-wayv__hero-title { font-size: 1.6em; } .page-winwin-leave-wayv__cta-button { padding: 12px 20px; font-size: 1em; } .page-winwin-leave-wayv__section-title { font-size: 1.5em; margin: 25px 10px; } .page-winwin-leave-wayv__floating-buttons { padding: 8px 0; } }