.sote-city-page {
  background: #fffdf8;
}

.sote-city-main {
  padding-bottom: 88px;
}

.sote-city-hero {
  padding: 82px 0 34px;
}

.sote-city-hero__panel,
.sote-city-service-card,
.sote-city-split,
.sote-city-focus__card,
.sote-city-related__card,
.sote-city-cta__inner {
  border-radius: 32px;
  border: 1px solid rgba(23, 18, 13, 0.08);
  box-shadow: 0 24px 70px rgba(23, 18, 13, 0.08);
}

.sote-city-hero__panel {
  position: relative;
  overflow: hidden;
  padding: 44px;
  background: linear-gradient(135deg, #17120d 0%, #2d241c 100%);
}

.sote-city-hero__panel::before,
.sote-city-hero__panel::after {
  content: "";
  position: absolute;
  inset: 0;
}

.sote-city-hero__panel::before {
  background-position: center;
  background-size: cover;
  opacity: 0.22;
}

.sote-city-hero__panel::after {
  background:
    radial-gradient(circle at top left, rgba(244, 180, 0, 0.24), transparent 30%),
    linear-gradient(135deg, rgba(23, 18, 13, 0.24) 0%, rgba(23, 18, 13, 0.68) 100%);
}

.sote-city-hero--nairobi .sote-city-hero__panel::before {
  background-image: url("../images/resources/sote-taxi-nairobi-hero.jpg");
}

.sote-city-hero--dar .sote-city-hero__panel::before {
  background-image: url("../images/resources/sote-taxi-dar-hero.jpg");
}

.sote-city-hero--dodoma .sote-city-hero__panel::before {
  background-image: url("../images/resources/sote-taxi-dodoma-hero.jpg");
}

.sote-city-hero--johannesburg .sote-city-hero__panel::before {
  background-image: url("../images/resources/sote-taxi-johannesburg-hero.jpg");
}

.sote-city-hero__content,
.sote-city-hero__meta {
  position: relative;
  z-index: 1;
}

.sote-city-hero .sote-eyebrow {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--cityride-white);
}

.sote-city-hero .sote-eyebrow::before {
  background-color: var(--cityride-white);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.08);
}

.sote-city-hero__content {
  max-width: 690px;
  padding-right: 28px;
}

.sote-city-hero__content h1,
.sote-city-section__head h2,
.sote-city-split__content h2,
.sote-city-cta__inner h2 {
  margin: 18px 0 0;
  color: var(--sote-ink);
  font-family: var(--cityride-heading-font, "Lexend", serif);
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.sote-city-hero__content h1,
.sote-city-hero__content p,
.sote-city-hero__meta h2,
.sote-city-hero__meta p,
.sote-city-related__card h3,
.sote-city-related__card p,
.sote-city-section--dark .sote-city-section__head h2,
.sote-city-section--dark .sote-city-section__head p,
.sote-city-section--dark .sote-eyebrow,
.sote-city-cta__inner h2,
.sote-city-cta__inner p {
  color: var(--cityride-white);
}

.sote-city-hero__content p,
.sote-city-section__head p,
.sote-city-service-card p,
.sote-city-split__content p,
.sote-city-focus__card p,
.sote-city-related__card p,
.sote-city-cta__inner p {
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.8;
}

.sote-city-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.sote-city-hero__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--cityride-white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sote-city-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.sote-city-hero__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--cityride-white);
  font-size: 15px;
  font-weight: 700;
}

