.reviews-marquee {
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.reviews-marquee-track {
  width: max-content;
  animation: reviews-marquee 32s linear infinite;
}

.reviews-marquee:hover .reviews-marquee-track {
  animation-play-state: paused;
}

.date-input-with-left-icon::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.select-shell {
  position: relative;
  width: 100%;
}

.select-trigger {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  border: 1px solid var(--input);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.96);
  color: var(--foreground);
  padding-right: 2.75rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.35;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.select-trigger:hover,
.select-trigger[aria-expanded="true"] {
  border-color: rgba(255, 212, 59, 0.92);
  background: #fff;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08), 0 0 0 3px rgba(255, 212, 59, 0.18);
}

.select-trigger:focus-visible {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(255, 212, 59, 0.28);
}

.select-trigger:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.select-trigger-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select-popover {
  position: absolute;
  left: 0;
  top: calc(100% + 0.55rem);
  z-index: 100;
  width: 100%;
  max-height: min(19rem, calc(100vh - 8rem));
  overflow: auto;
  border: 1px solid var(--border);
  border-radius: 1.35rem;
  background: #fff;
  padding: 0.45rem;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.16);
}

.select-option {
  display: flex;
  width: 100%;
  min-height: 2.75rem;
  align-items: center;
  border-radius: 1rem;
  padding: 0.65rem 0.85rem;
  color: var(--foreground);
  text-align: left;
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.25;
  transition: background-color 140ms ease, transform 140ms ease;
}

.select-option:hover:not(:disabled),
.select-option.is-selected {
  background: rgba(255, 212, 59, 0.22);
}

.select-option:hover:not(:disabled) {
  transform: translateY(-1px);
}

.select-option:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.public-footer-logo {
  gap: 0.1rem;
}

.public-footer-logo img:first-child {
  margin-right: -0.15rem;
  transform: scale(1.12);
  transform-origin: right center;
}

.admin-sidebar {
  width: 16rem;
  padding: 1rem;
  transition: width 180ms ease, padding 180ms ease;
}

.admin-sidebar.is-collapsed {
  width: 5rem;
  padding: 0.75rem;
}

.admin-page {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  text-align: left;
}

.admin-nav-item.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.25rem;
  height: 1.5rem;
  border-radius: 999px;
  background: var(--primary);
  transform: translateY(-50%);
}

.admin-nav-item.is-collapsed.is-active::before {
  left: -0.15rem;
}

.admin-mobile-drawer {
  width: min(22rem, calc(100vw - 0.75rem));
}

.admin-page-header {
  text-align: left;
}

.admin-page-header h1 {
  line-height: 1.05;
}

.admin-page-header-action {
  max-width: 100%;
}

.admin-stat-grid {
  grid-template-columns: repeat(auto-fit, minmax(13.5rem, 1fr));
}

.admin-dashboard-recent-cards,
.admin-messages-mobile-list,
.admin-addons-mobile-list {
  display: none;
}

.admin-mobile-list-row {
  display: block;
  padding: 1rem;
}

.admin-bookings-table {
  display: none;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

.admin-messages-table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
}

.admin-messages-table-toolbar,
.admin-messages-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.admin-messages-table-actions,
.admin-messages-pager-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.admin-messages-table-actions .select-shell {
  width: 7.5rem;
  flex: 0 0 7.5rem;
}

.admin-messages-table table {
  width: max-content;
}

.admin-messages-table th,
.admin-messages-table td {
  white-space: nowrap;
}

.admin-messages-table th {
  height: 2.9rem;
}

.admin-messages-table td {
  height: 3.25rem;
}

.admin-messages-table::-webkit-scrollbar {
  height: 0.75rem;
}

.admin-messages-table::-webkit-scrollbar-track {
  background: rgba(15, 23, 42, 0.04);
  border-radius: 999px;
}

.admin-messages-table::-webkit-scrollbar-thumb {
  background: rgba(15, 23, 42, 0.22);
  border: 3px solid transparent;
  border-radius: 999px;
  background-clip: padding-box;
}

.admin-bookings-table table {
  min-width: 70rem;
}

.admin-bookings-cards {
  display: grid;
}

.admin-booking-card-row {
  grid-template-columns:
    minmax(6.4rem, 0.85fr)
    minmax(5.25rem, 0.7fr)
    minmax(5.25rem, 0.7fr)
    minmax(0, 1.25fr)
    minmax(0, 1.25fr)
    minmax(4.75rem, 0.62fr)
    minmax(4rem, 0.45fr)
    auto;
  column-gap: 0.7rem;
  row-gap: 0.75rem;
}

.admin-booking-card-mobile-summary {
  display: none;
}

.admin-booking-card-person {
  font-size: 0.72rem;
  line-height: 1.15;
}

.admin-booking-card-person .font-bold {
  font-size: 0.78rem;
}

.admin-booking-card-row > * {
  min-width: 0;
}

.admin-booking-card-expanded .compact-info-value {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.admin-booking-card-expanded-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-booking-card-row .compact-info-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.72rem;
  line-height: 1.15;
}

.admin-booking-card-row .compact-info-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.045em;
  font-size: 0.62rem;
  line-height: 1;
}

