.contact-new {
  color: var(--pf-ink, #f4f7fb);
  background: var(--pf-bg, #070b10);
  overflow: hidden;
}

.contact-new-shell {
  width: min(var(--pf-shell, 1240px), calc(100% - 2rem));
  margin-inline: auto;
}

.contact-new-hero {
  padding: clamp(5rem, 10vw, 9rem) 0 clamp(4rem, 8vw, 6.5rem);
  background:
    radial-gradient(circle at 88% 12%, rgba(77, 215, 242, 0.12), transparent 28rem),
    var(--pf-bg, #070b10);
}

.contact-new-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.7fr);
  gap: clamp(2.5rem, 8vw, 7rem);
  align-items: end;
}

.contact-new-context {
  margin: 0 0 1rem;
  color: var(--pf-signal-soft, #7de8f7);
  font-size: 0.88rem;
  font-weight: 700;
}

.contact-new h1,
.contact-new h2 {
  margin: 0;
  font-family: 'Archivo', sans-serif;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.contact-new h1 {
  max-width: 12ch;
  font-size: clamp(2.9rem, 6.4vw, 5.2rem);
  font-weight: 700;
  line-height: 0.98;
}

.contact-new-lead {
  max-width: 48ch;
  margin: 1.5rem 0 0;
  color: var(--pf-muted, #aeb8c8);
  font-size: clamp(1.02rem, 1.5vw, 1.16rem);
  line-height: 1.75;
  text-wrap: pretty;
}

.contact-new-channels {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--pf-line, rgba(214, 225, 240, 0.16));
}

.contact-new-channels a {
  display: grid;
  gap: 0.3rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--pf-line, rgba(214, 225, 240, 0.16));
  color: #eef3f8;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  word-break: break-word;
  transition: color 180ms ease;
}

.contact-new-channels a span {
  color: var(--pf-dim, #7a8799);
  font-size: 0.75rem;
  font-weight: 700;
}

.contact-new-channels a:hover,
.contact-new-channels a:focus-visible {
  color: var(--pf-signal-soft, #7de8f7);
}

.contact-new-channels a:focus-visible {
  outline: 2px solid var(--pf-signal, #4dd7f2);
  outline-offset: 3px;
}

.contact-new-form-section {
  padding: clamp(4rem, 9vw, 8rem) 0;
  background: var(--pf-surface, #0d131b);
  border-top: 1px solid var(--pf-line, rgba(214, 225, 240, 0.14));
}

.contact-new-form-layout {
  display: grid;
  grid-template-columns: minmax(14rem, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(2.5rem, 8vw, 7rem);
  align-items: start;
}

.contact-new-form-copy h2 {
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 700;
  line-height: 1.05;
}

.contact-new-form-copy p {
  max-width: 36ch;
  margin: 1.15rem 0 0;
  color: var(--pf-muted, #aeb8c8);
  line-height: 1.75;
}

.contact-new-form {
  display: grid;
  gap: 1.15rem;
}

.contact-new-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

.contact-new-form label {
  display: block;
  margin-bottom: 0.45rem;
  color: #d5dee8;
  font-size: 0.86rem;
  font-weight: 700;
}

.contact-new-form input,
.contact-new-form select,
.contact-new-form textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--pf-line, rgba(214, 225, 240, 0.16));
  border-radius: var(--pf-radius, 0.4rem);
  color: var(--pf-ink, #f4f7fb);
  background: rgba(7, 11, 16, 0.72);
  font: inherit;
  outline: none;
  transition: border-color 180ms ease, background 180ms ease;
}

.contact-new-form textarea {
  min-height: 11rem;
  resize: vertical;
  line-height: 1.6;
}

.contact-new-form input::placeholder,
.contact-new-form textarea::placeholder {
  color: #8a97a8;
}

.contact-new-form input:focus,
.contact-new-form select:focus,
.contact-new-form textarea:focus {
  border-color: var(--pf-signal, #4dd7f2);
  background: rgba(7, 11, 16, 0.92);
}

.contact-new-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #7de8f7 50%), linear-gradient(135deg, #7de8f7 50%, transparent 50%);
  background-position: calc(100% - 1.15rem) 1.25rem, calc(100% - 0.8rem) 1.25rem;
  background-size: 0.35rem 0.35rem, 0.35rem 0.35rem;
  background-repeat: no-repeat;
  padding-right: 2.4rem;
}

.contact-new-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.contact-new .recaptcha-wrap {
  width: 100%;
  overflow: hidden;
  min-height: 78px;
}

.contact-new .recaptcha-wrap .g-recaptcha {
  transform-origin: left top;
}

.contact-new-note {
  margin: 0;
  color: var(--pf-dim, #7a8799);
  font-size: 0.86rem;
}

.contact-new-submit {
  display: inline-flex;
  min-height: 3.15rem;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.75rem 1.2rem;
  border: 0;
  border-radius: var(--pf-radius, 0.4rem);
  color: var(--pf-on-signal, #061219);
  background: var(--pf-signal, #4dd7f2);
  font-size: 0.94rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 220ms var(--pf-ease, cubic-bezier(0.22, 1, 0.36, 1)), background 220ms ease;
}

.contact-new-submit:hover {
  transform: translateY(-2px);
  background: var(--pf-signal-soft, #7de8f7);
}

.contact-new-submit:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.contact-new-submit:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}

@media (max-width: 860px) {
  .contact-new-hero-layout,
  .contact-new-form-layout,
  .contact-new-fields {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .contact-new-shell {
    width: min(100% - 1.25rem, 1240px);
  }

  .contact-new h1 {
    font-size: clamp(2.7rem, 13vw, 3.8rem);
  }

  .contact-new-submit {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-new *,
  .contact-new *::before,
  .contact-new *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .contact-new-submit:hover {
    transform: none;
  }
}
