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

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

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

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

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

.sote-blog-hero__content h1,
.sote-blog-section-head h2,
.sote-blog-spotlight__copy h2,
.sote-blog-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-blog-hero__content h1 {
  color: var(--cityride-white);
}

.sote-blog-hero__content p {
  max-width: 610px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.85;
}

.sote-blog-hero__actions,
.sote-blog-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

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

.sote-blog-hero__signals span,
.sote-blog-tag,
.sote-blog-mini__tag {
  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-blog-hero__feature,
.sote-blog-topic,
.sote-blog-card,
.sote-blog-spotlight__inner,
.sote-blog-cta__card {
  border-radius: 30px;
  border: 1px solid rgba(23, 18, 13, 0.08);
  background: #ffffff;
  box-shadow: 0 20px 52px rgba(23, 18, 13, 0.08);
}

.sote-blog-hero__feature {
  overflow: hidden;
  background: rgba(255, 249, 240, 0.95);
}

.sote-blog-hero__feature-image {
  aspect-ratio: 4 / 2.7;
  overflow: hidden;
}

.sote-blog-hero__feature-image img,
.sote-blog-card__image img,
.sote-blog-spotlight__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sote-blog-hero__feature-copy {
  padding: 26px;
}

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

.sote-blog-hero__feature-copy h2,
.sote-blog-card__content h3,
.sote-blog-topic h2 {
  margin: 16px 0 0;
  font-family: var(--cityride-heading-font, "Lexend", serif);
  line-height: 1.18;
}

.sote-blog-hero__feature-copy h2 {
  font-size: 29px;
}

.sote-blog-hero__feature-copy h2 a,
.sote-blog-card__content h3 a,
.sote-blog-mini strong {
  color: var(--sote-ink);
}

.sote-blog-hero__feature-copy p,
.sote-blog-topic p,
.sote-blog-section-head p,
.sote-blog-card__content p,
.sote-blog-spotlight__copy p,
.sote-blog-cta__copy p {
  margin: 14px 0 0;
  color: var(--sote-muted);
  font-size: 15px;
  line-height: 1.85;
}

.sote-blog-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-blog-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sote-blog-meta i {
  color: #c98d00;
}

.sote-blog-topics {
  margin-top: -22px;
  padding-bottom: 36px;
}

.sote-blog-topic {
  height: 100%;
  padding: 28px;
}

.sote-blog-topic__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-blog-topic h2 {
  font-size: 24px;
}

.sote-blog-stories {
  padding: 46px 0 84px;
}

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

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

.sote-blog-card {
  height: 100%;
  overflow: hidden;
}

.sote-blog-card__image {
  aspect-ratio: 4 / 2.85;
  overflow: hidden;
}

.sote-blog-card__content {
  padding: 24px;
}

.sote-blog-card__content h3 {
  font-size: 26px;
}

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

.sote-blog-link i {
  color: #c98d00;
}

.sote-blog-spotlight {
  padding: 0 0 86px;
}

.sote-blog-spotlight__inner {
  padding: 34px;
  background: linear-gradient(135deg, rgba(23, 18, 13, 0.97) 0%, rgba(49, 35, 23, 0.96) 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.sote-blog-spotlight__copy h2,
.sote-blog-spotlight__copy p,
.sote-blog-spotlight__checks li {
  color: var(--cityride-white);
}

.sote-blog-spotlight__checks {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
}

.sote-blog-spotlight__checks li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.75;
}

.sote-blog-spotlight__checks i {
  margin-top: 4px;
  color: var(--sote-base);
}

.sote-blog-spotlight__panel {
  overflow: hidden;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
}

.sote-blog-spotlight__image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.sote-blog-spotlight__list {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.sote-blog-mini {
  display: block;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(23, 18, 13, 0.08);
}

.sote-blog-mini:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.sote-blog-mini__tag {
  margin-bottom: 12px;
  background: rgba(244, 180, 0, 0.16);
  color: #7c5200;
}

.sote-blog-mini strong {
  display: block;
  font-size: 20px;
  line-height: 1.4;
}

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

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

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

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

  .sote-blog-topics {
    margin-top: 0;
  }

  .sote-blog-spotlight__inner,
  .sote-blog-cta__card {
    padding: 28px;
  }
}

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

  .sote-blog-hero__feature,
  .sote-blog-topic,
  .sote-blog-card,
  .sote-blog-spotlight__inner,
  .sote-blog-cta__card {
    border-radius: 24px;
  }

  .sote-blog-topic,
  .sote-blog-card__content,
  .sote-blog-hero__feature-copy,
  .sote-blog-spotlight__inner,
  .sote-blog-cta__card {
    padding: 24px;
  }

  .sote-blog-card__content h3,
  .sote-blog-hero__feature-copy h2 {
    font-size: 24px;
  }

  .sote-blog-spotlight__list {
    padding: 22px;
  }

  .sote-blog-mini strong {
    font-size: 18px;
  }
}

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

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

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

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

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