:root{--blue:#1268e8;--navy:#071b3d;--sky:#eef6ff;--ink:#10213d;--muted:#65738a;--line:#dce7f5;--white:#fff;--max:1180px}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);line-height:1.65}a{text-decoration:none;color:inherit}.wrap{width:min(calc(100% - 40px),var(--max));margin:auto}.top{background:var(--navy);color:#dce9ff;font-size:13px}.top .wrap{height:38px;display:flex;align-items:center;justify-content:space-between}header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--line)}nav{height:82px;display:flex;align-items:center;justify-content:space-between}.brand-logo{width:190px;height:62px;overflow:hidden;position:relative}.brand-logo img{position:absolute;width:300px;height:300px;max-width:none;left:50%;top:50%;transform:translate(-50%,-50%);object-fit:contain}.links{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:800}.links a:hover,.links .active{color:var(--blue)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:7px;background:var(--blue);color:#fff;font-weight:800;border:0}.menu{display:none;border:0;background:var(--sky);width:44px;height:44px;border-radius:8px;font-size:20px}.page-hero{padding:105px 0;background:radial-gradient(circle at 80% 30%,#2080ff44,transparent 24%),linear-gradient(120deg,#04152f,#0b4a9f);color:white}.crumb{color:#8fc1ff;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.page-hero h1{font-size:clamp(46px,6vw,76px);line-height:1.05;letter-spacing:-.045em;margin:18px 0}.page-hero p{max-width:670px;color:#c4d4eb;font-size:18px}.section{padding:100px 0}.section.alt{background:var(--sky)}.kicker{color:var(--blue);font-weight:900;text-transform:uppercase;letter-spacing:.14em;font-size:12px}.section h2{font-size:clamp(35px,4vw,54px);line-height:1.1;letter-spacing:-.04em;margin:12px 0 25px;color:var(--navy)}.two{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.photo{width:100%;border-radius:12px;display:block}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{padding:32px;border:1px solid var(--line);border-radius:9px;background:#fff}.card b{color:var(--blue);font-size:12px}.card h3{font-size:21px;line-height:1.25}.card p{color:var(--muted);font-size:14px}.values{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.value{background:var(--navy);color:#fff;padding:30px;border-radius:8px}.value span{color:#8fc1ff;font-weight:900}.value p{color:#adbed8;font-size:13px}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:65px}.contact-card{padding:25px;border:1px solid var(--line);border-radius:8px;margin-bottom:15px}.contact-card strong{display:block;color:var(--blue)}form{display:grid;grid-template-columns:1fr 1fr;gap:15px}input,textarea,select{width:100%;padding:15px;border:1px solid var(--line);border-radius:6px;font:inherit}textarea{min-height:155px;resize:vertical}.full{grid-column:1/-1}.newsletter{background:#eef1f5;padding:48px 0}.newsletter-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.newsletter h2{font-size:34px;line-height:1.2;max-width:580px}.newsletter-form{display:flex;gap:12px;min-width:450px}.footer-main{background:#15191f;color:#d7deea;padding:70px 0}.footer-columns{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.1fr;gap:60px}.footer-logo{width:220px;height:85px;overflow:hidden;position:relative;background:#fff;border-radius:5px}.footer-logo img{position:absolute;width:350px;height:350px;max-width:none;left:50%;top:50%;transform:translate(-50%,-50%);object-fit:contain}.footer-main h4{color:#fff;font-size:19px}.footer-main h4:after{content:"";display:block;width:42px;height:2px;background:var(--blue);margin-top:12px}.footer-main ul{list-style:none;padding:0}.footer-main li,.footer-main p{color:#aeb9c9;font-size:13px;margin:10px 0}.footer-bottom{background:#20252d;color:#aeb9c9;padding:20px 0;border-bottom:4px solid var(--blue)}.footer-bottom .wrap{display:flex;justify-content:space-between;font-size:12px}.legal{display:flex;gap:18px}
@media(max-width:900px){.menu{display:block}.links{display:none;position:absolute;left:20px;right:20px;top:82px;background:#fff;padding:22px;box-shadow:0 20px 40px #001c3c25;flex-direction:column;align-items:stretch}.links.open{display:flex}.two,.contact-grid{grid-template-columns:1fr}.cards{grid-template-columns:1fr 1fr}.values{grid-template-columns:1fr 1fr}.footer-columns{grid-template-columns:1fr 1fr}.newsletter-inner{flex-direction:column;align-items:flex-start}.newsletter-form{width:100%;min-width:0}}
@media(max-width:600px){.top{display:none}nav{height:74px}.brand-logo{width:145px;height:54px}.brand-logo img{width:240px;height:240px}.links{top:74px}.page-hero{padding:75px 0}.section{padding:70px 0}.cards,.values,.footer-columns{grid-template-columns:1fr}.newsletter-form,form{grid-template-columns:1fr;display:grid;min-width:0}.footer-bottom .wrap{flex-direction:column;gap:12px}.legal{flex-wrap:wrap}}
/* Consistent compact logo in every page header and footer */
nav{height:76px}.brand-logo{width:170px;height:70px}.brand-logo img{width:270px;height:270px}.footer-logo{width:185px;height:78px}.footer-logo img{width:290px;height:290px}
@media(max-width:900px){.links{top:76px}}
@media(max-width:600px){nav{height:68px}.links{top:68px}.brand-logo{width:148px;height:62px}.brand-logo img{width:235px;height:235px}.footer-logo{width:165px;height:70px}.footer-logo img{width:260px;height:260px}}
/* Matching compact header across inner pages */
nav{height:70px}.brand-logo{width:155px;height:62px}.brand-logo img{width:245px;height:245px}.links .btn{border-radius:999px;padding:12px 24px}
@media(max-width:900px){.links{top:70px}}
@media(max-width:600px){nav{height:66px}.links{top:66px}.brand-logo{width:138px;height:56px}.brand-logo img{width:220px;height:220px}}
/* Creative navigation shared by About, Solutions and Contact */
header{box-shadow:0 10px 35px rgba(7,27,61,.07);border-bottom:0}header:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(90deg,transparent 3%,#1268e8 18%,#55b7ff 50%,#1268e8 82%,transparent 97%)}.top .wrap>span:first-child{display:flex;align-items:center;gap:9px}.top .wrap>span:first-child:before{content:"";width:8px;height:8px;border-radius:50%;background:#51d58a;box-shadow:0 0 0 5px rgba(81,213,138,.13)}.links{gap:5px;background:#f2f7ff;border:1px solid #e2ecfa;border-radius:999px;padding:6px 7px}.links>a:not(.btn){padding:9px 15px;border-radius:999px;transition:.2s}.links>a:not(.btn):hover,.links>a.active{background:#fff;color:var(--blue);box-shadow:0 7px 20px rgba(18,104,232,.11)}.links .btn{margin-left:6px;background:linear-gradient(135deg,#1268e8,#0d54c2);box-shadow:0 12px 25px rgba(18,104,232,.25)}.brand-logo:after{content:"";position:absolute;right:0;top:15px;bottom:15px;width:1px;background:linear-gradient(transparent,#cbdcf2,transparent)}
@media(max-width:900px){.links{border-radius:16px;padding:16px;background:#fff}.links>a:not(.btn){padding:11px 14px}.links .btn{margin-left:0}}
/* Slightly stronger light-blue navigation color */
.links{background:linear-gradient(135deg,#edf5ff 0%,#dcecff 100%);border-color:#c5dcfb;box-shadow:inset 0 1px 0 #fff,0 10px 28px rgba(18,104,232,.10)}.links>a:not(.btn){color:#0b2144}.links>a:not(.btn):hover{background:rgba(255,255,255,.72)}.links>a.active{background:#fff;color:var(--blue);box-shadow:0 8px 22px rgba(18,104,232,.14)}.links .btn{border:2px solid rgba(255,255,255,.72)}
/* Keep the original logo visually uninterrupted */
.brand-logo:after{display:none!important}.brand-logo{background:#fff;border:0}.brand-logo img{filter:none}.footer-logo{border:0;box-shadow:none}
.links .btn{display:inline-flex;align-items:center;gap:9px}.links .btn .arrow{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.18);font-size:15px}
