@charset "UTF-8";
/* line 2, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container {
  /* CTA JS enables buttons by setting disabled=false + inline opacity,
     it never removes the disabled-btn class. Override pointer-events so
     clicks work once the HTML disabled attribute is removed. */
}

/* line 6, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .mint-btn:not(:disabled) {
  pointer-events: auto !important;
}

/* line 10, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .modal-dialog {
  max-width: 520px;
  margin: 1.5rem auto;
}

/* line 15, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .modal-content {
  border-radius: 18px;
  padding: 34px 36px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.35);
  background: #ffffff;
  position: relative !important;
  top: auto !important;
  height: auto !important;
}

/* line 25, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .drag-handle {
  display: none;
}

/* line 29, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .btn-mint-outline {
  background: transparent;
  border: 2px solid #08AF86;
  color: #08AF86;
  border-radius: 10px;
  padding: 10px 18px;
  font-weight: 600;
  width: 100%;
  font-family: Work Sans;
  font-size: 14px;
  cursor: pointer;
}

/* line 42, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(108, 194, 167, 0.12), rgba(196, 240, 227, 0.12));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

/* line 53, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .resend-btn {
  background: transparent;
  border: none;
  color: #08AF86;
  font-weight: 600;
  font-size: 15px;
  font-family: Work Sans;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}

/* line 64, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .resend-btn:hover {
  text-decoration: none;
  color: #08AF86;
}

/* line 66, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .otp-box-cta {
  border: 1px solid #e6e7e8;
  border-radius: 10px;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 14px;
}

/* line 75, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .otp-single {
  border: none;
  outline: none;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 6px;
  background: transparent;
}

/* line 86, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .otp-single::placeholder {
  color: rgba(0, 0, 0, 0.35);
  font-size: 24px;
  letter-spacing: 8px;
}

/* line 92, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .otp-single:focus {
  box-shadow: none;
  outline: none;
}

/* line 97, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .details-card {
  background: #f9fafb;
  border-radius: 10px;
  padding: 16px;
  border: 1px solid #e6e7e8;
}

/* line 104, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .details-item {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #333;
  font-size: 14px;
  font-family: Work Sans;
}

@media (max-width: 520px) {
  /* line 114, app/assets/stylesheets/customer/callback_modals.scss */
  #cta-container .modal-dialog {
    max-width: 92%;
  }
  /* line 115, app/assets/stylesheets/customer/callback_modals.scss */
  #cta-container .modal-content {
    padding: 20px;
  }
}

/* ── Mobile bottom-sheet for all CTA modals ─────────────────────────────────
   Applies to: callback, site-visit, brochure, best-price, documents,
               download-plan — all of which live inside #cta-container.
   Mirrors the same behaviour as the login modal (login_modals.scss).
   ─────────────────────────────────────────────────────────────────────────── */
@media (max-width: 575px) {
  /* Force viewport-unit height so body padding-top (listing/details pages)
     can't inflate the overlay beyond the actual viewport */
  /* line 127, app/assets/stylesheets/customer/callback_modals.scss */
  #cta-container .modal {
    height: 100vh !important;
    height: 100dvh !important;
    overflow: hidden !important;
  }
  /* Anchor dialog to the bottom of the viewport */
  /* line 134, app/assets/stylesheets/customer/callback_modals.scss */
  #cta-container .modal-dialog {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    min-height: unset !important;
    display: block !important;
    align-items: unset !important;
  }
  /* Rounded top corners; scrollable so nothing gets cropped */
  /* line 149, app/assets/stylesheets/customer/callback_modals.scss */
  #cta-container .modal-content {
    border-radius: 20px 20px 0 0 !important;
    max-height: calc(100dvh - 24px) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    padding-top: 28px !important;
    padding-bottom: calc(20px + env(safe-area-inset-bottom)) !important;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2) !important;
  }
  /* line 159, app/assets/stylesheets/customer/callback_modals.scss */
  #cta-container .drag-handle {
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: #CDD0D5;
    border-radius: 2px;
    cursor: grab;
    touch-action: none;
  }
  /* Slide-up entry animation — replaces Bootstrap's drop-in from top */
  /* line 174, app/assets/stylesheets/customer/callback_modals.scss */
  #cta-container .modal.fade .modal-dialog {
    transform: translateY(100%) !important;
    transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1) !important;
  }
  /* line 179, app/assets/stylesheets/customer/callback_modals.scss */
  #cta-container .modal.show .modal-dialog {
    transform: translateY(0) !important;
  }
  /* Complete profile — tighten vertical rhythm on mobile */
  /* line 184, app/assets/stylesheets/customer/callback_modals.scss */
  #cta-container .h-title {
    margin-top: 6px !important;
  }
  /* line 185, app/assets/stylesheets/customer/callback_modals.scss */
  #cta-container .sub-text {
    margin-bottom: 10px !important;
  }
  /* line 186, app/assets/stylesheets/customer/callback_modals.scss */
  #cta-container .mb-3 {
    margin-bottom: 8px !important;
  }
  /* line 187, app/assets/stylesheets/customer/callback_modals.scss */
  #cta-container .mb-2 {
    margin-bottom: 6px !important;
  }
  /* line 188, app/assets/stylesheets/customer/callback_modals.scss */
  #cta-container .otp-terms {
    margin-top: 8px !important;
  }
}

/* ── /Mobile bottom-sheet ─────────────────────────────────────────────────── */
