.sote-home {
  --cityride-base: #f4b400;
  --cityride-base-rgb: 244, 180, 0;
  --cityride-black: #17120d;
  --cityride-black-rgb: 23, 18, 13;
  --cityride-black2: #17120d;
  --cityride-black2-rgb: 23, 18, 13;
  --cityride-white: #ffffff;
  --cityride-white-rgb: 255, 255, 255;
  --cityride-white2: #f6efe4;
  --cityride-white2-rgb: 246, 239, 228;
  --cityride-text: #5e5449;
  --cityride-text-rgb: 94, 84, 73;
  --cityride-border-color: #e5d6bf;
  --cityride-border-color-rgb: 229, 214, 191;
  --sote-ink: #17120d;
  --sote-muted: #5e5449;
  --sote-muted-soft: #7a7065;
  --sote-base: #f4b400;
  --sote-base-deep: #cf9200;
  --sote-sand: #f6efe4;
  --sote-cream: #fff9f0;
  --sote-border: rgba(23, 18, 13, 0.12);
  --sote-shadow: 0 22px 70px rgba(23, 18, 13, 0.12);
  background: #fffdf8;
  color: var(--sote-muted);
}

.sote-home .page-wrapper {
  overflow-x: clip;
  overflow-y: visible;
  background: linear-gradient(180deg, #fffdf8 0%, #f7f0e6 100%);
}

.sote-home img {
  max-width: 100%;
  height: auto;
}

.sote-home h1,
.sote-home h2,
.sote-home h3,
.sote-home h4,
.sote-home h5,
.sote-home h6 {
  color: var(--sote-ink);
  letter-spacing: -0.04em;
}

.sote-home p {
  color: var(--sote-muted);
}

.sote-home [id] {
  scroll-margin-top: 120px;
}

.sote-topbar .container-fluid,
.sote-header .container-fluid {
  max-width: 1500px;
}

.sote-topbar .topbar__inner {
  border-radius: 0 0 28px 28px;
  background:
    radial-gradient(circle at top left, rgba(244, 180, 0, 0.24), transparent 34%),
    linear-gradient(135deg, #17120d 0%, #261f17 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  padding: 16px 28px;
}

.sote-topbar .topbar__info li {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.15;
  color: rgba(255, 255, 255, 0.8);
}

.sote-topbar .topbar__info__icon {
  width: 32px;
  height: 32px;
  margin-right: 9px;
  border: none;
  background-color: rgba(244, 180, 0, 0.16);
  color: var(--sote-base);
}

.sote-topbar .topbar__info li + li {
  margin-left: 28px;
}

.sote-topbar .topbar__info li:hover .topbar__info__icon {
  background-color: rgba(255, 255, 255, 0.16);
  color: var(--cityride-white);
}

.sote-topbar .topbar__login__icon {
  color: var(--sote-base);
}

.sote-topbar .topbar__login__inner,
.sote-topbar .topbar__login__inner a,
.sote-topbar .topbar__info a {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.sote-topbar .topbar__login a:hover,
.sote-topbar .topbar__info a:hover {
  color: var(--sote-base);
}

.sote-home .topbar__language .bootstrap-select > .dropdown-toggle,
.sote-home .topbar__language .bootstrap-select > .dropdown-toggle .filter-option,
.sote-home .topbar__language .bootstrap-select > .dropdown-toggle .filter-option-inner,
.sote-home .topbar__language .bootstrap-select > .dropdown-toggle .filter-option-inner-inner {
  color: rgba(255, 255, 255, 0.88) !important;
}

.sote-home .topbar__language .bootstrap-select > .dropdown-toggle::after {
  border-color: rgba(255, 255, 255, 0.74);
}

.sote-header,
.sote-home .sticky-header--cloned {
  background-color: rgba(255, 249, 240, 0.94);
  border-bottom: 1px solid var(--sote-border);
  backdrop-filter: blur(14px);
  z-index: 1001;
}

.sote-home .sticky-header--cloned {
  box-shadow: 0 14px 30px rgba(23, 18, 13, 0.08);
}

.sote-header .main-header__inner {
  min-height: 92px;
  gap: 24px;
}

.sote-header .main-header__right {
  flex: 1;
  gap: 28px;
}

.sote-header .main-header__nav {
  margin-right: 0;
  z-index: 1002;
}

.sote-home .main-menu .main-menu__list > li {
  padding: 33px 0;
}

.sote-home .main-menu .main-menu__list > li + li {
  margin-left: 34px;
}

.sote-home .main-menu .main-menu__list > li > a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sote-ink);
}

.sote-home .main-menu .main-menu__list > li.current > a,
.sote-home .main-menu .main-menu__list > li:hover > a {
  color: var(--sote-base-deep);
}

.sote-home .main-menu .main-menu__list > li > ul {
  border-radius: 22px;
  border: 1px solid var(--sote-border);
  box-shadow: 0 18px 50px rgba(23, 18, 13, 0.12);
  z-index: 1003;
}

.sote-home .main-menu .main-menu__list li.menu-open > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}

.sote-brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  position: relative;
  padding: 0;
}

.sote-brand::before {
  display: none;
}

.sote-brand__image {
  display: block;
  width: auto;
  height: 74px;
  max-width: none;
  object-fit: contain;
  background: transparent !important;
  image-rendering: auto;
  filter: drop-shadow(0 4px 10px rgba(23, 18, 13, 0.1));
}

.sote-footer .sote-brand__image {
  height: 84px;
  filter: none;
}

.mobile-nav__content .sote-brand__image {
  height: 84px;
}

