:root {
  color-scheme: light;
}

main * {
  box-sizing: border-box;
}

main button,
main input {
  font: inherit;
}

main button,
main a {
  -webkit-tap-highlight-color: transparent;
}

main button {
  margin: 0;
}

main a {
  color: inherit;
  text-decoration: none;
}

main img {
  display: block;
  max-width: 100%;
}

main h1,
main h2,
main h3,
main h4,
main p {
  margin: 0;
}

main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

[hidden] {
  display: none !important;
}

.header .pc-style {
  background: linear-gradient(180deg, #faf8f5 0%, #fff9f3 48%, #faf8f5 100%);
}

/* Hero */
.iwhere-hero {
  position: relative;
  padding: 144px 0 112px;
  background: linear-gradient(180deg, #faf8f5 0%, #fff9f3 48%, #faf8f5 100%);
  overflow: hidden;
}

.iwhere-hero .iwhere-hero-background {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.iwhere-hero .iwhere-hero-background .iwhere-hero-glow {
  position: absolute;
  display: block;
  border-radius: 999px;
  filter: blur(64px);
}

.iwhere-hero .iwhere-hero-background .iwhere-hero-glow-main {
  top: 48px;
  left: 50%;
  width: 800px;
  height: 400px;
  background: linear-gradient(90deg, rgba(255, 106, 58, 0.1), rgba(255, 153, 58, 0.15), rgba(255, 230, 209, 0.2));
  transform: translateX(-50%);
}

.iwhere-hero .iwhere-hero-background .iwhere-hero-glow-side {
  top: -96px;
  right: 0;
  width: 384px;
  height: 384px;
  background: rgba(255, 230, 209, 0.4);
}

.iwhere-hero .iwhere-hero-container {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.iwhere-hero .iwhere-hero-container .iwhere-hero-content {
  display: flex;
  align-items: center;
  gap: 32px;
}

.iwhere-hero .iwhere-hero-content .iwhere-hero-copy {
  position: relative;
  z-index: 2;
  width: 50%;
  min-width: 0;
}

.iwhere-hero .iwhere-hero-copy .iwhere-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 106, 58, 0.2);
  border-radius: 999px;
  color: #ff6a3a;
  background: rgba(255, 230, 209, 0.8);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}

.iwhere-hero .iwhere-hero-copy .iwhere-hero-eyebrow i {
  font-size: 16px;
}

.iwhere-hero .iwhere-hero-copy h1 {
  max-width: 610px;
  margin-bottom: 24px;
  color: #1a1a1a;
  font-size: 60px;
  font-weight: 800;
  line-height: 67px;
  letter-spacing: -2px;
}

.iwhere-hero .iwhere-hero-copy h1 span {
  color: #ff6a3a;
  background: linear-gradient(135deg, #ff6a3a 0%, #ff993a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.iwhere-hero .iwhere-hero-copy .iwhere-hero-description {
  max-width: 576px;
  margin-bottom: 32px;
  color: #666666;
  font-size: 18px;
  line-height: 29px;
}

.iwhere-hero .iwhere-hero-copy .iwhere-hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.iwhere-hero .iwhere-hero-actions .iwhere-hero-app-button {
  display: inline-flex;
  width: 235px;
  height: 58px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff6a3a 0%, #ff993a 100%);
  box-shadow: 0 10px 24px rgba(255, 106, 58, 0.25);
  font-size: 16px;
  font-weight: 800;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.iwhere-hero .iwhere-hero-actions .iwhere-hero-app-button:hover {
  box-shadow: 0 14px 28px rgba(255, 106, 58, 0.35);
  transform: scale(1.02);
}

.iwhere-hero .iwhere-hero-app-button>i {
  font-size: 25px;
}

.iwhere-hero .iwhere-hero-app-button>span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 17px;
}

.iwhere-hero .iwhere-hero-app-button span small {
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.iwhere-hero .iwhere-hero-actions .iwhere-hero-feature-button {
  display: inline-flex;
  width: 235px;
  height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  color: #1a1a1a;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  font-size: 16px;
  font-weight: 700;
  transition: border-color 200ms ease, color 200ms ease, background 200ms ease, transform 200ms ease;
}

.iwhere-hero .iwhere-hero-actions .iwhere-hero-feature-button:hover {
  border-color: rgba(255, 106, 58, 0.4);
  color: #ff6a3a;
  background: rgba(255, 246, 238, 0.5);
  transform: scale(1.02);
}

.iwhere-hero .iwhere-hero-feature-button i {
  color: #ff6a3a;
  font-size: 14px;
}

.iwhere-hero .iwhere-hero-copy .iwhere-hero-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #666666;
  font-size: 14px;
  font-weight: 600;
}

.iwhere-hero .iwhere-hero-tags>span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border: 1px solid rgba(229, 229, 229, 0.7);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(15, 23, 42, 0.03);
}

.iwhere-hero .iwhere-hero-tags span b {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff6a3a;
}

.iwhere-hero .iwhere-hero-tags span:nth-of-type(2) b {
  background: #ff993a;
}

.iwhere-hero .iwhere-hero-tags span:nth-of-type(3) b {
  background: #2563eb;
}

.iwhere-hero .iwhere-hero-tags em {
  color: #e5e5e5;
  font-style: normal;
}

.iwhere-hero .iwhere-hero-copy .iwhere-hero-requirement {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: #666666;
  font-size: 12px;
}

.iwhere-hero .iwhere-hero-requirement i {
  color: #059669;
  font-size: 14px;
}

.iwhere-hero .iwhere-hero-content .iwhere-hero-visual {
  position: relative;
  display: flex;
  width: 50%;
  min-width: 0;
  align-items: center;
  justify-content: center;
}

.iwhere-hero .iwhere-hero-visual::before {
  position: absolute;
  width: 384px;
  height: 384px;
  border-radius: 50%;
  background: linear-gradient(45deg, rgba(255, 106, 58, 0.2), rgba(255, 153, 58, 0.25), rgba(96, 165, 250, 0.2));
  filter: blur(64px);
  content: "";
}

.iwhere-hero .iwhere-hero-visual .iwhere-hero-phone {
  position: relative;
  z-index: 2;
  width: 340px;
  height: 710px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 48px;
  background: linear-gradient(180deg, #4a4a4a 0%, #1a1a1a 50%, #2b2b2b 100%);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
}

.iwhere-hero .iwhere-hero-phone .iwhere-hero-phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  border: 3px solid #1a1a1a;
  border-radius: 40px;
  background: #e9f0f8;
  overflow: hidden;
}

.iwhere-hero .iwhere-hero-phone-screen .iwhere-hero-dynamic-island {
  position: absolute;
  z-index: 5;
  top: 10px;
  left: 50%;
  display: flex;
  width: 96px;
  height: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  border-radius: 999px;
  background: #000000;
  transform: translateX(-50%);
}

.iwhere-hero .iwhere-hero-dynamic-island span {
  width: 10px;
  height: 10px;
  border: 1px solid #404040;
  border-radius: 50%;
  background: #171717;
}

.iwhere-hero .iwhere-hero-dynamic-island span:last-child {
  border-color: #ff6a3a;
  background: #ff6a3a;
  animation: iwhere-pulse 1800ms ease-out infinite;
}

.iwhere-hero .iwhere-hero-phone-screen .iwhere-hero-status {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  padding: 4px 24px 0;
  color: #262626;
  font-size: 11px;
  font-weight: 600;
}

.iwhere-hero .iwhere-hero-status span:last-child {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
}

.iwhere-hero .iwhere-hero-status span b {
  position: relative;
  width: 20px;
  height: 10px;
  padding: 2px;
  border: 1px solid #404040;
  border-radius: 2px;
}

.iwhere-hero .iwhere-hero-status span b::before {
  display: block;
  width: 14px;
  height: 4px;
  border-radius: 1px;
  background: #262626;
  content: "";
}

.iwhere-hero .iwhere-hero-phone-screen .iwhere-hero-map {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.iwhere-hero .iwhere-hero-map .iwhere-hero-map-grid {
  position: absolute;
  inset: 0;
  background: #ebf2f8;
}

.iwhere-hero .iwhere-hero-map-grid>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iwhere-hero .iwhere-hero-map-grid .iwhere-hero-location {
  position: absolute;
  top: 54%;
  left: 40%;
  display: flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border: 3px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  background: #2563eb;
  box-shadow: 0 0 0 12px rgba(37, 99, 235, 0.18);
  font-size: 10px;
  animation: iwhere-map-pulse 1800ms ease-out infinite;
}

.iwhere-hero .iwhere-hero-map .iwhere-hero-route-card {
  position: absolute;
  z-index: 3;
  top: 48px;
  left: 14px;
  right: 14px;
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(229, 229, 229, 0.8);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.13);
}

.iwhere-hero .iwhere-hero-route-card .iwhere-hero-route-icon {
  display: flex;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #ff6a3a;
  background: #ffe6d1;
}

.iwhere-hero .iwhere-hero-route-card>span:nth-child(2) {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.iwhere-hero .iwhere-hero-route-card span small {
  color: #a3a3a3;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.iwhere-hero .iwhere-hero-route-card span strong {
  display: block;
  color: #171717;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.iwhere-hero .iwhere-hero-route-card>b {
  padding: 2px 8px;
  border-radius: 6px;
  color: #1d4ed8;
  background: #eff6ff;
  font-size: 10px;
  white-space: nowrap;
}

.iwhere-hero .iwhere-hero-map .iwhere-hero-controller {
  position: absolute;
  z-index: 3;
  right: 14px;
  bottom: 12px;
  left: 14px;
  padding: 12px;
  border: 1px solid rgba(229, 229, 229, 0.8);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
}

.iwhere-hero .iwhere-hero-controller .iwhere-hero-controller-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
  color: #525252;
  font-size: 11px;
  font-weight: 700;
}

.iwhere-hero .iwhere-hero-controller-status span:first-child {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #ff6a3a;
}

.iwhere-hero .iwhere-hero-controller-status span b {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  animation: iwhere-pulse 1800ms ease-out infinite;
}

.iwhere-hero .iwhere-hero-controller .iwhere-hero-progress {
  width: 100%;
  height: 6px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: #f5f5f5;
  overflow: hidden;
}

.iwhere-hero .iwhere-hero-progress span {
  display: block;
  width: 35%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff6a3a, #2563eb);
}

.iwhere-hero .iwhere-hero-controller .iwhere-hero-controller-meta {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
}

.iwhere-hero .iwhere-hero-controller-meta span {
  padding: 2px 7px;
  border-radius: 8px;
  color: #ff6a3a;
  background: #ffe6d1;
  font-weight: 700;
}

.iwhere-hero .iwhere-hero-controller-meta span:nth-child(2) {
  color: #525252;
  background: #f5f5f5;
}

.iwhere-hero .iwhere-hero-controller-meta strong {
  margin-left: auto;
  color: #2563eb;
  font-weight: 700;
}

.iwhere-hero .iwhere-hero-visual .iwhere-hero-float {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.14);
}

.iwhere-hero .iwhere-hero-float>i {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #ff6a3a;
  background: #ffe6d1;
  font-size: 20px;
}

.iwhere-hero .iwhere-hero-float>span {
  display: flex;
  flex-direction: column;
}

.iwhere-hero .iwhere-hero-float span small {
  color: #666666;
  font-size: 12px;
  font-weight: 600;
}

.iwhere-hero .iwhere-hero-float span strong {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  white-space: nowrap;
}

.iwhere-hero .iwhere-hero-visual .iwhere-hero-float-walking {
  top: -16px;
  left: -32px;
  animation: iwhere-float-one 4000ms ease-in-out infinite;
}

.iwhere-hero .iwhere-hero-visual .iwhere-hero-float-stops {
  top: 33%;
  right: -32px;
  animation: iwhere-float-two 4500ms ease-in-out 500ms infinite;
}

.iwhere-hero .iwhere-hero-float-stops>i {
  color: #2563eb;
  background: #eff6ff;
}

.iwhere-hero .iwhere-hero-visual .iwhere-hero-float-driving {
  bottom: -16px;
  left: -24px;
  animation: iwhere-float-one 5000ms ease-in-out 1000ms infinite;
}

.iwhere-hero .iwhere-hero-float-driving>i {
  color: #ffffff;
  background: linear-gradient(135deg, #ff6a3a, #ff993a);
}

@keyframes iwhere-float-one {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

@keyframes iwhere-float-two {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(8px);
  }
}

@keyframes iwhere-pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.45;
  }
}

