.page-contact {
  --contact-gold: #F5B82E;
  --contact-green: #00FF87;
  --contact-cyan: #7FD8FF;
  --contact-orb-size: 250px;
  background: var(--space-blue, #0B1A3A);
  position: relative;
  overflow: hidden;
}

.page-contact .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  box-sizing: border-box;
}

.page-contact .contact-hero {
  position: relative;
  background: radial-gradient(ellipse at 70% 20%, rgba(31, 58, 102, 0.65), transparent 55%), linear-gradient(160deg, #0B1A3A 0%, #081126 70%, #0B1A3A 100%);
  padding: 108px 0 96px;
  overflow: hidden;
  min-height: 560px;
  display: flex;
  align-items: center;
}

.page-contact .contact-hero::before {
  content: '';
  position: absolute;
  top: -240px;
  right: -180px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  border: 1px solid rgba(245, 184, 46, 0.12);
  box-shadow: 0 0 0 60px rgba(245, 184, 46, 0.025), 0 0 0 120px rgba(245, 184, 46, 0.015);
  pointer-events: none;
}

.page-contact .contact-hero::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -100px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 1px dashed rgba(0, 255, 135, 0.18);
  pointer-events: none;
}

.page-contact .contact-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.35;
  z-index: 0;
  pointer-events: none;
}

.page-contact .contact-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.page-contact .contact-hero__frame {
  max-width: 840px;
  text-align: center;
  padding: 36px 42px 46px;
  position: relative;
}

.page-contact .star-frame__corner {
  position: absolute;
  width: 26px;
  height: 26px;
  border-color: var(--contact-gold);
  border-style: solid;
}

.page-contact .star-frame__corner--tl {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
}

.page-contact .star-frame__corner--tr {
  top: 0;
  right: 0;
  border-width: 2px 2px 0 0;
}

.page-contact .star-frame__corner--bl {
  bottom: 0;
  left: 0;
  border-width: 0 0 2px 2px;
}

.page-contact .star-frame__corner--br {
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
}

.page-contact .contact-hero__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 20px;
}

.page-contact .contact-hero__section-label {
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--contact-green);
  font-family: var(--font-display, 'Orbitron', 'PingFang SC', 'Microsoft YaHei', sans-serif);
  font-weight: 500;
}

.page-contact .contact-hero__orbit-line {
  display: block;
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 255, 135, 0.5));
  position: relative;
}

.page-contact .contact-hero__orbit-line:last-child {
  background: linear-gradient(90deg, rgba(0, 255, 135, 0.5), transparent);
}

.page-contact .contact-hero__title {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 1.14;
  margin: 0 0 18px;
  color: var(--star-white, #FFFFFF);
  font-weight: 700;
  letter-spacing: 0.01em;
  position: relative;
}

.page-contact .contact-hero__title::after {
  content: '';
  display: block;
  width: 66px;
  height: 3px;
  background: linear-gradient(90deg, var(--contact-gold), var(--contact-green));
  margin: 22px auto 0;
  border-radius: 99px;
}

.page-contact .contact-hero__lead {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
  max-width: 600px;
  margin: 0 auto 32px;
  font-weight: 300;
}

.page-contact .contact-hero__actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-contact .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 26px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  cursor: pointer;
  border: 1px solid transparent;
}

.page-contact .btn--primary {
  background: var(--contact-gold);
  color: #0B1A3A;
  box-shadow: 0 4px 18px rgba(245, 184, 46, 0.3);
}

.page-contact .btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 26px rgba(245, 184, 46, 0.45);
}

.page-contact .btn--ghost {
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--star-white, #FFFFFF);
  background: rgba(255, 255, 255, 0.03);
}

.page-contact .btn--ghost:hover {
  border-color: var(--contact-gold);
  color: var(--contact-gold);
  transform: translateY(-2px);
}

.page-contact .contact-hero__scale {
  position: absolute;
  left: 12px;
  bottom: 16px;
  display: flex;
  gap: 2px;
  z-index: 1;
  opacity: 0.35;
}