.sote-header__cta {
  padding: 16px 24px;
  white-space: nowrap;
}

.sote-header__action-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sote-header__cta-dropdown {
  position: relative;
}

.sote-header__cta-toggle {
  border: 0;
  gap: 10px;
}

.sote-header__cta-caret {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: transform 0.2s ease;
}

.sote-header__cta-menu {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  min-width: 280px;
  margin: 0;
  padding: 12px 0;
  border-radius: 24px;
  border: 1px solid var(--sote-border);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 54px rgba(23, 18, 13, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 1004;
}

.sote-header__cta-menu li + li {
  border-top: 1px solid rgba(23, 18, 13, 0.06);
}

.sote-header__cta-menu a {
  display: block;
  padding: 13px 22px;
  color: var(--sote-ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.sote-header__cta-menu a:hover {
  background: rgba(244, 180, 0, 0.14);
  color: var(--sote-base-deep);
}

.sote-header__cta-dropdown:hover .sote-header__cta-menu,
.sote-header__cta-dropdown.menu-open .sote-header__cta-menu,
.sote-header__cta-dropdown:focus-within .sote-header__cta-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sote-header__cta-dropdown:hover .sote-header__cta-caret,
.sote-header__cta-dropdown.menu-open .sote-header__cta-caret,
.sote-header__cta-dropdown:focus-within .sote-header__cta-caret {
  transform: rotate(180deg);
}

.sote-header__app-toggle {
  border: 1px solid rgba(244, 180, 0, 0.28);
  background:
    radial-gradient(circle at top left, rgba(244, 180, 0, 0.22), transparent 44%),
    linear-gradient(135deg, #17120d 0%, #2c2218 100%);
  color: var(--cityride-white);
  box-shadow: 0 18px 34px rgba(23, 18, 13, 0.14);
}

.sote-header__app-toggle:hover,
.sote-header__cta-dropdown--apps.menu-open .sote-header__app-toggle,
.sote-header__cta-dropdown--apps:focus-within .sote-header__app-toggle {
  color: var(--cityride-white);
  border-color: rgba(244, 180, 0, 0.42);
  box-shadow: 0 22px 40px rgba(23, 18, 13, 0.18);
}

.sote-header__app-toggle .cityride-btn__icon {
  color: #ffd873;
}

.sote-header__cta-menu--apps {
  min-width: 332px;
  padding: 10px;
}

.sote-header__cta-menu--apps li + li {
  margin-top: 4px;
}

.sote-header__app-group {
  padding: 14px 14px 12px;
}

.sote-header__app-title {
  display: block;
  margin-bottom: 10px;
  color: #7d5920;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sote-header__cta-menu--apps a {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 14px;
  border-radius: 16px;
  color: var(--sote-ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
}

.sote-header__cta-menu--apps a + a {
  margin-top: 6px;
}

.sote-header__cta-menu--apps a i {
  width: 18px;
  text-align: center;
  color: #8f6400;
  font-size: 15px;
}

.sote-header__cta-menu--apps a:hover {
  background: rgba(244, 180, 0, 0.14);
  color: var(--sote-base-deep);
}

.sote-download-mobile,
.sote-register-mobile {
  display: none !important;
}

.sote-hero {
  position: relative;
  padding: 92px 0 56px;
  background:
    linear-gradient(110deg, rgba(23, 18, 13, 0.88) 0%, rgba(23, 18, 13, 0.76) 42%, rgba(23, 18, 13, 0.35) 100%),
    url("../images/backgrounds/taxi-banner1.jpg") center/cover no-repeat;
}

.sote-hero__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(244, 180, 0, 0.24), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.1), transparent 20%);
  pointer-events: none;
}

.sote-hero .container {
  position: relative;
  z-index: 1;
}

.sote-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(244, 180, 0, 0.12);
  border: 1px solid rgba(23, 18, 13, 0.08);
  color: var(--sote-ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sote-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--sote-base);
  box-shadow: 0 0 0 6px rgba(244, 180, 0, 0.16);
}

.sote-hero .sote-eyebrow,
.sote-services-hero .sote-eyebrow,
.sote-about-hero .sote-eyebrow,
.sote-contact-hero .sote-eyebrow,
.sote-faq-hero .sote-eyebrow,
.sote-blog-hero .sote-eyebrow,
.sote-news-hero .sote-eyebrow,
.sote-article-hero .sote-eyebrow,
.sote-cta .sote-eyebrow,
.sote-fleet-cta__inner .sote-eyebrow,
.sote-footer .sote-eyebrow {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--cityride-white);
}

.sote-section .sote-eyebrow,
.sote-driver-clean-section .sote-eyebrow,
.sote-driver-simple__panel .sote-eyebrow,
.sote-booking-main .sote-eyebrow,
.sote-fleet-main .sote-eyebrow,
.sote-about-section .sote-eyebrow,
.sote-services-section .sote-eyebrow,
.sote-contact-main .sote-eyebrow,
.sote-faq-main .sote-eyebrow,
.sote-blog-main .sote-eyebrow,
.sote-news-main .sote-eyebrow,
.sote-article-main .sote-eyebrow {
  background: rgba(244, 180, 0, 0.12);
  border-color: rgba(23, 18, 13, 0.08);
  color: var(--sote-ink);
}

.sote-hero__content h1 {
  margin: 20px 0 18px;
  max-width: 720px;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 0.98;
  color: var(--cityride-white);
}

.sote-hero__content p {
  max-width: 560px;
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
}

.sote-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
}

.sote-hero__actions .cityride-btn {
  padding: 18px 26px;
}

.sote-hero__services {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.sote-service-pill {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sote-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--cityride-white);
  font-weight: 700;
}

