/* Acceasy ecosystem — shared UIX modal/scheduler styles
   Extracted verbatim from css/water-section.css (.uix-* rules only).
   Used by the Pricing + Let's-talk footer modals on the four service pages. */

/* Footer CTA buttons (Pricing / Let's talk) on the four service pages */
.acc-footer-actions { display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; margin: 0 auto 2.2rem; }
.acc-footer-btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.72rem 1.6rem; border-radius: 99px; font-family: "iskra", sans-serif; font-weight: 700; font-size: 0.9rem; line-height: 1; text-decoration: none; cursor: pointer; transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease; }
.acc-footer-btn svg { width: 17px; height: 17px; flex-shrink: 0; }
.acc-footer-btn--primary { background: var(--gold, #bf9765); color: #041329; border: 1px solid var(--gold, #bf9765); }
.acc-footer-btn--primary:hover { background: var(--gold-bright, #e9c349); border-color: var(--gold-bright, #e9c349); transform: translateY(-2px); }
.acc-footer-btn--ghost { background: rgba(255, 255, 255, 0.04); color: #e8d5b7; border: 1px solid rgba(191, 151, 101, 0.4); }
.acc-footer-btn--ghost:hover { border-color: var(--gold-bright, #e9c349); color: var(--gold-bright, #e9c349); transform: translateY(-2px); }
.acc-footer-btn:focus-visible { outline: 2px solid var(--gold-bright, #e9c349); outline-offset: 2px; }

/* Booking-modal loader spinner (used by js/media-booking.js) */
.ds-iframe-spinner { width: 4rem; height: 4rem; border: 4px solid rgba(19, 200, 236, 0.2); border-top-color: var(--ds-glow, #13c8ec); border-radius: 50%; animation: ds-spin 1s linear infinite; margin: 0 auto 1rem; }
@keyframes ds-spin { to { transform: rotate(360deg); } }

:root {
  --water-card-bg: #0a1628;
  --water-accent: #13c8ec;
  --water-accent-40: rgba(19, 200, 236, 0.4);
  --water-accent-60: rgba(19, 200, 236, 0.6);
  --water-accent-70: rgba(19, 200, 236, 0.7);
  --water-overlay-bg: rgba(0, 0, 0, 0.8);
  --water-modal-shadow: 0 0 100px rgba(19, 200, 236, 0.2);
}

@media screen and (max-height: 500px) {
.uix-conversion-modal {
    align-items: flex-start;
    padding-top: 0.25rem;
  }
.uix-modal-window {
    max-height: 98vh;
    max-height: 98dvh;
    padding: 0.75rem;
    padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
    border-radius: 8px;
  }
.uix-modal-title {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
  }
.uix-modal-subtitle {
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
  }
.uix-scheduler-container {
    min-height: 0;
  }
.uix-time-list {
    max-height: 120px;
  }
.uix-date-list .uix-sched-btn {
    padding: 0.5rem 0.4rem;
    min-width: 60px;
  }
.uix-date-date {
    font-size: 1rem;
  }
.uix-booking-form {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
  }
.uix-form-grid {
    gap: 0.75rem;
  }
.uix-submit-btn {
    padding: 0.875rem 1.5rem;
    min-height: 44px;
    /* keep touch target accessible */
  }
}
@media screen and (max-height: 500px) {
.uix-conversion-modal {
    align-items: flex-start;
    padding-top: 0.25rem;
  }
.uix-modal-window {
    max-height: 98vh;
    max-height: 98dvh;
    padding: 0.75rem;
    padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
    border-radius: 8px;
  }
.uix-modal-title {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
  }
.uix-modal-subtitle {
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
  }
.uix-scheduler-container {
    min-height: 0;
  }
.uix-time-list {
    max-height: 120px;
  }
.uix-date-list .uix-sched-btn {
    padding: 0.5rem 0.4rem;
    min-width: 60px;
  }
.uix-date-date {
    font-size: 1rem;
  }
.uix-booking-form {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
  }
.uix-form-grid {
    gap: 0.75rem;
  }
.uix-submit-btn {
    padding: 0.875rem 1.5rem;
    min-height: 44px;
    /* keep touch target accessible */
  }
}
@media screen and (max-height: 500px) {
.uix-conversion-modal {
    align-items: flex-start;
    padding-top: 0.25rem;
  }
.uix-modal-window {
    max-height: 98vh;
    max-height: 98dvh;
    padding: 0.75rem;
    padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
    border-radius: 8px;
  }
.uix-modal-title {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
  }
.uix-modal-subtitle {
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
  }
.uix-scheduler-container {
    min-height: 0;
  }
.uix-time-list {
    max-height: 120px;
  }
.uix-date-list .uix-sched-btn {
    padding: 0.5rem 0.4rem;
    min-width: 60px;
  }
.uix-date-date {
    font-size: 1rem;
  }
.uix-booking-form {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
  }
.uix-form-grid {
    gap: 0.75rem;
  }
.uix-submit-btn {
    padding: 0.875rem 1.5rem;
    min-height: 44px;
    /* keep touch target accessible */
  }
}
@media screen and (max-height: 500px) {
.uix-conversion-modal {
    align-items: flex-start;
    padding-top: 0.25rem;
  }
.uix-modal-window {
    max-height: 98vh;
    max-height: 98dvh;
    padding: 0.75rem;
    padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
    border-radius: 8px;
  }
.uix-modal-title {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
  }
.uix-modal-subtitle {
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
  }
.uix-scheduler-container {
    min-height: 0;
  }
.uix-time-list {
    max-height: 120px;
  }
.uix-date-list .uix-sched-btn {
    padding: 0.5rem 0.4rem;
    min-width: 60px;
  }
.uix-date-date {
    font-size: 1rem;
  }
.uix-booking-form {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
  }
.uix-form-grid {
    gap: 0.75rem;
  }
.uix-submit-btn {
    padding: 0.875rem 1.5rem;
    min-height: 44px;
    /* keep touch target accessible */
  }
}
@media screen and (max-height: 500px) {
.uix-conversion-modal {
    align-items: flex-start;
    padding-top: 0.25rem;
  }
.uix-modal-window {
    max-height: 98vh;
    max-height: 98dvh;
    padding: 0.75rem;
    padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
    border-radius: 8px;
  }
.uix-modal-title {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
  }
.uix-modal-subtitle {
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
  }
.uix-scheduler-container {
    min-height: 0;
  }
.uix-time-list {
    max-height: 120px;
  }
.uix-date-list .uix-sched-btn {
    padding: 0.5rem 0.4rem;
    min-width: 60px;
  }
.uix-date-date {
    font-size: 1rem;
  }
.uix-booking-form {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
  }
.uix-form-grid {
    gap: 0.75rem;
  }
.uix-submit-btn {
    padding: 0.875rem 1.5rem;
    min-height: 44px;
    /* keep touch target accessible */
  }
}
@media screen and (max-height: 500px) {
.uix-conversion-modal {
    align-items: flex-start;
    padding-top: 0.25rem;
  }
.uix-modal-window {
    max-height: 98vh;
    max-height: 98dvh;
    padding: 0.75rem;
    padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
    border-radius: 8px;
  }
.uix-modal-title {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
  }
.uix-modal-subtitle {
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
  }
.uix-scheduler-container {
    min-height: 0;
  }
.uix-time-list {
    max-height: 120px;
  }
.uix-date-list .uix-sched-btn {
    padding: 0.5rem 0.4rem;
    min-width: 60px;
  }
.uix-date-date {
    font-size: 1rem;
  }
.uix-booking-form {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
  }
.uix-form-grid {
    gap: 0.75rem;
  }
.uix-submit-btn {
    padding: 0.875rem 1.5rem;
    min-height: 44px;
    /* keep touch target accessible */
  }
}
@media screen and (max-height: 500px) {
.uix-conversion-modal {
    align-items: flex-start;
    padding-top: 0.25rem;
  }
.uix-modal-window {
    max-height: 98vh;
    max-height: 98dvh;
    padding: 0.75rem;
    padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
    border-radius: 8px;
  }
.uix-modal-title {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
  }
.uix-modal-subtitle {
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
  }
.uix-scheduler-container {
    min-height: 0;
  }
.uix-time-list {
    max-height: 120px;
  }
.uix-date-list .uix-sched-btn {
    padding: 0.5rem 0.4rem;
    min-width: 60px;
  }
.uix-date-date {
    font-size: 1rem;
  }
.uix-booking-form {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
  }
.uix-form-grid {
    gap: 0.75rem;
  }
.uix-submit-btn {
    padding: 0.875rem 1.5rem;
    min-height: 44px;
    /* keep touch target accessible */
  }
}
@media screen and (max-height: 500px) {
.uix-conversion-modal {
    align-items: flex-start;
    padding-top: 0.25rem;
  }
.uix-modal-window {
    max-height: 98vh;
    max-height: 98dvh;
    padding: 0.75rem;
    padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
    border-radius: 8px;
  }
.uix-modal-title {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
  }
.uix-modal-subtitle {
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
  }
.uix-scheduler-container {
    min-height: 0;
  }
.uix-time-list {
    max-height: 120px;
  }
.uix-date-list .uix-sched-btn {
    padding: 0.5rem 0.4rem;
    min-width: 60px;
  }
.uix-date-date {
    font-size: 1rem;
  }
.uix-booking-form {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
  }
.uix-form-grid {
    gap: 0.75rem;
  }
.uix-submit-btn {
    padding: 0.875rem 1.5rem;
    min-height: 44px;
    /* keep touch target accessible */
  }
}
@media screen and (max-height: 500px) {
.uix-conversion-modal {
    align-items: flex-start;
    padding-top: 0.25rem;
  }
.uix-modal-window {
    max-height: 98vh;
    max-height: 98dvh;
    padding: 0.75rem;
    padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
    border-radius: 8px;
  }
.uix-modal-title {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
  }
.uix-modal-subtitle {
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
  }
.uix-scheduler-container {
    min-height: 0;
  }
.uix-time-list {
    max-height: 120px;
  }
.uix-date-list .uix-sched-btn {
    padding: 0.5rem 0.4rem;
    min-width: 60px;
  }
.uix-date-date {
    font-size: 1rem;
  }
.uix-booking-form {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
  }
.uix-form-grid {
    gap: 0.75rem;
  }
.uix-submit-btn {
    padding: 0.875rem 1.5rem;
    min-height: 44px;
    /* keep touch target accessible */
  }
}
@media screen and (max-height: 500px) {
.uix-conversion-modal {
    align-items: flex-start;
    padding-top: 0.25rem;
  }
.uix-modal-window {
    max-height: 98vh;
    max-height: 98dvh;
    padding: 0.75rem;
    padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
    border-radius: 8px;
  }
.uix-modal-title {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
  }
.uix-modal-subtitle {
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
  }
.uix-scheduler-container {
    min-height: 0;
  }
.uix-time-list {
    max-height: 120px;
  }
.uix-date-list .uix-sched-btn {
    padding: 0.5rem 0.4rem;
    min-width: 60px;
  }
.uix-date-date {
    font-size: 1rem;
  }
.uix-booking-form {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
  }
.uix-form-grid {
    gap: 0.75rem;
  }
.uix-submit-btn {
    padding: 0.875rem 1.5rem;
    min-height: 44px;
    /* keep touch target accessible */
  }
}
.uix-conversion-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  /* Above everything */
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.uix-conversion-modal.is-open {
  pointer-events: auto;
  opacity: 1;
}
.uix-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 9, 20, 0.6);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.uix-modal-window {
  position: relative;
  box-sizing: border-box;
  /* Fix horizontal overflow */
  width: 90%;
  max-width: 680px;
  max-height: 90vh;
  max-height: 90dvh;
  overflow-y: auto;
  background: rgba(16, 24, 39, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5), 0 0 40px rgba(19, 200, 236, 0.1);
  border-radius: 24px;
  padding: 3rem;
  transform: translateY(20px) scale(0.98);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease;
  opacity: 0;
  scrollbar-width: thin;
  /* Firefox — shows a slim native bar */
  scrollbar-color: rgba(255, 255, 255, 0.25) transparent;
  /* Firefox thumb / track */
}
.uix-modal-window::-webkit-scrollbar {
  width: 10px;
  /* Wider for easier grabbing */
}
.uix-modal-window::-webkit-scrollbar-track {
  background: transparent;
}
.uix-modal-window::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 9999px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.uix-modal-window::-webkit-scrollbar-thumb:hover {
  background: rgba(19, 200, 236, 0.6);
  background-clip: content-box;
  border: 2px solid transparent;
}
.uix-modal-window::-webkit-scrollbar-thumb:active {
  background: rgba(19, 200, 236, 0.9);
  background-clip: content-box;
  border: 2px solid transparent;
}
.uix-conversion-modal.is-open .uix-modal-window {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.uix-modal-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.uix-modal-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transform: rotate(90deg);
}
.uix-modal-content {
  color: #fff;
  font-family: inherit;
}
.uix-modal-title {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
  color: #fff;
}
.uix-modal-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
.uix-scheduler-container {
  width: 100%;
  min-height: 400px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px dashed rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.uix-modal-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding-right: 4rem;
}
.uix-lang-toggle {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 0.25rem;
}
.uix-lang-btn {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.uix-lang-btn:hover {
  color: rgba(255, 255, 255, 0.8);
}
.uix-lang-btn.is-active {
  background: rgba(19, 200, 236, 0.15);
  color: var(--ds-glow, #13c8ec);
}
.uix-lang-divider {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 0.25rem;
}
.uix-sched-loader {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem;
}
.uix-sched-interactive {
  padding: 1.5rem;
  width: 100%;
  box-sizing: border-box;
}
.uix-sched-carousel-layout {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.uix-date-list {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
  /* Firefox */
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}
.uix-date-list::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}
.uix-time-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 0.5rem;
  max-height: 250px;
  overflow-y: auto;
  padding-right: 0.25rem;
  /* Firefox — thick thumb, cyan on dark track */
  scrollbar-width: auto;
  scrollbar-color: rgba(19, 200, 236, 0.75) rgba(255, 255, 255, 0.08);
}
.uix-time-list::-webkit-scrollbar {
  width: 14px;
}
.uix-time-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 9999px;
  margin: 4px 0;
}
.uix-time-list::-webkit-scrollbar-thumb {
  background: rgba(19, 200, 236, 0.75);
  border-radius: 9999px;
  /* No border/background-clip — full 14px is solid and grabbable */
  min-height: 44px;
}
.uix-time-list::-webkit-scrollbar-thumb:hover {
  background: rgba(19, 200, 236, 0.95);
}
.uix-time-list::-webkit-scrollbar-thumb:active {
  background: #13c8ec;
}
.uix-sched-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.8);
  padding: 0.875rem 1rem;
  font-size: 0.95rem;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.uix-date-list .uix-sched-btn {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
  flex-shrink: 0;
  min-width: 80px;
  padding: 1rem 0.5rem;
  gap: 0.25rem;
}
.uix-date-day {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.uix-date-date {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}
.uix-sched-btn:hover:not(:disabled) {
  background: rgba(19, 200, 236, 0.1);
  border-color: rgba(19, 200, 236, 0.4);
  color: #fff;
  transform: translateY(-2px);
}
.uix-sched-btn.is-selected {
  background: rgba(19, 200, 236, 0.2);
  border-color: var(--ds-glow, #13c8ec);
  color: #fff;
  box-shadow: inset 0 0 0 1px var(--ds-glow, #13c8ec);
}
.uix-sched-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0.2);
}
.uix-booking-form {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px dashed rgba(255, 255, 255, 0.15);
}
.uix-book-btn {
  width: 100%;
}
.uix-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.uix-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.uix-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.uix-form-group label {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.02em;
}
.uix-form-group input[type="text"],
.uix-form-group input[type="email"],
.uix-form-group textarea {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  color: #fff;
  font-size: 1rem;
  font-family: inherit;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.uix-form-group input::placeholder,
.uix-form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.uix-form-group input:focus,
.uix-form-group textarea:focus {
  outline: none;
  border-color: var(--ds-glow, #13c8ec);
  background: rgba(19, 200, 236, 0.05);
  box-shadow: 0 0 0 4px rgba(19, 200, 236, 0.1);
}
.uix-file-upload-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}
.uix-file-upload-label:hover {
  background: rgba(255, 255, 255, 0.03);
  border-color: var(--ds-glow, #13c8ec);
}
.uix-upload-icon {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.75rem;
  transition: color 0.3s ease;
}
.uix-file-upload-label:hover .uix-upload-icon {
  color: var(--ds-glow, #13c8ec);
}
.uix-upload-text {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}
.uix-file-input {
  display: none;
}
.uix-submit-btn {
  margin-top: 1rem;
  background: var(--ds-glow, #13c8ec);
  color: #000;
  border: none;
  border-radius: 999px;
  padding: 1.25rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
}
.uix-submit-btn:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(19, 200, 236, 0.3);
}
.uix-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.uix-btn-loader {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000;
  border-radius: 50%;
  animation: uix-spin 0.8s linear infinite;
}
.uix-form-success {
  text-align: center;
  padding: 2rem 0;
}
.uix-success-icon {
  margin-bottom: 1rem;
}
.uix-form-success h4 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.uix-form-success p {
  color: rgba(255, 255, 255, 0.7);
}
@keyframes uix-spin {
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-height: 500px) {
.uix-conversion-modal {
    align-items: flex-start;
    padding-top: 0.25rem;
  }
.uix-modal-window {
    max-height: 98vh;
    max-height: 98dvh;
    padding: 0.75rem;
    padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
    border-radius: 8px;
  }
.uix-modal-title {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
  }
.uix-modal-subtitle {
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
  }
.uix-scheduler-container {
    min-height: 0;
  }
.uix-time-list {
    max-height: 120px;
  }
.uix-date-list .uix-sched-btn {
    padding: 0.5rem 0.4rem;
    min-width: 60px;
  }
.uix-date-date {
    font-size: 1rem;
  }
.uix-booking-form {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
  }
.uix-form-grid {
    gap: 0.75rem;
  }
.uix-submit-btn {
    padding: 0.875rem 1.5rem;
    min-height: 44px;
    /* keep touch target accessible */
  }
}
@media screen and (max-width: 768px) {
.uix-conversion-modal {
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: hidden;
  }
.uix-modal-window {
    box-sizing: border-box;
    width: 92vw !important;
    max-width: 440px !important;
    max-height: 92dvh !important;
    max-height: 92vh !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 1.25rem !important;
    padding-bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px)) !important;
    border-radius: 16px;
  }
.uix-modal-header-flex {
    padding-right: 2.5rem;
    margin-bottom: 0.75rem !important;
  }
.uix-modal-title {
    font-size: 1.2rem !important;
    margin-bottom: 0.2rem !important;
  }
.uix-modal-subtitle {
    font-size: 0.8rem !important;
    margin-bottom: 0.6rem !important;
    line-height: 1.3 !important;
  }
.uix-scheduler-container {
    min-height: 0 !important;
    overflow: visible !important;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
  }
.uix-sched-interactive {
    padding: 0 !important;
  }
.uix-sched-carousel-layout {
    gap: 0.5rem !important;
  }
.uix-date-list .uix-sched-btn {
    padding: 0.5rem 0.4rem !important;
    min-width: 56px !important;
    gap: 0.1rem !important;
  }
.uix-date-day {
    font-size: 0.65rem !important;
  }
.uix-date-date {
    font-size: 0.95rem !important;
  }
.uix-time-list {
    max-height: 110px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    padding-right: 0 !important;
    padding-bottom: 0.5rem !important;
  }
.uix-booking-form {
    margin-top: 0.75rem !important;
    padding-top: 0.75rem !important;
  }
.uix-form-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem !important;
  }
.uix-form-group input {
    padding: 0.65rem 0.9rem !important;
    font-size: 0.9rem !important;
  }
.uix-submit-btn {
    padding: 0.8rem 1.25rem !important;
    min-height: 44px !important;
    margin-top: 0.6rem !important;
  }
#uix-modal-view-form .uix-modal-title,
  .uix-modal-view-form .uix-modal-title {
    font-size: 1.1rem !important;
    margin-bottom: 0.15rem !important;
  }
#uix-modal-view-form .uix-modal-subtitle,
  .uix-modal-view-form .uix-modal-subtitle {
    font-size: 0.75rem !important;
    margin-bottom: 0.6rem !important;
  }
#uix-modal-view-form .uix-form {
    gap: 0.6rem !important;
  }
#uix-modal-view-form .uix-form-group input,
  #uix-modal-view-form .uix-form-group textarea {
    padding: 0.55rem 0.8rem !important;
    font-size: 0.85rem !important;
  }
#uix-modal-view-form textarea#uix-vision {
    rows: 2;
    max-height: 60px !important;
    min-height: 0 !important;
    resize: none !important;
  }
#uix-modal-view-form .uix-file-upload-label {
    padding: 0.75rem 1rem !important;
    flex-direction: row !important;
    gap: 0.5rem !important;
    justify-content: flex-start !important;
  }
#uix-modal-view-form .uix-upload-icon {
    margin-bottom: 0 !important;
    flex-shrink: 0;
  }
#uix-modal-view-form .uix-upload-text {
    font-size: 0.75rem !important;
    text-align: left !important;
  }
body.uix-form-view-open .uix-modal-window {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
}
@media screen and (max-height: 500px) {
.uix-conversion-modal {
    align-items: center;
    padding: 0;
  }
.uix-modal-window {
    max-height: 98dvh !important;
    max-height: 98vh !important;
    padding: 0.6rem !important;
    padding-bottom: calc(0.6rem + env(safe-area-inset-bottom, 0px)) !important;
    border-radius: 8px;
    overflow: hidden !important;
  }
.uix-modal-title {
    font-size: 0.95rem !important;
    margin-bottom: 0.1rem !important;
  }
.uix-modal-subtitle {
    font-size: 0.72rem !important;
    margin-bottom: 0.4rem !important;
  }
.uix-modal-header-flex {
    margin-bottom: 0.4rem !important;
  }
.uix-scheduler-container {
    min-height: 0 !important;
    overflow: visible !important;
    border: none !important;
    background: transparent !important;
  }
.uix-sched-carousel-layout {
    gap: 0.35rem !important;
  }
.uix-time-list {
    max-height: 100px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    scrollbar-width: auto !important;
    scrollbar-color: rgba(19, 200, 236, 0.8) rgba(255, 255, 255, 0.1) !important;
  }
.uix-date-list .uix-sched-btn {
    padding: 0.35rem 0.3rem !important;
    min-width: 50px !important;
  }
.uix-date-date {
    font-size: 0.85rem !important;
  }
.uix-booking-form {
    margin-top: 0.4rem !important;
    padding-top: 0.4rem !important;
  }
.uix-form-grid {
    gap: 0.4rem !important;
  }
.uix-submit-btn {
    padding: 0.6rem 1rem !important;
    min-height: 40px !important;
  }
}