.page-contact .contact-hero__scale span {
  font-family: var(--font-display, 'Orbitron', 'PingFang SC', 'Microsoft YaHei', sans-serif);
  font-size: 9px;
  color: var(--star-white, #FFFFFF);
  letter-spacing: 0.1em;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 4px;
}

.page-contact .contact-orbit {
  background: transparent;
  padding: 88px 0 96px;
  position: relative;
  scroll-margin-top: 72px;
}

.page-contact .contact-orbit__head {
  text-align: center;
  margin-bottom: 116px;
  position: relative;
  z-index: 3;
}

.page-contact .section__kicker {
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--contact-gold);
  margin: 0 0 10px;
  font-weight: 600;
}

.page-contact .section__title {
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  line-height: 1.2;
  color: var(--star-white, #FFFFFF);
  margin: 0 0 12px;
  font-weight: 700;
}

.page-contact .section__lead {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 0 auto;
  font-weight: 300;
}

.page-contact .contact-orbit__board {
  position: relative;
  min-height: 420px;
}

.page-contact .contact-orbit__star {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--contact-orb-size);
  height: var(--contact-orb-size);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(245, 184, 46, 0.2), rgba(11, 26, 58, 0.4) 60%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  animation: contact-pulse 3.6s ease-in-out infinite;
  user-select: none;
}

.page-contact .contact-orbit__star-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--contact-gold);
  box-shadow: 0 0 20px rgba(245, 184, 46, 0.7), 0 0 50px rgba(245, 184, 46, 0.3);
  position: absolute;
  top: 30%;
  left: 60%;
}

.page-contact .contact-orbit__star-ring {
  position: absolute;
  top: -18px;
  left: -18px;
  right: -18px;
  bottom: -18px;
  border-radius: 50%;
  border: 1px dashed rgba(245, 184, 46, 0.3);
  animation: contact-ring-spin 18s linear infinite;
}

.page-contact .contact-orbit__star-text {
  font-size: 15px;
  letter-spacing: 0.22em;
  color: var(--contact-gold);
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--font-display, 'Orbitron', 'PingFang SC', 'Microsoft YaHei', sans-serif);
}

.page-contact .contact-orbit__ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.page-contact .contact-orbit__ring--outer {
  top: 50%;
  left: 50%;
  width: 820px;
  height: 340px;
  transform: translate(-50%, -50%);
  border: 1px dashed rgba(245, 184, 46, 0.18);
  border-radius: 50% / 44%;
}

.page-contact .contact-orbit__ring--inner {
  top: 50%;
  left: 50%;
  width: 600px;
  height: 260px;
  transform: translate(-50%, -50%);
  border: 1px dashed rgba(0, 255, 135, 0.14);
  border-radius: 50% / 46%;
}

.page-contact .contact-cards {
  display: flex;
  gap: 14px;
  position: relative;
  z-index: 3;
  flex-wrap: wrap;
  justify-content: center;
}

.page-contact .contact-card {
  flex: 0 1 calc(25% - 14px);
  min-width: 200px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius-card, 20px);
  padding: 24px 20px 22px;
  position: relative;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  min-height: 236px;
  box-sizing: border-box;
}

.page-contact .contact-card:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 184, 46, 0.3);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.page-contact .contact-card--mail:hover {
  border-color: rgba(245, 184, 46, 0.5);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(245, 184, 46, 0.08);
}

.page-contact .contact-card--phone:hover {
  border-color: rgba(0, 255, 135, 0.45);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 255, 135, 0.07);
}

.page-contact .contact-card--hotline:hover {
  border-color: rgba(231, 76, 60, 0.45);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(231, 76, 60, 0.07);
}

.page-contact .contact-card--support:hover {
  border-color: rgba(127, 216, 255, 0.45);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(127, 216, 255, 0.07);
}

.page-contact .contact-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.page-contact .contact-card__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--contact-gold);
  background: rgba(245, 184, 46, 0.1);
}

.page-contact .contact-card--phone .contact-card__icon {
  color: var(--contact-green);
  background: rgba(0, 255, 135, 0.1);
}

.page-contact .contact-card--hotline .contact-card__icon {
  color: #E74C3C;
  background: rgba(231, 76, 60, 0.12);
}

.page-contact .contact-card--support .contact-card__icon {
  color: var(--contact-cyan);
  background: rgba(127, 216, 255, 0.1);
}

