.contacts-page {
  --contact-violet: #8757ff;
  --contact-violet-soft: #b596ff;
  --contact-pink: #ff5da2;
  --contact-orange: #ff9848;
  --contact-cyan: #5ecbff;
  --contact-green: #51e0a7;
  --contact-paper: #f3f1ee;
  --contact-ink: #101119;
  overflow-x: clip;
  background: #060711;
  color: #f6f3ff;
}

.contacts-page .site-header {
  background: rgba(5, 6, 14, .72);
}

.contacts-page .main-nav a.is-active {
  color: #c5afff;
}

.contacts-page .main-nav a.is-active::after {
  width: 100%;
}

.contact-hero {
  position: relative;
  min-height: 880px;
  padding: 148px 0 102px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background:
    linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px),
    radial-gradient(circle at 74% 38%, rgba(96, 55, 198, .18), transparent 34%),
    #060711;
  background-size: 52px 52px, 52px 52px, auto, auto;
}

.contact-network {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .44;
  pointer-events: none;
}

.contact-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(125px);
  pointer-events: none;
}

.contact-hero__glow--violet {
  top: 60px;
  right: -210px;
  width: 620px;
  height: 620px;
  background: rgba(101, 51, 237, .17);
}

.contact-hero__glow--orange {
  bottom: -230px;
  left: 28%;
  width: 540px;
  height: 430px;
  background: rgba(255, 112, 54, .09);
}

.contact-hero__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(560px, 1.14fr);
  align-items: center;
  gap: clamp(52px, 7vw, 118px);
}

.contact-hero .breadcrumbs {
  margin-bottom: 35px;
}

.contact-hero .breadcrumbs b {
  color: #c3adff;
}

.contact-hero .eyebrow {
  margin-bottom: 25px;
}

.contact-hero h1 {
  max-width: 800px;
  margin-bottom: 28px;
  font-size: clamp(52px, 5.4vw, 84px);
  line-height: .98;
  letter-spacing: -.06em;
}

.contact-hero h1 em {
  color: var(--contact-violet-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.contact-hero__copy > p {
  max-width: 720px;
  color: #b5afc2;
  font-size: clamp(17px, 1.3vw, 21px);
  line-height: 1.72;
}

.contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 35px;
}

.contact-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 46px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.contact-hero__facts div {
  min-width: 0;
  padding: 18px 15px 0 0;
}

.contact-hero__facts div + div {
  padding-left: 17px;
  border-left: 1px solid rgba(255, 255, 255, .08);
}

.contact-hero__facts dt {
  color: #777283;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.contact-hero__facts dd {
  margin: 6px 0 0;
  color: #ece8f5;
  font-size: 12px;
  font-weight: 720;
  line-height: 1.4;
}

.contact-router {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(155, 116, 255, .24);
  border-radius: 24px;
  background: rgba(8, 8, 20, .82);
  box-shadow: 0 55px 130px rgba(0, 0, 0, .46), inset 0 0 100px rgba(118, 71, 255, .035);
  backdrop-filter: blur(18px);
}

.contact-router__head {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 14px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: #837e90;
  font: 750 9px/1 "SFMono-Regular", Consolas, monospace;
  letter-spacing: .11em;
}

.contact-router__head span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.contact-router__head i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--contact-green);
  box-shadow: 0 0 15px var(--contact-green);
  animation: contact-status 1.8s ease-in-out infinite;
}

.contact-router__head b {
  margin-left: auto;
  color: #b19af0;
  font-size: 8px;
}

@keyframes contact-status {
  50% { opacity: .35; transform: scale(.7); }
}

.contact-router__stage {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(128, 80, 255, .14), transparent 31%),
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: auto, 34px 34px, 34px 34px;
}

.contact-router__orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(154, 113, 255, .16);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.contact-router__orbit--one {
  width: 230px;
  height: 230px;
  animation: contact-orbit 19s linear infinite;
}

.contact-router__orbit--two {
  width: 390px;
  height: 390px;
  border-style: dashed;
  animation: contact-orbit 31s linear infinite reverse;
}

@keyframes contact-orbit {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.contact-router__core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 118px;
  height: 118px;
  place-content: center;
  border: 1px solid rgba(184, 154, 255, .55);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(180, 139, 255, .24), rgba(28, 14, 62, .93) 58%);
  box-shadow: 0 0 0 17px rgba(128, 80, 255, .035), 0 0 70px rgba(128, 80, 255, .26);
  text-align: center;
  transform: translate(-50%, -50%);
}

