/* Bankomat001 — white theme */

html,
html.light {
  background: #f4f6fa !important;
  color-scheme: light;
  font-size: 10px !important;
}

@media only screen and (max-width: 640px) {
  html,
  html.light {
    font-size: 2.77777777778vw !important;
  }
}

body,
body.home,
body.page,
body.light {
  visibility: visible !important;
  background: #f4f6fa !important;
  background-image: none !important;
  color: #1a1d26;
  min-height: 100vh;
}

#root {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#particles-js {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: transparent;
}

#particles-js canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.bm-main {
  position: relative;
  z-index: 1;
  flex: 1;
  width: 100%;
  max-width: 48rem;
  margin: 0 auto;
  padding: 0 1.6rem 2.4rem;
}

.bm-topbar {
  position: relative;
  z-index: 2;
  background: #fff;
  border-bottom: 1px solid #e6ebf2;
}

.bm-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  width: 100%;
  max-width: 48rem;
  margin: 0 auto;
  padding: 1.8rem 1.6rem 1.2rem;
}

.bm-nav-desk,
.bm-header-meta {
  display: none;
}

.support-static {
  pointer-events: none !important;
  cursor: default;
}

.hidden-auth,
.hidden_auth,
.user-bar,
.header_timetable,
.btn_return {
  display: none !important;
}

/* Header */
.bm-logo {
  display: block;
  text-decoration: none !important;
  flex: 1;
  min-width: 0;
  margin-right: auto;
}

.bm-logo-text {
  display: inline-block;
  font-family: Manrope, system-ui, sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-variant-numeric: lining-nums tabular-nums;
  color: #0f172a;
  border: 0;
  padding: 0.2rem 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.bm-burger {
  width: 4.8rem;
  height: 4.8rem;
  flex-shrink: 0;
  margin-left: 0.8rem;
  border-radius: 50%;
  border: 0.15rem solid #e5e7eb;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.bm-burger span {
  display: block;
  width: 1.8rem;
  height: 0.18rem;
  background: #111827;
  border-radius: 99px;
}

.bm-menu {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(34rem, 86vw);
  background: #fff;
  z-index: 50;
  padding: 2.4rem 2rem;
  transform: translateX(110%);
  transition: transform 0.2s;
  border-left: 1px solid #eceff3;
  box-shadow: -12px 0 40px rgba(15, 23, 42, 0.08);
}

.bm-menu.is-open {
  transform: none;
}

.bm-menu-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.35);
  z-index: 40;
}

.bm-menu-close {
  border: 0;
  background: none;
  color: #111827;
  font-size: 3.2rem;
  line-height: 1;
  cursor: pointer;
  float: right;
}

.bm-menu ul {
  list-style: none;
  margin: 5rem 0 0;
  padding: 0;
}

.bm-menu a {
  display: block;
  color: #111827;
  text-decoration: none;
  font: 500 1.8rem/2.4rem Manrope, sans-serif;
  padding: 1.2rem 0;
  border-bottom: 1px solid #f0f2f5;
}

.bm-menu .is-active a {
  color: #2563eb;
}

/* Banner */
.bm-banner {
  margin: 0 0 1.6rem;
}

.bm-banner__slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem 2rem;
  overflow: hidden;
  min-height: 15.2rem;
  height: auto;
  padding: 2.2rem 1.8rem 2.2rem 2rem;
  border-radius: 2.2rem;
  background: #fff;
  border: 1px solid #e6ebf2;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
}

.bm-banner__text {
  position: relative;
  z-index: 1;
  flex: 1 1 0;
  min-width: 0;
  max-width: 58%;
}

.bm-banner__text h2 {
  margin: 0 0 0.8rem;
  font: 700 1.9rem/2.3rem Manrope, sans-serif;
  color: #111827;
  letter-spacing: -0.02em;
}

.bm-banner__text p {
  margin: 0;
  font: 400 1.3rem/1.8rem Manrope, sans-serif;
  color: #4b5563;
}

