body{font-family:'Arial',sans-serif;margin:0;padding-top:var(--header-offset,122px);background-color:#f4f7f6;color:#333}.page-sun-1win{max-width:1200px;margin:0 auto;padding:0 15px}.page-sun-1win__section{padding:40px 0;margin-bottom:20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.page-sun-1win__section-title{text-align:center;color:#0056b3;margin-bottom:30px;font-size:2.5em;font-weight:700}.page-sun-1win__hero-section{background:linear-gradient(135deg,#0056b3,#003d82);color:#fff;text-align:center;padding:10px 0 60px 0;border-radius:0;box-shadow:none;margin-bottom:0}.page-sun-1win__hero-content{max-width:800px;margin:0 auto;padding:20px}.page-sun-1win__hero-title{font-size:3.5em;margin-bottom:20px;line-height:1.2}.page-sun-1win__hero-description{font-size:1.4em;margin-bottom:30px;line-height:1.6}.page-sun-1win__btn{display:inline-block;background-color:#ffc107;color:#333;padding:15px 30px;border-radius:5px;text-decoration:none;font-weight:700;font-size:1.1em;transition:background-color .3s ease,transform .3s ease}.page-sun-1win__btn:hover{background-color:#e0a800;transform:translateY(-2px)}.page-sun-1win__payment-providers{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:30px;width:100%;max-width:100%;box-sizing:border-box;background-color:#fff;padding:20px;border-radius:8px;margin-bottom:20px}.page-sun-1win__payment-logo{flex:0 0 auto;width:80px;height:80px;max-width:80px;max-height:80px;box-sizing:border-box}.page-sun-1win__payment-logo img{display:block;width:80px!important;height:80px!important;max-width:80px!important;max-height:80px!important;object-fit:contain}.page-sun-1win__intro-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;padding:0 20px}.page-sun-1win__intro-item{background-color:#f9f9f9;padding:25px;border-radius:8px;box-shadow:0 1px 5px rgba(0,0,0,.03);text-align:center}.page-sun-1win__intro-item h3{color:#0056b3;margin-bottom:15px;font-size:1.5em}.page-sun-1win__intro-item p{font-size:1em;line-height:1.6}.page-sun-1win__quick-access-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;padding:0 20px}.page-sun-1win__quick-access-link{display:block;text-align:center;background-color:#007bff;color:#fff;padding:15px;border-radius:5px;text-decoration:none;font-weight:700;transition:background-color .3s ease}.page-sun-1win__quick-access-link:hover{background-color:#0056b3}.page-sun-1win__games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;padding:0 20px}.page-sun-1win__game-card{background-color:#f9f9f9;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .3s ease}.page-sun-1win__game-card:hover{transform:translateY(-5px)}.page-sun-1win__game-card img{width:100%;height:250px;object-fit:cover;display:block;max-width:100%;box-sizing:border-box}.page-sun-1win__game-card-content{padding:20px}.page-sun-1win__game-card-content h3{color:#0056b3;margin-top:0;margin-bottom:10px;font-size:1.4em}.page-sun-1win__game-card-content p{font-size:.95em;line-height:1.5;margin-bottom:15px}.page-sun-1win__promotions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;padding:0 20px}.page-sun-1win__promo-card{background-color:#f9f9f9;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .3s ease}.page-sun-1win__promo-card:hover{transform:translateY(-5px)}.page-sun-1win__promo-card img{width:100%;height:200px;object-fit:cover;display:block;max-width:100%;box-sizing:border-box}.page-sun-1win__promo-card-content{padding:20px}.page-sun-1win__promo-card-content h3{color:#0056b3;margin-top:0;margin-bottom:10px;font-size:1.4em}.page-sun-1win__promo-card-content p{font-size:.95em;line-height:1.5;margin-bottom:15px}.page-sun-1win__security-list{list-style:none;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.page-sun-1win__security-item{background-color:#f9f9f9;padding:20px;border-radius:8px;box-shadow:0 1px 5px rgba(0,0,0,.03)}.page-sun-1win__security-item h3{color:#0056b3;margin-top:0;margin-bottom:10px;font-size:1.3em}.page-sun-1win__security-item p{font-size:1em;line-height:1.6}.page-sun-1win__faq-list{padding:0 20px}.page-sun-1win__faq-item{margin-bottom:15px;background-color:#f9f9f9;border-radius:8px;overflow:hidden}.page-sun-1win__faq-question{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;background-color:#007bff;color:#fff;cursor:pointer;font-weight:700;font-size:1.1em;border-radius:8px;transition:background-color .3s ease}.page-sun-1win__faq-question:hover{background-color:#0056b3}.page-sun-1win__faq-question h3{margin:0;font-size:1.1em;pointer-events:none}.page-sun-1win__faq-toggle{font-size:1.5em;line-height:1;transition:transform .3s ease;pointer-events:none}.page-sun-1win__faq-item.active .page-sun-1win__faq-toggle{transform:rotate(45deg)}.page-sun-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 .4s ease}.page-sun-1win__faq-item.active .page-sun-1win__faq-answer{max-height:2000px!important;padding:20px 15px!important;opacity:1}.page-sun-1win__faq-answer p{margin-top:0;font-size:.95em;line-height:1.6}.page-sun-1win__blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;padding:0 20px}.page-sun-1win__blog-card{background-color:#f9f9f9;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .3s ease}.page-sun-1win__blog-card:hover{transform:translateY(-5px)}.page-sun-1win__blog-card img{width:100%;height:220px;object-fit:cover;display:block;max-width:100%;box-sizing:border-box}.page-sun-1win__blog-card-content{padding:20px}.page-sun-1win__blog-card-content h3{color:#0056b3;margin-top:0;margin-bottom:10px;font-size:1.3em}.page-sun-1win__blog-card-content h3 a{color:#0056b3;text-decoration:none}.page-sun-1win__blog-card-content h3 a:hover{text-decoration:underline}.page-sun-1win__blog-card-content p{font-size:.9em;line-height:1.5;color:#555}.page-sun-1win__blog-card-meta{font-size:.85em;color:#777;margin-top:15px}.page-sun-1win__blog-card-meta span{margin-right:10px}.page-sun-1win__flex-container{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.page-sun-1win__flex-item{flex:1 1 300px;background-color:#f9f9f9;padding:25px;border-radius:8px;box-shadow:0 1px 5px rgba(0,0,0,.03);text-align:center}.page-sun-1win__flex-item h3{color:#0056b3;margin-bottom:15px;font-size:1.5em}.page-sun-1win__flex-item p{font-size:1em;line-height:1.6}@media (max-width:1024px){.page-sun-1win__hero-title{font-size:3em}.page-sun-1win__hero-description{font-size:1.2em}.page-sun-1win__section-title{font-size:2em}}@media (max-width:768px){.page-sun-1win{padding:0 10px}.page-sun-1win__hero-section{padding:10px 0 40px 0}.page-sun-1win__hero-title{font-size:2.5em}.page-sun-1win__hero-description{font-size:1em}.page-sun-1win__btn{padding:12px 25px;font-size:1em}.page-sun-1win__payment-providers{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:16px;padding:15px}.page-sun-1win__payment-logo,.page-sun-1win__payment-logo img{width:80px!important;height:80px!important;max-width:80px!important;max-height:80px!important}.page-sun-1win__section{padding:30px 0}.page-sun-1win__section-title{font-size:1.8em}.page-sun-1win__intro-grid,.page-sun-1win__quick-access-grid,.page-sun-1win__games-grid,.page-sun-1win__promotions-grid,.page-sun-1win__security-list,.page-sun-1win__blog-grid{padding:0 10px;gap:15px}.page-sun-1win__intro-item,.page-sun-1win__quick-access-link,.page-sun-1win__game-card,.page-sun-1win__promo-card,.page-sun-1win__security-item,.page-sun-1win__blog-card,.page-sun-1win__flex-item{box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.page-sun-1win__faq-list{padding:0 10px}.page-sun-1win__faq-question{padding:15px}.page-sun-1win__faq-question h3{font-size:1em}.page-sun-1win__faq-answer{padding:0 10px}.page-sun-1win__faq-item.active .page-sun-1win__faq-answer{padding:15px 10px!important}.page-sun-1win__game-card img,.page-sun-1win__promo-card img,.page-sun-1win__blog-card img{height:auto;min-height:200px}.page-sun-1win__faq-answer p{word-wrap:break-word!important;overflow-wrap:break-word!important}}