.carhotel-shell {
  --carhotel-bg: #ffffff;
  --carhotel-surface: #f6f6f6;
  --carhotel-border: #d8d8d8;
  --carhotel-text: #101010;
  --carhotel-text-soft: #616161;
  --carhotel-accent: hsl(218 92% 54%);
  --carhotel-accent-hover: hsl(218 92% 62%);
  --carhotel-accent-ink: hsl(218 92% 36%);
  --carhotel-accent-soft: hsl(218 100% 97%);
  --carhotel-accent-border: hsl(218 82% 84%);
  --carhotel-focus-ring: hsl(218 92% 54% / 0.18);
  --carhotel-success: #1f7a3f;
  --carhotel-danger: #b42318;
  color: var(--carhotel-text);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  margin: 0;
  max-width: none;
  width: 100%;
}

.carhotel-shell * {
  box-sizing: border-box;
}

.carhotel-shell [hidden] {
  display: none !important;
}

.carhotel-shell input,
.carhotel-shell textarea,
.carhotel-shell button,
.carhotel-shell a,
.carhotel-shell p,
.carhotel-shell span,
.carhotel-shell small,
.carhotel-shell h3 {
  font-family: inherit !important;
  letter-spacing: 0 !important;
}

.carhotel-booking-app {
  padding: 12px 0 32px;
}

.carhotel-card {
  background: var(--carhotel-bg);
  border: 1px solid var(--carhotel-border);
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  padding: 28px;
}

.carhotel-icon {
  display: inline-block;
  flex: 0 0 auto;
  height: 1em;
  vertical-align: middle;
  width: 1em;
}

.carhotel-hero {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, 1fr);
  margin-bottom: 24px;
}

.carhotel-hero-main {
  align-content: start;
  display: grid;
}

.carhotel-kicker {
  color: var(--carhotel-text-soft);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.carhotel-hero h2 {
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 16px;
}

.carhotel-subtitle,
.carhotel-note {
  color: var(--carhotel-text-soft);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
}

.carhotel-hero-language {
  display: flex;
  justify-content: flex-start;
  margin-top: 22px;
}

.carhotel-how {
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.98), rgba(33, 33, 33, 0.98)),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.03) 0,
      rgba(255, 255, 255, 0.03) 10px,
      rgba(255, 255, 255, 0.06) 10px,
      rgba(255, 255, 255, 0.06) 20px
    );
  border-radius: 20px;
  color: #ffffff;
  padding: 24px;
}

.carhotel-title-with-icon,
.carhotel-how-item {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}

.carhotel-how h3 {
  font-size: 1.15rem;
  margin: 0 0 14px;
}

.carhotel-how-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.carhotel-how-item {
  color: rgba(255, 255, 255, 0.86);
}

.carhotel-how-icon {
  color: rgba(255, 255, 255, 0.94);
  font-size: 18px;
}

.carhotel-contact-box {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.78);
  display: grid;
  gap: 6px;
  margin-top: 22px;
  padding-top: 18px;
}

.carhotel-contact-box strong {
  color: #ffffff;
}

.carhotel-progress-language-dropdown {
  position: relative;
  width: min(100%, 220px);
}

.carhotel-progress-language-dropdown summary {
  list-style: none;
}

.carhotel-progress-language-dropdown summary::-webkit-details-marker {
  display: none;
}

.carhotel-progress-language-trigger {
  align-items: center;
  background: #f5f5f5;
  border: 1px solid #e4e4e4;
  border-radius: 999px;
  color: #111111;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  justify-content: flex-start;
  letter-spacing: 0;
  min-height: 46px;
  padding: 0 14px;
  text-transform: uppercase;
  width: 100%;
}

.carhotel-progress-language-trigger:hover,
.carhotel-progress-language-trigger:focus-visible,
.carhotel-progress-language-dropdown[open] .carhotel-progress-language-trigger {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
  outline: none;
}