.sote-city-hero__meta {
  padding: 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.sote-city-hero__meta-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(244, 180, 0, 0.2);
  color: #ffd873;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sote-city-hero__meta h2 {
  margin: 18px 0 0;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.sote-city-hero__stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.sote-city-hero__stat {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
}

.sote-city-hero__stat small {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sote-city-hero__stat strong {
  display: block;
  color: var(--cityride-white);
  font-size: 17px;
  line-height: 1.45;
}

.sote-city-section {
  padding: 0 0 34px;
}

.sote-city-section--soft {
  padding-top: 2px;
}

.sote-city-section--dark .sote-city-section__panel {
  background: linear-gradient(135deg, #17120d 0%, #2a2118 100%);
  border-radius: 32px;
  padding: 34px;
  border: 1px solid rgba(23, 18, 13, 0.08);
  box-shadow: 0 24px 70px rgba(23, 18, 13, 0.08);
}

.sote-city-section__head {
  max-width: 780px;
  margin-bottom: 28px;
}

.sote-city-section__head h2 {
  font-size: clamp(30px, 4vw, 48px);
}

.sote-city-section__head--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.sote-city-grid,
.sote-city-focus-grid,
.sote-city-related__grid {
  display: grid;
  gap: 22px;
}

.sote-city-grid,
.sote-city-focus-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sote-city-related__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sote-city-service-card,
.sote-city-focus__card {
  height: 100%;
  padding: 28px;
  background: rgba(255, 255, 255, 0.92);
}

.sote-city-service-card__icon,
.sote-city-focus__icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(244, 180, 0, 0.16);
  color: #8b5e00;
  font-size: 22px;
}

.sote-city-service-card h3,
.sote-city-focus__card h3,
.sote-city-related__card h3 {
  margin: 18px 0 0;
  font-family: var(--cityride-heading-font, "Lexend", serif);
  font-size: 24px;
  line-height: 1.2;
  color: var(--sote-ink);
}

.sote-city-split {
  padding: 34px;
  background:
    radial-gradient(circle at top left, rgba(244, 180, 0, 0.14), transparent 28%),
    linear-gradient(145deg, rgba(255, 249, 240, 0.98) 0%, rgba(247, 239, 227, 0.96) 100%);
}

.sote-city-split__media {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}

.sote-city-split__media img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}

.sote-city-split__note {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(23, 18, 13, 0.82);
  color: var(--cityride-white);
  font-size: 14px;
  line-height: 1.7;
}

.sote-city-split__content {
  max-width: 620px;
  padding-left: 14px;
}

.sote-city-split__content h2 {
  font-size: clamp(30px, 4vw, 46px);
}

.sote-city-list {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.sote-city-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--sote-ink);
  font-size: 15px;
  line-height: 1.75;
}

.sote-city-list i {
  margin-top: 5px;
  color: #c98d00;
}

.sote-city-corridor {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.sote-city-corridor span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(23, 18, 13, 0.08);
  background: rgba(255, 255, 255, 0.72);
  color: var(--sote-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sote-city-related__card {
  height: 100%;
  padding: 28px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.sote-city-section--dark .sote-eyebrow {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--cityride-white);
}

.sote-city-section--dark .sote-eyebrow::before {
  background-color: var(--cityride-white);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.08);
}

.sote-city-related__card h3 {
  color: var(--cityride-white);
}

.sote-city-related__card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: #ffd873;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sote-city-cta {
  padding: 0;
}

