.sote-news-page .sote-news-main {
  overflow: hidden;
  background: #ffffff;
}

.sote-news-page .sote-news-hero {
  display: flex;
  min-height: 600px;
  padding: 84px 0;
  background:
    linear-gradient(105deg, rgba(18, 14, 10, 0.94) 0%, rgba(18, 14, 10, 0.8) 48%, rgba(18, 14, 10, 0.48) 100%),
    url("../images/backgrounds/taxi-banner2.jpg") center/cover no-repeat;
}

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

.sote-news-page .sote-news-hero .row > .col-lg-5 {
  display: block;
  flex: 0 0 auto;
  width: 41.66666667%;
  max-width: 41.66666667%;
}

.sote-news-page .sote-news-hero__content {
  max-width: 670px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.sote-news-page .sote-news-hero__content .sote-v2-eyebrow {
  color: #ffca68;
}

.sote-news-page .sote-news-hero__content h1 {
  max-width: 620px;
  margin-top: 20px;
  color: #ffffff !important;
  font-size: clamp(44px, 5vw, 68px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
}

.sote-news-page .sote-news-hero__content p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
}

.sote-news-page .sote-news-hero__signals span {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.sote-news-page .sote-news-hero__feature {
  display: block;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}

.sote-news-page .sote-news-hero__feature-image {
  display: block;
  height: 235px;
  overflow: hidden;
}

.sote-news-page .sote-news-hero__feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.sote-news-page .sote-news-hero__feature:hover img {
  transform: scale(1.04);
}

.sote-news-page .sote-news-hero__feature-body {
  padding: 27px 30px 30px;
}

.sote-news-page .sote-news-hero__feature h2 {
  margin-top: 16px;
  font-size: clamp(25px, 2.2vw, 34px) !important;
  line-height: 1.18 !important;
}

.sote-news-page .sote-news-hero__feature p {
  color: #696158 !important;
  line-height: 1.7 !important;
}

.sote-news-page .sote-news-lanes {
  margin: 0;
  padding: 72px 0;
  background: #ffffff;
}

.sote-news-page .sote-news-lane {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 30px;
  border: 1px solid #ece7e0;
  border-radius: 22px;
  background: #fbfaf8;
  box-shadow: none;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.sote-news-page .sote-news-lane::after {
  position: absolute;
  right: -26px;
  bottom: -34px;
  width: 110px;
  height: 110px;
  border: 22px solid rgba(245, 158, 11, 0.08);
  border-radius: 50%;
  content: "";
}

.sote-news-page .sote-news-lane:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 158, 11, 0.34);
  box-shadow: 0 20px 48px rgba(23, 18, 13, 0.09);
}

.sote-news-page .sote-news-lane__icon {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  background: #f59e0b;
  color: #17120d;
}

.sote-news-page .sote-news-lane h2 {
  margin-top: 24px;
  color: #17120d !important;
  font-size: 22px !important;
}

.sote-news-page .sote-news-lane p {
  position: relative;
  z-index: 1;
  color: #696158 !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
}

.sote-news-page .sote-news-feed {
  padding: 92px 0;
  border-top: 1px solid #ece7e0;
  background:
    radial-gradient(circle at 0% 0%, rgba(245, 158, 11, 0.11), transparent 26%),
    #f7f4ef;
}

.sote-news-page .sote-news-section-head {
  max-width: none;
  margin-bottom: 42px;
}

.sote-news-page .sote-news-section-head h2 {
  color: #17120d !important;
  font-size: clamp(36px, 4vw, 52px) !important;
}

.sote-news-page .sote-news-section-head p {
  color: #696158 !important;
}

.sote-news-page .sote-news-stack {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.sote-news-page .sote-news-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(23, 18, 13, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(23, 18, 13, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sote-news-page .sote-news-item:first-child {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(250px, 0.95fr) minmax(0, 1.05fr);
}

.sote-news-page .sote-news-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 58px rgba(23, 18, 13, 0.12);
}

.sote-news-page .sote-news-item__image {
  min-height: 245px;
  overflow: hidden;
}

.sote-news-page .sote-news-item:first-child .sote-news-item__image {
  min-height: 100%;
}

.sote-news-page .sote-news-item__image img {
  transition: transform 0.45s ease;
}

.sote-news-page .sote-news-item:hover .sote-news-item__image img {
  transform: scale(1.04);
}

.sote-news-page .sote-news-item__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 28px;
}

.sote-news-page .sote-news-item__content h3 {
  color: #17120d !important;
  font-size: 24px !important;
  line-height: 1.28 !important;
}

.sote-news-page .sote-news-item:first-child .sote-news-item__content h3 {
  font-size: 30px !important;
}

.sote-news-page .sote-news-item__content p {
  color: #696158 !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
}

.sote-news-page .sote-news-item__content .sote-news-link {
  margin-top: auto;
  padding-top: 20px;
}

.sote-news-page .sote-news-sidebar {
  position: sticky;
  top: 118px;
  gap: 20px;
}

.sote-news-page .sote-news-sidebar__card {
  padding: 28px;
  border-radius: 22px;
  box-shadow: 0 16px 42px rgba(23, 18, 13, 0.07);
}

.sote-news-page .sote-news-sidebar__card:first-child {
  border-color: rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 100% 0%, rgba(245, 158, 11, 0.26), transparent 34%),
    #1d1711;
}

.sote-news-page .sote-news-sidebar__card:first-child .sote-v2-eyebrow {
  color: #ffc55a !important;
}

.sote-news-page .sote-news-sidebar__card:first-child h3,
.sote-news-page .sote-news-sidebar__card:first-child li {
  color: #ffffff !important;
}

.sote-news-page .sote-news-sidebar__card h3 {
  color: #17120d !important;
  font-size: 24px !important;
}

.sote-news-page .sote-news-sidebar__card p {
  color: #696158 !important;
  line-height: 1.75 !important;
}

.sote-news-page .sote-news-sidebar__cities span {
  border: 1px solid #e4ddd4;
  background: #fbfaf8;
}

.sote-news-page .sote-news-cta {
  padding: 86px 0;
  background: #ffffff;
}

.sote-news-page .sote-news-cta__card {
  position: relative;
  overflow: hidden;
  padding: 44px 48px;
  border: 0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.45), transparent 24%),
    linear-gradient(115deg, #f59e0b 0%, #ffc75e 100%);
  box-shadow: 0 22px 58px rgba(181, 106, 0, 0.2);
}

