*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:Inter, sans-serif;
}

body{
  background:#071225;
  color:white;
}

/* NAVBAR */

.navbar{
  position:absolute;
  top:0;
  width:100%;
  padding:18px 70px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  z-index:10;
}

.logo{
  display:flex;
  align-items:center;
  gap:10px;
}

.truck{
  font-size:18px;
}

.logo-top{
  font-weight:800;
  font-size:15px;
}

.logo-bottom{
  color:#ff3b30;
  font-weight:800;
  font-size:15px;
}

.menu a{
  margin:0 18px;
  font-weight:600;
  font-size:14px;
  color:#dce3ea;
}

.nav-right{
  display:flex;
  align-items:center;
  gap:22px;
}

.dispatch .small{
  font-size:11px;
  opacity:.7;
}

.phone{
  font-weight:800;
  color:#ff3b30;
  text-decoration:none;
}

.quote{
  background:#ff3b30;
  border:none;
  padding:10px 18px;
  color:white;
  border-radius:6px;
  font-weight:700;
}

/* HERO */

.hero{
  height:92vh;
  background:url("images/hero.jpg") right center/cover no-repeat;
  position:relative;
  display:flex;
  align-items:center;
}

.overlay{
  position:absolute;
  width:100%;
  height:100%;
  background:linear-gradient(90deg,#061021 45%,rgba(6,16,33,0.4));
}

.hero-inner{
  position:relative;
  padding-left:70px;
  max-width:650px;
}

.tag{
  background:#ff3b30;
  display:inline-block;
  padding:6px 12px;
  font-size:12px;
  font-weight:700;
  border-radius:4px;
  margin-bottom:18px;
}

h1{
  font-size:72px;
  font-weight:900;
  line-height:0.95;
  margin-bottom:18px;
}

.hero p{
  font-size:17px;
  color:#c7d1db;
  line-height:1.6;
  margin-bottom:26px;
}

.btns{
  display:flex;
  gap:14px;
}

.primary{
  background:#ff3b30;
  border:none;
  padding:14px 22px;
  border-radius:6px;
  font-weight:700;
}

.outline{
  background:transparent;
  border:2px solid #fff;
  padding:12px 22px;
  border-radius:6px;
  color:white;
  font-weight:700;
}

/* STATS BAR */

.stats{
  background:#0b1a2f;
  padding:16px 60px;
  display:flex;
  justify-content:space-around;
  font-weight:600;
  font-size:14px;
}
/* ABOUT SECTION */

.about{
  background:#eef2f6;
  color:#0b1a2f;
  text-align:center;
  padding:90px 60px;
}

.about h2{
  font-size:38px;
  font-weight:900;
  margin-bottom:18px;
}

.about-text{
  max-width:820px;
  margin:auto;
  font-size:16px;
  line-height:1.7;
  color:#5a6b7c;
}

.about-cards{
  display:flex;
  justify-content:center;
  gap:25px;
  margin-top:55px;
}

.about-box{
  background:white;
  padding:30px 40px;
  border-radius:8px;
  width:230px;
  box-shadow:0 4px 12px rgba(0,0,0,0.05);
}

.about-box h3{
  font-size:38px;
  font-weight:900;
  margin-bottom:8px;
}

.about-box span{
  font-size:13px;
  font-weight:700;
  color:#6c7b8c;
}

.red{
  color:#ff3b30;
}
/* LOGISTICS SECTION */

.logistics{
  background:#eef2f6;
  padding:90px 60px;
  color:#0b1a2f;
}

.logistics-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  margin-bottom:40px;
}

.small-red{
  color:#ff3b30;
  font-size:12px;
  font-weight:800;
}

.logistics h2{
  font-size:42px;
  font-weight:900;
  margin-top:8px;
}

.logistics-head p{
  max-width:420px;
  color:#5c6b7a;
  line-height:1.6;
}

.logistics-cards{
  display:flex;
  gap:28px;
}

.log-card{
  background:white;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 6px 16px rgba(0,0,0,0.08);
  width:100%;
}

.log-card img{
  width:100%;
  height:230px;
  object-fit:cover;
}

.card-content{
  padding:20px;
}

.card-content h3{
  font-size:20px;
  font-weight:900;
  margin-bottom:8px;
}

.card-content p{
  font-size:14px;
  color:#5a6b7c;
  line-height:1.5;
}
/* ADVANTAGE DARK SECTION */

