.xft-contact-form {
  color: #23383a;
  display: grid;
  gap: 1.6rem;
  font: 400 16px/1.5 "Aeonik", Arial, sans-serif;
}

header img[src="/brand/belidor-ai-logo-header.svg"] {
  height: 39px !important;
  width: auto !important;
}

footer img[src="/brand/belidor-ai-logo-footer.svg"] {
  height: 41.6px !important;
  width: auto !important;
}

.xft-nav-menu {
  background: #fff;
  border: 1px solid #e2e8e8;
  border-radius: 10px;
  box-shadow: 0 18px 45px rgba(24, 54, 55, .14);
  display: grid;
  gap: .2rem;
  left: 0;
  min-width: 260px;
  padding: .65rem;
  position: absolute;
  top: calc(100% + .45rem);
  z-index: 80;
}

.xft-nav-menu[hidden],
.xft-mobile-menu[hidden] {
  display: none !important;
}

.xft-nav-menu a {
  border-radius: 7px;
  color: #23383a;
  display: block;
  font: 500 14px/1.3 "Aeonik", Arial, sans-serif;
  padding: .7rem .8rem;
}

.xft-nav-menu a:hover,
.xft-nav-menu a:focus-visible {
  background: #eef7f5;
  color: #167d6c;
}

.xft-mobile-menu {
  background: #fff;
  border-top: 1px solid #e2e8e8;
  box-shadow: 0 18px 45px rgba(24, 54, 55, .12);
  display: grid;
  gap: 1.5rem;
  left: 0;
  max-height: calc(100vh - 72px);
  overflow: auto;
  padding: 1.5rem;
  position: absolute;
  right: 0;
  top: 72px;
  z-index: 70;
}

.xft-mobile-menu section {
  display: grid;
  gap: .45rem;
}

