.contact-form {
  background: #f8fafc;
  border: 1px solid #d9e3ec;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 28px;
}

.contact-form label {
  color: #263548;
  display: grid;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: #ffffff;
  border: 1px solid #cbd7e2;
  color: #172033;
  font: inherit;
  min-height: 48px;
  padding: 12px 13px;
  width: 100%;
}

.contact-form textarea {
  line-height: 1.5;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #0072bc;
  box-shadow: 0 0 0 3px rgba(0, 114, 188, 0.14);
  outline: 0;
}

.contact-full,
.contact-form .cf-turnstile,
.contact-form button {
  grid-column: 1 / -1;
}

.contact-hp {
  left: -9999px;
  position: absolute;
}

.contact-detail-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-detail-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  min-height: 150px;
  padding: 20px;
}

.contact-detail-card span {
  color: #8fd4ff;
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.contact-detail-card strong {
  color: #ffffff;
  display: block;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 10px;
  overflow-wrap: anywhere;
}

.contact-detail-card p {
  color: #d5e1ec;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.contact-path-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-path-card {
  border: 1px solid #d9e3ec;
  min-height: 220px;
  padding: 24px;
}

.contact-path-card span {
  color: #0072bc;
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 28px;
}

.contact-path-card h3 {
  color: #101828;
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 12px;
}

.contact-path-card p {
  color: #4a5a6a;
  line-height: 1.6;
  margin: 0;
}

.contact-inline-quote {
  color: #005ca3;
  display: inline-flex;
  font-weight: 900;
  margin-top: 22px;
}

.contact-faq {
  background: #ffffff;
}

.contact-faq-list {
  border-top: 1px solid #d9e3ec;
}

.contact-faq-list details {
  border-bottom: 1px solid #d9e3ec;
  padding: 22px 0;
}

.contact-faq-list summary {
  color: #101828;
  cursor: pointer;
  font-size: 20px;
  font-weight: 850;
}

.contact-faq-list p {
  color: #4a5a6a;
  line-height: 1.65;
  margin: 14px 0 0;
  max-width: 820px;
}
