:root{--blue:#0d63e6;--charcoal:#172334;--steel:#788596;--silver:#cbd2da;--light:#f5f7fa;--line:#e1e6eb;--white:#fff;--container:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:92px}body{margin:0;color:var(--charcoal);background:#fff;font-family:Manrope,Arial,sans-serif;-webkit-font-smoothing:antialiased}.container{width:min(calc(100% - 72px),var(--container));margin:0 auto}a{text-decoration:none;color:inherit}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(225,230,235,.8)}.header-inner{height:92px;display:flex;align-items:center;justify-content:space-between}.brand{width:108px;display:block}.brand img{display:block;width:100%;height:auto}.site-header nav{display:flex;gap:48px}.site-header nav a{font-size:14px;font-weight:700;letter-spacing:.12em;color:var(--charcoal);padding:12px 0;transition:color .2s ease,opacity .2s ease}.site-header nav a:hover,.site-header nav a.active{color:var(--blue)}
.hero{position:relative;min-height:640px;overflow:hidden;background:linear-gradient(115deg,#fff 0%,#fff 56%,#f1f6fc 100%)}.hero-bg-globe{position:absolute;right:-100px;top:-230px;width:760px;height:760px;border-radius:50%;border:1px solid rgba(13,99,230,.12);box-shadow:0 0 0 70px rgba(13,99,230,.025),0 0 0 140px rgba(13,99,230,.018);transform:rotate(-18deg)}.hero-bg-globe:after{content:"";position:absolute;inset:60px 130px;border:1px solid rgba(120,133,150,.13);border-radius:50%;transform:rotate(32deg)}.hero-grid{min-height:640px;display:grid;grid-template-columns:44% 56%;align-items:center;position:relative}.hero-copy{padding:62px 0 48px}.eyebrow{margin:0 0 24px;color:#6e7c90;font-size:12px;font-weight:700;letter-spacing:.22em}.hero h1,.section h2{font-family:"Space Grotesk",sans-serif;letter-spacing:-.055em}.hero h1{margin:0;max-width:570px;font-size:clamp(54px,6vw,78px);line-height:1.02;font-weight:600}.hero h1 span,.section h2 span{color:var(--blue)}.hero-text{max-width:520px;margin:28px 0 36px;color:#52657c;font-size:16px;line-height:1.75}.hero-meta{display:flex;align-items:center;gap:14px;color:#50627b;font-size:10px;font-weight:700;letter-spacing:.22em}.hero-meta i{display:block;width:4px;height:4px;border-radius:50%;background:var(--blue)}.hero-visual{align-self:center;height:auto;display:flex;align-items:center;justify-content:flex-end;position:relative}.hero-visual img{display:block;width:100%;max-width:760px;height:auto;transform:none;filter:saturate(.94)}
.section{padding:112px 0}.about{background:#fff}.why{background:var(--light);border-top:1px solid #eef1f4;border-bottom:1px solid #eef1f4}.split-section{display:grid;grid-template-columns:150px minmax(0,1fr);gap:55px}.section-label{display:flex;align-items:center;gap:0;padding-top:10px;color:#64758b}.section-label b{display:none;width:0;height:0;border:0;margin:0;padding:0}.section-label strong{font-size:11px;letter-spacing:.2em;font-weight:700}.section-content{max-width:980px}.section h2{margin:0 0 28px;font-size:clamp(46px,5vw,70px);line-height:1.02;font-weight:600}.section-content>p{max-width:470px;color:#5d6d81;font-size:16px;line-height:1.8;margin:0 0 14px}.why-lead{font-size:17px!important;max-width:700px!important;margin-bottom:52px!important}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid var(--line)}.why-grid article{padding:12px 28px 4px;border-right:1px solid var(--line);min-height:145px}.icon{font-size:37px;line-height:1;color:var(--blue);font-family:Arial,sans-serif;margin-bottom:18px}.why-grid h3{font-size:10px;letter-spacing:.18em;line-height:1.55;margin:0 0 12px}.why-grid p{margin:0;color:#6b798a;font-size:12px;line-height:1.55;max-width:140px}.contact{padding-bottom:130px}.contact-content{display:grid;grid-template-columns:1fr 330px;align-items:end;gap:50px;position:relative;overflow:hidden}.contact-content:after{content:"";position:absolute;right:-70px;bottom:-170px;width:390px;height:390px;border-radius:50%;background:radial-gradient(circle,rgba(13,99,230,.07),transparent 68%);pointer-events:none}.contact h2{margin-bottom:0}.email{display:flex;flex-direction:column;gap:11px;justify-self:end;position:relative;z-index:1}.email small{font-size:10px;letter-spacing:.22em;color:#9aa5b1;font-weight:700}.email strong{font-family:"Space Grotesk",sans-serif;font-size:22px;letter-spacing:-.02em;color:var(--charcoal);transition:color .2s}.email:hover strong{color:var(--blue)}.site-footer{border-top:1px solid var(--line);background:#fff}.footer-inner{min-height:86px;display:flex;justify-content:space-between;align-items:center;color:#8a96a4;font-size:10px;letter-spacing:.06em}.footer-brand{display:flex;align-items:baseline;gap:14px;color:var(--charcoal)}.footer-brand strong{font-family:"Space Grotesk",sans-serif;font-size:20px}.footer-brand span{font-size:10px;color:#6e7c8d;letter-spacing:.13em}
@media(max-width:900px){.container{width:min(calc(100% - 42px),var(--container))}.header-inner{height:82px}.brand{width:96px}.site-header nav{gap:24px}.site-header nav a{font-size:12px}.hero-grid{grid-template-columns:1fr;min-height:760px}.hero-copy{padding-top:75px}.hero-visual{height:auto;justify-content:center;align-self:center}.hero-visual img{width:100%;max-width:600px;transform:none}.hero-bg-globe{right:-300px}.split-section{grid-template-columns:1fr;gap:26px}.section-label{padding-top:0}.why-grid{grid-template-columns:repeat(2,1fr)}.contact-content{grid-template-columns:1fr;gap:45px}.email{justify-self:start}}
@media(max-width:560px){.container{width:calc(100% - 28px)}.site-header nav{gap:14px}.site-header nav a{font-size:10px;letter-spacing:.09em}.brand{width:86px}.hero{min-height:690px}.hero-grid{min-height:690px}.hero-copy{padding-top:52px}.hero h1{font-size:48px}.hero-text{font-size:15px}.hero-meta{font-size:8px;gap:9px}.hero-visual{height:auto}.hero-visual img{width:100%;max-width:480px;transform:none}.section{padding:82px 0}.section h2{font-size:43px}.why-grid{grid-template-columns:1fr}.why-grid article{border-bottom:1px solid var(--line);min-height:120px;padding-left:20px}.why-grid article:last-child{border-bottom:0}.footer-inner{min-height:100px;align-items:flex-start;padding:24px 0;flex-direction:column;gap:14px}.contact h2{font-size:42px}.email strong{font-size:18px}}