.contact-router__core span,
.contact-router__core b {
  display: block;
  font-size: 22px;
  line-height: .9;
  letter-spacing: -.04em;
}

.contact-router__core b {
  color: #a780ff;
  font-size: 28px;
}

.router-node {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px 8px 8px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 999px;
  background: rgba(9, 9, 21, .88);
  color: #a8a2b3;
  cursor: pointer;
  transition: border-color .24s ease, color .24s ease, background .24s ease, transform .24s ease;
}

.router-node i {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  color: #e9e4f4;
  font: 760 10px/1 "Ubuntu", sans-serif;
  font-style: normal;
}

.router-node span {
  font-size: 10px;
  font-weight: 740;
}

.router-node:hover,
.router-node:focus-visible,
.router-node.is-active {
  border-color: rgba(175, 139, 255, .68);
  outline: none;
  background: rgba(116, 68, 238, .17);
  color: #fff;
  transform: translateY(-2px);
}

.router-node.is-active i {
  background: var(--contact-violet);
  box-shadow: 0 0 20px rgba(135, 87, 255, .46);
}

.router-node--phone { top: 12%; left: 9%; }
.router-node--max-contact { top: 13%; right: 8%; }
.router-node--max { top: 44%; right: 4%; }
.router-node--email { right: 10%; bottom: 10%; }
.router-node--telemost { bottom: 9%; left: 7%; }
.router-node--vk { top: 44%; left: 3%; }

.contact-router__readout {
  min-height: 190px;
  padding: 26px 28px 29px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: linear-gradient(105deg, rgba(18, 12, 37, .96), rgba(8, 8, 18, .98));
}

.contact-router__readout > span {
  color: #9e79fa;
  font: 750 8px/1 "SFMono-Regular", Consolas, monospace;
  letter-spacing: .13em;
}

.contact-router__readout h2 {
  margin: 11px 0 8px;
  font-size: clamp(24px, 2.3vw, 33px);
}

.contact-router__readout p {
  max-width: 660px;
  margin: 0;
  color: #9e98a9;
  font-size: 13px;
  line-height: 1.58;
}

.contact-router__readout a {
  display: inline-flex;
  gap: 8px;
  margin-top: 14px;
  border-bottom: 1px solid rgba(181, 150, 255, .35);
  color: #c5afff;
  font-size: 12px;
  font-weight: 750;
}

.contact-router__readout a i {
  font-style: normal;
}

.contact-channels,
.contact-request,
.contact-next {
  position: relative;
  padding: clamp(92px, 8vw, 136px) 0;
}

.contact-channels {
  background: var(--contact-paper);
  color: var(--contact-ink);
}

.contact-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .62fr);
  align-items: end;
  gap: clamp(45px, 7vw, 110px);
  margin-bottom: 58px;
}

.contact-heading h2 {
  margin: 0;
  font-size: clamp(40px, 4.6vw, 68px);
  line-height: 1.02;
}

.contact-heading > p {
  margin: 0;
  color: #595862;
  font-size: 16px;
  line-height: 1.75;
}

.contact-channels .kicker {
  color: #7c4ee8;
}

.channel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(16, 17, 25, .14);
  border-left: 1px solid rgba(16, 17, 25, .14);
}

.channel-card {
  position: relative;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  align-items: flex-start;
  padding: 31px;
  overflow: hidden;
  border: 0;
  border-right: 1px solid rgba(16, 17, 25, .14);
  border-bottom: 1px solid rgba(16, 17, 25, .14);
  background: transparent;
  color: var(--contact-ink);
  text-align: left;
  cursor: pointer;
  transition: background .28s ease, color .28s ease, transform .28s ease;
}

