html, body {
  overflow-x: hidden;
  width: 100%;
}


h1, h2, h3 {
  font-weight: 700;
}


* {
  max-width: 100%;
  box-sizing: border-box;
}

/* === Base reset & helpers === */
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: #f6f8fc;
    font-family: 'Inter', sans-serif;
  line-height: 1.5;
  color: #111;
  
}
.container-u1ftl {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.responsive-img-43i2q {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
/* === Header === */
.main-header-y3pzt {
  background: #222222;
  color: #fff;
}
.header-container-s0ltx {
  display: flex;
  flex-wrap: wrap;
  /* ✅ NEW – allow wrapping */
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.logo-l1b4t {
  display: flex;
  align-items: center;
}
.logo-l1b4t img {
  height: 40px;
  margin-right: 12px;
}
.country-label-4hac0 {
  font-size: 14px;
}
.main-nav-7k08l {
  display: flex;
  flex-wrap: wrap;
  /* ✅ NEW – wrap nav items */
  align-items: center;
  justify-content: center;
  /* keep centred on small screens */
  gap: 12px;
}
.main-nav-7k08l a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
  margin-left: 0;
  font-size: 16px;
}
.btn-join-1hc8m {
  background: #e50539;
  color: #fff!important;
  padding: 8px 16px;
  border-radius: 4px;
  margin-top: 10px;
}
/* === Hero === */
.hero-xaj5g {
  background: linear-gradient(135deg,#00a383,#037b63);
  color: #fff;
  padding: 60px 20px;
}
.hero-content-g8542 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.hero-text-7rvag {
  flex: 1 1 55%;
}
.hero-text-7rvag h1 {
  font-size: 1.8em;
  margin-bottom: 10px;
}
.promo-card-dknky {
  background: #fff;
  color: #000;
  padding: 24px;
  border-radius: 12px;
  max-width: 300px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
  margin-left: 5px;
  width: 100%;
}
.promo-icon-67r82 {
  font-size: 32px;
}
.promo-card-dknky h2 {
  font-size: 2em;
   color: #333333;
}
.btn-cta-wbsig {
  display: inline-block;
  margin-top: 12px;
   background: #e50539;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}
/* === Base Sections === */
.section-0f0xy {
  padding: 40px 20px;
}
.section-0f0xy h2 {
  font-size: 28px;
  margin-bottom: 16px;
}
.section-title-line-71dtq {
  display: inline-block;
  width: 4px;
  height: 24px;
  background: #e50539;
  margin-right: 10px;
  vertical-align: middle;
}
.intro-text-jr984 p {
  max-width: 800px;
  line-height: 1.6;
  margin-bottom: 16px;
}
/* === Brand Info Table === */
.brand-table-vat3t {
  background: #000000;
  color: #fff;
  border-radius: 12px;
  margin-top: 40px;
  padding: 40px 20px;
}
.brand-table-vat3t .table-title {
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: linear-gradient(135deg, #00a383, #037b63);
  padding: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.brand-table-vat3t table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
.brand-table-vat3t th,
.brand-table-vat3t td {
  padding: 12px 16px;
   border: 1px solid #333333;
  text-align: left;
}
.brand-table-vat3t th {
  background: #222222;
  font-weight: 600;
  width: 30%;
}
.brand-table-vat3t td {
  background: #222222;
}
/* === Registration Steps === */
.step-section-6n3of .step-row-3chmg {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.step {
  flex: 1 1 30%;
  text-align: center;
  max-width: 100%;
}
.step-number-9tun7 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.step img {
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 8px;
}
.note-7kpc1 {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  margin-bottom: 30px;
}
/* === Login Steps === */
.login-steps {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.login-steps li {
  background: #f2f4f7;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
}
.login-steps span {
  font-weight: bold;
  margin-right: 6px;
}
/* === Game Section === */
.game-title-c1z41 {
  background: linear-gradient(135deg, #00a383, #037b63);
  color: #fff;
  padding: 10px 16px;
  border-radius: 6px;
  margin: 30px 0 10px;
}
.game-grid-t4e6p {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.game-grid-t4e6p img {
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
/* === FAQ === */
.faq-t86a2 details {
  background: #f2f2f2;
  border-radius: 6px;
  padding: 12px 16px;
  margin-bottom: 10px;
  cursor: pointer;
}
.faq-t86a2 summary {
  font-weight: bold;
  font-size: 16px;
}
.faq-t86a2 p {
  margin-top: 8px;
}
/* === Reviews === */
.reviews-fa7uj .stars-6qlx6 {
  font-size: 20px;
  color: gold;
  margin-bottom: 10px;
}
.review-form-t11ct textarea {
  width: 100%;
  height: 100px;
  border: 2px solid #037b63;
  border-radius: 16px;
  padding: 10px;
  resize: vertical;
  font-size: 14px;
  margin-bottom: 10px;
}
.review-form-t11ct .form-fields-g973i {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.review-form-t11ct input {
  flex: 1 1 200px;
  padding: 8px;
  border: 2px solid #037b63;
  border-radius: 20px;
}
.comments-it0kq .comment-h285v {
  margin-top: 20px;
}
.comments-it0kq .comment-h285v .stars-6qlx6 {
  margin-top: 6px;
}
.reply-link-f11xo {
  font-size: 13px;
  color: #ff0000;
}
/* === Footer === */
.footer-d0evs {
  background: #222222;
  color: white;
  padding: 60px 20px 30px;
  font-size: 15px;
}

.footer-grid-9tdtr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-left-1ri2n {
  flex: 1;
}

.footer-logo-l61n7 {
  max-width: 160px;
  margin-bottom: 16px;
}

.socials-5cxto a {
  margin-right: 12px;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
}

.footer-links-77b2r {
  flex: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-links-77b2r ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-77b2r a {
  color: #ccc;
  text-decoration: none;
  line-height: 1.8;
  font-size: 14px;
}

.footer-bottom-yqpdw {
  text-align: center;
  font-size: 13px;
  margin-top: 30px;
  color: #aaa;
  border-top: 1px solid #333;
  padding-top: 20px;
} === Responsive Styles === */
@media (max-width:1024px) {
  .hero-content-g8542{flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.step-row-3chmg {
  flex-direction: column;
  align-items: center;
}
}

@media (max-width:768px) {
  .header-container-s0ltx{
    flex-direction: column;
  /* ✅ NEW mobile header stack */
    align-items: center;
  gap: 10px;
}
.hero-content-g8542,
  .brand-table-vat3t table,
  .login-steps,
  .comments-it0kq,
  .review-form-t11ct .form-fields-g973i {
  flex-direction: column!important;
  align-items: flex-start;
}
.form-fields-g973i input,
  .form-fields-g973i button {
  width: 100%;
}
.footer-left-1ri2n,
  .footer-links-77b2r {
  width: 100%;
  text-align: center;
}
/* brand table stacking */
  .brand-table-vat3t table th,
  .brand-table-vat3t table td {
  display: block;
  width: 100%;
  text-align: left;
}
.brand-table-vat3t table tr {
  margin-bottom: 20px;
  display: block;
}
}

.login-guide-bh8xa {
  padding: 60px 20px;
  text-align: center;
}
.login-cta {
  max-width: 720px;
  margin: 0 auto;
}
.btn-registration-019ty {
   background: #e50539;
  color: #fff;
  padding: 14px 28px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 16px;
  font-size: 18px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: background 0.3s;
}
.btn-registration-019ty:hover {
  background: #ff2400;
}
.login-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 16px;
}
.login-step {
  background: #eef2f7;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 15px;
  min-width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.note-secure {
  color: #333;
  font-size: 14px;
  margin-top: 16px;
}
.login-guide-bh8xa {
  padding: 60px 20px;
}
.center-cta-11y5n {
  text-align: center;
  margin-bottom: 30px;
}

.login-steps-list-69jmp span {
  font-weight: bold;
  margin-right: 6px;
  color: #333;
}
.login-steps-list-69jmp li span {
  display: inline-block;
  width: 24px;
  text-align: center;
  margin-right: 8px;
  font-size: 18px;
}


.login-guide-bh8xa h2 {
  text-align: left;
}

.login-steps-list-69jmp {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  max-width: 720px;
}

.login-steps-list-69jmp li {
  padding: 6px 0;
  font-size: 16px;
  color: #222;
  display: flex;
  align-items: center;
  gap: 8px;
}

.login-steps-list-69jmp li span {
  display: inline-block;
  width: 24px;
  text-align: center;
  font-size: 18px;
}

.pros-cons-block-0dj6e {
  background: #f9fbfe;
  padding: 60px 20px;
}

.pros-cons-grid-56dyc {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.pros-box-jdpvm, .cons-box-rby9j {
  flex: 1 1 45%;
  background: #fff;
  padding: 20px 24px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.pros-header-4axj1, .cons-header-yfmqp {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
  color: #222;
}

.pros-box-jdpvm ul, .cons-box-rby9j ul {
  padding-left: 20px;
  margin: 0;
  color: #333;
  line-height: 1.6;
}

.pros-cons-block-0dj6e .note-7kpc1 {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  color: #777;
}

@media (max-width: 768px) {
  .pros-cons-grid-56dyc {
    flex-direction: column;
  }
  .pros-box-jdpvm, .cons-box-rby9j {
    width: 100%;
  }
}
.install-step-cghfm img {
  max-width: 100%;
  width: 200px; 
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  display: block;
  margin: 0 auto;
}

.step-inline-grid-kf071 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
  margin-top: 30px;
  text-align: center;
}

.step-box-ohjg0 {
  flex: 1 1 22%;
  max-width: 160px;
}

.step-img-9mzzg {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.step-caption-5mt0q {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}

.center-cta-11y5n {
  text-align: center;
  margin-top: 30px;
}

.btn-registration-019ty {
  background: #e50539;
  color: #fff;
  padding: 14px 28px;
  font-size: 18px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: background 0.3s;
}
.btn-registration-019ty:hover {
  background: #ff2400;
}

/* === Promo Page Image Resize Fix === */
.visual-install-0tkf5 .install-step-cghfm img {
  max-width: 75%;
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}

.login-flex-71zjr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.login-steps-text-jkg7b {
  flex: 1 1 55%;
}

.login-steps-text-jkg7b h2 {
  margin-bottom: 20px;
}

.login-steps-list-69jmp {
  list-style: none;
  padding: 0;
}

.login-steps-list-69jmp li {
  font-size: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
}

.login-steps-list-69jmp span {
  font-size: 20px;
  margin-right: 12px;
  display: inline-block;
  width: 26px;
}

.login-steps-img-oelv1 {
  flex: 1 1 40%;
  text-align: center;
}

.login-steps-img-oelv1 img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
  .login-flex-71zjr {
    flex-direction: column;
    text-align: left;
  }
}
.register-cta-dqtcq {
  background: linear-gradient(135deg, #00a383, #037b63);
  padding: 60px 20px;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  margin: 40px auto;
}

.register-box-7v8mz h2 {
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: 700;
}

.register-box-7v8mz p {
  font-size: 16px;
  margin-bottom: 24px;
  color: #e0e0e0;
}

.btn-big-register-i1oi1 {
  background-color: #e50539;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 16px 32px;
  border-radius: 8px;
  display: inline-block;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-big-register-i1oi1:hover {
  background-color: #ff2400;
}

.deposit-guide-3mfu8 {
  padding: 60px 0;
  background-color: #f8fafe;
}

.deposit-container-hffyx {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}

.deposit-text-9ll4b {
  flex: 1 1 480px;
  max-width: 600px;
}

.deposit-text-9ll4b h2 {
  margin-bottom: 10px;
}

.deposit-step-e3yvj {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 4px solid #ff2400;
}

.deposit-step-e3yvj strong {
  display: inline-block;
  margin-bottom: 4px;
}

.deposit-image-zo62t {
  flex: 1 1 400px;
  max-width: 500px;
  text-align: center;
}

.deposit-image-zo62t img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.cta-block-kaw18.centered-3wgdq {
  text-align: center;
  padding: 40px 20px;
  border-radius: 12px;
  margin-top: 40px;
}
.cta-block-kaw18 h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.cta-block-kaw18 p {
  font-size: 16px;
  margin-bottom: 20px;
}
.btn-big-n5gv1 {
  font-size: 18px;
  padding: 14px 32px;
}

.promo-cta-cbw7w {
  padding: 40px 20px;
  border-radius: 8px;
  text-align: center;
  margin-top: 40px;
}

.centered-cta-s6d0s h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.centered-cta-s6d0s p {
  font-size: 16px;
  color: #444;
  margin-bottom: 20px;
}

.btn-cta-wbsig.large {
  font-size: 18px;
  padding: 14px 28px;
}

.section-registration-steps-4xqzr {
  padding: 40px 20px;
}

.section-registration-steps-4xqzr .container-u1ftl {
  max-width: 960px;
  margin: 0 auto;
}

.registration-title-12k8u {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.registration-step-20yvf {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 20px;
}

.registration-step-20yvf img {
  width: 20%;
  height: auto;
  flex-shrink: 0;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.registration-text-csz1q h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.registration-text-csz1q p {
  font-size: 15px;
  color: #444;
  margin: 0;
}

@media (max-width: 600px) {
  .registration-step-20yvf {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .registration-step-20yvf img {
    margin-bottom: 15px;
  }
}

.cta-second-24jkw {
  background: linear-gradient(135deg, #00a383, #037b63);
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  margin-top: 40px;
  border-radius: 8px;
}

.cta-second-container-c9e21 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.cta-second-text-g6d58 h2 {
  font-size: 26px;
  margin: 0;
  font-weight: 700;
}

.cta-second-text-g6d58 p {
  font-size: 16px;
  margin: 0;
}

.btn-cta-wbsig.btn-cta-large-bp5fh {
  background-color: #e50539;
  color: white;
  font-weight: 700;
  padding: 14px 28px;
  font-size: 18px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
}

.btn-cta-wbsig.btn-cta-large-bp5fh:hover {
  background-color: #ff2400;
}