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

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

.sote-contact-hero {
  padding: 92px 0 42px;
  background:
    linear-gradient(120deg, rgba(23, 18, 13, 0.88) 0%, rgba(23, 18, 13, 0.76) 52%, rgba(23, 18, 13, 0.32) 100%),
    url("../images/backgrounds/taxi-banner2.jpg") center/cover no-repeat;
}

.sote-contact-hero__content h1 {
  margin: 18px 0 16px;
  max-width: 720px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
  color: #ffffff;
}

.sote-contact-hero__content p {
  margin: 0;
  max-width: 620px;
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.78);
}

.sote-contact-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.sote-contact-hero__chips span,
.sote-contact-coverage__tags span {
  display: inline-flex;
  padding: 11px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.sote-contact-hero__card {
  padding: 30px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 249, 240, 0.92);
  box-shadow: 0 26px 70px rgba(23, 18, 13, 0.22);
}

.sote-contact-hero__card h2 {
  margin: 0 0 18px;
  font-size: 28px;
}

.sote-contact-hero__list {
  margin: 0 0 24px;
}

.sote-contact-hero__list li {
  padding: 16px 0;
  border-bottom: 1px solid rgba(23, 18, 13, 0.08);
}

.sote-contact-hero__list li:last-child {
  border-bottom: 0;
}

.sote-contact-hero__list span {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sote-muted-soft);
}

.sote-contact-hero__list a,
.sote-contact-hero__list strong {
  color: var(--sote-ink);
  font-size: 18px;
  line-height: 1.5;
}

.sote-contact-lanes {
  margin-top: -18px;
  padding-bottom: 28px;
}

.sote-contact-lane {
  height: 100%;
  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-contact-lane__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-contact-lane h2,
.sote-contact-form-wrap__head h2,
.sote-contact-side__content h2,
.sote-contact-coverage__content h2,
.sote-contact-faq-strip__copy h2 {
  margin: 18px 0 12px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.08;
}

.sote-contact-lane p,
.sote-contact-form-wrap__head p,
.sote-contact-side__content p,
.sote-contact-coverage__content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
}

.sote-contact-form-section,
.sote-contact-coverage {
  padding: 84px 0;
}

.sote-contact-form-wrap,
.sote-contact-side,
.sote-contact-coverage__inner {
  height: 100%;
  border-radius: 34px;
  background: #ffffff;
  border: 1px solid rgba(23, 18, 13, 0.08);
  box-shadow: 0 18px 52px rgba(23, 18, 13, 0.08);
}

.sote-contact-form-wrap {
  display: flex;
  flex-direction: column;
  padding: 34px;
}

.sote-contact-form-wrap__head {
  max-width: 640px;
}

.sote-contact-form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin-top: 28px;
}

.sote-contact-form__grid {
  display: grid;
  flex: 1 1 auto;
  align-content: start;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 24px;
}

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

.sote-contact-form__field label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--sote-ink);
}

.sote-contact-form__field input,
.sote-contact-form__field select,
.sote-contact-form__field textarea {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(23, 18, 13, 0.12);
  background: rgba(246, 239, 228, 0.48);
  color: var(--sote-ink);
  font-size: 15px;
}

.sote-contact-form__field textarea {
  min-height: 160px;
  padding: 18px;
  resize: vertical;
}

.sote-contact-side {
  overflow: hidden;
}

.sote-contact-side--contact {
  display: flex;
  overflow: visible;
  background:
    radial-gradient(circle at top left, rgba(244, 180, 0, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 249, 240, 0.98) 0%, rgba(246, 239, 228, 0.96) 100%);
}

.sote-contact-side img,
.sote-contact-coverage__visual img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.sote-contact-side__content {
  padding: 28px;
}

.sote-contact-side--contact .sote-contact-side__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  gap: 28px;
  padding: 34px;
}

.sote-contact-side--contact .sote-v2-eyebrow {
  align-self: flex-start;
}

.sote-contact-side__body {
  display: grid;
  gap: 0;
  align-content: start;
}

.sote-contact-side--contact .sote-contact-hero__list {
  margin: 24px 0 0;
}

.sote-contact-side--contact .sote-contact-hero__list li {
  min-height: 54px;
}

.sote-contact-side__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.sote-contact-side__actions .cityride-btn {
  flex: 1 1 220px;
  justify-content: center;
}

.sote-contact-side__content ul {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
}

.sote-contact-side__content li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.sote-contact-side__content i {
  margin-top: 4px;
  color: #c98d00;
}

.sote-contact-coverage__inner {
  padding: 36px;
  background: linear-gradient(180deg, rgba(255, 249, 240, 0.94) 0%, rgba(246, 239, 228, 0.9) 100%);
}

.sote-contact-coverage__content {
  max-width: 520px;
}

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

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

.sote-contact-coverage__visual {
  overflow: hidden;
  border-radius: 30px;
}

.sote-contact-faq-strip {
  padding: 0 0 96px;
}

.sote-contact-faq-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 38px;
  border-radius: 34px;
  background: linear-gradient(135deg, #17120d 0%, #2a2118 100%);
}

.sote-contact-faq-strip__copy h2 {
  margin-top: 16px;
  color: #ffffff;
}

.sote-contact-faq-strip__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

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

  .sote-contact-faq-strip__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .sote-contact-hero {
    padding: 70px 0 36px;
  }

  .sote-contact-hero__card,
  .sote-contact-lane,
  .sote-contact-form-wrap,
  .sote-contact-side__content,
  .sote-contact-coverage__inner,
  .sote-contact-faq-strip__inner {
    padding: 24px;
  }

  .sote-contact-form-section,
  .sote-contact-coverage {
    padding: 72px 0;
  }

  .sote-contact-faq-strip__actions {
    width: 100%;
  }

  .sote-contact-faq-strip__actions .cityride-btn {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .sote-contact-hero__card,
  .sote-contact-side,
  .sote-contact-coverage__visual {
    margin-top: 24px;
  }
}

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

  .sote-contact-hero__card {
    margin-top: 18px;
  }
}

@media (max-width: 575px) {
  .sote-contact-hero__content h1 {
    font-size: 32px;
  }

  .sote-contact-lane h2,
  .sote-contact-form-wrap__head h2,
  .sote-contact-side__content h2,
  .sote-contact-coverage__content h2,
  .sote-contact-faq-strip__copy h2 {
    font-size: 28px;
  }

  .sote-contact-hero__list a,
  .sote-contact-hero__list strong {
    font-size: 16px;
  }

  .sote-contact-hero__chips span,
  .sote-contact-coverage__tags span {
    width: 100%;
    justify-content: center;
  }
}

.sote-contact-hero {
  display: flex;
  align-items: center;
  min-height: 560px;
  padding: 104px 0 78px;
}

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

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