.carhotel-progress-language-flag {
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.08);
  display: inline-flex;
  height: 22px;
  min-width: 22px;
  overflow: hidden;
  width: 22px;
}

.carhotel-progress-language-flag .carhotel-language-flag-svg {
  display: block;
  height: 100%;
  width: 100%;
}

.carhotel-progress-language-label,
.carhotel-progress-language-option-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.carhotel-progress-language-label {
  flex: 1 1 auto;
}

.carhotel-progress-language-caret {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  flex: 0 0 auto;
  height: 8px;
  transform: rotate(45deg) translateY(-1px);
  width: 8px;
}

.carhotel-progress-language-dropdown[open] .carhotel-progress-language-caret {
  transform: rotate(-135deg) translateY(-1px);
}

.carhotel-progress-language-menu {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 18px;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.12);
  display: grid;
  gap: 8px;
  min-width: 190px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 20;
}

.carhotel-progress-language-option {
  align-items: center;
  background: #fafafa;
  border: 1px solid #e3e3e3;
  border-radius: 14px;
  color: #191919;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0;
  min-height: 44px;
  padding: 0 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.carhotel-progress-language-option:hover,
.carhotel-progress-language-option:focus-visible {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
  outline: none;
}

.carhotel-progress-language-option.is-active {
  background: var(--carhotel-accent-soft);
  border-color: var(--carhotel-accent);
  color: var(--carhotel-accent-ink);
}

.carhotel-form {
  display: grid;
  gap: 22px;
}

.carhotel-honeypot {
  height: 1px;
  left: -10000px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: auto;
  width: 1px;
}

.carhotel-grid {
  display: grid;
  gap: 18px 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.carhotel-field,
.carhotel-fieldset {
  display: grid;
  gap: 8px;
}

.carhotel-field > span,
.carhotel-fieldset-title {
  color: #181818;
  display: block;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  margin: 0;
}

.carhotel-fieldset-note {
  color: var(--carhotel-text-soft);
  font-size: 14px !important;
  line-height: 1.5;
  margin: 0;
}

.carhotel-field input,
.carhotel-field textarea,
.carhotel-flatpickr-input,
.flatpickr-input[readonly].carhotel-flatpickr-input {
  appearance: none;
  background: #ffffff !important;
  border: 1px solid #cfcfcf !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  color: #111111 !important;
  font: inherit;
  font-size: 16px !important;
  line-height: 1.4;
  min-height: 54px;
  padding: 14px 16px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
  width: 100%;
}

.carhotel-field textarea {
  min-height: 140px;
  resize: vertical;
}

.carhotel-field input::placeholder,
.carhotel-field textarea::placeholder,
.carhotel-flatpickr-input::placeholder {
  color: #8b8b8b;
}

.carhotel-field input:hover,
.carhotel-field textarea:hover,
.carhotel-flatpickr-input:hover {
  border-color: #9b9b9b !important;
}

.carhotel-field input:focus,
.carhotel-field textarea:focus,
.carhotel-flatpickr-input:focus,
.flatpickr-input:focus,
.flatpickr-input[readonly]:focus {
  border-color: var(--carhotel-accent) !important;
  box-shadow: 0 0 0 4px var(--carhotel-focus-ring) !important;
  outline: none;
}

.carhotel-field small,
.carhotel-fieldset small {
  color: var(--carhotel-danger);
  display: none;
  font-size: 13px !important;
  line-height: 1.45;
}

.carhotel-field small:not(:empty),
.carhotel-fieldset small:not(:empty) {
  display: block;
}

.carhotel-field input[aria-invalid],
.carhotel-field textarea[aria-invalid],
.carhotel-flatpickr-input.is-invalid {
  background: #fff7f7 !important;
  border-color: #e4a8a2 !important;
  box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.08) !important;
}

.carhotel-flatpickr-input,
.flatpickr-input[readonly].carhotel-flatpickr-input {
  background-image: url("../vendor/phosphor/bold/calendar-blank-bold.svg") !important;
  background-position: right 16px center !important;
  background-repeat: no-repeat !important;
  background-size: 18px 18px !important;
  cursor: pointer;
  padding-right: 48px !important;
}

.carhotel-flatpickr-time-input {
  background-image: url("../vendor/phosphor/bold/calendar-check-bold.svg") !important;
}

.carhotel-fieldset {
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 18px;
}

.carhotel-fieldset-title {
  font-size: 20px !important;
  margin-bottom: 2px;
}

.carhotel-choice {
  align-items: center;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
  border: 1px solid #dfdfdf;
  border-radius: 18px;
  color: #141414;
  cursor: pointer;
  display: flex;
  font-size: 16px !important;
  font-weight: 600 !important;
  gap: 14px;
  line-height: 1.45;
  min-height: 64px;
  padding: 14px 18px;
  position: relative;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.carhotel-choice:hover {
  border-color: #b7cdf9;
  box-shadow: 0 12px 28px rgba(17, 64, 142, 0.08);
  transform: translateY(-1px);
}

.carhotel-choice input {
  height: 1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.carhotel-choice-control {
  align-items: center;
  background: #ffffff;
  border: 1px solid #b7b7b7;
  border-radius: 999px;
  box-shadow: inset 0 0 0 4px #ffffff;
  display: inline-flex;
  flex: 0 0 auto;
  height: 28px;
  justify-content: center;
  position: relative;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  width: 28px;
}

.carhotel-choice input[type="checkbox"] + .carhotel-choice-control {
  border-radius: 10px;
}

.carhotel-choice input:focus-visible + .carhotel-choice-control {
  box-shadow: 0 0 0 4px var(--carhotel-focus-ring);
}

.carhotel-choice input:checked + .carhotel-choice-control {
  background: var(--carhotel-accent);
  border-color: var(--carhotel-accent);
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.24);
  transform: scale(1.02);
}

.carhotel-choice input[type="radio"]:checked + .carhotel-choice-control::after {
  background: #ffffff;
  border-radius: 999px;
  content: "";
  height: 10px;
  width: 10px;
}

.carhotel-choice input[type="checkbox"]:checked + .carhotel-choice-control::after {
  background: #ffffff;
  clip-path: polygon(14% 44%, 0 58%, 40% 100%, 100% 18%, 86% 4%, 39% 68%);
  content: "";
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
}

.carhotel-choice:has(input:checked) {
  background: linear-gradient(180deg, #f7faff 0%, #edf4ff 100%);
  border-color: #adc8ff;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.08);
  color: var(--carhotel-accent-ink);
}

.carhotel-choice:has(input:disabled),
.carhotel-choice-disabled {
  background: linear-gradient(180deg, #f2f4f7 0%, #eceff3 100%);
  border-color: #d2d8e1;
  color: #697386;
  cursor: not-allowed;
  opacity: 0.78;
}

.carhotel-choice:has(input:disabled):hover,
.carhotel-choice-disabled:hover {
  border-color: #d2d8e1;
  box-shadow: none;
  transform: none;
}

.carhotel-choice input:disabled + .carhotel-choice-control {
  background: #98a2b3;
  border-color: #98a2b3;
  box-shadow: none;
  transform: none;
}

.carhotel-choice input:disabled:checked + .carhotel-choice-control::after {
  background: #ffffff;
}

.carhotel-choice-note {
  color: #7b8493;
  display: block;
  font-size: 12px !important;
  font-weight: 700;
  margin-top: 2px;
}

.carhotel-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 4px;
}

.carhotel-actions .carhotel-note {
  color: #4f4f4f !important;
  flex: 1 1 260px;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

.carhotel-shell .carhotel-button,
.carhotel-shell button.carhotel-button,
.carhotel-shell a.carhotel-button {
  align-items: center;
  appearance: none;
  background: var(--carhotel-accent) !important;
  border: 1px solid var(--carhotel-accent) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 16px !important;
  font-weight: 800 !important;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0;
  min-height: 50px !important;
  padding: 0 20px !important;
  text-decoration: none !important;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.carhotel-shell .carhotel-button:hover,
.carhotel-shell .carhotel-button:focus,
.carhotel-shell button.carhotel-button:hover,
.carhotel-shell button.carhotel-button:focus,
.carhotel-shell a.carhotel-button:hover,
.carhotel-shell a.carhotel-button:focus {
  background: var(--carhotel-accent-hover) !important;
  border-color: var(--carhotel-accent-hover) !important;
  box-shadow: 0 12px 30px var(--carhotel-focus-ring) !important;
  color: #ffffff !important;
  outline: none;
}

.carhotel-shell .carhotel-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.carhotel-feedback {
  background: #fff7f7;
  border: 1px solid #e4a8a2;
  border-radius: 16px;
  color: var(--carhotel-danger);
  font-weight: 700;
  padding: 16px 18px;
}

.carhotel-success-screen {
  overflow: hidden;
  padding: 30px;
}

.carhotel-shell .carhotel-success-screen,
.carhotel-shell .carhotel-success-screen * {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

.carhotel-success-header {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-bottom: 18px;
}

.carhotel-success-mark {
  align-items: center;
  background: linear-gradient(180deg, #2d8f50 0%, var(--carhotel-success) 100%);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(31, 122, 63, 0.18);
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 auto;
  height: 54px;
  justify-content: center;
  position: relative;
  width: 52px;
}

.carhotel-success-mark::before {
  background: #ffffff;
  clip-path: polygon(14% 44%, 0 58%, 40% 100%, 100% 18%, 86% 4%, 39% 68%);
  content: "";
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27px;
}

.carhotel-success-copy {
  display: grid;
  gap: 4px;
}

.carhotel-success-eyebrow {
  color: var(--carhotel-success);
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0;
  line-height: 1.25 !important;
  text-transform: uppercase;
}

.carhotel-shell .carhotel-success-screen h3 {
  color: #303030 !important;
  font-size: 38px !important;
  font-weight: 800 !important;
  letter-spacing: 0;
  line-height: 1.08 !important;
  margin: 0 !important;
}

.carhotel-shell .carhotel-success-lead {
  color: var(--carhotel-text-soft) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  margin: 0 0 22px !important;
}

.carhotel-success-details {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 22px;
}

.carhotel-success-item {
  background: #f7f8fa;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 16px;
}

.carhotel-success-item span,
.carhotel-success-item small {
  color: var(--carhotel-text-soft) !important;
}

.carhotel-success-item span {
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-transform: uppercase;
}

.carhotel-success-item strong {
  color: var(--carhotel-text) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  overflow-wrap: anywhere;
}

.carhotel-success-item small {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}

.carhotel-success-actions {
  border-top: 1px solid #ececec;
  padding-top: 20px;
}

.flatpickr-calendar.carhotel-flatpickr-calendar {
  border: 1px solid #dddddd;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.flatpickr-calendar.carhotel-flatpickr-calendar:before,
.flatpickr-calendar.carhotel-flatpickr-calendar:after {
  display: none;
}

.flatpickr-calendar.carhotel-flatpickr-calendar .flatpickr-months,
.flatpickr-calendar.carhotel-flatpickr-calendar .flatpickr-weekdays {
  background: #ffffff;
  border-bottom: 1px solid #ececec;
}

.flatpickr-calendar.carhotel-flatpickr-calendar .flatpickr-months .flatpickr-month,
.flatpickr-calendar.carhotel-flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-calendar.carhotel-flatpickr-calendar .flatpickr-current-month input.cur-year,
.flatpickr-calendar.carhotel-flatpickr-calendar .flatpickr-current-month .cur-month {
  color: #111111 !important;
  fill: #111111;
  -webkit-text-fill-color: #111111;
}

.flatpickr-calendar.carhotel-flatpickr-calendar span.flatpickr-weekday {
  color: #747474;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.flatpickr-calendar .flatpickr-day {
  border: 1px solid transparent;
  border-radius: 999px;
  color: #151515;
  font-weight: 500;
  height: 37px !important;
  line-height: 34px !important;
  max-width: 37px !important;
  position: relative;
}

.flatpickr-calendar.carhotel-flatpickr-calendar .flatpickr-day:hover,
.flatpickr-calendar.carhotel-flatpickr-calendar .flatpickr-day:focus {
  background: #f2f2f2;
  border-color: #f2f2f2;
  color: #111111;
}

.flatpickr-calendar.carhotel-flatpickr-calendar .flatpickr-day .carhotel-today-marker {
  background: var(--carhotel-accent);
  border-radius: 999px;
  bottom: 3px;
  box-shadow: 0 0 0 2px #ffffff;
  display: block;
  height: 7px;
  left: 50%;
  margin-left: -3.5px;
  pointer-events: none;
  position: absolute;
  width: 7px;
  z-index: 2;
}

.flatpickr-calendar.carhotel-flatpickr-calendar .flatpickr-day.selected,
.flatpickr-calendar.carhotel-flatpickr-calendar .flatpickr-day.selected:hover {
  background: var(--carhotel-accent);
  border-color: var(--carhotel-accent);
  color: #ffffff;
}

.flatpickr-calendar.carhotel-flatpickr-calendar .flatpickr-day.flatpickr-disabled,
.flatpickr-calendar.carhotel-flatpickr-calendar .flatpickr-day.prevMonthDay,
.flatpickr-calendar.carhotel-flatpickr-calendar .flatpickr-day.nextMonthDay {
  color: rgba(17, 17, 17, 0.26);
}

.flatpickr-calendar.carhotel-flatpickr-calendar.noCalendar.hasTime {
  background: #ffffff;
  border-radius: 22px;
  padding: 10px;
  width: 150px;
}

.flatpickr-calendar.carhotel-flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  align-items: center;
  background: #ffffff;
  border-top: 0 !important;
  display: flex;
  gap: 4px;
  height: 40px !important;
  overflow: visible !important;
}

.flatpickr-calendar.carhotel-flatpickr-calendar.noCalendar.hasTime .flatpickr-time input {
  background: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #111111;
  font-size: 20px;
  font-weight: 700;
  height: 30px;
  letter-spacing: 0;
  line-height: 30px;
}

.flatpickr-calendar.carhotel-flatpickr-calendar.noCalendar.hasTime .flatpickr-time .flatpickr-time-separator {
  color: #111111;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
}

.flatpickr-calendar.carhotel-flatpickr-calendar .flatpickr-time .numInputWrapper span {
  display: none;
}

@media (max-width: 920px) {
  .carhotel-hero,
  .carhotel-grid {
    grid-template-columns: 1fr;
  }

  .carhotel-card {
    padding: 22px;
  }

  .carhotel-hero-language {
    justify-content: stretch;
  }

  .carhotel-progress-language-menu {
    left: 0;
    min-width: 0;
    right: 0;
  }
}

@media (max-width: 560px) {
  .carhotel-booking-app {
    padding-top: 0;
  }

  .carhotel-card,
  .carhotel-how {
    border-radius: 16px;
    padding: 18px;
  }

  .carhotel-hero h2 {
    font-size: 2.35rem;
  }

  .carhotel-success-screen h3 {
    font-size: 2.25rem;
  }

  .carhotel-success-header {
    align-items: flex-start;
  }

  .carhotel-success-details {
    grid-template-columns: 1fr;
  }

  .carhotel-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .carhotel-button {
    width: 100%;
  }
}