.admin-booking-card {
  min-width: 0;
  padding-block: 0.55rem;
}

.admin-booking-card .admin-status-badge {
  white-space: nowrap;
}

.admin-booking-card-actions {
  min-width: 5.75rem;
}

.admin-card-expand-button {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--background);
  color: var(--muted-foreground);
  transition: border-color 140ms ease, background-color 140ms ease, color 140ms ease;
}

.admin-card-expand-button:hover {
  border-color: var(--foreground);
  color: var(--foreground);
}

.admin-card-expand-button:focus-visible {
  outline: none;
  border-color: rgba(255, 212, 59, 0.9);
  box-shadow: 0 0 0 3px rgba(255, 212, 59, 0.22);
}

.admin-status-filters {
  flex-wrap: wrap;
  min-height: 0;
  scroll-padding-inline: 0.5rem;
}

.admin-status-filter {
  min-height: 2.5rem;
}

.admin-bookings-filter-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(18rem, 2fr) minmax(11rem, 0.9fr) minmax(9rem, 0.75fr) minmax(9rem, 0.75fr) minmax(5rem, 0.4fr);
  align-items: end;
}

.admin-messages-filter-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: minmax(18rem, 1fr) minmax(10rem, 0.34fr) minmax(10rem, 0.34fr) auto;
  align-items: end;
}

.admin-messages-search-field {
  grid-column: 1 / -1;
}

.admin-messages-filter-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: end;
}

.admin-messages-date-field .date-picker-trigger,
.admin-messages-clear {
  min-height: 2.45rem;
  border-radius: 0.9rem;
}

.admin-messages-date-field .date-picker-trigger {
  font-size: 0.92rem;
  box-shadow: none;
}

.admin-messages-clear {
  min-width: 5.5rem;
  padding-inline: 1rem;
}

.admin-filter-control {
  min-width: 0;
  display: grid;
  gap: 0.38rem;
}

.admin-filter-control > label,
.admin-filter-label {
  display: block;
  color: var(--muted-foreground);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.admin-search-control {
  position: relative;
  min-width: 0;
}

.admin-search-icon {
  position: absolute;
  left: 0.78rem;
  top: 50%;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  color: var(--muted-foreground);
  pointer-events: none;
  transform: translateY(-50%);
}

.admin-search-input {
  height: 2.45rem;
  padding-left: 2.35rem !important;
}

.admin-bookings-filter-grid .select-trigger,
.admin-bookings-filter-grid input,
.admin-bookings-filter-grid button {
  min-height: 2.45rem;
  border-radius: 0.9rem;
}

.admin-bookings-filter-grid .select-trigger {
  box-shadow: none;
}

.admin-bookings-filter-grid input:focus-visible,
.admin-bookings-filter-grid .select-trigger:focus-visible,
.admin-bookings-filter-grid button:focus-visible {
  outline: none;
  border-color: rgba(255, 212, 59, 0.9);
  box-shadow: 0 0 0 3px rgba(255, 212, 59, 0.22);
}

.admin-note-textarea {
  box-shadow: none;
}

.admin-status-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.25rem 0.65rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.admin-status-badge--pending {
  background: #dcfce7;
  color: #14532d;
}

.admin-status-badge--confirmed {
  background: #dbeafe;
  color: #1e3a8a;
}

.admin-status-badge--active {
  background: #ccfbf1;
  color: #134e4a;
}

.admin-status-badge--completed {
  background: var(--secondary);
  color: var(--foreground);
}

.admin-status-badge--rejected {
  background: #fee2e2;
  color: #991b1b;
}

.admin-status-badge--cancelled {
  background: #fecaca;
  color: #7f1d1d;
}

.admin-icon-button {
  border-radius: 0.75rem;
}

.admin-icon-button:hover {
  border-radius: 0.9rem;
}

.admin-contact-link {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.admin-contact-link:hover {
  color: var(--foreground);
}

.modal-header {
  position: sticky;
  top: -1.5rem;
  z-index: 2;
  margin: -1.5rem -1.5rem 1.5rem;
  border-bottom: 1px solid var(--border);
  background: var(--card);
  padding: 1.5rem;
}

.modal-panel {
  box-shadow:
    0 30px 80px rgba(15, 23, 42, 0.24),
    0 12px 28px rgba(15, 23, 42, 0.16),
    0 0 0 1px rgba(15, 23, 42, 0.04);
}

.modal-panel.admin-booking-modal {
  width: min(80vw, 72rem);
  max-width: calc(100vw - 2rem);
  max-height: 84dvh;
}

.admin-booking-vehicle-summary {
  align-items: center;
}

.admin-booking-detail-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(20rem, 0.85fr);
  align-items: start;
}

.admin-booking-notes-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.admin-booking-side-stack,
.admin-booking-notes-grid > * {
  align-self: start;
}

.admin-booking-side-stack > section {
  height: auto;
}

.admin-note-section {
  align-self: start;
}

.admin-activity-item {
  display: grid;
  grid-template-columns: 0.75rem minmax(0, 1fr);
  column-gap: 0.75rem;
  row-gap: 0;
  align-items: start;
}

.admin-activity-dot {
  margin-top: 0.32rem;
}

.admin-booking-notes-grid .rounded-2xl,
.admin-booking-side-stack .rounded-2xl {
  min-height: 0;
}

.admin-calendar-toolbar > .select-shell {
  flex: 1 1 18rem;
  max-width: 26rem;
}

.admin-calendar-car-select,
.admin-form-select {
  min-height: 2.75rem;
}

.admin-calendar-month {
  overflow-x: auto;
}

.admin-calendar-weekdays-grid,
.admin-calendar-week {
  width: 100%;
  min-width: 58rem;
}

.admin-calendar-weekdays-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-bottom: 1px solid var(--border);
  background: var(--secondary);
  color: var(--muted-foreground);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-calendar-week {
  position: relative;
  border-bottom: 1px solid var(--border);
}

.admin-calendar-week:last-child {
  border-bottom: 0;
}

.admin-calendar-days-grid,
.admin-calendar-events-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.admin-calendar-day-cell {
  min-height: 8.75rem;
  border-right: 1px solid var(--border);
  background: #fff;
  padding: 0.55rem 0.65rem;
  color: var(--foreground);
  font-size: 0.78rem;
  font-weight: 700;
}

.admin-calendar-day-cell:last-child {
  border-right: 0;
}

.admin-calendar-day-cell.is-outside-month {
  background: var(--secondary);
  color: var(--muted-foreground);
}

.admin-calendar-day-cell.is-today span {
  display: inline-flex;
  min-width: 1.65rem;
  height: 1.65rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--foreground);
  color: var(--background);
}