.sote-city-cta__inner {
  padding: 36px 40px;
  background:
    radial-gradient(circle at top left, rgba(244, 180, 0, 0.18), transparent 32%),
    linear-gradient(135deg, #17120d 0%, #2d241c 100%);
}

.sote-city-cta__inner p {
  max-width: 700px;
}

.sote-city-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

@media (max-width: 1199px) {
  .sote-city-grid,
  .sote-city-focus-grid,
  .sote-city-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sote-city-hero__content {
    padding-right: 0;
  }

  .sote-city-split__content {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .sote-city-hero {
    padding-top: 64px;
  }

  .sote-city-hero__panel,
  .sote-city-split,
  .sote-city-section--dark .sote-city-section__panel,
  .sote-city-cta__inner {
    padding: 30px;
  }

  .sote-city-hero__meta {
    margin-top: 8px;
  }

  .sote-city-grid,
  .sote-city-focus-grid,
  .sote-city-related__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .sote-city-hero__panel,
  .sote-city-split,
  .sote-city-service-card,
  .sote-city-focus__card,
  .sote-city-related__card,
  .sote-city-section--dark .sote-city-section__panel,
  .sote-city-cta__inner {
    border-radius: 26px;
  }

  .sote-city-hero__panel,
  .sote-city-split,
  .sote-city-section--dark .sote-city-section__panel,
  .sote-city-cta__inner {
    padding: 24px;
  }

  .sote-city-hero__stat-grid {
    grid-template-columns: 1fr;
  }

  .sote-city-split__media img {
    min-height: 280px;
  }

  .sote-city-cta__actions .cityride-btn,
  .sote-city-cta__actions .sote-city-hero__link {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .sote-city-hero__chips,
  .sote-city-corridor {
    gap: 10px;
  }

  .sote-city-service-card,
  .sote-city-focus__card,
  .sote-city-related__card {
    padding: 24px;
  }
}

.sote-city-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 620px;
  padding: 108px 0 82px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sote-city-hero--nairobi {
  background-image:
    linear-gradient(90deg, rgba(12, 10, 8, 0.72) 0%, rgba(12, 10, 8, 0.46) 42%, rgba(12, 10, 8, 0.24) 100%),
    url("../images/resources/sote-taxi-nairobi-hero.jpg");
}

.sote-city-hero--dar {
  background-image:
    linear-gradient(90deg, rgba(12, 10, 8, 0.72) 0%, rgba(12, 10, 8, 0.46) 42%, rgba(12, 10, 8, 0.24) 100%),
    url("../images/resources/sote-taxi-dar-hero.jpg");
}

.sote-city-hero--dodoma {
  background-image:
    linear-gradient(90deg, rgba(12, 10, 8, 0.72) 0%, rgba(12, 10, 8, 0.46) 42%, rgba(12, 10, 8, 0.24) 100%),
    url("../images/resources/sote-taxi-dodoma-hero.jpg");
}

.sote-city-hero--johannesburg {
  background-image:
    linear-gradient(90deg, rgba(12, 10, 8, 0.72) 0%, rgba(12, 10, 8, 0.46) 42%, rgba(12, 10, 8, 0.24) 100%),
    url("../images/resources/sote-taxi-johannesburg-hero.jpg");
}

.sote-airport-main {
  padding-bottom: 88px;
  background: #fffdf8;
}

.sote-airport-hero {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  padding: 112px 0 82px;
  background:
    linear-gradient(90deg, rgba(10, 9, 8, 0.72) 0%, rgba(10, 9, 8, 0.46) 36%, rgba(10, 9, 8, 0.12) 62%, rgba(10, 9, 8, 0.36) 100%),
    url("../images/resources/sote-airports-image.png") center center/cover no-repeat;
}

.sote-airport-hero--kenya {
  background-image:
    linear-gradient(90deg, rgba(12, 10, 8, 0.78) 0%, rgba(12, 10, 8, 0.52) 48%, rgba(12, 10, 8, 0.34) 100%),
    url("../images/home-showcase/kenya_city.jpg");
}

.sote-airport-hero--kenya-coast {
  background-image:
    linear-gradient(90deg, rgba(12, 10, 8, 0.78) 0%, rgba(12, 10, 8, 0.52) 48%, rgba(12, 10, 8, 0.34) 100%),
    url("../images/backgrounds/taxi-banner1.jpg");
}

.sote-airport-hero--tanzania {
  background-image:
    linear-gradient(90deg, rgba(12, 10, 8, 0.78) 0%, rgba(12, 10, 8, 0.52) 48%, rgba(12, 10, 8, 0.34) 100%),
    url("../images/home-showcase/tangania_city.jpg");
}

.sote-airport-hero--dodoma {
  background-image:
    linear-gradient(90deg, rgba(12, 10, 8, 0.78) 0%, rgba(12, 10, 8, 0.52) 48%, rgba(12, 10, 8, 0.34) 100%),
    url("../images/resources/dodoma_city.jpg");
}

.sote-airport-hero--south-africa {
  background-image:
    linear-gradient(90deg, rgba(12, 10, 8, 0.78) 0%, rgba(12, 10, 8, 0.52) 48%, rgba(12, 10, 8, 0.34) 100%),
    url("../images/home-showcase/southafrica_city.jpg");
}

.sote-airport-hero--cape-town {
  background-image:
    linear-gradient(90deg, rgba(12, 10, 8, 0.78) 0%, rgba(12, 10, 8, 0.52) 48%, rgba(12, 10, 8, 0.34) 100%),
    url("../images/backgrounds/taxi-banner3.jpg");
}

.sote-airport-hero,
.sote-airport-hero--kenya,
.sote-airport-hero--kenya-coast,
.sote-airport-hero--tanzania,
.sote-airport-hero--dodoma,
.sote-airport-hero--south-africa,
.sote-airport-hero--cape-town {
  background-image:
    linear-gradient(90deg, rgba(10, 9, 8, 0.72) 0%, rgba(10, 9, 8, 0.46) 36%, rgba(10, 9, 8, 0.12) 62%, rgba(10, 9, 8, 0.36) 100%),
    url("../images/resources/sote-airports-image.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sote-airport-hero .sote-city-hero__panel .row > .col-lg-7 {
  flex: 0 0 100%;
  max-width: 100%;
}

.sote-airport-hero .sote-city-hero__panel .row > .col-lg-5 {
  display: none;
}

.sote-airport-hero .sote-city-hero__content {
  max-width: 720px;
  padding: 0;
  background: transparent;
  border: 0;
  backdrop-filter: none;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.46);
}

.sote-airport-hero .sote-city-hero__content h1 {
  max-width: 720px;
  margin: 0;
  color: #ffffff !important;
  font-size: clamp(38px, 4.5vw, 62px);
  letter-spacing: 0;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.55);
}

.sote-airport-hero .sote-city-hero__content p,
.sote-airport-hero .sote-city-hero__link {
  color: rgba(255, 255, 255, 0.94) !important;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.5);
}

.sote-airport-hero__description span {
  display: block;
}

.sote-airport-hero__actions {
  margin-top: 28px;
}

.sote-airport-hero .sote-city-hero__meta {
  display: none;
}

.sote-airport-booking-card {
  max-width: 430px;
  margin-left: auto;
  padding: 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--sote-ink);
  border: 1px solid rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 70px rgba(23, 18, 13, 0.16);
}

