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-jnhxk {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.responsive-img-v5ido {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}
/* === Header === */
.main-header-n8aqn {
  background: #0046b8;
  color: #fff;
}
.header-container-6p02o {
  display: flex;
  flex-wrap: wrap;
  /* ✅ NEW - allow wrapping */
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.logo-hbzwi {
  display: flex;
  align-items: center;
}
.logo-hbzwi img {
  height: 40px;
  margin-right: 12px;
}
.country-label-24nzh {
  font-size: 14px;
}
.main-nav-bdom0 {
  display: flex;
  flex-wrap: wrap;
  /* ✅ NEW - wrap nav items */
  align-items: center;
  justify-content: center;
  /* keep centred on small screens */
  gap: 12px;
}
.main-nav-bdom0 a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
  margin-left: 0;
  font-size: 16px;
}
.btn-join-hyd26 {
  background: #ff9900;
  color: #fff!important;
  padding: 8px 16px;
  border-radius: 4px;
  margin-top: 10px;
}
/* === Hero === */
.hero-m1zfk {
  background: linear-gradient(135deg,#0d0d60,#511973);
  color: #fff;
  padding: 60px 20px;
}
.hero-content-uky1a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.hero-text-oy8mm {
  flex: 1 1 55%;
}
.hero-text-oy8mm h1 {
  font-size: 1.8em;
  margin-bottom: 10px;
}
.promo-card-cvkvx {
  background: #fff;
  color: #000;
  padding: 24px;
  border-radius: 12px;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
  width: 100%;
}
.promo-icon-4dfa0 {
  font-size: 52px;
}
.promo-card-cvkvx h2 {
  font-size: 2em;
  color: #0046b8;
}
.btn-cta-wbiu6 {
  display: inline-block;
  margin-top: 12px;
  background: #ff9900;
  color: #fff;
  padding: 20px 30px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  font-size: 1.2rem;
  
}
/* === Base Sections === */
.section-af4ke {
  padding: 40px 20px;
}
.section-af4ke h2 {
  font-size: 28px;
  margin-bottom: 16px;
}
.section-title-line-o4aow {
  display: inline-block;
  width: 4px;
  height: 24px;
  background: #ff9900;
  margin-right: 10px;
  vertical-align: middle;
}
.intro-text-6po8j p {
  max-width: 800px;
  line-height: 1.6;
  margin-bottom: 16px;
}
/* === Brand Info Table === */
.brand-table-upyyg {
  background: #0b0e19;
  color: #fff;
  border-radius: 12px;
  margin-top: 40px;
  padding: 40px 20px;
}
.brand-table-upyyg .table-title {
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: linear-gradient(to right,#4e54c8,#8f94fb);
  padding: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.brand-table-upyyg table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
.brand-table-upyyg th,
.brand-table-upyyg td {
  padding: 12px 16px;
  border: 1px solid #2d2f40;
  text-align: left;
}
.brand-table-upyyg th {
  background: #161a2b;
  font-weight: 600;
  width: 30%;
}
.brand-table-upyyg td {
  background: #1d2033;
}
/* === Registration Steps === */
.step-section-pd2d5 .step-row-3jdlg {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.step {
  flex: 1 1 30%;
  text-align: center;
  max-width: 100%;
}
.step-number-ewwut {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.step img {
  max-width: 60%;
  border-radius: 8px;
  margin-bottom: 8px;
}
.note-qh78h {
  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-ctqxp {
  background: #ff9900;
  color: #fff;
  padding: 10px 16px;
  border-radius: 6px;
  margin: 30px 0 10px;
}
.game-grid-tpjdm {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.game-grid-tpjdm img {
  max-width: 45%;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
/* === FAQ === */
.faq-ybn9p details {
  background: #f2f2f2;
  border-radius: 6px;
  padding: 12px 16px;
  margin-bottom: 10px;
  cursor: pointer;
}
.faq-ybn9p summary {
  font-weight: bold;
  font-size: 16px;
}
.faq-ybn9p p {
  margin-top: 8px;
}
/* === Reviews === */
.reviews-h7ekv .stars-dxe1x {
  font-size: 20px;
  color: gold;
  margin-bottom: 10px;
}
.review-form-nezmh textarea {
  width: 100%;
  height: 100px;
  border: 2px solid #ffa500;
  border-radius: 16px;
  padding: 10px;
  resize: vertical;
  font-size: 14px;
  margin-bottom: 10px;
}
.review-form-nezmh .form-fields-wtfrx {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.review-form-nezmh input {
  flex: 1 1 200px;
  padding: 8px;
  border: 2px solid #ffa500;
  border-radius: 20px;
}
.comments-iw8dh .comment-2n7rv {
  margin-top: 20px;
}
.comments-iw8dh .comment-2n7rv .stars-dxe1x {
  margin-top: 6px;
}
.reply-link-bd75w {
  font-size: 13px;
  color: #f7931a;
}
/* === Footer === */
.footer-yj6c7 {
  background: #0e0e2f;
  color: white;
  padding: 60px 20px 30px;
  font-size: 15px;
}

.footer-grid-9m2bp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-left-d6w29 {
  flex: 1;
}

.footer-logo-gwep3 {
  max-width: 160px;
  margin-bottom: 16px;
}

.socials-xgfkx a {
  margin-right: 12px;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
}

.footer-links-bbztm {
  flex: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-links-bbztm ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-bbztm a {
  color: #ccc;
  text-decoration: none;
  line-height: 1.8;
  font-size: 14px;
}

.footer-bottom-tjw89 {
  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-uky1a{flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.step-row-3jdlg {
  flex-direction: column;
  align-items: center;
}
}

@media (max-width:768px) {
  .header-container-6p02o{
    flex-direction: column;
  /* ✅ NEW mobile header stack */
    align-items: center;
  gap: 10px;
}
.hero-content-uky1a,
  .brand-table-upyyg table,
  .login-steps,
  .comments-iw8dh,
  .review-form-nezmh .form-fields-wtfrx {
  flex-direction: column!important;
  align-items: flex-start;
}
.form-fields-wtfrx input,
  .form-fields-wtfrx button {
  width: 100%;
}
.footer-left-d6w29,
  .footer-links-bbztm {
  width: 100%;
  text-align: center;
}
/* brand table stacking */
  .brand-table-upyyg table th,
  .brand-table-upyyg table td {
  display: block;
  width: 100%;
  text-align: left;
}
.brand-table-upyyg table tr {
  margin-bottom: 20px;
  display: block;
}
}

.login-guide-1ybiu {
  padding: 60px 20px;
  text-align: center;
}
.login-cta {
  max-width: 720px;
  margin: 0 auto;
}
.btn-registration-fq1lx {
  background: #ff9900;
  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-fq1lx:hover {
  background: #e68300;
}
.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-1ybiu {
  padding: 60px 20px;
}
.center-cta-6k448 {
  text-align: center;
  margin-bottom: 30px;
}

.login-steps-list-xmlmp span {
  font-weight: bold;
  margin-right: 6px;
  color: #333;
}
.login-steps-list-xmlmp li span {
  display: inline-block;
  width: 24px;
  text-align: center;
  margin-right: 8px;
  font-size: 18px;
}


.login-guide-1ybiu h2 {
  text-align: left;
}

.login-steps-list-xmlmp {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  max-width: 720px;
}

.login-steps-list-xmlmp li {
  padding: 6px 0;
  font-size: 16px;
  color: #222;
  display: flex;
  align-items: center;
  gap: 8px;
}

.login-steps-list-xmlmp li span {
  display: inline-block;
  width: 24px;
  text-align: center;
  font-size: 18px;
}

.pros-cons-block-z5f3z {
  background: #f9fbfe;
  padding: 60px 20px;
}

.pros-cons-grid-vs2l1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.pros-box-trndk, .cons-box-4mmeq {
  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-53bs1, .cons-header-3r61j {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
  color: #222;
}

.pros-box-trndk ul, .cons-box-4mmeq ul {
  padding-left: 20px;
  margin: 0;
  color: #333;
  line-height: 1.6;
}

.pros-cons-block-z5f3z .note-qh78h {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  color: #777;
}

@media (max-width: 768px) {
  .pros-cons-grid-vs2l1 {
    flex-direction: column;
  }
  .pros-box-trndk, .cons-box-4mmeq {
    width: 100%;
  }
}
.install-step-xk43b 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-z8w5c {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
  margin-top: 30px;
  text-align: center;
}

.step-box-k2u3p {
  flex: 1 1 22%;
  max-width: 160px;
}

.step-img-34f8m {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.step-caption-g9ihx {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}

.center-cta-6k448 {
  text-align: center;
  margin-top: 30px;
}

.btn-registration-fq1lx {
  background: #ff9900;
  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-fq1lx:hover {
  background: #e68300;
}

/* === Promo Page Image Resize Fix === */
.visual-install-7tnsv .install-step-xk43b img {
  max-width: 75%;
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}

.login-flex-hae1e {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.login-steps-text-fq2go {
  flex: 1 1 55%;
}

.login-steps-text-fq2go h2 {
  margin-bottom: 20px;
}

.login-steps-list-xmlmp {
  list-style: none;
  padding: 0;
}

.login-steps-list-xmlmp li {
  font-size: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
}

.login-steps-list-xmlmp span {
  font-size: 20px;
  margin-right: 12px;
  display: inline-block;
  width: 26px;
}

.login-steps-img-ieltq {
  flex: 1 1 40%;
  text-align: center;
}

.login-steps-img-ieltq 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-hae1e {
    flex-direction: column;
    text-align: left;
  }
}
.register-cta-wu4b0 {
  background: linear-gradient(135deg, #0c1f45, #001c29);
  padding: 60px 20px;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  margin: 40px auto;
}

.register-box-l0zoz h2 {
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: 700;
}

.register-box-l0zoz p {
  font-size: 16px;
  margin-bottom: 24px;
  color: #e0e0e0;
}

.btn-big-register-5n1zi {
  background-color: #ffa500;
  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-5n1zi:hover {
  background-color: #ff8800;
}

.deposit-guide-w66qy {
  padding: 60px 0;
  background-color: #f8fafe;
}

.deposit-container-iuio4 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}

.deposit-text-fbzu6 {
  flex: 1 1 480px;
  max-width: 600px;
}

.deposit-text-fbzu6 h2 {
  margin-bottom: 10px;
}

.deposit-step-taa18 {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 4px solid #ff9800;
}

.deposit-step-taa18 strong {
  display: inline-block;
  margin-bottom: 4px;
}

.deposit-image-8n477 {
  flex: 1 1 400px;
  max-width: 500px;
  text-align: center;
}

.deposit-image-8n477 img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.cta-block-hr5x1.centered-oohsi {
  text-align: center;
  padding: 40px 20px;
  border-radius: 12px;
  margin-top: 40px;
}
.cta-block-hr5x1 h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.cta-block-hr5x1 p {
  font-size: 16px;
  margin-bottom: 20px;
}
.btn-big-3xupo {
  font-size: 18px;
  padding: 14px 32px;
}

.promo-cta-i7in0 {
  padding: 40px 20px;
  border-radius: 8px;
  text-align: center;
  margin-top: 40px;
}

.centered-cta-uicpb h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.centered-cta-uicpb p {
  font-size: 16px;
  color: #444;
  margin-bottom: 20px;
}

.btn-cta-wbiu6.large {
  font-size: 18px;
  padding: 14px 28px;
}

.section-registration-steps-ssj71 {
  padding: 40px 20px;
}

.section-registration-steps-ssj71 .container-jnhxk {
  max-width: 960px;
  margin: 0 auto;
}

.registration-title-nvw9t {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.registration-step-wbhw9 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 20px;
}

.registration-step-wbhw9 img {
  width: 20%;
  height: auto;
  flex-shrink: 0;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.registration-text-jj1xm h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.registration-text-jj1xm p {
  font-size: 15px;
  color: #444;
  margin: 0;
}

@media (max-width: 600px) {
  .registration-step-wbhw9 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .registration-step-wbhw9 img {
    margin-bottom: 15px;
  }
}

.cta-second-olzc4 {
  background: linear-gradient(90deg, #004aad, #0077ff);
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  margin-top: 40px;
  border-radius: 8px;
}

.cta-second-container-qimuj {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.cta-second-text-cm6n9 h2 {
  font-size: 26px;
  margin: 0;
  font-weight: 700;
}

.cta-second-text-cm6n9 p {
  font-size: 16px;
  margin: 0;
}

.btn-cta-wbiu6.btn-cta-large-mr8c1 {
  background-color: #ff7a00;
  color: white;
  font-weight: 700;
  padding: 14px 28px;
  font-size: 18px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
}

.btn-cta-wbiu6.btn-cta-large-mr8c1:hover {
  background-color: #e96e00;
}
#sticky-bar-mostbet {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #0b0e19;
  color: #fff;
  font-family: 'Inter', sans-serif;
  z-index: 9999;
  padding: 10px 0;
  transition: transform 0.3s ease-in-out;
}

.sticky-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 80px;
}

.sticky-logo {
  width: 100px;
  height: auto;
  object-fit: contain;
}

.sticky-content {
  flex: 1;
  margin-left: 20px;
}

.sticky-title {
  font-weight: 600;
  font-size: 16px;
}

.sticky-bonus {
  font-size: 14px;
  color: #ffcc00;
  margin-top: 2px;
}

.sticky-button {
  background-color: #ff9900;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.2s ease;
}

.sticky-button:hover {
  background-color: #e88800;
}

.sticky-hidden {
  transform: translateY(100%);
}

.sticky-close {
  position: absolute;
  top: 8px;
  right: 10px;
  background: none;
  border: none;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  z-index: 1001;
}

