.contact-page {
  background: linear-gradient(180deg, #FFF4EC 0%, #FFF9F6 45%, #FFFFFF 100%);
}

.contact-hero {
  padding: 4.5rem 1.5rem 2rem;
  text-align: center;
}

.contact-hero-inner {
  max-width: 760px;
  margin: 0 auto;
}

.contact-hero h1 {
  font-family: 'Roboto Slab', serif;
  font-size: clamp(28px, 3.2vw, 40px);
  color: #D06C52;
  margin: 0 0 0.5rem;
  font-weight: 800;
}

.contact-hero p {
  margin: 0;
  color: #556070;
  font-size: 16px;
}

.contact-form-section {
  padding: 1rem 1.5rem 4rem;
}

.contact-form-card {
  max-width: 1000px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #E9EEF3;
  border-radius: 18px;
  padding: 2rem 2.5rem 2.5rem;
  box-shadow: 0 12px 26px rgba(32, 56, 82, 0.08);
}

.contact-form-card .form-item {
  margin-bottom: 1.5rem;
}

.contact-form-card label {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 600;
  color: #1F2D3D;
  margin-bottom: 0.5rem;
  display: block;
}

.contact-form-card input[type="text"],
.contact-form-card input[type="email"],
.contact-form-card textarea {
  width: 100%;
  border: 1px solid #C9D3DF;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  color: #1F2D3D;
  background: #FFFFFF;
}

.contact-form-card textarea {
  resize: vertical;
}

.contact-form-card .contact-submit {
  background: #1E4BD1;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  padding: 0.7rem 1.6rem;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(30, 75, 209, 0.2);
}

.contact-form-card .contact-submit:hover {
  background: #173AA5;
}

.contact-form-card .form-actions {
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .contact-form-card {
    padding: 1.5rem 1.25rem 2rem;
  }
}