.bm-banner__art {
  flex: 0 0 38%;
  width: 38%;
  height: 12.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.bm-banner__coins {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: transparent;
  filter: drop-shadow(0 8px 16px rgba(15, 23, 42, 0.1));
}

.bm-banner__slide[data-art="1"] .bm-banner__coins {
  filter: none;
}

.bm-banner__dots {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin: 1.2rem 0 0.4rem;
}

.bm-banner__dots button {
  width: 0.7rem;
  height: 0.7rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d1d5db;
  cursor: pointer;
}

.bm-banner__dots button.is-on {
  background: #2563eb;
}

/* Cards */
.bm-card {
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 2.2rem;
  padding: 2.4rem 2rem 2.2rem;
  margin: 0 0 1.6rem;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.04);
}

.bm-card__title {
  margin: 0 0 1.8rem;
  font: 500 2rem/2.4rem Manrope, sans-serif;
  color: #111827;
}

/* Form */
.bm-form .xtl_table_body {
  margin: 0;
}

.bm-form .xtl_table_title,
.light .xtl_table_title {
  margin-bottom: 1.2rem;
  font: 500 2.2rem/2.6rem Manrope, sans-serif !important;
  color: #111827 !important;
}

.bm-form .select_js,
.xtl_select_wrap .select_js,
.select_js.iselect_js {
  position: relative;
  height: 5.6rem !important;
}

.bm-form .select_js_title,
.xtl_select_wrap .select_js_title,
.select_js_title,
.light .select_js_title {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  background: #f8fafc !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 1.4rem !important;
  height: 5.6rem !important;
  overflow: hidden;
  color: #111827 !important;
  padding: 0 4.4rem 0 1rem !important;
  box-sizing: border-box !important;
}

.select_ico-wrap {
  width: 3.6rem;
  height: 3.6rem;
  flex: 0 0 3.6rem;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 1rem 0 0;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #eef0f3;
  overflow: hidden;
}

.iselect_js .select_ico,
.select_ico-wrap .select_ico,
.select_ico.currency_logo {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  float: none !important;
  display: block !important;
  width: 2.4rem !important;
  height: 2.4rem !important;
  min-width: 0 !important;
  max-width: 2.4rem !important;
  max-height: 2.4rem !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  background-image: none !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.iselect_js .select_js_title_ins {
  display: flex !important;
  align-items: center !important;
  flex: 1;
  min-width: 0;
  padding: 0 !important;
  height: auto !important;
}

.select_js_title .select_txt,
.iselect_js .select_txt,
.select_js_title_ins {
  color: #111827 !important;
}

.select_js .theme-native-select {
  display: block !important;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.select_js_title .select_txt,
.iselect_js .select_txt,
.select_js_title_ins {
  color: #111827 !important;
}

.grid {
  display: grid;
  gap: 1.2rem;
}

.grid.col--lg-2 {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 640px) {
  .grid.col--lg-2 {
    grid-template-columns: 1fr;
  }
}

.bm-form .xtl_input_wrap input {
  background: #f8fafc !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 1.4rem !important;
  height: 5.6rem !important;
  font: 500 2.4rem/3rem Manrope, sans-serif !important;
  color: #111827 !important;
  margin-top: 1rem;
}

.bm-form .xtl_line.xtl_exchange_rate,
.bm-form .xtl_exchange_reserve {
  text-align: center;
  font: 400 1.5rem/2rem Manrope, sans-serif;
}

.bm-form .xtl_line.xtl_exchange_rate {
  margin: 1.8rem 0 0.4rem;
  color: #4b5563;
}

.bm-form .xtl_exchange_reserve {
  color: #9ca3af;
}

.bm-need-more {
  text-align: center;
  color: #2563eb;
  font: 500 1.5rem/2rem Manrope, sans-serif;
  margin: 0.6rem 0 1.6rem;
}

a.xtl_change,
.xtl_change {
  display: block;
  margin: 0.6rem auto;
  width: 2.4rem;
  height: 2.4rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M8 4l-4 4 4 4M4 8h10M16 20l4-4-4-4M20 16H10' stroke='%23111827' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% !important;
  background-size: 2.2rem !important;
}

.homechange .xchange_type_list .xtl_submit_ins .xtl_submit,
.xtl_submit_ins .xtl_submit,
button.xtl_submit {
  width: 100%;
  height: 5.6rem !important;
  min-width: 0;
  border: none !important;
  border-radius: 1.6rem !important;
  background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%) !important;
  color: #fff !important;
  font: 600 1.8rem/2.4rem Manrope, sans-serif !important;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.28);
  cursor: pointer;
}