@keyframes iwhere-map-pulse {

  0%,
  100% {
    box-shadow: 0 0 0 6px rgba(37, 99, 235, 0.16);
  }

  50% {
    box-shadow: 0 0 0 14px rgba(37, 99, 235, 0.02);
  }
}

/* Value proposition */
.iwhere-value {
  padding: 112px 0;
  border-top: 1px solid rgba(229, 229, 229, 0.6);
  border-bottom: 1px solid rgba(229, 229, 229, 0.6);
  background: #ffffff;
  scroll-margin-top: 80px;
}

.iwhere-value .iwhere-value-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.iwhere-value .iwhere-value-container .iwhere-value-heading {
  max-width: 768px;
  margin: 0 auto 64px;
  text-align: center;
}

.iwhere-value .iwhere-value-heading .iwhere-value-eyebrow {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 4px 14px;
  border-radius: 999px;
  color: #ff6a3a;
  background: rgba(255, 230, 209, 0.7);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.iwhere-value .iwhere-value-heading h2 {
  margin-bottom: 24px;
  color: #1a1a1a;
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: -1.5px;
}

.iwhere-value .iwhere-value-heading p {
  color: #666666;
  font-size: 18px;
  line-height: 29px;
}

.iwhere-value .iwhere-value-heading p+p {
  margin-top: 8px;
  color: #333333;
  font-weight: 500;
}

.iwhere-value .iwhere-value-container .iwhere-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.iwhere-value .iwhere-value-grid .iwhere-value-card {
  display: flex;
  min-height: 292px;
  flex-direction: column;
  padding: 32px;
  border: 1px solid #ffe6d1;
  border-radius: 24px;
  background: #faf8f5;
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
}

.iwhere-value .iwhere-value-grid .iwhere-value-card:hover {
  border-color: rgba(255, 106, 58, 0.4);
  box-shadow: 0 20px 36px rgba(15, 23, 42, 0.1);
  transform: translateY(-4px);
}

.iwhere-value .iwhere-value-card .iwhere-value-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.iwhere-value .iwhere-value-card-top span {
  padding: 4px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  color: #1a1a1a;
  background: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.iwhere-value .iwhere-value-card-top i {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #ff6a3a;
  background: #ffe6d1;
  font-size: 24px;
}

.iwhere-value .iwhere-value-card-simulate .iwhere-value-card-top i {
  color: #ffffff;
  background: linear-gradient(135deg, #ff6a3a, #ff993a);
}

.iwhere-value .iwhere-value-card-explore .iwhere-value-card-top i {
  color: #2563eb;
  background: #eff6ff;
}

.iwhere-value .iwhere-value-card h3 {
  margin-bottom: 12px;
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  transition: color 200ms ease;
}

.iwhere-value .iwhere-value-card:hover h3 {
  color: #ff6a3a;
}

.iwhere-value .iwhere-value-card p {
  margin-bottom: 24px;
  color: #666666;
  font-size: 16px;
  line-height: 24px;
}

.iwhere-value .iwhere-value-card>strong {
  display: block;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(229, 229, 229, 0.6);
  color: #ff6a3a;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

/* Route planning */
.iwhere-planning {
  padding: 112px 0;
  background: #faf8f5;
}

.iwhere-planning .iwhere-planning-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.iwhere-planning .iwhere-planning-container .iwhere-planning-layout {
  display: flex;
  align-items: center;
  gap: 56px;
}

.iwhere-planning .iwhere-planning-layout .iwhere-planning-builder {
  width: calc(50% - 28px);
  max-width: 512px;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.1);
}

.iwhere-planning .iwhere-planning-builder .iwhere-planning-builder-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.7);
}

.iwhere-planning .iwhere-planning-builder-head>div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.iwhere-planning .iwhere-planning-builder-head div>i {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff6a3a, #ff993a);
  font-size: 16px;
}

.iwhere-planning .iwhere-planning-builder-head div>span {
  display: flex;
  flex-direction: column;
}

.iwhere-planning .iwhere-planning-builder-head span strong {
  color: #1a1a1a;
  font-size: 12px;
  line-height: 16px;
}

.iwhere-planning .iwhere-planning-builder-head span small {
  color: #666666;
  font-size: 11px;
  line-height: 16px;
}

.iwhere-planning .iwhere-planning-builder-head>span {
  padding: 4px 10px;
  border-radius: 999px;
  color: #ff6a3a;
  background: #ffe6d1;
  font-size: 12px;
  font-weight: 700;
}

.iwhere-planning .iwhere-planning-builder .iwhere-planning-search {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.iwhere-planning .iwhere-planning-search>i {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 12px;
  color: #a3a3a3;
  font-size: 16px;
  transform: translateY(-50%);
}

.iwhere-planning .iwhere-planning-search .iwhere-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.iwhere-planning .iwhere-planning-search input {
  width: 100%;
  padding: 10px 16px 10px 36px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  outline: 0;
  color: #737373;
  background: #faf8f5;
  font-size: 12px;
  line-height: 16px;
  cursor: default;
}

.iwhere-planning .iwhere-planning-builder .iwhere-planning-route {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.iwhere-planning .iwhere-planning-route .iwhere-planning-point {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  color: #333333;
  background: #ffffff;
  text-align: left;
  cursor: pointer;
  transition: border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.iwhere-planning .iwhere-planning-route .iwhere-planning-point:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  bottom: -15px;
  left: 35px;
  width: 2px;
  height: 16px;
  background: linear-gradient(180deg, #ff6a3a, #ff993a);
  content: "";
}

.iwhere-planning .iwhere-planning-route .iwhere-planning-point.is-active {
  border-color: #ff6a3a;
  background: #fff6ee;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.iwhere-planning .iwhere-planning-point>i {
  flex: 0 0 auto;
  color: #d4d4d4;
  font-size: 16px;
}

.iwhere-planning .iwhere-planning-point .iwhere-planning-marker {
  display: flex;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #ffffff;
  background: #10b981;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12);
}

.iwhere-planning .iwhere-planning-point:nth-child(2) .iwhere-planning-marker {
  background: #ff993a;
}

.iwhere-planning .iwhere-planning-point:nth-child(3) .iwhere-planning-marker {
  background: #ff6a3a;
}

.iwhere-planning .iwhere-planning-point:nth-child(4) .iwhere-planning-marker {
  background: #f43f5e;
}

.iwhere-planning .iwhere-planning-point>span:nth-of-type(2) {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.iwhere-planning .iwhere-planning-point span strong {
  color: #1a1a1a;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.iwhere-planning .iwhere-planning-point span small {
  color: #666666;
  font-size: 10px;
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.iwhere-planning .iwhere-planning-point>em {
  flex: 0 0 auto;
  padding: 2px 8px;
  border-radius: 6px;
  color: #737373;
  background: #f5f5f5;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
}

.iwhere-planning .iwhere-planning-builder .iwhere-planning-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  padding: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  background: #faf8f5;
}

.iwhere-planning .iwhere-planning-summary>span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.iwhere-planning .iwhere-planning-summary span i {
  color: #ff6a3a;
}

.iwhere-planning .iwhere-planning-summary button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  color: #ff6a3a;
  background: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  cursor: pointer;
}

.iwhere-planning .iwhere-planning-summary button b {
  font-size: 16px;
  line-height: 12px;
}

.iwhere-planning .iwhere-planning-builder .iwhere-planning-confirm {
  width: 100%;
  padding: 12px;
  border: 0;
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff6a3a, #ff993a);
  box-shadow: 0 6px 14px rgba(255, 106, 58, 0.22);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.iwhere-planning .iwhere-planning-layout .iwhere-planning-content {
  width: calc(50% - 28px);
  min-width: 0;
}

.iwhere-planning .iwhere-planning-content .iwhere-planning-eyebrow {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 4px 14px;
  border-radius: 999px;
  color: #ff6a3a;
  background: rgba(255, 230, 209, 0.7);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.iwhere-planning .iwhere-planning-content h2 {
  margin-bottom: 24px;
  color: #1a1a1a;
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: -1.5px;
}

.iwhere-planning .iwhere-planning-content .iwhere-planning-description {
  margin-bottom: 32px;
  color: #666666;
  font-size: 18px;
  line-height: 29px;
}

.iwhere-planning .iwhere-planning-content .iwhere-planning-features {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.iwhere-planning .iwhere-planning-features div {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.iwhere-planning .iwhere-planning-features div>i {
  display: flex;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  border-radius: 12px;
  color: #ff6a3a;
  background: #ffe6d1;
  font-size: 20px;
}

.iwhere-planning .iwhere-planning-features div:nth-child(2)>i {
  color: #ffffff;
  background: linear-gradient(135deg, #ff6a3a, #ff993a);
}

.iwhere-planning .iwhere-planning-features div:nth-child(3)>i {
  color: #2563eb;
  background: #eff6ff;
}

.iwhere-planning .iwhere-planning-features div h3 {
  margin-bottom: 4px;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 700;
}

.iwhere-planning .iwhere-planning-features div p {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
}

/* Movement simulation */
.iwhere-simulation {
  padding: 112px 0;
  border-bottom: 1px solid rgba(229, 229, 229, 0.6);
  background: #ffffff;
}

.iwhere-simulation .iwhere-simulation-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.iwhere-simulation .iwhere-simulation-container .iwhere-simulation-layout {
  display: flex;
  align-items: center;
  gap: 56px;
}

.iwhere-simulation .iwhere-simulation-layout .iwhere-simulation-content {
  width: calc(50% - 28px);
  min-width: 0;
}

.iwhere-simulation .iwhere-simulation-content .iwhere-simulation-eyebrow {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 4px 14px;
  border-radius: 999px;
  color: #ff6a3a;
  background: rgba(255, 230, 209, 0.7);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.iwhere-simulation .iwhere-simulation-content h2 {
  margin-bottom: 24px;
  color: #1a1a1a;
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: -1.5px;
}

.iwhere-simulation .iwhere-simulation-content .iwhere-simulation-description {
  margin-bottom: 32px;
  color: #666666;
  font-size: 18px;
  line-height: 29px;
}

.iwhere-simulation .iwhere-simulation-content .iwhere-simulation-modes {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}

.iwhere-simulation .iwhere-simulation-modes .iwhere-simulation-mode {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  color: #333333;
  background: #faf8f5;
  text-align: left;
  cursor: pointer;
  transition: border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.iwhere-simulation .iwhere-simulation-modes .iwhere-simulation-mode.is-active {
  border-color: #ff6a3a;
  background: #fff6ee;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.iwhere-simulation .iwhere-simulation-mode>i {
  display: flex;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  color: #666666;
  background: #ffffff;
  font-size: 20px;
}

.iwhere-simulation .iwhere-simulation-mode.is-active>i {
  border-color: transparent;
  color: #ffffff;
  background: linear-gradient(135deg, #ff6a3a, #ff993a);
}

.iwhere-simulation .iwhere-simulation-mode>span {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.iwhere-simulation .iwhere-simulation-mode span strong {
  margin-bottom: 4px;
  color: #1a1a1a;
  font-size: 16px;
}

.iwhere-simulation .iwhere-simulation-mode span small {
  color: #666666;
  font-size: 14px;
  line-height: 21px;
}

.iwhere-simulation .iwhere-simulation-mode>em {
  flex: 0 0 auto;
  padding: 2px 8px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  color: #ff6a3a;
  background: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.iwhere-simulation .iwhere-simulation-content .iwhere-simulation-callout {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid #ffe6d1;
  border-radius: 16px;
  background: #fff6ee;
}

.iwhere-simulation .iwhere-simulation-callout i {
  display: flex;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff6a3a, #ff993a);
  font-size: 20px;
}

.iwhere-simulation .iwhere-simulation-callout p {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
}

.iwhere-simulation .iwhere-simulation-layout .iwhere-simulation-demo {
  position: relative;
  width: calc(50% - 28px);
  min-width: 0;
  padding: 28px;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  background: #faf8f5;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.1);
  overflow: hidden;
}

.iwhere-simulation .iwhere-simulation-demo .iwhere-simulation-demo-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.iwhere-simulation .iwhere-simulation-demo-head>span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.iwhere-simulation .iwhere-simulation-demo-head span b {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #10b981;
  animation: iwhere-pulse 1800ms ease-out infinite;
}

.iwhere-simulation .iwhere-simulation-demo-head>strong {
  padding: 4px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  color: #666666;
  background: #ffffff;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.iwhere-simulation .iwhere-simulation-demo .iwhere-simulation-map {
  position: relative;
  width: 100%;
  height: 288px;
  margin-bottom: 24px;
  border: 1px solid #d4d4d4;
  border-radius: 16px;
  background: #e9f0f8;
  box-shadow: inset 0 2px 6px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.iwhere-simulation .iwhere-simulation-map .iwhere-simulation-map-grid {
  position: absolute;
  inset: 0;
}

.iwhere-simulation .iwhere-simulation-map-grid>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iwhere-simulation .iwhere-simulation-map-grid .iwhere-simulation-marker {
  position: absolute;
  z-index: 3;
  top: 46%;
  left: 50%;
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border: 3px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  background: #ff6a3a;
  box-shadow: 0 0 0 10px rgba(255, 106, 58, 0.22);
  font-size: 11px;
  transform: translate(-50%, -50%);
  transition: top 90ms linear, left 90ms linear;
}

.iwhere-simulation .iwhere-simulation-marker.is-playing {
  animation: iwhere-sim-pulse 1600ms ease-out infinite;
}

.iwhere-simulation .iwhere-simulation-map .iwhere-simulation-coordinates {
  position: absolute;
  z-index: 4;
  bottom: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  color: #262626;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
  font-size: 11px;
  font-weight: 700;
}

.iwhere-simulation .iwhere-simulation-coordinates b {
  color: #ff6a3a;
  font-weight: 800;
}

.iwhere-simulation .iwhere-simulation-demo .iwhere-simulation-controller {
  padding: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.iwhere-simulation .iwhere-simulation-controller .iwhere-simulation-controller-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.iwhere-simulation .iwhere-simulation-controller-head>span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.iwhere-simulation .iwhere-simulation-controller-head span strong {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 800;
}

.iwhere-simulation .iwhere-simulation-controller-head span em {
  padding: 2px 8px;
  border-radius: 6px;
  color: #ff6a3a;
  background: #ffe6d1;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.iwhere-simulation .iwhere-simulation-controller-head>b {
  color: #333333;
  font-size: 14px;
  font-weight: 800;
}

.iwhere-simulation .iwhere-simulation-controller .iwhere-simulation-range {
  display: block;
  margin-bottom: 24px;
}

.iwhere-simulation .iwhere-simulation-range .iwhere-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.iwhere-simulation .iwhere-simulation-range input {
  width: 100%;
  height: 8px;
  margin: 0;
  accent-color: #ff6a3a;
  cursor: pointer;
}

.iwhere-simulation .iwhere-simulation-controller .iwhere-simulation-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 8px;
  border-top: 1px solid rgba(229, 229, 229, 0.7);
}

.iwhere-simulation .iwhere-simulation-controls .iwhere-simulation-mode-buttons {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #faf8f5;
}

.iwhere-simulation .iwhere-simulation-mode-buttons button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 0;
  border-radius: 8px;
  color: #666666;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.iwhere-simulation .iwhere-simulation-mode-buttons button.is-active {
  color: #ff6a3a;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

.iwhere-simulation .iwhere-simulation-controls .iwhere-simulation-playback {
  display: flex;
  align-items: center;
  gap: 12px;
}

.iwhere-simulation .iwhere-simulation-playback .iwhere-simulation-speeds {
  display: flex;
  align-items: center;
  gap: 4px;
}

.iwhere-simulation .iwhere-simulation-speeds button {
  padding: 4px 8px;
  border: 0;
  border-radius: 8px;
  color: #525252;
  background: #f5f5f5;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.iwhere-simulation .iwhere-simulation-speeds button.is-active {
  color: #ffffff;
  background: #ff6a3a;
  box-shadow: 0 1px 3px rgba(255, 106, 58, 0.3);
}

.iwhere-simulation .iwhere-simulation-playback .iwhere-simulation-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border: 0;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff6a3a, #ff993a);
  box-shadow: 0 3px 8px rgba(255, 106, 58, 0.22);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

@keyframes iwhere-sim-pulse {

  0%,
  100% {
    box-shadow: 0 0 0 5px rgba(255, 106, 58, 0.2);
  }

  50% {
    box-shadow: 0 0 0 14px rgba(255, 106, 58, 0.02);
  }
}

/* Simulation marker route positions */
.iwhere-simulation .iwhere-simulation-marker[data-progress-step="0"] {
  top: 20%;
  left: 12%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="1"] {
  top: 20%;
  left: 13.5%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="2"] {
  top: 20%;
  left: 15%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="3"] {
  top: 20%;
  left: 16.6%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="4"] {
  top: 20%;
  left: 18.1%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="5"] {
  top: 20%;
  left: 19.6%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="6"] {
  top: 20%;
  left: 21.1%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="7"] {
  top: 20%;
  left: 22.6%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="8"] {
  top: 20%;
  left: 24.2%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="9"] {
  top: 20%;
  left: 25.7%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="10"] {
  top: 20%;
  left: 27.2%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="11"] {
  top: 20%;
  left: 28.7%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="12"] {
  top: 20%;
  left: 30.2%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="13"] {
  top: 20%;
  left: 31.8%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="14"] {
  top: 20%;
  left: 33.3%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="15"] {
  top: 20%;
  left: 34.8%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="16"] {
  top: 20%;
  left: 36.3%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="17"] {
  top: 20%;
  left: 37.8%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="18"] {
  top: 20%;
  left: 39.4%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="19"] {
  top: 20%;
  left: 40.9%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="20"] {
  top: 20%;
  left: 42.4%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="21"] {
  top: 20%;
  left: 43.9%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="22"] {
  top: 20%;
  left: 45.4%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="23"] {
  top: 20%;
  left: 47%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="24"] {
  top: 20%;
  left: 48.5%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="25"] {
  top: 20%;
  left: 50%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="26"] {
  top: 22%;
  left: 50%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="27"] {
  top: 24%;
  left: 50%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="28"] {
  top: 26%;
  left: 50%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="29"] {
  top: 28%;
  left: 50%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="30"] {
  top: 30%;
  left: 50%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="31"] {
  top: 32%;
  left: 50%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="32"] {
  top: 34%;
  left: 50%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="33"] {
  top: 36%;
  left: 50%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="34"] {
  top: 38%;
  left: 50%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="35"] {
  top: 40%;
  left: 50%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="36"] {
  top: 42%;
  left: 50%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="37"] {
  top: 44%;
  left: 50%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="38"] {
  top: 46%;
  left: 50%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="39"] {
  top: 48%;
  left: 50%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="40"] {
  top: 50%;
  left: 50%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="41"] {
  top: 52%;
  left: 50%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="42"] {
  top: 54%;
  left: 50%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="43"] {
  top: 56%;
  left: 50%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="44"] {
  top: 58%;
  left: 50%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="45"] {
  top: 60%;
  left: 50%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="46"] {
  top: 60%;
  left: 48.8%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="47"] {
  top: 60%;
  left: 47.6%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="48"] {
  top: 60%;
  left: 46.4%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="49"] {
  top: 60%;
  left: 45.2%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="50"] {
  top: 60%;
  left: 44%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="51"] {
  top: 60%;
  left: 42.8%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="52"] {
  top: 60%;
  left: 41.6%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="53"] {
  top: 60%;
  left: 40.4%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="54"] {
  top: 60%;
  left: 39.2%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="55"] {
  top: 60%;
  left: 38%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="56"] {
  top: 60%;
  left: 36.8%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="57"] {
  top: 60%;
  left: 35.6%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="58"] {
  top: 60%;
  left: 34.4%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="59"] {
  top: 60%;
  left: 33.2%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="60"] {
  top: 60%;
  left: 32%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="61"] {
  top: 61.8%;
  left: 32%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="62"] {
  top: 63.6%;
  left: 32%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="63"] {
  top: 65.3%;
  left: 32%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="64"] {
  top: 67.1%;
  left: 32%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="65"] {
  top: 68.9%;
  left: 32%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="66"] {
  top: 70.7%;
  left: 32%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="67"] {
  top: 72.4%;
  left: 32%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="68"] {
  top: 74.2%;
  left: 32%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="69"] {
  top: 76%;
  left: 32%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="70"] {
  top: 77.8%;
  left: 32%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="71"] {
  top: 79.6%;
  left: 32%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="72"] {
  top: 81.3%;
  left: 32%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="73"] {
  top: 83.1%;
  left: 32%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="74"] {
  top: 84.9%;
  left: 32%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="75"] {
  top: 86.7%;
  left: 32%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="76"] {
  top: 86.7%;
  left: 33.8%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="77"] {
  top: 86.7%;
  left: 35.5%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="78"] {
  top: 86.7%;
  left: 37.3%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="79"] {
  top: 86.7%;
  left: 39%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="80"] {
  top: 86.7%;
  left: 40.8%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="81"] {
  top: 86.7%;
  left: 42.6%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="82"] {
  top: 86.7%;
  left: 44.3%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="83"] {
  top: 86.7%;
  left: 46.1%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="84"] {
  top: 86.7%;
  left: 47.8%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="85"] {
  top: 86.7%;
  left: 49.6%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="86"] {
  top: 86.7%;
  left: 51.4%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="87"] {
  top: 86.7%;
  left: 53.1%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="88"] {
  top: 86.7%;
  left: 54.9%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="89"] {
  top: 86.7%;
  left: 56.6%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="90"] {
  top: 86.7%;
  left: 58.4%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="91"] {
  top: 86.7%;
  left: 60.2%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="92"] {
  top: 86.7%;
  left: 61.9%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="93"] {
  top: 86.7%;
  left: 63.7%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="94"] {
  top: 86.7%;
  left: 65.4%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="95"] {
  top: 86.7%;
  left: 67.2%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="96"] {
  top: 86.7%;
  left: 69%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="97"] {
  top: 86.7%;
  left: 70.7%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="98"] {
  top: 86.7%;
  left: 72.5%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="99"] {
  top: 86.7%;
  left: 74.2%;
}

.iwhere-simulation .iwhere-simulation-marker[data-progress-step="100"] {
  top: 86.7%;
  left: 76%;
}

/* Multi-point routes */
.iwhere-multi-point {
  padding: 112px 0;
  background: #faf8f5;
}

.iwhere-multi-point .iwhere-multi-point-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.iwhere-multi-point .iwhere-multi-point-container .iwhere-multi-point-heading {
  max-width: 768px;
  margin: 0 auto 64px;
  text-align: center;
}

.iwhere-multi-point .iwhere-multi-point-heading .iwhere-multi-point-eyebrow {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 4px 14px;
  border-radius: 999px;
  color: #ff6a3a;
  background: rgba(255, 230, 209, 0.7);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.iwhere-multi-point .iwhere-multi-point-heading h2 {
  margin-bottom: 24px;
  color: #1a1a1a;
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: -1.5px;
}

.iwhere-multi-point .iwhere-multi-point-heading p {
  color: #666666;
  font-size: 18px;
  line-height: 29px;
}

.iwhere-multi-point .iwhere-multi-point-container .iwhere-multi-point-layout {
  display: flex;
  align-items: center;
  gap: 56px;
}

.iwhere-multi-point .iwhere-multi-point-layout .iwhere-multi-point-flow {
  width: calc(58.333% - 28px);
  padding: 32px;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.1);
}

.iwhere-multi-point .iwhere-multi-point-flow .iwhere-multi-point-flow-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.7);
}

.iwhere-multi-point .iwhere-multi-point-flow-head>span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
}

.iwhere-multi-point .iwhere-multi-point-flow-head span i {
  color: #ff6a3a;
  font-size: 20px;
}

.iwhere-multi-point .iwhere-multi-point-flow-head>strong {
  padding: 4px 10px;
  border-radius: 999px;
  color: #ff6a3a;
  background: #ffe6d1;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.iwhere-multi-point .iwhere-multi-point-flow .iwhere-multi-point-stops {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.iwhere-multi-point .iwhere-multi-point-stops .iwhere-multi-point-stop {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  color: #333333;
  background: #faf8f5;
  text-align: left;
  cursor: pointer;
  transition: border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.iwhere-multi-point .iwhere-multi-point-stops .iwhere-multi-point-stop:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  bottom: -16px;
  left: 35px;
  width: 2px;
  height: 17px;
  background: linear-gradient(180deg, #ff6a3a, #ff993a);
  content: "";
}

.iwhere-multi-point .iwhere-multi-point-stops .iwhere-multi-point-stop.is-active {
  border-color: #ff6a3a;
  background: #fff6ee;
  box-shadow: 0 3px 8px rgba(15, 23, 42, 0.06);
}

.iwhere-multi-point .iwhere-multi-point-stop .iwhere-multi-point-marker {
  display: flex;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #ffffff;
  background: #10b981;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12);
}

.iwhere-multi-point .iwhere-multi-point-stop:nth-child(2) .iwhere-multi-point-marker {
  background: #ff993a;
}

.iwhere-multi-point .iwhere-multi-point-stop:nth-child(3) .iwhere-multi-point-marker {
  background: #ff6a3a;
}

.iwhere-multi-point .iwhere-multi-point-stop:nth-child(4) .iwhere-multi-point-marker {
  background: #6366f1;
}

.iwhere-multi-point .iwhere-multi-point-stop:nth-child(5) .iwhere-multi-point-marker {
  background: #f43f5e;
}

.iwhere-multi-point .iwhere-multi-point-stop>span:nth-child(2) {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.iwhere-multi-point .iwhere-multi-point-stop span>small:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666666;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.iwhere-multi-point .iwhere-multi-point-stop span small em {
  color: #e5e5e5;
  font-style: normal;
}

.iwhere-multi-point .iwhere-multi-point-stop span small b {
  color: #ff6a3a;
  font-weight: 600;
  text-transform: none;
}

.iwhere-multi-point .iwhere-multi-point-stop span>strong {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 700;
}

.iwhere-multi-point .iwhere-multi-point-stop span>small:last-child {
  color: #666666;
  font-size: 12px;
}

.iwhere-multi-point .iwhere-multi-point-stop>em {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #a3a3a3;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.iwhere-multi-point .iwhere-multi-point-layout .iwhere-multi-point-features {
  display: flex;
  width: calc(41.667% - 28px);
  flex-direction: column;
  gap: 24px;
}

.iwhere-multi-point .iwhere-multi-point-features div {
  padding: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.iwhere-multi-point .iwhere-multi-point-features div:hover {
  border-color: rgba(255, 106, 58, 0.4);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
}

.iwhere-multi-point .iwhere-multi-point-features div>i {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 16px;
  color: #ff6a3a;
  background: #ffe6d1;
  font-size: 24px;
}

.iwhere-multi-point .iwhere-multi-point-features div:nth-child(2)>i {
  color: #ffffff;
  background: linear-gradient(135deg, #ff6a3a, #ff993a);
}

.iwhere-multi-point .iwhere-multi-point-features div:nth-child(3)>i {
  color: #2563eb;
  background: #eff6ff;
}

.iwhere-multi-point .iwhere-multi-point-features div h3 {
  margin-bottom: 8px;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
}

.iwhere-multi-point .iwhere-multi-point-features div p {
  color: #666666;
  font-size: 16px;
  line-height: 26px;
}

/* City exploration */
.iwhere-cities {
  padding: 112px 0;
  border-bottom: 1px solid rgba(229, 229, 229, 0.6);
  background: #ffffff;
}

.iwhere-cities .iwhere-cities-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.iwhere-cities .iwhere-cities-container .iwhere-cities-heading {
  max-width: 768px;
  margin: 0 auto 64px;
  text-align: center;
}

.iwhere-cities .iwhere-cities-heading .iwhere-cities-eyebrow {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 4px 14px;
  border-radius: 999px;
  color: #ff6a3a;
  background: rgba(255, 230, 209, 0.7);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.iwhere-cities .iwhere-cities-heading h2 {
  margin-bottom: 24px;
  color: #1a1a1a;
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: -1.5px;
}

.iwhere-cities .iwhere-cities-heading p {
  color: #666666;
  font-size: 18px;
  line-height: 29px;
}

.iwhere-cities .iwhere-cities-container .iwhere-cities-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 48px;
}

.iwhere-cities .iwhere-cities-tabs .iwhere-cities-card {
  display: flex;
  min-width: 0;
  min-height: 258px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  color: #333333;
  background: #faf8f5;
  text-align: left;
  cursor: pointer;
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease, background 300ms ease;
}

.iwhere-cities .iwhere-cities-tabs .iwhere-cities-card:hover {
  border-color: rgba(255, 106, 58, 0.4);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.iwhere-cities .iwhere-cities-tabs .iwhere-cities-card.is-active {
  border-color: #ff6a3a;
  background: #fff6ee;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.1);
  transform: translateY(-4px);
}

.iwhere-cities .iwhere-cities-card>span:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  color: #666666;
  font-size: 12px;
  font-weight: 700;
}

.iwhere-cities .iwhere-cities-card>span:first-child b {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d4d4d4;
}

.iwhere-cities .iwhere-cities-card.is-active>span:first-child b {
  background: #ff6a3a;
  box-shadow: 0 0 0 4px #ffe6d1;
}

.iwhere-cities .iwhere-cities-card>strong {
  margin-bottom: 8px;
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 900;
}

.iwhere-cities .iwhere-cities-card>span:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  padding: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  background: #ffffff;
}

.iwhere-cities .iwhere-cities-card>span:nth-of-type(2) small {
  margin-bottom: 4px;
  color: #ff6a3a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}

.iwhere-cities .iwhere-cities-card>span:nth-of-type(2) b {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 800;
}

.iwhere-cities .iwhere-cities-card>em {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(229, 229, 229, 0.6);
  color: #666666;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.iwhere-cities .iwhere-cities-card>em span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.iwhere-cities .iwhere-cities-card>em span:first-child i {
  color: #ff6a3a;
}

.iwhere-cities .iwhere-cities-card>em span:last-child i {
  color: #a3a3a3;
}

.iwhere-cities .iwhere-cities-container .iwhere-cities-previews {
  margin-bottom: 48px;
}

.iwhere-cities .iwhere-cities-previews .iwhere-cities-preview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px;
  border: 1px solid #ffe6d1;
  border-radius: 24px;
  background: linear-gradient(135deg, #faf8f5 0%, #fff6ee 50%, #faf8f5 100%);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
}

.iwhere-cities .iwhere-cities-preview>div {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
}

.iwhere-cities .iwhere-cities-preview div>p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.iwhere-cities .iwhere-cities-preview div>p:first-child span {
  padding: 4px 12px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff6a3a, #ff993a);
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
}

.iwhere-cities .iwhere-cities-preview div>p:first-child strong {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
}

.iwhere-cities .iwhere-cities-preview div>p:nth-child(2) b {
  color: #666666;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.iwhere-cities .iwhere-cities-preview div>p:nth-child(2) span {
  padding: 4px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  color: #333333;
  background: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.iwhere-cities .iwhere-cities-preview>a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff6a3a, #ff993a);
  box-shadow: 0 3px 8px rgba(255, 106, 58, 0.22);
  font-size: 14px;
  font-weight: 800;
}

.iwhere-cities .iwhere-cities-container .iwhere-cities-callout {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.3px;
  text-align: center;
}

.iwhere-cities .iwhere-cities-callout span {
  color: #ff6a3a;
}

/* Route history */
.iwhere-history {
  padding: 112px 0;
  background: #faf8f5;
}

.iwhere-history .iwhere-history-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.iwhere-history .iwhere-history-container .iwhere-history-heading {
  max-width: 768px;
  margin: 0 auto 56px;
  text-align: center;
}

.iwhere-history .iwhere-history-heading .iwhere-history-eyebrow {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 4px 14px;
  border-radius: 999px;
  color: #ff6a3a;
  background: rgba(255, 230, 209, 0.7);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.iwhere-history .iwhere-history-heading h2 {
  margin-bottom: 24px;
  color: #1a1a1a;
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: -1.5px;
}

.iwhere-history .iwhere-history-heading p {
  color: #666666;
  font-size: 18px;
  line-height: 29px;
}

.iwhere-history .iwhere-history-container .iwhere-history-list {
  max-width: 672px;
  margin: 0 auto 48px;
  padding: 32px;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.1);
}

.iwhere-history .iwhere-history-list .iwhere-history-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.7);
}

.iwhere-history .iwhere-history-list-head>span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.iwhere-history .iwhere-history-list-head>span>i {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #ff6a3a;
  background: #ffe6d1;
}

.iwhere-history .iwhere-history-list-head>span>span {
  display: flex;
  flex-direction: column;
}

.iwhere-history .iwhere-history-list-head span strong {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 24px;
}

.iwhere-history .iwhere-history-list-head span small {
  color: #666666;
  font-size: 11px;
  line-height: 16px;
}

.iwhere-history .iwhere-history-list-head button {
  border: 0;
  color: #ff6a3a;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.iwhere-history .iwhere-history-list .iwhere-history-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.iwhere-history .iwhere-history-items .iwhere-history-item {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  color: #333333;
  background: #faf8f5;
  text-align: left;
  cursor: pointer;
  transition: border-color 200ms ease, background 200ms ease;
}

.iwhere-history .iwhere-history-items .iwhere-history-item:hover,
.iwhere-history .iwhere-history-items .iwhere-history-item.is-active {
  border-color: rgba(255, 106, 58, 0.5);
  background: rgba(255, 246, 238, 0.6);
}

.iwhere-history .iwhere-history-item>i:first-child {
  display: flex;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  color: #ff6a3a;
  background: #ffffff;
}

.iwhere-history .iwhere-history-item>span {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.iwhere-history .iwhere-history-item span strong {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.iwhere-history .iwhere-history-item span small {
  color: #666666;
  font-size: 12px;
  line-height: 18px;
}

.iwhere-history .iwhere-history-item span em {
  margin: 0 4px;
  font-style: normal;
}

.iwhere-history .iwhere-history-item>b {
  padding: 2px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  color: #333333;
  background: #ffffff;
  font-size: 11px;
  font-weight: 700;
}

.iwhere-history .iwhere-history-item>i:last-child {
  display: flex;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  color: #666666;
  background: #ffffff;
  font-size: 13px;
}

.iwhere-history .iwhere-history-container .iwhere-history-features {
  display: grid;
  max-width: 896px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0 auto;
}

.iwhere-history .iwhere-history-features div {
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  background: #ffffff;
  text-align: center;
}

.iwhere-history .iwhere-history-features div>i {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  border-radius: 12px;
  color: #ff6a3a;
  background: #ffe6d1;
  font-size: 20px;
}

.iwhere-history .iwhere-history-features div:nth-child(2)>i {
  color: #ffffff;
  background: linear-gradient(135deg, #ff6a3a, #ff993a);
}

.iwhere-history .iwhere-history-features div:nth-child(3)>i {
  color: #2563eb;
  background: #eff6ff;
}

.iwhere-history .iwhere-history-features div h3 {
  margin-bottom: 4px;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 700;
}

.iwhere-history .iwhere-history-features div p {
  color: #666666;
  font-size: 12px;
  line-height: 18px;
}

/* Use cases */
.iwhere-use-cases {
  padding: 112px 0;
  border-bottom: 1px solid rgba(229, 229, 229, 0.6);
  background: #ffffff;
}

.iwhere-use-cases .iwhere-use-cases-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.iwhere-use-cases .iwhere-use-cases-container .iwhere-use-cases-heading {
  max-width: 768px;
  margin: 0 auto 64px;
  text-align: center;
}

.iwhere-use-cases .iwhere-use-cases-heading .iwhere-use-cases-eyebrow {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 4px 14px;
  border-radius: 999px;
  color: #ff6a3a;
  background: rgba(255, 230, 209, 0.7);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.iwhere-use-cases .iwhere-use-cases-heading h2 {
  margin-bottom: 24px;
  color: #1a1a1a;
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: -1.5px;
}

.iwhere-use-cases .iwhere-use-cases-heading p {
  color: #666666;
  font-size: 18px;
  line-height: 29px;
}

.iwhere-use-cases .iwhere-use-cases-container .iwhere-use-cases-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.iwhere-use-cases .iwhere-use-cases-grid .iwhere-use-cases-card {
  padding: 32px;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  background: #faf8f5;
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
}

.iwhere-use-cases .iwhere-use-cases-grid .iwhere-use-cases-card:hover {
  border-color: rgba(255, 106, 58, 0.4);
  box-shadow: 0 20px 36px rgba(15, 23, 42, 0.1);
  transform: translateY(-4px);
}

.iwhere-use-cases .iwhere-use-cases-card>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.iwhere-use-cases .iwhere-use-cases-card div span {
  padding: 4px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  color: #ff6a3a;
  background: #ffffff;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.iwhere-use-cases .iwhere-use-cases-card div i {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #ff6a3a;
  background: #ffe6d1;
  font-size: 24px;
  transition: transform 200ms ease;
}

.iwhere-use-cases .iwhere-use-cases-card:hover div i {
  transform: scale(1.1);
}

.iwhere-use-cases .iwhere-use-cases-card:nth-child(2) div i {
  color: #ffffff;
  background: linear-gradient(135deg, #ff6a3a, #ff993a);
}

.iwhere-use-cases .iwhere-use-cases-card:nth-child(3) div i {
  color: #059669;
  background: #ecfdf5;
}

.iwhere-use-cases .iwhere-use-cases-card:nth-child(4) div i {
  color: #2563eb;
  background: #eff6ff;
}

.iwhere-use-cases .iwhere-use-cases-card h3 {
  margin-bottom: 8px;
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
}

.iwhere-use-cases .iwhere-use-cases-card>strong {
  display: block;
  margin-bottom: 12px;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.iwhere-use-cases .iwhere-use-cases-card>p {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
}

/* How it works */
.iwhere-how-it-works {
  padding: 112px 0;
  background: #faf8f5;
}

.iwhere-how-it-works .iwhere-how-it-works-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.iwhere-how-it-works .iwhere-how-it-works-container .iwhere-how-it-works-heading {
  max-width: 768px;
  margin: 0 auto 64px;
  text-align: center;
}

.iwhere-how-it-works .iwhere-how-it-works-heading .iwhere-how-it-works-eyebrow {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 4px 14px;
  border-radius: 999px;
  color: #ff6a3a;
  background: rgba(255, 230, 209, 0.7);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.iwhere-how-it-works .iwhere-how-it-works-heading h2 {
  margin-bottom: 24px;
  color: #1a1a1a;
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: -1.5px;
}

.iwhere-how-it-works .iwhere-how-it-works-heading p {
  color: #666666;
  font-size: 18px;
  line-height: 29px;
}

.iwhere-how-it-works .iwhere-how-it-works-container .iwhere-how-it-works-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-bottom: 56px;
}

.iwhere-how-it-works .iwhere-how-it-works-grid .iwhere-how-it-works-card {
  display: flex;
  flex-direction: column;
  padding: 32px;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
  transition: border-color 300ms ease, box-shadow 300ms ease;
}

.iwhere-how-it-works .iwhere-how-it-works-grid .iwhere-how-it-works-card:hover {
  border-color: rgba(255, 106, 58, 0.4);
  box-shadow: 0 20px 36px rgba(15, 23, 42, 0.1);
}

.iwhere-how-it-works .iwhere-how-it-works-card>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.iwhere-how-it-works .iwhere-how-it-works-card div span {
  color: #ffe6d1;
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  letter-spacing: -2px;
}

.iwhere-how-it-works .iwhere-how-it-works-card div i {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffe6d1;
  border-radius: 16px;
  color: #ff6a3a;
  background: #fff6ee;
  font-size: 24px;
}

.iwhere-how-it-works .iwhere-how-it-works-card h3 {
  margin-bottom: 12px;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
}

.iwhere-how-it-works .iwhere-how-it-works-card>p {
  margin-bottom: 24px;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
}

.iwhere-how-it-works .iwhere-how-it-works-card>strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(229, 229, 229, 0.6);
  color: #ff6a3a;
  font-size: 12px;
  font-weight: 700;
}

.iwhere-how-it-works .iwhere-how-it-works-card>strong b {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff6a3a;
}

.iwhere-how-it-works .iwhere-how-it-works-container .iwhere-how-it-works-action {
  text-align: center;
}

.iwhere-how-it-works .iwhere-how-it-works-action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 32px;
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff6a3a, #ff993a);
  box-shadow: 0 10px 24px rgba(255, 106, 58, 0.25);
  font-size: 16px;
  font-weight: 700;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.iwhere-how-it-works .iwhere-how-it-works-action a:hover {
  box-shadow: 0 14px 28px rgba(255, 106, 58, 0.35);
  transform: scale(1.02);
}

/* Ecosystem */
.iwhere-ecosystem {
  padding: 112px 0;
  border-bottom: 1px solid rgba(229, 229, 229, 0.6);
  background: #ffffff;
}

.iwhere-ecosystem .iwhere-ecosystem-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.iwhere-ecosystem .iwhere-ecosystem-container .iwhere-ecosystem-heading {
  max-width: 768px;
  margin: 0 auto 64px;
  text-align: center;
}

.iwhere-ecosystem .iwhere-ecosystem-heading .iwhere-ecosystem-eyebrow {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 4px 14px;
  border-radius: 999px;
  color: #ff6a3a;
  background: rgba(255, 230, 209, 0.7);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.iwhere-ecosystem .iwhere-ecosystem-heading h2 {
  margin-bottom: 24px;
  color: #1a1a1a;
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: -1.5px;
}

.iwhere-ecosystem .iwhere-ecosystem-heading p {
  color: #666666;
  font-size: 18px;
  line-height: 29px;
}

.iwhere-ecosystem .iwhere-ecosystem-container .iwhere-ecosystem-grid {
  display: grid;
  max-width: 1024px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin: 0 auto;
}

.iwhere-ecosystem .iwhere-ecosystem-grid .iwhere-ecosystem-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  background: #faf8f5;
  box-shadow: 0 3px 8px rgba(15, 23, 42, 0.06);
}

.iwhere-ecosystem .iwhere-ecosystem-grid .iwhere-ecosystem-card-mobile {
  border: 2px solid rgba(255, 106, 58, 0.3);
  background: linear-gradient(135deg, #faf8f5 0%, #fff6ee 50%, #faf8f5 100%);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.09);
}

.iwhere-ecosystem .iwhere-ecosystem-card .iwhere-ecosystem-ribbon {
  position: absolute;
  top: -14px;
  right: 32px;
  padding: 4px 14px;
  border-radius: 999px;
  color: #ffffff;
  background: #ff6a3a;
  box-shadow: 0 2px 5px rgba(15, 23, 42, 0.1);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}

.iwhere-ecosystem .iwhere-ecosystem-card .iwhere-ecosystem-product {
  display: flex;
  min-height: 40px;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.iwhere-ecosystem .iwhere-ecosystem-product .iwhere-ecosystem-logo {
  width: auto;
  height: 36px;
  object-fit: contain;
}

.iwhere-ecosystem .iwhere-ecosystem-product>i {
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #ffffff;
  background: #171717;
  font-size: 20px;
}

.iwhere-ecosystem .iwhere-ecosystem-product>span {
  padding: 4px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  color: #333333;
  background: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.iwhere-ecosystem .iwhere-ecosystem-card h3 {
  margin-bottom: 8px;
  color: #1a1a1a;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  letter-spacing: -0.8px;
}

.iwhere-ecosystem .iwhere-ecosystem-card>strong {
  display: inline-block;
  margin-bottom: 16px;
  color: #ff6a3a;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.iwhere-ecosystem .iwhere-ecosystem-card-desktop>strong {
  color: #666666;
}

.iwhere-ecosystem .iwhere-ecosystem-card>p {
  margin-bottom: 24px;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
}

.iwhere-ecosystem .iwhere-ecosystem-card>ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
}

.iwhere-ecosystem .iwhere-ecosystem-card ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.iwhere-ecosystem .iwhere-ecosystem-card ul li i {
  flex: 0 0 auto;
  color: #ff6a3a;
  font-size: 16px;
}

.iwhere-ecosystem .iwhere-ecosystem-card-desktop ul li {
  color: #666666;
}

.iwhere-ecosystem .iwhere-ecosystem-card-desktop ul li i {
  color: #a3a3a3;
}

.iwhere-ecosystem .iwhere-ecosystem-card>a {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  padding: 14px 24px;
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff6a3a, #ff993a);
  box-shadow: 0 4px 10px rgba(255, 106, 58, 0.22);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.iwhere-ecosystem .iwhere-ecosystem-card-desktop>a {
  border: 1px solid #e5e5e5;
  color: #1a1a1a;
  background: #ffffff;
  box-shadow: none;
}

.iwhere-ecosystem .iwhere-ecosystem-card-desktop>a:hover {
  border-color: #ff6a3a;
  color: #ff6a3a;
}

/* FAQ */
.iwhere-faq {
  padding: 112px 0;
  background: #faf8f5;
}

.iwhere-faq .iwhere-faq-container {
  width: 100%;
  max-width: 896px;
  margin: 0 auto;
  padding: 0 32px;
}

.iwhere-faq .iwhere-faq-container .iwhere-faq-heading {
  margin-bottom: 64px;
  text-align: center;
}

.iwhere-faq .iwhere-faq-heading .iwhere-faq-eyebrow {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 4px 14px;
  border-radius: 999px;
  color: #ff6a3a;
  background: rgba(255, 230, 209, 0.7);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.iwhere-faq .iwhere-faq-heading h2 {
  margin-bottom: 16px;
  color: #1a1a1a;
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: -1.5px;
}

.iwhere-faq .iwhere-faq-heading p {
  color: #666666;
  font-size: 16px;
}

.iwhere-faq .iwhere-faq-container .iwhere-faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.iwhere-faq .iwhere-faq-list .iwhere-faq-item {
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.iwhere-faq .iwhere-faq-list .iwhere-faq-item:hover {
  border-color: #d4d4d4;
}

.iwhere-faq .iwhere-faq-list .iwhere-faq-item.is-open {
  border-color: rgba(255, 106, 58, 0.6);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.iwhere-faq .iwhere-faq-item h3 {
  margin: 0;
}

.iwhere-faq .iwhere-faq-item h3 button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
  border: 0;
  color: #1a1a1a;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.iwhere-faq .iwhere-faq-item h3 button span {
  font-size: 18px;
  font-weight: 700;
}

.iwhere-faq .iwhere-faq-item h3 button i {
  display: flex;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  color: #666666;
  background: #faf8f5;
  font-size: 14px;
  transition: transform 300ms ease, color 300ms ease, background 300ms ease;
}

.iwhere-faq .iwhere-faq-item.is-open h3 button i {
  border-color: transparent;
  color: #ffffff;
  background: linear-gradient(135deg, #ff6a3a, #ff993a);
  transform: rotate(180deg);
}

.iwhere-faq .iwhere-faq-item .iwhere-faq-answer {
  padding: 0 24px 24px;
  border-top: 1px solid #faf8f5;
}

.iwhere-faq .iwhere-faq-answer p {
  padding-top: 16px;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
}

.iwhere-faq .iwhere-faq-answer a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
  color: #ff6a3a;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .iwhere-hero .iwhere-hero-copy h1 {
    font-size: 52px;
    line-height: 59px;
  }

  .iwhere-hero .iwhere-hero-visual .iwhere-hero-float-walking {
    left: -12px;
  }

  .iwhere-hero .iwhere-hero-visual .iwhere-hero-float-stops {
    right: -12px;
  }

  .iwhere-hero .iwhere-hero-visual .iwhere-hero-float-driving {
    left: -4px;
  }

  .iwhere-simulation .iwhere-simulation-controls .iwhere-simulation-mode-buttons {
    width: 100%;
    justify-content: center;
  }

  .iwhere-simulation .iwhere-simulation-controls .iwhere-simulation-playback {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 1023px) {
  .iwhere-hero {
    padding: 144px 0 112px;
  }

  .iwhere-hero .iwhere-hero-container {
    padding: 0 24px;
  }

  .iwhere-hero .iwhere-hero-container .iwhere-hero-content {
    flex-direction: column;
    gap: 72px;
  }

  .iwhere-hero .iwhere-hero-content .iwhere-hero-copy {
    width: 100%;
  }

  .iwhere-hero .iwhere-hero-copy h1 {
    max-width: 720px;
    font-size: 48px;
    line-height: 54px;
  }

  .iwhere-hero .iwhere-hero-content .iwhere-hero-visual {
    width: 100%;
  }

  .iwhere-value .iwhere-value-container {
    padding: 0 24px;
  }

  .iwhere-value .iwhere-value-container .iwhere-value-grid {
    gap: 24px;
  }

  .iwhere-value .iwhere-value-grid .iwhere-value-card {
    padding: 26px;
  }

  .iwhere-planning .iwhere-planning-container {
    padding: 0 24px;
  }

  .iwhere-planning .iwhere-planning-container .iwhere-planning-layout {
    flex-direction: column;
    gap: 48px;
  }

  .iwhere-planning .iwhere-planning-layout .iwhere-planning-builder {
    width: 100%;
    order: 2;
  }

  .iwhere-planning .iwhere-planning-layout .iwhere-planning-content {
    width: 100%;
    max-width: 768px;
    order: 1;
  }

  .iwhere-simulation .iwhere-simulation-container {
    padding: 0 24px;
  }

  .iwhere-simulation .iwhere-simulation-container .iwhere-simulation-layout {
    flex-direction: column;
    gap: 48px;
  }

  .iwhere-simulation .iwhere-simulation-layout .iwhere-simulation-content {
    width: 100%;
    max-width: 768px;
  }

  .iwhere-simulation .iwhere-simulation-layout .iwhere-simulation-demo {
    width: 100%;
    max-width: 640px;
  }

  .iwhere-multi-point .iwhere-multi-point-container {
    padding: 0 24px;
  }

  .iwhere-multi-point .iwhere-multi-point-container .iwhere-multi-point-layout {
    flex-direction: column;
    gap: 48px;
  }

  .iwhere-multi-point .iwhere-multi-point-layout .iwhere-multi-point-flow {
    width: 100%;
    max-width: 768px;
  }

  .iwhere-multi-point .iwhere-multi-point-layout .iwhere-multi-point-features {
    width: 100%;
    max-width: 768px;
  }

  .iwhere-cities .iwhere-cities-container {
    padding: 0 24px;
  }

  .iwhere-cities .iwhere-cities-container .iwhere-cities-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .iwhere-history .iwhere-history-container {
    padding: 0 24px;
  }

  .iwhere-use-cases .iwhere-use-cases-container {
    padding: 0 24px;
  }

  .iwhere-how-it-works .iwhere-how-it-works-container {
    padding: 0 24px;
  }

  .iwhere-ecosystem .iwhere-ecosystem-container {
    padding: 0 24px;
  }

  .iwhere-ecosystem .iwhere-ecosystem-container .iwhere-ecosystem-grid {
    max-width: 640px;
    grid-template-columns: minmax(0, 1fr);
  }

  .iwhere-faq .iwhere-faq-container {
    padding: 0 24px;
  }
}

@media (max-width: 767px) {
  .iwhere-hero {
    padding: 112px 0 80px;
  }

  .iwhere-hero .iwhere-hero-copy .iwhere-hero-eyebrow {
    font-size: 12px;
  }

  .iwhere-hero .iwhere-hero-copy h1 {
    font-size: 42px;
    line-height: 47px;
    letter-spacing: -1.2px;
  }

  .iwhere-hero .iwhere-hero-copy .iwhere-hero-description {
    font-size: 16px;
    line-height: 26px;
  }

  .iwhere-value {
    padding: 80px 0;
  }

  .iwhere-value .iwhere-value-heading h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1px;
  }

  .iwhere-value .iwhere-value-heading p {
    font-size: 16px;
    line-height: 26px;
  }

  .iwhere-value .iwhere-value-container .iwhere-value-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .iwhere-value .iwhere-value-grid .iwhere-value-card {
    min-height: 260px;
    padding: 32px;
  }

  .iwhere-planning {
    padding: 80px 0;
  }

  .iwhere-planning .iwhere-planning-content h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1px;
  }

  .iwhere-planning .iwhere-planning-content .iwhere-planning-description {
    font-size: 16px;
    line-height: 26px;
  }

  .iwhere-simulation {
    padding: 80px 0;
  }

  .iwhere-simulation .iwhere-simulation-content h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1px;
  }

  .iwhere-simulation .iwhere-simulation-content .iwhere-simulation-description {
    font-size: 16px;
    line-height: 26px;
  }

  .iwhere-multi-point {
    padding: 80px 0;
  }

  .iwhere-multi-point .iwhere-multi-point-heading h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1px;
  }

  .iwhere-multi-point .iwhere-multi-point-heading p {
    font-size: 16px;
    line-height: 26px;
  }

  .iwhere-cities {
    padding: 80px 0;
  }

  .iwhere-cities .iwhere-cities-heading h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1px;
  }

  .iwhere-cities .iwhere-cities-heading p {
    font-size: 16px;
    line-height: 26px;
  }

  .iwhere-history {
    padding: 80px 0;
  }

  .iwhere-history .iwhere-history-heading h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1px;
  }

  .iwhere-history .iwhere-history-heading p {
    font-size: 16px;
    line-height: 26px;
  }

  .iwhere-history .iwhere-history-container .iwhere-history-features {
    grid-template-columns: minmax(0, 1fr);
  }

  .iwhere-use-cases {
    padding: 80px 0;
  }

  .iwhere-use-cases .iwhere-use-cases-heading h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1px;
  }

  .iwhere-use-cases .iwhere-use-cases-heading p {
    font-size: 16px;
    line-height: 26px;
  }

  .iwhere-use-cases .iwhere-use-cases-container .iwhere-use-cases-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .iwhere-how-it-works {
    padding: 80px 0;
  }

  .iwhere-how-it-works .iwhere-how-it-works-heading h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1px;
  }

  .iwhere-how-it-works .iwhere-how-it-works-heading p {
    font-size: 16px;
    line-height: 26px;
  }

  .iwhere-how-it-works .iwhere-how-it-works-container .iwhere-how-it-works-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .iwhere-ecosystem {
    padding: 80px 0;
  }

  .iwhere-ecosystem .iwhere-ecosystem-heading h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1px;
  }

  .iwhere-ecosystem .iwhere-ecosystem-heading p {
    font-size: 16px;
    line-height: 26px;
  }

  .iwhere-faq {
    padding: 80px 0;
  }

  .iwhere-faq .iwhere-faq-heading h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}

@media (max-width: 639px) {
  .iwhere-hero .iwhere-hero-container {
    padding: 0 16px;
  }

  .iwhere-hero .iwhere-hero-container .iwhere-hero-content {
    gap: 64px;
  }

  .iwhere-hero .iwhere-hero-copy .iwhere-hero-eyebrow {
    max-width: 100%;
    line-height: 18px;
  }

  .iwhere-hero .iwhere-hero-copy h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .iwhere-hero .iwhere-hero-copy h1 span {
    display: block;
  }

  .iwhere-hero .iwhere-hero-copy .iwhere-hero-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .iwhere-hero .iwhere-hero-actions .iwhere-hero-app-button {
    width: 100%;
    height: 56px;
  }

  .iwhere-hero .iwhere-hero-actions .iwhere-hero-feature-button {
    width: 100%;
    height: 56px;
  }

  .iwhere-hero .iwhere-hero-copy .iwhere-hero-tags {
    font-size: 12px;
  }

  .iwhere-hero .iwhere-hero-tags em {
    display: none;
  }

  .iwhere-hero .iwhere-hero-visual .iwhere-hero-phone {
    width: 285px;
    height: 592px;
  }

  .iwhere-hero .iwhere-hero-map .iwhere-hero-route-card {
    left: 10px;
    right: 10px;
  }

  .iwhere-hero .iwhere-hero-map .iwhere-hero-controller {
    right: 10px;
    left: 10px;
  }

  .iwhere-hero .iwhere-hero-controller-meta strong {
    display: none;
  }

  .iwhere-hero .iwhere-hero-visual .iwhere-hero-float {
    padding: 10px;
  }

  .iwhere-hero .iwhere-hero-float>i {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .iwhere-hero .iwhere-hero-float span strong {
    font-size: 14px;
  }

  .iwhere-hero .iwhere-hero-visual .iwhere-hero-float-walking {
    top: -20px;
    left: -4px;
  }

  .iwhere-hero .iwhere-hero-visual .iwhere-hero-float-stops {
    right: -4px;
  }

  .iwhere-hero .iwhere-hero-visual .iwhere-hero-float-driving {
    bottom: -20px;
    left: 0;
  }

  .iwhere-value .iwhere-value-container {
    padding: 0 16px;
  }

  .iwhere-value .iwhere-value-container .iwhere-value-heading {
    margin-bottom: 48px;
  }

  .iwhere-value .iwhere-value-heading h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .iwhere-planning .iwhere-planning-container {
    padding: 0 16px;
  }

  .iwhere-planning .iwhere-planning-content h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .iwhere-planning .iwhere-planning-layout .iwhere-planning-builder {
    padding: 20px;
  }

  .iwhere-planning .iwhere-planning-builder-head>span {
    display: none;
  }

  .iwhere-planning .iwhere-planning-point>i {
    display: none;
  }

  .iwhere-planning .iwhere-planning-route .iwhere-planning-point:not(:last-child)::after {
    left: 25px;
  }

  .iwhere-planning .iwhere-planning-point>em {
    padding: 2px 6px;
  }

  .iwhere-planning .iwhere-planning-builder .iwhere-planning-summary {
    align-items: stretch;
    flex-direction: column;
  }

  .iwhere-planning .iwhere-planning-summary button {
    justify-content: center;
  }

  .iwhere-simulation .iwhere-simulation-container {
    padding: 0 16px;
  }

  .iwhere-simulation .iwhere-simulation-content h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .iwhere-simulation .iwhere-simulation-mode>em {
    display: none;
  }

  .iwhere-simulation .iwhere-simulation-layout .iwhere-simulation-demo {
    padding: 20px;
  }

  .iwhere-simulation .iwhere-simulation-demo .iwhere-simulation-demo-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .iwhere-simulation .iwhere-simulation-demo .iwhere-simulation-map {
    height: 256px;
  }

  .iwhere-simulation .iwhere-simulation-map .iwhere-simulation-coordinates {
    font-size: 10px;
  }

  .iwhere-simulation .iwhere-simulation-demo .iwhere-simulation-controller {
    padding: 20px;
  }

  .iwhere-simulation .iwhere-simulation-controller .iwhere-simulation-controller-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .iwhere-simulation .iwhere-simulation-controls .iwhere-simulation-mode-buttons {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .iwhere-simulation .iwhere-simulation-mode-buttons button {
    flex: 0 0 auto;
  }

  .iwhere-simulation .iwhere-simulation-controls .iwhere-simulation-playback {
    align-items: stretch;
    flex-direction: column;
  }

  .iwhere-simulation .iwhere-simulation-playback .iwhere-simulation-speeds {
    justify-content: space-between;
  }

  .iwhere-simulation .iwhere-simulation-playback .iwhere-simulation-toggle {
    justify-content: center;
  }

  .iwhere-multi-point .iwhere-multi-point-container {
    padding: 0 16px;
  }

  .iwhere-multi-point .iwhere-multi-point-container .iwhere-multi-point-heading {
    margin-bottom: 48px;
  }

  .iwhere-multi-point .iwhere-multi-point-heading h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .iwhere-multi-point .iwhere-multi-point-layout .iwhere-multi-point-flow {
    padding: 24px;
  }

  .iwhere-multi-point .iwhere-multi-point-flow .iwhere-multi-point-flow-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .iwhere-multi-point .iwhere-multi-point-stop>em {
    display: none;
  }

  .iwhere-cities .iwhere-cities-container {
    padding: 0 16px;
  }

  .iwhere-cities .iwhere-cities-container .iwhere-cities-heading {
    margin-bottom: 48px;
  }

  .iwhere-cities .iwhere-cities-heading h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .iwhere-cities .iwhere-cities-container .iwhere-cities-tabs {
    grid-template-columns: minmax(0, 1fr);
  }

  .iwhere-cities .iwhere-cities-tabs .iwhere-cities-card {
    min-height: 238px;
  }

  .iwhere-cities .iwhere-cities-previews .iwhere-cities-preview {
    align-items: stretch;
    flex-direction: column;
    padding: 24px;
  }

  .iwhere-cities .iwhere-cities-preview>a {
    width: 100%;
  }

  .iwhere-history .iwhere-history-container {
    padding: 0 16px;
  }

  .iwhere-history .iwhere-history-container .iwhere-history-heading {
    margin-bottom: 48px;
  }

  .iwhere-history .iwhere-history-heading h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .iwhere-history .iwhere-history-container .iwhere-history-list {
    padding: 24px;
  }

  .iwhere-history .iwhere-history-item>b {
    display: none;
  }

  .iwhere-use-cases .iwhere-use-cases-container {
    padding: 0 16px;
  }

  .iwhere-use-cases .iwhere-use-cases-container .iwhere-use-cases-heading {
    margin-bottom: 48px;
  }

  .iwhere-use-cases .iwhere-use-cases-heading h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .iwhere-use-cases .iwhere-use-cases-grid .iwhere-use-cases-card {
    min-height: 0;
    padding: 28px;
  }

  .iwhere-how-it-works .iwhere-how-it-works-container {
    padding: 0 16px;
  }

  .iwhere-how-it-works .iwhere-how-it-works-container .iwhere-how-it-works-heading {
    margin-bottom: 48px;
  }

  .iwhere-how-it-works .iwhere-how-it-works-heading h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .iwhere-how-it-works .iwhere-how-it-works-grid .iwhere-how-it-works-card {
    min-height: 280px;
  }

  .iwhere-how-it-works .iwhere-how-it-works-action a {
    width: 100%;
    padding: 16px 20px;
  }

  .iwhere-ecosystem .iwhere-ecosystem-container {
    padding: 0 16px;
  }

  .iwhere-ecosystem .iwhere-ecosystem-container .iwhere-ecosystem-heading {
    margin-bottom: 48px;
  }

  .iwhere-ecosystem .iwhere-ecosystem-heading h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .iwhere-ecosystem .iwhere-ecosystem-grid .iwhere-ecosystem-card {
    min-height: 0;
    padding: 32px;
  }

  .iwhere-ecosystem .iwhere-ecosystem-card h3 {
    font-size: 24px;
    line-height: 31px;
  }

  .iwhere-faq .iwhere-faq-container {
    padding: 0 16px;
  }

  .iwhere-faq .iwhere-faq-container .iwhere-faq-heading {
    margin-bottom: 48px;
  }

  .iwhere-faq .iwhere-faq-heading h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .iwhere-faq .iwhere-faq-item h3 button {
    padding: 20px;
  }

  .iwhere-faq .iwhere-faq-item h3 button span {
    font-size: 16px;
  }

  .iwhere-faq .iwhere-faq-item .iwhere-faq-answer {
    padding: 0 20px 20px;
  }

  .iwhere-faq .iwhere-faq-answer p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .iwhere-hero .iwhere-hero-visual .iwhere-hero-float {
    animation: none;
  }

  .iwhere-hero .iwhere-hero-dynamic-island span:last-child {
    animation: none;
  }

  .iwhere-hero .iwhere-hero-map-grid .iwhere-hero-location {
    animation: none;
  }

  .iwhere-simulation .iwhere-simulation-marker.is-playing {
    animation: none;
  }
}