.contacts-v2 .desktop-nav a.is-active { color: var(--blue); }
.contacts-v2 .desktop-nav a.is-active::after { right: 0; }
.contacts-v2 .menu-button img { width: 24px; height: 24px; }
.contacts-v2 .footer-contact > span { display: inline-flex; align-items: center; gap: 8px; }
.contacts-v2 .footer-contact img { flex: 0 0 auto; }
.contacts-v2 .icon-blue { filter: invert(31%) sepia(92%) saturate(1830%) hue-rotate(201deg) brightness(91%) contrast(97%); }
.contacts-v2 .icon-cyan { filter: invert(65%) sepia(67%) saturate(2621%) hue-rotate(154deg) brightness(92%) contrast(89%); }
.contacts-v2 .icon-white { filter: brightness(0) invert(1); }
.contacts-v2 .icon-green { filter: invert(42%) sepia(63%) saturate(731%) hue-rotate(110deg) brightness(88%) contrast(91%); }

.contact-hero { padding: 72px 0 64px; background: var(--navy); color: #fff; }
.contact-hero-layout { display: grid; grid-template-columns: minmax(0,.93fr) minmax(520px,1.07fr); gap: 74px; align-items: center; }
.contact-hero-copy { max-width: 600px; }
.contact-hero-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 25px; color: #9fdef5; font-weight: 800; letter-spacing: .02em; }
.contact-hero-eyebrow img { width: 21px; height: 21px; }
.contact-hero-copy h1 { max-width: 580px; margin: 0; color: #fff; font-size: clamp(50px,3.8vw,56px); line-height: 1.03; letter-spacing: -.035em; }
.contact-hero-lead { max-width: 590px; margin: 28px 0 0; color: #c9d7e8; font-size: 18px; line-height: 1.55; }
.contact-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.contact-hero-actions .button { gap: 9px; }
.contact-hero-actions img { width: 19px; height: 19px; }
.contact-button-outline { color: #fff; background: transparent; border-color: #3e7eb1; }
.contact-ai-note { display: grid; grid-template-columns: auto 1fr; gap: 13px; margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(165,203,234,.25); }
.contact-ai-note-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: rgba(14,168,213,.15); }
.contact-ai-note-icon img { width: 19px; height: 19px; }
.contact-ai-badge { display: block; margin-bottom: 5px; color: #43d5a1; font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.contact-ai-note strong { display: block; font-size: 16px; }
.contact-ai-note p { margin: 6px 0 0; color: #91a8c4; line-height: 1.5; }

.contact-form-panel { padding: 34px; border-radius: var(--radius); background: #fff; color: var(--ink); box-shadow: 0 22px 70px rgba(0,0,0,.22); }
.contact-panel-kicker, .contact-section-kicker { display: block; margin-bottom: 12px; color: var(--blue); font-size: 13px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact-form-panel h2 { margin: 0; font-size: 34px; line-height: 1.08; letter-spacing: -.035em; }
.contact-form-panel > p { margin: 16px 0 24px; color: var(--muted); line-height: 1.55; }
.contact-lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-lead-form label { display: grid; gap: 7px; color: #3f5068; font-size: 13px; font-weight: 750; }
.contact-lead-form input, .contact-lead-form textarea { width: 100%; min-width: 0; min-height: 48px; padding: 11px 13px; border: 1px solid #c6d7e9; border-radius: 6px; outline: 0; background: #fbfdff; color: var(--ink); font: inherit; font-size: 16px; font-weight: 400; transition: border-color .16s ease, box-shadow .16s ease; }
.contact-lead-form textarea { min-height: 84px; resize: vertical; }
.contact-lead-form input:focus, .contact-lead-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11,100,223,.1); }
.contact-field-wide, .contact-lead-form .button, .contact-lead-form small { grid-column: 1 / -1; }
.contact-lead-form .button { width: 100%; border: 0; cursor: pointer; }
.contact-lead-form small { color: #71839a; line-height: 1.4; }
.contact-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.contact-topics { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4,1fr); margin-top: 2px; border-block: 1px solid rgba(165,203,234,.24); }
.contact-topic { min-height: 92px; display: flex; align-items: center; gap: 12px; padding: 20px; color: #c9d7e8; font-size: 14px; font-weight: 700; line-height: 1.4; border-right: 1px solid rgba(165,203,234,.2); }
.contact-topic:last-child { border-right: 0; }
.contact-topic img { flex: 0 0 auto; width: 20px; height: 20px; }

.contact-context-band { background: #0b2a52; color: #fff; }
.contact-context-layout { min-height: 205px; display: grid; grid-template-columns: minmax(340px,.85fr) minmax(420px,1fr); align-items: center; gap: 72px; }
.contact-context-layout h2 { margin: 0; color: #fff; font-size: 38px; line-height: 1.12; letter-spacing: -.04em; }
.contact-context-layout p { margin: 0; color: #b8c8dc; font-size: 18px; line-height: 1.6; }

.contact-section { padding: 96px 0; }
.contact-section--soft { background: var(--soft); }
.contact-section-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(380px,.72fr); gap: 80px; align-items: end; margin-bottom: 46px; }
.contact-section-heading h2 { margin: 0; font-size: clamp(36px,3.4vw,50px); line-height: 1; letter-spacing: -.05em; }
.contact-section-heading > p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.55; }
.contact-channels-row { display: grid; grid-template-columns: repeat(4,1fr); border-block: 1px solid var(--line); }
.contact-channel-item { position: relative; min-height: 250px; display: flex; flex-direction: column; padding: 30px 28px; border-right: 1px solid var(--line); color: inherit; transition: background .18s ease, transform .18s ease; }
.contact-channel-item:first-child { border-left: 1px solid var(--line); }
.contact-channel-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50%; background: #eaf4ff; }
.contact-channel-icon img { width: 27px; height: 27px; }
.contact-channel-item small { color: var(--blue); font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.contact-channel-item strong { margin-top: 14px; font-size: 23px; letter-spacing: -.025em; }
.contact-channel-value { margin-top: 10px; color: var(--muted); line-height: 1.45; overflow-wrap: anywhere; }
.contact-channel-arrow { position: absolute; right: 24px; bottom: 26px; width: 18px; height: 18px; }

.contact-steps-line { width: calc(75% + 22.5px); height: 1px; margin: 0 0 -19px; transform: translateX(31px); background: #77a9ed; }
.contact-steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; }
.contact-step-item { position: relative; padding: 0 12px; }
.contact-step-number { position: relative; z-index: 1; width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 34px; border-radius: 50%; background: var(--blue); color: #fff; font-weight: 850; box-shadow: 0 0 0 8px var(--soft); }
.contact-step-item h3 { margin: 0; font-size: 22px; letter-spacing: -.03em; }
.contact-step-item p { margin: 11px 0 0; color: var(--muted); line-height: 1.55; }

.contact-prepare { padding: 72px 0; background: #fff; }
.contact-prepare-layout { display: grid; grid-template-columns: 1.15fr repeat(3,1fr) auto; align-items: stretch; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.contact-prepare-title, .contact-prepare-item { min-height: 148px; display: flex; align-items: center; gap: 16px; padding: 26px; border-right: 1px solid var(--line); }
.contact-prepare-title { background: #f7fbff; }
.contact-prepare-title > img { width: 34px; height: 34px; }
.contact-prepare-title span { color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.contact-prepare-title h3 { margin: 7px 0 0; font-size: 27px; letter-spacing: -.04em; }
.contact-prepare-item { align-items: flex-start; padding-top: 38px; color: #43556d; line-height: 1.5; }
.contact-prepare-item img { flex: 0 0 auto; width: 21px; height: 21px; margin-top: 1px; }
.contact-prepare-layout > .button { align-self: center; margin: 0 24px; white-space: nowrap; }

@media (hover:hover) and (pointer:fine) {
  .contact-button-outline:hover { border-color: #80caf0; background: rgba(255,255,255,.05); }
  .contact-channel-item[href]:hover { background: #f5faff; transform: translateY(-3px); }
}
.contact-channel-item[href]:active { transform: scale(.97); }

@media (max-width:1100px) {
  .contact-hero-layout { grid-template-columns: .9fr 1.1fr; gap: 42px; }
  .contact-hero-copy h1 { font-size: 56px; }
  .contact-prepare-layout { grid-template-columns: 1.1fr repeat(3,1fr); }
  .contact-prepare-layout > .button { grid-column: 1 / -1; width: calc(100% - 48px); margin: 20px 24px 24px; }
  .contact-prepare-item:nth-of-type(3) { border-right: 0; }
}

@media (max-width:900px) {
  .contact-hero { padding: 54px 0 60px; }
  .contact-hero-layout { grid-template-columns: 1fr; gap: 46px; }
  .contact-hero-copy { max-width: 680px; }
  .contact-hero-copy h1 { font-size: clamp(46px,7vw,56px); }
  .contact-topics { grid-template-columns: repeat(2,1fr); }
  .contact-topic:nth-child(2) { border-right: 0; }
  .contact-topic:nth-child(3), .contact-topic:nth-child(4) { border-top: 1px solid rgba(165,203,234,.2); }
  .contact-context-layout { grid-template-columns: 1fr 1fr; gap: 36px; padding-block: 44px; }
  .contact-section { padding: 76px 0; }
  .contact-section-heading { grid-template-columns: 1fr; gap: 22px; }
  .contact-channels-row { grid-template-columns: repeat(2,1fr); }
  .contact-channel-item:nth-child(2) { border-right: 0; }
  .contact-channel-item:nth-child(3), .contact-channel-item:nth-child(4) { border-top: 1px solid var(--line); }
  .contact-channel-item:nth-child(3) { border-left: 1px solid var(--line); }
  .contact-steps-line { display: none; }
  .contact-steps-grid { grid-template-columns: repeat(2,1fr); gap: 42px 30px; }
  .contact-step-item { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 0; }
  .contact-step-number { margin: 0; }
  .contact-prepare-layout { grid-template-columns: 1fr 1fr; }
  .contact-prepare-title { grid-column: 1 / -1; border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-prepare-item { border-bottom: 1px solid var(--line); }
  .contact-prepare-item:nth-of-type(2) { border-right: 0; }
  .contact-prepare-item:nth-of-type(3) { grid-column: 1 / -1; border-right: 0; }
}

@media (max-width:580px) {
  .contact-hero { padding: 44px 0 46px; }
  .contact-hero-eyebrow { margin-bottom: 20px; font-size: 14px; }
  .contact-hero-copy h1 { font-size: 43px; line-height: 1.01; }
  .contact-hero-lead { margin-top: 22px; font-size: 17px; }
  .contact-hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .contact-hero-actions .button { padding-inline: 12px; }
  .contact-ai-note { margin-top: 28px; }
  .contact-form-panel { padding: 24px 20px; }
  .contact-form-panel h2 { font-size: 29px; }
  .contact-lead-form { grid-template-columns: 1fr; }
  .contact-lead-form label, .contact-field-wide, .contact-lead-form .button, .contact-lead-form small { grid-column: 1; }
  .contact-topics { grid-template-columns: 1fr; }
  .contact-topic { min-height: 70px; border-right: 0; border-top: 1px solid rgba(165,203,234,.2); }
  .contact-topic:first-child { border-top: 0; }
  .contact-context-layout { grid-template-columns: 1fr; gap: 18px; }
  .contact-context-layout h2 { font-size: 31px; }
  .contact-context-layout p { grid-column: 1; font-size: 16px; }
  .contact-section { padding: 62px 0; }
  .contact-section-heading { margin-bottom: 32px; }
  .contact-section-heading h2 { font-size: 40px; }
  .contact-section-heading > p { font-size: 16px; }
  .contact-channels-row { grid-template-columns: 1fr; }
  .contact-channel-item { min-height: 185px; border-right: 0; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .contact-channel-item:first-child { border-top: 0; }
  .contact-channel-icon { margin-bottom: 17px; }
  .contact-steps-grid { grid-template-columns: 1fr; gap: 34px; }
  .contact-step-item { grid-template-columns: 42px 1fr; }
  .contact-step-number { width: 36px; height: 36px; }
  .contact-prepare { padding: 50px 0; }
  .contact-prepare-layout { grid-template-columns: 1fr; }
  .contact-prepare-title, .contact-prepare-item { grid-column: 1; min-height: auto; border-right: 0; }
  .contact-prepare-item { padding: 24px; }
  .contact-prepare-layout > .button { grid-column: 1; width: calc(100% - 40px); margin: 20px; }
}

@media (prefers-reduced-motion:reduce) {
  .contacts-v2 *, .contacts-v2 *::before, .contacts-v2 *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Contacts v3: approved form-first hero */
.contacts-v2 .contact-hero {
  padding: 30px 0 20px;
  background: #f8fbff;
  color: var(--ink);
}

.contacts-v2 .contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(620px, 1.12fr);
  align-items: start;
  column-gap: 52px;
  row-gap: 30px;
}

.contacts-v2 .contact-hero-copy {
  grid-column: 1;
  grid-row: 1;
  max-width: none;
  padding-top: 70px;
}

.contacts-v2 .contact-hero-copy h1 {
  max-width: 570px;
  margin: 0 0 26px;
  color: var(--ink);
  font-size: clamp(48px, 3.7vw, 56px);
  line-height: 1.08;
  letter-spacing: -.045em;
  font-weight: 800;
}

.contacts-v2 .contact-hero-lead {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}

.contacts-v2 .contact-route-area {
  position: relative;
  grid-column: 1;
  grid-row: 2;
  padding-right: 26px;
}

.contacts-v2 .contact-route-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contacts-v2 .contact-route-step {
  min-width: 0;
}

.contacts-v2 .contact-route-step-top {
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
}

.contacts-v2 .contact-route-number {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--blue);
  border-radius: 50%;
  color: var(--blue);
  font-size: 22px;
  font-weight: 800;
}

.contacts-v2 .contact-route-arrow {
  position: absolute;
  top: 50%;
  left: calc(50% + 47px);
  width: 28px;
  height: 28px;
  transform: translate(-50%, -50%);
}

.contacts-v2 .contact-route-step strong {
  min-height: 40px;
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.34;
}

.contacts-v2 .contact-route-area::after {
  position: absolute;
  top: 29px;
  right: -26px;
  width: 38px;
  border-top: 2px dashed rgba(11, 100, 223, .72);
  content: "";
}

.contacts-v2 .contact-route-to-form {
  position: absolute;
  top: 16px;
  right: -48px;
  width: 28px;
  height: 28px;
}

.contacts-v2 .contact-form-panel {
  min-height: 0;
  grid-column: 2;
  grid-row: 1 / span 2;
  padding: 30px 34px 24px;
  border: 1px solid #b9d4f6;
  border-top: 4px solid var(--blue);
  border-radius: var(--radius);
  background: var(--soft);
  color: var(--ink);
  box-shadow: 0 16px 42px rgba(6, 27, 58, .09);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.contacts-v2 .contact-form-panel:focus-within {
  border-color: #7cb0f2;
  border-top-color: var(--blue);
  box-shadow: 0 22px 54px rgba(6, 27, 58, .14), 0 0 0 3px rgba(11, 100, 223, .08);
}

.contacts-v2 .contact-form-eyebrow {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 6px 10px;
  border: 1px solid rgba(11, 100, 223, .22);
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
}

.contacts-v2 .contact-form-eyebrow img {
  width: 17px;
  height: 17px;
}

.contacts-v2 .contact-form-panel h2 {
  max-width: 650px;
  margin: 0 0 10px;
  font-size: clamp(30px, 2.15vw, 34px);
  line-height: 1.08;
  letter-spacing: -.035em;
  font-weight: 800;
}

.contacts-v2 .contact-form-panel > p {
  max-width: 590px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.contacts-v2 .contact-lead-form {
  grid-template-columns: 1fr 1fr;
  gap: 10px 14px;
}

.contacts-v2 .contact-lead-form label {
  gap: 6px;
}

.contacts-v2 .contact-lead-form input,
.contacts-v2 .contact-lead-form textarea {
  border-color: var(--line-strong);
  border-radius: 6px;
  background: #fff;
}

.contacts-v2 .contact-lead-form input {
  height: 52px;
  min-height: 52px;
  padding: 0 16px;
}

.contacts-v2 .contact-lead-form textarea {
  height: 84px;
  min-height: 84px;
  padding: 15px 16px;
}

.contacts-v2 .contact-submit {
  min-height: 54px;
  margin-top: 2px;
  background: var(--blue);
}

.contacts-v2 .contact-form-reassurance,
.contacts-v2 .contact-form-status {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
}

.contacts-v2 .contact-form-reassurance {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #355b84;
  font-weight: 700;
}

.contacts-v2 .contact-form-reassurance img {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
}

.contacts-v2 .contact-form-status {
  min-height: 18px;
  color: var(--green);
  font-weight: 700;
}

.contacts-v2 .contact-form-status:empty {
  display: none;
}

.contacts-v2 .contact-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.contacts-v2 .contact-quick-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.contacts-v2 .contact-quick-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.contacts-v2 .contact-quick-item {
  min-height: 104px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 28px;
  border-left: 1px solid var(--line);
  transition: background .18s ease, transform .18s ease;
}

.contacts-v2 .contact-quick-item:last-child {
  border-right: 1px solid var(--line);
}

.contacts-v2 .contact-quick-item > img {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
}

.contacts-v2 .contact-quick-item span,
.contacts-v2 .contact-quick-item strong,
.contacts-v2 .contact-quick-item small {
  display: block;
}

.contacts-v2 .contact-quick-item strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
}

.contacts-v2 .contact-quick-item small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

@media (hover:hover) and (pointer:fine) {
  .contacts-v2 .contact-quick-item[href]:hover {
    background: #f5faff;
  }
}

.contacts-v2 .contact-quick-item[href]:active {
  transform: scale(.97);
}

@media (max-width:1120px) {
  .contacts-v2 .contact-hero-grid {
    grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr);
    gap: 34px;
  }

  .contacts-v2 .contact-hero-copy h1 {
    font-size: 48px;
  }

  .contacts-v2 .contact-route-steps {
    gap: 18px;
  }

  .contacts-v2 .contact-route-arrow {
    left: calc(50% + 35px);
  }

  .contacts-v2 .contact-route-area::after {
    right: -16px;
    width: 28px;
  }

  .contacts-v2 .contact-route-to-form {
    right: -32px;
  }

  .contacts-v2 .contact-form-panel {
    padding-inline: 32px;
  }

  .contacts-v2 .contact-quick-item {
    padding-inline: 18px;
  }
}

@media (max-width:980px) {
  .contacts-v2 .contact-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .contacts-v2 .contact-hero-copy {
    grid-column: 1;
    grid-row: auto;
    order: 1;
    padding-top: 8px;
  }

  .contacts-v2 .contact-form-panel {
    grid-column: 1;
    grid-row: auto;
    order: 2;
  }

  .contacts-v2 .contact-route-area {
    grid-column: 1;
    grid-row: auto;
    order: 3;
    padding-right: 0;
  }

  .contacts-v2 .contact-route-area::after,
  .contacts-v2 .contact-route-to-form {
    display: none;
  }

  .contacts-v2 .contact-quick-strip-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contacts-v2 .contact-quick-item:nth-child(3) {
    border-top: 1px solid var(--line);
  }

  .contacts-v2 .contact-quick-item:nth-child(4) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width:600px) {
  .contacts-v2 .contact-hero {
    padding: 24px 0;
  }

  .contacts-v2 .contact-hero-grid {
    gap: 24px;
  }

  .contacts-v2 .contact-hero-copy h1 {
    margin-bottom: 20px;
    font-size: clamp(40px, 11.8vw, 50px);
    line-height: 1;
  }

  .contacts-v2 .contact-hero-lead {
    font-size: 16px;
    line-height: 1.55;
  }

  .contacts-v2 .contact-form-panel {
    padding: 20px 18px 18px;
  }

  .contacts-v2 .contact-form-eyebrow {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .contacts-v2 .contact-form-panel h2 {
    font-size: 30px;
  }

  .contacts-v2 .contact-form-panel > p {
    font-size: 14px;
  }

  .contacts-v2 .contact-lead-form {
    grid-template-columns: 1fr;
  }

  .contacts-v2 .contact-field-wide {
    grid-column: auto;
  }

  .contacts-v2 .contact-route-steps {
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .contacts-v2 .contact-route-step {
    display: grid;
    grid-template-columns: 48px 1fr;
    column-gap: 14px;
    padding: 16px 0;
  }

  .contacts-v2 .contact-route-step + .contact-route-step {
    border-top: 1px solid var(--line);
  }

  .contacts-v2 .contact-route-step-top {
    grid-row: 1;
    height: auto;
    align-items: start;
  }

  .contacts-v2 .contact-route-number {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .contacts-v2 .contact-route-arrow {
    display: none;
  }

  .contacts-v2 .contact-route-step strong {
    min-height: auto;
    margin-top: 8px;
    font-size: 15px;
  }

  .contacts-v2 .contact-quick-strip-grid {
    grid-template-columns: 1fr;
  }

  .contacts-v2 .contact-quick-item {
    min-height: 82px;
    padding: 16px 12px;
    border-right: 1px solid var(--line);
    border-top: 1px solid var(--line);
  }

  .contacts-v2 .contact-quick-item:first-child {
    border-top: 0;
  }
}
