.page-contact {
  --pc-border: rgba(176, 196, 222, 0.14);
  --pc-border-strong: rgba(176, 196, 222, 0.28);
  --pc-neon-soft: rgba(57, 255, 20, 0.08);
  --pc-neon-line: rgba(57, 255, 20, 0.34);
  --pc-shadow: 0 18px 44px rgba(0, 0, 0, 0.46);
  position: relative;
  overflow-x: clip;
  background: var(--c-bg);
  color: var(--c-text);
  font-family: var(--font-body);
}
.page-contact__crumb {
  padding: 18px 0 0;
  border-bottom: 1px solid var(--pc-border);
}
.page-contact__crumb a {
  color: var(--c-dim);
  text-decoration: none;
  transition: color 0.2s ease;
}
.page-contact__crumb a:hover {
  color: var(--c-neon);
}
.page-contact__hero {
  position: relative;
  padding: 42px 0 48px;
  background:
    radial-gradient(circle at 88% 8%, rgba(57, 255, 20, 0.06), transparent 32%),
    radial-gradient(circle at 4% 96%, rgba(255, 107, 53, 0.06), transparent 26%),
    linear-gradient(155deg, #1B3B6F 0%, #0E1E36 47%, #121212 84%);
}
.page-contact__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.015) 0 1px, transparent 1px 6px);
  mix-blend-mode: overlay;
}
.page-contact__split {
  display: grid;
  gap: 32px;
}
.page-contact__index {
  color: var(--c-neon);
  letter-spacing: 0.14em;
  font-size: 13px;
}
.page-contact__info h1 {
  font-family: var(--font-heading);
  font-size: 34px;
  line-height: 1.14;
  margin: 12px 0 14px;
  letter-spacing: -0.02em;
  color: var(--c-text);
}
.page-contact__lead {
  color: var(--c-light);
  line-height: 1.65;
  font-size: 16px;
  margin-bottom: 24px;
}
.page-contact__channels {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}
.page-contact__channel {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 15px;
  margin-bottom: 11px;
  background: linear-gradient(90deg, rgba(27, 59, 111, 0.28), rgba(14, 30, 54, 0.58));
  border: 1px solid var(--pc-border);
  border-left: 3px solid var(--c-neon);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.page-contact__channel:hover {
  transform: translateX(4px);
  border-color: var(--pc-border-strong);
  box-shadow: var(--pc-shadow);
}
.page-contact__channel-no {
  font-family: var(--font-data);
  font-size: 13px;
  line-height: 1;
  color: var(--c-neon);
  padding-right: 12px;
  border-right: 1px solid rgba(176, 196, 222, 0.2);
  letter-spacing: 0.05em;
}
.page-contact__channel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  background: var(--pc-neon-soft);
  border: 1px solid rgba(57, 255, 20, 0.26);
  color: var(--c-neon);
  font-family: var(--font-data);
  font-size: 16px;
}
.page-contact__channel-body {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.page-contact__channel-label {
  font-size: 12px;
  color: var(--c-dim);
  letter-spacing: 0.08em;
}
.page-contact__channel-value {
  font-family: var(--font-data);
  font-size: 14px;
  line-height: 1.4;
  color: var(--c-text);
  text-decoration: none;
  word-break: break-all;
}
.page-contact__channel-value:hover {
  color: var(--c-neon);
}
.page-contact__channel-value--plain {
  word-break: normal;
}
.page-contact__minimap {
  position: relative;
  display: block;
  height: 150px;
  margin-bottom: 18px;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(27, 59, 111, 0.5), rgba(14, 30, 54, 0.82));
  border: 1px solid var(--pc-border);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
}
.page-contact__minimap-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(176, 196, 222, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(176, 196, 222, 0.1) 1px, transparent 1px);
  background-size: 18px 18px;
}
.page-contact__minimap-route {
  position: absolute;
  left: 8%;
  top: 22%;
  width: 72%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--c-neon), transparent);
  opacity: 0.72;
  transform: rotate(-24deg);
  transform-origin: left center;
}
.page-contact__minimap-pin {
  position: absolute;
  left: 58%;
  top: 52%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--c-accent);
  box-shadow: 0 0 0 6px rgba(255, 107, 53, 0.18), 0 0 18px rgba(255, 107, 53, 0.7);
  animation: pc-pulse 2.4s ease-in-out infinite;
}
.page-contact__minimap-label {
  position: absolute;
  left: 62%;
  top: 60%;
  padding: 4px 8px;
  background: rgba(12, 12, 12, 0.8);
  border: 1px solid rgba(57, 255, 20, 0.4);
  color: var(--c-neon);
  font-family: var(--font-data);
  font-size: 12px;
  white-space: nowrap;
}
.page-contact__info-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.page-contact__form-card {
  position: relative;
  background: linear-gradient(160deg, #0E1E36 0%, #132B52 100%);
  border: 1px solid rgba(57, 255, 20, 0.18);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.48), 0 0 0 1px rgba(0, 0, 0, 0.22);
  padding: 26px 20px 24px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}