.xtl_submit_ins .xtl_submit:hover:not(:disabled) {
  filter: brightness(1.05);
}

.xtl_submit_ins .xtl_submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

.xtl_submit_wrap {
  margin-top: 0.8rem;
}

.form-error {
  color: #dc2626;
  font: 400 1.4rem/1.8rem Manrope, sans-serif;
  margin: 0 0 1.2rem;
}

.xtl_back_link {
  border: 0;
  background: none;
  color: #2563eb;
  font: 500 1.5rem/2rem Manrope, sans-serif;
  cursor: pointer;
  padding: 0;
  margin: 0 0 1.2rem;
}

.xchange_div .xchange_pers_input input,
.page-card input,
.page-card select,
.page-card textarea,
.admin-page input,
.admin-page select,
.admin-page textarea {
  color-scheme: light;
  width: 100%;
  box-sizing: border-box;
  padding: 1.4rem 1.2rem;
  height: 5.6rem;
  font: 400 1.6rem/2rem Manrope, sans-serif;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 1.4rem;
  color: #111827;
}

.page-card textarea,
.admin-page textarea {
  height: auto;
}

.captcha-body,
.captcha-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
}

.captcha-tile,
.captcha-answer,
.captcha-refresh {
  box-sizing: border-box;
  width: 5.6rem;
  height: 5.6rem;
  flex: 0 0 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 1px solid #e5e7eb;
  border-radius: 1.4rem;
  background: #f8fafc;
  color: #111827;
  font: 600 2.2rem/1 Manrope, sans-serif;
  font-variant-numeric: lining-nums tabular-nums;
  text-align: center;
}

.captcha-sign {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  flex: 0 0 1.6rem;
  color: #111827;
  font: 600 2.2rem/1 Manrope, sans-serif;
  text-align: center;
}

.captcha-answer,
.page-card input.captcha-answer,
.xchange_div input.captcha-answer,
input.captcha-answer {
  appearance: none;
  -webkit-appearance: none;
  width: 5.6rem !important;
  min-width: 5.6rem;
  max-width: 5.6rem;
  height: 5.6rem !important;
  flex: 0 0 5.6rem;
  padding: 0 !important;
  margin: 0;
  background: #fff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 1.4rem !important;
  color: #111827 !important;
  font: 600 2.2rem/1 Manrope, sans-serif !important;
  font-variant-numeric: lining-nums tabular-nums;
  text-align: center !important;
  line-height: 5.6rem !important;
}

.captcha-refresh {
  background: #fff;
  cursor: pointer;
  font-weight: 500;
}

.xchange_pers_title,
.xchange_div .xchange_pers_title {
  color: #111827;
}

.xchange_pers_label {
  color: #6b7280;
  margin-bottom: 0.6rem;
}

/* Reviews */
.bm-review {
  background: #f8fafc;
  border-radius: 1.6rem;
  padding: 2rem 1.8rem 1.8rem;
  margin: 0 0 1.2rem;
}

.bm-review__name {
  font: 600 1.8rem/2.2rem Manrope, sans-serif;
  color: #111827;
}

.bm-review__time {
  margin: 0.4rem 0 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #e5e7eb;
  color: #9ca3af;
  font: 400 1.3rem/1.6rem Manrope, sans-serif;
}

.bm-review p {
  margin: 0;
  color: #1f2937;
  font: 400 1.5rem/2.1rem Manrope, sans-serif;
}

.bm-ghost {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5.2rem;
  margin-top: 0.8rem;
  border-radius: 1.4rem;
  color: #2563eb !important;
  text-decoration: none !important;
  font: 500 1.6rem/1 Manrope, sans-serif;
  background: #eff6ff;
}