.channel-card::after {
  position: absolute;
  right: -90px;
  bottom: -110px;
  width: 230px;
  height: 230px;
  border: 1px solid var(--card-accent, rgba(125, 78, 232, .18));
  border-radius: 50%;
  box-shadow: 0 0 0 34px color-mix(in srgb, var(--card-accent, #8757ff) 7%, transparent);
  content: "";
  transition: transform .35s ease;
}

.channel-card:hover,
.channel-card:focus-visible {
  z-index: 2;
  outline: none;
  background: #15131d;
  color: #fff;
  transform: translateY(-5px);
}

.channel-card:hover::after,
.channel-card:focus-visible::after {
  transform: scale(1.13);
}

.channel-card--phone { --card-accent: #f28b3c; }
.channel-card--max-contact { --card-accent: #3faaf6; }
.channel-card--max { --card-accent: #8761ff; }
.channel-card--email { --card-accent: #f25c9d; }
.channel-card--telemost { --card-accent: #40bb9f; }
.channel-card--vk { --card-accent: #557cf2; }

.channel-card__icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 43px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--card-accent) 42%, transparent);
  border-radius: 50%;
  color: var(--card-accent);
  font: 780 14px/1 "Ubuntu", sans-serif;
}

.channel-card > small {
  color: #76737d;
  font-size: 9px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.channel-card:hover > small,
.channel-card:focus-visible > small {
  color: #888391;
}

.channel-card h3 {
  margin: 10px 0 7px;
  font-size: 31px;
}

.channel-card strong {
  color: var(--card-accent);
  font-size: 14px;
}

.channel-card p {
  max-width: 370px;
  margin: 23px 0 28px;
  color: #5f5d67;
  font-size: 14px;
  line-height: 1.68;
}

.channel-card:hover p,
.channel-card:focus-visible p {
  color: #aaa5b2;
}

.channel-card > i {
  position: relative;
  z-index: 1;
  margin-top: auto;
  color: var(--card-accent);
  font-size: 11px;
  font-style: normal;
  font-weight: 770;
}

.copy-notice {
  min-height: 22px;
  margin: 18px 0 0;
  color: #6d45cd;
  font-size: 12px;
  font-weight: 720;
  text-align: center;
}

.contact-request {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .07);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px),
    #080812;
  background-size: 60px 60px, auto;
}

.contact-request__glow {
  position: absolute;
  top: 10%;
  right: -380px;
  width: 850px;
  height: 850px;
  border-radius: 50%;
  background: rgba(133, 75, 255, .12);
  filter: blur(140px);
}

.contact-request__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, .65fr) minmax(560px, 1fr);
  align-items: start;
  gap: clamp(58px, 8vw, 130px);
}

.contact-request__intro {
  position: sticky;
  top: 120px;
}

.contact-request__intro h2 {
  max-width: 650px;
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: 1.02;
}

.contact-request__intro > p {
  color: #aaa4b3;
  font-size: 16px;
  line-height: 1.75;
}

.request-guide {
  display: grid;
  gap: 0;
  margin: 38px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  list-style: none;
}

.request-guide li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.request-guide li > span {
  color: #9c79f5;
  font: 740 9px/1.4 "SFMono-Regular", Consolas, monospace;
}

.request-guide b {
  font-size: 14px;
}

.request-guide p {
  margin: 7px 0 0;
  color: #7f7988;
  font-size: 12px;
  line-height: 1.55;
}

.request-promise {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 26px;
  padding: 18px;
  border: 1px solid rgba(84, 218, 168, .2);
  background: rgba(84, 218, 168, .045);
}

.request-promise > i {
  width: 9px;
  height: 9px;
  flex: none;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--contact-green);
  box-shadow: 0 0 15px rgba(81, 224, 167, .5);
}

.request-promise div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.request-promise b {
  color: #d9f5e9;
  font-size: 12px;
}

.request-promise span {
  color: #82958e;
  font-size: 11px;
  line-height: 1.55;
}

.contact-hub-form {
  overflow: hidden;
  border: 1px solid rgba(158, 118, 255, .23);
  border-radius: 22px;
  background: rgba(14, 12, 27, .92);
  box-shadow: 0 55px 120px rgba(0, 0, 0, .32);
}

.contact-hub-form__head {
  display: flex;
  min-height: 61px;
  align-items: center;
  gap: 20px;
  padding: 0 27px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  color: #80798d;
  font: 750 8px/1 "SFMono-Regular", Consolas, monospace;
  letter-spacing: .12em;
}

.contact-hub-form__head > div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.contact-hub-form__head > div b {
  color: #b293ff;
  font-size: 8px;
}

.contact-hub-form__head > div i {
  width: 80px;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
}

.contact-hub-form__head > div i span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--contact-violet), var(--contact-pink));
  transition: width .25s ease;
}

.contact-hub-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 31px 31px 0;
}

.contact-field > span,
.contact-field legend {
  display: block;
  margin-bottom: 8px;
  color: #aea7b7;
  font-size: 11px;
  font-weight: 700;
}

