.elementor-145440 .elementor-element.elementor-element-160c775{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px;}.elementor-145440 .elementor-element.elementor-element-160c775.e-con{--align-self:center;}.elementor-145440 .elementor-element.elementor-element-c440aae{width:100%;max-width:100%;}.elementor-145440 .elementor-element.elementor-element-c440aae.elementor-element{--align-self:center;}.elementor-145440 .elementor-element.elementor-element-4efe393{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px;}.elementor-145440 .elementor-element.elementor-element-60e6b2b > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-145440 .elementor-element.elementor-element-a569d29{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px;}.elementor-145440 .elementor-element.elementor-element-04f8631 > .elementor-container{max-width:1080px;}.elementor-145440 .elementor-element.elementor-element-04f8631{padding:120px 30px 100px 30px;}.elementor-145440 .elementor-element.elementor-element-39258ef > .elementor-element-populated, .elementor-145440 .elementor-element.elementor-element-39258ef > .elementor-element-populated > .elementor-background-overlay, .elementor-145440 .elementor-element.elementor-element-39258ef > .elementor-background-slideshow{border-radius:25px 25px 25px 25px;}.elementor-145440 .elementor-element.elementor-element-39258ef > .elementor-element-populated{box-shadow:3px 5px 25px -5px rgba(0, 0, 0, 0.41);padding:25px 25px 25px 25px;}.elementor-145440 .elementor-element.elementor-element-71c52e8 > .elementor-widget-container{padding:20px 0px 20px 0px;}.elementor-145440 .elementor-element.elementor-element-71c52e8{text-align:center;}.elementor-145440 .elementor-element.elementor-element-71c52e8 .elementor-heading-title{font-family:"Red Hat", sans-serif;font-size:40px;font-weight:700;color:var( --e-global-color-3b78242 );}.elementor-145440 .elementor-element.elementor-element-b28e430 > .elementor-widget-container{padding:0px 10px 0px 10px;}.elementor-145440 .elementor-element.elementor-element-b28e430{text-align:center;font-family:"Red Hat", sans-serif;font-size:24px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-145440 .elementor-element.elementor-element-160c775{--padding-top:0px;--padding-bottom:0px;--padding-left:00px;--padding-right:0px;}.elementor-145440 .elementor-element.elementor-element-4efe393{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-145440 .elementor-element.elementor-element-a569d29{--padding-top:0px;--padding-bottom:0px;--padding-left:00px;--padding-right:00px;}.elementor-145440 .elementor-element.elementor-element-04f8631{padding:80px 20px 80px 20px;}.elementor-145440 .elementor-element.elementor-element-39258ef > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-145440 .elementor-element.elementor-element-71c52e8 .elementor-heading-title{font-size:32px;}}@media(min-width:768px){.elementor-145440 .elementor-element.elementor-element-160c775{--content-width:1400px;}.elementor-145440 .elementor-element.elementor-element-4efe393{--content-width:1400px;}.elementor-145440 .elementor-element.elementor-element-a569d29{--content-width:1400px;}}/* Start custom CSS for html, class: .elementor-element-c440aae */#hero-section {
  background: url('https://stage.coinme.com/wp-content/uploads/2026/01/bg-blur_purple.svg');
  background-position: center right;
  background-size: 80%;
  background-repeat: no-repeat;

  height: calc(100vh - 90px);
  max-height: 900px;
  min-height: 840px;
  width: 100%;
  justify-content: center;
  padding: 60px 0;
}

.hero-content {
  height: 100%;
  width: 100%;
  max-width: 1250px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.hero-text-section {
  padding-bottom: 10%;
  width: 50%;
  font-family: 'Red Hat Text', Sans-Serif !important;

  h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 110%;
  }

  p {
    font-size: 24px;
  }
}

.widget {
  position: relative;
  width: 354px;
  height: 600px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  font-family: 'Red Hat Text', Sans-Serif;
  background: linear-gradient(
    180deg,
    #faf5ff 0%,
    #ede9fe 12%,
    #e0e7ff 30%,
    #f1f5f9 55%,
    #f8fafc 100%
  );
}