/* Advantages */
.bm-adv {
  text-align: center;
  padding: 3.2rem 2rem 3.6rem;
}

.bm-adv img {
  width: 12rem;
  height: 12rem;
  margin: 0.8rem auto 1.6rem;
  display: block;
  object-fit: contain;
  background: #111827;
  border-radius: 2.8rem;
  padding: 1.8rem;
}

.bm-adv h3 {
  margin: 0 0 1rem;
  font: 500 2rem/2.4rem Manrope, sans-serif;
  color: #111827;
}

.bm-adv p {
  margin: 0 auto;
  max-width: 32rem;
  color: #4b5563;
  font: 400 1.5rem/2.1rem Manrope, sans-serif;
}

/* Partners */
.bm-partners__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.8rem;
  padding: 0.8rem 0 1.2rem;
}

.bm-partner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #111827;
  border-radius: 1.4rem;
  padding: 1.4rem 1.6rem;
}

.bm-partner img {
  display: block;
  width: auto;
  max-width: 18rem;
  height: 2.8rem;
  object-fit: contain;
}

.bm-partner--bc img {
  height: 3rem;
  max-width: 19rem;
}

.bm-partner--sumo img {
  height: 3.2rem;
  max-width: 20rem;
}

.bm-partner--exnode img,
.bm-partner--ok img,
.bm-partner--emon img {
  height: 2.5rem;
}

.bm-partner--kurs img,
.bm-partner--pro img,
.bm-partner--bits img,
.bm-partner--prof img,
.bm-partner--glazok img,
.bm-partner--eobmen img {
  height: 2.8rem;
  max-width: 19rem;
}

/* Footer */
.bm-footer {
  position: relative;
  z-index: 1;
  margin-top: 1.2rem;
  padding: 4.4rem 0 4rem;
  text-align: center;
  background: #fff;
  border-top: 1px solid #e6ebf2;
  color: #6b7280;
}

.bm-footer__inner {
  width: 100%;
  max-width: 48rem;
  margin: 0 auto;
  padding: 0 2.4rem;
}

.bm-footer__bio {
  display: block;
  margin: 0 0 2.8rem;
  color: #111827;
  text-decoration: none;
  font: 500 1.6rem/2.3rem Manrope, sans-serif;
}

.bm-footer__bio:hover {
  color: #2563eb;
}

.bm-footer__links {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 3.2rem;
}

.bm-footer__links a {
  color: #4b5563;
  text-decoration: none;
  font: 400 1.5rem/2rem Manrope, sans-serif;
}

.bm-footer__links a:hover {
  color: #2563eb;
}

.bm-footer__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin: 0 0 1.4rem;
  color: #6b7280;
  font: 400 1.5rem/2rem Manrope, sans-serif;
}

.bm-ico-tg,
.bm-ico-mail {
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  background: currentColor;
  -webkit-mask: url(/wp-content/themes/newexchanger2.0/images/icon-telegram.svg) center / contain no-repeat;
  mask: url(/wp-content/themes/newexchanger2.0/images/icon-telegram.svg) center / contain no-repeat;
}

.bm-ico-mail {
  -webkit-mask-image: url(/wp-content/themes/newexchanger2.0/images/icon-mail.svg);
  mask-image: url(/wp-content/themes/newexchanger2.0/images/icon-mail.svg);
}

.bm-footer__hours {
  margin: 2.8rem 0 1.6rem;
  color: #111827;
  font: 600 1.5rem/2rem Manrope, sans-serif;
}

.bm-footer__copy {
  margin: 0;
  color: #9ca3af;
  font: 400 1.4rem/1.8rem Manrope, sans-serif;
}

/* Inner pages */
.page-block {
  padding: 1.2rem 0 4rem;
}

.page-block > .container {
  max-width: none;
  margin: 0;
  padding: 0;
}

.page-card {
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 2.2rem;
  padding: 2.4rem 2rem;
  margin: 0 auto 3rem;
  color: #111827;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.04);
}

