/* =========================================================
   Contact page reset
========================================================= */

body.page-id-5903 .entry-header,
body.page-id-5903 .entry-title,
body.page-id-5903 .edit-link {
  display: none !important;
}

body.page-id-5903 .site-content,
body.page-id-5903 .content-area,
body.page-id-5903 .site-main,
body.page-id-5903 article.page,
body.page-id-5903 .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.page-id-5903 .site-content .col-full {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gb-contact-page,
.gb-contact-page * {
  box-sizing: border-box;
}

/* =========================================================
   Main wrapper
========================================================= */

.gb-contact-page {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 58px 22px 86px;
  color: #111827;
}

.gb-contact-hero {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}

.gb-contact-title {
  margin: 0;
  color: #111827;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.055em;
}

.gb-contact-intro {
  max-width: 660px;
  margin: 20px auto 0;
  color: #6b7280;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
}

/* =========================================================
   Real desktop 2-column layout
========================================================= */

.gb-contact-layout {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 54px;
  align-items: start;
  width: 100%;
}

.gb-contact-info,
.gb-contact-form-shell {
  min-width: 0;
}

.gb-contact-info h2 {
  margin: 0 0 18px;
  color: #111827;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.035em;
}

/* =========================================================
   Help column
========================================================= */

.gb-contact-help-list {
  display: grid;
  gap: 14px;
}

.gb-contact-help-item {
  padding: 18px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, .10);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(17, 24, 39, .045);
}

.gb-contact-help-item--featured {
  border-color: rgba(195, 174, 214, .35);
  box-shadow: 0 16px 38px rgba(195, 174, 214, .12);
}

.gb-contact-help-item strong {
  display: block;
  margin: 0 0 8px;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.gb-contact-help-item p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.gb-contact-help-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  margin-top: 14px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  background: #c3aed6 !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: .07em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

.gb-contact-help-link:hover {
  background: #b79ccc !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.gb-contact-direct {
  margin-top: 14px;
  padding: 20px;
  background: #f8f4fb;
  border: 1px solid rgba(195, 174, 214, .50);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(195, 174, 214, .12);
}

.gb-contact-direct span {
  display: block;
  margin: 0 0 8px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.gb-contact-direct a {
  color: #111827 !important;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none !important;
}

.gb-contact-direct a:hover {
  color: #c3aed6 !important;
}

/* =========================================================
   Form column
========================================================= */

.gb-contact-form {
  width: 100%;
  margin: 0;
  padding: 32px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, .10);
  border-radius: 24px;
  box-shadow: 0 22px 54px rgba(17, 24, 39, .07);
}

.gb-contact-row {
  margin: 0 0 18px;
}

.gb-contact-row--two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.gb-contact-field {
  margin: 0 0 18px;
}

.gb-contact-row .gb-contact-field {
  margin: 0;
}

.gb-contact-field label {
  display: block;
  margin: 0 0 8px;
  color: #111827;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

.gb-contact-field label span {
  color: #9ca3af;
  font-weight: 700;
}

.gb-contact-field input,
.gb-contact-field select,
.gb-contact-field textarea {
  display: block;
  width: 100% !important;
  min-height: 54px;
  padding: 0 15px !important;
  border: 1px solid rgba(17, 24, 39, .14) !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: #111827 !important;
  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  outline: none !important;
  box-shadow: none !important;
  appearance: none;
}

.gb-contact-field select {
  padding-right: 44px !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #111827 50%),
    linear-gradient(135deg, #111827 50%, transparent 50%) !important;
  background-position:
    calc(100% - 22px) 50%,
    calc(100% - 16px) 50% !important;
  background-size:
    6px 6px,
    6px 6px !important;
  background-repeat: no-repeat !important;
}

.gb-contact-field textarea {
  min-height: 190px;
  padding: 15px !important;
  resize: vertical;
}

.gb-contact-field input::placeholder,
.gb-contact-field textarea::placeholder {
  color: #9ca3af;
  opacity: 1;
}

.gb-contact-field input:focus,
.gb-contact-field select:focus,
.gb-contact-field textarea:focus {
  border-color: #c3aed6 !important;
  box-shadow: 0 0 0 4px rgba(195, 174, 214, .18) !important;
}

.gb-contact-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 56px !important;
  margin: 4px 0 0 !important;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #c3aed6 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: .09em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

.gb-contact-submit:hover {
  background: #b79ccc !important;
  color: #ffffff !important;
}

.gb-contact-submit:disabled {
  opacity: .65;
  cursor: not-allowed !important;
}

.gb-contact-note {
  margin: 14px 0 0;
  color: #9ca3af;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.gb-contact-message {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.gb-contact-message[hidden] {
  display: none !important;
}

.gb-contact-message--success {
  color: #047857;
  background: #ecfdf5;
  border: 1px solid rgba(4, 120, 87, .18);
}

.gb-contact-message--error {
  color: #b91c1c;
  background: #fef2f2;
  border: 1px solid rgba(185, 28, 28, .18);
}

/* =========================================================
   Tablet
========================================================= */

@media (max-width: 980px) {
  .gb-contact-page {
    max-width: 760px;
    padding: 44px 16px 64px;
  }

  .gb-contact-hero {
    margin-bottom: 32px;
  }

  .gb-contact-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .gb-contact-form {
    padding: 24px;
  }
}

/* =========================================================
   Mobile
========================================================= */

@media (max-width: 640px) {
  .gb-contact-page {
    padding: 34px 14px 52px;
  }

  .gb-contact-hero {
    margin-bottom: 28px;
    text-align: left;
  }

  .gb-contact-title {
    font-size: 40px;
    letter-spacing: -.05em;
  }

  .gb-contact-intro {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.55;
  }

  .gb-contact-info h2 {
    margin-bottom: 14px;
    font-size: 24px;
  }

  .gb-contact-help-list {
    gap: 12px;
  }

  .gb-contact-help-item {
    padding: 16px;
    border-radius: 16px;
  }

  .gb-contact-direct {
    padding: 18px;
    border-radius: 16px;
  }

  .gb-contact-direct a {
    font-size: 16px;
  }

  .gb-contact-form {
    padding: 18px;
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(17, 24, 39, .055);
  }

  .gb-contact-row--two {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .gb-contact-field,
  .gb-contact-row {
    margin-bottom: 14px;
  }

  .gb-contact-field input,
  .gb-contact-field select,
  .gb-contact-field textarea {
    min-height: 52px;
    border-radius: 12px !important;
  }

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

  .gb-contact-submit {
    min-height: 52px !important;
  }
}