@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
:root{--navy:#0f2747;--navy-deep:#07182b;--red:#e63946;--graphite:#2e2e34;--gray:#a7b1bc;--white:#f8fafc;--line:#dce2e8;--font:'Montserrat',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--navy);font-family:var(--font);font-size:16px}.skip-link{position:fixed;top:8px;left:8px;transform:translateY(-150%);background:var(--red);color:#fff;padding:12px;z-index:100}.skip-link:focus{transform:none}.site-header{height:86px;padding:0 clamp(24px,5vw,80px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(15,39,71,.12);position:absolute;inset:0 0 auto;z-index:10;color:var(--white)}.brand{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none}.brand-mark{width:38px;height:38px;border:2px solid currentColor;display:grid;place-items:center;transform:rotate(45deg);font-weight:800}.brand-mark::first-letter{transform:rotate(-45deg)}.brand-copy{display:flex;flex-direction:column}.brand-copy strong{font-size:28px;line-height:.9;letter-spacing:-2px}.brand-copy strong span,.core span{color:var(--red)}.brand-copy small{font-size:8px;text-transform:uppercase;letter-spacing:1.7px;margin-top:6px}.site-header nav{display:flex;gap:34px}.site-header nav a{color:inherit;text-decoration:none;font-size:12px;font-weight:600}.header-actions{display:flex;gap:24px;align-items:center}.lang-switch{display:flex;align-items:center;gap:6px;font-size:11px}.lang-switch button{border:0;background:none;color:inherit;padding:4px;opacity:.55;cursor:pointer;font:inherit}.lang-switch button.active{opacity:1;font-weight:700}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:22px;background:var(--red);color:#fff;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:700;padding:18px 22px;border:1px solid var(--red);transition:.2s}.button:hover{background:#c92f3a}.button-small{padding:12px 16px}.hero{min-height:760px;background:var(--navy-deep);color:#fff;display:grid;grid-template-columns:58% 42%;overflow:hidden}.hero-copy{padding:190px clamp(24px,7vw,112px) 80px}.eyebrow{font-size:10px;letter-spacing:.24em;color:var(--gray);display:flex;align-items:center;gap:12px}.eyebrow span{display:inline-block;width:34px;height:2px;background:var(--red)}h1{font-size:clamp(48px,6.2vw,94px);line-height:.94;letter-spacing:-.065em;margin:30px 0;font-weight:700;max-width:850px}h1 em{font-style:normal;color:transparent;-webkit-text-stroke:1px var(--gray)}.hero-text{max-width:680px;color:#c5cfda;line-height:1.8;font-size:15px}.hero-actions{display:flex;align-items:center;gap:30px;margin-top:38px}.text-link{color:#fff;text-decoration:none;font-size:11px;text-transform:uppercase;letter-spacing:.12em}.text-link span{color:var(--red);margin-left:8px}.hero-proof{display:flex;gap:18px;align-items:center;margin-top:70px;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#dbe2e9}.hero-proof span{width:4px;height:4px;background:var(--red)}.hero-visual{position:relative;background:linear-gradient(135deg,#0b213c,#112f53);display:grid;place-items:center}.grid-lines{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,transparent,black 20%,black 80%,transparent)}.orbital{width:min(34vw,440px);aspect-ratio:1;border:1px solid rgba(167,177,188,.35);border-radius:50%;display:grid;place-items:center;position:relative;box-shadow:0 0 0 65px rgba(255,255,255,.015),0 0 0 66px rgba(167,177,188,.08)}.orbital:before,.orbital:after{content:"";position:absolute;background:rgba(167,177,188,.25)}.orbital:before{width:140%;height:1px}.orbital:after{height:140%;width:1px}.core{width:145px;aspect-ratio:1;background:var(--white);color:var(--navy);display:grid;place-items:center;font-size:52px;font-weight:800;letter-spacing:-5px;transform:rotate(45deg);box-shadow:18px 18px 0 rgba(230,57,70,.12);z-index:2}.core::first-line{transform:rotate(-45deg)}.node{width:10px;height:10px;border:2px solid var(--red);background:var(--navy);position:absolute;z-index:3}.n1{top:12%;left:15%}.n2{top:29%;right:3%}.n3{right:15%;bottom:13%}.n4{bottom:4%;left:30%}.n5{left:0;top:55%}.hero-visual>p{position:absolute;bottom:38px;font-size:9px;letter-spacing:.25em;color:var(--gray)}.hero-visual>p b{color:var(--red)}
@media(max-width:900px){.site-header nav{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding-top:150px}.hero-visual{min-height:520px}.orbital{width:320px}.hero-proof{margin-top:45px}}
@media(max-width:560px){.site-header{height:74px;padding:0 18px}.brand-copy small,.button-small{display:none}.hero-copy{padding:130px 22px 65px}.hero h1{font-size:50px}.hero-actions{align-items:stretch;flex-direction:column}.hero-proof{align-items:flex-start;flex-direction:column;gap:10px}.hero-proof span{display:none}.hero-visual{min-height:420px}.orbital{width:260px}.core{width:110px;font-size:40px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Shared sections */
.section{padding:110px clamp(24px,7vw,112px)}.section-label{display:flex;align-items:center;gap:14px;margin-bottom:60px}.section-label span{font-size:10px;color:var(--red);font-weight:700}.section-label p,.kicker{font-size:10px;letter-spacing:.22em;font-weight:600;margin:0}.section-label:after{content:"";height:1px;background:var(--line);flex:1;margin-left:10px}.section-label.light:after{background:rgba(255,255,255,.18)}h2{font-size:clamp(38px,4.5vw,68px);line-height:1.05;letter-spacing:-.05em;margin:18px 0 30px}h2 em{font-style:normal;color:var(--red)}.about{display:grid;grid-template-columns:1fr 1.7fr 1fr;gap:45px}.about .section-label,.about .value-strip{grid-column:1/-1}.about-main{grid-column:2}.about-copy{padding-top:30px;color:#5f6f81;line-height:1.8;font-size:14px}.about-copy p:first-child{color:var(--navy);font-weight:600}.value-strip{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr auto;gap:24px;align-items:center;border-top:1px solid var(--line);padding-top:38px;margin-top:20px}.value-strip span{font-size:10px;letter-spacing:.16em;font-weight:700}.value-strip i{height:1px;background:var(--line)}
.section-dark{background:var(--navy-deep);color:#fff}.solutions .section-label:after{background:rgba(255,255,255,.12)}.section-heading{display:grid;grid-template-columns:2fr 1fr;gap:80px;align-items:end}.section-heading>p{color:var(--gray);font-size:14px;line-height:1.8;margin-bottom:34px}.solution-grid{display:grid;grid-template-columns:repeat(5,1fr);margin-top:55px;border:1px solid rgba(255,255,255,.12)}.solution-grid article{padding:28px 24px 30px;min-height:410px;border-right:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;transition:.25s}.solution-grid article:last-child{border:0}.solution-grid article:hover{background:#112f53;transform:translateY(-5px)}.solution-grid article>b,.why-grid article>b{color:var(--red);font-size:10px}.solution-icon{width:44px;height:44px;border:1px solid #6d7f91;display:grid;place-items:center;margin:35px 0 22px;font-weight:700;color:var(--gray)}.solution-grid h3{font-size:18px;line-height:1.35;margin:0 0 16px}.solution-grid p{color:var(--gray);font-size:12px;line-height:1.7}.solution-grid article>span{font-size:8px;letter-spacing:.14em;margin-top:auto;color:#d6dce3}.solution-grid .featured{background:var(--red)}.solution-grid .featured b,.solution-grid .featured p{color:#fff}.solution-grid .featured .solution-icon{border-color:#fff;color:#fff}
.process-intro{display:grid;grid-template-columns:2fr 1fr;gap:80px;align-items:end}.process-intro p{color:#617183;line-height:1.8}.steps{list-style:none;padding:0;margin:70px 0 0;border-top:1px solid var(--line)}.steps li{display:grid;grid-template-columns:90px 1fr;padding:30px 0;border-bottom:1px solid var(--line);transition:.2s}.steps li:hover{padding-left:16px;background:#fff}.steps li>b{font-size:28px;color:var(--red)}.steps li div{display:grid;grid-template-columns:140px 1fr 1.3fr;align-items:center;gap:30px}.steps li span{font-size:9px;letter-spacing:.17em;color:#758497}.steps h3{font-size:24px;margin:0}.steps p{font-size:13px;color:#68798a;margin:0;line-height:1.6}
.industries{background:var(--navy);color:#fff}.industries-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:11vw}.industries-layout>div:first-child>p:last-child{color:#b5c0cc;line-height:1.8;max-width:550px}.industry-list{display:grid;grid-template-columns:45px 1fr;border-top:1px solid rgba(255,255,255,.2)}.industry-list span,.industry-list p{border-bottom:1px solid rgba(255,255,255,.2);margin:0;padding:22px 0}.industry-list span{font-size:9px;color:var(--red);padding-top:27px}.industry-list p{font-size:16px}
.why-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr}.why-title{grid-row:span 2;padding-right:80px}.why-grid article{padding:34px;border-left:1px solid var(--line);border-bottom:1px solid var(--line);min-height:220px}.why-grid article:nth-child(4),.why-grid article:nth-child(5){border-bottom:0}.why-grid h3{font-size:18px;margin:35px 0 10px}.why-grid article p{font-size:13px;color:#6d7c8c;line-height:1.7}
.international{background:#eef2f5;position:relative;overflow:hidden;min-height:620px;display:flex;justify-content:flex-end}.intl-copy{width:52%;position:relative;z-index:2}.intl-copy>p:not(.kicker){max-width:650px;color:#5c6d7e;line-height:1.8}.intl-tags{display:flex;gap:12px;margin-top:35px;flex-wrap:wrap}.intl-tags span{border:1px solid #cbd4dc;padding:12px 14px;font-size:9px;letter-spacing:.13em}.intl-tags span:first-child{background:var(--red);border-color:var(--red);color:#fff}.world-grid{position:absolute;left:-5%;top:0;width:56%;height:100%;background-image:linear-gradient(rgba(15,39,71,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(15,39,71,.07) 1px,transparent 1px);background-size:45px 45px;clip-path:polygon(0 12%,80% 0,100% 50%,80% 100%,0 88%)}.world-grid:after{content:"SI3";position:absolute;inset:0;display:grid;place-items:center;font-weight:800;font-size:clamp(100px,18vw,300px);letter-spacing:-.1em;color:transparent;-webkit-text-stroke:1px rgba(15,39,71,.18)}.world-grid i{position:absolute;width:10px;height:10px;border-radius:50%;background:var(--red);box-shadow:0 0 0 7px rgba(230,57,70,.16)}.world-grid i:nth-child(1){left:23%;top:34%}.world-grid i:nth-child(2){left:57%;top:28%}.world-grid i:nth-child(3){left:70%;top:54%}.world-grid i:nth-child(4){left:37%;top:63%}.world-grid i:nth-child(5){left:82%;top:73%}.world-grid i:nth-child(6){left:12%;top:70%}
.cta-band{padding:90px clamp(24px,7vw,112px);background:var(--red);color:#fff;display:grid;grid-template-columns:1fr 2fr auto;align-items:center;gap:40px}.cta-band>p{font-size:10px;letter-spacing:.18em}.cta-band h2{font-size:clamp(32px,4vw,58px);margin:0}.cta-band h2 em{color:var(--navy-deep)}.button-light{background:#fff;border-color:#fff;color:var(--navy)}
.contact-layout{display:grid;grid-template-columns:.9fr 1.2fr;gap:10vw}.contact-copy>p:not(.kicker){color:#617183;line-height:1.8}.contact address{font-style:normal;margin-top:45px;display:grid;gap:8px}.contact address small{font-size:8px;letter-spacing:.18em;color:#768697;margin-top:16px}.contact address a,.contact address p{font-size:14px;color:var(--navy);text-decoration:none;margin:0}.contact form{display:grid;grid-template-columns:1fr 1fr;gap:24px}.field{display:flex;flex-direction:column;gap:9px}.full{grid-column:1/-1}.field label{font-size:9px;letter-spacing:.14em;font-weight:700;text-transform:uppercase}.field input,.field select,.field textarea{width:100%;border:0;border-bottom:1px solid #bdc8d2;background:transparent;padding:12px 0;font:inherit;color:var(--navy);border-radius:0}.field textarea{border:1px solid #bdc8d2;padding:15px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--red);outline-offset:3px}.attachment{display:flex;gap:14px;align-items:center;border:1px dashed #b9c4ce;padding:17px;color:#6e7f90}.attachment>span{font-size:24px}.attachment p{margin:0;display:flex;flex-direction:column;gap:3px}.attachment b{font-size:11px}.attachment small{font-size:9px}.form-note,.form-status{font-size:10px;color:#6f7e8e;margin:0}.contact form .button{width:100%;cursor:pointer}.form-status{color:var(--red);font-weight:600}
footer{background:var(--navy-deep);color:#fff;padding:70px clamp(24px,7vw,112px) 30px}.footer-main{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;padding-bottom:60px}.footer-main>p{text-transform:uppercase;letter-spacing:.14em;font-size:12px;line-height:1.8}.footer-main>a:last-child{color:#fff;text-decoration:none;justify-self:end;font-size:12px}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding-top:28px;display:flex;justify-content:space-between;font-size:8px;letter-spacing:.13em;color:#8e9bad}
@media(max-width:1100px){.solution-grid{grid-template-columns:repeat(2,1fr)}.solution-grid article{border-bottom:1px solid rgba(255,255,255,.12)}.solution-grid .featured{grid-column:span 2}.about{grid-template-columns:1fr 1.6fr}.about-main{grid-column:auto}.about-copy{grid-column:2}.section-heading,.process-intro{grid-template-columns:1fr}.steps li div{grid-template-columns:110px 1fr 1.3fr}.why-grid{grid-template-columns:1fr 1fr}.why-title{grid-column:1/-1;grid-row:auto}.intl-copy{width:60%}}
@media(max-width:760px){.section{padding:78px 22px}.section-label{margin-bottom:40px}.about{display:block}.about-copy{padding-top:0}.value-strip{display:flex;flex-wrap:wrap;gap:16px;margin-top:45px}.value-strip i{width:18px}.solution-grid{grid-template-columns:1fr}.solution-grid .featured{grid-column:auto}.solution-grid article{min-height:350px;border-right:0}.steps li{grid-template-columns:48px 1fr}.steps li div{display:block}.steps li span{display:block;margin-bottom:8px}.steps p{margin-top:8px}.industries-layout,.contact-layout{grid-template-columns:1fr;gap:55px}.why-grid{grid-template-columns:1fr}.why-grid article{border-left:0;border-top:1px solid var(--line);border-bottom:0;padding:30px 0}.international{justify-content:flex-start;padding-top:320px}.intl-copy{width:100%}.world-grid{width:100%;height:310px}.cta-band{grid-template-columns:1fr;gap:24px}.contact form{grid-template-columns:1fr}.field,.full{grid-column:1}.footer-main{grid-template-columns:1fr;gap:35px}.footer-main>a:last-child{justify-self:start}.footer-bottom{flex-direction:column;gap:12px}}

.footer-bottom a{color:#8e9bad;text-decoration:none}.footer-bottom a:hover{color:#fff}
.legal-body{background:var(--white)}.legal-header{background:var(--navy-deep)}.legal-header .site-header{position:relative}.legal-nav{display:flex;align-items:center;gap:18px}.legal-nav>a{color:#fff;text-decoration:none;font-size:10px;letter-spacing:.12em}.legal-hero{background:var(--navy-deep);color:#fff;padding:90px clamp(24px,7vw,112px) 80px;position:relative;overflow:hidden}.legal-hero:after{content:"";position:absolute;width:360px;height:360px;border:1px solid rgba(255,255,255,.1);border-radius:50%;right:-70px;top:-160px;box-shadow:0 0 0 60px rgba(255,255,255,.025)}.legal-hero .eyebrow{margin-top:0}.legal-hero h1{font-size:clamp(42px,5.5vw,78px);margin-bottom:20px}.legal-updated{color:var(--gray);font-size:12px;letter-spacing:.1em;text-transform:uppercase}.legal-main{padding:90px clamp(24px,7vw,112px) 120px}.legal-layout{display:grid;grid-template-columns:240px minmax(0,760px);gap:8vw;justify-content:center}.legal-aside{position:sticky;top:28px;align-self:start;border-left:2px solid var(--red);padding-left:20px}.legal-aside p{font-size:10px;letter-spacing:.15em;line-height:1.8;margin:0}.legal-content>p{font-size:15px;line-height:1.9;color:#526477;margin:0 0 42px}.legal-content>p.intro{font-size:18px;color:var(--navy);font-weight:500}.legal-content h2{font-size:23px;letter-spacing:-.02em;margin:54px 0 16px}.legal-content a{color:var(--red);font-weight:700;text-decoration:none}.legal-contact{border-top:1px solid var(--line);margin-top:60px;padding-top:35px}
@media(max-width:760px){.legal-layout{grid-template-columns:1fr}.legal-aside{position:static}.legal-main{padding:65px 22px 85px}.legal-hero{padding:65px 22px}.legal-header .site-header{padding:0 18px}.legal-nav{gap:10px}}
