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-x81ud {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.responsive-img-9pcfq {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}
/* === Header === */
.main-header-ujppg {
  background: #0046b8;
  color: #fff;
}
.header-container-zogyc {
  display: flex;
  flex-wrap: wrap;
  /* ✅ NEW – allow wrapping */
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.logo-nur0h {
  display: flex;
  align-items: center;
}
.logo-nur0h img {
  height: 40px;
  margin-right: 12px;
}
.country-label-3pto8 {
  font-size: 14px;
}
.main-nav-ws7me {
  display: flex;
  flex-wrap: wrap;
  /* ✅ NEW – wrap nav items */
  align-items: center;
  justify-content: center;
  /* keep centred on small screens */
  gap: 12px;
}
.main-nav-ws7me a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
  margin-left: 0;
  font-size: 16px;
}
.btn-join-gec9r {
  background: #ff9900;
  color: #fff!important;
  padding: 8px 16px;
  border-radius: 4px;
  margin-top: 10px;
}
/* === Hero === */
.hero-nhu7c {
  background: linear-gradient(135deg,#0d0d60,#511973);
  color: #fff;
  padding: 60px 20px;
}
.hero-content-l857s {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.hero-text-d63xl {
  flex: 1 1 55%;
}
.hero-text-d63xl h1 {
  font-size: 1.8em;
  margin-bottom: 10px;
}
.promo-card-w7zme {
  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);
  width: 100%;
}
.promo-icon-4hv7h {
  font-size: 32px;
}
.promo-card-w7zme h2 {
  font-size: 2em;
  color: #0046b8;
}
.btn-cta-vr9iu {
  display: inline-block;
  margin-top: 12px;
  background: #ff9900;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}
/* === Base Sections === */
.section-2b12f {
  padding: 40px 20px;
}
.section-2b12f h2 {
  font-size: 28px;
  margin-bottom: 16px;
}
.section-title-line-d9d38 {
  display: inline-block;
  width: 4px;
  height: 24px;
  background: #ff9900;
  margin-right: 10px;
  vertical-align: middle;
}
.intro-text-t0273 p {
  max-width: 800px;
  line-height: 1.6;
  margin-bottom: 16px;
}
/* === Brand Info Table === */
.brand-table-p9lnv {
  background: #0b0e19;
  color: #fff;
  border-radius: 12px;
  margin-top: 40px;
  padding: 40px 20px;
}
.brand-table-p9lnv .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-p9lnv table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
.brand-table-p9lnv th,
.brand-table-p9lnv td {
  padding: 12px 16px;
  border: 1px solid #2d2f40;
  text-align: left;
}
.brand-table-p9lnv th {
  background: #161a2b;
  font-weight: 600;
  width: 30%;
}
.brand-table-p9lnv td {
  background: #1d2033;
}
/* === Registration Steps === */
.step-section-m3eqk .step-row-av1wv {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.step {
  flex: 1 1 30%;
  text-align: center;
  max-width: 100%;
}
.step-number-1ab21 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.step img {
  max-width: 60%;
  border-radius: 8px;
  margin-bottom: 8px;
}
.note-8huqn {
  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-sqfns {
  background: #ff9900;
  color: #fff;
  padding: 10px 16px;
  border-radius: 6px;
  margin: 30px 0 10px;
}
.game-grid-2ckfi {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.game-grid-2ckfi img {
  max-width: 45%;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
/* === FAQ === */
.faq-9xhy0 details {
  background: #f2f2f2;
  border-radius: 6px;
  padding: 12px 16px;
  margin-bottom: 10px;
  cursor: pointer;
}
.faq-9xhy0 summary {
  font-weight: bold;
  font-size: 16px;
}
.faq-9xhy0 p {
  margin-top: 8px;
}
/* === Reviews === */
.reviews-dc57a .stars-33hf8 {
  font-size: 20px;
  color: gold;
  margin-bottom: 10px;
}
.review-form-tu4d6 textarea {
  width: 100%;
  height: 100px;
  border: 2px solid #ffa500;
  border-radius: 16px;
  padding: 10px;
  resize: vertical;
  font-size: 14px;
  margin-bottom: 10px;
}
.review-form-tu4d6 .form-fields-jpouz {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.review-form-tu4d6 input {
  flex: 1 1 200px;
  padding: 8px;
  border: 2px solid #ffa500;
  border-radius: 20px;
}
.comments-elv6m .comment-ekofz {
  margin-top: 20px;
}
.comments-elv6m .comment-ekofz .stars-33hf8 {
  margin-top: 6px;
}
.reply-link-vdxri {
  font-size: 13px;
  color: #f7931a;
}
/* === Footer === */
.footer-2krvl {
  background: #0e0e2f;
  color: white;
  padding: 60px 20px 30px;
  font-size: 15px;
}

.footer-grid-2v8ru {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-left-z11tf {
  flex: 1;
}

.footer-logo-1mndw {
  max-width: 160px;
  margin-bottom: 16px;
}

.socials-2ilwo a {
  margin-right: 12px;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
}

.footer-links-mlc1i {
  flex: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-links-mlc1i ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-mlc1i a {
  color: #ccc;
  text-decoration: none;
  line-height: 1.8;
  font-size: 14px;
}

.footer-bottom-izczu {
  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-l857s{flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.step-row-av1wv {
  flex-direction: column;
  align-items: center;
}
}

@media (max-width:768px) {
  .header-container-zogyc{
    flex-direction: column;
  /* ✅ NEW mobile header stack */
    align-items: center;
  gap: 10px;
}
.hero-content-l857s,
  .brand-table-p9lnv table,
  .login-steps,
  .comments-elv6m,
  .review-form-tu4d6 .form-fields-jpouz {
  flex-direction: column!important;
  align-items: flex-start;
}
.form-fields-jpouz input,
  .form-fields-jpouz button {
  width: 100%;
}
.footer-left-z11tf,
  .footer-links-mlc1i {
  width: 100%;
  text-align: center;
}
/* brand table stacking */
  .brand-table-p9lnv table th,
  .brand-table-p9lnv table td {
  display: block;
  width: 100%;
  text-align: left;
}
.brand-table-p9lnv table tr {
  margin-bottom: 20px;
  display: block;
}
}

.login-guide-d5vn9 {
  padding: 60px 20px;
  text-align: center;
}
.login-cta {
  max-width: 720px;
  margin: 0 auto;
}
.btn-registration-3swj9 {
  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-3swj9: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-d5vn9 {
  padding: 60px 20px;
}
.center-cta-3umlz {
  text-align: center;
  margin-bottom: 30px;
}

.login-steps-list-dr44i span {
  font-weight: bold;
  margin-right: 6px;
  color: #333;
}
.login-steps-list-dr44i li span {
  display: inline-block;
  width: 24px;
  text-align: center;
  margin-right: 8px;
  font-size: 18px;
}


.login-guide-d5vn9 h2 {
  text-align: left;
}

.login-steps-list-dr44i {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  max-width: 720px;
}

.login-steps-list-dr44i li {
  padding: 6px 0;
  font-size: 16px;
  color: #222;
  display: flex;
  align-items: center;
  gap: 8px;
}

.login-steps-list-dr44i li span {
  display: inline-block;
  width: 24px;
  text-align: center;
  font-size: 18px;
}

.pros-cons-block-457mj {
  background: #f9fbfe;
  padding: 60px 20px;
}

.pros-cons-grid-tnjde {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.pros-box-6n94i, .cons-box-q73ng {
  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-teqos, .cons-header-ksex3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
  color: #222;
}

.pros-box-6n94i ul, .cons-box-q73ng ul {
  padding-left: 20px;
  margin: 0;
  color: #333;
  line-height: 1.6;
}

.pros-cons-block-457mj .note-8huqn {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  color: #777;
}

@media (max-width: 768px) {
  .pros-cons-grid-tnjde {
    flex-direction: column;
  }
  .pros-box-6n94i, .cons-box-q73ng {
    width: 100%;
  }
}
.install-step-yzddv 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-2byec {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
  margin-top: 30px;
  text-align: center;
}

.step-box-orj3i {
  flex: 1 1 22%;
  max-width: 160px;
}

.step-img-j00vk {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.step-caption-gs2ye {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}

.center-cta-3umlz {
  text-align: center;
  margin-top: 30px;
}

.btn-registration-3swj9 {
  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-3swj9:hover {
  background: #e68300;
}

/* === Promo Page Image Resize Fix === */
.visual-install-dtfs5 .install-step-yzddv img {
  max-width: 75%;
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}

.login-flex-talwu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.login-steps-text-5n98f {
  flex: 1 1 55%;
}

.login-steps-text-5n98f h2 {
  margin-bottom: 20px;
}

.login-steps-list-dr44i {
  list-style: none;
  padding: 0;
}

.login-steps-list-dr44i li {
  font-size: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
}

.login-steps-list-dr44i span {
  font-size: 20px;
  margin-right: 12px;
  display: inline-block;
  width: 26px;
}

.login-steps-img-xy62w {
  flex: 1 1 40%;
  text-align: center;
}

.login-steps-img-xy62w 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-talwu {
    flex-direction: column;
    text-align: left;
  }
}
.register-cta-cp2kv {
  background: linear-gradient(135deg, #0c1f45, #001c29);
  padding: 60px 20px;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  margin: 40px auto;
}

.register-box-c8q8r h2 {
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: 700;
}

.register-box-c8q8r p {
  font-size: 16px;
  margin-bottom: 24px;
  color: #e0e0e0;
}

.btn-big-register-gewk6 {
  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-gewk6:hover {
  background-color: #ff8800;
}

.deposit-guide-7askn {
  padding: 60px 0;
  background-color: #f8fafe;
}

.deposit-container-v00wp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}

.deposit-text-kpb61 {
  flex: 1 1 480px;
  max-width: 600px;
}

.deposit-text-kpb61 h2 {
  margin-bottom: 10px;
}

.deposit-step-pwzgc {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 4px solid #ff9800;
}

.deposit-step-pwzgc strong {
  display: inline-block;
  margin-bottom: 4px;
}

.deposit-image-17m93 {
  flex: 1 1 400px;
  max-width: 500px;
  text-align: center;
}

.deposit-image-17m93 img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.cta-block-ca71z.centered-v4lqr {
  text-align: center;
  padding: 40px 20px;
  border-radius: 12px;
  margin-top: 40px;
}
.cta-block-ca71z h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.cta-block-ca71z p {
  font-size: 16px;
  margin-bottom: 20px;
}
.btn-big-6eds7 {
  font-size: 18px;
  padding: 14px 32px;
}

.promo-cta-rpt0q {
  padding: 40px 20px;
  border-radius: 8px;
  text-align: center;
  margin-top: 40px;
}

.centered-cta-bbh8j h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.centered-cta-bbh8j p {
  font-size: 16px;
  color: #444;
  margin-bottom: 20px;
}

.btn-cta-vr9iu.large {
  font-size: 18px;
  padding: 14px 28px;
}

.section-registration-steps-jnjs6 {
  padding: 40px 20px;
}

.section-registration-steps-jnjs6 .container-x81ud {
  max-width: 960px;
  margin: 0 auto;
}

.registration-title-dixgd {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.registration-step-6h0p1 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 20px;
}

.registration-step-6h0p1 img {
  width: 20%;
  height: auto;
  flex-shrink: 0;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.registration-text-w8djd h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.registration-text-w8djd p {
  font-size: 15px;
  color: #444;
  margin: 0;
}

@media (max-width: 600px) {
  .registration-step-6h0p1 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .registration-step-6h0p1 img {
    margin-bottom: 15px;
  }
}

.cta-second-kj6pw {
  background: linear-gradient(90deg, #004aad, #0077ff);
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  margin-top: 40px;
  border-radius: 8px;
}

.cta-second-container-y3ct1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.cta-second-text-qv07y h2 {
  font-size: 26px;
  margin: 0;
  font-weight: 700;
}

.cta-second-text-qv07y p {
  font-size: 16px;
  margin: 0;
}

.btn-cta-vr9iu.btn-cta-large-yp10n {
  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-vr9iu.btn-cta-large-yp10n: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;
  }
}