.sote-news-page .sote-news-cta__copy .sote-v2-eyebrow,
.sote-news-page .sote-news-cta__copy h2,
.sote-news-page .sote-news-cta__copy p {
  color: #17120d !important;
}

.sote-news-page .sote-news-cta__copy h2 {
  font-size: clamp(34px, 4vw, 48px) !important;
}

@media (max-width: 1199px) {
  .sote-news-page .sote-news-stack {
    grid-template-columns: 1fr;
  }

  .sote-news-page .sote-news-item:first-child {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .sote-news-page .sote-news-item:first-child .sote-news-item__image {
    min-height: 280px;
  }
}

@media (max-width: 991px) {
  .sote-news-page .sote-news-hero {
    min-height: 0;
    padding: 72px 0;
  }

  .sote-news-page .sote-news-hero .row > .col-lg-7,
  .sote-news-page .sote-news-hero .row > .col-lg-5 {
    width: 100%;
    max-width: 100%;
  }

  .sote-news-page .sote-news-hero__feature {
    margin-top: 0;
  }

  .sote-news-page .sote-news-sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  .sote-news-page .sote-news-hero {
    padding: 58px 0;
  }

  .sote-news-page .sote-news-hero__content h1 {
    font-size: 39px !important;
  }

  .sote-news-page .sote-news-hero__content p {
    font-size: 15px !important;
  }

  .sote-news-page .sote-news-hero__signals span {
    width: 100%;
  }

  .sote-news-page .sote-news-hero__feature-image {
    height: 210px;
  }

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

  .sote-news-page .sote-news-lanes {
    padding: 58px 0;
  }

  .sote-news-page .sote-news-feed {
    padding: 68px 0;
  }

  .sote-news-page .sote-news-item__image,
  .sote-news-page .sote-news-item:first-child .sote-news-item__image {
    min-height: 220px;
  }

  .sote-news-page .sote-news-item:first-child .sote-news-item__content h3,
  .sote-news-page .sote-news-item__content h3 {
    font-size: 23px !important;
  }

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

  .sote-news-page .sote-news-cta__card {
    padding: 30px 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sote-news-page .sote-news-lane,
  .sote-news-page .sote-news-item,
  .sote-news-page .sote-news-item__image img,
  .sote-news-page .sote-news-hero__feature-image img {
    transition: none;
  }
}

/* Bolt-inspired editorial layout below the existing hero. */
.sote-news-page .sote-journal-intro {
  padding: 90px 0 40px;
  background: #ffffff;
}

.sote-news-page .sote-journal-intro__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid #dedbd5;
}

.sote-news-page .sote-journal-intro__copy {
  max-width: 720px;
}

.sote-news-page .sote-journal-intro__copy h2,
.sote-news-page .sote-journal-heading h2,
.sote-news-page .sote-journal-apps__copy h2 {
  margin: 16px 0 0;
  color: #17120d !important;
  font-size: clamp(36px, 4.6vw, 58px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.045em !important;
}

.sote-news-page .sote-journal-intro__copy p,
.sote-news-page .sote-journal-heading p,
.sote-news-page .sote-journal-apps__copy p {
  margin: 18px 0 0;
  color: #625c55 !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

.sote-news-page .sote-journal-topics {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
  max-width: 480px;
}

.sote-news-page .sote-journal-topics a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #ddd8d1;
  border-radius: 999px;
  color: #17120d;
  font-size: 13px;
  font-weight: 700;
}

.sote-news-page .sote-journal-topics a:first-child,
.sote-news-page .sote-journal-topics a:hover {
  border-color: #17120d;
  background: #17120d;
  color: #ffffff;
}

.sote-news-page .sote-journal-featured {
  padding: 38px 0 96px;
  background: #ffffff;
}

.sote-news-page .sote-journal-featured__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(350px, 0.75fr);
  gap: 28px;
}

.sote-news-page .sote-journal-lead,
.sote-news-page .sote-journal-compact,
.sote-news-page .sote-journal-card {
  overflow: hidden;
  border-radius: 22px;
  background: #f4f2ef;
}

.sote-news-page .sote-journal-lead {
  display: grid;
  grid-template-rows: minmax(360px, 1fr) auto;
}

.sote-news-page .sote-journal-lead__image,
.sote-news-page .sote-journal-compact__image,
.sote-news-page .sote-journal-card__image {
  display: block;
  overflow: hidden;
}

.sote-news-page .sote-journal-lead__image img,
.sote-news-page .sote-journal-compact__image img,
.sote-news-page .sote-journal-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.sote-news-page .sote-journal-lead:hover img,
.sote-news-page .sote-journal-compact:hover img,
.sote-news-page .sote-journal-card:hover img {
  transform: scale(1.035);
}

.sote-news-page .sote-journal-lead__content {
  padding: 34px 38px 38px;
}

.sote-news-page .sote-journal-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: #f59e0b;
  color: #17120d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sote-news-page .sote-journal-meta {
  display: flex;
  gap: 18px;
  margin-top: 18px;
  color: #6c655e;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.sote-news-page .sote-journal-lead h2 {
  max-width: 700px;
  margin: 18px 0 0;
  font-size: clamp(31px, 3.2vw, 46px) !important;
  line-height: 1.09 !important;
}

