.elementor-kit-5{--e-global-color-primary:#003D54;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#DB9358;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================
   Tailored Homes - CF7 Form Style
   Scope: .th-floorplan-form only
   ========================= */
.th-floorplan-form,
.th-floorplan-form * {
  box-sizing: border-box;
}

.th-floorplan-form .wpcf7 form {
  max-width: 760px;
  margin: 0 auto;
  padding: 26px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

/* 每行间距（CF7 常用 p 包字段） */
.th-floorplan-form .wpcf7 form p {
  margin: 0 0 14px;
}

/* Label 更像正式表单 */
.th-floorplan-form .wpcf7 form label {
  display: block;
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 600;
  color: #1E4033;
}

/* 输入框统一风格 */
.th-floorplan-form .wpcf7 input[type="text"],
.th-floorplan-form .wpcf7 input[type="email"],
.th-floorplan-form .wpcf7 input[type="tel"],
.th-floorplan-form .wpcf7 input[type="number"],
.th-floorplan-form .wpcf7 input[type="date"],
.th-floorplan-form .wpcf7 select,
.th-floorplan-form .wpcf7 textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.18);
  background: #fafafa;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

/* 聚焦高亮（更高级的“正在填写”反馈） */
.th-floorplan-form .wpcf7 input[type="text"]:focus,
.th-floorplan-form .wpcf7 input[type="email"]:focus,
.th-floorplan-form .wpcf7 input[type="tel"]:focus,
.th-floorplan-form .wpcf7 input[type="number"]:focus,
.th-floorplan-form .wpcf7 input[type="date"]:focus,
.th-floorplan-form .wpcf7 select:focus,
.th-floorplan-form .wpcf7 textarea:focus {
  background: #fff;
  border-color: #1E4033;
  box-shadow: 0 0 0 4px rgba(30, 64, 51, .14);
}

/* Textarea 高度与体验 */
.th-floorplan-form .wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
}

/* Placeholder 更柔和 */
.th-floorplan-form .wpcf7 ::placeholder {
  color: rgba(0,0,0,.45);
}

/* 提交按钮：大、稳、像 CTA */
.th-floorplan-form .wpcf7 input[type="submit"],
.th-floorplan-form .wpcf7 button[type="submit"] {
  width: 100%;
  padding: 14px 16px;
  border: none;
  border-radius: 14px;
  background: #1E4033;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .2px;
  cursor: pointer;
  transition: transform .12s ease, box-shadow .18s ease, filter .18s ease;
}

.th-floorplan-form .wpcf7 input[type="submit"]:hover,
.th-floorplan-form .wpcf7 button[type="submit"]:hover {
  filter: brightness(1.05);
  box-shadow: 0 14px 24px rgba(30, 64, 51, .18);
}

.th-floorplan-form .wpcf7 input[type="submit"]:active,
.th-floorplan-form .wpcf7 button[type="submit"]:active {
  transform: translateY(1px);
}

/* CF7 Spinner 位置 */
.th-floorplan-form .wpcf7 .wpcf7-spinner {
  margin: 10px auto 0;
  display: block;
}

/* 校验错误：更清晰、更像系统提示 */
.th-floorplan-form .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 13px;
  color: #b42318;
}

.th-floorplan-form .wpcf7 input.wpcf7-not-valid,
.th-floorplan-form .wpcf7 select.wpcf7-not-valid,
.th-floorplan-form .wpcf7 textarea.wpcf7-not-valid {
  border-color: rgba(180,35,24,.55);
  box-shadow: 0 0 0 4px rgba(180,35,24,.10);
  background: #fff;
}

/* 成功/失败反馈框 */
.th-floorplan-form .wpcf7 form .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.4;
}

/* 失败/警告 */
.th-floorplan-form .wpcf7 form.invalid .wpcf7-response-output,
.th-floorplan-form .wpcf7 form.unaccepted .wpcf7-response-output,
.th-floorplan-form .wpcf7 form.failed .wpcf7-response-output {
  border: 1px solid rgba(180,35,24,.35);
  background: rgba(180,35,24,.06);
}

/* 成功 */
.th-floorplan-form .wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid rgba(2,150,54,.28);
  background: rgba(2,150,54,.08);
}

/* 移动端：卡片更紧凑 */
@media (max-width: 767px) {
  .th-floorplan-form .wpcf7 form {
    padding: 18px;
    border-radius: 16px;
  }
}/* End custom CSS */