
:root{
  --navy:#071f35;
  --navy2:#0b365d;
  --orange:#f58220;
  --light:#f5f8fb;
  --text:#0f2235;
  --muted:#6c7d8f;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.wrap{width:min(1180px,calc(100% - 40px));margin:auto}
.topbar{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #e7edf2;box-shadow:0 4px 20px rgba(7,31,53,.05)}
.nav{height:84px;display:flex;align-items:center;gap:28px}
.brand img{width:205px;max-height:64px;object-fit:contain}
.menu{display:flex;gap:24px;margin-left:auto}
.menu a{font-size:14px;font-weight:700;color:#22384e}
.menu a:hover{color:var(--orange)}
.login{background:var(--navy);color:#fff;padding:12px 18px;border-radius:8px;font-weight:800;font-size:14px}
.hamb{display:none;margin-left:auto;border:0;background:none;font-size:26px}

.hero{position:relative;height:680px;overflow:hidden;background:var(--navy)}
.slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease}
.slide.active{opacity:1}
.slide img{width:100%;height:100%;object-fit:cover}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,20,35,.93) 0%,rgba(3,20,35,.68) 48%,rgba(3,20,35,.22) 100%)}
.heroContent{position:relative;z-index:3;height:100%;display:flex;align-items:center}
.heroText{max-width:740px;color:#fff}
.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.17em;font-size:12px;font-weight:900;color:#ff9b3e;margin-bottom:18px}
.hero h1{font-size:72px;line-height:1.02;letter-spacing:-.045em;margin:0 0 22px}
.hero h1 span{color:var(--orange)}
.hero p{font-size:19px;line-height:1.65;color:#d7e1ea;max-width:690px}
.btns{display:flex;gap:14px;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 21px;border:1px solid rgba(255,255,255,.35);border-radius:8px;color:#fff;font-weight:800}
.btn.primary{background:var(--orange);border-color:var(--orange)}
.heroArrows{position:absolute;z-index:5;left:50%;bottom:34px;transform:translateX(-50%);width:min(1180px,calc(100% - 40px));display:flex;justify-content:space-between}
.arrow{width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(7,31,53,.35);color:#fff;font-size:30px;cursor:pointer}
.dots{position:absolute;z-index:5;bottom:42px;left:50%;transform:translateX(-50%);display:flex;gap:9px}
.dot{width:9px;height:9px;border-radius:50%;border:0;background:rgba(255,255,255,.45)}
.dot.active{background:var(--orange);transform:scale(1.2)}

.trust{background:#fff;border-bottom:1px solid #e8edf2}
.trustGrid{display:grid;grid-template-columns:repeat(4,1fr)}
.trustItem{display:flex;gap:14px;padding:25px 18px;border-right:1px solid #edf1f4}
.trustItem:last-child{border-right:0}
.trustIcon{width:42px;height:42px;border-radius:11px;background:#eef5fb;display:grid;place-items:center;color:var(--orange);font-size:20px;font-weight:900}
.trustItem strong,.trustItem span{display:block}
.trustItem strong{font-size:14px}
.trustItem span{font-size:12px;color:var(--muted);margin-top:4px;line-height:1.45}

.section{padding:92px 0}
.section.dark{background:var(--navy);color:#fff}
.sectionTitle{display:flex;align-items:center;gap:20px;margin-bottom:40px}
.sectionTitle h2{font-size:42px;letter-spacing:-.035em;margin:0}
.sectionTitle .line{height:3px;width:85px;background:var(--orange)}

.tools{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.tool{position:relative;background:#fff;border:1px solid #e4eaf0;border-radius:16px;padding:26px;box-shadow:0 12px 32px rgba(7,31,53,.07);transition:.25s;min-height:245px}
.tool:hover{transform:translateY(-6px);box-shadow:0 20px 42px rgba(7,31,53,.12)}
.tool.featured{background:linear-gradient(145deg,#0b365d,#071f35);color:#fff}
.ico{width:52px;height:52px;border-radius:13px;background:var(--orange);display:grid;place-items:center;color:#fff;font-weight:900;font-size:22px;margin-bottom:22px}
.tool h3{font-size:21px;margin:0 0 10px}
.tool p{color:var(--muted);font-size:14px;line-height:1.6}
.tool.featured p{color:#c6d4df}
.tool a{display:inline-block;margin-top:12px;color:#0b6fca;font-weight:800}
.tool.featured a{color:#ffad5f}

.projects{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.project{background:#fff;border-radius:16px;overflow:hidden;color:var(--text);box-shadow:0 15px 36px rgba(0,0,0,.18)}
.project img{width:100%;height:235px;object-fit:cover}
.projectBody{padding:20px}
.projectBody h3{margin:0 0 8px}
.projectBody p{color:#657789;line-height:1.55}
.projectBody small{color:var(--orange);font-weight:800}

.about{background:#f5f8fb}
.aboutGrid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.about h2{font-size:46px;margin:0 0 18px}
.about p{font-size:17px;color:#607286;line-height:1.75}
.about .btn{margin-top:16px}
.stats{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.stat{background:#fff;border-radius:14px;padding:28px;box-shadow:0 10px 28px rgba(7,31,53,.07)}
.stat b{display:block;font-size:42px;color:var(--orange)}
.stat span{color:#617387;font-size:14px}

.services{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.service{border-radius:16px;overflow:hidden;background:#fff;border:1px solid #e5ebf0;box-shadow:0 12px 32px rgba(7,31,53,.07)}
.service img{width:100%;height:230px;object-fit:cover}
.service>div{padding:22px}
.service h3{margin:0 0 10px}
.service p{color:#687a8d;line-height:1.6}

.cta{background:linear-gradient(135deg,#0b365d,#071f35);border-radius:22px;padding:42px 46px;display:flex;align-items:center;justify-content:space-between;color:#fff}
.cta h2{font-size:38px;margin:0 0 8px}
.cta p{color:#c9d7e2;margin:0}

.footer{background:#051625;color:#fff;padding:60px 0 24px}
.footGrid{display:grid;grid-template-columns:1.4fr .8fr 1fr 1fr;gap:36px}
.footGrid img{width:210px;background:#fff;padding:8px;border-radius:6px}
.footGrid p,.footGrid a{color:#aebdca;line-height:1.8;font-size:14px}
.footGrid h4{color:#fff;margin:0 0 14px}
.copy{border-top:1px solid rgba(255,255,255,.12);margin-top:36px;padding-top:20px;color:#8fa2b2;font-size:13px;text-align:center}
.whatsapp{position:fixed;right:24px;bottom:24px;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#21c063;color:#fff;font-size:24px;z-index:50;box-shadow:0 10px 28px rgba(0,0,0,.25)}

@media(max-width:980px){
  .menu{display:none;position:absolute;top:84px;left:0;right:0;background:#fff;flex-direction:column;padding:22px 30px;border-bottom:1px solid #e5ebf0}
  .menu.open{display:flex}
  .login{display:none}
  .hamb{display:block}
  .hero{height:620px}
  .hero h1{font-size:54px}
  .trustGrid{grid-template-columns:1fr 1fr}
  .tools,.projects,.services{grid-template-columns:1fr 1fr}
  .aboutGrid{grid-template-columns:1fr}
  .footGrid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .wrap{width:min(100% - 26px,1180px)}
  .brand img{width:170px}
  .hero{height:610px}
  .hero h1{font-size:43px}
  .hero p{font-size:16px}
  .btns{flex-direction:column;align-items:flex-start}
  .trustGrid,.tools,.projects,.services,.stats,.footGrid{grid-template-columns:1fr}
  .trustItem{border-right:0;border-bottom:1px solid #edf1f4}
  .section{padding:68px 0}
  .sectionTitle h2{font-size:34px}
  .cta{padding:30px;display:block}
  .cta .btn{margin-top:20px}
}
