.nexa-contacts {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: #050507;
  color: #fff;
}

.nexa-wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.nexa-kicker {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #bbf100;
  opacity: 0.95;
}

.nexa-title {
  margin: 10px 0 14px;
  font-size: clamp(30px, 4.2vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.nexa-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.nexanet-section-bg-grid {
  position: relative;
  background: linear-gradient(180deg, #060608 0%, #0c0c10 50%, #08080a 100%);
  overflow: hidden;
}

.nexanet-section-bg-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(187, 241, 0, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(187, 241, 0, 0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.nexanet-section-bg-grid > * {
  position: relative;
  z-index: 1;
}

.nexanet-section-bg-solid {
  background: linear-gradient(180deg, #08090c 0%, #0c0e14 50%, #08090c 100%);
}

.nexa-section {
  padding: 88px 0;
}

.nexa-section--last {
  padding-bottom: 96px;
}

.nexa-contacts-hero {
  position: relative;
  padding: 94px 0 64px;
  background:
    linear-gradient(180deg, rgba(5, 5, 7, 0.7) 0%, rgba(5, 7, 8, 0.94) 24%, #050507 100%),
    radial-gradient(65% 70% at 18% 8%, rgba(187, 241, 0, 0.18), transparent 74%),
    linear-gradient(130deg, #060709 0%, #070a0d 42%, #050507 100%);
}

.nexa-contacts-hero__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(187, 241, 0, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(187, 241, 0, 0.024) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.58;
}

.nexa-contacts-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 400px);
  gap: 28px;
  align-items: center;
}

.nexa-contacts-hero__title {
  margin: 14px 0;
  font-size: clamp(36px, 5.4vw, 72px);
  line-height: 0.97;
  letter-spacing: -0.035em;
}

.nexa-contacts-hero__text {
  margin: 0;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.78);
  max-width: 700px;
}

.nexa-contacts-hero__actions {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.nexa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.nexa-btn:hover {
  transform: translateY(-2px);
}

.nexa-btn--accent {
  color: #050507;
  background: #bbf100;
  box-shadow: 0 0 24px rgba(187, 241, 0, 0.3);
}

.nexa-btn--ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
}

.nexa-contacts-hero__panel {
  padding: 20px 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(155deg, rgba(16, 18, 24, 0.9), rgba(10, 12, 16, 0.95));
}

.nexa-contacts-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
}

.nexa-contacts-hero__badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #bbf100;
}

.nexa-contacts-hero__list {
  margin: 0;
  padding-left: 16px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
  font-size: 14px;
}

.nexa-contacts-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.nexa-contacts-card {
  padding: 18px 16px;
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(14, 16, 22, 0.95), rgba(10, 12, 16, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.nexa-contacts-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.nexa-contacts-card p {
  margin: 0;
}

.nexa-contacts-card a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.nexa-contacts-card a:hover {
  color: #bbf100;
}

.nexa-contacts-card span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.nexa-office {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: 18px;
  align-items: center;
}

.nexa-office__meta {
  margin: 14px 0 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
}

.nexa-office__map {
  position: relative;
  min-height: 260px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 30% 30%, rgba(187, 241, 0, 0.14), transparent 60%),
    linear-gradient(160deg, rgba(12, 14, 19, 0.95), rgba(8, 10, 14, 0.95));
  overflow: hidden;
}

.nexa-office__pulse {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(187, 241, 0, 0.35);
  animation: nexaPulse 2.8s ease-out infinite;
}

.nexa-office__pulse--a {
  width: 160px;
  height: 160px;
  left: calc(50% - 80px);
  top: calc(50% - 80px);
}

.nexa-office__pulse--b {
  width: 220px;
  height: 220px;
  left: calc(50% - 110px);
  top: calc(50% - 110px);
  animation-delay: 1.2s;
}

.nexa-office__point {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(10, 12, 16, 0.95);
  border: 1px solid rgba(187, 241, 0, 0.55);
  color: #bbf100;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nexa-form-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.nexa-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(155deg, rgba(14, 16, 21, 0.95), rgba(8, 10, 14, 0.95));
}

.nexa-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nexa-form label span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.68);
}

.nexa-form input,
.nexa-form textarea {
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(5, 6, 9, 0.95);
  color: #fff;
  padding: 10px 11px;
  font-size: 14px;
}

.nexa-form textarea {
  resize: vertical;
}

.nexa-form__wide {
  grid-column: 1 / -1;
}

.nexa-form__agree {
  grid-column: 1 / -1;
  flex-direction: row !important;
  align-items: center;
  gap: 9px !important;
}

.nexa-form__agree input {
  width: 16px;
  height: 16px;
}

.nexa-form__agree a {
  color: #bbf100;
}

.nexa-form button {
  grid-column: 1 / -1;
  padding: 12px 16px;
  border: none;
  border-radius: 12px;
  background: #bbf100;
  color: #050507;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.nexa-trust__grid {
  margin: 10px 0 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.nexa-trust__grid article {
  padding: 18px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(160deg, rgba(14, 16, 22, 0.95), rgba(9, 11, 15, 0.95));
}

.nexa-trust__grid h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.nexa-trust__grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.6;
}

@keyframes nexaPulse {
  0% { transform: scale(0.78); opacity: 0.9; }
  100% { transform: scale(1.2); opacity: 0; }
}

@media (max-width: 1080px) {
  .nexa-contacts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nexa-office { grid-template-columns: 1fr; }
  .nexa-form-wrap { grid-template-columns: 1fr; }
  .nexa-trust__grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .nexa-contacts-hero__inner { grid-template-columns: 1fr; }
  .nexa-contacts-hero { padding-top: 78px; }
  .nexa-section { padding: 62px 0; }
  .nexa-form { grid-template-columns: 1fr; }
}
