.gt-contact-section {
  padding: clamp(48px, 7vw, 84px) 0;
  background: #f3f1eb;
}

.gt-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: start;
}

.gt-contact-copy h2 {
  max-width: 650px;
  margin: 10px 0 16px;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.04;
}

.gt-contact-copy > p {
  max-width: 620px;
  color: #57544d;
  font-size: 17px;
  line-height: 1.65;
}

.gt-contact-methods {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.gt-contact-method {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(24,24,24,.16);
  border-radius: 6px;
  background: #fff;
  color: #181818 !important;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.gt-contact-method::after {
  content: "\203A";
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: #ffcc00;
  color: #181818;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
}

.gt-contact-method:hover,
.gt-contact-method:focus-visible {
  border-color: #181818;
  background: #fffcf0;
  transform: translateY(-1px);
}

.gt-contact-method strong,
.gt-contact-method small {
  display: block;
}

.gt-contact-method strong {
  margin-bottom: 4px;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 800;
}

.gt-contact-method small {
  color: #625e54;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.gt-contact-offer {
  margin-top: 24px;
  padding: 20px;
  border-left: 4px solid #ffcc00;
  background: #181818;
  color: #fff;
}

.gt-contact-offer strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 16px;
}

.gt-contact-offer p {
  margin: 7px 0 11px;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.5;
}

.gt-contact-offer a {
  color: #ffcc00 !important;
  font-weight: 900;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 4px;
}

.gt-contact-section .quote-card {
  width: 100%;
}

.gt-contact-section .quote-card form {
  gap: 10px;
  padding: 20px 24px 26px;
}

.gt-contact-section .quote-card form .btn {
  background: #ffcc00 !important;
  color: #181818 !important;
}

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

  .gt-contact-copy {
    max-width: 680px;
  }
}

@media (max-width: 600px) {
  .gt-contact-page .hero h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .gt-contact-section {
    padding: 42px 0;
  }

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

  .gt-contact-copy > p {
    font-size: 16px;
  }

  .gt-contact-method {
    min-height: 74px;
    padding: 14px;
  }

  .gt-contact-method::after {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
  }

  .gt-contact-section .quote-card form {
    padding: 17px;
  }
}