.sote-link-btn i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.12);
  transition: all 0.3s ease;
}

.sote-link-btn:hover {
  color: var(--sote-base);
}

.sote-link-btn:hover i {
  transform: translateX(2px);
  background-color: rgba(244, 180, 0, 0.16);
}

.sote-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 620px;
  margin-top: 28px;
}

.sote-stat {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.sote-stat strong {
  display: block;
  font-size: 28px;
  color: var(--cityride-white);
}

.sote-stat span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

.sote-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin: 22px 0 0;
}

.sote-hero__trust li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--cityride-white);
  font-size: 15px;
  font-weight: 600;
}

.sote-hero__trust i {
  color: var(--sote-base);
}

.sote-hero__visual {
  position: relative;
  padding: 28px 28px 110px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #fdf6eb 100%);
  box-shadow: var(--sote-shadow);
  overflow: hidden;
}

.sote-hero__visual::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(244, 180, 0, 0.16);
}

.sote-hero__signal,
.sote-hero__route {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 18px;
  border: 1px solid var(--sote-border);
  border-radius: 22px;
  background-color: rgba(255, 255, 255, 0.96);
}

.sote-hero__signal span,
.sote-hero__route__label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sote-muted-soft);
}

.sote-hero__signal strong {
  display: block;
  max-width: 300px;
  font-size: 18px;
  line-height: 1.4;
  color: var(--sote-ink);
}

.sote-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(244, 180, 0, 0.14);
  color: var(--sote-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.sote-booking-card {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, #17120d 0%, #262018 100%);
}

.sote-booking-card__intro {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background-color: rgba(244, 180, 0, 0.12);
  color: var(--sote-base);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sote-booking-card__title {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1.05;
  color: var(--cityride-white);
}

.sote-booking-card__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.74);
}

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

.sote-field--full {
  grid-column: 1 / -1;
}

.sote-field label {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.64);
}

.sote-field input,
.sote-field select {
  width: 100%;
  height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--cityride-white);
  outline: none;
  font-size: 15px;
  transition: all 0.3s ease;
}

.sote-field input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.sote-field input:focus,
.sote-field select:focus {
  border-color: rgba(244, 180, 0, 0.8);
  background: rgba(255, 255, 255, 0.12);
}

.sote-field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #ffffff 50%),
    linear-gradient(135deg, #ffffff 50%, transparent 50%);
  background-position: calc(100% - 20px) 24px, calc(100% - 14px) 24px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.sote-field option {
  color: var(--sote-ink);
}

.sote-booking-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
}

.sote-booking-card__footer p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.68);
}

.sote-booking-card__footer .cityride-btn {
  padding: 16px 26px;
}

.sote-hero__route {
  align-items: center;
  max-width: 72%;
  margin-top: 16px;
}

.sote-hero__route__value {
  display: block;
  margin-top: 6px;
  font-size: 20px;
  font-weight: 700;
  color: var(--sote-ink);
}

.sote-hero__car {
  position: absolute;
  right: -6px;
  bottom: -10px;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 340px;
  margin: 0;
  filter: drop-shadow(0 26px 40px rgba(23, 18, 13, 0.18));
}

.sote-section {
  position: relative;
  padding: 110px 0;
}

.sote-section--cities {
  background:
    radial-gradient(circle at top right, rgba(244, 180, 0, 0.1), transparent 24%),
    linear-gradient(180deg, #fffdf8 0%, #f8f1e8 100%);
}

.sote-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 46px;
}

.sote-section__head h2 {
  max-width: 700px;
  margin: 18px 0 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.02;
}

.sote-section__head p {
  max-width: 440px;
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
}

.sote-section__head--center {
  display: block;
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.sote-section__head--center p {
  max-width: none;
  margin: 18px auto 0;
}

.sote-city-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--sote-border);
  border-radius: 28px;
  background-color: var(--cityride-white);
  box-shadow: 0 18px 55px rgba(23, 18, 13, 0.08);
}

.sote-city-card__image {
  position: relative;
  aspect-ratio: 4 / 4.8;
  overflow: hidden;
}

.sote-city-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.sote-city-card:hover .sote-city-card__image img {
  transform: scale(1.06);
}

.sote-city-card__content {
  padding: 28px;
}

.sote-city-card__tag {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--sote-sand);
  color: var(--sote-muted-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sote-city-card__content h3 {
  margin: 0;
  font-size: 32px;
}

.sote-city-card__content p {
  margin: 14px 0 0;
  line-height: 1.7;
}

.sote-city-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

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

.sote-city-card__link i {
  color: var(--sote-base-deep);
  transition: transform 0.3s ease;
}

.sote-city-card__link:hover i {
  transform: translateX(4px);
}

.sote-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid var(--sote-border);
  border-radius: 999px;
  background: #fff8eb;
  color: var(--sote-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sote-presence {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.sote-presence__item {
  padding: 22px 24px;
  border: 1px solid var(--sote-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
}

.sote-presence__item span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sote-muted-soft);
}

.sote-presence__item strong {
  display: block;
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.3;
  color: var(--sote-ink);
}

.sote-spotlight {
  padding: 34px;
  border: 1px solid var(--sote-border);
  border-radius: 32px;
  background: linear-gradient(180deg, #f7f0e6 0%, #ffffff 100%);
  box-shadow: var(--sote-shadow);
}

.sote-spotlight__media {
  position: relative;
  height: 100%;
}

.sote-spotlight__image {
  min-height: 420px;
  height: 100%;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(23, 18, 13, 0.08), rgba(23, 18, 13, 0.28)),
    url("../images/backgrounds/taxi-banner2.jpg") center/cover no-repeat;
}

.sote-spotlight__badge {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(23, 18, 13, 0.14);
}

.sote-spotlight__badge span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sote-muted-soft);
}

