.sote-contact-page .sote-contact-lanes {
  position: relative;
  z-index: 2;
  margin-top: -34px;
  padding: 0 0 72px;
}

.sote-contact-page .sote-contact-lane {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 32px;
  border: 1px solid rgba(23, 18, 13, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(23, 18, 13, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sote-contact-page .sote-contact-lane::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #f59e0b 0%, #ffc95f 100%);
  content: "";
}

.sote-contact-page .sote-contact-lane:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 70px rgba(23, 18, 13, 0.14);
}

.sote-contact-page .sote-contact-lane__icon {
  width: 58px;
  height: 58px;
  border-radius: 17px;
  background: #fff2d8;
  color: #b66c00;
  box-shadow: inset 0 0 0 1px rgba(245, 158, 11, 0.18);
}

.sote-contact-page .sote-contact-lane h2 {
  margin: 24px 0 10px;
  color: #17120d;
  font-size: 24px !important;
  line-height: 1.25 !important;
}

.sote-contact-page .sote-contact-lane p {
  color: #696158;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

.sote-contact-page .sote-contact-form-section {
  position: relative;
  padding: 88px 0;
  border-top: 1px solid rgba(23, 18, 13, 0.06);
  border-bottom: 1px solid rgba(23, 18, 13, 0.06);
  background:
    radial-gradient(circle at 8% 10%, rgba(245, 158, 11, 0.12), transparent 28%),
    #f7f4ef;
}

.sote-contact-page .sote-contact-form-wrap,
.sote-contact-page .sote-contact-side--contact {
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(23, 18, 13, 0.1);
}

.sote-contact-page .sote-contact-form-wrap {
  position: relative;
  overflow: hidden;
  padding: 42px;
  border: 1px solid rgba(23, 18, 13, 0.08);
  background: #ffffff;
}

.sote-contact-page .sote-contact-form-wrap::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, #f59e0b, #ffc95f);
  content: "";
}

.sote-contact-page .sote-contact-form-wrap__head h2,
.sote-contact-page .sote-contact-side__content h2,
.sote-contact-page .sote-contact-coverage__content h2,
.sote-contact-page .sote-contact-faq-strip__copy h2 {
  font-size: clamp(30px, 3vw, 42px) !important;
  line-height: 1.15 !important;
}

.sote-contact-page .sote-contact-form-wrap__head p {
  max-width: 590px;
  color: #696158;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

.sote-contact-page .sote-contact-form {
  margin-top: 32px;
}

.sote-contact-page .sote-contact-form__grid {
  gap: 20px;
}

.sote-contact-page .sote-contact-form__field label {
  margin-bottom: 9px;
  color: #332b24;
  font-size: 13px !important;
  font-weight: 700;
}

.sote-contact-page .sote-contact-form__field input,
.sote-contact-page .sote-contact-form__field select,
.sote-contact-page .sote-contact-form__field textarea {
  min-height: 58px;
  border: 1px solid #ddd6ce;
  border-radius: 13px;
  outline: 0;
  background: #fbfaf8;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.sote-contact-page .sote-contact-form__field input:focus,
.sote-contact-page .sote-contact-form__field select:focus,
.sote-contact-page .sote-contact-form__field textarea:focus {
  border-color: #f59e0b;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.12);
}

.sote-contact-page .sote-contact-side--contact {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 100% 0%, rgba(245, 158, 11, 0.28), transparent 36%),
    linear-gradient(145deg, #17120d 0%, #2c2117 100%);
}

.sote-contact-page .sote-contact-side--contact .sote-contact-side__content {
  padding: 42px;
}

.sote-contact-page .sote-contact-side--contact .sote-v2-eyebrow {
  display: inline-flex !important;
  align-self: flex-start !important;
  width: auto !important;
  max-width: max-content;
  color: #ffc55a !important;
}

.sote-contact-page .sote-contact-side--contact h2 {
  color: #ffffff !important;
}

.sote-contact-page .sote-contact-side--contact p {
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

.sote-contact-page .sote-contact-side--contact .sote-contact-hero__list li {
  padding: 17px 0;
  border-color: rgba(255, 255, 255, 0.12);
}

.sote-contact-page .sote-contact-side--contact .sote-contact-hero__list span {
  color: #ffc55a;
}

.sote-contact-page .sote-contact-side--contact .sote-contact-hero__list a,
.sote-contact-page .sote-contact-side--contact .sote-contact-hero__list strong {
  color: #ffffff;
  font-size: 16px !important;
}

.sote-contact-page .sote-contact-side--contact .cityride-btn:not(.cityride-btn--secondary) {
  border-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

.sote-contact-page .sote-contact-coverage {
  padding: 88px 0;
  background: #ffffff;
}

.sote-contact-page .sote-contact-coverage__inner {
  overflow: hidden;
  padding: 48px;
  border: 0;
  border-radius: 30px;
  background:
    radial-gradient(circle at 0% 100%, rgba(245, 158, 11, 0.24), transparent 32%),
    linear-gradient(135deg, #1c1610 0%, #31251a 100%);
  box-shadow: 0 26px 74px rgba(23, 18, 13, 0.16);
}

.sote-contact-page .sote-contact-coverage__content .sote-v2-eyebrow {
  display: inline-flex !important;
  width: auto !important;
  max-width: max-content;
  color: #ffc55a !important;
}

.sote-contact-page .sote-contact-coverage__content h2 {
  color: #ffffff !important;
}

.sote-contact-page .sote-contact-coverage__content p {
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
}

.sote-contact-page .sote-contact-coverage__tags span {
  padding: 11px 17px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.sote-contact-page .sote-contact-coverage__visual {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.25);
}

.sote-contact-page .sote-contact-coverage__visual img {
  min-height: 390px;
}

.sote-contact-page .sote-contact-faq-strip {
  padding: 0 0 96px;
  background: #ffffff;
}

.sote-contact-page .sote-contact-faq-strip__inner {
  position: relative;
  overflow: hidden;
  padding: 38px 42px;
  border: 1px solid rgba(23, 18, 13, 0.08);
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0.42), transparent 22%),
    linear-gradient(115deg, #f59e0b 0%, #ffbd3f 100%);
  box-shadow: 0 20px 54px rgba(181, 106, 0, 0.2);
}

.sote-contact-page .sote-contact-faq-strip__copy .sote-v2-eyebrow,
.sote-contact-page .sote-contact-faq-strip__copy h2 {
  color: #17120d;
}

.sote-contact-page .sote-contact-faq-strip__copy h2 {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .sote-contact-page .sote-contact-lanes {
    margin-top: 0;
    padding-top: 54px;
  }

  .sote-contact-page .sote-contact-side--contact {
    margin-top: 0;
  }

  .sote-contact-page .sote-contact-coverage__visual {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .sote-contact-page .sote-contact-lanes {
    padding: 44px 0 56px;
  }

  .sote-contact-page .sote-contact-lane {
    min-height: 0;
    padding: 26px;
  }

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

  .sote-contact-page .sote-contact-form-wrap,
  .sote-contact-page .sote-contact-side--contact .sote-contact-side__content,
  .sote-contact-page .sote-contact-coverage__inner {
    padding: 28px;
  }

  .sote-contact-page .sote-contact-form__grid {
    grid-template-columns: 1fr;
  }

  .sote-contact-page .sote-contact-form__field--full {
    grid-column: auto;
  }

  .sote-contact-page .sote-contact-coverage__visual img {
    min-height: 280px;
  }

  .sote-contact-page .sote-contact-faq-strip {
    padding-bottom: 70px;
  }

  .sote-contact-page .sote-contact-faq-strip__inner {
    padding: 30px 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sote-contact-page .sote-contact-lane {
    transition: none;
  }
}
