.lss-shell {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 640px;
  padding: clamp(46px, 7vw, 86px) 18px 42px;
  color: #171717;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.lss-grid-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(17, 24, 39, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 24, 39, 0.06) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: radial-gradient(circle at 50% 35%, #000 0, rgba(0, 0, 0, 0.72) 36%, transparent 78%);
}

.lss-hero {
  margin: 0 auto 38px;
  text-align: center;
}

.lss-hero h2 {
  margin: 0 0 14px;
  color: #080808;
  font-size: 26px;
  font-weight: 760;
  line-height: 1.15;
  letter-spacing: 0;
}

.lss-hero p {
  margin: 0;
  color: #b7b7b7;
  font-size: 16px;
  line-height: 1.4;
}

.lss-widget {
  position: relative;
  display: grid;
  grid-template-columns: 280px minmax(420px, 1fr) 280px;
  max-width: 1040px;
  min-height: 492px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(10, 10, 10, 0.02);
  overflow: visible;
}

.lss-widget.lss-form-mode {
  grid-template-columns: 340px minmax(390px, 1fr);
  max-width: 760px;
}

.lss-loading {
  grid-column: 1 / -1;
  display: grid;
  min-height: 420px;
  place-items: center;
  color: #70757d;
}

.lss-info-panel,
.lss-calendar-panel,
.lss-times-panel,
.lss-form-panel {
  min-width: 0;
  padding: 30px 26px;
}

.lss-info-panel {
  border-right: 1px solid #e7e7ea;
}

.lss-calendar-panel {
  border-right: 1px solid #e7e7ea;
}

.lss-logo {
  display: grid;
  width: 24px;
  height: 24px;
  margin-bottom: 18px;
  place-items: center;
  overflow: hidden;
  border-radius: 999px;
  background: #0b0b0b;
  color: #fff;
  font-size: 8px;
  font-weight: 800;
}

.lss-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lss-brand {
  margin: 0 0 10px;
  color: #767b85;
  font-size: 15px;
  font-weight: 720;
  line-height: 1.2;
}

.lss-info-panel h3 {
  margin: 0 0 12px;
  color: #3f3f46;
  font-size: 24px;
  font-weight: 740;
  line-height: 1.18;
  letter-spacing: 0;
}

.lss-description {
  max-width: 245px;
  margin: 0;
  color: #44464d;
  font-size: 16px;
  line-height: 1.35;
}

.lss-meta {
  display: grid;
  gap: 18px;
  margin-top: 38px;
}

.lss-meta p {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin: 0;
  color: #454850;
  font-size: 16px;
  line-height: 1.35;
}

.lss-ico {
  display: inline-grid;
  width: 18px;
  height: 18px;
  place-items: center;
  color: #3f3f46;
  font-size: 17px;
  line-height: 1;
}

.lss-meet-ico {
  position: relative;
  width: 16px;
  height: 14px;
  margin-top: 2px;
  border-radius: 3px;
  background: #34a853;
}

.lss-meet-ico::before {
  position: absolute;
  inset: 3px 6px 3px 3px;
  content: "";
  border-radius: 2px;
  background: #fff;
}

.lss-meet-ico::after {
  position: absolute;
  right: -4px;
  top: 4px;
  content: "";
  border-left: 6px solid #fbbc04;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.lss-timezone-row {
  align-items: center;
}

.lss-timezone-label {
  display: block;
}

.lss-timezone-select {
  width: 100%;
  max-width: 210px;
  min-height: 32px;
  padding: 3px 28px 3px 8px;
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: transparent;
  color: #454850;
  font: inherit;
  font-size: 15px;
  line-height: 1.25;
  cursor: pointer;
  outline: none;
}

.lss-timezone-select:hover,
.lss-timezone-select:focus {
  border-color: #d4d4d8;
  background-color: #f7f7f8;
}

.lss-whatsapp-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 2px;
  padding: 10px 14px;
  border: 1px solid #1ebe5d;
  border-radius: 7px;
  background: #25d366;
  box-shadow: 0 6px 16px rgba(18, 140, 126, 0.2);
  color: #fff;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.lss-whatsapp-link:hover,
.lss-whatsapp-link:focus-visible {
  background: #128c7e;
  box-shadow: 0 8px 20px rgba(18, 140, 126, 0.28);
  color: #fff;
  transform: translateY(-1px);
}

.lss-whatsapp-link svg {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  fill: currentColor;
}

.lss-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lss-month-bar,
.lss-times-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 26px;
}