.admin-calendar-events-grid {
  position: absolute;
  inset: 2.45rem 0.45rem auto;
  gap: 0.28rem 0;
  pointer-events: none;
}

.admin-calendar-event {
  display: flex;
  min-width: 0;
  height: 1.45rem;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding-inline: 0.55rem;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  pointer-events: auto;
  text-align: left;
  transition: filter 140ms ease, transform 140ms ease;
}

.admin-calendar-event:hover {
  filter: brightness(0.98);
  transform: translateY(-1px);
}

.admin-calendar-event--pending {
  border-color: #f59e0b;
  background: #fef3c7;
  color: #78350f;
}

.admin-calendar-event--confirmed {
  border-color: #60a5fa;
  background: #dbeafe;
  color: #1e3a8a;
}

.admin-calendar-event--active {
  border-color: #2dd4bf;
  background: #ccfbf1;
  color: #134e4a;
}

.admin-calendar-event--completed {
  border-color: var(--border);
  background: var(--secondary);
  color: var(--muted-foreground);
}

.admin-calendar-event--rejected,
.admin-calendar-event--cancelled,
.admin-calendar-event--blocked {
  border-color: #fca5a5;
  background: #fee2e2;
  color: #7f1d1d;
}

.admin-calendar-dot--pending {
  background: #f59e0b;
}

.admin-calendar-dot--confirmed {
  background: #60a5fa;
}

.admin-calendar-dot--active {
  background: #2dd4bf;
}

.admin-calendar-dot--blocked {
  background: #fca5a5;
}

.admin-car-form .select-trigger {
  min-height: 2.75rem;
  padding-block: 0.55rem;
}

.admin-car-form .select-popover {
  border-radius: 1rem;
}

.admin-car-form .select-option {
  min-height: 2.5rem;
  border-radius: 0.75rem;
}

.admin-car-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.admin-car-media {
  display: grid;
  aspect-ratio: 16 / 10;
  width: 100%;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  padding: 0.85rem;
}

.admin-car-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fleet-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fleet-card {
  min-width: 0;
}

.fleet-card-media {
  position: relative;
  aspect-ratio: 5 / 3;
}

.fleet-card-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.7rem;
}

.fleet-card-arrow {
  position: absolute;
  z-index: 1;
}

.fleet-card-arrow {
  top: 0.75rem;
  right: 0.75rem;
  display: inline-flex;
  width: 2.1rem;
  height: 2.1rem;
  align-items: center;
  justify-content: center;
  border-color: var(--foreground);
  background: var(--foreground);
  color: var(--background);
}

.fleet-card:hover .fleet-card-arrow {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--primary-foreground);
}

.fleet-card-title {
  font-size: clamp(0.92rem, 2.5vw, 1.25rem);
  line-height: 1.15;
}

.fleet-card-specs {
  font-size: 0.72rem;
  line-height: 1.2;
}

.fleet-card-specs span:last-child {
  display: none;
}

.fleet-card-price {
  font-size: clamp(1.25rem, 4.5vw, 1.875rem);
  line-height: 1;
}

.fleet-card-reserve {
  min-height: 2.25rem;
  border-radius: 999px;
  padding-inline: 0.9rem;
  font-size: 0.8rem;
}

@media (min-width: 768px) {
  .fleet-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fleet-card-image {
    padding: 0.85rem;
  }

  .fleet-card-specs span:last-child {
    display: flex;
  }
}

@media (min-width: 1280px) {
  .fleet-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .admin-bookings-table {
    display: block;
  }

  .admin-bookings-cards {
    display: none;
  }

  .admin-status-filters {
    mask-image: none;
  }
}