.advantage{
  background:linear-gradient(90deg,#071225,#0c1e3a);
  color:white;
  padding:90px 70px;
  display:flex;
  gap:60px;
  align-items:flex-start;
}

.adv-left{
  flex:1;
}

.adv-left h2{
  font-size:52px;
  font-weight:900;
  line-height:1.05;
}

.adv-left h2 span{
  color:#ff3b30;
}

.adv-left p{
  margin:20px 0 30px;
  color:#c7d1db;
  max-width:520px;
  line-height:1.6;
}

.feature-box{
  background:#0e213d;
  padding:18px 20px;
  border-radius:10px;
  margin-bottom:15px;
  border:1px solid rgba(255,255,255,0.06);
}

.feature-box h4{
  font-size:16px;
  font-weight:800;
  margin-bottom:6px;
}

.feature-box p{
  font-size:14px;
  color:#a9b6c4;
}

/* RIGHT PANEL */

.adv-right{
  flex:1;
  background:white;
  color:#0b1a2f;
  padding:35px;
  border-radius:8px;
}

.adv-right h3{
  font-size:24px;
  font-weight:900;
  margin-bottom:18px;
}

.adv-right ul{
  list-style:none;
  padding:0;
  margin-bottom:25px;
}

.adv-right li{
  margin-bottom:12px;
  font-weight:600;
}

.pickup{
  width:100%;
  background:#071225;
  color:white;
  padding:16px;
  border:none;
  font-weight:800;
  border-radius:6px;
}
/* FOOTER */

.footer{
  background:#071225;
  color:white;
  padding:60px 70px 25px;
  border-top:2px solid #ff3b30;
}

.footer-top{
  display:flex;
  justify-content:space-between;
  gap:40px;
}

.foot-col{
  width:25%;
}

.brand h3{
  font-size:22px;
  font-weight:900;
}

.brand span{
  color:#ff3b30;
}

.brand p{
  margin:15px 0;
  color:#aab6c4;
  line-height:1.6;
  font-size:14px;
}

.socials{
  display:flex;
  gap:10px;
}

.socials div{
  width:32px;
  height:32px;
  background:#0e213d;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:4px;
  font-size:12px;
}

.foot-col h4{
  font-size:16px;
  font-weight:800;
  margin-bottom:12px;
}

.foot-col ul{
  list-style:none;
  padding:0;
}

.foot-col li{
  font-size:14px;
  margin-bottom:10px;
  color:#c7d1db;
}

/* Fleet card */

.fleet-box{
  background:#0e213d;
  padding:15px;
  border-radius:8px;
}

.fleet-head{
  display:flex;
  justify-content:space-between;
  margin-bottom:10px;
}

.progress{
  background:#122a4d;
  height:6px;
  border-radius:10px;
  overflow:hidden;
  margin-bottom:10px;
}

.bar{
  width:98%;
  height:100%;
  background:#ff3b30;
}

.verified{
  font-size:13px;
  color:#7ddc7d;
}

/* Bottom row */

.footer-bottom{
  margin-top:40px;
  border-top:1px solid rgba(255,255,255,0.08);
  padding-top:15px;
  display:flex;
  justify-content:space-between;
  font-size:13px;
  color:#aab6c4;
}

.links span{
  margin-left:18px;
}
/* ============================= */
/* TABLET RESPONSIVE (1024px) */
/* ============================= */

@media (max-width:1024px){

  .navbar{
    padding:15px 30px;
  }

  .menu{
    display:none;
  }

  .hero-inner{
    padding-left:30px;
    max-width:520px;
  }

  h1{
    font-size:48px;
  }

  .stats{
    flex-wrap:wrap;
    gap:10px;
    text-align:center;
  }

  .about-cards{
    flex-wrap:wrap;
  }

  .logistics-cards{
    flex-direction:column;
  }

  .advantage{
    flex-direction:column;
  }

  .footer-top{
    flex-wrap:wrap;
  }

  .foot-col{
    width:45%;
  }
}


/* ============================= */
/* MOBILE RESPONSIVE (768px) */
/* ============================= */

@media (max-width:768px){

  .navbar{
    padding:12px 18px;
  }

  .nav-right{
    display:none;
  }

  .hero{
    height:auto;
    padding:90px 0 60px;
    background-position:center;
  }

  .hero-inner{
    padding:0 20px;
  }

  h1{
    font-size:36px;
  }

  .hero p{
    font-size:15px;
  }

  .btns{
    flex-direction:column;
  }

  .stats{
    flex-direction:column;
    gap:12px;
    font-size:13px;
  }

  .about{
    padding:60px 20px;
  }

  .about h2{
    font-size:28px;
  }

  .about-cards{
    flex-direction:column;
    align-items:center;
  }

  .about-box{
    width:100%;
    max-width:300px;
  }

  .logistics{
    padding:60px 20px;
  }

  .logistics-head{
    flex-direction:column;
    gap:15px;
  }

  .logistics h2{
    font-size:30px;
  }

  .advantage{
    padding:60px 20px;
  }

  .adv-left h2{
    font-size:32px;
  }

  .footer{
    padding:50px 20px 25px;
  }

  .foot-col{
    width:100%;
  }

  .footer-bottom{
    flex-direction:column;
    gap:10px;
    text-align:center;
  }

  .links span{
    margin:0 8px;
  }
}


/* ============================= */
/* SMALL MOBILE (480px) */
/* ============================= */

@media (max-width:480px){

  h1{
    font-size:30px;
  }

  .tag{
    font-size:10px;
  }

  .primary, .outline{
    width:100%;
  }

  .adv-left h2{
    font-size:26px;
  }

}