.page-contact__form-head {
  border-bottom: 1px dashed rgba(176, 196, 222, 0.2);
  padding-bottom: 16px;
  margin-bottom: 18px;
}
.page-contact__form-index {
  display: inline-block;
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--c-neon);
  margin-bottom: 6px;
  padding: 3px 8px;
  background: var(--pc-neon-soft);
  border-left: 3px solid var(--c-neon);
}
.page-contact__form-head h2 {
  font-family: var(--font-heading);
  font-size: 26px;
  line-height: 1.15;
  margin: 4px 0 8px;
}
.page-contact__form-head h2::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 5px;
  margin-left: 10px;
  background: linear-gradient(90deg, var(--c-neon), transparent);
  vertical-align: 0.5em;
}
.page-contact__form-head p {
  margin: 0;
  color: var(--c-dim);
  font-size: 14px;
  line-height: 1.55;
}
.page-contact__field {
  margin-bottom: 14px;
}
.page-contact__label {
  display: block;
  font-size: 13px;
  color: var(--c-light);
  margin-bottom: 6px;
  letter-spacing: 0.06em;
}
.page-contact__control {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 11px 13px;
  background: rgba(9, 22, 42, 0.85);
  border: 1px solid rgba(176, 196, 222, 0.17);
  color: var(--c-dim);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.4;
  cursor: text;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.page-contact__control:hover {
  border-color: rgba(57, 255, 20, 0.36);
  box-shadow: 0 0 0 3px rgba(57, 255, 20, 0.06);
}
.page-contact__control--area {
  min-height: 78px;
}
.page-contact__form-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
}
.page-contact__submit {
  margin-right: 2px;
}
.page-contact__submit-note {
  font-size: 12px;
  color: var(--c-dim);
  letter-spacing: 0.04em;
}
.page-contact__location {
  padding: 52px 0 38px;
  background:
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.012) 0 2px, transparent 2px 7px),
    #121212;
}
.page-contact__segment-head {
  margin-bottom: 28px;
}
.page-contact__segment-index {
  color: var(--c-neon);
  letter-spacing: 0.14em;
  font-size: 13px;
}
.page-contact__segment-head h2 {
  font-family: var(--font-heading);
  font-size: 30px;
  line-height: 1.2;
  margin: 8px 0 8px;
}
.page-contact__segment-head h2::after,
.page-contact__note-head h2::after,
.page-contact__team-content h2::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 5px;
  margin-left: 12px;
  background: linear-gradient(90deg, var(--c-neon), transparent);
  vertical-align: 0.42em;
}
.page-contact__segment-head > p:last-child {
  margin: 0;
  color: var(--c-light);
  line-height: 1.6;
}
.page-contact__location-grid {
  display: grid;
  gap: 28px;
}
.page-contact__map-panel {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #0E1E36;
  border: 1px solid var(--pc-border);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}