.sote-spotlight__badge strong {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.35;
  color: var(--sote-ink);
}

.sote-spotlight__content {
  padding: 12px 0 12px 18px;
}

.sote-spotlight__content h2 {
  margin: 20px 0 18px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.02;
}

.sote-spotlight__content p {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
}

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

.sote-feature-card {
  height: 100%;
  padding: 24px;
  border: 1px solid var(--sote-border);
  border-radius: 24px;
  background: var(--cityride-white);
}

.sote-feature-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(244, 180, 0, 0.18), rgba(255, 217, 106, 0.34));
  color: var(--sote-ink);
  font-size: 24px;
}

.sote-feature-card h3 {
  margin: 18px 0 10px;
  font-size: 21px;
}

.sote-feature-card p {
  margin: 0;
  line-height: 1.7;
}

.sote-audiences {
  background:
    radial-gradient(circle at top right, rgba(244, 180, 0, 0.16), transparent 26%),
    linear-gradient(180deg, #17120d 0%, #272018 100%);
}

.sote-audiences .sote-section__head h2,
.sote-audiences .sote-audience-card h3 {
  color: var(--cityride-white);
}

.sote-audiences .sote-section__head p,
.sote-audiences .sote-audience-card p {
  color: rgba(255, 255, 255, 0.72);
}

.sote-audiences .sote-eyebrow {
  background: rgba(244, 180, 0, 0.16);
  border-color: rgba(244, 180, 0, 0.18);
  color: var(--cityride-white);
}

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

.sote-audience-card {
  height: 100%;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

.sote-audience-card__icon {
  width: 62px;
  height: 62px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(244, 180, 0, 0.16);
  color: var(--sote-base);
  font-size: 24px;
}

.sote-audience-card h3 {
  margin: 22px 0 14px;
  font-size: 28px;
}

.sote-audience-card ul {
  margin: 22px 0 28px;
  padding: 0;
  list-style: none;
}

.sote-audience-card li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--cityride-white);
  font-weight: 600;
}

.sote-audience-card li + li {
  margin-top: 12px;
}

.sote-audience-card li i {
  margin-top: 4px;
  color: var(--sote-base);
}

.sote-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--sote-base);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sote-text-link i {
  transition: transform 0.3s ease;
}

.sote-text-link:hover {
  color: var(--cityride-white);
}

.sote-text-link:hover i {
  transform: translateX(4px);
}

.sote-operations {
  padding: 110px 0;
}

.sote-operations__wrap {
  padding: 42px;
  border: 1px solid var(--sote-border);
  border-radius: 36px;
  background: var(--cityride-white);
  box-shadow: var(--sote-shadow);
}

.sote-operations__lead h2 {
  margin: 20px 0 18px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.02;
}

.sote-operations__lead p {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
}

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

.sote-operations__fact {
  padding: 12px 16px;
  border: 1px solid var(--sote-border);
  border-radius: 999px;
  background: #fff8eb;
  color: var(--sote-ink);
  font-weight: 700;
}

.sote-process {
  display: grid;
  gap: 18px;
}

.sote-process__item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 24px;
  border-radius: 24px;
  background: var(--sote-sand);
}

.sote-process__num {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--sote-ink);
  color: var(--cityride-white);
  font-family: var(--cityride-heading-font, "Lexend", serif);
  font-size: 20px;
  font-weight: 700;
}

.sote-process__content span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sote-muted-soft);
}

.sote-process__content h3 {
  margin: 8px 0 10px;
  font-size: 24px;
}

.sote-process__content p {
  margin: 0;
  line-height: 1.7;
}

.sote-app__panel {
  position: relative;
  overflow: hidden;
  padding: 44px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(244, 180, 0, 0.16), transparent 24%),
    linear-gradient(135deg, #17120d 0%, #2b2219 100%);
}

.sote-app__content {
  position: relative;
  z-index: 1;
}

.sote-app__content h2 {
  margin: 20px 0 18px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.02;
  color: var(--cityride-white);
}

.sote-app__content p {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.74);
}

.sote-check-list {
  display: grid;
  gap: 16px;
  margin: 28px 0 36px;
}

.sote-check-list__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: var(--cityride-white);
}

.sote-check-list__item i {
  margin-top: 6px;
  color: var(--sote-base);
}

.sote-store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.sote-store-btn {
  min-width: 220px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--cityride-white);
  transition: all 0.3s ease;
}

.sote-store-btn:hover {
  color: var(--cityride-white);
  border-color: rgba(244, 180, 0, 0.55);
  transform: translateY(-2px);
}

.sote-store-btn img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.sote-store-btn span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.sote-store-btn strong {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  color: var(--cityride-white);
}

.sote-app__image {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 30px 20px;
}

.sote-app__image::before {
  content: "";
  position: absolute;
  inset: 30px 40px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(244, 180, 0, 0.12));
}

.sote-app__image img {
  position: relative;
  z-index: 1;
  max-height: 520px;
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.32));
}

.sote-testimonial-card {
  height: 100%;
  padding: 28px;
  border: 1px solid var(--sote-border);
  border-radius: 28px;
  background: var(--cityride-white);
  box-shadow: 0 18px 50px rgba(23, 18, 13, 0.08);
}