.page-card label {
  display: block;
  margin-bottom: 0.6rem;
  color: #6b7280;
}

.page-card .field-row {
  margin-bottom: 1.2rem;
}

.homepage_wrap {
  background: #fff !important;
  border: 1px solid #e6ebf2 !important;
  border-radius: 2.2rem !important;
  width: auto !important;
  max-width: none;
  padding: 2.4rem 2rem !important;
  margin: 0 0 1.6rem !important;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.04);
  color: #111827;
}

.pay-id-sub {
  margin: 0.4rem 0 0;
  color: #6b7280;
  font-size: 1.4rem;
}

.pay-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  margin: 1.6rem 0;
}

@media (min-width: 900px) {
  .pay-steps {
    grid-template-columns: repeat(4, 1fr);
  }
}

.step {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  color: #6b7280;
  padding: 1.2rem;
  border: 1px solid #e5e7eb;
  border-radius: 1.2rem;
  background: #f8fafc;
  font-size: 1.3rem;
}

.step-dot {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 2px solid #d1d5db;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
  font-weight: 700;
}

.step.done .step-dot {
  background: #059669;
  border-color: #059669;
  color: #fff;
}

.step.done {
  color: #047857;
  background: #ecfdf5;
  border-color: #a7f3d0;
}

.step.active {
  color: #1d4ed8;
  background: #eff6ff;
  border-color: #bfdbfe;
}

.step.active .step-dot {
  border-color: #2563eb;
  color: #2563eb;
}

.timer-box,
.pay-panel,
.pay-panel__side,
.wallet-addr,
.ok-banner {
  border-radius: 1.6rem;
  padding: 1.6rem 1.8rem;
  margin: 1.2rem 0;
}

.timer-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1e3a8a;
}

.timer-box.processing {
  background: #ecfdf5;
  border-color: #a7f3d0;
  color: #065f46;
}

.timer {
  font-size: 2.2rem;
  font-variant-numeric: tabular-nums;
  color: #2563eb;
}

.timer-box.processing .timer {
  color: #059669;
}

.wallet-addr {
  display: block;
  width: 100%;
  word-break: break-all;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  color: #111827;
  font-size: 1.5rem;
  text-align: left;
  cursor: pointer;
  font-family: ui-monospace, Menlo, monospace;
  user-select: all;
  -webkit-user-select: all;
}

.pay-amount-box__value {
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  padding: 0;
  cursor: pointer;
  text-align: left;
  user-select: all;
  -webkit-user-select: all;
}

.ok-banner {
  background: #ecfdf5;
  color: #065f46;
  text-align: center;
}

.pay-done {
  padding: 3.2rem 2rem;
}

.pay-done__mark {
  width: 5.6rem;
  height: 5.6rem;
  margin: 0 auto 1.2rem;
  border-radius: 50%;
  background: #059669;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
}

.pay-done h2 {
  margin: 0 0 0.8rem;
  font-size: 2.2rem;
  color: #065f46;
}

.pay-panel {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
}

.pay-panel--pay {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.pay-timer-bar {
  margin-bottom: 1.6rem;
}

.pay-timer-bar__text {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.8rem;
  color: #4b5563;
  font-size: 1.4rem;
}

.pay-timer-bar__track {
  height: 0.8rem;
  background: #e5e7eb;
  border-radius: 99px;
  overflow: hidden;
}

.pay-timer-bar__track span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #60a5fa, #2563eb);
  border-radius: 99px;
}

.pay-amount-box {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: flex-start;
  padding: 1.6rem;
  margin: 0 0 1.6rem;
  border-radius: 1.6rem;
  background: #111827;
  color: #fff;
}

.pay-amount-box span {
  font-size: 1.3rem;
  color: #9ca3af;
}

.pay-amount-box strong {
  font-size: 2.6rem;
  letter-spacing: -0.03em;
}

.pay-amount-box .btn-copy-wallet {
  background: #1f2937;
  border-color: #374151;
  color: #fff;
}

.pay-wallet-label {
  display: block;
  margin: 0 0 0.6rem;
  color: #6b7280;
  font-size: 1.3rem;
  font-weight: 600;
}

