/* =========================================================
   LET'S CONNECT
========================================================= */

.contact-page {
  background: #f8fafc;
  color: #1a2b49;
}


/* =========================================================
   HERO
========================================================= */

.contact-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #eef3f8;
}

.contact-hero-bg {
  position: absolute;
  inset: 0;

  background-image: url("../hero/image-letsconnect-hero.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  opacity: 0.78;
}

.contact-hero-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(248, 250, 252, 0.96) 0%,
      rgba(248, 250, 252, 0.88) 34%,
      rgba(248, 250, 252, 0.48) 62%,
      rgba(248, 250, 252, 0.18) 100%
    );
}

.contact-hero-content {
  position: relative;
  z-index: 2;

  padding-top: 55px;
  padding-bottom: 65px;
}

.contact-hero-label,
.contact-label {
  display: inline-block;

  margin-bottom: 17px;

  font-size: 11px;
  line-height: 1.2;

  font-weight: 700;
  letter-spacing: 1.8px;

  color: #2b6cb0;
}

.contact-hero h1 {
  max-width: 820px;

  margin: 0;

  font-size: 48px;
  line-height: 1.12;
  font-weight: 700;

  letter-spacing: -1px;

  color: #1a2b49;
}

.contact-hero h1 span {
  color: #2b6cb0;
}

.contact-hero p {
  max-width: 650px;

  margin: 23px 0 0;

  font-size: 16px;
  line-height: 1.72;

  color: #4a5a70;
}

.contact-hero-link {
  display: inline-block;

  margin-top: 30px;

  font-size: 12px;
  line-height: 1;

  font-weight: 700;
  letter-spacing: 1px;

  color: #2b6cb0;
  text-decoration: none;
}


/* =========================================================
   GENERIC SECTIONS
========================================================= */

.contact-section {
  padding: 90px 0;
}

.contact-section + .contact-section {
  border-top: 1px solid #e1e6ef;
}

.contact-two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}

.contact-section-heading h2,
.contact-section-title h2,
.contact-form-intro h2,
.contact-direct h2,
.contact-closing h2 {
  margin: 0;

  font-size: 38px;
  line-height: 1.18;
  font-weight: 700;

  letter-spacing: -0.7px;

  color: #1a2b49;
}

.contact-section-heading h2 span,
.contact-section-title h2 span,
.contact-form-intro h2 span,
.contact-direct h2 span,
.contact-closing h2 span {
  display: block;
  color: #2b6cb0;
}

.contact-section-content p {
  max-width: 680px;

  margin: 0 0 18px;

  font-size: 15px;
  line-height: 1.78;

  color: #5c6b7a;
}

.contact-section-content p:last-child {
  margin-bottom: 0;
}

.contact-section-title {
  max-width: 850px;
  margin-bottom: 52px;
}

.contact-section-title > p {
  max-width: 700px;

  margin: 18px 0 0;

  font-size: 15px;
  line-height: 1.7;

  color: #5c6b7a;
}


/* =========================================================
   ENGAGEMENT
========================================================= */

.contact-engagement {
  background: #f3f6fa;
}

.contact-engagement-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;

  border-top: 1px solid #dce3ec;
  border-left: 1px solid #dce3ec;
}

.contact-engagement-card {
  min-height: 235px;

  padding: 30px 30px 32px;

  background: rgba(255, 255, 255, 0.5);

  border-right: 1px solid #dce3ec;
  border-bottom: 1px solid #dce3ec;

  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.contact-engagement-card:hover {
  background: rgba(255, 255, 255, 0.88);
  transform: translateY(-2px);
}

.contact-card-kicker {
  display: block;

  margin-bottom: 25px;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;

  color: #2b6cb0;
}

.contact-engagement-card h3 {
  margin: 0 0 14px;

  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.7px;

  color: #1a2b49;
}

.contact-engagement-card p {
  max-width: 360px;

  margin: 0;

  font-size: 14px;
  line-height: 1.7;

  color: #657487;
}


/* =========================================================
   PROCESS
========================================================= */

.contact-process-line {
  display: grid;
  grid-template-columns: repeat(5, 1fr);

  border-top: 1px solid #dce3ec;
}

.contact-process-line article {
  position: relative;

  min-height: 245px;

  padding: 32px 25px 30px;

  border-right: 1px solid #dce3ec;
}

.contact-process-line article:first-child {
  border-left: 1px solid #dce3ec;
}

.contact-process-line article span {
  display: block;

  margin-bottom: 26px;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;

  color: #2b6cb0;
}

.contact-process-line h3 {
  margin: 0 0 13px;

  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.8px;

  color: #1a2b49;
}

.contact-process-line p {
  margin: 0;

  font-size: 13px;
  line-height: 1.65;

  color: #657487;
}


/* =========================================================
   FORM
========================================================= */

.contact-form-section {
  background: #ffffff;
}

.contact-form-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(480px, 1.28fr);
  gap: 80px;
  align-items: start;
}

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

.contact-form-intro > p {
  max-width: 480px;

  margin: 21px 0 0;

  font-size: 15px;
  line-height: 1.75;

  color: #5c6b7a;
}

.contact-form-note {
  padding-top: 18px;

  border-top: 1px solid #e1e6ef;
}