.sote-testimonial-card__stars {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(244, 180, 0, 0.12);
  color: var(--sote-base-deep);
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.sote-testimonial-card__quote {
  margin: 22px 0 26px;
  font-size: 18px;
  line-height: 1.8;
  color: var(--sote-ink);
}

.sote-testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.sote-testimonial-card__author img {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  object-fit: cover;
}

.sote-testimonial-card__author strong {
  display: block;
  font-size: 18px;
  color: var(--sote-ink);
}

.sote-testimonial-card__author span {
  display: block;
  margin-top: 4px;
  color: var(--sote-muted-soft);
}

.sote-cta {
  padding-bottom: 110px;
}

.sote-cta__inner {
  position: relative;
  overflow: hidden;
  padding: 48px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.36), transparent 32%),
    linear-gradient(120deg, #f4b400 0%, #ffd766 100%);
  box-shadow: 0 22px 70px rgba(244, 180, 0, 0.2);
}

.sote-section--proof {
  background:
    radial-gradient(circle at top left, rgba(244, 180, 0, 0.08), transparent 22%),
    linear-gradient(180deg, #fffdf8 0%, #f6efe4 100%);
}

.sote-cta__content {
  position: relative;
  z-index: 1;
  max-width: 640px;
}

.sote-cta__content h2 {
  margin: 20px 0 20px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
}

.sote-cta__content p {
  max-width: 540px;
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(23, 18, 13, 0.76);
}

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

.sote-cta__actions .cityride-btn {
  padding: 18px 26px;
}

.sote-cta__car {
  position: absolute;
  right: 40px;
  bottom: 16px;
  max-width: 430px;
  filter: drop-shadow(0 30px 40px rgba(23, 18, 13, 0.16));
}

.sote-footer {
  position: relative;
  padding: 90px 0 32px;
  background:
    radial-gradient(circle at top right, rgba(244, 180, 0, 0.12), transparent 20%),
    linear-gradient(180deg, #17120d 0%, #0f0b08 100%);
}

.sote-footer__grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.8fr 1fr;
  gap: 32px;
}

.sote-footer__brand p {
  margin: 18px 0 28px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.8;
}

.sote-footer h3 {
  margin-bottom: 24px;
  font-size: 22px;
  color: var(--cityride-white);
}

.sote-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sote-footer li + li {
  margin-top: 12px;
}

.sote-footer a {
  color: rgba(255, 255, 255, 0.84);
  transition: all 0.3s ease;
}

.sote-footer a:hover {
  color: var(--sote-base);
}

.sote-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sote-footer__social a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.88);
}

.sote-footer__social a:hover {
  border-color: rgba(244, 180, 0, 0.65);
  background: rgba(244, 180, 0, 0.12);
  color: var(--sote-base);
}

.sote-footer__contact-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.06);
}

.sote-footer__contact-card strong {
  display: block;
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 1.4;
  color: var(--cityride-white);
}

.sote-footer__contact-card p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
}

.sote-footer__contact-card .cityride-btn {
  padding: 15px 24px;
}

.sote-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.sote-footer__bottom p {
  margin: 0;
  color: inherit;
}

.sote-footer__bottom a {
  color: rgba(255, 255, 255, 0.8);
}

.sote-footer__bottom ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

@media (max-width: 1399px) {
  .sote-home .main-menu .main-menu__list > li + li {
    margin-left: 24px;
  }

  .sote-header__cta {
    display: none;
  }

  .mobile-nav__content .sote-download-mobile,
  .mobile-nav__content .sote-register-mobile {
    display: list-item !important;
  }

  .sote-hero__stats {
    max-width: none;
  }

  .sote-cta__car {
    max-width: 360px;
    right: 10px;
  }
}

@media (max-width: 1199px) {
  .sote-header .main-header__inner {
    min-height: auto;
    padding: 20px 0;
  }

  .sote-hero {
    padding: 78px 0 52px;
  }

  .sote-hero__visual {
    margin-top: 14px;
    padding-bottom: 96px;
  }

  .sote-section,
  .sote-operations,
  .sote-cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .sote-section__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .sote-section__head p {
    max-width: 640px;
  }

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

  .sote-spotlight__content {
    padding: 28px 0 0;
  }

  .sote-presence {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sote-app__panel,
  .sote-operations__wrap,
  .sote-cta__inner {
    padding: 34px;
  }

  .sote-cta__car {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 34px;
    max-width: 320px;
  }

  .sote-hero__car {
    max-width: 280px;
  }

  .sote-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .sote-brand__image {
    height: 62px;
  }

  .sote-hero {
    padding: 68px 0 44px;
  }

  .sote-hero__content h1 {
    font-size: 42px;
  }

  .sote-hero__content p {
    font-size: 16px;
  }

  .sote-hero__stats,
  .sote-presence,
  .sote-booking-card__grid {
    grid-template-columns: 1fr;
  }

  .sote-hero__visual,
  .sote-booking-card,
  .sote-spotlight,
  .sote-app__panel,
  .sote-operations__wrap,
  .sote-cta__inner {
    padding: 24px;
  }

  .sote-hero__visual {
    padding: 22px 22px 86px;
    border-radius: 26px;
  }

  .sote-booking-card__footer,
  .sote-hero__signal,
  .sote-hero__route,
  .sote-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .sote-hero__route {
    max-width: 100%;
  }

  .sote-city-card__image {
    aspect-ratio: 4 / 3.6;
  }

  .sote-section,
  .sote-operations,
  .sote-cta {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .sote-store-buttons,
  .sote-cta__actions {
    width: 100%;
  }

  .sote-store-btn,
  .sote-cta__actions .cityride-btn,
  .sote-booking-card__footer .cityride-btn {
    width: 100%;
  }

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

  .sote-footer__bottom ul {
    gap: 12px;
  }

  .sote-hero__car {
    max-width: 210px;
    right: -18px;
    bottom: -6px;
  }
}

.sote-home .sote-hero__content h1 {
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.02;
}

.sote-home .sote-hero__content p,
.sote-home .sote-section__head p,
.sote-home .sote-spotlight__content p,
.sote-home .sote-operations__lead p,
.sote-home .sote-app__content p {
  font-size: 16px;
}

.sote-home .sote-section__head h2,
.sote-home .sote-spotlight__content h2,
.sote-home .sote-operations__lead h2,
.sote-home .sote-app__content h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
}

.sote-home .sote-booking-card__title {
  font-size: 28px;
}

.sote-home .sote-stat strong {
  font-size: 24px;
}

.sote-home .sote-feature-card h3,
.sote-home .sote-process__content h3 {
  font-size: 22px;
}

.sote-home-v2 {
  position: relative;
}

.sote-v2-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(244, 180, 0, 0.16);
  color: #7c5200;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sote-v2-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  color: var(--sote-ink);
}

