.page-1win__hero-section{position:relative;background-color:#1a1a2e;color:#fff;padding:10px 0 60px;text-align:center;overflow:hidden}.page-1win__hero-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:.4}.page-1win__hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto;padding:20px}.page-1win__hero-title{font-size:2.8em;margin-bottom:15px;line-height:1.2;font-weight:700}.page-1win__hero-subtitle{font-size:1.4em;margin-bottom:30px;font-weight:400}.page-1win__cta-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.page-1win__button{display:inline-block;padding:15px 30px;background-color:#e94560;color:#fff;text-decoration:none;border-radius:8px;font-size:1.1em;font-weight:600;transition:background-color .3s ease,transform .2s ease;white-space:nowrap}.page-1win__button:hover{background-color:#c4334a;transform:translateY(-2px)}.page-1win__info-section{background-color:#0f3460;color:#fff;padding:60px 20px;text-align:center}.page-1win__info-title{font-size:2.2em;margin-bottom:25px;font-weight:700}.page-1win__info-text{font-size:1.1em;line-height:1.6;max-width:800px;margin:0 auto 40px}.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:#16213e;padding:30px;border-radius:12px;text-align:left;box-shadow:0 6px 15px rgba(0,0,0,.3)}.page-1win__feature-icon{width:60px;height:60px;margin-bottom:20px;object-fit:contain}.page-1win__feature-heading{font-size:1.5em;margin-bottom:15px;font-weight:600}.page-1win__feature-description{font-size:.95em;line-height:1.6;color:#ccc}.page-1win__game-section{background-color:#1a1a2e;color:#fff;padding:60px 20px;text-align:center}.page-1win__game-title{font-size:2.2em;margin-bottom:25px;font-weight:700}.page-1win__game-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;max-width:1200px;margin:0 auto}.page-1win__game-card{background-color:#0f3460;border-radius:12px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.2);transition:transform .3s ease}.page-1win__game-card:hover{transform:translateY(-5px)}.page-1win__game-image{width:100%;height:180px;object-fit:cover}.page-1win__game-content{padding:20px}.page-1win__game-name{font-size:1.2em;margin-bottom:15px;font-weight:600}.page-1win__floating-buttons{position:fixed;bottom:20px;right:20px;z-index:1000;display:flex;flex-direction:column;gap:10px}.page-1win__floating-button{padding:12px 20px;font-size:1em;border-radius:30px;box-shadow:0 4px 10px rgba(0,0,0,.3);text-align:center}.page-1win__floating-button--register{background-color:#e94560;color:#fff}.page-1win__floating-button--login{background-color:#0f3460;color:#fff}.page-1win__faq-section{background-color:#0f3460;color:#fff;padding:60px 20px}.page-1win__faq-container{max-width:900px;margin:0 auto}.page-1win__faq-title{text-align:center;font-size:2.2em;margin-bottom:40px;font-weight:700}.page-1win__faq-item{margin-bottom:15px;background-color:#16213e;border-radius:12px;overflow:hidden}.page-1win__faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px;cursor:pointer;user-select:none;background-color:#1f4068;border-radius:12px;transition:background-color .3s ease}.page-1win__faq-question:hover{background-color:#2a578a}.page-1win__faq-question h3{margin:0;font-size:1.1em;font-weight:600;color:#fff;pointer-events:none}.page-1win__faq-toggle{font-size:1.5em;font-weight:bold;color:#e94560;width:24px;height:24px;display:flex;justify-content:center;align-items:center;pointer-events:none}.page-1win__faq-answer{max-height:0;overflow:hidden;padding:0 15px;opacity:0;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease,opacity .3s ease .1s}.page-1win__faq-item.active .page-1win__faq-answer{max-height:2000px !important;padding:20px 15px !important;opacity:1}.page-1win__faq-item.active .page-1win__faq-question{background-color:#2a578a;border-bottom-left-radius:0;border-bottom-right-radius:0}.page-1win__faq-item.active .page-1win__faq-toggle{transform:rotate(45deg)}.page-1win__faq-answer p{margin:0 0 10px;font-size:.95em;line-height:1.6;color:#ccc}.page-1win__faq-answer p:last-child{margin-bottom:0}.page-1win__cta-section{background-color:#1a1a2e;padding:60px 20px;text-align:center}.page-1win__cta-title{font-size:2.2em;color:#fff;margin-bottom:25px;font-weight:700}.page-1win__cta-description{font-size:1.1em;color:#ccc;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto}.page-1win__provider-section{background-color:#0f3460;padding:60px 20px;text-align:center}.page-1win__provider-title{font-size:2.2em;color:#fff;margin-bottom:40px;font-weight:700}.page-1win__provider-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:25px;max-width:1000px;margin:0 auto}.page-1win__provider-logo{width:100%;height:80px;object-fit:contain;filter:brightness(1.2);opacity:.8;transition:opacity .3s ease}.page-1win__provider-logo:hover{opacity:1}@media (max-width:768px){.page-1win__hero-title{font-size:2em}.page-1win__hero-subtitle{font-size:1.2em}.page-1win__cta-buttons{flex-direction:column;gap:15px}.page-1win__button{width:100%;padding:12px 20px;font-size:1em}.page-1win__info-title,.page-1win__game-title,.page-1win__faq-title,.page-1win__cta-title,.page-1win__provider-title{font-size:1.8em}.page-1win__info-text,.page-1win__feature-description,.page-1win__game-name,.page-1win__faq-question h3,.page-1win__faq-answer p,.page-1win__cta-description{font-size:.9em}.page-1win__features-grid,.page-1win__game-gallery,.page-1win__provider-grid{grid-template-columns:1fr}.page-1win__feature-item,.page-1win__game-card,.page-1win__faq-item{padding:20px}.page-1win__feature-icon{width:50px;height:50px}.page-1win__floating-buttons{bottom:15px;right:15px;left:15px;flex-direction:row;justify-content:space-around}.page-1win__floating-button{flex:1;font-size:.9em;padding:10px 15px}.page-1win__game-image{height:150px}.page-1win__faq-container{padding:0 10px}.page-1win__faq-question{padding:15px}.page-1win__faq-answer{padding:0 10px}.page-1win__faq-item.active .page-1win__faq-answer{padding:15px 10px !important}.page-1win__info-section,.page-1win__game-section,.page-1win__faq-section,.page-1win__cta-section,.page-1win__provider-section{padding:40px 15px}}.page-1win__features-grid .page-1win__feature-item{box-sizing:border-box}.page-1win__features-grid{padding:0}.page-1win__features-grid .page-1win__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;overflow-wrap:break-word !important}.page-1win__game-gallery .page-1win__game-card{box-sizing:border-box}.page-1win__game-gallery{padding:0}.page-1win__game-gallery .page-1win__game-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-1win__provider-grid .page-1win__provider-logo-wrapper{box-sizing:border-box}.page-1win__provider-grid{padding:0}.page-1win__provider-grid .page-1win__provider-logo-wrapper{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}