.contact-field em,
.contact-channel-choice em {
  color: var(--contact-pink);
  font-style: normal;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 10px;
  outline: 0;
  background: rgba(4, 4, 11, .64);
  color: #f5f2fa;
  font: inherit;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-field input,
.contact-field select {
  min-height: 52px;
  padding: 0 15px;
}

.contact-field textarea {
  min-height: 150px;
  padding: 14px 15px;
  resize: vertical;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: rgba(157, 116, 255, .75);
  box-shadow: 0 0 0 4px rgba(135, 87, 255, .09);
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: #5f5a69;
}

.contact-field select {
  color-scheme: dark;
}

.contact-field > small,
.contact-channel-choice > small {
  display: block;
  min-height: 15px;
  padding-top: 5px;
  color: #ff7aaa;
  font-size: 9px;
}

.contact-field.is-invalid input,
.contact-field.is-invalid select,
.contact-field.is-invalid textarea,
.contact-channel-choice.is-invalid > div {
  border-color: rgba(255, 93, 162, .65);
}

.contact-field--wide {
  grid-column: 1 / -1;
}

.contact-channel-choice {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.contact-channel-choice > div {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 10px;
}

.contact-channel-choice label {
  position: relative;
  cursor: pointer;
}

.contact-channel-choice label + label {
  border-left: 1px solid rgba(255, 255, 255, .1);
}

.contact-channel-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.contact-channel-choice label span {
  display: grid;
  min-height: 48px;
  place-items: center;
  color: #777181;
  font-size: 9px;
  font-weight: 750;
  transition: background .2s ease, color .2s ease;
}

.contact-channel-choice input:checked + span {
  background: rgba(135, 87, 255, .2);
  color: #d9cbff;
}

.contact-channel-choice input:focus-visible + span {
  box-shadow: inset 0 0 0 2px #9e7afb;
}

.contact-consent {
  margin: 2px 31px 0;
}

.contact-consent > span:last-child {
  color: #8c8596;
  font-size: 10px;
  line-height: 1.55;
}

.contact-consent a {
  color: #b9a1f7;
  text-decoration: underline;
}

.contact-hub-form__submit {
  width: calc(100% - 62px);
  justify-content: center;
  margin: 25px 31px 0;
}

.contact-hub-form__note {
  margin: 13px 31px 0;
  color: #6f6978;
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
}

.contact-hub-form__status {
  min-height: 20px;
  margin: 8px 31px 27px;
  color: #ff7aaa;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.request-ready {
  margin: 0 18px 18px;
  padding: 25px;
  border: 1px solid rgba(81, 224, 167, .25);
  border-radius: 16px;
  background: rgba(27, 76, 57, .13);
}

.request-ready[hidden] {
  display: none;
}

.request-ready > span {
  color: var(--contact-green);
  font: 750 8px/1 "SFMono-Regular", Consolas, monospace;
  letter-spacing: .12em;
}

.request-ready h3 {
  margin: 11px 0 7px;
  font-size: 25px;
}

.request-ready > p {
  margin: 0;
  color: #8f9e97;
  font-size: 11px;
}

.request-ready pre {
  max-height: 220px;
  margin: 18px 0;
  padding: 16px;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 9px;
  background: rgba(2, 6, 4, .46);
  color: #cbd7d1;
  font: 500 10px/1.65 "SFMono-Regular", Consolas, monospace;
  white-space: pre-wrap;
}

.request-ready > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.request-ready .button {
  min-height: 43px;
  padding: 0 17px;
  font-size: 9px;
}

.contact-next {
  background: var(--contact-paper);
  color: var(--contact-ink);
}

.contact-heading--light .kicker {
  color: #7c4ee8;
}

.next-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(16, 17, 25, .14);
  border-left: 1px solid rgba(16, 17, 25, .14);
  list-style: none;
}

.next-steps li {
  min-height: 310px;
  padding: 29px;
  border-right: 1px solid rgba(16, 17, 25, .14);
  border-bottom: 1px solid rgba(16, 17, 25, .14);
}

.next-steps li > span {
  color: #7f50e9;
  font: 750 9px/1 "SFMono-Regular", Consolas, monospace;
}

.next-steps li > i {
  display: block;
  margin-top: 68px;
  color: #96929b;
  font-size: 8px;
  font-style: normal;
  font-weight: 750;
  letter-spacing: .1em;
}

.next-steps h3 {
  margin: 12px 0;
  font-size: 27px;
}

.next-steps p {
  max-width: 370px;
  margin: 0;
  color: #5f5d66;
  font-size: 13px;
  line-height: 1.68;
}

.contact-final {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  margin-top: 32px;
  padding: clamp(30px, 4vw, 55px);
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 50%, rgba(255, 133, 61, .34), transparent 27%),
    linear-gradient(120deg, #251245, #130f22 60%, #291426);
  color: #fff;
}

.contact-final span {
  color: #c4aaff;
  font-size: 9px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.contact-final h2 {
  margin: 11px 0 0;
  font-size: clamp(34px, 3.8vw, 57px);
  line-height: 1.03;
}

.contact-final > a {
  display: flex;
  min-width: 320px;
  align-items: center;
  gap: 15px;
  padding: 20px 24px;
  border: 1px solid rgba(255, 255, 255, .21);
  background: rgba(255, 255, 255, .07);
  color: #fff;
}

.contact-final > a small {
  color: #b5aabd;
  font-size: 9px;
}

.contact-final > a strong {
  font-size: 18px;
}

.contact-final > a i {
  margin-left: auto;
  color: var(--contact-orange);
  font-style: normal;
}

.contacts-footer {
  background: #04040a;
}

@media (min-width: 1600px) {
  .contacts-page {
    font-size: 17px;
  }

  .contact-hero {
    min-height: 950px;
    padding-top: 170px;
  }

  .contact-hero__layout {
    grid-template-columns: minmax(0, .84fr) minmax(680px, 1.16fr);
  }

  .contact-router__stage {
    min-height: 530px;
  }
}

@media (max-width: 1180px) {
  .contact-hero__layout {
    grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr);
    gap: 44px;
  }

  .router-node span {
    display: none;
  }

  .router-node {
    padding-right: 8px;
  }
}

@media (max-width: 980px) {
  .contact-hero {
    min-height: auto;
    padding: 122px 0 90px;
  }

  .contact-hero__layout,
  .contact-heading,
  .contact-request__layout {
    grid-template-columns: 1fr;
  }

  .contact-hero__copy,
  .contact-router {
    max-width: 800px;
  }

  .contact-heading {
    gap: 20px;
  }

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

  .contact-request__intro {
    position: static;
  }

  .contact-request__layout {
    gap: 52px;
  }
}

@media (max-width: 720px) {
  .contact-hero {
    padding-top: 108px;
  }

  .contact-hero h1 {
    font-size: clamp(43px, 12vw, 61px);
  }

  .contact-hero__facts {
    grid-template-columns: 1fr;
  }

  .contact-hero__facts div {
    padding: 14px 0;
  }

  .contact-hero__facts div + div {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-left: 0;
  }

  .contact-router__stage {
    display: grid;
    min-height: auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 120px 15px 30px;
  }

  .contact-router__core {
    top: 66px;
    width: 88px;
    height: 88px;
  }

  .contact-router__core span {
    font-size: 16px;
  }

  .contact-router__core b {
    font-size: 21px;
  }

  .contact-router__orbit--one {
    top: 66px;
    width: 122px;
    height: 122px;
  }

  .contact-router__orbit--two {
    display: none;
  }

  .router-node {
    position: static;
    justify-content: center;
    border-radius: 12px;
  }

  .router-node span {
    display: inline;
  }

  .contact-router__readout {
    min-height: 215px;
    padding: 23px 20px;
  }

  .channel-grid,
  .next-steps {
    grid-template-columns: 1fr;
  }

  .channel-card {
    min-height: 340px;
  }

  .contact-hub-form__grid {
    grid-template-columns: 1fr;
    padding: 25px 22px 0;
  }

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

  .contact-channel-choice > div {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-channel-choice label + label {
    border-left: 0;
  }

  .contact-channel-choice label:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, .1);
  }

  .contact-channel-choice label:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, .1);
  }

  .contact-consent {
    margin-right: 22px;
    margin-left: 22px;
  }

  .contact-hub-form__submit {
    width: calc(100% - 44px);
    margin-right: 22px;
    margin-left: 22px;
  }

  .contact-hub-form__note,
  .contact-hub-form__status {
    margin-right: 22px;
    margin-left: 22px;
  }

  .next-steps li {
    min-height: 250px;
  }

  .next-steps li > i {
    margin-top: 48px;
  }

  .contact-final {
    grid-template-columns: 1fr;
  }

  .contact-final > a {
    min-width: 0;
  }
}

@media (max-width: 440px) {
  .contact-hero__actions .button {
    width: 100%;
    justify-content: center;
  }

  .contact-router__stage {
    grid-template-columns: repeat(2, 1fr);
  }

  .channel-card {
    min-height: 320px;
    padding: 25px;
  }

  .channel-card__icon {
    margin-bottom: 35px;
  }

  .contact-channels,
  .contact-request,
  .contact-next {
    padding: 78px 0;
  }

  .contact-hub-form__head {
    padding: 0 18px;
  }

  .contact-hub-form__head > span {
    max-width: 95px;
    line-height: 1.4;
  }

  .contact-final > a {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-router__head i,
  .contact-router__orbit {
    animation: none;
  }

  .channel-card,
  .router-node {
    transition: none;
  }
}

.contact-brief-link {
  margin-top: 20px;
}
