.page-winwin-hands { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-winwin-hands__highlight { color: #ffd700; } .page-winwin-hands__section-title { font-size: 2.5rem; text-align: center; color: #e0e0e0; margin-bottom: 30px; padding-top: 20px; } .page-winwin-hands__section-description { text-align: center; max-width: 800px; margin: 0 auto 40px auto; font-size: 1.1rem; color: #ccc; } .page-winwin-hands__btn { display: inline-block; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; transition: all 0.3s ease; text-align: center; } .page-winwin-hands__btn--primary { background-color: #ffd700; color: #1a1a2e; border: 2px solid #ffd700; } .page-winwin-hands__btn--primary:hover { background-color: #e0b800; border-color: #e0b800; } .page-winwin-hands__btn--secondary { background-color: transparent; color: #ffd700; border: 2px solid #ffd700; } .page-winwin-hands__btn--secondary:hover { background-color: #ffd700; color: #1a1a2e; } .page-winwin-hands__btn--small { padding: 8px 18px; font-size: 0.9rem; } .page-winwin-hands__hero-section { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 10px 20px 60px 20px; background: linear-gradient(135deg, #2c0b4e 0%, #1a1a2e 100%); overflow: hidden; position: relative; } .page-winwin-hands__hero-content { z-index: 2; max-width: 900px; margin-bottom: 40px; } .page-winwin-hands__hero-title { font-size: 3.5rem; margin-bottom: 20px; line-height: 1.2; color: #fff; } .page-winwin-hands__hero-description { font-size: 1.3rem; margin-bottom: 30px; color: #e0e0e0; } .page-winwin-hands__hero-actions { display: flex; gap: 20px; justify-content: center; } .page-winwin-hands__hero-image-wrapper { width: 100%; max-width: 1200px; margin-top: 40px; text-align: center; z-index: 1; } .page-winwin-hands__hero-image { max-width: 100%; height: auto; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); object-fit: cover; } .page-winwin-hands__about-section { padding: 80px 20px; background-color: #1a1a2e; } .page-winwin-hands__feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-winwin-hands__feature-item { background-color: #2b0c4e; padding: 30px; border-radius: 15px; text-align: center; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; box-sizing: border-box; } .page-winwin-hands__feature-item:hover { transform: translateY(-10px); } .page-winwin-hands__feature-icon { max-width: 250px; height: auto; margin-bottom: 20px; border-radius: 10px; object-fit: cover; } .page-winwin-hands__feature-title { font-size: 1.8rem; color: #ffd700; margin-bottom: 15px; } .page-winwin-hands__feature-text { font-size: 1rem; color: #ccc; } .page-winwin-hands__games-section { padding: 80px 20px; background-color: #2b0c4e; text-align: center; } .page-winwin-hands__provider-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; max-width: 1200px; margin: 0 auto 50px auto; } .page-winwin-hands__provider-logo { height: 80px; width: auto; object-fit: contain; filter: grayscale(50%); opacity: 0.8; transition: all 0.3s ease; } .page-winwin-hands__provider-logo:hover { filter: grayscale(0%); opacity: 1; transform: scale(1.05); } .page-winwin-hands__cta-bottom { margin-top: 40px; } .page-winwin-hands__promotions-section { padding: 80px 20px; background-color: #1a1a2e; } .page-winwin-hands__promo-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-winwin-hands__promo-card { background-color: #2b0c4e; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); text-align: center; display: flex; flex-direction: column; box-sizing: border-box; } .page-winwin-hands__promo-image { width: 100%; height: 200px; object-fit: cover; border-bottom: 1px solid #3a1a6e; } .page-winwin-hands__promo-title { font-size: 1.6rem; color: #ffd700; margin: 20px 15px 10px 15px; } .page-winwin-hands__promo-text { font-size: 1rem; color: #ccc; padding: 0 15px 20px 15px; flex-grow: 1; } .page-winwin-hands__promo-card .page-winwin-hands__btn { margin-bottom: 20px; } .page-winwin-hands__faq-section { padding: 80px 20px; background-color: #2b0c4e; } .page-winwin-hands__faq-list { max-width: 900px; margin: 0 auto; } .page-winwin-hands__faq-item { background-color: #1a1a2e; border-radius: 10px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); box-sizing: border-box; } .page-winwin-hands__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; background-color: #3a1a6e; border-bottom: 1px solid rgba(255, 255, 255, 0.1); transition: background-color 0.3s ease; } .page-winwin-hands__faq-question:hover { background-color: #4a2a7e; } .page-winwin-hands__faq-q-text { font-size: 1.2rem; color: #fff; margin: 0; pointer-events: none; } .page-winwin-hands__faq-toggle { font-size: 1.8rem; font-weight: bold; color: #ffd700; transition: transform 0.3s ease; pointer-events: none; } .page-winwin-hands__faq-item.active .page-winwin-hands__faq-toggle { transform: rotate(45deg); } .page-winwin-hands__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: #ccc; } .page-winwin-hands__faq-item.active .page-winwin-hands__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-winwin-hands__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; } .page-winwin-hands__floating-btn { display: flex; align-items: center; justify-content: center; width: 100px; height: 45px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1rem; color: #1a1a2e; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; } .page-winwin-hands__floating-btn--register { background-color: #ffd700; } .page-winwin-hands__floating-btn--register:hover { background-color: #e0b800; transform: translateY(-3px); } .page-winwin-hands__floating-btn--login { background-color: #fff; } .page-winwin-hands__floating-btn--login:hover { background-color: #e0e0e0; transform: translateY(-3px); } @media (max-width: 768px) { .page-winwin-hands__hero-title { font-size: 2.5rem; } .page-winwin-hands__hero-description { font-size: 1rem; } .page-winwin-hands__hero-actions { flex-direction: column; gap: 15px; } .page-winwin-hands__btn { width: 100%; max-width: 250px; margin: 0 auto; } .page-winwin-hands__section-title { font-size: 2rem; } .page-winwin-hands__feature-grid, .page-winwin-hands__promo-cards { grid-template-columns: 1fr; } .page-winwin-hands__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-winwin-hands__feature-text, .page-winwin-hands__promo-text, .page-winwin-hands__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-winwin-hands__provider-logo { height: 60px; } .page-winwin-hands__floating-buttons { right: 10px; bottom: 10px; gap: 10px; } .page-winwin-hands__floating-btn { width: 90px; height: 40px; font-size: 0.9rem; } .page-winwin-hands__faq-answer { padding: 0 15px; } .page-winwin-hands__faq-item.active .page-winwin-hands__faq-answer { padding: 15px !important; } .page-winwin-hands__faq-question { padding: 12px 15px; } .page-winwin-hands__faq-q-text { font-size: 1.1rem; } } @media (max-width: 480px) { .page-winwin-hands__hero-title { font-size: 2rem; } .page-winwin-hands__hero-description { font-size: 0.9rem; } .page-winwin-hands__section-title { font-size: 1.8rem; } }