.pay-panel__hint {
  color: #6b7280;
  font-size: 1.4rem;
  margin: 1.2rem 0;
}

.pay-flow {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}

.pay-flow__item {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  padding: 1.4rem;
  border-radius: 1.4rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  color: #6b7280;
}

.pay-flow__item strong {
  display: block;
  color: #111827;
  margin-bottom: 0.2rem;
}

.pay-flow__item p {
  margin: 0;
  font-size: 1.4rem;
}

.pay-flow__dot {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  border: 2px solid #d1d5db;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 700;
}

.pay-flow__item.is-done {
  background: #ecfdf5;
  border-color: #a7f3d0;
  color: #047857;
}

.pay-flow__item.is-done .pay-flow__dot {
  background: #059669;
  border-color: #059669;
  color: #fff;
}

.pay-flow__item.is-active {
  background: #eff6ff;
  border-color: #bfdbfe;
}

.pay-flow__item.is-active .pay-flow__dot {
  border-color: #2563eb;
}

.pay-summary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem 1.2rem;
  margin: 1.2rem 0 0;
}

.pay-summary dt {
  color: #6b7280;
  margin: 0;
}

.pay-summary dd {
  margin: 0;
  text-align: right;
  color: #111827;
  font-weight: 600;
}

.btn-copy-wallet,
.btn.btn-secondary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 1.6rem;
  border-radius: 1.2rem;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #111827;
  cursor: pointer;
  text-decoration: none;
  font: 500 1.4rem/1 Manrope, sans-serif;
}

.pay-panel .btn-copy-wallet {
  width: 100%;
}

.chat-widget-ne {
  position: fixed;
  right: 1.6rem;
  bottom: 1.6rem;
  z-index: 30;
}

.chat-fab {
  height: 4.4rem;
  padding: 0 1.6rem;
  border: 0;
  border-radius: 2.2rem;
  background: #2563eb;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.28);
  font: 600 1.4rem Manrope, sans-serif;
}

.chat-panel {
  position: absolute;
  right: 0;
  bottom: 5.4rem;
  width: 32rem;
  max-width: calc(100vw - 3.2rem);
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.chat-panel__head,
.chat-panel__row {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 1.2rem 1.4rem;
  border-bottom: 1px solid #eef0f3;
}

.chat-panel__row {
  border-bottom: 0;
  border-top: 1px solid #eef0f3;
}

.chat-online {
  display: block;
  color: #059669;
  font-size: 1.2rem;
}

.chat-panel__msgs {
  max-height: 22rem;
  overflow: auto;
  padding: 1.2rem;
}

.chat-msg {
  background: #f3f4f6;
  border-radius: 1rem;
  padding: 0.8rem 1rem;
  margin: 0.4rem 0;
  color: #111827;
  font-size: 1.4rem;
}

.chat-msg.user {
  background: #2563eb;
  color: #fff;
  margin-left: auto;
  max-width: 90%;
}

.chat-panel input {
  flex: 1;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  color: #111827;
  padding: 0.8rem 1rem;
}

.chat-panel__send,
.chat-panel__close {
  border: 0;
  background: transparent;
  color: #111827;
  cursor: pointer;
}

.admin-page {
  min-height: 100vh;
  max-width: 110rem;
  margin: 0 auto;
  padding: 3.2rem 1.6rem 4rem;
  color: #111827;
}

.logo-live {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.6rem;
  margin: 0 0 1.8rem;
  background: #f8fafc;
  border: 1px dashed #d1d5db;
  border-radius: 1.4rem;
}

.logo-live__label {
  font-size: 1.3rem;
  color: #6b7280;
}

.logo-preview-input {
  font-family: Manrope, system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  letter-spacing: -0.04em;
  font-variant-numeric: lining-nums tabular-nums;
}

.orders-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
}

.orders-table th,
.orders-table td {
  padding: 1rem 0.6rem;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
}

.status-pill {
  padding: 0.2rem 0.8rem;
  border-radius: 0.6rem;
  font-size: 1.2rem;
}