.contact-success {
  margin-top: 24px !important;

  font-weight: 600;
  color: #2b6cb0 !important;
}

.contact-form-wrap {
  width: 100%;
}

.contact-form {
  padding: 38px;

  border: 1px solid #dce3ec;
  background: #f9fbfd;
}

.contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;

  margin-bottom: 22px;
}

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

.contact-field label,
.contact-fieldset legend {
  display: block;

  margin-bottom: 9px;

  font-size: 12px;
  line-height: 1.4;

  font-weight: 700;
  letter-spacing: 0.3px;

  color: #34465d;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  display: block;

  width: 100%;
  box-sizing: border-box;

  border: 1px solid #d4dde8;
  border-radius: 0;

  background: #ffffff;

  padding: 13px 14px;

  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;

  color: #1a2b49;

  outline: none;

  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.contact-field input,
.contact-field select {
  min-height: 48px;
}

.contact-field textarea {
  resize: vertical;
  min-height: 150px;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: #2b6cb0;
  box-shadow: 0 0 0 3px rgba(43, 108, 176, 0.08);
}

.contact-field textarea::placeholder {
  color: #8a98a8;
}

.contact-fieldset {
  margin: 0 0 22px;
  padding: 0;

  border: 0;
}

.contact-radio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.contact-radio {
  position: relative;

  display: flex;
  align-items: center;

  min-height: 48px;

  padding: 0 13px;

  border: 1px solid #d4dde8;
  background: #ffffff;

  cursor: pointer;

  font-size: 13px;
  line-height: 1.4;

  color: #44566c;
}

.contact-radio input {
  margin: 0 9px 0 0;
  accent-color: #2b6cb0;
}

.contact-radio:has(input:checked) {
  border-color: #2b6cb0;
  background: #f1f6fb;
  color: #1a2b49;
}

.contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: auto;
  min-width: 170px;

  padding: 15px 22px;

  border: 1px solid #2b6cb0;
  border-radius: 0;

  background: #2b6cb0;

  color: #ffffff;

  font-family: inherit;
  font-size: 11px;
  line-height: 1;

  font-weight: 700;
  letter-spacing: 1px;

  cursor: pointer;

  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}

.contact-submit:hover {
  background: #245d9a;
  border-color: #245d9a;
}


/* =========================================================
   DIRECT CONTACT
========================================================= */

.contact-direct {
  background: #f3f6fa;
}

.contact-direct-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.contact-direct h2 {
  font-size: 32px;
}

.contact-direct-email {
  font-size: 18px;
  font-weight: 600;
  color: #2b6cb0;
  text-decoration: none;
}

.contact-direct-email:hover {
  text-decoration: underline;
}


/* =========================================================
   CLOSING
========================================================= */

.contact-closing {
  padding: 95px 0 105px;

  background: #eef3f8;
}

.contact-closing h2 {
  max-width: 850px;
}

.contact-closing p {
  max-width: 650px;

  margin: 20px 0 0;

  font-size: 15px;
  line-height: 1.75;

  color: #5c6b7a;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1000px) {

  .contact-hero {
    min-height: 500px;
  }

  .contact-hero-bg {
    background-position: 60% center;
  }

  .contact-hero-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(248, 250, 252, 0.97) 0%,
        rgba(248, 250, 252, 0.88) 48%,
        rgba(248, 250, 252, 0.45) 100%
      );
  }

  .contact-engagement-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-process-line {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-process-line article:nth-child(odd) {
    border-left: 1px solid #dce3ec;
  }

  .contact-form-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

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

}


@media (max-width: 760px) {

  .contact-hero {
    min-height: 540px;
    align-items: flex-end;
  }

  .contact-hero-bg {
    background-position: 64% center;
    opacity: 0.68;
  }

  .contact-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(248, 250, 252, 0.38) 0%,
        rgba(248, 250, 252, 0.82) 52%,
        rgba(248, 250, 252, 0.98) 100%
      );
  }

  .contact-hero-content {
    padding-top: 80px;
    padding-bottom: 45px;
  }

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

  .contact-hero p {
    font-size: 14px;
  }

  .contact-section {
    padding: 72px 0;
  }

  .contact-two-column {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .contact-section-heading h2,
  .contact-section-title h2,
  .contact-form-intro h2 {
    font-size: 32px;
  }

  .contact-engagement-grid {
    grid-template-columns: 1fr;
  }

  .contact-process-line {
    grid-template-columns: 1fr;
  }

  .contact-process-line article,
  .contact-process-line article:first-child,
  .contact-process-line article:nth-child(odd) {
    border-left: 1px solid #dce3ec;
  }

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

  .contact-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-radio-grid {
    grid-template-columns: 1fr;
  }

  .contact-direct-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }

  .contact-closing {
    padding: 75px 0 85px;
  }

  .contact-closing h2 {
    font-size: 32px;
  }

}


@media (max-width: 480px) {

  .contact-hero {
    min-height: 560px;
  }

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

  .contact-section-heading h2,
  .contact-section-title h2,
  .contact-form-intro h2 {
    font-size: 29px;
  }

  .contact-direct h2,
  .contact-closing h2 {
    font-size: 29px;
  }

}
