.cfs-contact-wrapper {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  padding: 32px;
  box-shadow: 0 16px 40px rgba(51, 68, 88, 0.08);
  max-width: 640px;
  margin: 0 auto;
}

.cfs-contact-header {
  border-bottom: 1px dashed #cbd5e1;
  padding-bottom: 20px;
  margin-bottom: 24px;
}

.cfs-contact-header h3 {
  margin: 0 0 6px;
  font-size: 24px;
  color: #1e293b;
  font-weight: 800;
}

.cfs-contact-header p {
  margin: 0 0 16px;
  color: #64748b;
  font-size: 14px;
}

.cfs-contact-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cfs-btn-wa {
  background: #25d366 !important;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3) !important;
}

.cfs-btn-wa:hover {
  background: #20ba5a !important;
}

.cfs-btn-call {
  background: #f1f5f9 !important;
  color: #334458 !important;
  border: 1px solid #cbd5e1 !important;
  box-shadow: none !important;
}

.cfs-btn-call:hover {
  background: #e2e8f0 !important;
}

.cfs-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

.cfs-field label {
  font-size: 13px;
  font-weight: 700;
  color: #334458;
}

.cfs-field input,
.cfs-field select {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 12px;
  font-size: 14px;
  color: #1e293b;
}

.cfs-submit-btn {
  width: 100%;
  background: #334458;
  color: #ffffff;
  border: none;
  padding: 14px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.cfs-submit-btn:hover {
  background: #1e293b;
}

.cfs-contact-success {
  margin-top: 16px;
  padding: 14px;
  background: #f0fdf4;
  color: #166534;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
}

.cfs-contact-error {
  margin-top: 16px;
  padding: 14px;
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
  border-radius: 10px;
  font-size: 14px;
}
