/* ==============================
   Contact Page
   ============================== */

.contact {
  max-width: 560px;
  margin: 80px auto;
  padding: 0 20px;
  text-align: center;
}

.contact h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}

.contact .intro {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 40px;
}

.contact-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 24px;
  text-align: left;
}

.contact-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6b7280;
}

.value {
  font-size: 16px;
  font-weight: 600;
  color: #324DD4;
}

.value a {
  color: inherit;
  text-decoration: none;
}

.value a:hover {
  text-decoration: underline;
}

.note {
  display: block;
  font-size: 13px;
  color: #6b7280;
  margin-top: 4px;
}

.divider {
  height: 1px;
  background: #e5e7eb;
  margin: 20px 0;
}