/* ===== SCREENS ===== */
.screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  overflow: hidden;
}
.screen.active {
  opacity: 1;
  pointer-events: auto;
}

/* ===== SHARED NAV ===== */
.widget-nav {
  display: flex;
  align-items: center;
  padding: 14px 20px 0;
}
.widget-nav img {
  width: 90px;
  height: auto;
  margin: 0 auto;
}
.widget-nav .wn-spacer {
  width: 30px;
  flex-shrink: 0;
}
.widget-nav .wn-back {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  cursor: default;
}
.widget-nav .wn-hamburger {
  width: 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-shrink: 0;
}
.widget-nav .wn-hamburger span {
  display: block;
  height: 2.5px;
  background: #130c34;
  border-radius: 2px;
}

/* ===== SCREEN: AMOUNT (Image 1) ===== */
.s-amount-inner {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.amt-label {
  text-align: center;
  color: #64748b;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 500;
}
.amt-value {
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  color: #1e2a5e;
  margin: 0 0 2px;
}
.amt-get-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #130c34;
}
.amt-get-row .label {
  font-weight: 600;
}
.amt-get-row .value {
  font-weight: 400;
}
.amt-get-row .swap-btn {
  width: 30px;
  height: 30px;
  display: flex;

  align-items: center;
  justify-content: center;
  background: none;
  padding: 0;
}
.amt-get-row .swap-btn svg {
  width: 16px;
  height: 16px;
}
.amt-get-row .swap-btn img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.card-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 10px 16px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 0;
}
.card-row {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.card-row + .card-row {
  border-top: 1px solid #f0f0f0;
}
.card-row .c-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 12px;
  filter: drop-shadow(
    0 16.866px 20.079px rgba(0, 0, 0, 0.2)
  );
}
.card-row .c-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-row .c-icon.dark {
  background: #1e1e2e;
}
.card-row .c-text {
  flex: 1;
}
.card-row .c-title {
  font-size: 14px;
  font-weight: 600;
  color: #1e2a5e;
}
.card-row .c-sub {
  font-size: 11px;
  color: #64748b;
  margin-top: 1px;
}
.card-row .c-chevron {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.card-row .c-chevron svg {
  width: 20px;
  height: 20px;
}

.wallet-addr {
  text-align: center;
  margin-top: 12px;
  font-size: 12px;
  color: #130c34;
}
.wallet-addr b {
  font-weight: 700;
}

.summary-section {
  text-align: center;
  margin-top: 12px;
}
.summary-label {
  font-weight: 600;
  font-size: 14px;
  color: #130c34;
  margin-bottom: 8px;
}
.summary-box {
  background: #fff;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 16px;
  color: #130c34;
  font-weight: 400;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}
.summary-box .bold {
  font-weight: 700;
}

.widget .btn-area {
  margin-top: auto;
  padding: 12px 0 20px;
  align-self: stretch;
}
.btn-primary {
  width: 100%;
  padding: 16px;
  border-radius: 50px;
  border: none;
  outline: none;
  background: #5826c3;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
  cursor: default;

  &:focus {
    background: #5826c3;
    border: none;
  }
}

.typing-cursor {
  opacity: 0.3;
  animation: blink 1s infinite;
}
@keyframes blink {
  0%,
  50% {
    opacity: 1;
  }
  51%,
  100% {
    opacity: 0;
  }
}

/* ===== SCREEN: CONFIRM (Image 2) ===== */
.confirm-summary-box {
  background: #fff;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 12px;
  color: #130c34;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.confirm-summary-box .bold {
  font-weight: 700;
}
.confirm-summary-box .summary-chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
}
.confirm-summary-box .summary-chevron svg {
  width: 16px;
  height: 16px;
}
.quote-timer {
  margin-top: 12px;
  font-size: 12px;
  color: #130c34;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.quote-timer svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.quote-timer .bold {
  font-weight: 700;
}

