/* Service Page Form Styling — Specific Overrides */

.service-form {
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 40px 20px;
  max-width: 800px;
  margin: 40px auto;
}

.service-form h2 {
  text-align: center;
  margin-bottom: 30px;
  color: var(--brand-red);
}

/* Contact form structure is handled in common.css */

.year-select {
  display: none; /* Hidden by default, toggled by JS */
}

@media (max-width: 768px) {
  .service-form {
    padding: 20px 15px;
    margin: 20px auto;
  }
}