.sote-v2-link-btn i {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(23, 18, 13, 0.08);
}

.sote-v2-hero {
  position: relative;
  padding: 92px 0 54px;
  background:
    linear-gradient(120deg, rgba(23, 18, 13, 0.9) 0%, rgba(23, 18, 13, 0.75) 44%, rgba(23, 18, 13, 0.22) 100%),
    url("../images/backgrounds/taxi-banner1.jpg") center/cover no-repeat;
}

.sote-v2-hero__content {
  max-width: 620px;
}

.sote-v2-hero__content h1 {
  margin: 18px 0 18px;
  font-size: clamp(40px, 5.4vw, 70px);
  line-height: 1;
  color: #ffffff;
}

.sote-v2-hero__content p {
  margin: 0;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.78);
}

.sote-v2-hero__service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.sote-v2-hero__service-tags span {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 700;
}

.sote-v2-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.sote-v2-hero__actions .sote-v2-link-btn {
  color: #ffffff;
}

.sote-v2-hero__actions .sote-v2-link-btn i {
  background: rgba(255, 255, 255, 0.12);
}

.sote-v2-hero__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.sote-v2-metric {
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}

.sote-v2-metric strong {
  display: block;
  margin-bottom: 8px;
  font-size: 26px;
  color: #ffffff;
}

.sote-v2-metric span {
  display: block;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
}

.sote-v2-showcase {
  position: relative;
  padding: 18px;
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255, 251, 245, 0.98) 0%, rgba(244, 236, 224, 0.98) 100%);
  box-shadow: 0 35px 90px rgba(23, 18, 13, 0.24);
  overflow: hidden;
}

.sote-v2-showcase::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  top: -120px;
  right: -80px;
  border-radius: 50%;
  background: rgba(244, 180, 0, 0.18);
}

.sote-v2-showcase__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.sote-v2-showcase__top h2 {
  margin: 14px 0 0;
  font-size: 34px;
  line-height: 1.04;
}

.sote-v2-showcase__focus {
  max-width: 210px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(23, 18, 13, 0.08);
}

.sote-v2-showcase__focus span,
.sote-v2-showcase__item span {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8e6200;
}

.sote-v2-showcase__focus strong,
.sote-v2-showcase__item strong {
  display: block;
  margin: 0;
  color: var(--sote-ink);
  font-size: 16px;
  line-height: 1.6;
}

.sote-v2-showcase__canvas {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 470px;
  padding: 12px 12px 0;
  border-radius: 30px;
  background:
    radial-gradient(circle at center, rgba(255, 217, 101, 0.96) 0%, rgba(255, 217, 101, 0.18) 38%, rgba(255, 255, 255, 0) 65%),
    linear-gradient(180deg, rgba(23, 18, 13, 0.03) 0%, rgba(23, 18, 13, 0) 100%);
  overflow: hidden;
}

.sote-v2-showcase__glow {
  position: absolute;
  inset: auto 48px 18px;
  height: 24px;
  border-radius: 999px;
  background: rgba(23, 18, 13, 0.16);
  filter: blur(18px);
}

.sote-v2-badge {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--sote-ink);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sote-v2-showcase__bottom {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 20px;
}

.sote-v2-showcase__item {
  padding: 22px 24px;
  border-radius: 28px;
  border: 1px solid rgba(23, 18, 13, 0.08);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 45px rgba(23, 18, 13, 0.08);
}

.sote-v2-showcase__car {
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: min(98%, 560px);
  z-index: 2;
  transform: translateX(-50%);
  pointer-events: none;
}

.sote-v2-overview {
  margin-top: -10px;
  padding-bottom: 36px;
}

.sote-v2-overview .sote-v2-section__head--center {
  padding-top: 18px;
}

.sote-v2-overview__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.sote-v2-overview__card {
  padding: 28px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(23, 18, 13, 0.08);
  box-shadow: 0 18px 46px rgba(23, 18, 13, 0.08);
}

.sote-v2-overview__icon,
.sote-v2-service-card__icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(244, 180, 0, 0.14);
  color: #8e6200;
  font-size: 22px;
}

.sote-v2-overview__card h2 {
  margin: 20px 0 10px;
  font-size: 24px;
}

.sote-v2-overview__card p,
.sote-v2-city-card__body p,
.sote-v2-service-card p,
.sote-v2-platform__content p,
.sote-v2-platform__item p,
.sote-v2-expansion__card p,
.sote-v2-app p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}

.sote-v2-section {
  padding: 96px 0;
}