.xft-mobile-menu strong {
  color: #617173;
  font: 600 12px/1.2 "GT Pressura", Arial, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.xft-mobile-menu a {
  color: #23383a;
  font: 500 16px/1.3 "Aeonik", Arial, sans-serif;
  padding: .35rem 0;
}

.xft-mobile-actions {
  display: grid;
  gap: .65rem;
  grid-template-columns: 1fr 1fr;
}

.xft-mobile-actions a {
  border: 1px solid #23383a;
  border-radius: 999px;
  padding: .8rem 1rem;
  text-align: center;
}

.xft-mobile-actions a:last-child {
  background: #24bc85;
  border-color: #24bc85;
}

.xft-form-grid {
  display: grid;
  gap: 1.6rem 2.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.xft-contact-form label:not(.xft-check) {
  display: grid;
  gap: .65rem;
}

.xft-contact-form label > span[aria-hidden="true"] {
  color: #e15252;
}

.xft-contact-form input:not([type="checkbox"]),
.xft-contact-form textarea {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #d5dcdf;
  border-radius: 0;
  color: #23383a;
  font: inherit;
  min-height: 44px;
  outline: 0;
  padding: .45rem 0;
  width: 100%;
}

.xft-contact-form textarea {
  resize: vertical;
}

.xft-contact-form input:focus,
.xft-contact-form textarea:focus {
  border-color: #24bc85;
}

.xft-check {
  align-items: flex-start;
  display: flex;
  gap: .7rem;
}

.xft-check input {
  accent-color: #24bc85;
  height: 17px;
  margin-top: .2rem;
  width: 17px;
}

.xft-consent-copy,
.xft-form-status,
.xft-scheduler-status {
  color: #4f6264;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.xft-consent-copy a,
.xft-form-status a,
.xft-scheduler-status a {
  color: #167d6c;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.xft-submit {
  align-items: center;
  background: #24bc85;
  border: 0;
  border-radius: 999px;
  color: #153b39;
  cursor: pointer;
  display: inline-flex;
  font: 500 16px/1 "Aeonik", Arial, sans-serif;
  justify-content: center;
  min-height: 48px;
  padding: 0 2rem;
  width: max-content;
}

.xft-submit:hover,
.xft-submit:focus-visible {
  background: #46d69e;
}

.xft-scheduler {
  background: #fff;
  border: 1px solid #e3e8e8;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(35, 56, 58, .1);
  color: #23383a;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  min-height: 660px;
  overflow: hidden;
}

.xft-calendar-panel {
  background: #213c3e;
  color: #fff;
  padding: 3rem 2rem;
}

.xft-booking-panel[hidden] {
  display: none;
}

.xft-scheduler.xft-details-active .xft-calendar-panel,
.xft-scheduler.xft-details-active .xft-times-panel {
  display: none;
}

.xft-booking-panel {
  align-self: center;
  grid-column: 1 / -1;
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 2rem;
  width: 100%;
}

.xft-booking-panel .xft-scheduler-kicker {
  color: #23383a;
  max-width: none;
  text-align: left;
}

.xft-booking-back {
  background: transparent;
  border: 0;
  color: #167d6c;
  cursor: pointer;
  font: 500 14px/1.4 "Aeonik", Arial, sans-serif;
  margin: 0 0 1.5rem;
  padding: 0;
}

.xft-booking-back:hover,
.xft-booking-back:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.xft-booking-summary {
  background: #eef7f5;
  border-left: 3px solid #24bc85;
  color: #33484d;
  margin: 0 0 2rem;
  padding: .9rem 1rem;
}

.xft-booking-dialog {
  background: transparent;
  border: 0;
  max-width: min(520px, calc(100vw - 2rem));
  padding: 0;
}

.xft-booking-dialog::backdrop {
  background: rgba(22, 45, 47, .58);
}

.xft-booking-dialog-card {
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(16, 44, 45, .24);
  color: #23383a;
  display: grid;
  gap: 1.5rem;
  justify-items: center;
  padding: 2.5rem;
  text-align: center;
}

.xft-booking-dialog-card p {
  font: 500 22px/1.4 "Aeonik", Arial, sans-serif;
  margin: 0;
}

.xft-scheduler-brand {
  display: flex;
  justify-content: center;
  margin-bottom: 1.2rem;
}

.xft-brand-mark {
  align-items: center;
  border: 4px solid #a4dde1;
  border-radius: 12px;
  color: #a4dde1;
  display: inline-flex;
  font-size: 22px;
  font-weight: 600;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.xft-scheduler-kicker {
  font-size: 24px;
  line-height: 1.25;
  margin: 0 auto 1rem;
  max-width: 280px;
  text-align: center;
}

.xft-calendar-header {
  align-items: center;
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  margin: 1rem 0 1.5rem;
  text-align: center;
}

.xft-calendar-header button {
  background: transparent;
  border: 0;
  color: #d4ebec;
  cursor: pointer;
  font-size: 30px;
  height: 42px;
}

.xft-calendar-header strong {
  font-size: 20px;
  font-weight: 600;
}

.xft-weekdays,
.xft-days {
  display: grid;
  gap: .45rem;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.xft-weekdays {
  color: #d8e5e6;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: .6rem;
  text-align: center;
}

.xft-days > span,
.xft-days > button {
  aspect-ratio: 1;
  align-items: center;
  display: flex;
  justify-content: center;
}

.xft-days > button {
  background: transparent;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font: 500 14px/1 "Aeonik", Arial, sans-serif;
}

.xft-days > button:hover:not(:disabled),
.xft-days > button:focus-visible:not(:disabled) {
  box-shadow: inset 0 0 0 2px #a4dde1;
}

.xft-days > button[aria-current="date"] {
  box-shadow: inset 0 0 0 2px #a4dde1;
  font-weight: 700;
}

.xft-days > button.selected {
  background: #fff;
  color: #23383a;
}

.xft-days > button:disabled {
  color: rgba(255, 255, 255, .3);
  cursor: default;
}

.xft-times-panel {
  padding: 2.8rem 2rem;
}

.xft-times-label {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 .45rem;
}

.xft-times-value {
  color: #586a71;
  margin: 0 0 1.9rem;
}

.xft-duration {
  background: #d9e3ec;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 0 2rem;
  padding: .55rem;
  text-align: center;
}

.xft-time-list {
  display: grid;
  gap: .55rem;
  margin: .8rem 0 1rem;
  max-height: 360px;
  overflow: auto;
  padding-right: .25rem;
}

.xft-time-list button {
  background: #fff;
  border: 1px solid #dbe1e3;
  border-radius: 3px;
  color: #33484d;
  cursor: pointer;
  font: 500 15px/1 "Aeonik", Arial, sans-serif;
  min-height: 48px;
}

.xft-time-list button:hover:not(:disabled),
.xft-time-list button:focus-visible:not(:disabled) {
  border-color: #24bc85;
  color: #167d6c;
}

.xft-time-list button:disabled {
  color: #9ba7aa;
  cursor: default;
}

@media (max-width: 760px) {
  .xft-form-grid,
  .xft-scheduler {
    grid-template-columns: 1fr;
  }

  .xft-scheduler {
    min-height: 0;
  }

  .xft-calendar-panel,
  .xft-times-panel,
  .xft-booking-panel {
    padding: 2rem 1.25rem;
  }
}