.sote-airport-booking-card h2,
.sote-airport-booking-card p {
  color: var(--sote-ink);
}

.sote-airport-booking-card .sote-city-hero__meta-label {
  background: rgba(244, 180, 0, 0.18);
  color: #8b5e00;
}

.sote-airport-trip-card {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
}

.sote-airport-trip-card div {
  padding: 16px;
  border-radius: 18px;
  background: #fff7e8;
  border: 1px solid rgba(23, 18, 13, 0.08);
}

.sote-airport-trip-card span,
.sote-airport-trip-card strong {
  display: block;
}

.sote-airport-trip-card span {
  color: rgba(23, 18, 13, 0.58);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sote-airport-trip-card strong {
  margin-top: 4px;
  color: var(--sote-ink);
  font-size: 15px;
  line-height: 1.45;
}

.sote-airport-booking-card__btn {
  width: 100%;
  margin-top: 22px;
  justify-content: center;
}

.sote-airport-app-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 14px;
  color: var(--sote-ink);
  font-size: 14px;
  font-weight: 800;
}

.sote-airport-app-link i {
  font-size: 17px;
}

.sote-airport-quick-band {
  position: relative;
  z-index: 2;
  margin-top: -46px;
  padding-bottom: 44px;
}

.sote-airport-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sote-airport-quick-grid article {
  padding: 24px;
  border-radius: 24px;
  background: var(--cityride-white);
  border: 1px solid rgba(23, 18, 13, 0.08);
  box-shadow: 0 24px 70px rgba(23, 18, 13, 0.08);
}

.sote-airport-quick-grid i {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(244, 180, 0, 0.16);
  color: #8b5e00;
  font-size: 20px;
}

.sote-airport-quick-grid h2 {
  margin: 16px 0 0;
  color: var(--sote-ink);
  font-family: var(--cityride-heading-font, "Lexend", sans-serif);
  font-size: 22px;
  line-height: 1.2;
}

.sote-airport-quick-grid p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.75;
}

.sote-airport-step-grid,
.sote-airport-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.sote-airport-info-grid {
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
}

.sote-airport-info-grid .sote-city-list {
  margin-top: 18px;
}

.sote-airport-info-grid .sote-city-list li {
  font-size: 14px;
}