/* ===== SCREEN: CASH CONFIRM (Image 3) ===== */
.cash-get-value {
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  color: #1e2a5e;
  margin: 4px 0 2px;
}
.cash-get-coin {
  font-size: 38px;
  font-weight: 500;
  color: #94a3b8;
}
.cash-pay-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #130c34;
}
.cash-pay-row .label {
  font-weight: 600;
}
.cash-pay-row .value {
  font-weight: 400;
}

/* ===== SCREEN: PAYMENT SELECT ===== */
.payselect-screen {
  background: linear-gradient(
    180deg,
    #faf5ff 0%,
    #ede9fe 12%,
    #e0e7ff 30%,
    #f1f5f9 55%,
    #f8fafc 100%
  );
  padding: 0;
}

.payselect-card {
  background: #fff;
  border-radius: 20px;
  margin: 24px 20px 0;
  padding: 28px 20px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
}
.payselect-title {
  font-size: 18px;
  font-weight: 800;
  color: #130c34;
  text-align: center;
  margin-bottom: 28px;
}

.pay-option {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  transition: background 0.15s;
  cursor: default;
}
.pay-option.highlight {
  background: rgba(88, 38, 195, 0.05);
  border-radius: 12px;
  padding: 14px 8px;
  margin: 0 -8px;
}
.pay-option .po-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pay-option .po-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pay-option .po-body {
  flex: 1;
}
.pay-option .po-title {
  font-size: 16px;
  font-weight: 600;
  color: #130c34;
}
.pay-option .po-sub {
  font-size: 12px;
  color: #64748b;
  margin-top: 1px;
}
.pay-option .po-chevron {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.pay-option .po-chevron svg {
  width: 20px;
  height: 20px;
}

.payselect-divider {
  height: 1px;
  background: #e5e7eb;
  margin: 8px 0 16px;
}

.pay-option-add {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 0;
  cursor: default;
}
.pay-option-add .poa-plus {
  font-size: 28px;
  color: #130c34;
  font-weight: 300;
  width: 32px;
  text-align: center;
}
.pay-option-add .poa-text {
  font-size: 16px;
  font-weight: 600;
  color: #130c34;
  padding-top: 2px;
}

/* ===== SCREEN: MAP (Image 4) ===== */
.map-screen {
  padding: 0;
  background: #e8e0d4;
}
.map-topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: #fff;
}
.map-topbar .mb-back {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  cursor: default;
}
.map-search-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  padding: 8px 14px;
  background: #fff;
}
.map-search-wrap svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #64748b;
}
.map-search-wrap input {
  border: none;
  outline: none;
  font-size: 14px;
  font-family: inherit;
  flex: 1;
  color: #130c34;
  background: transparent;
}
.map-search-wrap input::placeholder {
  color: #94a3b8;
}
.map-search-wrap .loc-arrow {
  color: #38bdf8;
}
.map-topbar .filter-btn {
  width: 20px;
  height: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  cursor: default;
}
.map-topbar .filter-btn span {
  display: block;
  height: 2px;
  background: #130c34;
  border-radius: 2px;
}
.map-topbar .filter-btn span:nth-child(1) {
  width: 18px;
}
.map-topbar .filter-btn span:nth-child(2) {
  width: 13px;
}
.map-topbar .filter-btn span:nth-child(3) {
  width: 8px;
}

.map-body {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.map-tiles {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0px, 0px) scale(0.49);
  transform-origin: top left;
  transition: transform 1.8s
    cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.map-tiles img {
  display: block;
  width: 730px;
  height: 1547px;
  max-width: none;
}

/* Search dropdown */
.map-search-dropdown {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  z-index: 4;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    opacity 0.25s ease;
}
.map-search-dropdown.open {
  max-height: 260px;
  opacity: 1;
}
.msd-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-bottom: 1px solid #f5f5f5;
  transition: background 0.15s;
}
.msd-item.highlight {
  background: #f0ebff;
}
.msd-item .msd-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.msd-item .msd-icon svg {
  width: 16px;
  height: 16px;
  color: #64748b;
}
.msd-item .msd-body {
  flex: 1;
}
.msd-item .msd-name {
  font-size: 13px;
  font-weight: 600;
  color: #130c34;
}
.msd-item .msd-addr {
  font-size: 11px;
  color: #64748b;
}
.msd-item .msd-dist {
  font-size: 11px;
  color: #64748b;
  font-weight: 600;
  flex-shrink: 0;
}