.lss-month-bar h3,
.lss-times-head h3 {
  margin: 0;
  color: #171717;
  font-size: 18px;
  font-weight: 740;
  letter-spacing: 0;
}

.lss-month-bar h3 {
  text-transform: lowercase;
}

.lss-month-actions {
  display: flex;
  gap: 16px;
}

.lss-icon-btn {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #8b8e96;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.lss-icon-btn:hover {
  background: #f4f4f5;
  color: #27272a;
}

.lss-weekdays,
.lss-days-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(38px, 1fr));
  gap: 8px 12px;
}

.lss-weekdays {
  margin-bottom: 22px;
}

.lss-weekdays span {
  color: #0b0b0c;
  font-size: 14px;
  font-weight: 720;
  text-align: center;
  letter-spacing: 0.08em;
}

.lss-days-grid {
  align-items: center;
}

.lss-day {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  max-width: 100%;
  place-items: center;
  justify-self: center;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #4e5157;
  font: inherit;
  font-size: 16px;
  cursor: default;
}

.lss-day:disabled {
  opacity: 1;
  color: #b7bbc3;
  cursor: not-allowed;
  pointer-events: none;
}

.lss-day.is-available {
  background: #e2e5ea;
  color: #141414;
  font-weight: 680;
  cursor: pointer;
}

.lss-day.is-available:hover {
  background: #d8dce3;
}

.lss-day.is-selected {
  background: #1f1f22;
  color: #fff;
}

.lss-day.is-today i {
  position: absolute;
  left: 9px;
  bottom: 10px;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: currentColor;
}

.lss-time-list {
  display: grid;
  gap: 9px;
}

.lss-time-option {
  width: 100%;
  height: 40px;
  border: 1px solid #d4d4d8;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(16, 24, 40, 0.08);
  color: #4a4d55;
  font: inherit;
  font-size: 16px;
  font-weight: 650;
  cursor: pointer;
}

.lss-time-option:hover {
  border-color: #a5a7ad;
  background: #f8f8f9;
  color: #171717;
}

.lss-empty {
  margin: 8px 0 0;
  color: #7b7f87;
  font-size: 14px;
}

.lss-form-panel {
  display: grid;
  gap: 14px;
  border-right: 0;
}

.lss-form-panel label,
.lss-field-block {
  display: grid;
  gap: 8px;
}

.lss-form-panel label > span,
.lss-field-block > span {
  color: #141414;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.2;
}

.lss-form-panel input,
.lss-form-panel textarea,
.lss-select-button {
  width: 100%;
  min-height: 35px;
  border: 1px solid #d1d5db;
  border-radius: 9px;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 4px rgba(16, 24, 40, 0.08);
  color: #3f3f46;
  font: inherit;
  font-size: 16px;
  line-height: 1.25;
  outline: none;
}

.lss-form-panel input,
.lss-form-panel textarea {
  padding: 7px 12px;
}

.lss-form-panel input:focus,
.lss-form-panel textarea:focus,
.lss-select-button:focus {
  border-color: #737780;
  box-shadow: 0 0 0 2px rgba(39, 39, 42, 0.08), 0 1px 4px rgba(16, 24, 40, 0.08);
}

.lss-form-panel textarea {
  min-height: 80px;
  resize: vertical;
}

