/* Contact page — restrained, premium corporate treatment */
.contact-soft {
  padding: 112px 32px 128px !important;
  background:
    radial-gradient(760px 430px at 8% 0%, rgba(255, 255, 255, .78), transparent 64%),
    radial-gradient(680px 420px at 100% 100%, rgba(161, 205, 178, .22), transparent 66%),
    #edf4ef !important;
}

.contact-soft > .w {
  max-width: 1360px;
}

.contact-soft .contact-g {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr) !important;
  gap: 28px !important;
  align-items: start !important;
}

.contact-soft .cinfo {
  position: relative;
  overflow: hidden;
  padding: 46px 40px 38px !important;
  color: #0d3c2a;
  background: linear-gradient(145deg, #32ca90 0%, #2ec58a 58%, #29bb80 100%) !important;
  border: 1px solid rgba(13, 60, 42, .1);
  border-radius: 24px !important;
  box-shadow: 0 32px 72px -42px rgba(8, 39, 24, .72) !important;
}

.contact-soft .cinfo::before {
  inset: 0 !important;
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
  background:
    radial-gradient(500px 330px at 112% -8%, rgba(255, 255, 255, .3), transparent 62%),
    linear-gradient(115deg, rgba(255, 255, 255, .13), transparent 44%) !important;
  transform: none !important;
  pointer-events: none;
}

.contact-soft .cinfo > * {
  position: relative;
  z-index: 1;
}

.contact-soft .cinfo .sec-idx {
  margin-bottom: 25px !important;
  color: rgba(7, 59, 39, .64) !important;
  font-size: 10px !important;
  font-weight: 700;
  letter-spacing: .2em !important;
  text-transform: uppercase;
}

.contact-soft .cinfo .sec-idx b {
  margin-right: 14px;
  color: #0b5036 !important;
  font-size: 12px;
}

.contact-soft .cinfo .ci {
  display: grid !important;
  grid-template-columns: 38px 76px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: center !important;
  padding: 17px 0 !important;
  border-bottom: 1px solid rgba(7, 63, 41, .16) !important;
}

.contact-soft .cinfo .cic {
  width: 36px !important;
  height: 36px !important;
  color: #0e5b3d !important;
  border: 1px solid rgba(255, 255, 255, .38) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .24) !important;
}

.contact-soft .cinfo .lab {
  margin: 0 !important;
  color: rgba(7, 59, 39, .62) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: .12em !important;
}

.contact-soft .cinfo .val {
  color: #0b3c29 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  word-break: break-word;
}

.contact-soft .cinfo .map {
  height: 220px !important;
  margin-top: 27px !important;
  border: 1px solid rgba(255, 255, 255, .52) !important;
  border-radius: 14px !important;
  background: #dbe3dd;
  box-shadow: 0 18px 34px -24px rgba(0, 0, 0, .72);
}

.contact-soft .cinfo .map iframe {
  filter: saturate(.72) contrast(.96);
}

.contact-soft .cinfo .map-addr {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 14px !important;
  color: rgba(7, 59, 39, .68) !important;
  font-size: 11px !important;
  line-height: 1.65;
}

.contact-soft .cinfo .map-addr a {
  color: #08452f !important;
  font-weight: 600;
  white-space: nowrap;
}

.contact-soft form.lead {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: start !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 48px 50px 50px !important;
  background: rgba(253, 254, 252, .96) !important;
  border: 1px solid rgba(22, 61, 42, .1) !important;
  border-radius: 24px !important;
  box-shadow: 0 32px 72px -48px rgba(18, 65, 40, .54) !important;
}

.contact-soft form.lead::before {
  content: none;
  display: none;
}

.contact-soft form.lead h3 {
  margin: 15px 0 7px !important;
  color: #15281f !important;
  font-size: clamp(28px, 2.2vw, 36px) !important;
  font-weight: 620 !important;
  letter-spacing: -.045em !important;
  line-height: 1.15;
}

