@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Barlow+Condensed:wght@700&display=swap");
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f7f8fa;color:#172238;font:13px/1.5 Montserrat,Arial,sans-serif;overflow-x:hidden}a{text-decoration:none;color:inherit}em{font-style:normal;color:#ed1111}.red-em{font-style:normal;color:#ed1111}
.site-header{height:74px;background:#fff;display:flex;align-items:center;padding:4px 2.6%;gap:24px;position:relative;z-index:10;box-shadow:0 1px 3px rgba(0,0,0,.06)}.brand{width:245px;flex:none;display:flex;align-items:center}.brand img{width:245px;height:auto;display:block}.main-nav{flex:1;display:flex;justify-content:center;align-items:center;gap:27px;font-size:11px;font-weight:600;white-space:nowrap}.main-nav a{padding:25px 0 20px;border-bottom:2px solid transparent}.main-nav a.active,.main-nav a:hover{color:#ed1111;border-bottom-color:#ed1111}.top-cta,.btn{background:#ed1111;color:#fff;border-radius:26px;padding:12px 20px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:9px;white-space:nowrap}.top-cta{font-size:11px;padding:13px 22px}.top-cta span{font-size:15px}
.hero{height:307px;background:#100107;color:#fff;display:grid;grid-template-columns:43% 57%;overflow:hidden}.hero-copy{padding:32px 40px 25px;background:linear-gradient(90deg,#110106 0%,#190309 86%,rgba(25,3,9,.7) 100%);z-index:2}.eyebrow{font-size:10px;font-weight:700;color:#ed1111;letter-spacing:.1px;display:flex;align-items:center;gap:9px}.eyebrow span{height:1px;width:64px;background:linear-gradient(90deg,#ed1111,#aaa)}.hero h1{font:700 45px/1 "Barlow Condensed",Arial,sans-serif;margin:10px 0 15px;letter-spacing:.1px}.hero h1 em{font-style:normal;color:#ed1111}.hero p{font-size:12.2px;line-height:1.7;max-width:470px;margin:0 0 14px}.hero-actions{display:flex;gap:13px}.hero .btn{padding:11px 18px}.outline{background:transparent;border:1px solid #fff;color:#fff}.hero-media{min-width:0}.hero-media img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.title{text-align:center;padding:17px 0 10px}.title .eyebrow{justify-content:center}.red-line:before,.red-line:after{content:"";height:1px;width:38px;background:#ed1111}.title h2{font-size:25px;line-height:1.25;margin:5px 0 6px}.title p{font-size:11.5px;line-height:1.5;color:#4f5b6e;margin:0}.grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px;padding:10px 2.8% 15px}.grid article{background:#fff;border:1px solid #dce1e8;border-radius:9px;overflow:visible;text-align:center;box-shadow:0 3px 10px rgba(0,20,40,.08);position:relative;min-width:0;padding-bottom:12px}.grid img{width:100%;height:110px;display:block;object-fit:cover;border-radius:9px 9px 0 0}.card-icon{width:45px;height:45px;border-radius:50%;background:#fff;border:1px solid #e4e6ea;box-shadow:0 3px 8px rgba(0,0,0,.12);color:#ed1111;display:flex;align-items:center;justify-content:center;font-size:23px;position:absolute;top:87px;left:50%;transform:translateX(-50%)}.grid h3{font-size:11.5px;margin:19px 7px 6px;line-height:1.3}.grid p{font-size:10px;line-height:1.55;margin:0;padding:0 12px;color:#283345;min-height:48px}
.stats{margin:14px 2.7% 18px;display:grid;grid-template-columns:2fr repeat(5,1fr);color:#fff;background:linear-gradient(105deg,#a90000,#ed1111 48%,#071226);border-radius:10px;overflow:hidden}.stats>div{padding:17px 11px;text-align:center;border-left:1px solid rgba(255,255,255,.26);display:flex;flex-direction:column;justify-content:center}.stats .stats-intro{text-align:left}.stats .stats-intro small{color:#fff;font-size:8px;font-weight:800}.stats b{font-size:20px;display:block;line-height:1.05}.stats small{display:block;color:#fff;font-size:8px;margin-top:7px;line-height:1.4;font-weight:700}.stats h2{font-size:20px;line-height:1.2;margin:5px 0}.stats p{font-size:9px;line-height:1.5;margin:0;color:#fff}.stats .stat-icon{width:42px;height:42px;object-fit:contain;display:block;margin:0 auto 6px}
.process{position:relative;padding:20px 5% 26px;overflow:hidden;background:#fff}.process:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(rgba(237,17,17,.12) .8px,transparent .8px);background-size:10px 10px;opacity:.28}.process>*{position:relative;z-index:1}.process-title{text-align:center}.process-title small{color:#ed1111;font-weight:800;font-size:10px}.process-title h2{font-size:25px;line-height:1.18;margin:7px 0;color:#17243b}.steps{display:grid;grid-template-columns:repeat(6,1fr);text-align:center;margin-top:17px;gap:10px}.steps>div{position:relative;min-width:0}.steps>div:not(:last-child):after{content:"";position:absolute;top:16px;left:60%;width:82%;border-top:1px dashed #ef7777;z-index:0}.steps span{display:grid;place-items:center;width:31px;height:31px;border:2px solid #e91519;border-radius:50%;color:#e91519;font-size:14px;font-weight:700;margin:0 auto 7px;background:#fff;position:relative;z-index:1}.steps b{display:block;color:#1d2738;font-size:9px}.steps p{font-size:8.5px;color:#687181;line-height:1.6;max-width:150px;margin:7px auto}.grid article>img{object-fit:cover}
.cta{margin:0 2.7% 11px;padding:17px 26px;background:linear-gradient(90deg,rgba(173,0,0,.98),rgba(237,17,17,.86)),url("../assets/industries/industries-hero.png") center/cover;color:#fff;border-radius:9px;display:flex;align-items:center;gap:12px}.cta div{flex:1}.cta h2{margin:0 0 3px;font-size:22px}.cta p{margin:0;font-size:11px}.cta .btn{padding:11px 20px}.cta .outline{border-color:#fff}
footer{background:#061022;color:#fff;padding:17px 3% 12px;display:grid;grid-template-columns:1.45fr 1fr 1.1fr 1.05fr 1.3fr;gap:18px;line-height:1.6;font-size:9px;border-top:1px solid rgba(255,255,255,.1)}.footer-brand img{width:205px;height:auto;display:block}.footer-brand p{margin:3px 0 8px;line-height:1.45}.socials{display:flex;gap:7px}.socials a{width:27px;height:27px;border-radius:50%;background:#ed1111;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}footer>div:not(.footer-brand){display:flex;flex-direction:column;border-left:1px solid rgba(255,255,255,.35);padding-left:18px}footer b{font-size:9px;margin-bottom:4px}footer em{font-style:normal;color:#ed1111;font-weight:600;margin-top:7px}footer span{line-height:1.45}.copyright{background:#8d0000;color:#fff;display:flex;justify-content:space-between;padding:7px 3%;font-size:8.5px}
@media(max-width:1100px){.main-nav{gap:17px}.brand,.brand img{width:220px}.hero-copy{padding-left:32px}.grid{gap:11px}.steps{gap:5px}.stats h2{font-size:18px}.stats p{font-size:8px}}
@media(max-width:800px){.site-header{height:70px;padding:5px 4%}.brand,.brand img{width:195px}.main-nav{display:none}.top-cta{margin-left:auto}.hero{height:auto;grid-template-columns:1fr}.hero-copy{padding:28px 7%}.hero-media{height:250px}.grid{grid-template-columns:repeat(2,1fr);padding:10px 4%}.stats{grid-template-columns:repeat(3,1fr)}.stats .stats-intro{grid-column:1/-1}.steps{grid-template-columns:repeat(3,1fr);gap:14px}.steps>div:not(:last-child):after{display:none}.cta{margin-left:4%;margin-right:4%;flex-wrap:wrap}.cta div{flex-basis:100%}footer{grid-template-columns:repeat(2,1fr)}.copyright{flex-direction:column;gap:5px;text-align:center}}
@media(max-width:500px){.brand,.brand img{width:180px}.top-cta{font-size:9px;padding:10px 13px}.hero h1{font-size:40px}.grid{grid-template-columns:1fr}.title h2{font-size:21px}.steps{grid-template-columns:1fr 1fr}.stats{grid-template-columns:repeat(2,1fr)}footer{grid-template-columns:1fr}.copyright{font-size:8px}}
