:root{
  --navy:#073b75;
  --navy-2:#063464;
  --navy-dark:#062f5c;
  --blue:#135ca5;
  --light-blue:#eaf3fb;
  --orange:#ff6517;
  --text:#1a2a3b;
  --muted:#657382;
  --line:#d8e1ea;
  --soft:#f5f8fb;
  --white:#fff;
  --shadow:0 6px 22px rgba(13,49,81,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;font-size:14px;line-height:1.45}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.wrap{width:min(1180px,calc(100% - 80px));margin:0 auto}
.topbar{height:30px;background:var(--navy);color:#e7f1fb;font-size:11px;display:flex;align-items:center}
.topbar-inner{display:flex;justify-content:space-between;align-items:center;gap:20px}
.topbar-right{display:flex;align-items:center;gap:26px;white-space:nowrap}
.topbar-right span{display:flex;align-items:center;gap:6px}.topbar-right svg{width:13px;height:13px}.topbar-right .tiny{width:10px;height:10px}
.nav{height:66px;background:#fff;border-bottom:1px solid #edf1f5;position:relative;z-index:5}
.nav-inner{height:100%;display:flex;align-items:center;gap:28px}
.brand{min-width:210px}.brand-name{font-weight:800;font-size:28px;color:#0d417e;letter-spacing:-1px;line-height:1}.brand-name span{color:#ff8a00;font-size:.78em;letter-spacing:-.5px}.brand-tag{font-size:12px;color:#43617d;margin-top:4px}
.menu{display:flex;align-items:center;justify-content:center;gap:26px;flex:1;font-size:13px;font-weight:600;color:#24384c;height:100%}.menu a{height:100%;display:flex;align-items:center;gap:4px;position:relative;white-space:nowrap}.menu a svg{width:12px;height:12px}.menu a.active{color:var(--blue)}.menu a.active:after{content:"";height:2px;width:32px;background:#2f74ba;position:absolute;left:50%;bottom:16px;transform:translateX(-50%)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:4px;font-weight:700;cursor:pointer;transition:.2s ease;min-height:44px;padding:0 24px}.btn:hover{transform:translateY(-1px);filter:brightness(1.02)}.btn svg{width:17px;height:17px}.btn-orange{background:var(--orange);color:#fff;box-shadow:0 4px 10px rgba(255,101,23,.18)}.nav-cta{min-height:42px;padding:0 22px;white-space:nowrap}
.hero{height:390px;position:relative;color:#fff;overflow:hidden;background:#0b315a}.hero-bg{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(3,37,70,.97) 0%,rgba(5,41,76,.89) 34%,rgba(5,38,70,.38) 56%,rgba(5,38,70,.08) 100%),url('assets/images/hero.webp');background-size:cover;background-position:center center}.hero:after{content:"";position:absolute;inset:auto 0 0 0;height:1px;background:rgba(255,255,255,.1)}.hero-inner{height:100%;display:flex;align-items:center;position:relative;z-index:1}.hero-copy{width:62%;padding-top:4px}.hero h1{font-size:50px;line-height:1.03;margin:0 0 14px;letter-spacing:-1.4px;font-weight:800}.hero-sub{font-size:16px;line-height:1.5;margin:0 0 22px;color:#f3f7fb}.hero-points{display:grid;grid-template-columns:repeat(4,max-content);gap:30px;margin:0 0 26px}.hero-points>div{display:flex;align-items:center;gap:10px}.feature-icon{width:32px;height:32px;border:1px solid rgba(255,255,255,.85);border-radius:50%;display:flex;align-items:center;justify-content:center}.feature-icon svg{width:19px;height:19px}.hero-points b{display:block;font-size:11px}.hero-points small{display:block;font-size:10px;color:#d9e7f4}.hero-actions{display:flex;gap:14px}.btn-outline-light{border:1px solid rgba(255,255,255,.75);color:#fff;background:rgba(4,34,64,.3)}
.section{padding:20px 0 18px}.section-head h2{margin:0;color:#0b4a89;font-size:19px;line-height:1.1;letter-spacing:.1px}.section-head p{margin:6px 0 0;color:#65788b;font-size:12px}.section-head.split{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px}.text-link{font-size:12px;color:#1c5b9d;font-weight:700;display:flex;align-items:center;gap:6px;margin-top:8px}.text-link svg{width:14px;height:14px}
.categories-section{background:#fff}.category-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:8px}.category-card{border:1px solid #d8e1ea;border-radius:4px;background:#fff;padding:0 0 10px;overflow:hidden;min-width:0}.category-card img{width:100%;height:112px;object-fit:cover;background:#f4f6f8;border-bottom:1px solid #e6edf3}.category-card h3{font-size:11px;line-height:1.25;margin:9px 8px 8px;color:#1a2733;font-weight:700;min-height:28px}.category-card a{font-size:10.5px;color:#1b5a9c;margin:0 8px;font-weight:700}
.capabilities-section{background:linear-gradient(90deg,#f8fbfd 0%,#fff 57%,#eef4f9 57%,#eef4f9 100%);border-top:1px solid #eff3f6;border-bottom:1px solid #eef2f5}.capability-layout{display:grid;grid-template-columns:66% 34%;min-height:230px}.capability-copy{padding:18px 18px 15px 0}.capability-grid{display:grid;grid-template-columns:repeat(4,1fr);column-gap:16px;row-gap:18px;margin-top:20px}.capability-item{display:flex;gap:9px;align-items:flex-start}.capability-item>span{width:30px;height:30px;flex:0 0 30px;color:#2366a8}.capability-item>span svg{width:27px;height:27px}.capability-item h3{font-size:11px;line-height:1.18;margin:0 0 4px;color:#16538c}.capability-item p{font-size:9.5px;line-height:1.26;margin:0;color:#627180}.capability-image{height:230px;overflow:hidden}.capability-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.applications-section{padding-top:22px;padding-bottom:20px}.app-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:7px;margin-top:13px}.app-grid article{border:1px solid #dce4eb;border-radius:4px;overflow:hidden;background:#fff;text-align:center}.app-grid img{width:100%;height:95px;object-fit:cover}.app-grid h3{font-size:10.5px;line-height:1.18;margin:9px 3px 10px;color:#1b3349}
.quality-section{background:linear-gradient(100deg,#073e78,#063563);color:#fff;padding:16px 0 17px}.quality-layout{display:grid;grid-template-columns:65% 35%;align-items:center}.section-head.inverse h2,.section-head.inverse p{color:#fff}.section-head.inverse p{opacity:.82}.badges{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:13px}.badge{text-align:center}.badge-ring{width:62px;height:62px;border:1.4px solid rgba(255,255,255,.9);border-radius:50%;margin:0 auto 6px;display:flex;flex-direction:column;align-items:center;justify-content:center}.badge-ring b{font-size:13px;line-height:1}.badge-ring strong{font-size:8px;line-height:1.2;font-weight:700}.badge span{font-size:9px;line-height:1.2;color:#fff}.quality-points{border-left:1px solid rgba(255,255,255,.2);padding-left:40px;display:flex;flex-direction:column;gap:14px;font-size:11px}.quality-points div{display:flex;align-items:center;gap:10px}.quality-points svg{color:#ff6a19;width:16px;height:16px;stroke-width:2.4}
.quote-section{background:#fff;padding:15px 0 19px}.quote-layout{display:grid;grid-template-columns:61% 20% 19%;align-items:end}.quote-form-wrap{padding-right:20px}.quote-form{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:10px}.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:1px solid #d4dee7;border-radius:3px;background:#fff;color:#506175;padding:0 10px;font-size:10px;height:32px;outline:none}.quote-form select{color:#768596}.quote-form textarea{grid-column:1/-1;height:52px;resize:none;padding-top:8px;line-height:1.35}.upload-row{grid-column:1/-1;display:flex;align-items:center;gap:8px;color:#536477;font-size:9px;white-space:nowrap}.upload-row>span{font-weight:700}.fake-file{border:1px solid #b9c4ce;padding:2px 7px;border-radius:2px;background:#f7f8fa;color:#394a5c;cursor:pointer}.fake-file input{display:none}.upload-row small{font-size:8.5px}.upload-row em{margin-left:auto;font-style:normal;color:#8a97a3;font-size:8px}.quote-benefits{display:flex;flex-direction:column;gap:11px;padding:0 12px 2px 4px}.quote-benefits>div{display:flex;align-items:center;gap:9px}.benefit-circle{width:31px;height:31px;border:1px solid #4d84ba;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#2a6aa9;flex:0 0 31px}.benefit-circle svg{width:18px;height:18px}.quote-benefits p{margin:0}.quote-benefits b{display:block;font-size:10.5px;color:#31516e}.quote-benefits small{display:block;font-size:9px;color:#7d8b98}.quote-submit{display:flex;justify-content:flex-end;padding-bottom:8px}.quote-submit .btn{width:100%;max-width:190px}
.footer{background:linear-gradient(90deg,#073c73,#06325e);color:#eef5fb;padding:18px 0 0}.footer-grid{display:grid;grid-template-columns:1.55fr 1.22fr .95fr .95fr 1.2fr;gap:35px}.footer h3{font-size:11px;margin:0 0 10px;color:#fff}.footer a{display:block;font-size:9.5px;line-height:1.55;color:#e1edf7}.footer-about .brand{min-width:0}.footer-brand .brand-name{font-size:24px;color:#fff}.footer-brand .brand-tag{color:#fff;opacity:.9}.footer-about>p{font-size:9.5px;line-height:1.5;color:#d4e3ef;margin:10px 0 12px;max-width:260px}.socials{display:flex;gap:7px}.socials a{width:27px;height:27px;border-radius:50%;background:rgba(255,255,255,.13);display:flex;align-items:center;justify-content:center}.socials svg{width:15px;height:15px}.footer-contact p{display:flex;align-items:flex-start;gap:8px;font-size:9.5px;line-height:1.4;margin:0 0 10px;color:#e4eef6}.footer-contact svg{width:14px;height:14px;flex:0 0 14px;margin-top:1px}.footer-bottom{border-top:1px solid rgba(255,255,255,.18);margin-top:17px;min-height:40px;display:flex;justify-content:space-between;align-items:center;font-size:9px;color:#d6e4ee}.footer-bottom span:last-child{display:flex;gap:10px}.footer-bottom i{font-style:normal;opacity:.6}.footer-bottom a{font-size:9px}
@media (max-width:1050px){.wrap{width:calc(100% - 48px)}.menu{gap:17px;font-size:12px}.brand{min-width:180px}.brand-name{font-size:25px}.hero h1{font-size:43px}.hero-points{gap:18px}.category-card img{height:95px}.category-card h3{font-size:9.7px}.app-grid img{height:83px}.footer-grid{gap:22px}.capability-item p{font-size:8.8px}.capability-item h3{font-size:10px}}
@media (max-width:860px){.topbar{display:none}.nav{height:auto}.nav-inner{padding:14px 0;flex-wrap:wrap}.menu{order:3;width:100%;overflow:auto;justify-content:flex-start;height:38px}.nav-cta{margin-left:auto}.hero{height:420px}.hero-copy{width:78%}.category-grid,.app-grid{grid-template-columns:repeat(4,1fr)}.category-card img{height:150px}.app-grid img{height:130px}.capability-layout{grid-template-columns:1fr}.capability-image{height:280px}.capabilities-section{background:#f8fbfd}.quality-layout{grid-template-columns:1fr}.quality-points{border-left:0;border-top:1px solid rgba(255,255,255,.2);margin-top:18px;padding:18px 0 0;display:grid;grid-template-columns:repeat(2,1fr)}.quote-layout{grid-template-columns:1fr}.quote-benefits{display:grid;grid-template-columns:repeat(4,1fr);margin-top:16px;padding:0}.quote-submit{padding-top:14px;justify-content:flex-start}.quote-submit .btn{max-width:230px}.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-about{grid-column:1/-1}.footer-about>p{max-width:560px}}
@media (max-width:620px){.wrap{width:calc(100% - 28px)}.brand{min-width:155px}.brand-name{font-size:23px}.nav-cta{padding:0 14px}.hero{height:465px}.hero-copy{width:100%}.hero h1{font-size:37px}.hero-sub{font-size:14px}.hero-points{grid-template-columns:repeat(2,1fr);gap:14px}.category-grid,.app-grid{grid-template-columns:repeat(2,1fr)}.category-card img{height:160px}.app-grid img{height:150px}.capability-grid{grid-template-columns:repeat(2,1fr)}.badges{grid-template-columns:repeat(3,1fr)}.quote-form{grid-template-columns:repeat(2,1fr)}.quote-form textarea,.upload-row{grid-column:1/-1}.upload-row{flex-wrap:wrap;white-space:normal}.upload-row em{width:100%;margin-left:0}.quote-benefits{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.footer-about{grid-column:auto}.footer-bottom{align-items:flex-start;gap:10px;flex-direction:column;padding:12px 0}}
