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-mo9ro {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.responsive-img-i3nb8 {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}
/* === Header === */
.main-header-2w3xz {
  background: #0046b8;
  color: #fff;
}
.header-container-l8pu7 {
  display: flex;
  flex-wrap: wrap;
  /* ✅ NEW – allow wrapping */
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.logo-rimsh {
  display: flex;
  align-items: center;
}
.logo-rimsh img {
  height: 40px;
  margin-right: 12px;
}
.country-label-pqfto {
  font-size: 14px;
}
.main-nav-dsoez {
  display: flex;
  flex-wrap: wrap;
  /* ✅ NEW – wrap nav items */
  align-items: center;
  justify-content: center;
  /* keep centred on small screens */
  gap: 12px;
}
.main-nav-dsoez a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
  margin-left: 0;
  font-size: 16px;
}
.btn-join-samnk {
  background: #ff9900;
  color: #fff!important;
  padding: 8px 16px;
  border-radius: 4px;
  margin-top: 10px;
}
/* === Hero === */
.hero-0yos2 {
  background: linear-gradient(135deg,#0d0d60,#511973);
  color: #fff;
  padding: 60px 20px;
}
.hero-content-xuu89 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.hero-text-qum7y {
  flex: 1 1 55%;
}
.hero-text-qum7y h1 {
  font-size: 1.8em;
  margin-bottom: 10px;
}
.promo-card-wujxn {
  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-nuapx {
  font-size: 52px;
}
.promo-card-wujxn h2 {
  font-size: 2em;
  color: #0046b8;
}
.btn-cta-538iy {
  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-39g4z {
  padding: 40px 20px;
}
.section-39g4z h2 {
  font-size: 28px;
  margin-bottom: 16px;
}
.section-title-line-7lzib {
  display: inline-block;
  width: 4px;
  height: 24px;
  background: #ff9900;
  margin-right: 10px;
  vertical-align: middle;
}
.intro-text-it5z7 p {
  max-width: 800px;
  line-height: 1.6;
  margin-bottom: 16px;
}
/* === Brand Info Table === */
.brand-table-imuak {
  background: #0b0e19;
  color: #fff;
  border-radius: 12px;
  margin-top: 40px;
  padding: 40px 20px;
}
.brand-table-imuak .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-imuak table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
.brand-table-imuak th,
.brand-table-imuak td {
  padding: 12px 16px;
  border: 1px solid #2d2f40;
  text-align: left;
}
.brand-table-imuak th {
  background: #161a2b;
  font-weight: 600;
  width: 30%;
}
.brand-table-imuak td {
  background: #1d2033;
}
/* === Registration Steps === */
.step-section-kttru .step-row-pg33t {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.step {
  flex: 1 1 30%;
  text-align: center;
  max-width: 100%;
}
.step-number-0fs04 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.step img {
  max-width: 60%;
  border-radius: 8px;
  margin-bottom: 8px;
}
.note-7p43x {
  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-2avmi {
  background: #ff9900;
  color: #fff;
  padding: 10px 16px;
  border-radius: 6px;
  margin: 30px 0 10px;
}
.game-grid-3iig9 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.game-grid-3iig9 img {
  max-width: 45%;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
/* === FAQ === */
.faq-baiz4 details {
  background: #f2f2f2;
  border-radius: 6px;
  padding: 12px 16px;
  margin-bottom: 10px;
  cursor: pointer;
}
.faq-baiz4 summary {
  font-weight: bold;
  font-size: 16px;
}
.faq-baiz4 p {
  margin-top: 8px;
}
/* === Reviews === */
.reviews-cruld .stars-4wxia {
  font-size: 20px;
  color: gold;
  margin-bottom: 10px;
}
.review-form-ofvss textarea {
  width: 100%;
  height: 100px;
  border: 2px solid #ffa500;
  border-radius: 16px;
  padding: 10px;
  resize: vertical;
  font-size: 14px;
  margin-bottom: 10px;
}
.review-form-ofvss .form-fields-0qyu0 {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.review-form-ofvss input {
  flex: 1 1 200px;
  padding: 8px;
  border: 2px solid #ffa500;
  border-radius: 20px;
}
.comments-mnyh5 .comment-dzgnx {
  margin-top: 20px;
}
.comments-mnyh5 .comment-dzgnx .stars-4wxia {
  margin-top: 6px;
}
.reply-link-zu5hz {
  font-size: 13px;
  color: #f7931a;
}
/* === Footer === */
.footer-xh8dk {
  background: #0e0e2f;
  color: white;
  padding: 60px 20px 30px;
  font-size: 15px;
}

.footer-grid-nwuhz {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-left-c9gv5 {
  flex: 1;
}

.footer-logo-d5owm {
  max-width: 160px;
  margin-bottom: 16px;
}

.socials-l9yln a {
  margin-right: 12px;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
}

.footer-links-9n8k6 {
  flex: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-links-9n8k6 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-9n8k6 a {
  color: #ccc;
  text-decoration: none;
  line-height: 1.8;
  font-size: 14px;
}

.footer-bottom-5kzdb {
  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-xuu89{flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.step-row-pg33t {
  flex-direction: column;
  align-items: center;
}
}

@media (max-width:768px) {
  .header-container-l8pu7{
    flex-direction: column;
  /* ✅ NEW mobile header stack */
    align-items: center;
  gap: 10px;
}
.hero-content-xuu89,
  .brand-table-imuak table,
  .login-steps,
  .comments-mnyh5,
  .review-form-ofvss .form-fields-0qyu0 {
  flex-direction: column!important;
  align-items: flex-start;
}
.form-fields-0qyu0 input,
  .form-fields-0qyu0 button {
  width: 100%;
}
.footer-left-c9gv5,
  .footer-links-9n8k6 {
  width: 100%;
  text-align: center;
}
/* brand table stacking */
  .brand-table-imuak table th,
  .brand-table-imuak table td {
  display: block;
  width: 100%;
  text-align: left;
}
.brand-table-imuak table tr {
  margin-bottom: 20px;
  display: block;
}
}

.login-guide-xqvem {
  padding: 60px 20px;
  text-align: center;
}
.login-cta {
  max-width: 720px;
  margin: 0 auto;
}
.btn-registration-pdst7 {
  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-pdst7: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-xqvem {
  padding: 60px 20px;
}
.center-cta-64oat {
  text-align: center;
  margin-bottom: 30px;
}

.login-steps-list-xxngb span {
  font-weight: bold;
  margin-right: 6px;
  color: #333;
}
.login-steps-list-xxngb li span {
  display: inline-block;
  width: 24px;
  text-align: center;
  margin-right: 8px;
  font-size: 18px;
}


.login-guide-xqvem h2 {
  text-align: left;
}

.login-steps-list-xxngb {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  max-width: 720px;
}

.login-steps-list-xxngb li {
  padding: 6px 0;
  font-size: 16px;
  color: #222;
  display: flex;
  align-items: center;
  gap: 8px;
}

.login-steps-list-xxngb li span {
  display: inline-block;
  width: 24px;
  text-align: center;
  font-size: 18px;
}

.pros-cons-block-kztzx {
  background: #f9fbfe;
  padding: 60px 20px;
}

.pros-cons-grid-ekr8g {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.pros-box-ekfkj, .cons-box-twq2b {
  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-hzt8o, .cons-header-obxfh {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
  color: #222;
}

.pros-box-ekfkj ul, .cons-box-twq2b ul {
  padding-left: 20px;
  margin: 0;
  color: #333;
  line-height: 1.6;
}

.pros-cons-block-kztzx .note-7p43x {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  color: #777;
}

@media (max-width: 768px) {
  .pros-cons-grid-ekr8g {
    flex-direction: column;
  }
  .pros-box-ekfkj, .cons-box-twq2b {
    width: 100%;
  }
}
.install-step-05xcb 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-q7kb3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
  margin-top: 30px;
  text-align: center;
}

.step-box-wuxi2 {
  flex: 1 1 22%;
  max-width: 160px;
}

.step-img-4jiuw {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.step-caption-etpmn {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}

.center-cta-64oat {
  text-align: center;
  margin-top: 30px;
}

.btn-registration-pdst7 {
  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-pdst7:hover {
  background: #e68300;
}

/* === Promo Page Image Resize Fix === */
.visual-install-lf8pb .install-step-05xcb img {
  max-width: 75%;
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}

.login-flex-tumab {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.login-steps-text-4gdzl {
  flex: 1 1 55%;
}

.login-steps-text-4gdzl h2 {
  margin-bottom: 20px;
}

.login-steps-list-xxngb {
  list-style: none;
  padding: 0;
}

.login-steps-list-xxngb li {
  font-size: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
}

.login-steps-list-xxngb span {
  font-size: 20px;
  margin-right: 12px;
  display: inline-block;
  width: 26px;
}

.login-steps-img-8ahbl {
  flex: 1 1 40%;
  text-align: center;
}

.login-steps-img-8ahbl 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-tumab {
    flex-direction: column;
    text-align: left;
  }
}
.register-cta-ozsj8 {
  background: linear-gradient(135deg, #0c1f45, #001c29);
  padding: 60px 20px;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  margin: 40px auto;
}

.register-box-ab3eh h2 {
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: 700;
}

.register-box-ab3eh p {
  font-size: 16px;
  margin-bottom: 24px;
  color: #e0e0e0;
}

.btn-big-register-hv7w2 {
  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-hv7w2:hover {
  background-color: #ff8800;
}

.deposit-guide-5a4x8 {
  padding: 60px 0;
  background-color: #f8fafe;
}

.deposit-container-k8elb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}

.deposit-text-g1x6n {
  flex: 1 1 480px;
  max-width: 600px;
}

.deposit-text-g1x6n h2 {
  margin-bottom: 10px;
}

.deposit-step-qktg6 {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 4px solid #ff9800;
}

.deposit-step-qktg6 strong {
  display: inline-block;
  margin-bottom: 4px;
}

.deposit-image-qo2uj {
  flex: 1 1 400px;
  max-width: 500px;
  text-align: center;
}

.deposit-image-qo2uj img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.cta-block-zvg1s.centered-4s3zx {
  text-align: center;
  padding: 40px 20px;
  border-radius: 12px;
  margin-top: 40px;
}
.cta-block-zvg1s h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.cta-block-zvg1s p {
  font-size: 16px;
  margin-bottom: 20px;
}
.btn-big-wr1aw {
  font-size: 18px;
  padding: 14px 32px;
}

.promo-cta-8qbvo {
  padding: 40px 20px;
  border-radius: 8px;
  text-align: center;
  margin-top: 40px;
}

.centered-cta-f30a6 h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.centered-cta-f30a6 p {
  font-size: 16px;
  color: #444;
  margin-bottom: 20px;
}

.btn-cta-538iy.large {
  font-size: 18px;
  padding: 14px 28px;
}

.section-registration-steps-5yctx {
  padding: 40px 20px;
}

.section-registration-steps-5yctx .container-mo9ro {
  max-width: 960px;
  margin: 0 auto;
}

.registration-title-quaww {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.registration-step-jc281 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 20px;
}

.registration-step-jc281 img {
  width: 20%;
  height: auto;
  flex-shrink: 0;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.registration-text-7w5hp h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.registration-text-7w5hp p {
  font-size: 15px;
  color: #444;
  margin: 0;
}

@media (max-width: 600px) {
  .registration-step-jc281 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .registration-step-jc281 img {
    margin-bottom: 15px;
  }
}

.cta-second-qlazi {
  background: linear-gradient(90deg, #004aad, #0077ff);
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  margin-top: 40px;
  border-radius: 8px;
}

.cta-second-container-5uhdi {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.cta-second-text-4p2t7 h2 {
  font-size: 26px;
  margin: 0;
  font-weight: 700;
}

.cta-second-text-4p2t7 p {
  font-size: 16px;
  margin: 0;
}

.btn-cta-538iy.btn-cta-large-4jmgk {
  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-538iy.btn-cta-large-4jmgk: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;
  }
}