@media (max-width: 1279px) {
  .admin-bookings-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-messages-filter-grid {
    grid-template-columns: minmax(0, 1fr) minmax(9.5rem, 0.34fr) minmax(9.5rem, 0.34fr) auto;
  }

  .admin-bookings-search-field {
    grid-column: 1 / -1;
  }

  .admin-bookings-clear-filter {
    align-items: end;
  }

  .admin-booking-detail-grid,
  .admin-booking-notes-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .public-header-logo {
    gap: 0.15rem;
    transform: scale(0.88);
    transform-origin: left center;
  }

  .admin-page {
    overflow-x: clip;
  }

  .admin-page-header {
    gap: 0.75rem;
  }

  .admin-page-header h1 {
    font-size: 1.75rem;
  }

  .admin-page-header p {
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .admin-page-header-action {
    width: 100%;
  }

  .admin-page-header-action > .button,
  .admin-page-header-action > button {
    min-height: 2.4rem;
  }

  .admin-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .admin-stat-card {
    border-radius: 1rem;
    padding: 0.9rem;
  }

  .admin-stat-card .text-xs {
    font-size: 0.62rem;
    letter-spacing: 0.055em;
    line-height: 1.15;
  }

  .admin-stat-card .text-3xl {
    margin-top: 0.55rem;
    font-size: 1.75rem;
  }

  .admin-stat-card svg {
    width: 0.9rem;
    height: 0.9rem;
  }

  .admin-dashboard-recent-table,
  .admin-messages-table,
  .admin-addons-table {
    display: none;
  }

  .admin-dashboard-recent-cards,
  .admin-messages-mobile-list,
  .admin-addons-mobile-list {
    display: block;
  }

  .admin-mobile-list-row {
    padding: 0.95rem;
  }

  .admin-car-media {
    aspect-ratio: 16 / 8.6;
    padding: 0.55rem;
  }

  .admin-car-card .p-5 {
    padding: 1rem;
  }

  .admin-form-card {
    border-radius: 1.25rem;
    padding: 1rem;
  }

  .admin-policies-page textarea {
    min-height: 24rem;
  }

  .modal-panel.admin-booking-modal {
    width: calc(100vw - 1rem);
    max-height: calc(100dvh - 1rem);
  }

  .admin-status-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.55rem;
    scrollbar-width: thin;
  }

  .admin-bookings-filter-grid {
    grid-template-columns: 1fr;
  }

  .admin-messages-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .admin-messages-search-field,
  .admin-messages-filter-presets {
    grid-column: 1 / -1;
  }

  .admin-messages-filter-presets {
    flex-wrap: wrap;
    overflow-x: visible;
    padding-bottom: 0;
  }

  .admin-messages-date-field .date-picker-trigger {
    min-height: 2.35rem;
    padding-inline: 0.75rem;
    font-size: 0.88rem;
  }

  .admin-messages-clear {
    width: fit-content;
    min-width: 5rem;
  }

  .admin-messages-table-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7rem;
  }

  .admin-messages-table-actions {
    width: 100%;
    flex-wrap: nowrap;
  }

  .admin-messages-pager {
    flex-wrap: nowrap;
  }

  .admin-booking-card-row {
    display: none;
  }

  .admin-booking-card-mobile-summary {
    display: block;
  }

  .admin-booking-card {
    padding: 0.62rem 0.7rem;
  }

  .admin-bookings-cards {
    gap: 0.75rem;
  }

  .admin-booking-card-mobile-summary .admin-status-badge {
    padding: 0.2rem 0.55rem;
    font-size: 0.68rem;
  }

  .admin-booking-card-mobile-summary .admin-card-expand-button {
    width: 1.85rem;
    height: 1.85rem;
  }

  .admin-booking-card-mobile-summary .compact-info-value {
    margin-top: 0.25rem;
    font-size: 0.78rem;
    line-height: 1.2;
    white-space: normal;
  }

  .admin-booking-card-mobile-summary .compact-info-label {
    font-size: 0.62rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }

  .admin-booking-card-mobile-summary .rounded-2xl {
    border-radius: 0.9rem;
  }

  .admin-booking-card-expanded-grid .booking-expanded-wide {
    grid-column: 1 / -1;
  }

  .admin-booking-card-expanded-grid .text-\[11px\] {
    font-size: 0.62rem;
    letter-spacing: 0.045em;
  }

  .admin-booking-card-expanded-grid {
    gap: 0.55rem;
  }

  .admin-booking-card-expanded-grid > div {
    border-radius: 1rem;
    padding: 0.65rem 0.7rem;
  }

  .admin-calendar-toolbar > .select-shell {
    max-width: none;
  }

  .admin-calendar-month {
    overflow-x: visible;
  }

  .admin-calendar-weekdays-grid,
  .admin-calendar-week {
    min-width: 0;
  }

  .admin-calendar-weekdays-grid {
    font-size: 0.62rem;
    letter-spacing: 0.055em;
  }

  .admin-calendar-weekdays-grid > div {
    padding: 0.65rem 0.15rem;
  }

  .admin-calendar-day-cell {
    min-height: 6.75rem;
    padding: 0.45rem 0.35rem;
    font-size: 0.72rem;
  }

  .admin-calendar-day-cell.is-today span {
    min-width: 1.45rem;
    height: 1.45rem;
  }

  .admin-calendar-events-grid {
    inset: 2.15rem 0.22rem auto;
    gap: 0.2rem 0;
  }

  .admin-calendar-event {
    height: 1.25rem;
    padding-inline: 0.35rem;
    font-size: 0.56rem;
  }

  .admin-calendar-month-controls {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }

  .modal-panel {
    max-height: calc(100dvh - 1rem);
    padding: 1rem;
    border-radius: 1.35rem;
  }

  .modal-header {
    top: -1rem;
    margin: -1rem -1rem 1rem;
    padding: 1rem;
  }

  .admin-booking-modal .admin-modal-actions {
    position: sticky;
    bottom: -1rem;
    z-index: 2;
    margin-inline: -1rem;
    margin-bottom: -1rem;
    border-top: 1px solid var(--border);
    background: var(--card);
    padding: 0.85rem 1rem 1rem;
  }
}