.status-awaiting_payment {
  background: #fff7ed;
  color: #c2410c;
}
.status-processing {
  background: #eff6ff;
  color: #1d4ed8;
}
.status-completed {
  background: #ecfdf5;
  color: #047857;
}
.status-expired {
  background: #fef2f2;
  color: #dc2626;
}

.reviews-layout {
  display: grid;
  gap: 1.6rem;
}

@media (min-width: 900px) {
  .reviews-layout {
    grid-template-columns: 1fr 36rem;
  }
}

.partner-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin: 1.6rem 0;
}

.reserve-item {
  background: #f8fafc;
  border-radius: 1.2rem;
  padding: 1.2rem;
  text-align: center;
}

.ai-result,
.thanks-note {
  margin-top: 1.2rem;
  color: #4b5563;
}

.thanks-note {
  color: #047857;
}

.ai-result {
  padding: 1.4rem;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 1.2rem;
  line-height: 1.55;
}

.wallets-json {
  font-family: ui-monospace, Menlo, monospace;
}

.pulse-dot {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #2563eb;
  margin-right: 0.6rem;
  animation: pulse 1.2s ease infinite;
}

.pay-flow__item.is-active .pulse-dot {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.8rem 0.8rem 0 0.8rem;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.45;
    transform: scale(1.25);
  }
}

.pay-footnote,
.prefill-box {
  color: #4b5563;
  font-size: 1.4rem;
}

.prefill-box {
  margin-top: 1.6rem;
  padding: 1.8rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1.6rem;
}

.prefill-box strong {
  display: block;
  color: #111827;
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
}

.section__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  color: #111827;
}

.main-title,
.h2-title,
.light .main-title {
  color: #111827 !important;
}

.feedback {
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 1.6rem;
  padding: 1.6rem 1.8rem;
}

.feedback__name {
  font-weight: 600;
  color: #111827;
}

@media (max-width: 1023px) {
  .bm-form .xtl_table_body {
    display: flex !important;
    flex-direction: column !important;
  }
  .xtl_table_body .xtl_left_col,
  .xtl_table_body .xtl_right_col {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    width: 100% !important;
  }
  .xtl_table_body .xtl_center_col {
    width: 100% !important;
    margin: 0.4rem 0 1.2rem !important;
  }
}

@media (max-width: 640px) {
  .bm-logo-text {
    font-size: 2.2rem;
  }
  .bm-banner__slide {
    min-height: 14.4rem;
    padding: 1.8rem 1.4rem 1.8rem 1.6rem;
    gap: 1rem;
  }
  .bm-banner__text {
    max-width: none;
    flex: 1 1 58%;
  }
  .bm-banner__text h2 {
    font-size: 1.7rem;
    line-height: 2.1rem;
    margin-bottom: 0.6rem;
  }
  .bm-banner__text p {
    font-size: 1.15rem;
    line-height: 1.55rem;
  }
  .bm-banner__art {
    flex: 0 0 36%;
    width: 36%;
    height: 11.2rem;
  }
}

@media (min-width: 900px) {
  .reviews-layout {
    grid-template-columns: 1fr 36rem;
  }
}

