.contact-2026 {
  --ink: #070b0f;
  --line: rgba(236, 241, 236, 0.16);
  --text: #f4f6ef;
  --muted: rgba(244, 246, 239, 0.68);
  --paper: #ebece4;
  --paper-soft: #f7f7f2;
  --paper-line: rgba(7, 11, 15, 0.18);
  --green: #72d88b;
  --deep-green: #28734d;
  --gx-gradient-deep: linear-gradient(135deg, #5fc47c 0%, #26aebc 48%, #0d667b 100%);
  overflow: hidden;
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px) 0 0 / 96px 96px,
    var(--ink);
}

.contact-2026 a {
  color: inherit;
}

.contact-hero {
  position: relative;
  display: grid;
  align-items: center;
  height: 40svh;
  min-height: 300px;
  max-height: 360px;
  padding: 100px clamp(20px, 5vw, 72px) 32px;
  overflow: hidden;
  isolation: isolate;
  background: #0a1628;
}

.contact-hero__veil {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 32%),
    linear-gradient(180deg, rgba(10, 22, 40, 0.04) 0%, rgba(10, 22, 40, 0.16) 48%, rgba(10, 22, 40, 0.56) 100%);
}

.contact-hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -2;
  height: 35%;
  content: "";
  background:
    linear-gradient(180deg, rgba(10, 22, 40, 0) 0%, rgba(10, 22, 40, 0.08) 38%, rgba(10, 22, 40, 0.3) 100%),
    radial-gradient(ellipse at 52% 112%, rgba(95, 196, 124, 0.62) 0%, rgba(38, 174, 188, 0.5) 30%, rgba(13, 102, 123, 0.28) 55%, rgba(10, 22, 40, 0) 78%),
    linear-gradient(135deg, rgba(95, 196, 124, 0) 0%, rgba(95, 196, 124, 0.12) 42%, rgba(38, 174, 188, 0.2) 68%, rgba(13, 102, 123, 0.14) 100%);
  box-shadow: inset 0 -1px 0 rgba(38, 174, 188, 0.24);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.16) 24%, #000 62%);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.16) 24%, #000 62%);
  opacity: 0.92;
  pointer-events: none;
}

.contact-hero__frame {
  position: absolute;
  inset: clamp(96px, 11vh, 124px) clamp(16px, 4vw, 48px) clamp(18px, 4vw, 48px);
  z-index: 1;
  border: 1px solid rgba(244, 246, 239, 0.2);
  pointer-events: none;
}

.contact-hero__frame::before,
.contact-hero__frame::after {
  position: absolute;
  content: "";
  width: clamp(70px, 9vw, 148px);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(114, 216, 139, 0.94) 28%, rgba(88, 200, 216, 0.9) 68%, transparent);
  box-shadow:
    0 0 8px rgba(114, 216, 139, 0.3),
    0 0 16px rgba(88, 200, 216, 0.2);
  opacity: 0.86;
}

.contact-hero__frame::before {
  top: -1px;
  left: clamp(24px, 10vw, 180px);
}

.contact-hero__frame::after {
  right: clamp(24px, 12vw, 220px);
  bottom: -1px;
}

.contact-hero__inner {
  position: relative;
  z-index: 2;
  width: min(980px, 100%);
  margin: 0 auto;
  text-align: center;
}

.contact-kicker {
  margin: 0;
  color: var(--green);
  font-size: 12px;
  font-weight: 740;
  letter-spacing: 0.12em;
}

.contact-hero h1 {
  margin: 18px 0 0;
  color: rgba(248, 252, 244, 0.98);
  font-size: 58px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  text-shadow:
    0 2px 28px rgba(0, 0, 0, 0.48),
    0 0 34px rgba(80, 210, 205, 0.1);
}

.contact-hero__lead {
  width: min(760px, 100%);
  margin: 22px auto 0;
  color: rgba(244, 246, 239, 0.82);
  font-size: 18px;
  line-height: 1.7;
}

.contact-hero__ticker {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.13em;
  z-index: 1;
  overflow: hidden;
  color: rgba(244, 246, 239, 0.07);
  font-size: 150px;
  font-weight: 920;
  line-height: 1;
  pointer-events: none;
}