.sote-news-page .sote-journal-lead h2 a,
.sote-news-page .sote-journal-compact h3 a,
.sote-news-page .sote-journal-card h3 a {
  color: #17120d !important;
}

.sote-news-page .sote-journal-lead p,
.sote-news-page .sote-journal-card p {
  margin: 16px 0 0;
  color: #625c55 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

.sote-news-page .sote-journal-read {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 22px;
  color: #17120d;
  font-size: 14px;
  font-weight: 800;
}

.sote-news-page .sote-journal-read i {
  color: #b96b00;
}

.sote-news-page .sote-journal-featured__side {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.sote-news-page .sote-journal-compact {
  display: grid;
  grid-template-rows: minmax(180px, 1fr) auto;
}

.sote-news-page .sote-journal-compact__content {
  padding: 24px 26px 28px;
}

.sote-news-page .sote-journal-compact h3 {
  margin: 15px 0 0;
  color: #17120d !important;
  font-size: 22px !important;
  line-height: 1.28 !important;
}

.sote-news-page .sote-journal-latest {
  padding: 96px 0;
  background: #f4f2ef;
}

.sote-news-page .sote-journal-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 44px;
}

.sote-news-page .sote-journal-heading > p {
  max-width: 420px;
  margin-bottom: 8px;
}

.sote-news-page .sote-journal-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.sote-news-page .sote-journal-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #ffffff;
}