.sote-v2-section--soft {
  background: linear-gradient(180deg, rgba(246, 239, 228, 0.6) 0%, rgba(255, 253, 248, 0) 100%);
}

.sote-v2-section--dark {
  background: linear-gradient(135deg, #17120d 0%, #2a2118 100%);
}

.sote-v2-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.sote-v2-section__head--center {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.sote-v2-section__head h2,
.sote-v2-app h2,
.sote-v2-cta__inner h2 {
  margin: 16px 0 0;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.06;
}

.sote-v2-section__head p {
  max-width: 540px;
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
}

.sote-v2-city-card {
  overflow: hidden;
  height: 100%;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(23, 18, 13, 0.08);
  box-shadow: 0 18px 45px rgba(23, 18, 13, 0.08);
}

.sote-v2-city-card img {
  width: 100%;
  aspect-ratio: 4 / 3.1;
  object-fit: cover;
}

.sote-v2-city-card__body {
  padding: 22px;
}

.sote-v2-city-card__body h3 a {
  color: inherit;
}

.sote-v2-city-card__body h3 a:hover {
  color: var(--sote-base-deep);
}

.sote-v2-city-card__body span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8e6200;
}

.sote-v2-city-card__body h3,
.sote-v2-service-card h3,
.sote-v2-platform__item h3,
.sote-v2-expansion__card h3 {
  margin: 0 0 10px;
  font-size: 24px;
}

.sote-v2-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.sote-v2-city-summary {
  margin-top: 28px;
}

.sote-v2-city-card__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: var(--sote-ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sote-v2-city-card__link:hover {
  color: var(--sote-base-deep);
}

.sote-v2-service-card {
  padding: 28px;
  min-height: 100%;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(23, 18, 13, 0.08);
}

.sote-v2-service-card h3 {
  margin-top: 18px;
}

.sote-v2-platform {
  padding: 38px;
  border-radius: 34px;
  background: #ffffff;
  border: 1px solid rgba(23, 18, 13, 0.08);
  box-shadow: 0 20px 54px rgba(23, 18, 13, 0.08);
}

.sote-v2-platform__media {
  position: relative;
}

.sote-v2-platform__media img {
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.sote-v2-platform__note {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(23, 18, 13, 0.82);
  backdrop-filter: blur(12px);
}

.sote-v2-platform__note span {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.sote-v2-platform__note strong {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6;
}

.sote-v2-platform__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 24px;
}

.sote-v2-platform__item {
  padding: 22px;
  border-radius: 24px;
  background: rgba(246, 239, 228, 0.58);
  border: 1px solid rgba(23, 18, 13, 0.08);
}

.sote-v2-expansion {
  color: rgba(255, 255, 255, 0.82);
}

.sote-v2-section--dark .sote-v2-section__head h2,
.sote-v2-section--dark .sote-v2-section__head p,
.sote-v2-expansion__card h3,
.sote-v2-expansion__card p,
.sote-v2-expansion__card a {
  color: #ffffff;
}

.sote-v2-section--dark .sote-v2-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
}

.sote-v2-expansion__card {
  padding: 28px;
  height: 100%;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.sote-v2-expansion__card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  font-weight: 700;
}

.sote-v2-expansion__hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  overflow: hidden;
  padding: 42px 42px 34px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at top left, rgba(244, 180, 0, 0.22), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.sote-v2-expansion__hero::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -180px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(244, 180, 0, 0.12);
  filter: blur(20px);
  transform: translateX(-50%);
}

.sote-v2-expansion__copy,
.sote-v2-expansion__meta {
  position: relative;
  z-index: 2;
}

.sote-v2-expansion__copy {
  max-width: 760px;
  text-align: center;
}

.sote-v2-expansion__label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sote-v2-expansion__copy h3 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.04;
  color: #ffffff;
}

.sote-v2-expansion__copy p {
  max-width: 660px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.76);
}

.sote-v2-expansion__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 26px;
}

.sote-v2-expansion__actions .sote-v2-link-btn {
  padding: 14px 18px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.sote-v2-expansion__actions .sote-v2-link-btn i {
  background: rgba(255, 255, 255, 0.14);
}

.sote-v2-expansion__visual {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 4px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.sote-v2-expansion__visual img {
  display: block;
  width: min(100%, 840px);
  filter: drop-shadow(0 38px 42px rgba(11, 8, 6, 0.28));
}

.sote-v2-expansion__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  max-width: 980px;
  margin-top: 4px;
}

.sote-v2-expansion__meta-item {
  padding: 20px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  text-align: center;
}

.sote-v2-expansion__meta-item strong,
.sote-v2-expansion__meta-item span {
  display: block;
}

.sote-v2-expansion__meta-item strong {
  margin-bottom: 8px;
  font-size: 18px;
  color: #ffffff;
}

.sote-v2-expansion__meta-item span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.sote-v2-app {
  max-width: 560px;
}

.sote-v2-app__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
}

