.sote-news-page .page-wrapper {
  background: linear-gradient(180deg, #fffdf8 0%, #f6efe4 100%);
}

.sote-news-page .page-header,
.sote-news-page .blog-page {
  display: none;
}

.sote-news-main {
  position: relative;
}

.sote-news-hero {
  padding: 92px 0 42px;
  background:
    linear-gradient(118deg, rgba(23, 18, 13, 0.9) 0%, rgba(23, 18, 13, 0.78) 50%, rgba(23, 18, 13, 0.42) 100%),
    url("../images/backgrounds/taxi-banner2.jpg") center/cover no-repeat;
}

.sote-news-hero__content {
  max-width: 660px;
}

.sote-news-hero__content h1,
.sote-news-section-head h2,
.sote-news-cta__copy h2 {
  margin: 18px 0 0;
  font-family: var(--cityride-heading-font, "Lexend", serif);
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.sote-news-hero__content h1 {
  color: var(--cityride-white);
}

.sote-news-hero__content p,
.sote-news-item__content p,
.sote-news-section-head p,
.sote-news-sidebar__card p,
.sote-news-cta__copy p,
.sote-news-lane p {
  margin: 16px 0 0;
  color: var(--sote-muted);
  font-size: 15px;
  line-height: 1.85;
}

.sote-news-hero__content p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
}

.sote-news-hero__signals,
.sote-news-sidebar__cities {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.sote-news-hero__signals span,
.sote-news-pill,
.sote-news-sidebar__cities span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--cityride-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sote-news-hero__feature,
.sote-news-lane,
.sote-news-item,
.sote-news-sidebar__card,
.sote-news-cta__card {
  border-radius: 30px;
  border: 1px solid rgba(23, 18, 13, 0.08);
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(23, 18, 13, 0.08);
}

.sote-news-hero__feature {
  padding: 30px;
  background: rgba(255, 249, 240, 0.95);
}

.sote-news-pill {
  background: rgba(244, 180, 0, 0.16);
  color: #7c5200;
}

.sote-news-hero__feature h2,
.sote-news-item__content h3,
.sote-news-lane h2,
.sote-news-sidebar__card h3 {
  margin: 18px 0 0;
  font-family: var(--cityride-heading-font, "Lexend", serif);
  line-height: 1.18;
}

.sote-news-hero__feature h2 {
  font-size: 30px;
}

.sote-news-hero__feature h2 a,
.sote-news-item__content h3 a {
  color: var(--sote-ink);
}

.sote-news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
  color: var(--sote-muted-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sote-news-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sote-news-meta i,
.sote-news-link i {
  color: #c98d00;
}

.sote-news-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: var(--sote-ink);
  font-size: 14px;
  font-weight: 700;
}

.sote-news-lanes {
  margin-top: -18px;
  padding-bottom: 36px;
}

.sote-news-lane {
  height: 100%;
  padding: 28px;
}

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

.sote-news-lane h2 {
  font-size: 24px;
}

.sote-news-feed {
  padding: 46px 0 86px;
}

.sote-news-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.sote-news-section-head h2,
.sote-news-cta__copy h2 {
  color: var(--sote-ink);
  font-size: clamp(30px, 4vw, 46px);
}

.sote-news-stack {
  display: grid;
  gap: 22px;
}

.sote-news-item {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  overflow: hidden;
}

.sote-news-item__image {
  display: block;
  min-height: 100%;
}

.sote-news-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sote-news-item__content {
  padding: 28px;
}

.sote-news-item__content h3 {
  font-size: 28px;
}

.sote-news-sidebar {
  display: grid;
  gap: 22px;
}

.sote-news-sidebar__card {
  padding: 28px;
}

.sote-news-sidebar__card h3 {
  font-size: 26px;
  color: var(--sote-ink);
}

.sote-news-sidebar__list {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
}

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

.sote-news-sidebar__list i {
  margin-top: 4px;
  color: #c98d00;
}

.sote-news-sidebar__cities span {
  background: rgba(23, 18, 13, 0.08);
  color: var(--sote-ink);
}

.sote-news-cta {
  padding: 0 0 88px;
}

.sote-news-cta__card {
  padding: 34px;
  background: linear-gradient(180deg, rgba(255, 249, 240, 0.98) 0%, rgba(246, 239, 228, 0.9) 100%);
}

.sote-news-cta__copy {
  max-width: 620px;
}

.sote-news-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 991px) {
  .sote-news-hero {
    padding: 82px 0 34px;
  }

  .sote-news-lanes {
    margin-top: 0;
  }

  .sote-news-item {
    grid-template-columns: 1fr;
  }

  .sote-news-item__image {
    aspect-ratio: 16 / 10;
  }

  .sote-news-cta__card {
    padding: 28px;
  }
}

@media (max-width: 767px) {
  .sote-news-hero__content h1 {
    font-size: 34px;
  }

  .sote-news-hero__feature,
  .sote-news-lane,
  .sote-news-item,
  .sote-news-sidebar__card,
  .sote-news-cta__card {
    border-radius: 24px;
  }

  .sote-news-hero__feature,
  .sote-news-lane,
  .sote-news-item__content,
  .sote-news-sidebar__card,
  .sote-news-cta__card {
    padding: 24px;
  }

  .sote-news-item__content h3,
  .sote-news-hero__feature h2,
  .sote-news-sidebar__card h3 {
    font-size: 24px;
  }
}

.sote-news-hero {
  display: flex;
  align-items: center;
  min-height: 620px;
  padding: 108px 0 82px;
}

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

.sote-news-hero .row > .col-lg-5,
.sote-news-hero__feature {
  display: none;
}

.sote-news-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-news-hero {
    min-height: 500px;
    padding: 76px 0 54px;
  }

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