@media (min-width: 640px) {
  .admin-booking-vehicle-summary {
    grid-template-columns: 7rem minmax(0, 1fr) auto;
  }
}

.car-select-card {
  display: grid;
  gap: 1rem;
  transform-origin: center;
}

.car-select-image {
  aspect-ratio: 4 / 3;
}

.booking-car-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.booking-car-grid .car-select-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0.7rem;
  border-radius: 1.1rem;
}

.booking-car-grid .car-select-image {
  display: flex;
  aspect-ratio: 4 / 3;
  align-items: center;
  justify-content: center;
  border-radius: 0.85rem;
  padding: 0.4rem;
}

.booking-car-grid .car-select-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.booking-car-grid .car-select-card .text-lg {
  font-size: 0.95rem;
  line-height: 1.15;
}

.booking-car-grid .car-select-card .text-xl {
  font-size: 1.15rem;
  line-height: 1.1;
}

.booking-car-grid .car-select-card [class*="uppercase"] {
  display: none;
}

@media (min-width: 640px) {
  .car-select-card {
    grid-template-columns: minmax(9rem, 11rem) minmax(0, 1fr);
    align-items: center;
  }

  .booking-car-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .booking-car-grid .car-select-card {
    display: flex;
    padding: 0.85rem;
  }

  .booking-car-grid .car-select-card [class*="uppercase"] {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .booking-car-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.booking-flow .select-trigger,
.booking-flow .date-picker-trigger {
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.booking-flow .select-trigger:hover,
.booking-flow .select-trigger[aria-expanded="true"],
.booking-flow .date-picker-trigger:hover,
.booking-flow .date-picker-trigger[aria-expanded="true"] {
  box-shadow: 0 0 0 3px rgba(255, 212, 59, 0.18);
}

.booking-flow .select-popover,
.booking-flow .date-picker-popover {
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.booking-dates-grid {
  display: grid;
  gap: 1rem;
}

.pill-button {
  border-radius: 999px !important;
}

.booking-checkout-grid {
  align-items: start;
}

.booking-confirmed-car-image {
  max-width: 350px;
}

.booking-stepper {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.45rem;
  margin-bottom: 2.25rem;
}

.booking-step-item {
  min-width: 0;
}

.booking-step-button,
.booking-step-static {
  display: flex;
  min-width: 0;
  width: 100%;
  min-height: 2.55rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  padding: 0.25rem 0.35rem;
  color: var(--muted-foreground);
  text-align: center;
  transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.booking-step-button:hover {
  background: rgba(255, 212, 59, 0.12);
  color: var(--foreground);
}

.booking-step-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 212, 59, 0.28);
}

.booking-step-item.is-active .booking-step-button {
  background: rgba(255, 212, 59, 0.2);
  color: var(--foreground);
}

.booking-step-marker {
  display: inline-flex;
  width: 1.8rem;
  height: 1.8rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  transition: background-color 160ms ease, color 160ms ease;
}

.booking-step-marker.is-active {
  background: var(--primary);
  color: var(--primary-foreground);
}

.booking-step-marker.is-done {
  background: var(--foreground);
  color: var(--background);
}

.booking-step-marker.is-locked {
  background: var(--secondary);
  color: var(--muted-foreground);
}

.booking-step-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.1;
}

.booking-step-label.is-active,
.booking-step-label.is-unlocked {
  color: var(--foreground);
}

.booking-step-label.is-locked {
  color: var(--muted-foreground);
}

.booking-step-label-short {
  display: none;
}

.car-select-card.is-just-selected {
  animation: car-choice-glow 480ms ease-out;
}

@keyframes car-choice-glow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 212, 59, 0);
  }
  45%,
  70% {
    box-shadow: 0 0 0 3px rgba(255, 212, 59, 0.28);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 212, 59, 0);
  }
}