.lss-question-field {
  display: grid;
  gap: 8px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.lss-question-field legend {
  width: 100%;
  margin: 0 0 8px;
  padding: 0;
  color: #141414;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.2;
}

.lss-choice-list {
  display: grid;
  gap: 7px;
}

.lss-form-panel .lss-choice-option {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid #d8dadd;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}

.lss-form-panel .lss-choice-option:hover {
  border-color: #9ca0a8;
  background: #fafafa;
}

.lss-form-panel .lss-choice-option:has(input:checked) {
  border-color: #27272a;
  background: #f4f4f5;
}

.lss-form-panel .lss-choice-option input {
  width: 16px;
  min-height: 16px;
  margin: 2px 0 0;
  padding: 0;
}

.lss-form-panel .lss-choice-option span {
  min-width: 0;
  color: #27272a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.lss-form-panel em {
  display: inline-grid;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  place-items: center;
  border: 1px solid #7d8592;
  border-radius: 999px;
  color: #7d8592;
  font-size: 11px;
  font-style: normal;
  line-height: 1;
}

.lss-phone-field {
  position: relative;
  display: grid;
  grid-template-columns: minmax(112px, max-content) minmax(0, 1fr);
  align-items: center;
  min-height: 36px;
  border: 1px solid #d1d5db;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(16, 24, 40, 0.08);
  overflow: visible;
}

.lss-country-picker {
  position: relative;
  min-width: 0;
  align-self: stretch;
}

.lss-country-picker.is-open {
  z-index: 30;
}

.lss-country-trigger {
  display: flex;
  width: 100%;
  min-width: 112px;
  min-height: 35px;
  padding: 0 9px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0;
  border-right: 1px solid #e4e4e7;
  border-radius: 8px 0 0 8px;
  background: #fff;
  color: #3f3f46;
  font: inherit;
  cursor: pointer;
}

.lss-country-trigger:hover,
.lss-country-trigger:focus {
  background: #f7f7f8;
  outline: none;
}

.lss-country-trigger span {
  font-size: 18px;
  line-height: 1;
}

.lss-country-trigger strong {
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
}

.lss-country-trigger i {
  color: #6b7280;
  font-size: 12px;
  font-style: normal;
}

.lss-country-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: min(360px, calc(100vw - 48px));
  padding: 9px;
  border: 1px solid #d8dadd;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.18);
}

.lss-country-menu input[type="search"] {
  width: 100%;
  min-height: 38px;
  margin: 0 0 7px;
  padding: 7px 10px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
}

.lss-country-options {
  display: grid;
  max-height: 250px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.lss-country-option {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 8px;
  width: 100%;
  min-height: 38px;
  padding: 7px 9px;
  align-items: center;
  border: 0;
  border-radius: 5px;
  background: #fff;
  color: #27272a;
  text-align: left;
  cursor: pointer;
}

.lss-country-option:hover,
.lss-country-option.is-selected {
  background: #f1f2f4;
}

.lss-country-option span {
  font-size: 18px;
}

.lss-country-option strong {
  min-width: 0;
  font-size: 13px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.lss-country-option small {
  color: #686b73;
  font-size: 12px;
  white-space: nowrap;
}

.lss-country-option[hidden] {
  display: none;
}

.lss-country-empty {
  margin: 10px 4px 3px;
  color: #737780;
  font-size: 13px;
  text-align: center;
}

.lss-phone-field input {
  width: 100%;
  min-width: 0;
  min-height: 34px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.lss-text-action {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border: 0;
  background: transparent;
  color: #70757d;
  font: inherit;
  font-size: 16px;
  font-weight: 660;
  cursor: pointer;
}

.lss-text-action:hover {
  color: #27272a;
}

.lss-guests {
  display: grid;
  gap: 9px;
}

.lss-guest-row {
  display: grid;
  grid-template-columns: 1fr 32px;
  gap: 8px;
  align-items: center;
}

.lss-custom-select {
  position: relative;
  z-index: 1;
}

.lss-custom-select.is-open {
  z-index: 9;
}

.lss-select-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 35px;
  padding: 4px 8px;
  cursor: pointer;
}

.lss-select-button > i {
  flex: 0 0 auto;
  color: #34363b;
  font-style: normal;
  font-size: 18px;
}

.lss-chip-wrap {
  display: flex;
  min-height: 25px;
  flex: 1;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  overflow: hidden;
}

.lss-chip {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 4px;
  padding: 3px 7px;
  border-radius: 8px;
  background: #e6e8ec;
  color: #2e3035;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.15;
  white-space: nowrap;
}

.lss-chip b {
  color: #646872;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
}

.lss-placeholder {
  min-height: 22px;
}

.lss-select-menu {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  max-height: 260px;
  padding: 6px;
  overflow: auto;
  border: 1px solid #e4e4e7;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.15);
}

.lss-select-menu button {
  display: block;
  width: 100%;
  min-height: 38px;
  padding: 8px 12px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #464951;
  font: inherit;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}

.lss-select-menu button:hover,
.lss-select-menu button.is-selected {
  background: #e9eaec;
  color: #27272a;
}

.lss-terms {
  margin: 1px 0 0;
  color: #737985;
  font-size: 13px;
  line-height: 1.35;
}

.lss-terms a {
  color: #27272a;
  text-decoration: none;
}

.lss-form-panel .lss-whatsapp-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin: 2px 0;
  padding: 11px 12px;
  border: 1px solid #cfe8d8;
  border-radius: 7px;
  background: #f3fbf6;
  color: #27543a;
  font-size: 13px;
  line-height: 1.4;
  cursor: pointer;
}

.lss-form-panel .lss-whatsapp-consent input {
  width: 17px;
  height: 17px;
  min-height: 0;
  margin: 1px 0 0;
  accent-color: #25d366;
}

.lss-form-panel .lss-whatsapp-consent span {
  font-weight: 600;
}

.lss-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  align-items: center;
  margin-top: 2px;
}

.lss-back-btn,
.lss-confirm-btn {
  min-height: 35px;
  border: 0;
  border-radius: 10px;
  font: inherit;
  font-size: 16px;
  font-weight: 720;
  cursor: pointer;
}

.lss-back-btn {
  padding: 0 4px;
  background: transparent;
  color: #747985;
}

.lss-confirm-btn {
  padding: 0 14px;
  background: #2b2b2e;
  box-shadow: 0 2px 0 #101010, 0 2px 8px rgba(15, 23, 42, 0.24);
  color: #fff;
}

.lss-confirm-btn:disabled {
  opacity: 0.72;
  cursor: wait;
}

.lss-error {
  padding: 10px 12px;
  border: 1px solid #f0b4b4;
  border-radius: 8px;
  background: #fff5f5;
  color: #9b1c1c;
  font-size: 14px;
}

.lss-form-range {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.lss-success-panel {
  grid-column: 1 / -1;
  display: grid;
  width: min(100%, 520px);
  min-height: 440px;
  margin: 0 auto;
  place-items: center;
  align-content: center;
  gap: 14px;
  padding: 44px 24px;
  text-align: center;
}

.lss-success-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 999px;
  background: #202023;
  color: #fff;
  font-size: 28px;
  font-weight: 760;
}

.lss-success-panel h3 {
  margin: 0;
  color: #171717;
  font-size: 26px;
  line-height: 1.15;
}

.lss-success-panel p {
  max-width: 430px;
  margin: 0;
  color: #575b64;
  font-size: 16px;
  line-height: 1.45;
}

.lss-meet-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 15px;
  border-radius: 10px;
  background: #202023;
  color: #fff;
  font-weight: 720;
  text-decoration: none;
}

