/* 首页轻量视觉精修：保留既有结构、文案与品牌基调。 */
.v3-home .v3-hero{
  background:
    radial-gradient(circle at 78% 17%,rgba(191,213,197,.54),transparent 29%),
    radial-gradient(circle at 13% 82%,rgba(205,170,112,.11),transparent 26%),
    linear-gradient(135deg,#fbf7ee 0%,#fffdf8 54%,#f1f7f2 100%);
}
.v3-home .v3-kicker{
  border:1px solid rgba(184,109,67,.18);
  box-shadow:0 8px 24px rgba(67,91,77,.06);
}
.v3-home .v3-hero h1 em{
  position:relative;
  z-index:0;
  color:#1f5547;
  font-style:normal;
  font-weight:850;
  white-space:nowrap;
}
.v3-home .v3-hero h1 em:after{
  content:"";
  position:absolute;
  z-index:-1;
  left:-.06em;
  right:-.06em;
  bottom:.08em;
  height:.34em;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(210,174,109,.13),rgba(210,174,109,.34));
}
.mobile-title-break{display:none}
.v3-home .v3-hero .btn.primary{
  min-height:46px;
  padding:11px 18px 11px 22px;
  border-radius:10px;
  box-shadow:0 12px 28px rgba(31,82,67,.18);
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.v3-home .v3-hero .btn.primary b{
  display:inline-grid;
  width:24px;
  height:24px;
  margin-left:8px;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.16);
}
.v3-home .v3-hero .btn.primary:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 34px rgba(31,82,67,.24);
}
.v3-home .v3-portrait-frame{box-shadow:0 22px 55px rgba(30,65,55,.09)}
.v3-home .v3-trust{box-shadow:0 16px 34px rgba(31,82,67,.12)}
.v3-home .v3-trust b{color:#f2d7a8}
.v3-home .v3-section-head h2,
.v3-home .v3-platform-row h2,
.v3-home .notes-min-head h2{text-wrap:balance}
.v3-home .notes-min-head h2{
  color:var(--v3-green);
  font-size:clamp(17px,2.7vw,32px);
  line-height:1.27;
  white-space:nowrap;
  text-wrap:nowrap;
}
.v3-home .notes-title-break{display:inline}
.v3-home .v3-case-feature,
.v3-home .v3-path-card{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.v3-home .v3-case-feature:hover,
.v3-home .v3-path-card:hover{
  transform:translateY(-3px);
  border-color:rgba(31,82,67,.2);
  box-shadow:0 18px 42px rgba(31,82,67,.1);
}
@media(max-width:760px){
  .v3-home .v3-hero>.wrap{
    width:calc(100% - 28px)!important;
    max-width:none!important;
    margin-left:14px!important;
    margin-right:14px!important;
  }
  .v3-home .v3-hero-grid{width:100%;max-width:100%;overflow:visible}
  .v3-home .v3-hero-copy{width:100%;min-width:0;order:1}
  .v3-home .v3-hero-person{order:2}
  .v3-home .v3-hero-action-row{width:100%;min-width:0;order:3}
  .v3-home .v3-kicker{width:100%;max-width:100%;align-self:stretch}
  .v3-home .v3-hero h1{display:block!important;width:100%;min-width:0;max-width:100%}
  .v3-home .v3-hero h1 span{
    display:block!important;
    width:100%;
    min-width:0;
    max-width:100%;
    white-space:normal!important;
    word-break:break-all;
    overflow-wrap:anywhere;
  }
  .v3-home .v3-lead{
    width:calc(100% - 32px);
    min-width:0;
    max-width:calc(100% - 32px);
    margin-left:auto;
    margin-right:auto;
    padding:0;
    box-sizing:border-box;
    word-break:break-word;
    overflow-wrap:anywhere;
  }
  .v3-home .v3-lead span{
    display:block;
    width:100%;
    max-width:100%;
    white-space:normal!important;
    word-break:break-all;
    overflow-wrap:anywhere;
  }
  .v3-home .v3-hero h1 em{white-space:normal}
  .v3-home .mobile-title-break{display:block}
  .v3-home .v3-hero .btn.primary{min-height:43px;padding:9px 15px 9px 18px}
  .v3-home .v3-case-feature:hover,.v3-home .v3-path-card:hover{transform:none}
}
/* 首页观点三卡：轻量图标识别｜2026-08-26 */
.v3-home .v3-three-points article{
  min-height:154px;
  padding:17px 62px 16px 14px;
  border-radius:0 0 12px 12px;
  transition:background .2s ease,transform .2s ease;
}
.v3-home .v3-three-points article:nth-child(1){background:linear-gradient(135deg,rgba(18,135,165,.055),rgba(255,255,255,0) 72%)}
.v3-home .v3-three-points article:nth-child(2){background:linear-gradient(135deg,rgba(74,132,105,.055),rgba(255,255,255,0) 72%)}
.v3-home .v3-three-points article:nth-child(3){background:linear-gradient(135deg,rgba(184,109,67,.055),rgba(255,255,255,0) 72%)}
.v3-home .v3-point-icon{
  position:absolute;
  top:14px;
  right:14px;
  display:flex;
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(18,135,165,.18);
  border-radius:50%;
  background:rgba(239,248,247,.9);
  color:#0e6f78;
}
.v3-home .v3-three-points article:nth-child(2) .v3-point-icon{border-color:rgba(74,132,105,.2);background:#f2f7f3;color:#4a7860}
.v3-home .v3-three-points article:nth-child(3) .v3-point-icon{border-color:rgba(184,109,67,.2);background:#fff7f1;color:#a9633e}
.v3-home .v3-point-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.v3-home .v3-three-points article:hover{transform:translateY(-2px)}
@media(max-width:760px){
  .v3-home .v3-three-points article{min-height:0;padding:14px 54px 14px 10px}
  .v3-home .v3-point-icon{top:11px;right:9px;width:38px;height:38px}
  .v3-home .v3-point-icon svg{width:21px;height:21px}
  .v3-home .v3-three-points article:hover{transform:none}
}
@media(prefers-reduced-motion:reduce){
  .v3-home .v3-hero .btn.primary,
  .v3-home .v3-case-feature,
  .v3-home .v3-path-card,
  .v3-home .v3-three-points article{transition:none}
}