@media (min-width: 1024px) {
  .bm-topbar {
    position: sticky;
    top: 0;
    z-index: 40;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
  }

  .bm-header,
  .bm-main,
  .bm-footer__inner {
    max-width: 1180px;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .bm-header {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    gap: 2.4rem;
  }

  .bm-logo {
    flex: 0 0 auto;
    margin-right: 0;
  }

  .bm-logo-text {
    font-size: 2.8rem;
  }

  .bm-burger {
    display: none;
  }

  .bm-nav-desk {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    gap: 0 1.8rem;
    flex-wrap: wrap;
  }

  .bm-nav-desk a {
    color: #4b5563;
    text-decoration: none;
    font: 500 1.45rem/2rem Manrope, sans-serif;
    padding: 0.4rem 0;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
  }

  .bm-nav-desk a:hover,
  .bm-nav-desk a.is-active {
    color: #111827;
    border-bottom-color: #2563eb;
  }

  .bm-header-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.2rem;
    flex: 0 0 auto;
    color: #6b7280;
    font: 500 1.3rem/1.7rem Manrope, sans-serif;
  }

  .bm-header-meta strong {
    color: #111827;
    font-weight: 700;
  }

  .bm-main {
    padding-top: 2.4rem;
    padding-bottom: 4rem;
  }

  .bm-banner {
    margin-bottom: 2.4rem;
  }

  .bm-banner__slide {
    min-height: 26rem;
    height: auto;
    padding: 3.6rem 4.4rem;
    gap: 3.2rem;
  }

  .bm-banner__text {
    max-width: 56%;
    flex: 1 1 0;
  }

  .bm-banner__text h2 {
    font-size: 3.4rem;
    line-height: 4rem;
    margin-bottom: 1.2rem;
  }

  .bm-banner__text p {
    font-size: 1.8rem;
    line-height: 2.6rem;
    max-width: 48rem;
  }

  .bm-banner__art {
    flex: 0 0 38%;
    width: 38%;
    height: 20rem;
  }

  .bm-banner__slide[data-art="1"] .bm-banner__coins {
    filter: none;
  }

  .bm-card {
    padding: 3.2rem 3.2rem 2.8rem;
    margin-bottom: 2rem;
  }

  .bm-home-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(32rem, 0.72fr);
    gap: 2.4rem;
    align-items: start;
    margin-bottom: 2.4rem;
  }

  .bm-home-grid > .bm-card,
  .bm-home-grid > .bm-form {
    margin-bottom: 0;
    min-height: 100%;
  }

  .bm-form .xtl_table_body {
    display: flex !important;
    flex-direction: row !important;
    gap: 2.4rem;
    align-items: flex-start;
  }

  .xtl_table_body .xtl_left_col,
  .xtl_table_body .xtl_right_col {
    width: 100% !important;
  }

  .xtl_table_body .xtl_center_col {
    width: 2.4rem !important;
    margin: 6.8rem 0 0 !important;
    flex: 0 0 2.4rem;
  }

  .bm-form .xtl_table_title,
  .light .xtl_table_title {
    font-size: 2.4rem !important;
    line-height: 2.8rem !important;
  }

  .bm-adv-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2.4rem;
  }

  .bm-adv-row > .bm-card {
    margin-bottom: 0;
    height: 100%;
  }

  .bm-adv {
    padding: 3.6rem 2.4rem 3.2rem;
  }

  .bm-partners__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
    align-items: stretch;
  }

  .bm-partner {
    min-height: 7.2rem;
  }

  .bm-footer {
    text-align: left;
    padding: 5.6rem 0 4.4rem;
  }

  .bm-footer__inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr 0.9fr;
    gap: 4rem;
    align-items: start;
  }

  .bm-footer__bio {
    margin: 0;
    font-size: 1.7rem;
    line-height: 2.5rem;
  }

  .bm-footer__links {
    margin: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }

  .bm-footer__col--meta .bm-footer__contact,
  .bm-footer__col--meta .bm-footer__hours,
  .bm-footer__col--meta .bm-footer__copy {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .bm-footer__hours {
    margin-top: 1.6rem;
  }

  .homepage_wrap.pay-wrap,
  .pay-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(32rem, 0.7fr);
    gap: 2.4rem 2.8rem;
    align-items: start;
    padding: 3.2rem !important;
  }

  .pay-wrap > .section__title,
  .pay-wrap > .pay-steps {
    grid-column: 1 / -1;
  }

  .pay-wrap > .pay-panel,
  .pay-wrap > .ok-banner,
  .pay-wrap > .form-error {
    grid-column: 1;
    margin-top: 0;
  }

  .pay-wrap > .prefill-box {
    grid-column: 2;
    grid-row: 3;
    margin-top: 0;
    height: fit-content;
  }

  .pay-steps {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-card {
    padding: 3.2rem;
    max-width: none;
  }

  .reviews-layout {
    grid-template-columns: 1fr 38rem;
  }

  .chat-widget-ne {
    right: 2.4rem;
    bottom: 2.4rem;
  }
}