.contact-hero__ticker-track {
  display: flex;
  width: max-content;
  gap: 0.18em;
  white-space: nowrap;
}

.contact-form-section {
  padding: clamp(64px, 9vw, 124px) clamp(20px, 5vw, 72px);
  color: var(--ink);
  background: var(--paper);
}

.contact-form-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: start;
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(36px, 6vw, 76px) 0;
  border-top: 1px solid var(--paper-line);
  border-bottom: 1px solid var(--paper-line);
}

.contact-form-intro {
  position: sticky;
  top: 120px;
}

.contact-form-intro .contact-kicker {
  color: var(--deep-green);
}

.contact-form-intro h2 {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: clamp(36px, 3.4vw, 46px);
  font-weight: 890;
  line-height: 1.12;
  letter-spacing: 0;
  word-break: keep-all;
}

.contact-form-intro h2 span {
  display: block;
}

.contact-form-intro p:not(.contact-kicker) {
  margin: 24px 0 0;
  color: rgba(7, 11, 15, 0.68);
  font-size: 17px;
  line-height: 1.9;
}

.contact-form-panel {
  padding: clamp(26px, 4vw, 52px);
  border: 1px solid rgba(7, 11, 15, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.18)),
    var(--paper-soft);
}

.contact-2026 .wpcf7 form p {
  margin-bottom: 24px;
}

.contact-2026 .wpcf7 form p > label {
  color: rgba(7, 11, 15, 0.78);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.04em;
}

.contact-2026 .wpcf7 input[type="text"],
.contact-2026 .wpcf7 input[type="email"],
.contact-2026 .wpcf7 input[type="tel"],
.contact-2026 .wpcf7 input[type="url"],
.contact-2026 .wpcf7 input[type="number"],
.contact-2026 .wpcf7 select,
.contact-2026 .wpcf7 textarea {
  min-height: 50px;
  border-color: rgba(7, 11, 15, 0.2);
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink);
  font-size: 16px;
}

.contact-2026 .wpcf7 textarea {
  min-height: 180px;
}

.contact-2026 .wpcf7 input:focus,
.contact-2026 .wpcf7 select:focus,
.contact-2026 .wpcf7 textarea:focus {
  border-color: rgba(13, 102, 123, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(13, 102, 123, 0.72),
    0 0 0 4px rgba(38, 174, 188, 0.12);
}

.contact-2026 .wpcf7 .wpcf7-list-item-label {
  color: rgba(7, 11, 15, 0.68);
}

.contact-2026 .wpcf7 input[type="submit"],
.contact-2026 .wpcf7 button[type="submit"] {
  min-height: 54px;
  padding: 0 34px;
  border: 0;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 46%),
    var(--gx-gradient-deep);
  font-size: 14px;
  font-weight: 760;
  box-shadow: 0 18px 44px rgba(32, 172, 181, 0.24);
  text-shadow: 0 1px 14px rgba(0, 47, 50, 0.48);
}

.contact-2026 .wpcf7 input[type="submit"]:hover,
.contact-2026 .wpcf7 button[type="submit"]:hover {
  border: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 48%),
    var(--gx-gradient-deep);
}

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

  .contact-form-intro {
    position: static;
  }

  .contact-hero h1 {
    font-size: 52px;
  }

  .contact-form-intro h2 {
    font-size: 38px;
  }
}

@media (max-width: 640px) {
  .contact-hero {
    height: 40svh;
    min-height: 340px;
    max-height: 400px;
    padding-top: 90px;
    padding-bottom: 30px;
  }

  .contact-hero h1 {
    font-size: 36px;
  }

  .contact-hero__lead,
  .contact-form-intro p:not(.contact-kicker) {
    font-size: 16px;
  }

  .contact-hero__frame {
    inset: 86px 16px 18px;
  }

  .contact-hero__ticker {
    display: none;
  }

  .contact-form-section {
    padding-top: 52px;
    padding-bottom: 72px;
  }

  .contact-form-panel {
    padding: 24px 18px;
  }

  .contact-form-intro h2 {
    font-size: 30px;
  }
}