.sote-airport-route-panel .sote-city-corridor {
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .sote-airport-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .sote-airport-hero {
    min-height: auto;
    padding: 80px 0 70px;
    background-position: center center;
  }

  .sote-airport-hero .sote-city-hero__panel .row > .col-lg-7,
  .sote-airport-hero .sote-city-hero__panel .row > .col-lg-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sote-airport-booking-card {
    max-width: 100%;
    margin-left: 0;
  }

  .sote-airport-quick-grid,
  .sote-airport-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .sote-airport-hero {
    padding: 72px 0 58px;
    background-position: 52% center;
  }

  .sote-airport-hero .sote-city-hero__content {
    padding: 22px;
    border-radius: 20px;
    background: rgba(10, 9, 8, 0.34);
  }

  .sote-airport-hero .sote-city-hero__content h1 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .sote-airport-hero__actions {
    gap: 14px;
  }

  .sote-airport-quick-band {
    margin-top: 0;
    padding-top: 28px;
  }

  .sote-airport-step-grid {
    grid-template-columns: 1fr;
  }
}

.sote-city-hero__panel {
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
}

.sote-city-hero__panel::before,
.sote-city-hero__panel::after {
  display: none;
}

.sote-city-hero__panel .row > .col-lg-7 {
  flex: 0 0 100%;
  max-width: 100%;
}

.sote-city-hero__panel .row > .col-lg-5,
.sote-city-hero__meta {
  display: none;
}

.sote-city-hero__content {
  max-width: 720px;
  padding: 34px 36px;
  border-radius: 30px;
  background: rgba(16, 13, 10, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(4px);
}

@media (max-width: 767px) {
  .sote-city-hero {
    min-height: 500px;
    padding: 76px 0 54px;
  }

  .sote-city-hero__content {
    padding: 24px;
  }
}

.sote-cities-main {
  padding-bottom: 88px;
  background: #fffdf8;
}

.sote-cities-hero {
  position: relative;
  overflow: hidden;
  padding: 112px 0 82px;
  background:
    linear-gradient(90deg, rgba(12, 10, 8, 0.78) 0%, rgba(12, 10, 8, 0.54) 52%, rgba(12, 10, 8, 0.36) 100%),
    url("../images/backgrounds/taxi-banner2.jpg") center/cover no-repeat;
}

.sote-airports-hero {
  background:
    linear-gradient(90deg, rgba(12, 10, 8, 0.78) 0%, rgba(12, 10, 8, 0.54) 52%, rgba(12, 10, 8, 0.36) 100%),
    url("../images/backgrounds/taxi-banner1.jpg") center/cover no-repeat;
}

.sote-cities-hero__content {
  max-width: 760px;
}

.sote-cities-hero .sote-eyebrow,
.sote-cities-map-band .sote-eyebrow,
.sote-cities-cta .sote-eyebrow {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--cityride-white);
}

.sote-cities-hero .sote-eyebrow::before,
.sote-cities-map-band .sote-eyebrow::before,
.sote-cities-cta .sote-eyebrow::before {
  background-color: var(--cityride-white);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.08);
}

.sote-cities-hero__content h1,
.sote-cities-section-head h2,
.sote-cities-map-band__inner h2,
.sote-cities-support h3 {
  margin: 18px 0 0;
  color: var(--sote-ink);
  font-family: var(--cityride-heading-font, "Lexend", sans-serif);
  line-height: 1.05;
  letter-spacing: 0;
}

.sote-cities-hero__content h1 {
  color: var(--cityride-white);
  font-size: clamp(38px, 5.2vw, 68px);
}

.sote-cities-hero__content p {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.8;
}

.sote-cities-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
}

.sote-cities-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--cityride-white);
  font-size: 15px;
  font-weight: 800;
}

.sote-cities-search-card,
.sote-cities-map-band__inner,
.sote-cities-country,
.sote-cities-support article {
  border: 1px solid rgba(23, 18, 13, 0.08);
  box-shadow: 0 24px 70px rgba(23, 18, 13, 0.08);
}

.sote-cities-search-card {
  padding: 28px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
}

.sote-cities-search-card__label {
  display: block;
  color: var(--sote-ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sote-cities-search {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  margin: 18px 0 0;
  padding: 0 18px;
  border-radius: 18px;
  background: #fff7e8;
  border: 1px solid rgba(23, 18, 13, 0.08);
  color: #a36a00;
}

.sote-cities-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--sote-ink);
  font-size: 15px;
  font-weight: 700;
}

