.contact-page .section {
  position: relative;
  z-index: 1;
}

.contact-hero {
  padding-top: 132px;
  padding-bottom: 44px;
}

.contact-hero__wrap {
  position: relative;
}

.contact-hero__wrap::before,
.contact-hero__wrap::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  z-index: -1;
}

.contact-hero__wrap::before {
  width: 260px;
  height: 260px;
  inset-block-start: 10px;
  inset-inline-start: -40px;
  background: rgba(124, 58, 237, .22);
}

.contact-hero__wrap::after {
  width: 220px;
  height: 220px;
  inset-block-start: 40px;
  inset-inline-end: 20px;
  background: rgba(59, 130, 246, .16);
}

.contact-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(167, 139, 250, .24);
  background: rgba(124, 58, 237, .10);
  color: #c4b5fd;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.contact-hero__grid {
  display: block;
}

.contact-hero__title {
  margin: 0 0 16px;
  font-size: clamp(42px, 6vw, 66px);
  line-height: .98;
  letter-spacing: -2.6px;
  font-weight: 900;
  color: #fff;
  max-width: 760px;
}

.contact-hero__copy {
  max-width: 780px;
}

.contact-hero__lead {
  margin: 0;
  max-width: 640px;
  font-size: 18px;
  line-height: 1.78;
  color: rgba(255, 255, 255, .66);
}

.contact-main {
  padding-top: 12px;
  padding-bottom: 90px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(290px, .84fr);
  gap: 22px;
  align-items: start;
}

.contact-form-card,
.contact-side-card {
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .03);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .18);
}

.contact-form-card {
  padding: 28px;
}

.contact-card__head {
  margin-bottom: 22px;
}

.contact-card__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(167, 139, 250, .20);
  background: rgba(124, 58, 237, .10);
  color: #c4b5fd;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.contact-card__head h2 {
  margin: 0 0 8px;
  font-size: 34px;
  line-height: 1.04;
  letter-spacing: -1.4px;
  font-weight: 900;
  color: #fff;
}

.contact-card__head p {
  margin: 0;
  color: rgba(255, 255, 255, .56);
  line-height: 1.72;
  font-size: 15px;
}

.contact-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 16px;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.6;
}

.contact-notice i {
  margin-top: 2px;
  font-size: 15px;
}

.contact-notice--success {
  border: 1px solid rgba(16, 185, 129, .20);
  background: rgba(16, 185, 129, .08);
  color: #b6f5d8;
}

.contact-notice--error {
  border: 1px solid rgba(248, 113, 113, .20);
  background: rgba(248, 113, 113, .08);
  color: #ffc2c2;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-field {
  display: grid;
  gap: 8px;
}

.contact-field label {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, .84);
  letter-spacing: .01em;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .10);
  background: rgba(255, 255, 255, .035);
  border-radius: 16px;
  color: #fff;
  padding: 14px 16px;
  font: inherit;
  line-height: 1.5;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
  resize: vertical;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: rgba(255, 255, 255, .34);
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  outline: none;
  border-color: rgba(167, 139, 250, .42);
  background: rgba(255, 255, 255, .05);
  box-shadow: 0 0 0 4px rgba(124, 58, 237, .10);
}

.contact-submit {
  width: 100%;
  justify-content: center;
  min-height: 58px;
  font-size: 15px;
  margin-top: 4px;
}

.contact-side {
  display: grid;
  gap: 14px;
}

.contact-side-card {
  padding: 22px;
}

.contact-side-card--accent {
  background:
    linear-gradient(180deg, rgba(124, 58, 237, .12), rgba(255, 255, 255, .03)),
    rgba(255, 255, 255, .03);
}

.contact-side-card__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  border: 1px solid rgba(167, 139, 250, .18);
  background: rgba(124, 58, 237, .10);
  color: #c4b5fd;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.contact-side-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -.05em;
  color: #fff;
}

.contact-side-card p {
  margin: 0;
  color: rgba(255, 255, 255, .56);
  font-size: 14px;
  line-height: 1.7;
}

.contact-side-card a {
  color: #fff;
  text-decoration: none;
}

.contact-side-card--accent > a {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.02em;
}

.contact-list {
  margin: 0;
  padding-inline-start: 18px;
  color: rgba(255, 255, 255, .58);
  display: grid;
  gap: 10px;
  font-size: 14px;
  line-height: 1.65;
}

.contact-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #c4b5fd;
  text-decoration: none;
  transition: gap .2s ease, color .2s ease;
}

.contact-link-arrow:hover {
  gap: 13px;
  color: #fff;
}

@media (max-width: 1060px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .contact-hero {
    padding-top: 116px;
    padding-bottom: 30px;
  }

  .contact-kicker {
    margin-bottom: 18px;
  }

  .contact-hero__lead {
    font-size: 16px;
  }

  .contact-hero__panel,
  .contact-form-card,
  .contact-side-card {
    border-radius: 22px;
  }

  .contact-form-card {
    padding: 20px;
  }

  .contact-card__head h2 {
    font-size: 28px;
  }

  .contact-form__row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .contact-side-card {
    padding: 18px;
  }

  .contact-side-card h3 {
    font-size: 20px;
  }
}
