:root{
  --green:#19d83c;
  --green-dark:#08731c;
  --white:#f4f4f4;
  --black:#020302;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter',Arial,sans-serif;
  color:var(--white);
  background:#000;
  line-height:1.45;
}
a{color:inherit;text-decoration:none}
.container{width:min(1120px, calc(100% - 40px)); margin:0 auto;}
.site-header{
  height:91px;
  background:#030403;
  position:absolute;
  inset:0 0 auto 0;
  z-index:20;
}
.nav-wrap{height:91px; display:flex; align-items:center; gap:36px;}
.logo img{width:172px; height:auto; display:block;}
.main-nav{display:flex; gap:32px; align-items:center; flex:1; font-size:20px; font-weight:800; letter-spacing:.2px;}
.main-nav a{padding:35px 0 25px; transition:.2s;}
.main-nav a:hover,.main-nav .active{color:var(--green)}
.main-nav .active{border-bottom:2px solid var(--green)}
.header-actions{display:flex; align-items:center; gap:18px;}
.mail{background:white; color:#070707; height:30px; padding:0 16px; display:flex; gap:8px; align-items:center; font-size:12px; font-weight:700;}
.social{width:40px;height:40px;border-radius:50%; background:var(--green-dark); color:white; display:grid; place-items:center; font-weight:900; font-size:24px;}
.hero{
  min-height:555px;
  padding-top:91px;
  background:
    linear-gradient(90deg, rgba(0,0,0,.76) 0%, rgba(0,0,0,.54) 47%, rgba(0,0,0,.18) 72%, rgba(0,0,0,.75) 100%),
    url('images/hero-bg.png') center/cover no-repeat;
}
.hero-inner{height:464px; display:flex; align-items:center;}
.hero-text{margin-left:112px; margin-top:20px;}
.hero h1{font-size:45px; line-height:1.08; margin:0 0 24px; font-weight:800; letter-spacing:1px;}
.hero p{font-size:14px; font-weight:700; margin:0 0 28px;}
.btn{display:inline-flex; align-items:center; gap:6px; background:#0b8f22; color:#fff; padding:12px 25px; border-radius:0; font-weight:800; font-size:12px; box-shadow:0 0 22px rgba(25,216,60,.18);}
.btn:hover{background:#0fc332}
.section-dark{background:#000;}
.about{padding:0 0 82px; position:relative;}
.about:after{content:""; position:absolute; inset:auto 0 -130px; height:230px; background:linear-gradient(#000, transparent); pointer-events:none;}
.about-grid{display:grid; grid-template-columns:1.15fr repeat(3, 1fr); gap:38px; align-items:start;}
.about-copy{padding-top:14px;}
h2{font-size:26px; line-height:1.2; margin:0 0 22px; font-weight:800;}
.about-copy p{font-size:13px; font-weight:700; max-width:280px; margin:0 0 19px;}
.feature-card{text-align:center; padding-top:48px;}
.feature-card img{height:72px; object-fit:contain; margin-bottom:15px; filter:drop-shadow(0 0 12px rgba(25,216,60,.55));}
.feature-card h3{font-size:22px; margin:0 0 10px; font-weight:800;}
.feature-card p{font-size:13px; font-weight:700; margin:0 auto; max-width:205px;}
.services{
  min-height:625px;
  padding:0 0 45px;
  background:
    linear-gradient(180deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.36) 45%, rgba(0,0,0,.86) 98%),
    url('images/road-bg.png') center top/cover no-repeat;
  position:relative;
  overflow:hidden;
}
.services .container{position:relative; z-index:2;}
.services h2:first-child{padding-top:36px; margin-bottom:18px;}
.service-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:16px; max-width:820px;}
.service-card{background:rgba(0,0,0,.78); min-height:170px; padding:12px 18px 18px; text-align:center; box-shadow:0 0 32px rgba(24,216,60,.12);}
.service-card img{height:72px; object-fit:contain; margin-bottom:8px; filter:drop-shadow(0 0 14px rgba(25,216,60,.55));}
.service-card h3{font-size:16px; line-height:1.25; margin:0 0 11px; font-weight:800;}
.service-card p{font-size:12px; line-height:1.45; font-weight:700; margin:0;}
.why-box{max-width:530px; margin:30px auto 0; text-align:left;}
.why-box h2{text-align:center; margin-bottom:8px; font-size:25px;}
.why-box ul{list-style:none; padding:0; margin:0; font-size:22px; line-height:1.35;}
.why-box li{position:relative; padding-left:35px; text-shadow:0 0 10px rgba(0,0,0,.9);}
.why-box li:before{content:"✓"; position:absolute; left:0; top:1px; width:24px; height:24px; background:linear-gradient(#b6ff8d,#62b943); color:#fff; display:grid; place-items:center; border-radius:3px; font-weight:900; line-height:1;}
.bottom-truck{position:absolute; left:12%; bottom:0; width:260px; z-index:1; filter:drop-shadow(0 0 20px rgba(25,216,60,.2));}
.footer{background:#010101; padding:20px 0 18px; position:relative; z-index:5;}
.footer-inner{display:flex; align-items:center; gap:120px; min-height:100px;}
.footer-logo img{width:300px; height:auto;}
.footer-links{display:flex; gap:36px; font-size:12px; font-weight:800;}
.footer-links a:hover{color:var(--green)}
.copyright{font-size:11px; color:#d6d6d6; padding-top:2px;}
@media (max-width:980px){
  .site-header{position:relative;height:auto}.nav-wrap{height:auto; padding:16px 0; flex-wrap:wrap}.main-nav{order:3;width:100%;justify-content:center;gap:18px;font-size:16px}.header-actions{margin-left:auto}.hero{padding-top:0}.hero-text{margin-left:0}.about-grid{grid-template-columns:1fr 1fr}.service-grid{grid-template-columns:1fr 1fr;max-width:none}.bottom-truck{opacity:.5;left:0}.footer-inner{gap:30px;flex-wrap:wrap}.footer-logo img{width:220px}
}
@media (max-width:640px){
  .container{width:min(100% - 24px,1120px)}.logo img{width:145px}.header-actions{width:100%;justify-content:space-between}.main-nav{font-size:14px;gap:12px;flex-wrap:wrap}.hero-inner{height:auto;min-height:420px}.hero h1{font-size:34px}.about-grid,.service-grid{grid-template-columns:1fr}.about-copy p{max-width:none}.feature-card{padding-top:20px}.why-box ul{font-size:17px}.bottom-truck{display:none}.footer-links{flex-direction:column;gap:12px}.mail{font-size:11px;padding:0 10px}
}