.sote-news-page .sote-journal-card__image {
  height: 235px;
}

.sote-news-page .sote-journal-card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 27px 28px 30px;
}

.sote-news-page .sote-journal-card h3 {
  margin: 17px 0 0;
  color: #17120d !important;
  font-size: 23px !important;
  line-height: 1.25 !important;
}

.sote-news-page .sote-journal-card .sote-journal-read {
  margin-top: auto;
  padding-top: 22px;
}

.sote-news-page .sote-journal-card--statement {
  color: #ffffff;
  background:
    radial-gradient(circle at 100% 0%, rgba(245, 158, 11, 0.32), transparent 36%),
    #19140f;
}

.sote-news-page .sote-journal-card--statement .sote-journal-card__content {
  justify-content: center;
  min-height: 420px;
  padding: 38px;
}

.sote-news-page .sote-journal-card--statement h3,
.sote-news-page .sote-journal-card--statement p,
.sote-news-page .sote-journal-card--statement .sote-journal-read {
  color: #ffffff !important;
}

.sote-news-page .sote-journal-card--statement h3 {
  font-size: 30px !important;
}

.sote-news-page .sote-journal-apps {
  padding: 96px 0;
  background: #ffffff;
}

.sote-news-page .sote-journal-apps__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  padding: 50px 54px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.48), transparent 24%),
    linear-gradient(115deg, #f59e0b 0%, #ffc55a 100%);
}

.sote-news-page .sote-journal-apps__copy {
  max-width: 700px;
}

.sote-news-page .sote-journal-apps__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

@media (max-width: 1199px) {
  .sote-news-page .sote-journal-featured__grid {
    grid-template-columns: 1.25fr 0.85fr;
  }

  .sote-news-page .sote-journal-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .sote-news-page .sote-journal-intro__row,
  .sote-news-page .sote-journal-heading,
  .sote-news-page .sote-journal-apps__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .sote-news-page .sote-journal-topics {
    justify-content: flex-start;
    max-width: none;
  }

  .sote-news-page .sote-journal-featured__grid {
    grid-template-columns: 1fr;
  }

  .sote-news-page .sote-journal-featured__side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .sote-news-page .sote-journal-apps__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .sote-news-page .sote-journal-intro {
    padding: 64px 0 28px;
  }

  .sote-news-page .sote-journal-intro__row {
    padding-bottom: 28px;
  }

  .sote-news-page .sote-journal-intro__copy h2,
  .sote-news-page .sote-journal-heading h2,
  .sote-news-page .sote-journal-apps__copy h2 {
    font-size: 36px !important;
  }

  .sote-news-page .sote-journal-topics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .sote-news-page .sote-journal-topics a {
    justify-content: center;
  }

  .sote-news-page .sote-journal-featured {
    padding: 30px 0 68px;
  }

  .sote-news-page .sote-journal-lead {
    grid-template-rows: 250px auto;
  }

  .sote-news-page .sote-journal-lead__content {
    padding: 26px;
  }

  .sote-news-page .sote-journal-lead h2 {
    font-size: 30px !important;
  }

  .sote-news-page .sote-journal-featured__side {
    grid-template-columns: 1fr;
  }

  .sote-news-page .sote-journal-compact {
    grid-template-rows: 210px auto;
  }

  .sote-news-page .sote-journal-latest {
    padding: 68px 0;
  }

  .sote-news-page .sote-journal-card-grid {
    grid-template-columns: 1fr;
  }

  .sote-news-page .sote-journal-card__image {
    height: 230px;
  }

  .sote-news-page .sote-journal-card--statement .sote-journal-card__content {
    min-height: 340px;
  }

  .sote-news-page .sote-journal-apps {
    padding: 68px 0;
  }

  .sote-news-page .sote-journal-apps__inner {
    padding: 32px 28px;
  }

  .sote-news-page .sote-journal-apps__actions,
  .sote-news-page .sote-journal-apps__actions .cityride-btn {
    width: 100%;
  }
}
