.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-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;
  }
}