.booking-summary-card {
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.booking-summary-title {
  letter-spacing: -0.01em;
}

.booking-summary-vehicle {
  border-bottom: 1px solid var(--border);
  padding-bottom: 1rem;
}

.booking-trip-list {
  display: grid;
  gap: 0.7rem;
  border-bottom: 1px solid var(--border);
  padding-bottom: 1rem;
}

.booking-price-list {
  display: grid;
  gap: 0.25rem;
}

.booking-price-list .summary-row {
  border-bottom: 1px solid rgba(229, 231, 235, 0.85);
  padding-block: 0.62rem;
}

.booking-price-list .summary-row:last-child {
  border-bottom: 0;
}

.booking-summary-card .summary-row {
  display: grid;
  grid-template-columns: minmax(4.75rem, 0.86fr) minmax(0, 1.14fr);
  gap: 0.85rem;
  align-items: start;
  padding-block: 0;
}

.booking-summary-card .summary-row dt {
  color: var(--muted-foreground);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.booking-summary-card .summary-row dd {
  justify-self: stretch;
  overflow-wrap: anywhere;
  color: var(--foreground);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: right;
}

.booking-summary-total {
  align-items: baseline;
}

.booking-review-card .summary-row {
  display: grid;
  grid-template-columns: minmax(6.5rem, 0.7fr) minmax(0, 1fr);
}

.booking-review-card .summary-row dd {
  overflow-wrap: anywhere;
}

.booking-review-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, auto);
  gap: 0.75rem;
  align-items: center;
}

.booking-review-back,
.booking-review-complete {
  min-height: 2.9rem;
  border-radius: 999px !important;
}

.booking-review-complete {
  justify-content: center;
  gap: 0.45rem;
  min-width: 12.25rem;
}

.booking-review-complete svg {
  stroke-width: 3;
}

@media (min-width: 900px) {
  .booking-dates-grid {
    grid-template-columns: minmax(18rem, 1.18fr) minmax(11rem, 0.91fr) minmax(11rem, 0.91fr);
  }
}

@media (min-width: 1024px) {
  .booking-checkout-grid {
    grid-template-columns: minmax(0, 1.72fr) minmax(21rem, 0.95fr) !important;
  }

  .booking-confirmed-grid {
    grid-template-columns: minmax(0, 3fr) minmax(340px, 2fr) !important;
  }

  .booking-confirmed-reservation-layout {
    grid-template-columns: minmax(0, 350px) minmax(0, 1fr);
  }

  .booking-confirmed-car-image {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .booking-confirmed-continue {
    width: auto !important;
  }

  .booking-trip-details-grid .booking-trip-location-field {
    grid-column: span 2;
  }
}

@media (max-width: 1023px) {
  .booking-step-button,
  .booking-step-static {
    flex-direction: column;
    gap: 0.35rem;
    min-height: 4rem;
    padding-block: 0.35rem;
  }

  .booking-step-label {
    max-width: 100%;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .booking-stepper {
    gap: 0.25rem;
    margin-bottom: 1.75rem;
  }

  .booking-step-button,
  .booking-step-static {
    min-height: 3.6rem;
    gap: 0.25rem;
    padding-inline: 0.15rem;
  }

  .booking-step-marker {
    width: 1.45rem;
    height: 1.45rem;
    font-size: 0.68rem;
  }

  .booking-step-label {
    font-size: 0.68rem;
  }

  .booking-step-label-full {
    display: none;
  }

  .booking-step-label-short {
    display: inline;
  }

  .booking-summary-card .summary-row,
  .booking-review-card .summary-row {
    grid-template-columns: minmax(4.75rem, 0.78fr) minmax(0, 1.22fr);
  }

  .booking-review-actions {
    grid-template-columns: 1fr;
  }

  .booking-review-complete {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .car-select-card.is-just-selected {
    animation: none;
  }
}

.date-picker-root {
  position: relative;
  width: 100%;
}

.date-picker-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.72rem;
  border: 1px solid var(--input);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.96);
  color: var(--foreground);
  padding: 0 1rem;
  text-align: left;
  font-size: 1rem;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.date-picker-trigger:hover,
.date-picker-trigger[aria-expanded="true"] {
  border-color: rgba(255, 212, 59, 0.92);
  background: #fff;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08), 0 0 0 3px rgba(255, 212, 59, 0.18);
}

.date-picker-trigger:focus-visible {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(255, 212, 59, 0.28);
}

.date-picker-trigger:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.date-picker-trigger span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.date-picker-popover {
  position: absolute;
  left: 0;
  top: calc(100% + 0.55rem);
  z-index: 90;
  width: min(22rem, calc(100vw - 2rem));
  border: 1px solid var(--border);
  border-radius: 1.35rem;
  background: #fff;
  padding: 0.9rem;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.16);
}

.date-picker-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.1rem 0.1rem 0.85rem;
  font-weight: 800;
}

.date-picker-header button {
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--secondary);
  color: var(--foreground);
  transition: background-color 160ms ease, transform 160ms ease;
}

.date-picker-header button:hover {
  background: rgba(255, 212, 59, 0.22);
  transform: translateY(-1px);
}

.date-picker-weekdays,
.date-picker-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.25rem;
}

.date-picker-weekdays {
  margin-bottom: 0.35rem;
  color: var(--muted-foreground);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.date-picker-grid button {
  display: inline-flex;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--foreground);
  font-size: 0.9rem;
  font-weight: 700;
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease, transform 140ms ease;
}

.date-picker-grid button:hover:not(:disabled) {
  border-color: rgba(255, 212, 59, 0.7);
  background: rgba(255, 212, 59, 0.18);
  transform: translateY(-1px);
}

.date-picker-grid button.is-today:not(.is-selected) {
  border-color: rgba(15, 23, 42, 0.18);
  background: var(--secondary);
}

