:root{--blue: #0052CC;--blue-hover: #003D99;--blue-lt: #EBF2FF;--blue-mid: #DBEAFE;--white: #FFFFFF;--bg: #FFFFFF;--bg-gray: #F5F7FA;--bg-gray2: #EEF1F6;--dark: #111827;--body: #374151;--muted: #6B7280;--border: #E5E7EB;--footer-bg: #1D2939;--nav-h: 72px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Plus Jakarta Sans,sans-serif;color:var(--body);background:var(--bg);line-height:1.65}img{display:block;max-width:100%}a{text-decoration:none}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--nav-h);background:var(--white);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 5%;gap:1rem}.nav-logo{flex-shrink:0}.nav-logo img{height:44px;width:auto}.nav-links{display:flex;align-items:center;list-style:none;margin-left:auto}.nav-links>li>a,.nav-trigger{display:inline-flex;align-items:center;gap:4px;padding:.5rem .875rem;color:var(--body);font-size:.875rem;font-weight:500;transition:color .18s;background:none;border:none;font-family:inherit;cursor:pointer;white-space:nowrap}.nav-links>li>a:hover,.nav-trigger:hover{color:var(--blue)}.nav-links>li>a.active{color:var(--blue);font-weight:600}.nav-trigger.active{color:var(--blue);font-weight:600}.nav-arrow{font-size:.6em;transition:transform .2s}.nav-item{position:relative}.nav-item:after{content:"";position:absolute;top:100%;left:-8px;right:-8px;height:14px}.nav-item:hover .nav-arrow{transform:rotate(180deg)}.dropdown{display:none;position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);min-width:215px;background:var(--white);border:1px solid var(--border);box-shadow:0 8px 28px #0000001a;z-index:200;padding:.375rem 0}.nav-item:hover .dropdown{display:block}.dropdown a{display:block;padding:.625rem 1.25rem;font-size:.8125rem;color:var(--body);transition:background .15s,color .15s;white-space:nowrap}.dropdown a:hover{background:var(--blue-lt);color:var(--blue)}.dropdown a.active{background:var(--blue-lt);color:var(--blue);font-weight:600}.nav-cta{display:inline-flex!important;align-items:center;gap:7px;padding:.5rem 1.125rem!important;background:var(--blue);color:var(--white)!important;font-weight:600!important;font-size:.8125rem!important;border-radius:4px;margin-left:.625rem;transition:background .18s!important}.nav-cta:hover{background:var(--blue-hover)!important}.page-hero{margin-top:var(--nav-h);min-height:380px;background:linear-gradient(145deg,var(--blue-lt) 0%,#d4e8ff 40%,var(--white) 100%);display:flex;align-items:center;padding:4rem 5%}.page-hero-inner{max-width:680px}.hero-breadcrumb{font-size:.78rem;color:var(--muted);margin-bottom:1.25rem}.hero-breadcrumb a{color:var(--muted);transition:color .18s}.hero-breadcrumb a:hover{color:var(--blue)}.hero-breadcrumb span{color:var(--blue);font-weight:500}.page-hero h1{font-size:clamp(1.875rem,3vw,2.75rem);font-weight:800;color:var(--dark);line-height:1.2;margin-bottom:1rem}.page-hero-sub{font-size:1rem;color:var(--muted);line-height:1.75}.section{padding:5rem 5%}.section-alt{background:var(--bg-gray)}.s-tag{font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--blue);margin-bottom:.5rem}.s-title{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;color:var(--dark);line-height:1.25;margin-bottom:.75rem}.s-sub{font-size:.9375rem;color:var(--muted);line-height:1.75}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.service-tag{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.875rem}.service-num{font-size:.65rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--white);background:var(--blue);padding:.2rem .6rem;border-radius:3px}.service-type{font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--blue)}.content-h2{font-size:clamp(1.375rem,2vw,1.75rem);font-weight:800;color:var(--dark);line-height:1.3;margin-bottom:1.125rem}.intro-para{font-size:.9875rem;color:var(--muted);line-height:1.85;margin-bottom:2.25rem}.capabilities-label{font-size:.72rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--dark);margin-bottom:1rem}.capabilities-list{list-style:none;display:flex;flex-direction:column;gap:.65rem;margin-bottom:2.25rem}.capabilities-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;color:var(--body);line-height:1.55}.bullet-check{flex-shrink:0;margin-top:2px;color:var(--blue)}.bullet-check svg{width:16px;height:16px}.standards-bar{background:var(--blue-lt);border:1px solid var(--blue-mid);border-radius:4px;padding:1.25rem 1.5rem}.standards-bar-label{font-size:.72rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--blue);margin-bottom:.75rem}.standards-pills{display:flex;flex-wrap:wrap;gap:.5rem}.std-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .875rem;background:var(--white);border:1px solid var(--blue-mid);border-radius:100px;font-size:.8125rem;font-weight:600;color:var(--dark)}.std-pill-dot{width:7px;height:7px;border-radius:50%;background:var(--blue);flex-shrink:0}.service-img-wrap{overflow:hidden;border-radius:2px;margin-bottom:2rem}.service-img-wrap img{width:100%;height:380px;object-fit:cover;display:block;transition:transform .4s ease}.service-img-wrap:hover img{transform:scale(1.03)}.key-numbers{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.kn-card{background:var(--bg-gray);border:1px solid var(--border);padding:1.25rem 1rem;text-align:center}.kn-value{font-size:1.625rem;font-weight:800;color:var(--blue);line-height:1;margin-bottom:.375rem}.kn-label{font-size:.775rem;color:var(--muted);line-height:1.35}.other-services-header{margin-bottom:2rem}.other-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.svc-card{background:var(--white);border:1px solid var(--border);overflow:hidden;transition:box-shadow .3s,transform .3s;display:flex;flex-direction:column}.svc-card:hover{box-shadow:0 10px 36px #0052cc1a;transform:translateY(-4px)}.svc-card-img{width:100%;height:185px;object-fit:cover}.svc-card-body{padding:1.375rem;flex:1;display:flex;flex-direction:column}.svc-card-num{font-size:.65rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--white);background:var(--blue);padding:.2rem .6rem;border-radius:3px;display:inline-block;margin-bottom:.75rem;width:fit-content}.svc-card-title{font-size:1rem;font-weight:700;color:var(--dark);line-height:1.35;margin-bottom:.5rem}.svc-card-desc{font-size:.855rem;color:var(--muted);line-height:1.65;margin-bottom:1rem;flex:1}.card-link{display:inline-flex;align-items:center;gap:6px;font-size:.875rem;font-weight:600;color:var(--blue);transition:gap .18s;margin-top:auto}.card-link:hover{gap:10px}.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:.75rem 1.625rem;background:var(--blue);color:var(--white);font-size:.875rem;font-weight:600;border-radius:4px;transition:background .18s}.btn-primary:hover{background:var(--blue-hover)}.cta-dark{background:var(--dark);padding:4rem 5%;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cta-dark-eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--blue-lt);margin-bottom:.625rem}.cta-dark-headline{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:800;color:var(--white);line-height:1.25;margin-bottom:.625rem}.cta-dark-sub{font-size:.9375rem;color:#94a3b8;line-height:1.7;max-width:520px}.footer{background:var(--footer-bg);padding:4.5rem 5% 2rem}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-brand img{height:42px;margin-bottom:1rem}.footer-brand p{font-size:.875rem;color:#94a3b8;line-height:1.75;margin-bottom:1.5rem}.f-socials{display:flex;gap:.625rem}.f-social{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:.75rem;font-weight:700;transition:border-color .18s,background .18s,color .18s}.f-social:hover{border-color:var(--blue);background:var(--blue);color:var(--white)}.footer-col h4{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--white);margin-bottom:1.25rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.625rem}.footer-col ul li a{font-size:.875rem;color:#94a3b8;transition:color .18s}.footer-col ul li a:hover,.footer-col ul li a.active{color:var(--white)}.f-contact-row{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.875rem}.f-contact-icon{width:16px;height:16px;flex-shrink:0;margin-top:3px;color:var(--blue)}.f-contact-icon svg{width:16px;height:16px}.f-contact-text{font-size:.875rem;color:#94a3b8;line-height:1.55}.f-contact-text a{color:#94a3b8;transition:color .18s}.f-contact-text a:hover{color:var(--white)}.footer-bottom{padding-top:1.75rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.footer-copy{font-size:.78rem;color:#64748b}.f-legal{display:flex;gap:1.5rem}.f-legal a{font-size:.78rem;color:#64748b;transition:color .18s}.f-legal a:hover{color:var(--white)}@media(max-width:900px){html,body{overflow-x:hidden;max-width:100vw}.content-grid,.other-services-grid{grid-template-columns:1fr;gap:3rem}.key-numbers{grid-template-columns:repeat(3,1fr)}.cta-dark{flex-direction:column;align-items:flex-start}.footer-top{grid-template-columns:1fr 1fr}}@media(max-width:600px){.key-numbers{grid-template-columns:repeat(2,1fr)}.other-services-grid,.footer-top{grid-template-columns:1fr}}@media(max-width:900px){.footer{padding:3rem 1.25rem 1.5rem!important}.footer-top{grid-template-columns:1fr!important;gap:2.25rem!important;padding-bottom:2rem!important}.footer-col h4{margin-bottom:.875rem!important}.footer-col ul li{margin-bottom:.5rem!important}.footer-brand img{height:38px!important;margin-bottom:.75rem!important}.footer-brand p{margin-bottom:1rem!important}.footer-bottom{flex-direction:column!important;align-items:flex-start!important;gap:.75rem!important;padding-top:1.25rem!important}.f-legal{flex-wrap:wrap!important;gap:1rem!important}.cta-banner{flex-direction:column!important;align-items:center!important;text-align:center!important;padding:1.75rem 1.25rem!important;margin:0 1rem 2.5rem!important;gap:1.25rem!important}.cta-left{flex-direction:column!important;align-items:center!important;text-align:center!important;gap:1rem!important;width:100%!important}.cta-icon-wrap{width:56px!important;height:56px!important}.cta-headline{font-size:1.125rem!important;line-height:1.3!important}.cta-sub{font-size:.9rem!important}.cta-banner .btn-primary,.cta-banner a.btn-primary{width:100%!important;justify-content:center!important;padding:.875rem 1.25rem!important}}