.page-contact__map-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(rgba(176, 196, 222, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(176, 196, 222, 0.07) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
}
.page-contact__map-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.06);
  opacity: 0.88;
}
.page-contact__map-pin {
  position: absolute;
  left: 52%;
  top: 62%;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  background: rgba(12, 12, 12, 0.84);
  border: 1px solid rgba(57, 255, 20, 0.52);
  color: var(--c-neon);
  font-family: var(--font-data);
  font-size: 13px;
  white-space: nowrap;
  box-shadow: 0 0 22px rgba(57, 255, 20, 0.24);
  transform: translate(-50%, -50%);
}
.page-contact__map-pin i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--c-neon);
  box-shadow: 0 0 10px rgba(57, 255, 20, 0.9);
  animation: pc-pulse 2s ease-in-out infinite;
}
.page-contact__location-desc {
  padding: 22px 20px;
  background: rgba(14, 30, 54, 0.62);
  border: 1px solid var(--pc-border);
  border-right: 4px solid var(--c-accent);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
}
.page-contact__location-desc h3 {
  font-family: var(--font-heading);
  font-size: 20px;
  margin: 0 0 8px;
}
.page-contact__location-desc > p {
  color: var(--c-dim);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 18px;
}
.page-contact__location-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-contact__location-list li {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 12px 0;
  border-top: 1px dashed rgba(176, 196, 222, 0.18);
}
.page-contact__location-list li:first-child {
  border-top: 0;
}
.page-contact__location-list span {
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--c-accent);
}
.page-contact__location-list b {
  color: var(--c-text);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
}
.page-contact__note {
  padding: 34px 0 30px;
}
.page-contact__note-panel {
  background: linear-gradient(135deg, #1B3B6F 0%, #0E1E36 62%, #101F3A 100%);
  border-left: 6px solid var(--c-neon);
  padding: 32px 22px;
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
}
.page-contact__note-index {
  color: var(--c-neon);
  letter-spacing: 0.14em;
  font-size: 13px;
}
.page-contact__note-head h2 {
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 1.2;
  margin: 8px 0 12px;
}
.page-contact__note-text {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--c-text);
}
.page-contact__note-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.page-contact__team {
  padding: 28px 0 60px;
  position: relative;
}
.page-contact__team::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, transparent, var(--c-primary), transparent);
  opacity: 0.5;
}
.page-contact__team-grid {
  display: grid;
  gap: 28px;
}
.page-contact__team-content {
  padding: 8px 0;
}
.page-contact__team-index {
  color: var(--c-neon);
  letter-spacing: 0.14em;
  font-size: 13px;
}
.page-contact__team-content h2 {
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 1.22;
  margin: 8px 0 14px;
}
.page-contact__team-content p {
  color: var(--c-light);
  line-height: 1.68;
  font-size: 15px;
  margin-bottom: 22px;
}
.page-contact__team-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.page-contact__team-media {
  position: relative;
  aspect-ratio: 5 / 3;
  overflow: hidden;
  background: #0E1E36;
  border: 1px solid var(--pc-border);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
}
.page-contact__team-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.84) contrast(1.05);
}
@keyframes pc-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.42);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(255, 107, 53, 0);
  }
}
@media (min-width: 700px) {
  .page-contact__team-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 36px;
    align-items: center;
  }
  .page-contact__location-grid {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    gap: 30px;
    align-items: stretch;
  }
}
@media (min-width: 960px) {
  .page-contact__split {
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    gap: 50px;
    align-items: start;
  }
  .page-contact__info h1 {
    font-size: 46px;
  }
  .page-contact__lead {
    font-size: 17px;
  }
  .page-contact__form-card {
    padding: 32px 28px 28px;
  }
  .page-contact__location {
    padding-top: 62px;
  }
  .page-contact__note {
    padding: 40px 0 44px;
  }
  .page-contact__team {
    padding-top: 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-contact__channel,
  .page-contact__minimap-pin,
  .page-contact__map-pin i {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}