.date-picker-grid button.is-selected {
  background: var(--primary);
  color: var(--primary-foreground);
  box-shadow: 0 10px 18px rgba(255, 212, 59, 0.34);
}

.date-picker-grid button:disabled {
  cursor: not-allowed;
  color: rgba(100, 116, 139, 0.38);
}

.renter-value-title {
  max-width: 34rem;
  position: relative;
  z-index: 1;
}

.renter-value-shell {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 1.75rem;
  background:
    linear-gradient(135deg, rgba(255, 212, 59, 0.08), rgba(255, 255, 255, 0) 34%),
    var(--card);
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.06);
}

.renter-value-intro {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(1.5rem, 3vw, 2.65rem) clamp(1.5rem, 3vw, 2.65rem) clamp(1.25rem, 2.3vw, 2rem);
}

.renter-value-stamp {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  padding: 0.45rem 0.9rem 0.45rem 0.45rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.renter-value-body {
  display: grid;
  gap: clamp(1rem, 2vw, 1.25rem);
  padding: 0 clamp(1rem, 3vw, 2rem) clamp(1rem, 3vw, 2rem);
}

.renter-pickup-banner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  border-radius: 1.5rem;
  background: var(--primary);
  padding: clamp(1.35rem, 3vw, 2.4rem) clamp(1.5rem, 4vw, 2.75rem);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 18px 46px rgba(255, 212, 59, 0.2);
}

.renter-pickup-banner::after {
  content: "";
  position: absolute;
  inset: -45% auto -45% -28%;
  z-index: -1;
  width: 42%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  animation: pickup-shimmer 6s ease-in-out infinite;
}

.renter-pickup-banner h3 {
  max-width: 42rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.98;
}

.renter-pickup-banner p {
  margin-top: 1rem;
  max-width: 39rem;
  color: rgba(15, 23, 32, 0.76);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  font-weight: 650;
  line-height: 1.45;
}

.renter-value-layout {
  display: grid;
  gap: clamp(1rem, 2vw, 1.25rem);
}

.renter-benefit-grid {
  display: grid;
  gap: clamp(0.85rem, 1.6vw, 1.1rem);
}

.renter-benefit-card {
  min-height: 13.5rem;
  border: 1px solid var(--border);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.82);
  padding: clamp(1.15rem, 2vw, 1.55rem);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.045);
}

.renter-benefit-icon {
  display: flex;
  width: 4.05rem;
  height: 4.05rem;
  align-items: center;
  justify-content: center;
  border-radius: 1.05rem;
  background: rgba(255, 212, 59, 0.18);
  color: var(--foreground);
}

.renter-benefit-card h3 {
  margin-top: 1.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2vw, 1.45rem);
  font-weight: 800;
  line-height: 1.05;
}

.renter-benefit-card p {
  margin-top: 0.85rem;
  color: var(--muted-foreground);
  font-size: 1rem;
  line-height: 1.55;
}

.renter-value-side {
  display: grid;
  align-content: start;
  gap: clamp(1rem, 2vw, 1.25rem);
}

.pickup-free-badge {
  display: flex;
  width: 5.35rem;
  height: 5.35rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  border-radius: 1.25rem;
  background: var(--primary);
  color: var(--primary-foreground);
  text-align: center;
  line-height: 0.95;
  box-shadow: 0 14px 28px rgba(255, 212, 59, 0.22);
}

.pickup-free-badge-dark {
  width: 7.2rem;
  height: 7.2rem;
  flex: 0 0 auto;
  border-radius: 1.45rem;
  background: var(--foreground);
  color: var(--primary);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.18);
}

.pickup-free-badge-dark .text-xs {
  color: rgba(255, 255, 255, 0.68);
}

.pickup-free-badge-dark .text-2xl {
  font-size: 2.1rem;
}

.special-pricing-callout {
  background: var(--foreground);
  color: var(--background);
  border: 1px solid var(--foreground);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.special-pricing-icon {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--primary);
  color: var(--primary-foreground);
}

.special-pricing-kicker {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--primary);
  color: var(--primary-foreground);
  padding: 0.2rem 0.55rem;
  margin-bottom: 0.45rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.special-pricing-callout p {
  color: rgba(255, 255, 255, 0.74);
}

.special-pricing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  align-self: flex-end;
  min-height: 2.55rem;
  border-radius: 999px;
  background: var(--primary);
  color: var(--primary-foreground);
  padding: 0.62rem 1rem;
  font-size: 0.92rem;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 10px 20px rgba(255, 212, 59, 0.2);
}

.animate-mobile-menu {
  animation: mobile-menu-in 160ms ease-out both;
}

