
:root{
  --navy:#062844;
  --navy2:#0a3554;
  --teal:#08a9a7;
  --teal2:#25c8bd;
  --ink:#10263a;
  --muted:#607183;
  --light:#f2f7f9;
  --white:#fff;
  --line:#dce7ec;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);line-height:1.6;background:#fff;padding-top:76px}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,92%);margin:auto}
.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;background:#fff;position:fixed;top:0;left:0;right:0;width:100%;z-index:9999;border-bottom:1px solid #edf1f3;box-shadow:0 2px 12px rgba(6,40,68,.06)}
.logo{width:190px;height:auto}
.nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:600}
.nav a{padding:28px 0;border-bottom:2px solid transparent}
.nav a:hover,.nav a.active{color:var(--teal);border-color:var(--teal)}
.btn{display:inline-flex;align-items:center;gap:9px;padding:13px 22px;border-radius:28px;background:linear-gradient(90deg,var(--teal),#087cc0);color:#fff;font-weight:700;border:0;cursor:pointer}
.btn.outline{background:transparent;border:1px solid #fff}
.menu{display:none;font-size:28px}
.hero{min-height:440px;background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.88) 42%,rgba(6,40,68,.1) 60%),url('https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?auto=format&fit=crop&w=1800&q=85') center/cover;display:flex;align-items:center}
.hero.product{background-image:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.82) 45%,rgba(6,40,68,.08)),url('https://images.unsplash.com/photo-1531058020387-3be344556be6?auto=format&fit=crop&w=1800&q=85')}
.hero h1{font-size:54px;line-height:1.08;max-width:600px;letter-spacing:-1.5px}
.eyebrow{color:#007ca6;letter-spacing:2.5px;font-size:12px;font-weight:800;margin-bottom:10px}
.hero p{max-width:570px;color:#30485c;margin:18px 0 24px;font-size:17px}
.features{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}
.feature{padding:24px 22px;display:flex;gap:13px;border-right:1px solid var(--line)}
.feature:last-child{border-right:0}
.icon{font-size:30px;color:var(--teal)}
.feature strong{display:block}.feature span{font-size:12px;color:var(--muted)}
.section{padding:75px 0}
.section.alt{background:var(--light)}
.section-head{text-align:center;margin-bottom:38px}
.section-head h2{font-size:36px;line-height:1.15}
.section-head p{color:var(--muted);margin-top:9px}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}
.about-img{height:360px;border-radius:2px;object-fit:cover;width:100%}
.about-copy h2{font-size:38px;line-height:1.15;margin-bottom:18px}
.about-copy p{color:var(--muted);margin-bottom:14px}
.cards{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.card{background:#fff;border:1px solid #e2ebef;border-radius:3px;overflow:hidden;transition:.2s}
.card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(6,40,68,.10)}
.card img{height:145px;width:100%;object-fit:cover}
.card-body{padding:17px}
.card h3{font-size:17px;line-height:1.25;margin-bottom:7px}
.card p{font-size:13px;color:var(--muted);min-height:62px}
.card .link{color:#007fa8;font-weight:700;font-size:13px;display:inline-block;margin-top:13px}
.industries{background:linear-gradient(rgba(5,39,65,.92),rgba(5,39,65,.92)),url('https://images.unsplash.com/photo-1513828583688-c52646db42da?auto=format&fit=crop&w=1800&q=85') center/cover;color:#fff;border-radius:0 0 50px 50px}
.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:35px}
.industry{text-align:center;padding:15px 20px;border-right:1px solid rgba(255,255,255,.3)}
.industry:last-child{border-right:0}
.industry .circle{width:94px;height:94px;border:2px solid #48d6d0;border-radius:50%;display:grid;place-items:center;margin:0 auto 14px;font-size:39px}
.industry h3{font-size:18px}.industry small{color:#68e4dc}
.commit{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:35px}
.commit h2{font-size:36px;line-height:1.1}
.checks{list-style:none}.checks li{margin:12px 0}.checks li:before{content:'✓';display:inline-grid;place-items:center;width:22px;height:22px;border:1px solid var(--teal);border-radius:50%;color:var(--teal);margin-right:10px;font-weight:800}
.dark-photo{min-height:240px;background:linear-gradient(90deg,rgba(5,39,65,.65),rgba(5,39,65,.2)),url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1000&q=85') center/cover;color:#fff;padding:35px}
.contact{background:#f4f8fa}.contact-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:30px;align-items:center}
.contact h2{font-size:34px;line-height:1.1}.contact-item{font-size:14px}.contact-item strong{display:block}.contact-item span{color:var(--muted)}
footer{background:#052c48;color:#fff;padding:28px 0}.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:25px}.footer-logo{width:165px;filter:brightness(0) invert(1)}.footer-links{display:flex;gap:22px;font-size:13px;color:#d7e7ee}
.page-hero{padding:80px 0;background:linear-gradient(90deg,#eef7f9,#fff);border-bottom:1px solid var(--line)}
.page-hero h1{font-size:50px;line-height:1.1}.page-hero p{max-width:720px;color:var(--muted);margin-top:15px}
.product-cta{background:linear-gradient(100deg,#062f4d,#087ba7);color:#fff;padding:60px 0;margin:0}
.product-cta-grid{display:flex;align-items:center;justify-content:space-between;gap:30px}.product-cta h2{font-size:37px;line-height:1.15}.product-cta p{max-width:600px;color:#d7e9ef;margin-top:10px}
.form{display:grid;gap:14px}.form input,.form textarea{width:100%;padding:14px;border:1px solid #d4e0e5;border-radius:5px;font:inherit}.form textarea{min-height:130px}
@media(max-width:900px){
 .nav{display:none}.menu{display:block}.topbar{height:68px}.logo{width:165px}body{padding-top:68px}
 .hero{min-height:500px}.hero h1{font-size:43px}.features{grid-template-columns:1fr 1fr}.cards{grid-template-columns:repeat(2,1fr)}
 .about-grid,.commit{grid-template-columns:1fr}.industry-grid{grid-template-columns:1fr 1fr}.contact-grid{grid-template-columns:1fr 1fr}.footer-grid{flex-direction:column;align-items:flex-start}
}
@media(max-width:560px){
 .container{width:90%}.hero h1{font-size:38px}.features{grid-template-columns:1fr}.feature{border-right:0;border-bottom:1px solid var(--line)}
 .cards{grid-template-columns:1fr}.industry-grid{grid-template-columns:1fr}.industry{border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}
 .contact-grid{grid-template-columns:1fr}.page-hero h1{font-size:38px}.product-cta-grid{flex-direction:column;align-items:flex-start}
}