/* Location cards */
.map-cards {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 12px 16px 16px;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
.map-cards.visible {
  transform: translateY(0);
}
.map-cards::-webkit-scrollbar {
  display: none;
}
.loc-card {
  background: #fff;
  border-radius: 16px;
  padding: 14px 16px;
  min-width: 200px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
}
.loc-card .lc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.loc-card .lc-logo {
  width: 32px;
  height: 32px;
}
.loc-card .lc-logo img {
  width: 100%;
  height: 100%;
}
.loc-card .lc-dist {
  font-size: 12px;
  color: #64748b;
}
.loc-card .lc-name {
  font-size: 15px;
  font-weight: 800;
  color: #130c34;
}
.loc-card .lc-sub {
  font-size: 11px;
  color: #64748b;
  margin-top: 1px;
}
.loc-card .lc-status {
  font-size: 11px;
  color: #130c34;
  font-weight: 600;
  margin-top: 6px;
}
.loc-card .lc-btn {
  width: 100%;
  padding: 10px;
  border-radius: 50px;
  border: none;
  background: #5826c3;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-family: inherit;
  margin-top: 10px;
  cursor: default;

  &:focus {
    background: #5826c3;
    border: none;
  }
}

/* ===== SCREEN: BARCODE (Image 5) ===== */
.barcode-screen {
  background: linear-gradient(
    180deg,
    #faf5ff 0%,
    #ede9fe 12%,
    #e0e7ff 30%,
    #f1f5f9 55%,
    #f8fafc 100%
  );
  padding: 0;
  align-items: center;
  text-align: center;
}
.barcode-screen > *:not(.widget-nav) {
  padding-left: 20px;
  padding-right: 20px;
}
.barcode-screen .widget-nav {
  width: 100%;
  align-self: stretch;
}
.bc-title {
  font-size: 20px;
  font-weight: 800;
  color: #130c34;
  margin: 10px 0 16px;
}
.bc-detail {
  font-size: 14px;
  color: #64748b;
  margin: 0;
}
.bc-detail b {
  color: #130c34;
  font-weight: 700;
}
.bc-barcode-wrap {
  height: auto;
  width: 270px;
  margin: 16px auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bc-barcode-wrap .bc-barcode-img {
  width: 100%;
  height: auto;
  display: block;
}
.bc-terms {
  font-size: 10px;
  color: #64748b;
  margin: 10px 0 8px;
  max-width: 290px;
}
.bc-info-row {
  display: flex;
  justify-content: space-between;
  align-self: stretch;
  font-size: 12px;
  margin-top: 4px;
  color: #130c34;
  padding: 0 4px;
}
.bc-info-row .bc-label {
  font-weight: 400;
}
.bc-info-row .bc-val {
  font-weight: 700;
}
.bc-valid {
  font-size: 10px;
  color: #5826c3;
  margin-top: 10px;
}

/* ===== SCREEN: DONE (Image 6) ===== */
.done-screen {
  background: linear-gradient(
    180deg,
    #faf5ff 0%,
    #ede9fe 12%,
    #e0e7ff 30%,
    #f1f5f9 55%,
    #f8fafc 100%
  );
  padding: 0;
  align-items: center;
  text-align: center;
}
.done-screen > *:not(.widget-nav) {
  padding-left: 20px;
  padding-right: 20px;
}
.done-screen .widget-nav {
  width: 100%;
  align-self: stretch;
}
.done-check {
  width: 60px;
  height: 60px;
  border: 3px solid #130c34;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 28px 0 14px;
}
.done-check svg {
  width: 32px;
  height: 32px;
}
.done-screen h2 {
  font-size: 24px;
  font-weight: 800;
  color: #130c34;
}
.done-msg {
  font-size: 13px;
  color: #64748b;
  margin: 16px 0 6px;
}
.done-bold-msg {
  font-weight: 700;
  color: #130c34;
  font-size: 14px;
}
.done-divider {
  align-self: stretch;
  height: 1px;
  background: #d1d5db;
  margin: 22px 0 16px;
}
.done-row {
  display: flex;
  justify-content: space-between;
  align-self: stretch;
  font-size: 13px;
  color: #130c34;
  margin: 6px 0;
}
.done-row .dr-label {
  color: #64748b;
}
.done-row .dr-val {
  font-weight: 700;
}
.done-row:last-child .dr-label {
  color: #130c34;
  font-weight: 700;
}
.done-btn-area {
  margin-top: auto;
  padding: 16px 0 24px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.done-btn-area .start-another {
  font-size: 14px;
  font-weight: 700;
  color: #130c34;

  &:focus {
    background: #5826c3;
    border: none;
  }
}

/* ===== COIN DROPDOWN ===== */
.coin-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  overflow-y: auto;
}
.coin-dropdown.open {
  opacity: 1;
  pointer-events: auto;
}
.cdd-header {
  padding: 18px 24px;
  font-weight: 800;
  font-size: 16px;
  color: #130c34;
  border-bottom: 1px solid #f0f0f0;
}
.cdd-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
  border-bottom: 1px solid #f8f8f8;
  transition: background 0.15s;
}
.cdd-item.highlight {
  background: #f0ebff;
}
.cdd-item .cdd-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.cdd-item .cdd-icon img {
  width: 100%;
  height: 100%;
}
.cdd-item .cdd-body {
  flex: 1;
}
.cdd-item .cdd-name {
  font-size: 15px;
  font-weight: 700;
  color: #130c34;
}
.cdd-item .cdd-full {
  font-size: 12px;
  color: #64748b;
}
.cdd-item .cdd-price {
  font-size: 13px;
  color: #130c34;
  font-weight: 600;
}

/* ===== CURSOR ===== */
.touch-indicator {
  position: absolute;
  pointer-events: none;
  z-index: 20;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(88, 38, 195, 0.35);
  box-shadow: 0 0 20px 10px rgba(88, 38, 195, 0.2);
  filter: blur(3px);
  transform: translate(-50%, -50%);
  transition:
    left 0.5s ease,
    top 0.5s ease,
    opacity 0.3s ease;
  opacity: 0;
}
.touch-indicator.visible {
  opacity: 1;
}
.touch-indicator.tapping {
  transform: translate(-50%, -50%) scale(0.85);
  background: rgba(88, 38, 195, 0.5);
}

/* ===== LOADER SCREEN ===== */
.loader-screen {
  display: flex;
  align-items: center;
  justify-content: center;
}

#splash-loader-bb-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

#splash-loader-bb-form > div {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #898599;
  opacity: 1;
  animation: splash-loader 1.5s infinite normal ease-in;
}

