.banner{position:relative;border-radius:12px;overflow:hidden;margin-bottom:10px;background:#1F2A44}
.banner img{width:100%;height:190px;object-fit:cover;object-position:left center;opacity:.85}
.banner .bn-text{position:absolute;top:0;left:0;right:0;bottom:0;padding:20px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(90deg,rgba(20,28,50,.88) 40%,rgba(20,28,50,.15))}
.banner h1{color:#fff;font-size:21px;margin-bottom:8px}
.banner p{color:#CBD3E1;font-size:12.5px;line-height:1.7;max-width:60%}
.banner .btn{align-self:flex-start;margin-top:12px;padding:8px 20px}
.svc-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}
.svc-grid a{border:1px solid var(--line);border-radius:10px;padding:12px 6px;text-align:center}
.svc-grid img{width:40px;height:40px;margin:0 auto 6px}
.svc-grid b{font-size:13.5px;display:block}
.svc-grid .meta{font-size:11px;margin-top:3px}
.flow{display:flex;align-items:flex-start;justify-content:space-between}
.flow .step{text-align:center;flex:1}
.flow .step img{width:44px;height:44px;margin:0 auto 6px;border-radius:50%}
.flow .step b{font-size:12.5px;display:block}
.flow .step .meta{font-size:10.5px;line-height:1.5}
.flow .arrow{color:#C9CFDB;padding-top:16px;font-size:14px}
.case-item{display:flex;align-items:center;gap:8px;padding:10px 0;border-bottom:1px solid var(--line);font-size:14px}
.case-item:last-child{border-bottom:0}
.case-label{flex-shrink:0;color:var(--accent);border:1px solid var(--accent);font-size:12px;padding:3px 8px;border-radius:6px;white-space:nowrap}
.team-card{width:132px;flex-shrink:0;border:1px solid var(--line);border-radius:10px;overflow:hidden}
.team-card img{width:100%;height:120px;object-fit:cover;background:#EEF0F4}
.team-card .tc-body{padding:8px}
.team-ph{width:100%;height:120px;background:#EEF0F4;display:flex;align-items:center;justify-content:center}
.team-ph svg{width:48px;height:48px;stroke:#B9C0CC;fill:none;stroke-width:1.4}
.news-row{display:flex;justify-content:space-between;gap:10px;padding:9px 0;border-bottom:1px solid var(--line);font-size:14px}
.news-row:last-child{border-bottom:0}
.news-row span:first-child{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.consult{background:var(--primary);border-radius:12px;padding:18px 14px;text-align:center}
.consult b{color:#fff;font-size:17px}
.consult .cs-row{display:flex;gap:8px;margin-top:12px}
.consult input{flex:1;min-width:0;border:0;border-radius:8px;padding:11px;font-size:14px}
