.contact-page {
  background: #ffffff;
}

.contact-section,
.contact-section--intro {
  position: relative;
}

.contact-section--soft {
  background: #f8fafc;
}

.contact-eyebrow {
  margin: 0 0 0.9rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1d4ed8;
}

.contact-title,
.contact-section__title {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.contact-section__title {
  font-size: clamp(1.85rem, 2.35vw, 2.5rem);
}

.contact-lead,
.contact-section__lead,
.contact-copy,
.contact-card p,
.contact-form-panel__intro p {
  color: #475569;
  font-size: 1.02rem;
  line-height: 1.85;
}

.contact-copy + .contact-copy {
  margin-top: 1rem;
}

.contact-section__lead {
  margin: 1rem 0 0;
}

.contact-section__heading {
  max-width: 860px;
  margin: 0 0 2rem;
}

.contact-aside {
  padding: 1.7rem;
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
}

.contact-aside__label,
.contact-form-panel__label {
  display: inline-flex;
  margin-bottom: 1rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1d4ed8;
}

.contact-direct-grid,
.contact-checklist {
  display: grid;
  gap: 1rem;
}

.contact-direct-card,
.contact-card,
.contact-checklist__item,
.contact-form-panel {
  padding: 1.3rem;
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.05);
}

.contact-direct-card strong,
.contact-card h3,
.contact-checklist__item strong,
.contact-form-panel h3 {
  display: block;
  margin: 0 0 0.45rem;
  color: #0f172a;
}

.contact-direct-card a,
.contact-direct-card span,
.contact-checklist__item span {
  display: block;
  color: #475569;
  line-height: 1.7;
}

.contact-direct-card a {
  color: #1d4ed8;
  font-weight: 700;
  text-decoration: none;
}

.contact-direct-card a:hover,
.contact-direct-card a:focus {
  color: #0f3ea8;
}

.contact-card {
  height: 100%;
}

.contact-card h3 {
  font-size: 1.2rem;
}

.contact-card p {
  margin-bottom: 1.2rem;
}

.contact-form-panel__intro {
  margin-bottom: 1.5rem;
}

.contact-form .form-label {
  margin-bottom: 0.45rem;
  font-weight: 700;
  color: #0f172a;
}

.contact-form .form-control,
.contact-form .form-select {
  min-height: 3.25rem;
  border-radius: 16px;
  border-color: rgba(148, 163, 184, 0.35);
  padding: 0.85rem 1rem;
  box-shadow: none;
}

.contact-form textarea.form-control {
  min-height: 9rem;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: rgba(37, 99, 235, 0.45);
  box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.08);
}

.contact-consent-card {
  padding: 1.1rem 1.2rem;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: #f8fafc;
}

.contact-consent-card a {
  color: #1d4ed8;
}

.contact-consent-card .checkbox-wrapper-19 {
  --nv-accent: #1d4ed8;
  --nv-text: #0f172a;
  --checkbox-height: 30px;
  --checkbox-width: 30px;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.contact-consent-card .checkbox-wrapper-19 input[type="checkbox"] {
  display: none;
}

.contact-consent-card .checkbox-wrapper-19 .check-box {
  height: 30px;
  width: 30px;
  min-width: 30px;
  min-height: 30px;
  flex: 0 0 30px;
  aspect-ratio: 1 / 1;
  background-color: transparent;
  border: 2px solid #111827;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
  cursor: pointer;
}

.contact-consent-card .checkbox-wrapper-19 .check-box::before,
.contact-consent-card .checkbox-wrapper-19 .check-box::after {
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: calc(var(--checkbox-height) * 0.2);
  background-color: var(--nv-accent);
  display: inline-block;
  transform-origin: left top;
  border-radius: 5px;
  content: "";
  transition: opacity ease 0.5s;
}

.contact-consent-card .checkbox-wrapper-19 .check-box::before {
  top: calc(var(--checkbox-height) * 0.72);
  left: calc(var(--checkbox-width) * 0.41);
  box-shadow: 0 0 0 calc(var(--checkbox-height) * 0.05) #f8fafc;
  transform: rotate(-135deg);
}

.contact-consent-card .checkbox-wrapper-19 .check-box::after {
  top: calc(var(--checkbox-height) * 0.37);
  left: calc(var(--checkbox-width) * 0.05);
  transform: rotate(-45deg);
}

.contact-consent-card .checkbox-wrapper-19 input[type="checkbox"]:checked + .check-box {
  border-color: var(--nv-accent);
}

.contact-consent-card .checkbox-wrapper-19 input[type="checkbox"]:checked + .check-box::after {
  height: calc(var(--checkbox-height) / 2);
  animation: contact-dothabottomcheck-19 0.2s ease 0s forwards;
}

.contact-consent-card .checkbox-wrapper-19 input[type="checkbox"]:checked + .check-box::before {
  height: calc(var(--checkbox-height) * 1.2);
  animation: contact-dothatopcheck-19 0.4s ease 0s forwards;
}

.contact-consent-card .checkbox-wrapper-19 .label-text {
  cursor: pointer;
  color: var(--nv-text);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@keyframes contact-dothabottomcheck-19 {
  0% { height: 0; }
  100% { height: calc(var(--checkbox-height) / 2); }
}

@keyframes contact-dothatopcheck-19 {
  0% { height: 0; }
  50% { height: 0; }
  100% { height: calc(var(--checkbox-height) * 1.2); }
}

.contact-alert {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 1.25rem;
  border-radius: 16px;
}

.contact-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.85rem;
}

@media (max-width: 991px) {
  .contact-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .contact-cta-actions .btn,
  .contact-card .btn {
    width: 100%;
  }
}
