.contact-page .site-header {
  background: linear-gradient(180deg, #1d211e 0%, #171a18 100%);
  border-bottom: 3px solid rgba(57, 184, 110, .9);
  box-shadow: 0 14px 34px rgba(0,0,0,.34);
  padding: 0;
  position: sticky;
  top: 0;
}

.contact-page .nav-shell {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto 1fr;
  margin: 0 auto;
  max-width: 1320px;
  min-height: 98px;
  padding: 28px 46px;
}

.contact-page .brand img {
  height: 38px;
  width: auto;
}

.contact-page .nav-links {
  display: flex;
  gap: 38px;
  justify-content: center;
  order: initial;
}

.contact-page .nav-links a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.contact-page .nav-shell > .button {
  background: #39b86e;
  border-radius: 9px;
  box-shadow: none;
  color: #fff;
  justify-self: end;
  min-height: 42px;
  padding-inline: 27px;
  width: auto;
}

.contact-page .nav-shell > .button:hover { background: #279b5a; }

.contact-page main .section { padding-top: 206px; }

.contact-page .contact-layout { gap: 56px; }

.contact-page .get-started-art {
  background: #090a09;
  border: 0;
  overflow: hidden;
}

.contact-page .get-started-art img { width: 100%; }

.contact-page .contact-card {
  border-radius: 12px;
  padding: 38px;
}

.contact-page .contact-card h2 { margin-bottom: 10px; }

.contact-page .form-intro {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

.contact-page .form-grid { margin-top: 24px; }
.contact-page .form-grid[hidden] { display: none; }

.contact-page .form-step {
  align-items: center;
  display: flex;
  gap: 12px;
}

.contact-page .form-step.full { grid-column: 1 / -1; }

.contact-page .form-step > span {
  align-items: center;
  background: #e9f8ef;
  border-radius: 999px;
  color: #167845;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 800;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.contact-page .form-step div { display: flex; flex-direction: column; }
.contact-page .form-step strong { font-size: 15px; }
.contact-page .form-step small { color: var(--muted); font-size: 13px; }
.contact-page .form-step--message { margin-top: 8px; }

.contact-page input,
.contact-page textarea { background: #fbfaf6; }

.contact-page input:focus,
.contact-page textarea:focus {
  border-color: #39b86e;
  box-shadow: 0 0 0 3px rgba(57, 184, 110, .12);
  outline: none;
}

.contact-page .contact-card .button {
  background: #39b86e;
  border: 0;
  border-radius: 9px;
  box-shadow: none;
  color: #fff;
  min-height: 52px;
  width: 100%;
}

.contact-page .contact-card .button:hover { background: #279b5a; }
.contact-page .contact-card .button:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
}

.contact-page .contact-success {
  align-items: flex-start;
  background: #f2f8f2;
  border: 1px solid #cfe8d6;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 28px;
  min-height: 320px;
  padding: 42px 34px;
}

.contact-page .contact-success[hidden] { display: none; }
.contact-page .contact-success h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1.03;
  margin: 0 0 18px;
}
.contact-page .contact-success p {
  color: #555f57;
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
}
.contact-page .contact-success:focus { outline: none; }

@media (max-width: 900px) {
  .contact-page main .section { padding-top: 158px; }
  .contact-page .nav-shell {
    grid-template-columns: 1fr auto;
    padding-inline: 28px;
  }

  .contact-page .nav-links { display: none; }
}

@media (max-width: 560px) {
  .contact-page main .section { padding-top: 138px; }
  .contact-page .nav-shell {
    min-height: 78px;
    padding: 20px;
  }

  .contact-page .brand img { height: 30px; }
  .contact-page .nav-shell > .button { min-height: 38px; padding-inline: 20px; }
  .contact-page .contact-success { min-height: 280px; padding: 34px 24px; }
}