.sote-cities-search input::placeholder {
  color: rgba(23, 18, 13, 0.58);
}

.sote-cities-mode {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.sote-cities-mode__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(23, 18, 13, 0.06);
  color: var(--sote-ink);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.sote-cities-mode__item--active,
.sote-cities-mode__item:hover {
  background: var(--cityride-base);
  color: var(--sote-ink);
}

.sote-cities-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.sote-cities-stats div {
  padding: 18px;
  border-radius: 20px;
  background: #17120d;
}

.sote-cities-stats strong,
.sote-cities-stats span {
  display: block;
}

.sote-cities-stats strong {
  color: var(--cityride-white);
  font-family: var(--cityride-heading-font, "Lexend", sans-serif);
  font-size: 32px;
  line-height: 1;
}

.sote-cities-stats span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sote-cities-map-band {
  margin-top: -36px;
  position: relative;
  z-index: 2;
}

.sote-cities-map-band__inner {
  display: grid;
  grid-template-columns: minmax(120px, 210px) minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 26px 30px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(244, 180, 0, 0.22), transparent 30%),
    linear-gradient(135deg, #17120d 0%, #2d241c 100%);
}

.sote-cities-map-band__inner img {
  width: 100%;
  max-height: 120px;
  object-fit: contain;
}

.sote-cities-map-band__inner h2,
.sote-cities-map-band__inner p {
  color: var(--cityride-white);
}

.sote-cities-map-band__inner h2 {
  font-size: clamp(28px, 3vw, 40px);
}

.sote-cities-map-band__inner p {
  max-width: 680px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.75;
}

.sote-cities-locations {
  padding: 82px 0 34px;
}

.sote-cities-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.sote-cities-section-head h2 {
  font-size: clamp(32px, 4vw, 52px);
}

.sote-cities-section-head p {
  max-width: 430px;
  margin: 0;
  color: var(--cityride-text);
  font-size: 15px;
  line-height: 1.75;
}

.sote-cities-country-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.sote-cities-country-tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #fff1d6;
  color: var(--sote-ink);
  font-size: 13px;
  font-weight: 800;
}

.sote-cities-country-tabs a:hover {
  background: var(--cityride-base);
}

.sote-cities-list {
  display: grid;
  gap: 22px;
}

.sote-cities-country {
  display: grid;
  grid-template-columns: minmax(170px, 0.32fr) minmax(0, 1fr);
  gap: 22px;
  padding: 26px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
}

.sote-cities-country__head {
  padding: 22px;
  border-radius: 22px;
  background: #17120d;
}

.sote-cities-country__head span,
.sote-cities-country__head strong {
  display: block;
}

.sote-cities-country__head span {
  color: var(--cityride-white);
  font-family: var(--cityride-heading-font, "Lexend", sans-serif);
  font-size: 28px;
  line-height: 1.1;
}