.animate-admin-drawer {
  animation: admin-drawer-in 180ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.animate-confirm-check {
  animation: confirm-check 520ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@keyframes mobile-menu-in {
  from {
    opacity: 0;
    transform: translateY(-0.45rem) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes admin-drawer-in {
  from {
    opacity: 0;
    transform: translateX(-0.9rem);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes confirm-check {
  0% {
    transform: scale(0.75) rotate(-16deg);
    opacity: 0.35;
  }

  50% {
    transform: scale(1.35) rotate(0deg);
    opacity: 1;
  }

  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .animate-mobile-menu,
  .animate-admin-drawer,
  .animate-confirm-check {
    animation: none;
  }
}

.renter-route-card {
  display: flex;
  height: auto;
  max-width: none;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 1.5rem;
  background: var(--card);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.renter-route-map {
  position: relative;
  flex: 0 0 auto;
  aspect-ratio: 1.22 / 1;
  min-height: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 21%, rgba(255, 212, 59, 0.18), transparent 17%),
    linear-gradient(135deg, rgba(255, 212, 59, 0.16), rgba(255, 255, 255, 0) 44%),
    linear-gradient(160deg, #e7f7f5 0%, #eff8ed 58%, #f7f0d9 100%);
}

.renter-route-map::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 1.25rem;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(15, 23, 42, 0.045) 1px, transparent 1px);
  background-size: 34px 34px;
}

.renter-route-water,
.renter-route-sand,
.renter-route-road {
  position: absolute;
  pointer-events: none;
}

.renter-route-water {
  border-radius: 999px;
  background: rgba(97, 187, 202, 0.2);
  filter: blur(0.5px);
}

.renter-route-water-a {
  right: -3rem;
  top: -2.75rem;
  width: 13rem;
  height: 13rem;
}

.renter-route-water-b {
  left: -4.5rem;
  bottom: -3rem;
  width: 14rem;
  height: 9rem;
}

.renter-route-sand {
  right: 1.05rem;
  bottom: 3.15rem;
  width: 9.5rem;
  height: 4.9rem;
  border-radius: 999px 999px 1.25rem 999px;
  background: rgba(255, 212, 59, 0.22);
  transform: rotate(-10deg);
}

.renter-route-road {
  height: 0.55rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
}

.renter-route-road-a {
  left: 2rem;
  top: 4.5rem;
  width: 9rem;
  transform: rotate(-24deg);
}

.renter-route-road-b {
  right: 2.25rem;
  top: 8rem;
  width: 10.5rem;
  transform: rotate(16deg);
}

.renter-route-path {
  position: absolute;
  inset: 0.9rem 1rem 0.95rem;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
}

.renter-route-path path {
  fill: none;
  stroke: rgba(91, 106, 113, 0.58);
  stroke-width: 5.2;
  stroke-linecap: round;
  stroke-dasharray: 1 14;
}

.renter-route-pin {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--foreground);
  padding: 0.45rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.renter-route-pin-a {
  left: 12%;
  bottom: 8%;
}

.renter-route-pin-b {
  right: 8%;
  top: 18%;
}

.renter-route-car-marker {
  position: absolute;
  z-index: 3;
  left: 43.5%;
  top: 58%;
  display: flex;
  width: 3.65rem;
  height: 2.55rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--primary);
  color: var(--primary-foreground);
  transform: translate(-50%, -50%);
  box-shadow: 0 16px 24px rgba(15, 23, 42, 0.16);
}

.renter-route-legend {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--border);
  color: var(--background);
}

.renter-route-legend span {
  display: flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.renter-route-legend span:nth-child(1) {
  background: #0f1720;
  color: white;
}

.renter-route-legend span:nth-child(2) {
  background: #26313d;
  color: white;
}

.renter-route-legend span:last-child {
  border-right: 0;
  background: var(--primary);
  color: var(--primary-foreground);
}

@media (min-width: 1024px) {
  .renter-value-layout {
    grid-template-columns: minmax(0, 1fr) minmax(28rem, 0.98fr);
    align-items: start;
  }

  .renter-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .renter-route-card {
    height: auto;
  }
}

@media (max-width: 820px) {
  .renter-value-intro {
    flex-direction: column;
  }

  .renter-value-stamp {
    align-self: flex-end;
  }
}

@keyframes pickup-shimmer {
  0% {
    transform: translateX(0) skewX(-18deg);
    opacity: 0;
  }

  18% {
    opacity: 1;
  }

  48% {
    transform: translateX(360%) skewX(-18deg);
    opacity: 0;
  }

  100% {
    transform: translateX(360%) skewX(-18deg);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .renter-pickup-banner::after {
    animation: none;
    opacity: 0;
  }
}

@keyframes reviews-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 640px) {
  .renter-route-card {
    max-width: none;
  }

  .renter-route-map {
    aspect-ratio: 1.05 / 1;
    min-height: 0;
  }

  .renter-pickup-banner {
    align-items: flex-start;
    flex-direction: column;
  }

  .pickup-free-badge-dark {
    width: 6.35rem;
    height: 6.35rem;
  }

  .renter-benefit-card {
    min-height: auto;
  }

  .renter-route-car-marker {
    width: 3rem;
    height: 2.2rem;
  }

  .renter-route-pin {
    font-size: 0.65rem;
    padding: 0.38rem 0.5rem;
  }

  .renter-route-pin-a {
    left: 11%;
    bottom: 9%;
  }

  .renter-route-pin-b {
    right: 5%;
    top: 17%;
  }

  .reviews-marquee {
    mask-image: none;
    overflow-x: auto !important;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .reviews-marquee::-webkit-scrollbar {
    display: none;
  }

  .reviews-marquee-track {
    animation: none;
  }
}
