
:root{--navy:#102b52;--blue:#087fd7;--teal:#18b6b0;--muted:#5d7189;--light:#f4f9fc;--line:#dce6ee;--white:#fff}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif;color:var(--navy);line-height:1.55;background:#fff}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1160px,92%);margin:auto}

/* FIXED HEADER */
.site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:99999!important;background:rgba(255,255,255,.97);box-shadow:0 2px 18px rgba(16,43,82,.10);backdrop-filter:blur(8px)}
.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.logo{width:205px;height:62px;object-fit:contain;object-position:left center}
.nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}
.nav a{height:82px;display:flex;align-items:center;border-bottom:2px solid transparent}
.nav a:hover,.nav a.active{color:var(--blue);border-color:var(--blue)}
.cta{background:linear-gradient(90deg,#087fd7,#168adf);color:#fff!important;border:0!important;border-radius:28px;padding:13px 22px!important;height:auto!important;box-shadow:0 7px 18px rgba(8,127,215,.18)}
.menu{display:none;font-size:27px}

/* hero */
.hero{padding-top:82px;min-height:590px;background:linear-gradient(90deg,rgba(246,251,253,.98) 0%,rgba(246,251,253,.94) 37%,rgba(246,251,253,.15) 62%),url('https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?auto=format&fit=crop&w=1900&q=85') center/cover;display:flex;align-items:center}
.hero-content{padding:75px 0 85px}
.eyebrow{font-size:13px;letter-spacing:2.6px;color:var(--blue);font-weight:800;margin-bottom:14px}
.hero h1{font-size:58px;line-height:1.02;letter-spacing:-2px;max-width:650px}
.hero h1 span{color:var(--blue)}
.hero p{font-size:17px;color:#50657e;max-width:560px;margin:24px 0}
.btn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(90deg,#0783da,#0b9ed2);color:#fff;border-radius:28px;padding:15px 27px;font-weight:700}
.btn.outline{background:#fff;color:var(--blue);border:1px solid #1590dc}

/* trust */
.trust{background:#fff;border-bottom:1px solid var(--line)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{padding:27px 20px;display:flex;gap:14px;border-right:1px solid var(--line)}
.trust-item:last-child{border-right:0}
.trust-icon{font-size:30px;color:var(--blue)}
.trust-item strong{display:block;font-size:15px}.trust-item small{color:var(--muted);font-size:12px}

/* sections */
.section{padding:80px 0}
.section.alt{background:var(--light)}
.two-col{display:grid;grid-template-columns:1fr 1.25fr;gap:55px;align-items:center}
.about-img{height:350px;width:100%;object-fit:cover;border-radius:12px}
.about-copy h2{font-size:39px;line-height:1.12;margin-bottom:18px}
.about-copy p{color:var(--muted);margin:12px 0}
.section-title{margin-bottom:34px}
.section-title h2{font-size:38px;line-height:1.12}
.section-title p{color:var(--muted);margin-top:8px}
.products-head{display:flex;justify-content:space-between;align-items:end;gap:20px}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{background:#fff;border:1px solid #e1eaf0;border-radius:10px;overflow:hidden;box-shadow:0 7px 22px rgba(16,43,82,.05);transition:.2s}
.card:hover{transform:translateY(-4px)}
.card img{height:165px;width:100%;object-fit:cover}
.card-body{padding:18px}
.card h3{font-size:17px;line-height:1.25;margin-bottom:15px}
.card .arrow{color:var(--blue);font-size:20px}

/* industries */
.industries{background:linear-gradient(90deg,rgba(7,42,76,.96),rgba(7,42,76,.91)),url('https://images.unsplash.com/photo-1513828583688-c52646db42da?auto=format&fit=crop&w=1900&q=85') center/cover;color:#fff}
.industries .section-title p{color:#d3e3ee}
.industry-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.industry{text-align:center;padding:20px;border-right:1px solid rgba(255,255,255,.25)}
.industry:last-child{border-right:0}
.industry .circle{width:90px;height:90px;border:2px solid #29c7c0;border-radius:50%;display:grid;place-items:center;margin:0 auto 15px;font-size:35px}
.industry h3{font-size:18px}.industry p{color:#cbdde9;font-size:13px;margin-top:6px}

/* why */
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}
.why-photo{height:340px;background:linear-gradient(90deg,rgba(5,39,65,.35),rgba(5,39,65,.1)),url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1000&q=85') center/cover;border-radius:12px}
.checks{list-style:none;margin-top:15px}.checks li{margin:13px 0;color:#425c76}.checks li:before{content:'✓';display:inline-grid;place-items:center;width:23px;height:23px;border-radius:50%;border:1px solid var(--teal);color:var(--teal);margin-right:10px;font-weight:700}

/* pages */
.page-hero{padding:150px 0 75px;background:linear-gradient(90deg,#f2f9fc,#fff);border-bottom:1px solid var(--line)}
.page-hero h1{font-size:52px;line-height:1.08}.page-hero p{max-width:700px;color:var(--muted);margin-top:15px}
.cta-band{padding:60px 0;background:linear-gradient(100deg,#062f4d,#087ba7);color:#fff}
.cta-band .row{display:flex;align-items:center;justify-content:space-between;gap:25px}.cta-band h2{font-size:36px}.cta-band p{color:#d6e8f0;max-width:650px;margin-top:8px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}
.contact-details p{color:var(--muted);margin:4px 0 18px}
.form{display:grid;gap:14px}.form input,.form textarea{padding:14px;border:1px solid #d4e0e7;border-radius:7px;font:inherit}.form textarea{min-height:140px}
footer{background:#062f4d;color:#fff;padding:30px 0}.footer{display:flex;align-items:center;justify-content:space-between;gap:25px}.footer-logo{width:175px;height:55px;object-fit:contain}.footer-links{display:flex;gap:20px;font-size:13px;color:#d8e7ef}

/* mobile */
@media(max-width:900px){
 .header-inner{height:70px}.logo{width:175px;height:55px}.nav{display:none}.menu{display:block}
 .hero{padding-top:70px;min-height:650px}.hero h1{font-size:45px}
 .trust-grid{grid-template-columns:1fr 1fr}.trust-item:nth-child(2){border-right:0}
 .cards{grid-template-columns:1fr 1fr}.two-col,.why-grid,.contact-grid{grid-template-columns:1fr}
 .industry-grid{grid-template-columns:1fr 1fr}.industry:nth-child(2){border-right:0}.industry:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.25)}
 .products-head{align-items:start;flex-direction:column}
 .page-hero{padding-top:125px}
}
@media(max-width:560px){
 .container{width:90%}.hero h1{font-size:38px}.hero p{font-size:15px}
 .trust-grid,.cards,.industry-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line)}
 .industry{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.25)}
 .industry:last-child{border-bottom:0}.page-hero h1{font-size:40px}.section{padding:60px 0}
 .footer{flex-direction:column;align-items:flex-start}.footer-links{flex-wrap:wrap}
}
