.service-page{--svc-ink:#142b43;--svc-blue:#1a70da;--svc-orange:#ee7b2d;background:#f5f8fb;color:#263544}
.service-flow-wrap{padding:88px 0 20px}
.service-flow .mod-title{margin-bottom:42px}
.service-flow .mod-title__name{position:relative;display:inline-block;padding-bottom:14px}
.service-flow .mod-title__name:after{content:'';position:absolute;left:50%;bottom:0;width:42px;height:3px;background:var(--svc-orange);transform:translateX(-50%)}
.service-flow .mod-title__desc{max-width:760px;margin:16px auto 0;line-height:1.8}
.service-flow__group{margin-bottom:22px;padding:32px 32px 28px;background:#fff;box-shadow:0 16px 36px rgba(20,43,67,.06)}
.service-flow__head{display:grid;grid-template-columns:auto 1fr;gap:4px 16px;align-items:end;margin-bottom:22px}
.service-flow__head em{grid-row:1 / 3;color:var(--svc-orange);font-size:28px;font-style:normal;font-weight:700;line-height:1}
.service-flow__head h3{color:var(--svc-ink);font-size:22px;font-weight:700}
.service-flow__head p{color:#8a97a4;font-size:13px}
.service-flow__list{display:grid;gap:14px}
.service-flow__list--6{grid-template-columns:repeat(6,minmax(0,1fr))}
.service-flow__list--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.service-flow__list--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.service-flow__item{position:relative;min-height:176px;padding:22px 18px 20px;background:#f5f8fb;border:1px solid #e8eef4;transition:transform .3s,box-shadow .3s,border-color .3s,background .3s}
.service-flow__item:hover{transform:translateY(-4px);border-color:#d5e6f8;background:#fff;box-shadow:0 14px 28px rgba(26,112,218,.1)}
.service-flow__item b{display:block;margin-bottom:10px;color:var(--svc-orange);font-size:13px;letter-spacing:.12em}
.service-flow__item h4{margin-bottom:8px;color:var(--svc-ink);font-size:16px;font-weight:700;line-height:1.4}
.service-flow__item p{color:#687785;font-size:13px;line-height:1.7}
.service-stage-wrap{padding:20px 0 28px}
.service-stage{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.service-stage__item{overflow:hidden;background:#fff;box-shadow:0 16px 36px rgba(20,43,67,.08);transition:transform .3s,box-shadow .3s}
.service-stage__item:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(20,43,67,.12)}
.service-stage__media{height:220px;overflow:hidden;background:#edf3f8}
.service-stage__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .55s}
.service-stage__item:hover .service-stage__media img{transform:scale(1.05)}
.service-stage__body{padding:26px 24px 28px}
.service-stage__num{color:var(--svc-orange);font-size:13px;font-weight:700;letter-spacing:.16em}
.service-stage__body h3{margin:8px 0 12px;color:var(--svc-ink);font-size:22px;font-weight:700;line-height:1.3}
.service-stage__body h3:after{content:'';display:block;width:36px;height:3px;margin-top:12px;background:var(--svc-orange)}
.service-stage__body p{color:#687785;font-size:14px;line-height:1.9}
.service-cta-wrap{padding:12px 0 110px}
.service-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px;align-items:center;padding:48px 56px;background:linear-gradient(120deg,#142b43 0%,#1a4f8c 58%,#1a70da 100%);color:#fff;box-shadow:0 18px 40px rgba(20,43,67,.16)}
.service-cta__tag{margin-bottom:12px;color:#f6c257;font-size:12px;font-weight:700;letter-spacing:.2em}
.service-cta h2{max-width:760px;font-size:clamp(24px,3vw,34px);line-height:1.4}
.service-cta p{max-width:680px;margin-top:16px;color:rgba(255,255,255,.82);font-size:15px;line-height:1.9}
.service-cta__btns{display:flex;flex-wrap:wrap;gap:12px}
.service-cta .btn{background:#ee7b2d}
.service-cta .btn:hover{background:#f08a45}
.service-cta .btn--ghost{background:transparent;border-color:rgba(255,255,255,.45)}
.service-cta .btn--ghost:hover{background:#fff;color:var(--svc-blue)}
@media (max-width:1440px){
.service-flow__list--6{grid-template-columns:repeat(3,minmax(0,1fr))}
.service-flow__group{padding:28px 24px}
}
@media (max-width:1280px){
.service-flow__list--4{grid-template-columns:repeat(2,minmax(0,1fr))}
.service-cta{padding:40px 36px}
}
@media (max-width:1024px){
.service-flow-wrap{padding:72px 0 16px}
.service-flow__list--6,.service-flow__list--4,.service-flow__list--2{grid-template-columns:1fr 1fr}
.service-stage{grid-template-columns:1fr}
.service-stage__media{height:240px}
.service-cta{grid-template-columns:1fr;gap:24px;padding:36px 28px}
}
@media (max-width:768px){
.service-flow-wrap{padding:64px 0 12px}
.service-flow .mod-title{margin-bottom:28px}
.service-flow__group{padding:24px 18px 20px}
.service-flow__head h3{font-size:20px}
.service-flow__list--6,.service-flow__list--4,.service-flow__list--2{grid-template-columns:1fr}
.service-flow__item{min-height:0}
.service-stage__body{padding:22px 20px 24px}
.service-stage__body h3{font-size:20px}
.service-cta-wrap{padding-bottom:80px}
.service-cta h2{font-size:24px}
.service-cta p{font-size:14px}
}
