.service-page{background:#fff;color:#111827}
.service-hero{padding:74px 24px 62px;background:linear-gradient(180deg,#f8fafc 0%,#eef6ff 100%);border-bottom:1px solid #e5e7eb}
.service-hero-inner,.service-section-inner{width:min(100%,1120px);margin:0 auto}
.service-hero-inner{display:grid;grid-template-columns:minmax(0,.95fr) minmax(280px,.65fr);gap:42px;align-items:center}
.service-kicker{margin:0 0 14px;color:#2563eb;font-size:13px;font-weight:900;letter-spacing:.08em}
.service-hero h1{margin:0;font-size:clamp(38px,5.4vw,68px);line-height:1.08;letter-spacing:0}
.service-hero p{margin:22px 0 0;max-width:720px;color:#475569;font-size:18px;line-height:1.82}
.service-visual{display:grid;place-items:center;min-height:300px;border:1px solid #dbe7f5;border-radius:8px;background:#fff;box-shadow:0 24px 60px rgba(15,23,42,.1);padding:34px}
.service-visual img{width:min(100%,280px);height:auto}
.service-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}
.service-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border-radius:8px;background:#0b1220;color:#fff;padding:0 18px;font-weight:900}
.service-actions a.secondary{background:#fff;color:#334155;border:1px solid #dbe7f5}
.service-section{padding:70px 24px;border-bottom:1px solid #e5e7eb}
.service-section.alt{background:#f8fafc}
.service-section h2{margin:0;font-size:clamp(30px,3.8vw,48px);line-height:1.16}
.service-lead{margin:16px 0 0;max-width:760px;color:#475569;font-size:18px;line-height:1.78}
.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:30px}
.service-card{border:1px solid #e5e7eb;border-radius:8px;background:#fff;padding:24px;box-shadow:0 14px 34px rgba(15,23,42,.055)}
.service-card b{display:block;color:#111827;font-size:21px;line-height:1.35}
.service-card p{margin:12px 0 0;color:#475569;font-size:16px;line-height:1.72}
.service-card span{display:inline-grid;place-items:center;width:40px;height:40px;margin-bottom:18px;border-radius:8px;background:#eaf2ff;color:#2563eb;font-weight:900}
.service-process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:30px;counter-reset:step}
.service-process li{list-style:none;border:1px solid #dbe7f5;border-radius:8px;background:#fff;padding:22px;color:#475569;line-height:1.65}
.service-process li:before{counter-increment:step;content:"0" counter(step);display:block;margin-bottom:12px;color:#2563eb;font-weight:900}
.service-process b{display:block;margin-bottom:8px;color:#111827;font-size:18px}
.service-band{display:grid;grid-template-columns:.78fr 1.22fr;gap:32px;align-items:start;border:1px solid #dbe7f5;border-radius:8px;background:#fff;padding:30px;box-shadow:0 16px 38px rgba(15,23,42,.06)}
.service-band p{margin:0;color:#475569;font-size:17px;line-height:1.78}
.service-links{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
.service-links a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border-radius:8px;border:1px solid #dbe7f5;background:#fff;padding:0 14px;color:#0f172a;font-weight:900}
.service-list{display:grid;gap:12px;margin-top:28px}
.service-list a{display:grid;grid-template-columns:72px minmax(0,1fr);gap:18px;align-items:center;border:1px solid #e5e7eb;border-radius:8px;background:#fff;padding:18px;color:inherit;box-shadow:0 12px 28px rgba(15,23,42,.045)}
.service-list img{width:72px;height:72px;object-fit:contain}
.service-list b{display:block;font-size:20px}
.service-list span{display:block;margin-top:6px;color:#64748b;line-height:1.6}
@media(max-width:860px){
  .service-hero-inner,.service-band{grid-template-columns:1fr}
  .service-grid,.service-process{grid-template-columns:1fr}
}
@media(max-width:640px){
  .service-hero{padding:46px 18px 42px}
  .service-section{padding:52px 18px}
  .service-list a{grid-template-columns:56px minmax(0,1fr);padding:16px}
  .service-list img{width:56px;height:56px}
}
