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-h2ozt {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.responsive-img-k4k5h {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
/* === Header === */
.main-header-71yt7 {
  background: #222222;
  color: #fff;
}
.header-container-sno0q {
  display: flex;
  flex-wrap: wrap;
  /* ✅ NEW – allow wrapping */
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.logo-4ed5n {
  display: flex;
  align-items: center;
}
.logo-4ed5n img {
  height: 40px;
  margin-right: 12px;
}
.country-label-93vhv {
  font-size: 14px;
}
.main-nav-b9mwq {
  display: flex;
  flex-wrap: wrap;
  /* ✅ NEW – wrap nav items */
  align-items: center;
  justify-content: center;
  /* keep centred on small screens */
  gap: 12px;
}
.main-nav-b9mwq a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
  margin-left: 0;
  font-size: 16px;
}
.btn-join-9zuyv {
  background: #e50539;
  color: #fff!important;
  padding: 8px 16px;
  border-radius: 4px;
  margin-top: 10px;
}
/* === Hero === */
.hero-y2bjt {
  background: linear-gradient(135deg,#00a383,#037b63);
  color: #fff;
  padding: 60px 20px;
}
.hero-content-m2do2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.hero-text-0hmz8 {
  flex: 1 1 55%;
}
.hero-text-0hmz8 h1 {
  font-size: 1.8em;
  margin-bottom: 10px;
}
.promo-card-bojgm {
  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-5p7nw {
  font-size: 32px;
}
.promo-card-bojgm h2 {
  font-size: 2em;
   color: #333333;
}
.btn-cta-8682y {
  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-yz6qp {
  padding: 40px 20px;
}
.section-yz6qp h2 {
  font-size: 28px;
  margin-bottom: 16px;
}
.section-title-line-hx83o {
  display: inline-block;
  width: 4px;
  height: 24px;
  background: #e50539;
  margin-right: 10px;
  vertical-align: middle;
}
.intro-text-1axco p {
  max-width: 800px;
  line-height: 1.6;
  margin-bottom: 16px;
}
/* === Brand Info Table === */
.brand-table-5z6pk {
  background: #000000;
  color: #fff;
  border-radius: 12px;
  margin-top: 40px;
  padding: 40px 20px;
}
.brand-table-5z6pk .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-5z6pk table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
.brand-table-5z6pk th,
.brand-table-5z6pk td {
  padding: 12px 16px;
   border: 1px solid #333333;
  text-align: left;
}
.brand-table-5z6pk th {
  background: #222222;
  font-weight: 600;
  width: 30%;
}
.brand-table-5z6pk td {
  background: #222222;
}
/* === Registration Steps === */
.step-section-d7mes .step-row-eqp1c {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.step {
  flex: 1 1 30%;
  text-align: center;
  max-width: 100%;
}
.step-number-tknth {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.step img {
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 8px;
}
.note-cxy9p {
  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-foqws {
  background: linear-gradient(135deg, #00a383, #037b63);
  color: #fff;
  padding: 10px 16px;
  border-radius: 6px;
  margin: 30px 0 10px;
}
.game-grid-xsd9a {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.game-grid-xsd9a img {
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
/* === FAQ === */
.faq-jt6r2 details {
  background: #f2f2f2;
  border-radius: 6px;
  padding: 12px 16px;
  margin-bottom: 10px;
  cursor: pointer;
}
.faq-jt6r2 summary {
  font-weight: bold;
  font-size: 16px;
}
.faq-jt6r2 p {
  margin-top: 8px;
}
/* === Reviews === */
.reviews-xouzp .stars-vzzr7 {
  font-size: 20px;
  color: gold;
  margin-bottom: 10px;
}
.review-form-p0xow textarea {
  width: 100%;
  height: 100px;
  border: 2px solid #037b63;
  border-radius: 16px;
  padding: 10px;
  resize: vertical;
  font-size: 14px;
  margin-bottom: 10px;
}
.review-form-p0xow .form-fields-upa2k {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.review-form-p0xow input {
  flex: 1 1 200px;
  padding: 8px;
  border: 2px solid #037b63;
  border-radius: 20px;
}
.comments-94aaa .comment-0anxi {
  margin-top: 20px;
}
.comments-94aaa .comment-0anxi .stars-vzzr7 {
  margin-top: 6px;
}
.reply-link-baghd {
  font-size: 13px;
  color: #ff0000;
}
/* === Footer === */
.footer-esvmw {
  background: #222222;
  color: white;
  padding: 60px 20px 30px;
  font-size: 15px;
}

.footer-grid-xq25o {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-left-1z4tb {
  flex: 1;
}

.footer-logo-n5m9m {
  max-width: 160px;
  margin-bottom: 16px;
}

.socials-zqf8g a {
  margin-right: 12px;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
}

.footer-links-50d4t {
  flex: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-links-50d4t ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-50d4t a {
  color: #ccc;
  text-decoration: none;
  line-height: 1.8;
  font-size: 14px;
}

.footer-bottom-6pwno {
  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-m2do2{flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.step-row-eqp1c {
  flex-direction: column;
  align-items: center;
}
}

@media (max-width:768px) {
  .header-container-sno0q{
    flex-direction: column;
  /* ✅ NEW mobile header stack */
    align-items: center;
  gap: 10px;
}
.hero-content-m2do2,
  .brand-table-5z6pk table,
  .login-steps,
  .comments-94aaa,
  .review-form-p0xow .form-fields-upa2k {
  flex-direction: column!important;
  align-items: flex-start;
}
.form-fields-upa2k input,
  .form-fields-upa2k button {
  width: 100%;
}
.footer-left-1z4tb,
  .footer-links-50d4t {
  width: 100%;
  text-align: center;
}
/* brand table stacking */
  .brand-table-5z6pk table th,
  .brand-table-5z6pk table td {
  display: block;
  width: 100%;
  text-align: left;
}
.brand-table-5z6pk table tr {
  margin-bottom: 20px;
  display: block;
}
}

.login-guide-00yz4 {
  padding: 60px 20px;
  text-align: center;
}
.login-cta {
  max-width: 720px;
  margin: 0 auto;
}
.btn-registration-e6n35 {
   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-e6n35: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-00yz4 {
  padding: 60px 20px;
}
.center-cta-cbl7m {
  text-align: center;
  margin-bottom: 30px;
}

.login-steps-list-blkf3 span {
  font-weight: bold;
  margin-right: 6px;
  color: #333;
}
.login-steps-list-blkf3 li span {
  display: inline-block;
  width: 24px;
  text-align: center;
  margin-right: 8px;
  font-size: 18px;
}


.login-guide-00yz4 h2 {
  text-align: left;
}

.login-steps-list-blkf3 {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  max-width: 720px;
}

.login-steps-list-blkf3 li {
  padding: 6px 0;
  font-size: 16px;
  color: #222;
  display: flex;
  align-items: center;
  gap: 8px;
}

.login-steps-list-blkf3 li span {
  display: inline-block;
  width: 24px;
  text-align: center;
  font-size: 18px;
}

.pros-cons-block-98ism {
  background: #f9fbfe;
  padding: 60px 20px;
}

.pros-cons-grid-sua72 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.pros-box-05dgo, .cons-box-552av {
  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-53qu8, .cons-header-wrrgf {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
  color: #222;
}

.pros-box-05dgo ul, .cons-box-552av ul {
  padding-left: 20px;
  margin: 0;
  color: #333;
  line-height: 1.6;
}

.pros-cons-block-98ism .note-cxy9p {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  color: #777;
}

@media (max-width: 768px) {
  .pros-cons-grid-sua72 {
    flex-direction: column;
  }
  .pros-box-05dgo, .cons-box-552av {
    width: 100%;
  }
}
.install-step-908w7 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-cyiaz {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
  margin-top: 30px;
  text-align: center;
}

.step-box-jcvdr {
  flex: 1 1 22%;
  max-width: 160px;
}

.step-img-42hxz {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.step-caption-goyav {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}

.center-cta-cbl7m {
  text-align: center;
  margin-top: 30px;
}

.btn-registration-e6n35 {
  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-e6n35:hover {
  background: #ff2400;
}

/* === Promo Page Image Resize Fix === */
.visual-install-423s9 .install-step-908w7 img {
  max-width: 75%;
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}

.login-flex-pcdnw {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.login-steps-text-9ac1b {
  flex: 1 1 55%;
}

.login-steps-text-9ac1b h2 {
  margin-bottom: 20px;
}

.login-steps-list-blkf3 {
  list-style: none;
  padding: 0;
}

.login-steps-list-blkf3 li {
  font-size: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
}

.login-steps-list-blkf3 span {
  font-size: 20px;
  margin-right: 12px;
  display: inline-block;
  width: 26px;
}

.login-steps-img-89zdv {
  flex: 1 1 40%;
  text-align: center;
}

.login-steps-img-89zdv 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-pcdnw {
    flex-direction: column;
    text-align: left;
  }
}
.register-cta-0fr5l {
  background: linear-gradient(135deg, #00a383, #037b63);
  padding: 60px 20px;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  margin: 40px auto;
}

.register-box-82azb h2 {
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: 700;
}

.register-box-82azb p {
  font-size: 16px;
  margin-bottom: 24px;
  color: #e0e0e0;
}

.btn-big-register-e0fak {
  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-e0fak:hover {
  background-color: #ff2400;
}

.deposit-guide-8ze7w {
  padding: 60px 0;
  background-color: #f8fafe;
}

.deposit-container-ghr90 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}

.deposit-text-aweok {
  flex: 1 1 480px;
  max-width: 600px;
}

.deposit-text-aweok h2 {
  margin-bottom: 10px;
}

.deposit-step-vvcw6 {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 4px solid #ff2400;
}

.deposit-step-vvcw6 strong {
  display: inline-block;
  margin-bottom: 4px;
}

.deposit-image-tgtv7 {
  flex: 1 1 400px;
  max-width: 500px;
  text-align: center;
}

.deposit-image-tgtv7 img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.cta-block-40h0e.centered-04gc1 {
  text-align: center;
  padding: 40px 20px;
  border-radius: 12px;
  margin-top: 40px;
}
.cta-block-40h0e h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.cta-block-40h0e p {
  font-size: 16px;
  margin-bottom: 20px;
}
.btn-big-sw4ml {
  font-size: 18px;
  padding: 14px 32px;
}

.promo-cta-he51r {
  padding: 40px 20px;
  border-radius: 8px;
  text-align: center;
  margin-top: 40px;
}

.centered-cta-3a3eh h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.centered-cta-3a3eh p {
  font-size: 16px;
  color: #444;
  margin-bottom: 20px;
}

.btn-cta-8682y.large {
  font-size: 18px;
  padding: 14px 28px;
}

.section-registration-steps-gl34p {
  padding: 40px 20px;
}

.section-registration-steps-gl34p .container-h2ozt {
  max-width: 960px;
  margin: 0 auto;
}

.registration-title-o16fp {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.registration-step-ym4h0 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 20px;
}

.registration-step-ym4h0 img {
  width: 20%;
  height: auto;
  flex-shrink: 0;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.registration-text-q5q1u h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.registration-text-q5q1u p {
  font-size: 15px;
  color: #444;
  margin: 0;
}

@media (max-width: 600px) {
  .registration-step-ym4h0 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .registration-step-ym4h0 img {
    margin-bottom: 15px;
  }
}

.cta-second-crao3 {
  background: linear-gradient(135deg, #00a383, #037b63);
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  margin-top: 40px;
  border-radius: 8px;
}

.cta-second-container-kx8z0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.cta-second-text-71rb5 h2 {
  font-size: 26px;
  margin: 0;
  font-weight: 700;
}

.cta-second-text-71rb5 p {
  font-size: 16px;
  margin: 0;
}

.btn-cta-8682y.btn-cta-large-jgp07 {
  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-8682y.btn-cta-large-jgp07:hover {
  background-color: #ff2400;
}