.contact-soft form.lead .ph {
  margin: 0 0 26px !important;
  color: #76847d !important;
  font-size: 13px !important;
  line-height: 1.7;
}

.contact-soft form.lead label {
  margin: 15px 0 8px !important;
  color: #35463d !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .04em;
}

.contact-soft form.lead input,
.contact-soft form.lead textarea {
  width: 100%;
  color: #17271f !important;
  background: #f2f6f3 !important;
  border: 1px solid #d9e3dc !important;
  border-radius: 11px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72) !important;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.contact-soft form.lead input {
  height: 54px !important;
  padding: 0 17px !important;
}

.contact-soft form.lead textarea {
  min-height: 132px !important;
  padding: 15px 17px !important;
  resize: vertical;
}

.contact-soft form.lead input::placeholder,
.contact-soft form.lead textarea::placeholder {
  color: #a5b0aa !important;
}

.contact-soft form.lead input:focus,
.contact-soft form.lead textarea:focus {
  outline: none;
  background: #fff !important;
  border-color: #5b9e78 !important;
  box-shadow: 0 0 0 4px rgba(44, 126, 78, .1) !important;
}

.contact-soft form.lead button {
  height: 54px;
  margin-top: 24px !important;
  color: #fff !important;
  background: #2ec58a !important;
  border: 1px solid #2ec58a !important;
  border-radius: 11px !important;
  box-shadow: 0 16px 30px -20px rgba(15, 69, 40, .68) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .15em !important;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.contact-soft form.lead button:hover {
  background: #27b87e !important;
  transform: translateY(-1px);
  box-shadow: 0 20px 34px -20px rgba(15, 69, 40, .78) !important;
}

@media (max-width: 1100px) {
  .contact-soft .cinfo .ci {
    grid-template-columns: 38px minmax(0, 1fr) !important;
    gap: 3px 13px !important;
  }

  .contact-soft .cinfo .cic {
    grid-row: 1 / 3;
  }
}

@media (max-width: 900px) {
  .contact-soft {
    padding: 80px 24px 96px !important;
  }

  .contact-soft .contact-g {
    grid-template-columns: 1fr !important;
  }

  .contact-soft form.lead {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .contact-soft {
    padding: 64px 16px 78px !important;
  }

  .contact-soft .cinfo,
  .contact-soft form.lead {
    padding: 32px 22px !important;
    border-radius: 18px !important;
  }

  .contact-soft form.lead::before {
    top: 23px;
    right: 22px;
  }

  .contact-soft .cinfo .map {
    height: 190px !important;
  }
}

/* 联系信息与留言表单合并为一个完整联系中心。 */
.contact-soft .contact-g {
  gap: 0 !important;
  align-items: stretch !important;
  overflow: hidden;
  background: rgba(253, 254, 252, .98);
  border: 1px solid rgba(20, 65, 43, .1);
  border-radius: 30px;
  box-shadow:
    0 42px 96px -54px rgba(8, 50, 31, .42),
    inset 0 1px 0 rgba(255, 255, 255, .9);
}
.contact-soft .cinfo,
.contact-soft form.lead {
  align-self: stretch !important;
  height: 100% !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.contact-soft .cinfo {
  border-right: 1px solid rgba(10, 82, 51, .14) !important;
}
.contact-soft form.lead {
  background:
    radial-gradient(560px 340px at 100% 0%, rgba(46, 197, 138, .055), transparent 64%),
    rgba(253, 254, 252, .98) !important;
}
@media (max-width: 900px) {
  .contact-soft .contact-g {
    gap: 0 !important;
    border-radius: 24px;
  }
  .contact-soft .cinfo {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(10, 82, 51, .14) !important;
  }
}
@media (max-width: 560px) {
  .contact-soft .contact-g { border-radius: 20px; }
  .contact-soft .cinfo,
  .contact-soft form.lead { border-radius: 0 !important; }
}

/* 2026-07-22 · 联系信息面板匹配指定参考色。 */
.contact-soft .cinfo{
  background:#328e73 !important;
}
.contact-soft .cinfo::before{
  background:none !important;
}