.sote-v2-app__visual {
  padding: 28px;
  border-radius: 34px;
  background: linear-gradient(180deg, #17120d 0%, #2a2118 100%);
  text-align: center;
}

.sote-v2-app__visual img {
  max-width: 300px;
}

.sote-v2-cta {
  padding: 0 0 98px;
}

.sote-v2-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 36px 42px;
  border-radius: 34px;
  background: linear-gradient(135deg, #f4b400 0%, #ffd965 100%);
  box-shadow: 0 26px 60px rgba(207, 146, 0, 0.24);
}

.sote-v2-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 1199px) {
  .sote-v2-hero {
    padding: 82px 0 54px;
  }

  .sote-v2-overview__grid,
  .sote-v2-service-grid,
  .sote-v2-showcase__bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sote-v2-showcase__top {
    flex-direction: column;
  }

  .sote-v2-showcase__focus {
    max-width: none;
  }

  .sote-v2-section__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .sote-v2-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .sote-v2-expansion__hero {
    padding: 34px 32px 28px;
  }

  .sote-v2-expansion__meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .sote-v2-hero {
    padding: 68px 0 42px;
  }

  .sote-v2-hero__content h1 {
    font-size: 42px;
  }

  .sote-v2-hero__metrics,
  .sote-v2-overview__grid,
  .sote-v2-service-grid,
  .sote-v2-showcase__bottom {
    grid-template-columns: 1fr;
  }

  .sote-v2-showcase,
  .sote-v2-platform,
  .sote-v2-app__visual,
  .sote-v2-cta__inner {
    padding: 24px;
  }

  .sote-v2-expansion__hero {
    padding: 28px 24px 24px;
  }

  .sote-v2-expansion__visual {
    margin-top: 10px;
  }

  .sote-v2-expansion__visual img {
    width: min(100%, 560px);
  }

  .sote-v2-expansion__meta {
    grid-template-columns: 1fr;
  }

  .sote-v2-showcase__canvas {
    min-height: 320px;
    padding: 10px 16px 0;
  }

  .sote-v2-showcase__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .sote-v2-showcase__item,
  .sote-v2-overview__card,
  .sote-v2-service-card,
  .sote-v2-expansion__card {
    padding: 22px;
  }

  .sote-v2-showcase__car {
    bottom: -4px;
    width: min(100%, 350px);
  }

  .sote-v2-section {
    padding: 76px 0;
  }

  .sote-v2-expansion__copy h3 {
    font-size: 30px;
  }

  .sote-v2-app__actions,
  .sote-v2-cta__actions {
    width: 100%;
  }

  .sote-v2-app__actions .cityride-btn,
  .sote-v2-cta__actions .cityride-btn {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .sote-header__cta {
    display: none;
  }

  .mobile-nav__content .sote-download-mobile,
  .mobile-nav__content .sote-register-mobile {
    display: list-item !important;
  }

  .sote-header .main-header__right {
    gap: 14px;
  }

  .sote-header__action-group {
    gap: 10px;
  }

  .sote-v2-showcase {
    margin-top: 24px;
  }

  .sote-v2-platform__note {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
}

@media (max-width: 991px) {
  .sote-brand__image {
    height: 66px;
  }

  .sote-hero,
  .sote-v2-hero {
    padding-top: 60px;
  }

  .sote-v2-hero__content,
  .sote-v2-section__head p,
  .sote-v2-app {
    max-width: none;
  }

  .sote-v2-hero__actions {
    width: 100%;
  }

  .sote-v2-showcase__canvas {
    min-height: 300px;
  }

  .sote-v2-showcase__car {
    width: min(94%, 420px);
  }
}

@media (max-width: 767px) {
  .sote-header .main-header__right {
    gap: 10px;
  }

  .sote-v2-hero__content h1 {
    font-size: 36px;
    line-height: 1.06;
  }

  .sote-v2-hero__content p {
    font-size: 15px;
    line-height: 1.75;
  }

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

  .sote-v2-metric {
    padding: 16px;
    border-radius: 20px;
  }

  .sote-v2-metric strong {
    font-size: 22px;
  }

  .sote-v2-showcase {
    border-radius: 28px;
  }

  .sote-v2-showcase__top h2 {
    font-size: 28px;
  }

  .sote-v2-showcase__canvas {
    min-height: 280px;
  }

  .sote-v2-showcase__glow {
    inset: auto 20px 14px;
  }

  .sote-v2-showcase__car {
    width: min(92%, 300px);
    bottom: -2px;
  }

  .sote-v2-overview {
    margin-top: 0;
    padding-bottom: 18px;
  }

  .sote-v2-section__head h2,
  .sote-v2-app h2,
  .sote-v2-cta__inner h2 {
    font-size: 32px;
  }

  .sote-v2-city-card__body h3,
  .sote-v2-service-card h3,
  .sote-v2-platform__item h3,
  .sote-v2-expansion__card h3 {
    font-size: 22px;
  }

  .sote-v2-expansion__hero {
    border-radius: 28px;
  }

  .sote-v2-expansion__copy h3 {
    font-size: 24px;
  }

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

  .sote-v2-platform,
  .sote-v2-app__visual {
    border-radius: 28px;
  }

  .sote-v2-platform__note {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 16px;
  }

  .sote-v2-platform__note strong {
    font-size: 16px;
  }

  .sote-v2-app__visual img {
    max-width: 220px;
  }

  .sote-v2-section {
    padding: 68px 0;
  }
}

@media (max-width: 575px) {
  .sote-brand__image {
    height: 56px;
  }

  .sote-v2-hero__content h1 {
    font-size: 32px;
  }

  .sote-v2-hero__service-tags span {
    width: 100%;
    justify-content: center;
  }

  .sote-v2-section__head h2,
  .sote-v2-app h2,
  .sote-v2-cta__inner h2 {
    font-size: 28px;
  }

  .sote-v2-showcase,
  .sote-v2-platform,
  .sote-v2-app__visual,
  .sote-v2-cta__inner {
    padding: 20px;
  }
}

.sote-v2-hero {
  display: flex;
  align-items: center;
  min-height: 620px;
  padding: 110px 0 88px;
}

.sote-v2-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-v2-hero {
    min-height: 500px;
    padding: 78px 0 56px;
  }

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