.sote-cities-country__head strong {
  margin-top: 12px;
  color: #ffd873;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sote-cities-country__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sote-cities-country__links a {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: center;
  min-height: 104px;
  padding: 18px 18px;
  border-radius: 22px;
  border: 1px solid rgba(23, 18, 13, 0.08);
  background:
    linear-gradient(135deg, rgba(255, 247, 232, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
  color: var(--sote-ink);
}

.sote-airports-page .sote-cities-country__links a {
  min-height: 118px;
}

.sote-cities-country__links a:hover {
  border-color: rgba(248, 156, 16, 0.42);
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(23, 18, 13, 0.08);
}

.sote-cities-country__links span,
.sote-cities-country__links small {
  min-width: 0;
}

.sote-cities-country__links span {
  display: block;
  color: var(--sote-ink);
  font-family: var(--cityride-heading-font, "Lexend", sans-serif);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
}

.sote-cities-country__links small {
  display: block;
  grid-column: 1 / -1;
  margin-top: 8px;
  color: var(--cityride-text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.sote-cities-country__links i {
  align-self: start;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(248, 156, 16, 0.16);
  color: #9b6500;
}

.sote-cities-empty {
  margin: 24px 0 0;
  padding: 18px 22px;
  border-radius: 18px;
  background: #17120d;
  color: var(--cityride-white);
  font-weight: 800;
}

.sote-cities-support {
  padding: 0 0 34px;
}

.sote-cities-support__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.sote-cities-support article {
  height: 100%;
  padding: 28px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(248, 156, 16, 0.14), transparent 32%),
    #ffffff;
}

.sote-cities-support__icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(244, 180, 0, 0.16);
  color: #8b5e00;
  font-size: 22px;
}

.sote-cities-support h3 {
  font-size: 24px;
}

.sote-cities-support p {
  margin: 14px 0 0;
  color: var(--cityride-text);
  font-size: 15px;
  line-height: 1.75;
}

.sote-cities-cta {
  margin-top: 0;
}

.sote-seo-faq {
  padding: 78px 0 86px;
  background:
    radial-gradient(circle at top left, rgba(244, 180, 0, 0.1), transparent 30%),
    linear-gradient(180deg, #fffaf1 0%, #fffdf8 100%);
}

.sote-seo-faq__head {
  max-width: 820px;
  margin: 0 auto 30px;
  text-align: center;
}

.sote-seo-faq__head h2 {
  margin: 16px 0 0;
  color: var(--sote-ink);
  font-family: var(--cityride-heading-font, "Lexend", serif);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.sote-seo-faq__head p {
  max-width: 680px;
  margin: 14px auto 0;
  color: var(--cityride-text);
  font-size: 15px;
  line-height: 1.8;
}

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

.sote-seo-faq__item {
  border: 1px solid rgba(23, 18, 13, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(23, 18, 13, 0.07);
}

.sote-seo-faq__item summary {
  position: relative;
  display: block;
  padding: 20px 56px 20px 22px;
  color: var(--sote-ink);
  cursor: pointer;
  font-family: var(--cityride-heading-font, "Lexend", serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
}

.sote-seo-faq__item summary::-webkit-details-marker {
  display: none;
}

.sote-seo-faq__item summary::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(244, 180, 0, 0.16);
  color: #7f5600;
  font-size: 20px;
  line-height: 1;
}

.sote-seo-faq__item[open] summary::after {
  content: "-";
}

.sote-seo-faq__item p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--cityride-text);
  font-size: 15px;
  line-height: 1.75;
}

@media (max-width: 1199px) {
  .sote-cities-map-band__inner {
    grid-template-columns: minmax(100px, 170px) minmax(0, 1fr);
  }

  .sote-cities-map-band__inner .cityride-btn {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 991px) {
  .sote-cities-hero {
    padding: 84px 0 70px;
  }

  .sote-cities-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .sote-cities-country {
    grid-template-columns: 1fr;
  }

  .sote-cities-support__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .sote-cities-main {
    padding-bottom: 64px;
  }

  .sote-cities-hero {
    padding: 72px 0 58px;
  }

  .sote-cities-search-card,
  .sote-cities-map-band__inner,
  .sote-cities-country,
  .sote-cities-support article {
    border-radius: 24px;
  }

  .sote-cities-search-card,
  .sote-cities-country,
  .sote-cities-support article {
    padding: 22px;
  }

  .sote-cities-map-band {
    margin-top: -24px;
  }

  .sote-cities-map-band__inner {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .sote-cities-map-band__inner img {
    max-width: 210px;
  }

  .sote-cities-map-band__inner .cityride-btn {
    grid-column: auto;
    width: 100%;
    justify-content: center;
  }

  .sote-cities-locations {
    padding-top: 62px;
  }

  .sote-cities-country__links {
    grid-template-columns: 1fr;
  }

  .sote-seo-faq {
    padding: 58px 0 64px;
  }

  .sote-seo-faq__grid {
    grid-template-columns: 1fr;
  }

  .sote-cities-hero__actions .cityride-btn,
  .sote-cities-hero__actions .sote-cities-link {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .sote-cities-mode,
  .sote-cities-stats {
    grid-template-columns: 1fr;
  }

  .sote-cities-country-tabs a,
  .sote-cities-mode__item {
    width: 100%;
  }

  .sote-cities-country__links a {
    min-height: 112px;
  }
}
