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-ud94n {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.responsive-img-pc8k5 {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
/* === Header === */
.main-header-y6ot2 {
  background: #222222;
  color: #fff;
}
.header-container-4z2sg {
  display: flex;
  flex-wrap: wrap;
  /* ✅ NEW – allow wrapping */
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.logo-ziw6c {
  display: flex;
  align-items: center;
}
.logo-ziw6c img {
  height: 40px;
  margin-right: 12px;
}
.country-label-sghwv {
  font-size: 14px;
}
.main-nav-knbmh {
  display: flex;
  flex-wrap: wrap;
  /* ✅ NEW – wrap nav items */
  align-items: center;
  justify-content: center;
  /* keep centred on small screens */
  gap: 12px;
}
.main-nav-knbmh a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
  margin-left: 0;
  font-size: 16px;
}
.btn-join-62dy9 {
  background: #e50539;
  color: #fff!important;
  padding: 8px 16px;
  border-radius: 4px;
  margin-top: 10px;
}
/* === Hero === */
.hero-igv36 {
  background: linear-gradient(135deg,#00a383,#037b63);
  color: #fff;
  padding: 60px 20px;
}
.hero-content-kj4eg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.hero-text-2htzc {
  flex: 1 1 55%;
}
.hero-text-2htzc h1 {
  font-size: 1.8em;
  margin-bottom: 10px;
}
.promo-card-kpe90 {
  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-jqnx7 {
  font-size: 32px;
}
.promo-card-kpe90 h2 {
  font-size: 2em;
   color: #333333;
}
.btn-cta-w2n1m {
  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-0frg3 {
  padding: 40px 20px;
}
.section-0frg3 h2 {
  font-size: 28px;
  margin-bottom: 16px;
}
.section-title-line-r9x1d {
  display: inline-block;
  width: 4px;
  height: 24px;
  background: #e50539;
  margin-right: 10px;
  vertical-align: middle;
}
.intro-text-o0kxc p {
  max-width: 800px;
  line-height: 1.6;
  margin-bottom: 16px;
}
/* === Brand Info Table === */
.brand-table-acogt {
  background: #000000;
  color: #fff;
  border-radius: 12px;
  margin-top: 40px;
  padding: 40px 20px;
}
.brand-table-acogt .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-acogt table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
.brand-table-acogt th,
.brand-table-acogt td {
  padding: 12px 16px;
   border: 1px solid #333333;
  text-align: left;
}
.brand-table-acogt th {
  background: #222222;
  font-weight: 600;
  width: 30%;
}
.brand-table-acogt td {
  background: #222222;
}
/* === Registration Steps === */
.step-section-g5fe7 .step-row-1qr8m {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.step {
  flex: 1 1 30%;
  text-align: center;
  max-width: 100%;
}
.step-number-0qghw {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.step img {
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 8px;
}
.note-cnvlx {
  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-m3820 {
  background: linear-gradient(135deg, #00a383, #037b63);
  color: #fff;
  padding: 10px 16px;
  border-radius: 6px;
  margin: 30px 0 10px;
}
.game-grid-xng40 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.game-grid-xng40 img {
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
/* === FAQ === */
.faq-bmp1c details {
  background: #f2f2f2;
  border-radius: 6px;
  padding: 12px 16px;
  margin-bottom: 10px;
  cursor: pointer;
}
.faq-bmp1c summary {
  font-weight: bold;
  font-size: 16px;
}
.faq-bmp1c p {
  margin-top: 8px;
}
/* === Reviews === */
.reviews-t6di7 .stars-6i2r7 {
  font-size: 20px;
  color: gold;
  margin-bottom: 10px;
}
.review-form-xduou textarea {
  width: 100%;
  height: 100px;
  border: 2px solid #037b63;
  border-radius: 16px;
  padding: 10px;
  resize: vertical;
  font-size: 14px;
  margin-bottom: 10px;
}
.review-form-xduou .form-fields-b3fij {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.review-form-xduou input {
  flex: 1 1 200px;
  padding: 8px;
  border: 2px solid #037b63;
  border-radius: 20px;
}
.comments-37dzm .comment-tzl9g {
  margin-top: 20px;
}
.comments-37dzm .comment-tzl9g .stars-6i2r7 {
  margin-top: 6px;
}
.reply-link-a5ykh {
  font-size: 13px;
  color: #ff0000;
}
/* === Footer === */
.footer-rvh31 {
  background: #222222;
  color: white;
  padding: 60px 20px 30px;
  font-size: 15px;
}

.footer-grid-qyqtw {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-left-2319p {
  flex: 1;
}

.footer-logo-lx7cj {
  max-width: 160px;
  margin-bottom: 16px;
}

.socials-4r3m3 a {
  margin-right: 12px;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
}

.footer-links-y1cw2 {
  flex: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-links-y1cw2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-y1cw2 a {
  color: #ccc;
  text-decoration: none;
  line-height: 1.8;
  font-size: 14px;
}

.footer-bottom-r0vrr {
  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-kj4eg{flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.step-row-1qr8m {
  flex-direction: column;
  align-items: center;
}
}

@media (max-width:768px) {
  .header-container-4z2sg{
    flex-direction: column;
  /* ✅ NEW mobile header stack */
    align-items: center;
  gap: 10px;
}
.hero-content-kj4eg,
  .brand-table-acogt table,
  .login-steps,
  .comments-37dzm,
  .review-form-xduou .form-fields-b3fij {
  flex-direction: column!important;
  align-items: flex-start;
}
.form-fields-b3fij input,
  .form-fields-b3fij button {
  width: 100%;
}
.footer-left-2319p,
  .footer-links-y1cw2 {
  width: 100%;
  text-align: center;
}
/* brand table stacking */
  .brand-table-acogt table th,
  .brand-table-acogt table td {
  display: block;
  width: 100%;
  text-align: left;
}
.brand-table-acogt table tr {
  margin-bottom: 20px;
  display: block;
}
}

.login-guide-onfzx {
  padding: 60px 20px;
  text-align: center;
}
.login-cta {
  max-width: 720px;
  margin: 0 auto;
}
.btn-registration-ceqve {
   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-ceqve: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-onfzx {
  padding: 60px 20px;
}
.center-cta-mxmaw {
  text-align: center;
  margin-bottom: 30px;
}

.login-steps-list-21o5o span {
  font-weight: bold;
  margin-right: 6px;
  color: #333;
}
.login-steps-list-21o5o li span {
  display: inline-block;
  width: 24px;
  text-align: center;
  margin-right: 8px;
  font-size: 18px;
}


.login-guide-onfzx h2 {
  text-align: left;
}

.login-steps-list-21o5o {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  max-width: 720px;
}

.login-steps-list-21o5o li {
  padding: 6px 0;
  font-size: 16px;
  color: #222;
  display: flex;
  align-items: center;
  gap: 8px;
}

.login-steps-list-21o5o li span {
  display: inline-block;
  width: 24px;
  text-align: center;
  font-size: 18px;
}

.pros-cons-block-292ck {
  background: #f9fbfe;
  padding: 60px 20px;
}

.pros-cons-grid-bvevu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.pros-box-jycqa, .cons-box-h1ek1 {
  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-ry9x1, .cons-header-jnl7b {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
  color: #222;
}

.pros-box-jycqa ul, .cons-box-h1ek1 ul {
  padding-left: 20px;
  margin: 0;
  color: #333;
  line-height: 1.6;
}

.pros-cons-block-292ck .note-cnvlx {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  color: #777;
}

@media (max-width: 768px) {
  .pros-cons-grid-bvevu {
    flex-direction: column;
  }
  .pros-box-jycqa, .cons-box-h1ek1 {
    width: 100%;
  }
}
.install-step-zsw96 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-p01bl {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
  margin-top: 30px;
  text-align: center;
}

.step-box-o3cxg {
  flex: 1 1 22%;
  max-width: 160px;
}

.step-img-3g24p {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.step-caption-7fged {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}

.center-cta-mxmaw {
  text-align: center;
  margin-top: 30px;
}

.btn-registration-ceqve {
  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-ceqve:hover {
  background: #ff2400;
}

/* === Promo Page Image Resize Fix === */
.visual-install-935d7 .install-step-zsw96 img {
  max-width: 75%;
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}

.login-flex-2fh0r {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.login-steps-text-f5fet {
  flex: 1 1 55%;
}

.login-steps-text-f5fet h2 {
  margin-bottom: 20px;
}

.login-steps-list-21o5o {
  list-style: none;
  padding: 0;
}

.login-steps-list-21o5o li {
  font-size: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
}

.login-steps-list-21o5o span {
  font-size: 20px;
  margin-right: 12px;
  display: inline-block;
  width: 26px;
}

.login-steps-img-aiatu {
  flex: 1 1 40%;
  text-align: center;
}

.login-steps-img-aiatu 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-2fh0r {
    flex-direction: column;
    text-align: left;
  }
}
.register-cta-fjb5t {
  background: linear-gradient(135deg, #00a383, #037b63);
  padding: 60px 20px;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  margin: 40px auto;
}

.register-box-sfa5s h2 {
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: 700;
}

.register-box-sfa5s p {
  font-size: 16px;
  margin-bottom: 24px;
  color: #e0e0e0;
}

.btn-big-register-4ntvo {
  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-4ntvo:hover {
  background-color: #ff2400;
}

.deposit-guide-jc71l {
  padding: 60px 0;
  background-color: #f8fafe;
}

.deposit-container-v8vl6 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}

.deposit-text-nzmh1 {
  flex: 1 1 480px;
  max-width: 600px;
}

.deposit-text-nzmh1 h2 {
  margin-bottom: 10px;
}

.deposit-step-wqp9h {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 4px solid #ff2400;
}

.deposit-step-wqp9h strong {
  display: inline-block;
  margin-bottom: 4px;
}

.deposit-image-7t7rp {
  flex: 1 1 400px;
  max-width: 500px;
  text-align: center;
}

.deposit-image-7t7rp img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.cta-block-9d8dy.centered-2jim0 {
  text-align: center;
  padding: 40px 20px;
  border-radius: 12px;
  margin-top: 40px;
}
.cta-block-9d8dy h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.cta-block-9d8dy p {
  font-size: 16px;
  margin-bottom: 20px;
}
.btn-big-v48j1 {
  font-size: 18px;
  padding: 14px 32px;
}

.promo-cta-2fw92 {
  padding: 40px 20px;
  border-radius: 8px;
  text-align: center;
  margin-top: 40px;
}

.centered-cta-te2as h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.centered-cta-te2as p {
  font-size: 16px;
  color: #444;
  margin-bottom: 20px;
}

.btn-cta-w2n1m.large {
  font-size: 18px;
  padding: 14px 28px;
}

.section-registration-steps-nltg1 {
  padding: 40px 20px;
}

.section-registration-steps-nltg1 .container-ud94n {
  max-width: 960px;
  margin: 0 auto;
}

.registration-title-upyt8 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.registration-step-mnpjv {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 20px;
}

.registration-step-mnpjv img {
  width: 20%;
  height: auto;
  flex-shrink: 0;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.registration-text-c7nc7 h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.registration-text-c7nc7 p {
  font-size: 15px;
  color: #444;
  margin: 0;
}

@media (max-width: 600px) {
  .registration-step-mnpjv {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .registration-step-mnpjv img {
    margin-bottom: 15px;
  }
}

.cta-second-nhb0o {
  background: linear-gradient(135deg, #00a383, #037b63);
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  margin-top: 40px;
  border-radius: 8px;
}

.cta-second-container-sgnxv {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.cta-second-text-kdjrz h2 {
  font-size: 26px;
  margin: 0;
  font-weight: 700;
}

.cta-second-text-kdjrz p {
  font-size: 16px;
  margin: 0;
}

.btn-cta-w2n1m.btn-cta-large-v7ct8 {
  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-w2n1m.btn-cta-large-v7ct8:hover {
  background-color: #ff2400;
}