.home-contact { padding: 48px 0 80px; background-color: #faf7f2; border-top: 1px solid rgba(26, 26, 28, 0.06); }
.home-contact .container { width: 100%; max-width: 720px; margin: 0 auto; padding: 0 20px; }
.home-contact .section-header { text-align: center; margin-bottom: 32px; }
.home-contact .section-header .section-label { color: #b08e2a; }
.home-contact .section-header .section-label::before { background: linear-gradient(90deg, #b08e2a, rgba(176, 142, 42, 0)); }
.home-contact .section-header .section-title { color: #1a1a1c; margin-bottom: 12px; }
.home-contact .section-header .section-description { font-size: 16px; line-height: 26px; color: rgba(26, 26, 28, 0.65); max-width: 600px; margin: 0 auto; }
.home-contact .section-header .section-description a { color: #c8102e; text-decoration: none; border-bottom: 1px solid rgba(200, 16, 46, 0.3); padding-bottom: 1px; transition: border-color 0.2s ease; }
.home-contact .section-header .section-description a:hover { border-color: #c8102e; }

.home-contact .contact-form { background-color: #ffffff; border: 1px solid rgba(26, 26, 28, 0.08); border-radius: 10px; padding: 28px 24px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.03); display: flex; flex-direction: column; gap: 18px; }
.home-contact .contact-form .form-row { display: grid; grid-template-columns: 1fr; gap: 18px; }
.home-contact .contact-form .form-field { display: flex; flex-direction: column; gap: 6px; }
.home-contact .contact-form .form-field .field-label { font-size: 11px; font-weight: 800; color: rgba(26, 26, 28, 0.65); letter-spacing: 1px; text-transform: uppercase; }
.home-contact .contact-form .form-field .field-input,
.home-contact .contact-form .form-field .field-textarea,
.home-contact .contact-form .form-field .field-select { width: 100%; padding: 12px 14px; font-size: 15px; font-family: inherit; color: #1a1a1c; background-color: #faf7f2; border: 1px solid rgba(26, 26, 28, 0.12); border-radius: 4px; transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease; box-sizing: border-box; }
.home-contact .contact-form .form-field .field-input:focus,
.home-contact .contact-form .form-field .field-textarea:focus,
.home-contact .contact-form .form-field .field-select:focus { border-color: #b08e2a; outline: none; background-color: #ffffff; box-shadow: 0 0 0 3px rgba(176, 142, 42, 0.12); }
.home-contact .contact-form .form-field .field-textarea { min-height: 140px; resize: vertical; line-height: 24px; }
.home-contact .contact-form .form-actions { display: flex; align-items: center; }
.home-contact .contact-form .form-actions .form-submit { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 28px; font-size: 14px; font-weight: 800; color: #ffffff; background: linear-gradient(135deg, #c8102e, #a00d24); border: 0; border-radius: 4px; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; transition: transform 0.2s ease, box-shadow 0.2s ease; box-shadow: 0 4px 14px rgba(200, 16, 46, 0.25); font-family: inherit; }
.home-contact .contact-form .form-actions .form-submit:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(200, 16, 46, 0.35); }
.home-contact .contact-form .form-actions .form-submit .cta-arrow { width: 16px; height: 16px; transition: transform 0.3s ease; }
.home-contact .contact-form .form-actions .form-submit:hover .cta-arrow { transform: translateX(3px); }
.home-contact .contact-form .form-note { font-size: 12px; line-height: 18px; color: rgba(26, 26, 28, 0.55); margin: 0; }
.home-contact .contact-form .form-note a { color: #c8102e; text-decoration: none; border-bottom: 1px solid rgba(200, 16, 46, 0.3); padding-bottom: 1px; }
.home-contact .contact-form .form-note a:hover { border-color: #c8102e; }
@media (min-width: 768px) {
  .home-contact { padding: 72px 0 96px; }
  .home-contact .container { padding: 0 40px; }
  .home-contact .contact-form { padding: 36px 32px; gap: 22px; }
  .home-contact .contact-form .form-row.row-double { grid-template-columns: 1fr 1fr; gap: 18px; }
}
