:root{--cream:#FBF4E8;--paper:#FFFDF9;--ink:#2B190F;--brown:#4C2B19;--text:#665141;--muted:#8D7866;--line:#DFC8AA;--bronze:#B66A25;--gold:#E4AC67;--dark:#21130D;--max:1380px;--shadow:0 22px 60px rgba(58,33,18,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;overflow-x:hidden}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}button{font:inherit}.container{width:min(var(--max),100%);margin:auto;padding:0 5%}.eyebrow{font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:var(--bronze)}.eyebrow.light{color:#edb36b}.utility{height:32px;background:var(--dark);color:#c9b7aa;font-size:10px;letter-spacing:.08em}.utility-inner{max-width:1440px;height:100%;margin:auto;padding:0 4%;display:flex;align-items:center;gap:10px}.utility-inner i{width:3px;height:3px;border-radius:50%;background:#80614b}.utility-inner a{margin-left:auto;color:#e6b977;display:flex;gap:4px;align-items:center}.header{position:sticky;top:0;z-index:100;background:#fffdf9fa;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid #EADBC8}.nav{max-width:1440px;margin:auto;padding:13px 4%;display:flex;align-items:center;gap:18px;min-height:96px}.brand{width:285px;flex:none}.brand img{width:285px;height:auto;object-fit:contain}.desktop-nav{margin-left:auto;display:flex;align-items:center;gap:3px}.desktop-nav>a,.nav-main{display:flex;align-items:center;gap:4px;padding:12px;border-radius:9px;color:var(--ink);font-size:13px;font-weight:800}.desktop-nav>a:hover,.nav-main:hover{background:#f1e2cf}.nav-group{position:relative}.mega-wrap{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);padding-top:10px}.nav-group:hover .mega-wrap,.nav-group:focus-within .mega-wrap,.mega-wrap:hover{display:block}.mega{background:var(--paper);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:18px}.services-mega{width:900px;display:grid;grid-template-columns:.75fr 1.25fr;gap:22px}.mega-intro{padding:12px 20px 12px 8px;border-right:1px solid var(--line)}.mega-intro span{font-size:10px;letter-spacing:.14em;color:#a17454;font-weight:800}.mega-intro h3{font-size:24px;letter-spacing:-.03em;color:var(--ink);margin:10px 0}.mega-intro p{font-size:12px;line-height:1.6}.mega-overview{display:inline-block!important;padding:0!important;margin-top:14px;color:#99521f!important}.mega-grid{display:grid;grid-template-columns:1fr 1fr;gap:5px}.mega a{display:block;padding:12px;border-radius:11px}.mega a:hover{background:#f2e4d2}.mega strong{display:block;color:var(--ink);font-size:13px}.mega small{display:block;margin-top:3px;font-size:11px;line-height:1.4;color:var(--muted)}.industry-mega{width:650px;display:grid;grid-template-columns:1fr 1fr}.contact-btn{background:var(--brown);color:#fff;padding:13px 17px;border-radius:9px;font-size:13px;font-weight:800;display:flex;align-items:center;gap:7px}.menu-btn{display:none;border:1px solid var(--line);background:#fff;border-radius:12px}.mobile-menu{display:none}.hero{min-height:690px;position:relative;overflow:hidden;background:#2d190f}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#22120af2,#2a180ed1 45%,#2a180e47 75%,#2a180e1f)}.hero-content{min-height:690px;display:flex;align-items:center;position:relative;z-index:2}.hero-copy{width:min(770px,64%)}.hero-kicker{font-size:11px;letter-spacing:.16em;color:#f0bb79;font-weight:800}.hero h1{font-size:clamp(64px,6.4vw,104px);line-height:.94;letter-spacing:-.06em;color:#fff;margin:22px 0}.hero h1 em{font-style:normal;color:#efbd7d}.hero p{font-size:19px;line-height:1.72;color:#f2e8df;max-width:680px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 20px;border-radius:9px;font-weight:800}.btn.primary{background:#e9ad64;color:#2d190f}.btn.secondary{border:1px solid rgba(255,255,255,.46);color:#fff;background:#ffffff14}.btn.gold{background:#e4ad68;color:#2d190f}.hero-dots{display:flex;gap:8px;margin-top:30px}.hero-dots button{width:44px;height:5px;padding:0;border:0;background:#ffffff59;cursor:pointer}.hero-dots button.active{background:#efb86f}.client-zone{background:#fff;padding:52px 0 60px;overflow:hidden}.client-title{text-align:center;font-size:11px;letter-spacing:.17em;font-weight:800;color:#8d7968;margin-bottom:32px}.marquee{overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent,black 6%,black 94%,transparent);mask-image:linear-gradient(to right,transparent,black 6%,black 94%,transparent)}.marquee-track{display:flex;gap:28px;width:max-content;animation:marquee 34s linear infinite}.marquee:hover .marquee-track{animation-play-state:paused}.client-card{width:310px;height:116px;background:#fff;border:1px solid #E4D5C3;border-radius:18px;box-shadow:0 12px 28px #341e100f;padding:10px 18px;display:flex;align-items:center;justify-content:center}.client-card img{width:100%;height:100%;object-fit:contain}@keyframes marquee{to{transform:translate(calc(-50% - 14px))}}.section{padding:92px 0}.services-section{background:#fbf8f3}.section-heading{display:grid;grid-template-columns:1fr .8fr;gap:60px;align-items:end;margin-bottom:44px}.section-heading.centered{display:block;text-align:center;max-width:850px;margin:0 auto 46px}.section-heading h2,.split-grid h2,.cta h2,.contact-grid h2{font-size:clamp(42px,4.8vw,68px);line-height:1.03;letter-spacing:-.05em;color:var(--ink);margin:10px 0}.section-heading p,.split-grid p{font-size:17px;line-height:1.72;margin:0}.section-heading.centered p{max-width:680px;margin:14px auto 0}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service-card{background:#fff;border:1px solid #E5D6C4;border-radius:20px;overflow:hidden;box-shadow:0 12px 32px #3720120d;transition:.28s}.service-card:hover{transform:translateY(-7px);box-shadow:0 24px 52px #3720121c}.service-visual{height:225px;display:block;overflow:hidden;background:#f0dfc8}.service-visual img{width:100%;height:100%;object-fit:cover;transition:.4s}.service-card:hover .service-visual img{transform:scale(1.03)}.service-body{position:relative;padding:28px 28px 70px;min-height:310px}.service-icon{width:54px;height:54px;border-radius:13px;background:#fff;border:1px solid #D8BD9C;display:grid;place-items:center;color:var(--bronze);margin-top:-56px;box-shadow:0 8px 18px #341e101a}.service-no{position:absolute;right:28px;top:28px;font-size:10px;font-weight:800;color:#a47b59}.service-body h3{font-size:25px;color:var(--ink);margin:20px 0 10px}.service-body p{font-size:14px;line-height:1.68;margin:0}.service-link{position:absolute;left:28px;bottom:24px;color:#96501d;font-size:12px;font-weight:800;display:flex;gap:6px;align-items:center}.industries-section{background:#f5e7d5}.industry-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.industry-grid.overview{grid-template-columns:repeat(3,1fr)}.industry-card{background:#fff;border:1px solid #DBC2A2;border-radius:18px;overflow:hidden;transition:.28s}.industry-card:hover{transform:translateY(-6px);box-shadow:0 22px 44px #4127151a}.industry-card>img{height:175px;width:100%;object-fit:cover}.industry-card>div{position:relative;padding:22px;min-height:230px}.industry-card svg{color:var(--bronze);width:28px;height:28px}.industry-card span{position:absolute;right:22px;top:24px;font-size:10px;font-weight:800;color:#9c7658}.industry-card h3{font-size:20px;color:var(--ink);margin:18px 0 10px}.industry-card p{font-size:13px;line-height:1.62}.industry-card b{position:absolute;left:22px;bottom:20px;color:#94501e;font-size:12px}.insights-home{background:#fff}.text-link{font-weight:800;color:#8c4d1d}.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.insight-card{background:#fff;border:1px solid #E4D7C7;border-radius:18px;overflow:hidden;box-shadow:0 12px 32px #321d0f0d;transition:.3s}.insight-card:hover{transform:translateY(-6px)}.insight-card img{width:100%;height:220px;object-fit:cover}.insight-card>div{padding:24px}.insight-card span{font-size:10px;letter-spacing:.14em;color:#a26937;font-weight:800}.insight-card h3{font-size:22px;color:var(--ink);margin:10px 0}.insight-card p{font-size:13px;line-height:1.65}.insight-card b{font-size:12px;color:#8c4d1d}.page-hero{padding:78px 0;background:linear-gradient(135deg,#fbf4e8,#eed4af);border-bottom:1px solid var(--line)}.page-hero-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:54px;align-items:center}.page-hero h1{font-size:clamp(58px,5.8vw,90px);line-height:.98;letter-spacing:-.055em;color:var(--ink);margin:12px 0}.page-hero p{font-size:18px;line-height:1.72}.page-hero-media{height:440px;border-radius:24px;overflow:hidden;border:1px solid #DBC2A4;box-shadow:var(--shadow)}.page-hero-media img{width:100%;height:100%;object-fit:cover}.split-section{background:#fff}.split-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.feature-image{height:420px;border-radius:22px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow)}.feature-image img{width:100%;height:100%;object-fit:cover}.cap-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cap-card{min-height:270px;padding:28px;border-radius:18px;background:#fff;border:1px solid #E3D3C0;position:relative}.cap-card>span{font-size:10px;font-weight:800;color:#9d7555}.cap-card>svg{color:var(--bronze);margin-bottom:18px}.cap-card h3{font-size:22px;color:var(--ink);margin:18px 0 10px}.cap-card p{font-size:14px;line-height:1.65}.outcome-section{background:#f6eadb}.outcome-list{display:grid;gap:12px}.outcome-list div{display:flex;align-items:center;gap:12px;padding:16px;border-radius:12px;background:#fff;border:1px solid #E0CBAE;color:#4f392a}.outcome-list svg{color:#8d642f}.contact-grid{display:grid;grid-template-columns:1fr .85fr;gap:60px}.contact-panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px}.contact-panel h3{color:var(--ink);font-size:24px}.contact-panel li{margin:12px 0}.cta-section{padding:30px 0 88px;background:var(--cream)}.cta{padding:46px;border-radius:28px;background:linear-gradient(115deg,#51301c,#24140d);display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;color:#fff}.cta h2{color:#fff;font-size:46px;max-width:830px}.cta p{color:#d3c0b3;line-height:1.68}.article-hero{padding:78px 0;background:#f2e2cf}.article-grid{display:grid;grid-template-columns:1fr .9fr;gap:55px;align-items:center}.article-hero img{width:100%;height:430px;object-fit:cover;border-radius:22px}.article-hero span{font-size:10px;letter-spacing:.15em;color:#a26333;font-weight:800}.article-hero h1{font-size:60px;line-height:1;letter-spacing:-.05em;color:var(--ink);margin:14px 0}.article-hero p{font-size:18px;line-height:1.7}.back-link{display:flex;align-items:center;gap:6px;margin-bottom:25px;font-size:12px;font-weight:800;color:#8c4d1d}.article-body{max-width:900px;padding-top:70px;padding-bottom:90px}.article-body p{font-size:20px;line-height:1.85;color:#594638}.notfound{min-height:70vh;display:grid;place-items:center;text-align:center}.notfound span{font-size:12px;color:#a26333}.notfound h1{font-size:55px;color:var(--ink);margin:10px 0}.footer{background:#1e110a;color:#fff;padding:54px 0 22px}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:40px}.footer-logo{width:260px;background:#fff;border-radius:10px;padding:8px}.footer-logo img{width:100%}.footer p,.footer a{display:block;color:#baa99b;font-size:13px;line-height:1.8}.footer h4{color:#df9f56;margin:0 0 10px}.footer-bottom{margin-top:32px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);font-size:11px;color:#806f64}@media(max-width:1050px){.desktop-nav,.contact-btn{display:none}.menu-btn{display:grid;width:52px;height:52px;place-items:center;margin-left:auto}.mobile-menu{display:flex;position:absolute;top:100%;left:14px;right:14px;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px;box-shadow:var(--shadow);max-height:72vh;overflow:auto}.mobile-menu a{padding:12px;border-radius:10px;color:var(--ink);font-weight:700}.mobile-sep{height:1px;background:#eee0ce;margin:7px 0}.brand,.brand img{width:260px}.hero-copy{width:76%}.section-heading,.page-hero-grid,.split-grid,.contact-grid,.cta,.article-grid{grid-template-columns:1fr}.service-grid,.cap-grid,.industry-grid,.industry-grid.overview{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:680px){.container{padding:0 20px}.utility{display:none}.nav{min-height:78px;padding:8px 16px}.brand,.brand img{width:210px}.menu-btn{width:48px;height:48px}.mobile-menu{top:78px}.hero,.hero-content{min-height:620px}.hero-copy{width:100%}.hero-overlay{background:linear-gradient(90deg,#1f110aeb,#1f110aad)}.hero h1{font-size:51px}.hero p{font-size:16px}.hero-actions .btn{padding:13px 14px;font-size:14px}.hero-dots button{width:32px}.client-zone{padding:38px 0 46px}.client-title{font-size:10px;margin-bottom:22px}.marquee-track{gap:16px;animation-duration:28s}.client-card{width:250px;height:94px;border-radius:14px}.section{padding:64px 0}.section-heading{display:block;margin-bottom:28px}.section-heading.centered{text-align:left}.section-heading h2,.split-grid h2,.contact-grid h2{font-size:39px}.section-heading p,.split-grid p{font-size:15px;margin-top:12px}.service-grid{grid-template-columns:1fr;gap:16px}.service-visual{height:185px}.service-body{min-height:235px;padding:22px 22px 62px}.service-icon{width:50px;height:50px;margin-top:-47px}.service-body h3{font-size:26px}.service-body p{font-size:14px}.service-link{left:22px;bottom:21px}.industry-grid,.industry-grid.overview{grid-template-columns:1fr}.industry-card>img{height:190px}.industry-card>div{min-height:210px}.page-hero{padding:46px 0}.page-hero-grid{gap:24px}.page-hero h1{font-size:49px}.page-hero p{font-size:16px}.page-hero-media{height:255px;border-radius:16px}.feature-image{height:270px;border-radius:16px}.cap-grid{grid-template-columns:1fr}.cap-card{min-height:205px;padding:23px}.cap-card h3{font-size:21px}.insight-grid{grid-template-columns:1fr}.insight-card img{height:190px}.cta{padding:28px 22px}.cta h2{font-size:34px}.footer-grid{grid-template-columns:1fr}.footer-logo{width:220px}.article-hero{padding:48px 0}.article-hero h1{font-size:43px}.article-hero img{height:260px}.article-body p{font-size:17px}}.header{position:sticky;top:0;z-index:120;background:#fffdf9fb;border-bottom:1px solid #eadbc8;box-shadow:0 8px 30px #4126140b}.nav{max-width:1480px;margin:auto;min-height:96px;padding:10px 3%;gap:22px}.brand-new{flex:none;display:flex;align-items:center;gap:14px;min-width:300px}.brand-icon{width:64px;height:64px;object-fit:cover;border-radius:15px;box-shadow:0 10px 24px #2f1b0f29}.brand-copy{display:flex;flex-direction:column;min-width:0}.brand-copy strong{color:#2b190f;font-size:32px;line-height:1;letter-spacing:-.045em;font-weight:800}.brand-copy span{margin-top:7px;color:#8d7866;font-size:7.5px;letter-spacing:.105em;font-weight:700;white-space:nowrap}.desktop-nav.nav-capsule{margin-left:auto;display:flex;align-items:center;gap:5px;padding:7px;border:1px solid #e5d3bc;border-radius:18px;background:linear-gradient(180deg,#fbf4e8,#f6eadb);box-shadow:inset 0 1px #ffffffe6}.desktop-nav .nav-item-rich,.desktop-nav .nav-main.nav-item-rich{display:flex;align-items:center;gap:7px;min-height:58px;padding:8px 10px;border-radius:13px;color:#2b190f;font-size:12px;font-weight:800;transition:.2s ease}.desktop-nav .nav-item-rich:hover,.desktop-nav .nav-main.nav-item-rich:hover{background:#fff;box-shadow:0 7px 18px #3d241414}.nav-item-rich>span:not(.nav-symbol){display:flex;flex-direction:column;gap:2px;line-height:1.05}.nav-item-rich small{display:block;font-size:8px;letter-spacing:.12em;color:#b37a49;font-weight:800}.nav-symbol{width:31px;height:31px;display:grid;place-items:center;flex:none;border-radius:10px;background:#fffaf3;border:1px solid #e4c9a8;color:#a45d27}.contact-btn{min-height:58px;padding:0 17px;border-radius:14px;box-shadow:0 9px 20px #48271321}.mega-wrap{padding-top:17px}.services-mega{width:940px}.industry-mega{width:690px}@media(max-width:1200px){.brand-new{min-width:280px}.brand-icon{width:60px;height:60px}.brand-copy strong{font-size:30px}.desktop-nav .nav-item-rich,.desktop-nav .nav-main.nav-item-rich{padding:8px}.nav-symbol{display:none}}@media(max-width:1050px){.desktop-nav.nav-capsule,.contact-btn{display:none}.nav{min-height:88px;padding:9px 18px}.brand-new{min-width:0}.brand-icon{width:58px;height:58px}.brand-copy strong{font-size:30px}.brand-copy span{font-size:7px}.menu-btn{display:grid;width:52px;height:52px;place-items:center;margin-left:auto}.mobile-menu{top:88px}}@media(max-width:680px){.nav{min-height:78px;padding:7px 14px}.brand-icon{width:52px;height:52px;border-radius:12px}.brand-copy strong{font-size:26px}.brand-copy span{font-size:5.8px;letter-spacing:.07em;margin-top:5px}.menu-btn{width:48px;height:48px}.mobile-menu{top:78px}}.desktop-nav .nav-item-rich,.desktop-nav .nav-main.nav-item-rich{gap:9px;padding:8px 13px}.nav-item-rich>span:not(.nav-symbol){display:block;line-height:1.15}.nav-item-rich small{display:none!important}.nav-symbol{width:34px;height:34px;border-radius:11px;background:linear-gradient(180deg,#fffdf9,#f6eadb);border:1px solid #dfc49e}.desktop-nav.nav-capsule{background:linear-gradient(180deg,#fbf5eb,#f3e6d3);border:1px solid #dfc8aa;box-shadow:0 10px 24px #3f25130f,inset 0 1px #ffffffe6}.desktop-nav .nav-item-rich:hover,.desktop-nav .nav-main.nav-item-rich:hover{background:#fffdf9;transform:translateY(-1px)}.page-hero-media,.feature-image,.contact-visual{height:auto!important;aspect-ratio:16 / 9;overflow:hidden}.page-hero-media img,.feature-image img,.contact-visual img{width:100%;height:100%;display:block;object-fit:cover;object-position:center center}.service-visual{height:auto!important;aspect-ratio:16 / 9;overflow:hidden}.service-visual img{width:100%;height:100%;display:block;object-fit:cover;object-position:center center}.industry-card>img,.insight-card img,.article-hero img{height:auto!important;aspect-ratio:16 / 9;object-fit:cover;object-position:center center;display:block}.contact-intro{max-width:720px;margin-bottom:28px}.contact-visual{border-radius:22px;border:1px solid var(--line);box-shadow:var(--shadow);margin:30px 0;background:#f5e8d8}.contact-methods{display:grid;gap:14px;margin:28px 0}.contact-method{display:grid;grid-template-columns:52px 1fr;gap:16px;align-items:start;padding:20px;border:1px solid #E4D2BD;border-radius:16px;background:linear-gradient(135deg,#fff,#fbf4e9);color:var(--ink);box-shadow:0 8px 26px #462a180f}.contact-method:hover{transform:translateY(-1px);border-color:#cfa978}.contact-method-icon{width:48px;height:48px;border-radius:13px;display:grid;place-items:center;background:#f6e4cc;color:#a55c25;border:1px solid #E7C9A5}.contact-method strong{display:block;font-size:13px;letter-spacing:.08em;text-transform:uppercase;margin:2px 0 7px;color:#7a4828}.contact-method span,.contact-method address{font-style:normal;font-size:16px;line-height:1.6;color:#503b2d}.contact-method address b{color:var(--ink)}@media(max-width:680px){.page-hero-media,.feature-image,.contact-visual,.service-visual{aspect-ratio:16 / 9;height:auto!important}.contact-method{grid-template-columns:46px 1fr;padding:16px}.contact-method-icon{width:44px;height:44px}.contact-method span,.contact-method address{font-size:14px}}.page-hero-media,.feature-image,.service-visual,.contact-visual{aspect-ratio:16/9!important;height:auto!important;overflow:hidden!important}.page-hero-media img,.feature-image img,.service-visual img,.contact-visual img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important}.industry-card>img,.insight-card img,.article-hero img{aspect-ratio:16/9!important;width:100%!important;height:auto!important;object-fit:cover!important;object-position:center center!important;display:block!important}.contact-grid .hero-actions .btn.secondary{color:var(--ink)!important;border:1px solid #D8BE9E!important;background:#fffdf9!important}.contact-grid .hero-actions .btn.secondary:hover{background:#f5e7d5!important;border-color:#c99b65!important}:root{--navy:#071A3D;--blue:#1265D8;--cyan:#16A6DF;--gold:#C89A45;--soft:#F7FAFE;--line-blue:#DCE6F2}.clean-header{background:#fff;border-bottom:1px solid #E6ECF3;box-shadow:0 4px 18px #071a3d0a}.clean-nav{max-width:1540px;min-height:126px;padding:10px 3%;gap:34px}.clean-brand{display:flex;align-items:center;flex:none}.clean-brand img{width:188px;height:104px;object-fit:contain}.clean-links{margin-left:auto;gap:10px}.clean-links>a,.clean-links .nav-main{font-size:15px;font-weight:700;color:#081a42;padding:14px 13px;background:transparent}.clean-links>a:hover,.clean-links .nav-main:hover{color:#1265d8;background:#f5f8fc}.mega{border-color:#dfe8f2;box-shadow:0 20px 50px #071a3d1f}.mega-intro span,.eyebrow{color:#1265d8}.mega-overview{color:#1265d8!important}.mega a:hover{background:#f3f7fc}.hero-overlay{background:linear-gradient(90deg,#031134f0,#051b43c7 48%,#05183b57)}.hero-kicker{color:#67c9f0}.hero h1 em{color:#72cff2}.btn.primary{background:#1265d8;color:#fff}.btn.primary:hover{background:#0b4ead}.btn.secondary{border-color:#ffffffa6;color:#fff;background:#ffffff14}.client-zone{background:#fff;padding:46px 0 54px}.client-title{color:#66778d}.marquee{max-width:1050px;margin:auto;-webkit-mask-image:none;mask-image:none}.marquee-track{width:100%;animation:none;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.client-card{width:auto;height:104px;border:1px solid #E1E8F0;box-shadow:0 10px 26px #071a3d0d;border-radius:14px}.services-section{background:#f7fafe}.section-heading h2,.split-grid h2,.cta h2,.contact-grid h2{color:#071a3d}.service-card,.cap-card,.insight-card{border-color:#e0e8f1;box-shadow:0 12px 30px #071a3d0f}.service-icon{background:#071a3d;color:#5ec7f0}.service-link,.text-link{color:#1265d8}.industry-card>div{background:#071a3d}.industry-card b{color:#6dd0f3}.cta-section{background:#f7fafe}.cta{background:linear-gradient(115deg,#071a3d,#0a2e6d)}.btn.gold{background:#fff;color:#1265d8}.footer{background:#06142f}.footer-bottom{border-color:#ffffff1a}.contact-form-hero{position:relative;padding:62px 0 68px;background:linear-gradient(120deg,#04143af7,#072459eb),url(/assets/contact-detail-CoOArXtd.jpg) center/cover;color:#fff}.contact-form-heading{text-align:center;max-width:760px;margin:0 auto 30px}.contact-form-heading span{font-size:11px;letter-spacing:.18em;font-weight:800;color:#6ed1f3}.contact-form-heading h1{font-size:clamp(42px,5vw,66px);letter-spacing:-.04em;margin:8px 0 10px}.contact-form-heading p{color:#d4e2f4;font-size:17px}.infronex-form{max-width:1120px;margin:auto}.form-two{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-bottom:22px}.infronex-form input,.infronex-form textarea{width:100%;border:1px solid rgba(255,255,255,.32);background:#fff;color:#071a3d;border-radius:10px;padding:20px 22px;font:inherit;outline:none}.infronex-form input{height:62px}.infronex-form textarea{height:145px;resize:vertical}.infronex-form input:focus,.infronex-form textarea:focus{border-color:#51bfea;box-shadow:0 0 0 3px #51bfea29}.infronex-form button{margin:28px auto 0;display:flex;align-items:center;gap:9px;border:0;border-radius:999px;background:#fff;color:#1558c0;padding:16px 30px;font-weight:800;font-size:16px;cursor:pointer}.infronex-form button:hover{background:#eaf5ff}.contact-details-clean{background:#fff}.contact-three{grid-template-columns:1.35fr .8fr 1fr}.contact-method{border-color:#e0e8f1}.contact-method-icon{background:#eaf5ff;color:#1265d8}.contact-method strong{color:#1265d8}@media(max-width:1050px){.clean-nav{min-height:100px}.clean-brand img{width:160px;height:82px}.marquee-track{grid-template-columns:repeat(3,1fr)}.contact-three{grid-template-columns:1fr}.desktop-nav.clean-links{display:none}}@media(max-width:680px){.clean-nav{min-height:84px}.clean-brand img{width:138px;height:68px}.form-two{grid-template-columns:1fr;gap:16px;margin-bottom:16px}.infronex-form input{height:56px}.contact-form-hero{padding:44px 0}.contact-form-heading h1{font-size:42px}.marquee-track{grid-template-columns:1fr;gap:12px;padding:0 20px}.client-card{height:88px}.hero-overlay{background:linear-gradient(90deg,#031134f0,#051b43b3)}}:root{--paper:#fff;--cream:#F7FAFE;--sand:#EEF5FC;--ink:#071A3D;--muted:#52647A;--brown:#071A3D;--bronze:#1265D8;--gold:#C89A45;--line:#DCE6F2}body{background:#fff;color:#52647a}.clean-header{background:#fff!important;border-bottom:1px solid #DCE6F2!important;box-shadow:0 5px 22px #071a3d0f!important}.clean-nav{max-width:1580px!important;min-height:156px!important;padding:14px 3.5%!important;gap:38px!important}.clean-brand img{width:245px!important;height:126px!important;object-fit:contain!important;object-position:left center!important}.clean-links>a,.clean-links .nav-main{font-size:16px!important;color:#071a3d!important;padding:15px 14px!important}.clean-links>a:hover,.clean-links .nav-main:hover{color:#1265d8!important;background:#f3f7fc!important}.page-hero{background:linear-gradient(135deg,#f8fbff,#edf5fc)!important;border-bottom:1px solid #DCE6F2!important}.page-hero h1,.section-heading h2,.split-grid h2,.contact-grid h2,.article-hero h1{color:#071a3d!important}.page-hero-media,.feature-image{border-color:#dce6f2!important;box-shadow:0 18px 42px #071a3d14!important}.section{background:#fff}.services-section,.industries-section{background:#f7fafe!important}.insights-home{background:#fff!important}.eyebrow,.article-kicker,.text-link,.service-link,.insight-card b{color:#1265d8!important}.service-card,.cap-card,.insight-card,.industry-card{border-color:#dce6f2!important;box-shadow:0 12px 30px #071a3d0f!important}.industry-card{background:#fff!important}.industry-card>div{background:#071a3d!important}.industry-card h3{color:#fff!important}.industry-card p{color:#afc0d8!important}.industry-card span{color:#8aa6c8!important}.industry-card svg{color:#4fc2ed!important}.industry-card b{color:#67d0f4!important}.cap-card h3,.insight-card h3,.service-body h3{color:#071a3d!important}.cta-section{background:#f7fafe!important}.cta{background:linear-gradient(115deg,#071a3d,#123775)!important}.cta h2{color:#fff!important}.cta p{color:#d6e2f1!important}.cta .eyebrow{color:#70d0f3!important}.client-zone-bottom{background:#fff!important;padding:68px 0 72px!important;border-top:1px solid #EEF3F8}.client-zone-bottom .client-title{color:#66778d!important;margin-bottom:30px!important}.client-zone-bottom .marquee{max-width:1120px!important}.client-zone-bottom .marquee-track{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:24px!important;width:100%!important;animation:none!important}.client-zone-bottom .client-card{width:auto!important;height:116px!important;background:#fff!important;border:1px solid #DCE6F2!important;box-shadow:0 10px 28px #071a3d0d!important}.footer{background:#06142f!important}.footer-logo img{width:100%!important;height:auto!important;object-fit:contain!important}@media(max-width:1050px){.clean-nav{min-height:118px!important}.clean-brand img{width:205px!important;height:100px!important}}@media(max-width:680px){.clean-nav{min-height:94px!important;padding:7px 18px!important}.clean-brand img{width:168px!important;height:78px!important}.client-zone-bottom .marquee-track{grid-template-columns:1fr!important}.client-zone-bottom .client-card{height:96px!important}}:root{--max:1520px;--navy:#0A1E49;--navy2:#163A78;--blue:#3159B8;--cyan:#55C8DF;--ice:#F3F7FC;--ice2:#EAF2FA;--copy:#53657D}body{background:#f5f8fc!important;color:var(--copy)!important;font-size:17px}.container{width:min(var(--max),100%);padding-left:5.5%;padding-right:5.5%}.section{padding:118px 0!important}.clean-header{background:#fff!important;border-top:5px solid transparent!important;border-image:linear-gradient(90deg,#4052ae,#59cde0) 1!important;box-shadow:0 8px 28px #081e4912!important}.clean-nav{max-width:1640px!important;min-height:174px!important;padding:14px 4.5%!important;gap:44px!important}.clean-brand img{width:286px!important;height:144px!important}.clean-links{gap:8px!important}.clean-links>a,.clean-links .nav-main{font-size:18px!important;padding:16px 15px!important;border-radius:12px!important}.clean-links .nav-contact{margin-left:8px!important;padding:16px 25px!important;color:#fff!important;background:linear-gradient(100deg,#4c55b2,#58c7de)!important;border-radius:999px!important;box-shadow:0 10px 24px #3159b82e!important}.clean-links .nav-contact:hover{color:#fff!important;background:linear-gradient(100deg,#39499f,#43b8d3)!important}.nav-contact span{font-size:22px}.page-hero{padding:110px 0!important;background:linear-gradient(120deg,#f7fafe,#eaf3fb 58%,#eef8fc)!important}.page-hero-grid{gap:78px!important}.page-hero h1{font-size:clamp(70px,6.4vw,104px)!important}.page-hero p{font-size:21px!important;max-width:720px}.page-hero-media{border-radius:28px!important;box-shadow:0 24px 58px #0a1e491f!important}.eyebrow{font-size:13px!important;letter-spacing:.18em!important}.section-heading{margin-bottom:62px!important;gap:80px!important}.section-heading h2,.split-grid h2,.contact-grid h2{font-size:clamp(52px,5.2vw,78px)!important;line-height:1!important}.section-heading p,.split-grid p{font-size:20px!important;line-height:1.65!important}.services-section,.industries-section,.outcome-section{background:linear-gradient(135deg,#f0f5fb,#eaf2f9)!important}.insights-home{background:linear-gradient(180deg,#fff,#f5f9fd)!important}.service-grid{gap:30px!important}.service-card{border-radius:28px!important;box-shadow:0 18px 45px #0a1e4914!important}.service-body{padding:36px 36px 82px!important;min-height:350px!important}.service-body h3{font-size:30px!important}.service-body p{font-size:17px!important;line-height:1.7!important}.service-link{left:36px!important;bottom:30px!important;font-size:15px!important}.service-icon{width:64px!important;height:64px!important;border-radius:17px!important;background:linear-gradient(135deg,#4156b3,#58c9df)!important;color:#fff!important}.industry-grid{grid-template-columns:repeat(3,1fr)!important;gap:28px!important}.industry-grid.overview{grid-template-columns:repeat(3,1fr)!important}.industry-card{border-radius:26px!important;box-shadow:0 16px 38px #0a1e4914!important}.industry-card>div{min-height:300px!important;padding:32px!important;background:linear-gradient(145deg,#102c61,#24549a)!important}.industry-card h3{font-size:28px!important;line-height:1.08!important;margin:24px 0 14px!important}.industry-card p{font-size:16px!important;line-height:1.65!important;color:#d4e1f1!important}.industry-card b{left:32px!important;bottom:27px!important;font-size:14px!important;color:#7ddbed!important}.industry-card svg{width:34px!important;height:34px!important}.industry-card span{right:32px!important;top:34px!important;font-size:12px!important}.cap-grid{grid-template-columns:repeat(3,1fr)!important;gap:28px!important}.cap-card{min-height:330px!important;padding:38px!important;border-radius:28px!important;background:#fff!important;box-shadow:0 16px 42px #0a1e4912!important}.cap-card h3{font-size:28px!important}.cap-card p{font-size:17px!important;line-height:1.7!important}.cap-card>svg{width:38px;height:38px;color:#4a69c2!important}.insight-grid{gap:30px!important}.insight-card{border-radius:26px!important;box-shadow:0 16px 42px #0a1e4914!important}.insight-card>div{padding:32px!important}.insight-card h3{font-size:28px!important}.insight-card p{font-size:16px!important;line-height:1.7!important}.insight-card b,.text-link{font-size:15px!important}.cta-section{padding:54px 0 108px!important;background:#f4f8fc!important}.cta{padding:58px!important;border-radius:32px!important;background:linear-gradient(105deg,#4659b1,#4387c4 52%,#59c9dc)!important;box-shadow:0 20px 50px #2a5b9e2e!important}.cta h2{font-size:clamp(42px,4.4vw,64px)!important}.cta p{font-size:18px!important;color:#eff8ff!important}.cta .eyebrow{color:#d9f7ff!important}.client-zone-bottom{background:#fff!important;padding:82px 0 92px!important}.client-title{font-size:13px!important;color:#687a92!important}.client-name-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1120px;margin:0 auto}.client-name-card{min-height:112px;border:1px solid #DCE6F2;border-radius:22px;background:linear-gradient(145deg,#fff,#f6f9fd);display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:800;color:#163568;letter-spacing:-.02em;box-shadow:0 12px 30px #0a1e490f}.footer.footer-light{background:linear-gradient(110deg,#e9f1fb,#dceaf7 52%,#d9f3f7)!important;color:#0a1e49!important;padding:72px 0 26px!important;border-top:1px solid #D0DFEE}.footer-light .footer-grid{gap:64px!important}.footer-wordmark{font-size:46px;font-weight:850;letter-spacing:-.055em;color:#0a2859;line-height:1}.footer-wordmark span{color:#178fd0}.footer-tagline{margin-top:10px;font-size:9px;font-weight:800;letter-spacing:.14em;color:#657a94}.footer-light h4{color:#3159b8!important;font-size:17px!important}.footer-light p,.footer-light a{color:#415875!important;font-size:15px!important;line-height:1.85!important}.footer-light a:hover{color:#1265d8!important}.footer-light .footer-bottom{color:#6d819a!important;border-color:#c6d8e9!important;font-size:12px!important}.contact-method,.contact-panel,.outcome-list div{border-color:#d8e5f1!important;box-shadow:0 12px 32px #0a1e490d!important}.contact-method span,.contact-method address{font-size:17px!important}.contact-grid{gap:72px!important}@media(max-width:1100px){.clean-nav{min-height:126px!important}.clean-brand img{width:225px!important;height:106px!important}.industry-grid,.industry-grid.overview,.cap-grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:680px){.clean-nav{min-height:98px!important}.clean-brand img{width:176px!important;height:80px!important}.section{padding:76px 0!important}.page-hero{padding:62px 0!important}.page-hero h1{font-size:52px!important}.section-heading h2,.split-grid h2,.contact-grid h2{font-size:44px!important}.section-heading p,.split-grid p{font-size:17px!important}.industry-grid,.industry-grid.overview,.cap-grid,.client-name-grid{grid-template-columns:1fr!important}.industry-card>div{min-height:270px!important}.client-name-card{min-height:88px;font-size:22px}.cta{padding:34px 26px!important}.footer-wordmark{font-size:40px}}:root{--v4-navy:#071b45;--v4-blue:#3e58b5;--v4-cyan:#58cbe0;--v4-sky:#eaf5fb;--v4-lav:#eef0fb;--v4-copy:#435976}body{font-size:18px!important;background:#fff!important;color:var(--v4-copy)!important}.container{width:min(1600px,100%)!important;padding-left:6%!important;padding-right:6%!important}.section{padding:128px 0!important}.clean-nav{max-width:1740px!important;min-height:190px!important;padding:18px 4.5%!important}.clean-brand img{width:320px!important;height:158px!important;object-fit:contain!important}.clean-links>a,.clean-links .nav-main{font-size:19px!important;font-weight:750!important;padding:17px 16px!important}.clean-links .nav-contact{font-size:19px!important;padding:17px 29px!important}.page-hero{padding:122px 0!important;background:linear-gradient(118deg,#edf5fb,#e7f2fb,#eef9fb)!important}.page-hero-grid{grid-template-columns:.92fr 1.08fr!important;gap:90px!important;align-items:center!important}.page-hero h1{font-size:clamp(76px,7vw,116px)!important;line-height:.94!important;letter-spacing:-.06em!important;color:var(--v4-navy)!important;max-width:800px!important}.page-hero p{font-size:22px!important;line-height:1.62!important;color:#526783!important;max-width:760px!important}.page-hero-media{border-radius:30px!important;box-shadow:0 28px 70px #071b4524!important}.eyebrow{font-size:14px!important;letter-spacing:.2em!important;color:#1c65d7!important;font-weight:850!important}.section-heading h2,.split-grid h2,.contact-grid h2{font-size:clamp(60px,5.8vw,88px)!important;line-height:.98!important;letter-spacing:-.055em!important;color:var(--v4-navy)!important}.section-heading p,.split-grid p{font-size:21px!important;line-height:1.7!important}.services-section{background:linear-gradient(135deg,#eef4fa,#e8f1f9)!important}.split-section{background:#fff!important}.outcome-section{background:linear-gradient(120deg,#edf3fb,#e8f8fb)!important}.industries-section{background:linear-gradient(135deg,#edf4fb,#eaf7fb)!important}.cap-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:34px!important}.cap-card{position:relative;overflow:hidden;min-height:330px!important;padding:46px!important;border:0!important;border-radius:30px!important;background:linear-gradient(145deg,#fff,#f7fbff)!important;box-shadow:0 18px 48px #091f4b17!important}.cap-card:nth-child(4n+1){background:linear-gradient(140deg,#fff,#eaf7fc)!important}.cap-card:nth-child(4n+2){background:linear-gradient(140deg,#f1f2ff,#e6f7fb)!important}.cap-card:nth-child(4n+3){background:linear-gradient(140deg,#e9f5ff,#f8fbff)!important}.cap-card:nth-child(4n+4){background:linear-gradient(120deg,#4455b1,#4c88c7 58%,#59c9dd)!important;color:#fff!important}.cap-card>svg{width:58px!important;height:58px!important;color:#3f63c6!important;stroke-width:1.7!important;margin-bottom:28px!important}.cap-card>span{display:block!important;font-size:14px!important;font-weight:850!important;letter-spacing:.12em!important;color:#5271c7!important;margin-bottom:18px!important}.cap-card h3{font-size:34px!important;line-height:1.08!important;color:var(--v4-navy)!important;margin:0 0 18px!important}.cap-card p{font-size:19px!important;line-height:1.65!important;color:#50637d!important;max-width:580px!important}.cap-card:nth-child(4n+4) h3,.cap-card:nth-child(4n+4) p,.cap-card:nth-child(4n+4)>span,.cap-card:nth-child(4n+4)>svg{color:#fff!important}.industry-grid,.industry-grid.overview{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:34px!important}.industry-card{border-radius:30px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 20px 50px #091f4b1a!important}.industry-card>img{aspect-ratio:16/8!important}.industry-card>div{min-height:290px!important;padding:40px!important;background:linear-gradient(125deg,#4256b0,#397dbf 55%,#55c7dc)!important}.industry-card:nth-child(2n)>div{background:linear-gradient(125deg,#153b7a,#3178ba 60%,#5bcce0)!important}.industry-card h3{font-size:34px!important;color:#fff!important;margin:0 0 16px!important}.industry-card p{font-size:19px!important;line-height:1.62!important;color:#eff8ff!important}.industry-card b{position:static!important;display:block!important;margin-top:25px!important;font-size:17px!important;color:#fff!important}.outcome-list{gap:18px!important}.outcome-list>div{padding:26px 28px!important;border-radius:18px!important;background:#fff!important;font-size:19px!important;font-weight:700!important;color:var(--v4-navy)!important}.outcome-list svg{width:28px!important;height:28px!important;color:#3f65c7!important;flex:none!important}.article-hero{padding:105px 0!important;background:linear-gradient(120deg,#edf5fb,#e7f3fb 58%,#effafb)!important;border-bottom:1px solid #d8e7f2!important}.article-grid{gap:80px!important;align-items:center!important}.article-hero h1{font-size:clamp(64px,6vw,96px)!important;line-height:.98!important;letter-spacing:-.055em!important;color:var(--v4-navy)!important}.article-hero p{font-size:21px!important;line-height:1.65!important;color:#526783!important}.article-hero span,.back-link{font-size:14px!important;color:#2767c9!important}.article-hero img{border-radius:28px!important;box-shadow:0 22px 55px #071b451f!important}.article-body{max-width:1050px!important;padding-top:78px!important;padding-bottom:105px!important}.article-body p{font-size:21px!important;line-height:1.85!important;color:#344c69!important}.service-body h3,.insight-card h3{font-size:31px!important}.service-body p,.insight-card p{font-size:18px!important}.service-link,.insight-card b,.text-link{font-size:16px!important}.contact-method strong{font-size:15px!important}.contact-method span,.contact-method address{font-size:18px!important}.footer-light p,.footer-light a{font-size:17px!important}.footer-light h4{font-size:19px!important}.footer-wordmark{font-size:52px!important}@media(max-width:1100px){.clean-nav{min-height:136px!important}.clean-brand img{width:235px!important;height:112px!important}.page-hero h1{font-size:68px!important}.cap-grid,.industry-grid,.industry-grid.overview{grid-template-columns:1fr 1fr!important}}@media(max-width:720px){.clean-nav{min-height:104px!important}.clean-brand img{width:185px!important;height:84px!important}.section{padding:78px 0!important}.page-hero{padding:70px 0!important}.page-hero-grid{grid-template-columns:1fr!important;gap:38px!important}.page-hero h1{font-size:54px!important}.section-heading h2,.split-grid h2,.contact-grid h2{font-size:48px!important}.cap-grid,.industry-grid,.industry-grid.overview{grid-template-columns:1fr!important}.cap-card{min-height:280px!important;padding:32px!important}.cap-card h3,.industry-card h3{font-size:29px!important}.cap-card p,.industry-card p{font-size:17px!important}.article-hero h1{font-size:50px!important}}.section{padding:96px 0!important}.service-grid{gap:24px!important}.service-card{border-radius:22px!important}.service-visual{height:205px!important}.service-body{padding:28px 30px 70px!important;min-height:270px!important}.service-icon{width:56px!important;height:56px!important;border-radius:15px!important;margin-top:-50px!important}.service-icon svg{width:27px!important;height:27px!important}.service-body h3{font-size:26px!important;line-height:1.12!important;margin:18px 0 10px!important}.service-body p{font-size:16px!important;line-height:1.58!important}.service-no{right:30px!important;top:27px!important;font-size:11px!important}.service-link{left:30px!important;bottom:24px!important;font-size:14px!important}.cap-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important}.cap-card{min-height:255px!important;padding:30px 32px!important;border-radius:24px!important}.cap-card>svg{width:43px!important;height:43px!important;margin-bottom:20px!important}.cap-card>span{font-size:11px!important;margin-bottom:13px!important}.cap-card h3{font-size:25px!important;line-height:1.12!important;margin-bottom:12px!important}.cap-card p{font-size:16px!important;line-height:1.58!important}.industry-grid,.industry-grid.overview{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important}.industry-card{border-radius:24px!important}.industry-card>img{height:190px!important;aspect-ratio:auto!important;object-fit:cover!important}.industry-card>div{min-height:230px!important;padding:28px 30px!important}.industry-card h3{font-size:26px!important;line-height:1.1!important;margin:0 0 12px!important}.industry-card p{font-size:16px!important;line-height:1.55!important}.industry-card b{margin-top:18px!important;font-size:14px!important}.mega{padding:24px!important;border-radius:22px!important}.services-mega{width:min(1020px,90vw)!important;gap:28px!important}.industry-mega{width:min(820px,88vw)!important;gap:8px 22px!important}.mega-grid{gap:9px 14px!important}.mega a{padding:14px 16px!important;border-radius:12px!important}.mega strong{font-size:16px!important;line-height:1.25!important;color:#071b45!important}.mega small{font-size:14px!important;line-height:1.45!important;color:#53657d!important;margin-top:5px!important}.mega-intro span{font-size:11px!important}.mega-intro h3{font-size:28px!important;line-height:1.08!important}.mega-intro p{font-size:14px!important;line-height:1.55!important}.mega-overview{font-size:15px!important}.outcome-list>div{padding:21px 24px!important;font-size:17px!important}.outcome-list svg{width:24px!important;height:24px!important}@media(max-width:1250px){.cap-grid,.industry-grid,.industry-grid.overview{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:720px){.service-visual{height:185px!important}.service-body{min-height:240px!important;padding:24px 24px 64px!important}.cap-grid,.industry-grid,.industry-grid.overview{grid-template-columns:1fr!important}.cap-card{min-height:235px!important;padding:27px!important}.industry-card>div{min-height:210px!important;padding:26px!important}}