.page-contact .tag {
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 999px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.page-contact .tag--gold {
  color: var(--contact-gold);
  background: rgba(245, 184, 46, 0.12);
  border: 1px solid rgba(245, 184, 46, 0.25);
}

.page-contact .tag--green {
  color: var(--contact-green);
  background: rgba(0, 255, 135, 0.1);
  border: 1px solid rgba(0, 255, 135, 0.2);
}

.page-contact .tag--signal {
  color: #E74C3C;
  background: rgba(231, 76, 60, 0.12);
  border: 1px solid rgba(231, 76, 60, 0.25);
}

.page-contact .contact-card__title {
  font-size: 18px;
  color: var(--star-white, #FFFFFF);
  margin: 0 0 6px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.page-contact .contact-card__desc {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 12px;
  font-weight: 300;
}

.page-contact .contact-card__value {
  font-size: 14px;
  line-height: 1.4;
  color: var(--star-white, #FFFFFF);
  margin: 0 0 8px;
  word-break: break-all;
  font-weight: 500;
}

.page-contact .contact-card__time {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  font-weight: 300;
}

.page-contact .contact-card__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: var(--contact-gold);
  text-decoration: none;
  margin-top: 8px;
  transition: color 0.2s ease, gap 0.2s ease;
}

.page-contact .contact-card__link:hover {
  color: #fff;
  gap: 8px;
}

.page-contact .contact-route {
  padding: 72px 0 80px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: transparent;
  scroll-margin-top: 72px;
}

.page-contact .contact-route__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.page-contact .contact-route__content .section__head {
  text-align: left;
}

.page-contact .contact-route__content .section__lead {
  margin: 0;
}

.page-contact .route-list {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.page-contact .route-list__item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: background 0.25s ease, border-color 0.25s ease;
}

.page-contact .route-list__item:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(245, 184, 46, 0.22);
}

.page-contact .route-list__num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display, 'Orbitron', 'PingFang SC', 'Microsoft YaHei', sans-serif);
  font-size: 18px;
  font-weight: 700;
  color: #0B1A3A;
  background: var(--contact-gold);
  box-shadow: 0 4px 16px rgba(245, 184, 46, 0.35);
}

.page-contact .route-list__text h3 {
  font-size: 17px;
  color: var(--star-white, #FFFFFF);
  margin: 0 0 6px;
  font-weight: 600;
}

.page-contact .route-list__text p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 8px;
  font-weight: 300;
}

.page-contact .route-list__link {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: var(--contact-green);
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 255, 135, 0.25);
  transition: border-color 0.2s ease, color 0.2s ease;
}

.page-contact .route-list__link:hover {
  color: var(--contact-gold);
  border-color: rgba(245, 184, 46, 0.4);
}

.page-contact .contact-route__note {
  margin-top: 24px;
  padding: 12px 16px;
  border-left: 2px solid var(--contact-green);
  background: rgba(0, 255, 135, 0.05);
  border-radius: 0 8px 8px 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}

.page-contact .contact-route__help-link {
  margin-top: 24px;
}

.page-contact .contact-route__visual {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #081126;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-contact .contact-route__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}

.page-contact .contact-route__beacon {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 420px;
  padding: 20px;
  box-sizing: border-box;
}

.page-contact .contact-route__svg {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 14px rgba(245, 184, 46, 0.15));
  animation: contact-beacon-float 4s ease-in-out infinite;
}

.page-contact .contact-address {
  background: var(--cream, #F7F1E0);
  padding: 72px 0 80px;
  color: var(--ink, #2B1E0E);
  position: relative;
  scroll-margin-top: 72px;
  overflow: hidden;
}

.page-contact .contact-address::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -100px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px dashed rgba(43, 30, 14, 0.12);
}

.page-contact .contact-address__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.page-contact .contact-address .section__head {
  text-align: left;
  margin-bottom: 24px;
}

.page-contact .contact-address .section__kicker {
  color: #E74C3C;
}

.page-contact .contact-address .section__title {
  color: var(--ink, #2B1E0E);
}

.page-contact .contact-address .section__lead {
  color: rgba(43, 30, 14, 0.72);
  margin: 0;
}

.page-contact .address-list {
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(43, 30, 14, 0.1);
  border-radius: 16px;
  overflow: hidden;
}

.page-contact .address-list__row {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 12px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(43, 30, 14, 0.07);
}

.page-contact .address-list__row:last-child {
  border-bottom: none;
}

.page-contact .address-list__row dt {
  font-size: 13px;
  font-weight: 700;
  color: #2B1E0E;
  opacity: 0.65;
  letter-spacing: 0.04em;
}

.page-contact .address-list__row dd {
  font-size: 14px;
  margin: 0;
  color: #2B1E0E;
  line-height: 1.7;
  font-weight: 400;
}

.page-contact .contact-address__note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 8px 16px;
  background: rgba(0, 255, 135, 0.12);
  border-radius: 999px;
  font-size: 13px;
  color: rgba(43, 30, 14, 0.85);
  font-weight: 500;
}

.page-contact .status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00A862;
  display: inline-block;
  box-shadow: 0 0 8px rgba(0, 168, 98, 0.5);
}

