.page-1win { font-family: 'Arial', sans-serif; color: #fff; background-color: #1a1a2e; line-height: 1.6; } .page-1win__hero-section { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 60px 20px 40px; background: linear-gradient(135deg, #2a004a 0%, #000000 100%); overflow: hidden; } .page-1win__hero-content { z-index: 1; max-width: 800px; margin-bottom: 30px; } .page-1win__hero-title { font-size: 2.8em; margin-bottom: 20px; color: #f0f0f0; line-height: 1.2; } .page-1win__hero-description { font-size: 1.2em; margin-bottom: 30px; color: #ccc; } .page-1win__hero-cta { display: flex; gap: 20px; justify-content: center; } .page-1win__hero-image { position: relative; width: 100%; max-width: 600px; margin-top: 30px; overflow: hidden; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); } .page-1win__hero-image img { max-width: 100%; height: auto; display: block; } .page-1win__section-title { font-size: 2.2em; text-align: center; margin-bottom: 40px; color: #f0f0f0; position: relative; padding-bottom: 10px; } .page-1win__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #e6007a; border-radius: 2px; } .page-1win__section-subtitle { font-size: 1.1em; text-align: center; margin-bottom: 40px; color: #ccc; max-width: 900px; margin-left: auto; margin-right: auto; } .page-1win__button { display: inline-block; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; white-space: nowrap; } .page-1win__button--primary { background-color: #e6007a; color: #fff; border: 2px solid #e6007a; } .page-1win__button--primary:hover { background-color: #ff3399; transform: translateY(-3px); } .page-1win__button--secondary { background-color: transparent; color: #e6007a; border: 2px solid #e6007a; } .page-1win__button--secondary:hover { background-color: #e6007a; color: #fff; transform: translateY(-3px); } .page-1win__button--large { padding: 18px 35px; font-size: 1.1em; } .page-1win__button--extra-large { padding: 20px 40px; font-size: 1.3em; } .page-1win__features-section, .page-1win__download-section, .page-1win__games-section, .page-1win__faq-section, .page-1win__cta-section { padding: 80px 20px; background-color: #1a1a2e; } .page-1win__features-section:nth-of-type(even), .page-1win__games-section:nth-of-type(even) { background-color: #22223b; } .page-1win__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-1win__feature-item { background-color: #2a2a4a; padding: 30px; border-radius: 15px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; box-sizing: border-box; } .page-1win__feature-item:hover { transform: translateY(-5px); } .page-1win__feature-icon { margin-bottom: 20px; width: 100%; max-width: 200px; height: auto; margin-left: auto; margin-right: auto; overflow: hidden; border-radius: 10px; } .page-1win__feature-icon img { max-width: 100%; height: auto; display: block; } .page-1win__feature-title { font-size: 1.5em; margin-bottom: 15px; color: #e6007a; } .page-1win__feature-text { color: #ccc; font-size: 1em; } .page-1win__download-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; max-width: 1000px; margin: 0 auto 50px; } .page-1win__step-item { background-color: #2a2a4a; padding: 30px; border-radius: 15px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); box-sizing: border-box; } .page-1win__step-number { font-size: 2.5em; font-weight: bold; color: #e6007a; margin-bottom: 15px; } .page-1win__step-title { font-size: 1.4em; margin-bottom: 10px; color: #f0f0f0; } .page-1win__step-text { color: #ccc; font-size: 1em; } .page-1win__download-cta { text-align: center; } .page-1win__game-providers { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-bottom: 50px; max-width: 1200px; margin-left: auto; margin-right: auto; box-sizing: border-box; } .page-1win__provider-logo { background-color: rgba(255, 255, 255, 0.1); padding: 10px 20px; border-radius: 8px; display: flex; align-items: center; justify-content: center; min-width: 120px; height: 60px; box-sizing: border-box; } .page-1win__provider-logo img { max-height: 100%; max-width: 100%; width: auto; height: auto; display: block; object-fit: contain; } .page-1win__game-showcase { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto 50px; } .page-1win__game-card { background-color: #2a2a4a; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; box-sizing: border-box; } .page-1win__game-card:hover { transform: translateY(-5px); } .page-1win__game-image { width: 100%; height: 200px; overflow: hidden; display: flex; align-items: center; justify-content: center; } .page-1win__game-image img { width: 100%; height: 100%; object-fit: cover; display: block; } .page-1win__game-card h3 { font-size: 1.4em; color: #e6007a; margin: 20px 20px 10px; } .page-1win__game-card p { color: #ccc; font-size: 1em; margin: 0 20px 20px; } .page-1win__games-cta { text-align: center; } .page-1win__faq-list { max-width: 900px; margin: 0 auto; } .page-1win__faq-item { background-color: #2a2a4a; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); box-sizing: border-box; } .page-1win__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #3a3a5a; transition: background-color 0.3s ease; } .page-1win__faq-question:hover { background-color: #4a4a6a; } .page-1win__faq-question h3 { margin: 0; font-size: 1.2em; color: #f0f0f0; pointer-events: none; word-wrap: break-word; overflow-wrap: break-word; } .page-1win__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e6007a; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-1win__faq-item.active .page-1win__faq-toggle { transform: rotate(45deg); } .page-1win__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: #2a2a4a; } .page-1win__faq-item.active .page-1win__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-1win__faq-answer p { margin: 0; color: #ccc; font-size: 1em; } .page-1win__cta-section { background: linear-gradient(135deg, #e6007a 0%, #ff3399 100%); text-align: center; padding: 100px 20px; border-radius: 20px; margin: 80px auto; max-width: 1200px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); } .page-1win__cta-title { font-size: 2.5em; color: #fff; margin-bottom: 20px; line-height: 1.2; } .page-1win__cta-description { font-size: 1.3em; color: #ffe6f0; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } @media (max-width: 1024px) { .page-1win__hero-title { font-size: 2.4em; } .page-1win__section-title { font-size: 2em; } .page-1win__cta-title { font-size: 2em; } .page-1win__cta-description { font-size: 1.1em; } } @media (max-width: 768px) { .page-1win__hero-section { padding-top: 40px; } .page-1win__hero-title { font-size: 2em; } .page-1win__hero-description { font-size: 1em; } .page-1win__hero-cta { flex-direction: column; gap: 15px; } .page-1win__button { width: 100%; max-width: 300px; margin: 0 auto; } .page-1win__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-1win__section-subtitle { font-size: 0.95em; margin-bottom: 30px; } .page-1win__features-section, .page-1win__download-section, .page-1win__games-section, .page-1win__faq-section, .page-1win__cta-section { padding: 60px 15px; } .page-1win__features-grid, .page-1win__download-steps, .page-1win__game-showcase { grid-template-columns: 1fr; } .page-1win__feature-item, .page-1win__step-item, .page-1win__game-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-1win__game-providers { gap: 15px; } .page-1win__provider-logo { min-width: 100px; height: 50px; } .page-1win__faq-question { padding: 15px 20px; } .page-1win__faq-question h3 { font-size: 1.1em; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-1win__faq-answer { padding: 0 20px; } .page-1win__faq-item.active .page-1win__faq-answer { padding: 15px 20px !important; } .page-1win__cta-section { padding: 60px 15px; margin: 60px auto; } .page-1win__cta-title { font-size: 1.8em; } .page-1win__cta-description { font-size: 1em; } } @media (max-width: 480px) { .page-1win__hero-title { font-size: 1.8em; } .page-1win__hero-description { font-size: 0.9em; } .page-1win__button { padding: 12px 25px; font-size: 0.9em; } .page-1win__section-title { font-size: 1.6em; } .page-1win__step-number { font-size: 2em; } .page-1win__faq-question h3 { font-size: 1em; } .page-1win__faq-toggle { font-size: 1.5em; } .page-1win__cta-title { font-size: 1.6em; } .page-1win__cta-description { font-size: 0.9em; } }