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-3qsfr {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.responsive-img-vr8bo {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}
/* === Header === */
.main-header-rbdcb {
  background: #0046b8;
  color: #fff;
}
.header-container-60qf8 {
  display: flex;
  flex-wrap: wrap;
  /* ✅ NEW – allow wrapping */
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.logo-9noel {
  display: flex;
  align-items: center;
}
.logo-9noel img {
  height: 40px;
  margin-right: 12px;
}
.country-label-9u5b2 {
  font-size: 14px;
}
.main-nav-hk0bk {
  display: flex;
  flex-wrap: wrap;
  /* ✅ NEW – wrap nav items */
  align-items: center;
  justify-content: center;
  /* keep centred on small screens */
  gap: 12px;
}
.main-nav-hk0bk a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
  margin-left: 0;
  font-size: 16px;
}
.btn-join-vm8wg {
  background: #ff9900;
  color: #fff!important;
  padding: 8px 16px;
  border-radius: 4px;
  margin-top: 10px;
}
/* === Hero === */
.hero-469ms {
  background: linear-gradient(135deg,#0d0d60,#511973);
  color: #fff;
  padding: 60px 20px;
}
.hero-content-vlfit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.hero-text-ntska {
  flex: 1 1 55%;
}
.hero-text-ntska h1 {
  font-size: 1.8em;
  margin-bottom: 10px;
}
.promo-card-bdu4t {
  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-pzo1t {
  font-size: 52px;
}
.promo-card-bdu4t h2 {
  font-size: 2em;
  color: #0046b8;
}
.btn-cta-3tmg5 {
  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.3em;
}
/* === Base Sections === */
.section-yvo94 {
  padding: 40px 20px;
}
.section-yvo94 h2 {
  font-size: 28px;
  margin-bottom: 16px;
}
.section-title-line-57bpi {
  display: inline-block;
  width: 4px;
  height: 24px;
  background: #ff9900;
  margin-right: 10px;
  vertical-align: middle;
}
.intro-text-zcfym p {
  max-width: 800px;
  line-height: 1.6;
  margin-bottom: 16px;
}
/* === Brand Info Table === */
.brand-table-pnlj4 {
  background: #0b0e19;
  color: #fff;
  border-radius: 12px;
  margin-top: 40px;
  padding: 40px 20px;
}
.brand-table-pnlj4 .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-pnlj4 table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
.brand-table-pnlj4 th,
.brand-table-pnlj4 td {
  padding: 12px 16px;
  border: 1px solid #2d2f40;
  text-align: left;
}
.brand-table-pnlj4 th {
  background: #161a2b;
  font-weight: 600;
  width: 30%;
}
.brand-table-pnlj4 td {
  background: #1d2033;
}
/* === Registration Steps === */
.step-section-gdbzb .step-row-uwgs9 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.step {
  flex: 1 1 30%;
  text-align: center;
  max-width: 100%;
}
.step-number-axj62 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.step img {
  max-width: 60%;
  border-radius: 8px;
  margin-bottom: 8px;
}
.note-0jqq8 {
  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-bxvde {
  background: #ff9900;
  color: #fff;
  padding: 10px 16px;
  border-radius: 6px;
  margin: 30px 0 10px;
}
.game-grid-pcxnx {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.game-grid-pcxnx img {
  max-width: 45%;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
/* === FAQ === */
.faq-rj9w1 details {
  background: #f2f2f2;
  border-radius: 6px;
  padding: 12px 16px;
  margin-bottom: 10px;
  cursor: pointer;
}
.faq-rj9w1 summary {
  font-weight: bold;
  font-size: 16px;
}
.faq-rj9w1 p {
  margin-top: 8px;
}
/* === Reviews === */
.reviews-gfqep .stars-t1t9s {
  font-size: 20px;
  color: gold;
  margin-bottom: 10px;
}
.review-form-j6zsr textarea {
  width: 100%;
  height: 100px;
  border: 2px solid #ffa500;
  border-radius: 16px;
  padding: 10px;
  resize: vertical;
  font-size: 14px;
  margin-bottom: 10px;
}
.review-form-j6zsr .form-fields-2ngov {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.review-form-j6zsr input {
  flex: 1 1 200px;
  padding: 8px;
  border: 2px solid #ffa500;
  border-radius: 20px;
}
.comments-r7zln .comment-5ay9j {
  margin-top: 20px;
}
.comments-r7zln .comment-5ay9j .stars-t1t9s {
  margin-top: 6px;
}
.reply-link-ovasi {
  font-size: 13px;
  color: #f7931a;
}
/* === Footer === */
.footer-xtuiv {
  background: #0e0e2f;
  color: white;
  padding: 60px 20px 30px;
  font-size: 15px;
}

.footer-grid-omhhu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-left-uevuz {
  flex: 1;
}

.footer-logo-2k1xz {
  max-width: 160px;
  margin-bottom: 16px;
}

.socials-9ukuu a {
  margin-right: 12px;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
}

.footer-links-swiuo {
  flex: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-links-swiuo ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-swiuo a {
  color: #ccc;
  text-decoration: none;
  line-height: 1.8;
  font-size: 14px;
}

.footer-bottom-3i41a {
  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-vlfit{flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.step-row-uwgs9 {
  flex-direction: column;
  align-items: center;
}
}

@media (max-width:768px) {
  .header-container-60qf8{
    flex-direction: column;
  /* ✅ NEW mobile header stack */
    align-items: center;
  gap: 10px;
}
.hero-content-vlfit,
  .brand-table-pnlj4 table,
  .login-steps,
  .comments-r7zln,
  .review-form-j6zsr .form-fields-2ngov {
  flex-direction: column!important;
  align-items: flex-start;
}
.form-fields-2ngov input,
  .form-fields-2ngov button {
  width: 100%;
}
.footer-left-uevuz,
  .footer-links-swiuo {
  width: 100%;
  text-align: center;
}
/* brand table stacking */
  .brand-table-pnlj4 table th,
  .brand-table-pnlj4 table td {
  display: block;
  width: 100%;
  text-align: left;
}
.brand-table-pnlj4 table tr {
  margin-bottom: 20px;
  display: block;
}
}

.login-guide-booji {
  padding: 60px 20px;
  text-align: center;
}
.login-cta {
  max-width: 720px;
  margin: 0 auto;
}
.btn-registration-bxf4t {
  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-bxf4t: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-booji {
  padding: 60px 20px;
}
.center-cta-nk5uz {
  text-align: center;
  margin-bottom: 30px;
}

.login-steps-list-bfm2m span {
  font-weight: bold;
  margin-right: 6px;
  color: #333;
}
.login-steps-list-bfm2m li span {
  display: inline-block;
  width: 24px;
  text-align: center;
  margin-right: 8px;
  font-size: 18px;
}


.login-guide-booji h2 {
  text-align: left;
}

.login-steps-list-bfm2m {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  max-width: 720px;
}

.login-steps-list-bfm2m li {
  padding: 6px 0;
  font-size: 16px;
  color: #222;
  display: flex;
  align-items: center;
  gap: 8px;
}

.login-steps-list-bfm2m li span {
  display: inline-block;
  width: 24px;
  text-align: center;
  font-size: 18px;
}

.pros-cons-block-j6in1 {
  background: #f9fbfe;
  padding: 60px 20px;
}

.pros-cons-grid-ewqh8 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.pros-box-kq4pw, .cons-box-fkfcx {
  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-pk5nv, .cons-header-70xly {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
  color: #222;
}

.pros-box-kq4pw ul, .cons-box-fkfcx ul {
  padding-left: 20px;
  margin: 0;
  color: #333;
  line-height: 1.6;
}

.pros-cons-block-j6in1 .note-0jqq8 {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  color: #777;
}

@media (max-width: 768px) {
  .pros-cons-grid-ewqh8 {
    flex-direction: column;
  }
  .pros-box-kq4pw, .cons-box-fkfcx {
    width: 100%;
  }
}
.install-step-lxcrt 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-psas2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
  margin-top: 30px;
  text-align: center;
}

.step-box-y2z93 {
  flex: 1 1 22%;
  max-width: 160px;
}

.step-img-7sa80 {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.step-caption-hrou8 {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}

.center-cta-nk5uz {
  text-align: center;
  margin-top: 30px;
}

.btn-registration-bxf4t {
  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-bxf4t:hover {
  background: #e68300;
}

/* === Promo Page Image Resize Fix === */
.visual-install-e7tgv .install-step-lxcrt img {
  max-width: 75%;
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}

.login-flex-n2paa {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.login-steps-text-4v6bm {
  flex: 1 1 55%;
}

.login-steps-text-4v6bm h2 {
  margin-bottom: 20px;
}

.login-steps-list-bfm2m {
  list-style: none;
  padding: 0;
}

.login-steps-list-bfm2m li {
  font-size: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
}

.login-steps-list-bfm2m span {
  font-size: 20px;
  margin-right: 12px;
  display: inline-block;
  width: 26px;
}

.login-steps-img-pec6k {
  flex: 1 1 40%;
  text-align: center;
}

.login-steps-img-pec6k 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-n2paa {
    flex-direction: column;
    text-align: left;
  }
}
.register-cta-5lqz9 {
  background: linear-gradient(135deg, #0c1f45, #001c29);
  padding: 60px 20px;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  margin: 40px auto;
}

.register-box-13i6g h2 {
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: 700;
}

.register-box-13i6g p {
  font-size: 16px;
  margin-bottom: 24px;
  color: #e0e0e0;
}

.btn-big-register-pvtbp {
  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-pvtbp:hover {
  background-color: #ff8800;
}

.deposit-guide-met3s {
  padding: 60px 0;
  background-color: #f8fafe;
}

.deposit-container-kxsoy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}

.deposit-text-asece {
  flex: 1 1 480px;
  max-width: 600px;
}

.deposit-text-asece h2 {
  margin-bottom: 10px;
}

.deposit-step-9qsrd {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 4px solid #ff9800;
}

.deposit-step-9qsrd strong {
  display: inline-block;
  margin-bottom: 4px;
}

.deposit-image-v0px1 {
  flex: 1 1 400px;
  max-width: 500px;
  text-align: center;
}

.deposit-image-v0px1 img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.cta-block-xarao.centered-uxgyv {
  text-align: center;
  padding: 40px 20px;
  border-radius: 12px;
  margin-top: 40px;
}
.cta-block-xarao h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.cta-block-xarao p {
  font-size: 16px;
  margin-bottom: 20px;
}
.btn-big-za6se {
  font-size: 18px;
  padding: 14px 32px;
}

.promo-cta-hoh9a {
  padding: 40px 20px;
  border-radius: 8px;
  text-align: center;
  margin-top: 40px;
}

.centered-cta-frsm5 h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.centered-cta-frsm5 p {
  font-size: 16px;
  color: #444;
  margin-bottom: 20px;
}

.btn-cta-3tmg5.large {
  font-size: 18px;
  padding: 14px 28px;
}

.section-registration-steps-p52dm {
  padding: 40px 20px;
}

.section-registration-steps-p52dm .container-3qsfr {
  max-width: 960px;
  margin: 0 auto;
}

.registration-title-qkfyk {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.registration-step-pcnq0 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 20px;
}

.registration-step-pcnq0 img {
  width: 20%;
  height: auto;
  flex-shrink: 0;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.registration-text-ew3r0 h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.registration-text-ew3r0 p {
  font-size: 15px;
  color: #444;
  margin: 0;
}

@media (max-width: 600px) {
  .registration-step-pcnq0 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .registration-step-pcnq0 img {
    margin-bottom: 15px;
  }
}

.cta-second-ukd97 {
  background: linear-gradient(90deg, #004aad, #0077ff);
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  margin-top: 40px;
  border-radius: 8px;
}

.cta-second-container-vzxyl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.cta-second-text-0ymxv h2 {
  font-size: 26px;
  margin: 0;
  font-weight: 700;
}

.cta-second-text-0ymxv p {
  font-size: 16px;
  margin: 0;
}

.btn-cta-3tmg5.btn-cta-large-2sf8d {
  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-3tmg5.btn-cta-large-2sf8d:hover {
  background-color: #e96e00;
}

#sticky-bar-catf {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #013c9d;
  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: 100px;
}

.sticky-logo {
  width: 250px;
  height: auto;
  object-fit: contain;
}

.sticky-content {
  flex: 1;
  margin-left: 20px;
}

.sticky-title {
  font-weight: 600;
  font-size: 20px;
}

.sticky-bonus {
  font-size: 16px;
  color: #ffcc00;
  margin-top: 4px;
}

.sticky-button {
  background-color: #ff9900;
  color: #fff;
  padding: 15px 35px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
  transition: background 0.2s ease;
  font-size: 1.2em;
}

.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;
}

/* ---- Адаптація для мобільних ---- */
@media (max-width: 768px) {
  .sticky-inner {
    flex-direction: column;
    height: auto;
    padding: 12px;
    gap: 8px;
  }

  .sticky-logo {
    width: 150px;
  }

  .sticky-content {
    margin-left: 0;
  }

  .sticky-title {
    font-size: 16px;
  }

  .sticky-bonus {
    font-size: 14px;
  }

  .sticky-button {
    align-self: stretch;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }

  .sticky-close {
    top: 5px;
    right: 8px;
    font-size: 20px;
  }
}