.page-contact .contact-address__mark {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-contact .contact-address__orbit-mini {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  position: relative;
  background: radial-gradient(circle at center, rgba(245, 184, 46, 0.08), transparent 70%);
  border: 1px dashed rgba(43, 30, 14, 0.18);
  animation: contact-ring-spin 24s linear infinite;
}

.page-contact .contact-address__core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #2B1E0E;
  color: #F7F1E0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(43, 30, 14, 0.28);
}

.page-contact .contact-address__planet {
  position: absolute;
  border-radius: 50%;
  background: var(--contact-gold);
  width: 12px;
  height: 12px;
  box-shadow: 0 0 12px rgba(245, 184, 46, 0.4);
}

.page-contact .contact-address__planet--one {
  top: 12%;
  left: 38%;
}

.page-contact .contact-address__planet--two {
  bottom: 20%;
  right: 14%;
  background: #00A862;
  box-shadow: 0 0 12px rgba(0, 168, 98, 0.4);
  width: 10px;
  height: 10px;
}

.page-contact .contact-address__planet--three {
  top: 26%;
  right: 16%;
  background: #E74C3C;
  box-shadow: 0 0 10px rgba(231, 76, 60, 0.35);
  width: 8px;
  height: 8px;
}

.page-contact .contact-quick {
  background: #081126;
  padding: 40px 0 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.page-contact .contact-quick__inner {
  text-align: center;
}

.page-contact .contact-quick__title {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  margin: 0 0 24px;
  letter-spacing: 0.04em;
  font-family: var(--font-body, 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif);
}

.page-contact .contact-quick__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.page-contact .contact-quick__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 8px 14px;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.page-contact .contact-quick__item:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(245, 184, 46, 0.32);
  transform: translateY(-2px);
}

.page-contact .contact-quick__tag {
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 999px;
  color: #0B1A3A;
  background: var(--contact-gold);
  font-weight: 700;
}

.page-contact .contact-quick__text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}

@keyframes contact-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(245, 184, 46, 0.1);
  }
  50% {
    box-shadow: 0 0 40px 14px rgba(245, 184, 46, 0.06);
  }
}

@keyframes contact-ring-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes contact-beacon-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@media (max-width: 768px) {
  .page-contact .contact-hero {
    padding: 80px 0 72px;
    min-height: auto;
  }

  .page-contact .contact-hero__frame {
    padding: 28px 20px 32px;
  }

  .page-contact .contact-hero__lead {
    font-size: 15px;
  }

  .page-contact .contact-orbit {
    padding: 48px 0 56px;
  }

  .page-contact .contact-orbit__head {
    margin-bottom: 40px;
  }

  .page-contact .contact-orbit__board {
    min-height: auto;
  }

  .page-contact .contact-orbit__star {
    display: none;
  }

  .page-contact .contact-orbit__ring {
    display: none;
  }

  .page-contact .contact-cards {
    gap: 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .page-contact .contact-card {
    flex: 0 1 auto;
    min-width: 0;
    min-height: auto;
  }

  .page-contact .contact-card__value {
    font-size: 15px;
  }

  .page-contact .contact-route__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .page-contact .contact-route__visual {
    min-height: 240px;
  }

  .page-contact .contact-address__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .page-contact .address-list__row {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .page-contact .contact-quick__item {
    flex: 1 1 100%;
    justify-content: center;
    padding: 10px 14px;
  }

  .page-contact .contact-quick__text {
    white-space: normal;
    text-align: left;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .page-contact .contact-card {
    flex: 0 1 calc(50% - 14px);
  }

  .page-contact .contact-orbit__ring--outer {
    width: 92vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-contact .contact-hero__title::after,
  .page-contact .contact-orbit__star,
  .page-contact .contact-orbit__star-ring,
  .page-contact .contact-route__svg,
  .page-contact .contact-address__orbit-mini {
    animation: none;
  }
}