#splash-loader-bb-form > div:nth-child(2) {
  animation-delay: 0.4s;
}

#splash-loader-bb-form > div:nth-child(3) {
  animation-delay: 0.8s;
}

@-webkit-keyframes splash-loader {
  15% {
    opacity: 0.5;
  }
  30% {
    opacity: 0.15;
    transform: translateY(-4px);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes splash-loader {
  15% {
    opacity: 0.5;
  }
  30% {
    opacity: 0.15;
    transform: translateY(-4px);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-height: 800px) {
  #hero-section {
    height: 100%;
  }
}

@media (max-width: 800px) {
  #hero-section {
      
    padding: 0 20px;  
    height: auto;
    max-height: none;
    min-height: auto;
    
  background-position: left;
  background-size: 170%;
  }

  .hero-content {
    flex-direction: column;
    align-items: center;
    /*padding-top: 40px;*/
    gap: 40px;
  }

  .hero-text-section,
  .hero-img-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    padding-bottom: 0;
  }

  .hero-text-section h1 {
    font-size: 36px;
  }

  .hero-text-section p {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .hero-text-section p {
    font-size: 16px;
  }

  .widget {
    transform: scale(0.85);
    transform-origin: top center;
    margin-bottom: -90px; /* compensate for scale whitespace: 600 * 0.15 */
  }
}

@media (max-width: 380px) {
  .widget {
    transform: scale(0.78);
    margin-bottom: -132px; /* 600 * 0.22 */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-60e6b2b */#caas-widget_cards {
  padding: 80px 0;
  font-family: 'Red Hat', Sans-Serif;

  h2 {
    color: #130c34;
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
    line-height: 110%;
    text-align: center;
  }
}

.cards-section {
  --peek: 25px;
  --card-width: 300px;

  display: flex;
  gap: 16px;
  max-width: 1268px;
  margin: 0 auto;
  padding: 30px 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;

  scrollbar-width: none;
  -ms-overflow-style: none;
  &::-webkit-scrollbar {
    display: none;
  }
}

.card {
  border-radius: 40px;
  background: #f3f0fb;
  display: flex;
  width: var(--card-width);
  flex-shrink: 0;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  scroll-snap-align: center;
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  position: relative;
  overflow: hidden;

  img {
    height: 92px;
    width: auto;
  }

  h3 {
    color: #614d8a;
    font-size: 24px;
    font-weight: 700;
    line-height: 110%;
  }

  p {
    color: #614d8a;
    font-size: 20px;
    line-height: 110%;
  }

  .step-num {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 22px;
    font-weight: 700;
    z-index: 2;
    white-space: nowrap;
    transition: right 1s cubic-bezier(0.22, 1, 0.36, 1);
  }

  &:nth-child(1) .step-num {
    color: #9b8abf;
  }
  &:nth-child(2) .step-num {
    color: #7b6aa5;
  }
  &:nth-child(3) .step-num {
    color: #5a4a8a;
  }
  &:nth-child(4) .step-num {
    color: #342d7e;
  }

  &:hover {
    box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.25);
  }
}

/* Spotlight effect */
.card::before {
  content: '';
  position: absolute;
  width: 350px;
  height: 350px;
  background:
    radial-gradient(
      circle at 60% 40%,
      rgba(131, 74, 187, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 30% 60%,
      rgba(110, 0, 0, 0.1) 0%,
      transparent 45%
    ),
    radial-gradient(
      circle at 70% 70%,
      rgba(0, 40, 253, 0.15) 0%,
      transparent 50%
    );
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  left: var(--mouse-x, 50%);
  top: var(--mouse-y, 50%);
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  filter: blur(40px);
  mix-blend-mode: hard-light;
}

.card:hover::before {
  opacity: 1;
}
/* Z-index always applied */
.cards-section .card:nth-child(1) {
  z-index: 4;
}
.cards-section .card:nth-child(2) {
  z-index: 3;
}
.cards-section .card:nth-child(3) {
  z-index: 2;
}
.cards-section .card:nth-child(4) {
  z-index: 1;
}

/* Stacked: step numbers shift to peek edge */
.cards-section.stacked .step-num {
  right: 12px;
}

/* Stacked: cards shift toward center */
.cards-section.stacked .card:nth-child(1) {
  transform: translateX(
    calc(
      3 * (var(--card-width) + 16px) / 2 - 1.5 * var(--peek)
    )
  );
}
.cards-section.stacked .card:nth-child(2) {
  transform: translateX(
    calc(
      1 * (var(--card-width) + 16px) / 2 - 0.5 * var(--peek)
    )
  );
}
.cards-section.stacked .card:nth-child(3) {
  transform: translateX(
    calc(
      -1 * (var(--card-width) + 16px) / 2 + 0.5 *
        var(--peek)
    )
  );
}
.cards-section.stacked .card:nth-child(4) {
  transform: translateX(
    calc(
      -3 * (var(--card-width) + 16px) / 2 + 1.5 *
        var(--peek)
    )
  );
}

/* Spread: natural positions */
.cards-section.spread .card {
  transform: translateX(0);
}

/* Slider Controls */
.slider-controls {
  display: flex;
  justify-content: end;
  margin: 0 auto;
  opacity: 0;

  transition: opacity 0.25s;
}

@media (min-width: 1400px) {
  .slider-controls {
    visibility: hidden;
  }
}

.slider-controls.visible {
  opacity: 1;
}

.slider-btns {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  background: #e5e4e4;
  padding: 4px;
  margin-right: 76px;
}

.slider-btn {
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  cursor: pointer;
  user-select: none;
  color: #999;
}

.slider-btn_active {
  background: #fff;
  color: #333;
}

@media (max-width: 1300px) {
  .slider-btns {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .card {
    padding: 40px 30px;
  }

  .cards-section {
    justify-content: start;
  }

  .cards-section.stacked .card:nth-child(1) {
    transform: translateX(0);
  }
  .cards-section.stacked .card:nth-child(2) {
    transform: translateX(
      calc(-1 * (var(--card-width) + 16px) + var(--peek))
    );
  }
  .cards-section.stacked .card:nth-child(3) {
    transform: translateX(
      calc(
        -2 * (var(--card-width) + 16px) + 2 * var(--peek)
      )
    );
  }
  .cards-section.stacked .card:nth-child(4) {
    transform: translateX(
      calc(
        -3 * (var(--card-width) + 16px) + 3 * var(--peek)
      )
    );
  }

  .slider-btn {
    height: 36px;
    width: 36px;
  }

  .slider-btn svg {
    width: 18px;
    height: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9ae7dc4 */#map-section {
  font-family: 'Red Hat', Sans-Serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;

  position: relative;
}

.map-bg-blur {
  background: url('https://coinme.com/wp-content/uploads/2026/02/bg-blur_purple.svg');
  background-position: left;

  background-size: 80%;
  background-repeat: no-repeat;

  width: 100%;
  height: 70%;

  position: absolute;
  top: 0%;
  left: -20%;
  z-index: 1;
}

.map-container {
  width: 100%;
  max-width: 1250px;
  background: rgba(255, 255, 255, 0.84);
  border-radius: 40px;
  backdrop-filter: blur(2px);
  padding: 30px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  position: relative;
  z-index: 2;
}

.map-header {
  text-align: center;
  color: #130c34;

  h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 32px;
  }

  p {
    font-size: 19px;
    font-weight: 400;
    line-height: 110%;
  }
}

.map-disclaimer {
  font-size: 10px;
}

.map-wrap {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin: 72px 0 46px 0;
}

.map-s {
  width: 50%;
  position: relative;

  img {
    height: 100%;
  }
}

.map-partners {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  p {
    color: #130c34;
    font-size: 19px;
    font-weight: 500;
    line-height: 110%;
  }
}

.map-partner-logos {
  width: 100%;
  display: grid;
  align-self: stretch;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}

.map-partner-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  position: relative;

  &::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: rgba(237, 237, 237, 0.4);
    backdrop-filter: blur(2px);
    transition: border-radius 0.2s;
  }

  img {
    position: relative;
    width: 50%;
    height: 50%;
    max-width: 75px;
    max-height: 75px;
  }

  &:hover::before,
  &.active::before {
    border-radius: 200px;
  }
}

/*API Container*/

.api-container {
  width: 100%;
  max-width: 1250px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  position: relative;
  z-index: 2;
}

.api-content {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}

.api-code {
  width: 50%;
  border-radius: 32px;
  background: radial-gradient(
    110.06% 99.97% at 50% 99.97%,
    #fff 2.5%,
    #3a235d 100%
  );

  display: flex;
  padding: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
}

.api-header {
  text-align: center;
  color: #fff;

  h3 {
    font-size: 32px;
    font-weight: 700;
  }

  p {
    font-size: 18px;
  }
}

#api-code-animation-container {
  position: relative;

  img {
    min-width: 110%;

    mix-blend-mode: luminosity;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.api-code-wrap {
  position: absolute;
  width: 75%;
  bottom: 20px;

  padding: 18px;
  border-radius: 24px;
  background: #26282b;
}

.api-code-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.api-code-button {
  color: #fff;
  border: none;
  font-size: 14px;
  background: transparent;
  padding: 6px 12px;
  border-radius: 50px;
  outline: none;
  transition: color 0.2s;

  &:hover {
    background: #000;
  }

  &:active {
    background: #000;
    border: none;
    color: #fff;
  }
}

.api-copy-button {
  display: flex;
  align-items: end;
  gap: 3px;
  margin-top: 14px;
  line-height: 100%;
}

.button-active {
  background: #000;
}

.editor-container {
  background-color: #1e1e1e;
  border-radius: 16px;
  width: 100%;
  max-width: 650px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.editor-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background-color: #515669;
}

.editor-title {
  color: #cccccc;
  font-size: 12px;
}

.code-area {
  background-color: #3d4256;
  padding: 15px;
  overflow-x: auto;
}

pre {
  margin: 0;
  font-family: 'Menlo', 'Monaco', 'Courier New', monospace;
  font-size: 11px;
  line-height: 1.5;
}

code {
  display: block;
}

.line {
  display: flex;
  white-space: pre;
}

.line-number {
  color: #858585;
  text-align: right;
  padding-right: 15px;
  min-width: 30px;
  user-select: none;
}

.line-content {
  color: #d4d4d4;
}

.line.hidden {
  opacity: 0;
  height: 21px; /* Keep space for hidden lines */
}

.cursor {
  display: inline-block;
  width: 2px;
  height: 1em;
  background-color: #fff;
  animation: blink 1s step-end infinite;
  vertical-align: text-bottom;
  margin-left: 1px;
}

@keyframes blink {
  from,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

/* Syntax highlighting colors */
.keyword {
  color: #cdbeed;
} /* import, const, new, await */
.variable {
  color: #8ef2b6;
} /* caasClient, buyResult */
.type {
  color: #8ef2b6;
} /* CaasClient */
.string {
  color: #ffffff;
} /* '@coinme/caas', 'your_client_id' */
.comment {
  color: #cccccccc;
} /* // comment */
.punctuation {
  color: #d4d4d4;
} /* =, (, ), ; */
.property {
  color: #ce9178;
} /* clientId, clientSecret, amount */
.function {
  color: #dcdcaa;
} /* buy */
.brackets {
  color: #8ef2b6;
} /* {, } */

/* Container for whole component */
.animation-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*API Widget Image*/
.api-widget {
  width: 50%;
  display: flex;
  padding: 60px;
  gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;

  border-radius: 32px;
  background: linear-gradient(
    180deg,
    #350184 8.1%,
    #000 100%
  );
}

.api-widget-image {
  width: 100%;
  max-width: 300px;
}

@media (max-width: 1100px) {
  .api-code,
  .api-widget {
    padding: 30px;
  }

  .api-code-wrap {
    width: 100%;
    transform: translateX(-2%);
  }
}

@media (max-width: 768px) {
    
 #map-section {
      gap: 80px;
      padding: 0 20px;
  }    
    
  .map-container {
    padding: 0;
  }
  
  .map-header {
      h2 {
          font-size: 32px;
      }
      
      p {
          font-size: 16px;
      }
  }
  
  .map-wrap {
    flex-direction: column;
    gap: 40px;
    margin: 32px 0 36px 0;
  }

  .map-s {
    width: 100%;
  }

  .map-partners {
    width: 100%;
  }

  .api-content {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .api-code {
    width: 100%;
    height: 100%;
    min-height: 600px;
  }
  
  .api-header p {
      font-size: 16px;
  }

  .api-widget {
    width: 100%;
  }

  .api-code-wrap {
    width: 94%;
    transform: translateX(0);
  }
}

@media (max-width: 500px) {
  .api-code {
    width: 100%;
    height: 100%;
    min-height: 700px;
  }

  .api-code-wrap {
    width: 110%;
    transform: translateX(-5%);
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Red Hat';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('https://coinme.com/wp-content/uploads/2020/04/RedHatDisplay-Medium.woff2') format('woff2'),
		url('https://coinme.com/wp-content/uploads/2020/04/RedHatDisplay-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Red Hat';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('https://coinme.com/wp-content/uploads/2020/04/RedHatText-Regular.woff2') format('woff2'),
		url('https://coinme.com/wp-content/uploads/2020/04/RedHatText-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Red Hat';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('https://coinme.com/wp-content/uploads/2020/04/RedHatDisplay-Bold.woff2') format('woff2'),
		url('https://coinme.com/wp-content/uploads/2020/04/RedHatDisplay-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */