@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

:root {
  --brand: #00aff5;
  --brand1: #3855e5;
  --brand2: #05f3db;
}

.brand {
  color: var(--brand) !important;
}

.brand1 {
  color: var(--brand1) !important;
}

.brand2 {
  color: var(--brand2) !important;
}

.bg-brand {
  background-color: var(--brand) !important;
}

.bg-brand1 {
  background-color: var(--brand1) !important;
}

.bg-brand2 {
  background-color: var(--brand2) !important;
}

.border-brand {
  border-color: var(--brand) !important;
}

.border-brand1 {
  border-color: var(--brand1) !important;
}

.border-brand2 {
  border-color: var(--brand2) !important;
}

body {
  margin: 0;
  background-color: #F3F4F6;
  -webkit-font-smoothing: antialiased;
  color: #054752; /* var(--color-dark-900) */
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
}

.text-dark-900 {
  color: #000 !important;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
[role="button"],
[onclick] {
  cursor: pointer;
}

button:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled {
  cursor: not-allowed;
}

input[type="checkbox"]:not(.sr-only):not(.pkg-cbox):not(.pet-cbox):not(.hidden):not(.opacity-0) {
  appearance: none;
  -webkit-appearance: none;
  width: 1.05rem;
  height: 1.05rem;
  min-width: 1.05rem;
  border-radius: 9999px;
  border: 0;
  background: #d8e4e8;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  transition: background-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

input[type="checkbox"]:not(.sr-only):not(.pkg-cbox):not(.pet-cbox):not(.hidden):not(.opacity-0)::after {
  content: "";
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 9999px;
  background: #ffffff;
  transform: scale(0);
  transition: transform 0.14s ease;
}

input[type="checkbox"]:not(.sr-only):not(.pkg-cbox):not(.pet-cbox):not(.hidden):not(.opacity-0):checked {
  background: #00aff5;
}

input[type="checkbox"]:not(.sr-only):not(.pkg-cbox):not(.pet-cbox):not(.hidden):not(.opacity-0):checked::after {
  transform: scale(1);
}

input[type="checkbox"]:not(.sr-only):not(.pkg-cbox):not(.pet-cbox):not(.hidden):not(.opacity-0):focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 175, 245, 0.22);
}

input[type="checkbox"]:not(.sr-only):not(.pkg-cbox):not(.pet-cbox):not(.hidden):not(.opacity-0):active {
  transform: scale(0.95);
}

.waymov-round-check-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid #d9e3e8;
  background: #f8fbfd;
  border-radius: 9999px;
  padding: 0.35rem 0.65rem;
  font-size: 0.74rem;
  font-weight: 700;
  color: #4f6e75;
  cursor: pointer;
  transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.waymov-round-check-chip:hover {
  border-color: #9ad8f3;
  background: #f0faff;
}

.waymov-round-check-input {
  appearance: none;
  -webkit-appearance: none;
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 9999px;
  background: #d5e4ea;
  display: inline-grid;
  place-items: center;
  margin: 0;
  border: 0;
}

.waymov-round-check-input::after {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 9999px;
  background: #ffffff;
  transform: scale(0);
  transition: transform 0.14s ease;
}

.waymov-round-check-input:checked {
  background: #00aff5;
}

.waymov-round-check-input:checked::after {
  transform: scale(1);
}

.waymov-round-check-chip:has(.waymov-round-check-input:checked) {
  border-color: #00aff5;
  background: rgba(0, 175, 245, 0.1);
  color: #054752;
}

@keyframes spinner {
   0% { transform: rotate(0deg); }
   100% { transform: rotate(360deg); }
}

@keyframes superDriverHalo {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.25;
  }
  50% {
    transform: scale(1.06);
    opacity: 0.5;
  }
}

@keyframes onlineWave {
  0% {
    transform: scale(1);
    opacity: 0.55;
  }
  70%,
  100% {
    transform: scale(2.05);
    opacity: 0;
  }
}

@keyframes routeHeartbeat {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(56, 85, 229, 0.45);
  }
  45% {
    transform: scale(1.035);
    box-shadow: 0 0 0 9px rgba(56, 85, 229, 0);
  }
}

.super-driver-animated-border {
  position: relative !important;
  background: transparent !important;
  border-radius: 9999px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  vertical-align: middle;
}

.super-driver-animated-border::before {
  content: "";
  position: absolute !important;
  inset: -4px;
  z-index: 0 !important;
  border-radius: 9999px !important;
  background: conic-gradient(from -160deg at 50% 50%, #00aff5 0deg, #05f3db 120deg, #3855e5 240deg, rgb(0 175 245) 1turn);
  animation: spinner 4s linear infinite;
  pointer-events: none;
}

.super-driver-animated-border::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 9999px;
  border: 1px solid rgba(0, 153, 216, 0.35);
  z-index: 0;
  animation: superDriverHalo 2.6s ease-in-out infinite;
  pointer-events: none;
}

.super-driver-animated-border-profile::before,
.super-driver-animated-border-profile::after {
  inset: -6px;
}

.super-driver-animated-border img {
  position: relative;
  z-index: 1;
  border-radius: 9999px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: white;
}

.super-driver-avatar-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  color: #054752;
  font-weight: 800;
}

.waymov-online-indicator {
  --online-dot-size: 14px;
  --online-dot-offset: -1px;
  position: absolute;
  top: var(--online-dot-offset);
  right: var(--online-dot-offset);
  width: var(--online-dot-size);
  height: var(--online-dot-size);
  border-radius: 9999px;
  background: #00d26a;
  z-index: 20;
  pointer-events: none;
}

.waymov-online-indicator::after {
  content: "";
  position: absolute;
  inset: calc(var(--online-dot-size) * -0.2);
  border-radius: 9999px;
  border: 1px solid rgba(0, 210, 106, 0.55);
  animation: onlineWave 2.2s ease-out infinite;
}

.waymov-online-indicator-sm {
  --online-dot-size: 9px;
  --online-dot-offset: -1px;
}

.waymov-online-indicator-md {
  --online-dot-size: 14px;
  --online-dot-offset: -1px;
}

.waymov-online-indicator-lg {
  --online-dot-size: 15px;
  --online-dot-offset: 1px;
}

.waymov-online-indicator-profile {
  --online-dot-size: 16px;
  --online-dot-offset: 2px;
}

.waymov-prefooter-pets-card {
  box-shadow: 0 10px 20px rgba(5, 71, 82, 0.05);
}

.waymov-prefooter-pets-card:hover {
  box-shadow: 0 14px 30px rgba(5, 71, 82, 0.09);
}

.waymov-route-calc-btn {
  background: var(--brand1);
  color: #fff;
  animation: routeHeartbeat 1.8s ease-in-out infinite;
  transform-origin: center;
}

.waymov-route-calc-btn:hover {
  background: #2f48c9;
}

.waymov-route-calc-btn:disabled {
  animation: none;
}

.waymov-pill-switch,
.waymov-switch-lg {
  position: relative;
  width: 3.5rem;
  height: 1.75rem;
  border-radius: 9999px;
  background: #d1d5db;
  overflow: hidden;
  transition: background-color 0.2s ease;
}

.waymov-pill-switch::after,
.waymov-switch-lg::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 9999px;
  background: #ffffff;
  border: 1px solid #d1d5db;
  box-shadow: 0 2px 6px rgba(5, 71, 82, 0.18);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.peer:checked + .waymov-pill-switch,
.peer:checked + .waymov-switch-lg {
  background: #00aff5;
}

.peer:checked + .waymov-pill-switch::after,
.peer:checked + .waymov-switch-lg::after {
  transform: translateX(1.75rem);
  border-color: #ffffff;
}

.waymov-language-option {
  display: grid;
  grid-template-columns: 2.25rem 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.75rem;
  align-items: center;
  border-color: #e5e7eb;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.waymov-language-option:hover {
  border-color: var(--brand);
  background-color: rgba(0, 175, 245, 0.08);
}

.waymov-language-option > span:first-child {
  grid-row: 1 / span 2;
  grid-column: 1;
  margin-bottom: 0;
}

.waymov-language-option > span:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.waymov-language-option > span:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.waymov-language-option.is-selected {
  border-color: var(--brand);
  background-color: rgba(0, 175, 245, 0.12);
}

.waymov-language-option.is-selected > span:nth-child(2),
.waymov-language-option.is-selected > span:nth-child(3) {
  color: #000;
}

.waymov-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(5, 71, 82, 0.5);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.waymov-popup-overlay.hidden {
  display: none !important;
}

.waymov-popup-card {
  width: 100%;
  max-width: 28rem;
  border-radius: 1.5rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 24px 48px rgba(5, 71, 82, 0.22);
  padding: 1.5rem;
}

.waymov-popup-card--scroll-shell {
  padding: 0;
  overflow: hidden;
}

.waymov-popup-card-scroll {
  padding: 1.5rem;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #c7d8de transparent;
  border-radius: inherit;
}

.waymov-popup-card-scroll::-webkit-scrollbar {
  width: 7px;
}

.waymov-popup-card-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.waymov-popup-card-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #d3e2e8 0%, #b7ccd5 100%);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.waymov-popup-card-scroll::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #c7dbe3 0%, #9cb8c2 100%);
}

.waymov-signature-pad {
  border: 1px solid #d8e5ea;
  border-radius: 0.95rem;
  background: linear-gradient(180deg, #f7fbfc 0%, #eef5f8 100%);
  padding: 0.35rem;
}

.waymov-signature-canvas {
  width: 100%;
  height: 11rem;
  display: block;
  border-radius: 0.75rem;
  border: 1px dashed #c5d9df;
  background: #fff;
  touch-action: none;
}

.waymov-signature-canvas.is-disabled {
  border-style: solid;
  background: #f4f7f9;
  opacity: 0.8;
  cursor: not-allowed;
}

@media (pointer: fine) {
  .waymov-signature-canvas:not(.is-disabled) {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23054752' d='M3 17.25V21h3.75L17.81 9.94l-3.75-3.75z'/%3E%3Cpath fill='%2300aff5' d='M20.71 7.04a1 1 0 0 0 0-1.41L18.37 3.29a1 1 0 0 0-1.41 0L15.13 5.12l3.75 3.75z'/%3E%3C/svg%3E") 3 21, crosshair;
  }
}

.waymov-map-picker-overlay {
  position: fixed;
  inset: 0;
  z-index: 2200;
  background: rgba(5, 71, 82, 0.55);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.waymov-map-picker-card {
  width: 100%;
  max-width: 52rem;
  max-height: calc(100vh - 2rem);
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid #dbe5ea;
  background: #ffffff;
  box-shadow: 0 28px 48px rgba(5, 71, 82, 0.28);
  display: flex;
  flex-direction: column;
}

.waymov-map-picker-header {
  padding: 1.15rem 1.25rem 0.55rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.waymov-map-picker-title {
  margin: 0;
  color: #054752;
  font-size: 1.25rem;
  line-height: 1.35;
  font-weight: 800;
}

.waymov-map-picker-close {
  border: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background: #f3f4f6;
  color: #054752;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.waymov-map-picker-subtitle {
  margin: 0;
  padding: 0 1.25rem 0.95rem;
  color: #4f6e75;
  font-size: 0.92rem;
  font-weight: 600;
}

.waymov-map-picker-canvas {
  margin: 0 1.25rem;
  border-radius: 1rem;
  border: 1px solid #dbe5ea;
  overflow: hidden;
  height: 22rem;
}

.waymov-map-picker-canvas .leaflet-container {
  width: 100%;
  height: 100%;
  font: inherit;
}

.leaflet-container {
  position: relative;
  z-index: 1;
}

.waymov-map-picker-meta {
  margin: 0.9rem 1.25rem 0;
  border-radius: 0.9rem;
  background: #f8fafb;
  border: 1px solid #e3ecef;
  padding: 0.65rem 0.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem 0.8rem;
  color: #4f6e75;
  font-size: 0.82rem;
  font-weight: 700;
}

.waymov-map-picker-actions {
  padding: 1rem 1.25rem 1.2rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
}

.waymov-map-picker-btn {
  border: 0;
  border-radius: 9999px;
  padding: 0.66rem 1.1rem;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
  transition: filter 0.18s ease;
}

.waymov-map-picker-btn:hover {
  filter: brightness(0.96);
}

.waymov-map-picker-btn-secondary {
  background: #f3f4f6;
  color: #054752;
}

.waymov-map-picker-btn-primary {
  background: #00aff5;
  color: #ffffff;
}

@media (max-width: 767px) {
  .waymov-map-picker-card {
    max-height: calc(100vh - 1rem);
  }

  .waymov-map-picker-canvas {
    height: 17.5rem;
  }

  .waymov-map-picker-actions {
    padding-top: 0.8rem;
  }
}

.waymov-popup-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
}

.waymov-popup-icon-success {
  background: #e6f7eb;
  color: #13a552;
}

.waymov-popup-icon-error {
  background: #fef2f2;
  color: #dc2626;
}

.waymov-popup-icon-info {
  background: #e8f4fe;
  color: #00aff5;
}

.waymov-mobile-hub-open {
  overflow: hidden;
}

.waymov-mobile-app-nav {
  z-index: 2300;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
  box-shadow: 0 -10px 28px rgba(5, 71, 82, 0.08);
  border-top-left-radius: 1.4rem;
  border-top-right-radius: 1.4rem;
  padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 0.2rem);
}

.waymov-mobile-app-nav-inner {
  min-height: 4.35rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0.15rem;
  padding: 0 0.35rem;
}

.waymov-mobile-app-tab {
  border: 0;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  color: #708c91;
  text-align: center;
  font-weight: 700;
  padding: 0.45rem 0.2rem 0.25rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.waymov-mobile-app-tab:active {
  transform: scale(0.96);
}

.waymov-mobile-app-tab.is-active {
  color: #00aff5;
}

.waymov-mobile-app-tab[aria-expanded="true"] {
  color: #00aff5;
}

.waymov-mobile-app-tab-label {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.63rem;
  line-height: 1;
  letter-spacing: 0.01em;
}

.waymov-mobile-app-avatar {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 9999px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef3f6;
  color: #054752;
  font-size: 0.82rem;
  font-weight: 800;
}

.waymov-mobile-app-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.waymov-mobile-hub-overlay {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: none;
  align-items: flex-end;
  justify-content: center;
  padding: 0.9rem 0.9rem calc(env(safe-area-inset-bottom, 0px) + 5.4rem);
  background: transparent;
  backdrop-filter: none;
}

.waymov-mobile-hub-overlay:not(.hidden) {
  display: flex;
}

.waymov-mobile-hub-sheet {
  width: 100%;
  max-width: 32rem;
  max-height: calc(100vh - 7rem);
  overflow: hidden;
  border-radius: 2rem;
  background: #ffffff;
  box-shadow: 0 22px 46px rgba(5, 71, 82, 0.18);
  display: flex;
  flex-direction: column;
}

.waymov-mobile-hub-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.15rem 0.75rem;
}

.waymov-mobile-hub-close {
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 9999px;
  background: #f3f4f6;
  color: #054752;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.waymov-mobile-hub-panels {
  flex: 1 1 auto;
  min-height: 0;
  padding: 0 1.15rem 1.2rem;
  overflow-y: auto;
}

.waymov-mobile-hub-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.waymov-mobile-hub-link {
  min-height: 8.75rem;
  border-radius: 1.4rem;
  background: #f8fbfd;
  padding: 1rem 0.9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  text-align: center;
  text-decoration: none;
  color: #054752;
  transition: transform 0.18s ease, background-color 0.18s ease;
}

.waymov-mobile-hub-link:hover {
  transform: translateY(-1px);
  background: #ffffff;
}

.waymov-mobile-hub-link-icon {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

@media (max-width: 380px) {
  .waymov-mobile-hub-panel-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .waymov-mobile-app-nav {
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0;
  }

  .waymov-mobile-hub-overlay {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 5.15rem);
  }

  .waymov-mobile-hub-sheet {
    max-height: calc(100vh - 6.6rem);
  }
}

.waymov-step-indicator {
  width: min(100%, 22rem);
  margin: 2rem auto 0;
  padding: 0 0.35rem;
}

.waymov-step-dot {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.waymov-step-line {
  width: 4rem;
  flex: 0 1 4rem;
}

.bg-brand-500\/5 { background-color: rgba(0, 175, 245, 0.05); }
.bg-brand-500\/10 { background-color: rgba(0, 175, 245, 0.1); }
.bg-brand-500\/20 { background-color: rgba(0, 175, 245, 0.2); }
.bg-brand-600\/10 { background-color: rgba(0, 153, 216, 0.1); }
.bg-brand-600\/20 { background-color: rgba(0, 153, 216, 0.2); }
.bg-brand-600\/40 { background-color: rgba(0, 153, 216, 0.4); }

.waymov-date-strip-scroll {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.12rem 0.05rem 0.55rem;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #c4c9cf #edf1f4;
}

.waymov-date-strip-scroll::-webkit-scrollbar {
  height: 4px;
}

.waymov-date-strip-scroll::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.waymov-date-strip-scroll::-webkit-scrollbar-track {
  background: #edf1f4;
  border-radius: 999px;
}

.waymov-date-strip-scroll::-webkit-scrollbar-thumb {
  background: #c4c9cf;
  border-radius: 999px;
}

.waymov-date-strip-scroll::-webkit-scrollbar-thumb:hover {
  background: #b4bac2;
}

.waymov-date-strip-card {
  flex: 0 0 calc((100% - 0.55rem) / 2);
  min-width: calc((100% - 0.55rem) / 2);
  max-width: calc((100% - 0.55rem) / 2);
  scroll-snap-align: start;
}

.waymov-subtle-scroll-x {
  scrollbar-width: thin;
  scrollbar-color: #c4c9cf #edf1f4;
}

.waymov-subtle-scroll-x::-webkit-scrollbar {
  height: 4px;
}

.waymov-subtle-scroll-x::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.waymov-subtle-scroll-x::-webkit-scrollbar-track {
  background: #edf1f4;
  border-radius: 999px;
}

.waymov-subtle-scroll-x::-webkit-scrollbar-thumb {
  background: #c4c9cf;
  border-radius: 999px;
}

.waymov-subtle-scroll-x::-webkit-scrollbar-thumb:hover {
  background: #b4bac2;
}

.waymov-subtle-scroll-y {
  scrollbar-width: thin;
  scrollbar-color: #c4c9cf #edf1f4;
}

.waymov-subtle-scroll-y::-webkit-scrollbar {
  width: 4px;
}

@media (max-width: 767px) {
  .waymov-step-indicator {
    width: 100%;
    padding: 0 0.75rem;
  }

  .waymov-step-dot {
    width: 0.82rem;
    height: 0.82rem;
  }

  .waymov-step-line {
    width: clamp(1.4rem, 9vw, 2.75rem);
    flex-basis: clamp(1.4rem, 9vw, 2.75rem);
  }

  .waymov-date-strip-card {
    flex: 0 0 11rem;
    min-width: 11rem;
    max-width: 11rem;
  }
}

.waymov-subtle-scroll-y::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.waymov-subtle-scroll-y::-webkit-scrollbar-track {
  background: #edf1f4;
  border-radius: 999px;
}

.waymov-subtle-scroll-y::-webkit-scrollbar-thumb {
  background: #c4c9cf;
  border-radius: 999px;
}

.waymov-subtle-scroll-y::-webkit-scrollbar-thumb:hover {
  background: #b4bac2;
}

@media (min-width: 768px) {
  .waymov-date-strip-card {
    flex-basis: calc((100% - (0.55rem * 3)) / 4);
    min-width: calc((100% - (0.55rem * 3)) / 4);
    max-width: calc((100% - (0.55rem * 3)) / 4);
  }
}

@media (max-width: 767px) {
  .waymov-date-strip-card {
    flex-basis: calc((100% - 0.55rem) / 2);
    min-width: calc((100% - 0.55rem) / 2);
    max-width: calc((100% - 0.55rem) / 2);
  }
}

.price {
  font-weight: 900 !important;
  letter-spacing: -0.012em;
}

.waymov-prices-pending .price:not(input):not(textarea):not(select) {
  visibility: hidden;
}

.waymov-prices-ready .price:not(input):not(textarea):not(select) {
  visibility: visible;
}

.price .waymov-price-prefix,
.price .waymov-price-suffix {
  font-weight: inherit;
}

.price .waymov-price-value {
  display: inline-flex;
  align-items: flex-start;
  line-height: 1;
}

.price .waymov-price-main {
  font-weight: 900;
  line-height: 1;
}

.price .waymov-price-decimal {
  display: inline-flex;
  align-items: flex-start;
  font-size: 0.5em;
  line-height: 1;
  margin-left: 0.03em;
  transform: translateY(0.04em);
}

.price .waymov-price-separator {
  font-weight: 500;
  line-height: 1;
}

.price .waymov-price-cents {
  font-weight: 700;
  line-height: 1;
  margin-top: 1px;
}

.price .waymov-price-currency {
  position: static;
  display: inline-block;
  left: auto;
  top: auto;
  font-size: 0.62em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-left: 0.16em;
  transform: translateY(0.08em);
  pointer-events: auto;
}

.waymov-step-actions {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
}

.pet-choice-card {
  background: #ffffff;
  border-color: #edf2f5;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.pet-choice-card:hover {
  border-color: #9ad8f3;
  background: #f8fdff;
  transform: translateY(-1px);
}

.pet-choice-card.is-selected {
  border-color: #00aff5;
  background: rgba(0, 175, 245, 0.1);
}

.pet-legal-option {
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.pet-legal-option:hover {
  border-color: #d4e3ea;
}

.pet-check-input {
  appearance: none;
  -webkit-appearance: none;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 9999px;
  border: 0;
  background: #d8e4e8;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  transition: background-color 0.16s ease, box-shadow 0.16s ease;
  flex: 0 0 auto;
}

.pet-check-input::after {
  content: "";
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 9999px;
  background: #ffffff;
  transform: scale(0);
  transition: transform 0.14s ease;
}

.pet-check-input:checked {
  background: #00aff5;
}

.pet-check-input:checked::after {
  transform: scale(1);
}

.pet-check-input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 175, 245, 0.2);
}

.waymov-route-location-btn {
  position: absolute;
  right: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: 1px solid #d6e4ea73;
  border-radius: 9999px;
  background: #ffffff;
  color: #2f48c9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.waymov-route-location-btn:hover {
  background: #eef3ff;
  border-color: #b7c8ff;
}

.waymov-route-location-btn.is-active {
  background: #2f48c9;
  color: #ffffff;
  border-color: #2f48c9;
}

.waymov-exact-point-pin {
  background: transparent;
  border: 0;
}

.waymov-exact-point-pin__dot {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 9999px;
  background: var(--waymov-exact-pin-color, #3855e5);
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 2px rgba(5, 71, 82, 0.2), 0 6px 14px rgba(5, 71, 82, 0.24);
}

.waymov-tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.waymov-route-location-btn.waymov-tooltip {
  position: absolute;
}

.waymov-tooltip__trigger {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 9999px;
  border: 1px solid rgba(56, 85, 229, 0.35);
  background: rgba(56, 85, 229, 0.08);
  color: #3855e5;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: help;
}

.waymov-tooltip__content {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%) translateY(4px);
  min-width: 12rem;
  max-width: 16rem;
  padding: 0.55rem 0.7rem;
  border-radius: 0.7rem;
  border: 1px solid #dce6eb;
  background: #ffffff;
  color: #054752;
  box-shadow: 0 14px 28px rgba(5, 71, 82, 0.18);
  font-size: 0.77rem;
  font-weight: 600;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 5000;
}

.waymov-floating-tooltip {
  z-index: 5000;
  background: #0f3440;
  border: 1px solid rgba(193, 221, 229, 0.4);
  box-shadow: 0 16px 30px rgba(5, 71, 82, 0.28);
}

.waymov-icon-tip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.waymov-icon-tip::after {
  content: attr(data-waymov-tip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%) translateY(4px);
  min-width: max-content;
  max-width: 13rem;
  padding: 0.45rem 0.6rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(193, 221, 229, 0.45);
  background: #0f3440;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 5000;
  box-shadow: 0 16px 30px rgba(5, 71, 82, 0.28);
}

.waymov-icon-tip::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 4px);
  width: 8px;
  height: 8px;
  border-right: 1px solid rgba(193, 221, 229, 0.45);
  border-bottom: 1px solid rgba(193, 221, 229, 0.45);
  background: #0f3440;
  transform: translateX(-50%) rotate(45deg);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease;
  z-index: 5000;
}

.waymov-icon-tip:hover::after,
.waymov-icon-tip:focus-visible::after,
.waymov-icon-tip:hover::before,
.waymov-icon-tip:focus-visible::before {
  opacity: 1;
  visibility: visible;
}

.waymov-icon-tip:hover::after,
.waymov-icon-tip:focus-visible::after {
  transform: translateX(-50%) translateY(0);
}

.waymov-tooltip:hover .waymov-tooltip__content,
.waymov-tooltip:focus-within .waymov-tooltip__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.waymov-route-location-btn .waymov-tooltip__content {
  left: auto;
  right: 0;
  transform: translateY(4px);
}

.waymov-route-location-btn.waymov-tooltip:hover .waymov-tooltip__content,
.waymov-route-location-btn.waymov-tooltip:focus-within .waymov-tooltip__content {
  transform: translateY(0);
}

.waymov-price-risk-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.4rem;
  border-radius: 9999px;
  padding: 0.2rem 0.6rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.waymov-price-risk-normal {
  background: #ecfdf5;
  color: #0f766e;
}

.waymov-price-risk-warn {
  background: #fef3c7;
  color: #92400e;
}

.waymov-price-risk-high {
  background: #ffedd5;
  color: #9a3412;
}

.waymov-price-risk-critical {
  background: #fee2e2;
  color: #b91c1c;
}

.waymov-price-legend {
  margin-top: 0.85rem;
  border-top: 1px dashed #dce6eb;
  padding-top: 0.75rem;
}

.waymov-price-legend-card {
  margin-top: 1rem;
  border: 1px solid #dce6eb;
  border-radius: 1rem;
  /*background: #f8fbfc;*/
  padding: 0.8rem 0.9rem;
}

.waymov-price-legend-head {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.5rem;
}

.waymov-price-legend-help {
  width: 1rem;
  height: 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(56, 85, 229, 0.35);
  background: rgba(56, 85, 229, 0.08);
  color: #3855e5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
}

.waymov-price-legend-note {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #4f6e75;
}

.waymov-price-legend p {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: #4f6e75;
}

.waymov-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.3rem 0;
}

.waymov-price-input-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 7.2rem;
}

.waymov-price-input {
  width: 7.6rem;
  padding: 0.62rem 0.8rem 0.62rem 2rem;
  border: 1px solid #dbe5ea;
  border-radius: 0.95rem;
  background: #ffffff;
  font-size: 1.23rem;
  line-height: 1.15;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.waymov-price-input:focus {
  border-color: #97d6f3;
  box-shadow: 0 0 0 3px rgba(0, 175, 245, 0.15);
}

.waymov-price-currency {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.05rem;
  font-weight: 800;
  pointer-events: none;
}

.waymov-price-tone-normal {
  color: #0f766e;
}

.waymov-price-tone-warn {
  color: #9a5a00;
}

.waymov-price-tone-high {
  color: #9a3412;
}

.waymov-price-tone-critical {
  color: #b91c1c;
}

.waymov-price-input.waymov-price-tone-normal {
  background: #f6fffb;
  border-color: #caeee2;
}

.waymov-price-input.waymov-price-tone-warn {
  background: #fff9ec;
  border-color: #f5dfb6;
}

.waymov-price-input.waymov-price-tone-high {
  background: #fff5ea;
  border-color: #ffd7b5;
}

.waymov-price-input.waymov-price-tone-critical {
  background: #fff1f1;
  border-color: #fecaca;
}

.waymov-price-global-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.7rem;
  color: #456670;
  font-size: 0.75rem;
  font-weight: 700;
}

.waymov-price-global-toggle input {
  width: 0.95rem;
  height: 0.95rem;
  accent-color: #00aff5;
}

.waymov-price-legend-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.95rem;
}

.waymov-price-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  font-size: 0.74rem;
  font-weight: 700;
  color: #3f626c;
}

.waymov-price-dot {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 9999px;
  display: inline-block;
}

.waymov-price-dot-normal {
  background: #0f766e;
}

.waymov-price-dot-warn {
  background: #b7760f;
}

.waymov-price-dot-high {
  background: #c2410c;
}

.waymov-price-dot-critical {
  background: #b91c1c;
}

.leaflet-control-attribution {
  /*position: absolute !important;*/
  /*display: none !important;*/
}