.lss-modal-backdrop {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(20, 20, 22, 0.62);
}

.lss-modal {
  width: min(92%, 360px);
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.lss-modal h3 {
  margin: 0 0 8px;
  color: #171717;
  font-size: 16px;
  font-weight: 750;
}

.lss-modal p {
  margin: 0 0 18px;
  color: #6f737d;
  font-size: 13px;
  line-height: 1.35;
}

.lss-brand-footer {
  margin-top: 30px;
  color: #171717;
  font-size: 20px;
  font-weight: 780;
  text-align: center;
}

@media (max-width: 1020px) {
  .lss-widget,
  .lss-widget.lss-form-mode {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .lss-info-panel,
  .lss-calendar-panel {
    border-right: 0;
    border-bottom: 1px solid #e7e7ea;
  }

  .lss-info-panel,
  .lss-calendar-panel,
  .lss-times-panel,
  .lss-form-panel {
    padding: 26px 22px;
  }

  .lss-description {
    max-width: none;
  }
}

@media (max-width: 620px) {
  .lss-shell {
    padding: 36px 12px 30px;
  }

  .lss-hero {
    margin-bottom: 26px;
  }

  .lss-hero h2 {
    font-size: 23px;
  }

  .lss-hero p {
    font-size: 14px;
  }

  .lss-widget {
    min-height: 0;
  }

  .lss-weekdays,
  .lss-days-grid {
    gap: 7px 5px;
  }

  .lss-weekdays span {
    font-size: 11px;
    letter-spacing: 0;
  }

  .lss-day {
    width: 42px;
    height: 42px;
    border-radius: 7px;
    font-size: 14px;
  }

  .lss-month-bar,
  .lss-times-head {
    align-items: flex-start;
  }

  .lss-form-actions {
    justify-content: space-between;
  }

  .lss-phone-field {
    grid-template-columns: minmax(108px, max-content) minmax(0, 1fr);
  }
}

body a.elementor-button[href="#agenda"],
body .leap-sticky-agenda {
  animation: lss-leap-cta-pulse 1.65s ease-in-out infinite !important;
}

@keyframes lss-leap-cta-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(230, 184, 0, 0.55);
  }

  50% {
    box-shadow: 0 0 0 11px rgba(230, 184, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(230, 184, 0, 0.55);
  }
}

@media (prefers-reduced-motion: reduce) {
  body a.elementor-button[href="#agenda"],
  body .leap-sticky-agenda {
    animation: none !important;
    transition: none !important;
  }
}
