:root{--blue:#243a8f;--cyan:#24a7c4;--yellow:#f4cd28;--ink:#0d1b2a;--muted:#607085;--bg:#f5f8fb}.navbar-brand img{height:56px;width:auto}.hero{min-height:88vh;background:linear-gradient(115deg,rgba(7,22,46,.92),rgba(36,58,143,.66)),url('/assets/img/hero.svg') center/cover;display:flex;align-items:center;color:#fff;position:relative;overflow:hidden}.hero h1{font-size:clamp(2.5rem,6vw,5.8rem);line-height:.96;font-weight:800;max-width:950px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-weight:700;color:var(--yellow)}.flow-line{position:absolute;inset:auto 0 20px;height:110px;background:url('/assets/img/flow.svg') center/cover;opacity:.75}.section{padding:90px 0}.service-card{border:0;border-radius:22px;overflow:hidden;box-shadow:0 15px 40px rgba(13,27,42,.10);height:100%;transition:.3s}.service-card:hover{transform:translateY(-8px)}.service-card .icon{font-size:2.6rem}.split-card{border-radius:28px;padding:45px;height:100%}.bg-blue{background:var(--blue);color:#fff}.bg-yellow{background:var(--yellow)}.cta{background:linear-gradient(120deg,var(--blue),#142351);color:#fff;border-radius:28px;padding:55px}.footer{background:#081426;color:#cbd5e1;padding:55px 0 25px}.form-step{display:none}.form-step.active{display:block}.job-card{border-left:5px solid var(--cyan);border-radius:16px}.badge-soft{background:#e9f7fa;color:#17788d}.page-hero{padding:110px 0 70px;background:linear-gradient(120deg,#0b1730,#243a8f);color:#fff}.content-wrap{max-width:920px}.logo-client{height:70px;object-fit:contain;filter:grayscale(1);opacity:.7}


/* Service Management Enhancement v2 */
.service-card-v2{background:#fff}
.service-card-image{width:100%;height:240px;object-fit:cover;display:block}
.service-detail-hero{padding:130px 0 100px;background:linear-gradient(100deg,#06152f,#243a8f);background-size:cover;background-position:center;color:#fff}
.service-detail-hero h1{font-size:clamp(2.8rem,6vw,5.6rem);line-height:1;font-weight:800;max-width:980px;margin:.7rem 0 1.2rem}
.service-detail-hero .lead{max-width:780px;font-size:1.3rem}
.service-rich-copy{font-size:1.1rem;line-height:1.85;color:#2e3d50}
.service-rich-copy p{margin-bottom:1.4rem}
.service-featured-detail,.service-gallery-public{width:100%;border-radius:22px;object-fit:cover;box-shadow:0 18px 45px rgba(13,27,42,.12)}
.service-featured-detail{max-height:420px}
.service-gallery-public{height:320px}
.service-side-card{background:#f5f8fb;border:1px solid #e6edf5;border-radius:20px;padding:25px}
.service-side-card ul{padding-left:1.2rem}
.service-side-card li{margin-bottom:.65rem}
.service-side-cta{background:linear-gradient(145deg,#0a1832,#243a8f);color:#fff}
@media(max-width:767px){.service-detail-hero{padding:90px 0 70px}.service-gallery-public{height:240px}.service-card-image{height:220px}}
