/* 
 Theme Name:   户方云子主体
 Theme URI:    https://www.suhfy.com
 Description:  户方云子主体
 Author:       House
 Author URI:   http://www.suhfy.com
 Template:     woostify
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.hfy-home-contact-section {
  background: #f5f7fb;
  padding: 48px 16px;
  margin-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.hfy-home-contact-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.hfy-home-contact-title {
  font-size: 26px;
  line-height: 1.3;
  margin: 0 0 8px;
  font-weight: 600;
  text-align: center;
}

.hfy-home-contact-subtitle {
  margin: 0 0 28px;
  text-align: center;
  color: #666;
  font-size: 14px;
}

.hfy-home-contact-notice {
  padding: 10px 14px;
  border-radius: 4px;
  font-size: 13px;
  margin-bottom: 18px;
}

.hfy-home-contact-notice--success {
  background: #e6ffed;
  border: 1px solid #9ae6b4;
  color: #22543d;
}

.hfy-home-contact-form {
  background: #fff;
  border-radius: 8px;
  padding: 24px 20px 20px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}

.hfy-home-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hfy-home-contact-field {
  flex: 1 1 220px;
  margin-bottom: 16px;
}

.hfy-home-contact-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  color: #333;
}

.hfy-home-contact-field input,
.hfy-home-contact-field textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid #d1d5db;
  font-size: 14px;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  background-color: #f9fafb;
}

.hfy-home-contact-field input:focus,
.hfy-home-contact-field textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.35);
  background-color: #fff;
}

.hfy-home-contact-field textarea {
  resize: vertical;
  min-height: 120px;
}

.hfy-home-contact-actions {
  text-align: right;
}

.hfy-home-contact-submit {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 999px;
  background: #2563eb;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.16s ease, box-shadow 0.16s ease, transform 0.08s ease;
}

.hfy-home-contact-submit:hover {
  background: #1d4ed8;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.35);
  transform: translateY(-1px);
}

.hfy-home-contact-submit:active {
  box-shadow: none;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .hfy-home-contact-section {
    padding: 32px 12px;
    margin-top: 24px;
  }

  .hfy-home-contact-title {
    font-size: 22px;
  }

  .hfy-home-contact-form {
    padding: 20px 16px 16px;
  }
}

