:root {
  --blue: #0878d8;
  --dark-blue: #071b38;
  --maroon: #9b1c3d;
  --light: #f5f9ff;
  --text: #1f2937;
  --muted: #5f6b7a;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
.section-label,
.eyebrow {
  font-family: "Poppins", sans-serif;
}

h2 {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  letter-spacing: -0.5px;
}

.btn {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

/* HERO */

.hero {
  min-height: 85vh;
  padding: 30px 8% 90px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/customer-collage.png") center/cover no-repeat;
  filter: blur(3px);
  transform: scale(1.05);
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.90) 0%,
    rgba(255, 255, 255, 0.72) 42%,
    rgba(255, 255, 255, 0.25) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.nav,
.hero-content {
  position: relative;
  z-index: 5;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.logo {
  width: 230px;
  max-width: 55vw;
}

.nav-links {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  z-index: 20;
}

.nav-links a {
  background: white;
  color: var(--dark-blue);
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
  transition: 0.2s ease;
  pointer-events: auto;
}

.nav-links a:hover {
  transform: translateY(-2px);
}

.nav-links a i {
  margin-right: 8px;
  font-size: 18px;
}

.fa-whatsapp {
  color: #25D366;
}

.fa-facebook-f {
  color: #1877F2;
}

.fa-location-dot {
  color: #EA4335;
}

.fa-phone {
  color: var(--blue);
}

.hero-content {
  max-width: 700px;
  padding-top: 70px;
}

.eyebrow,
.section-label {
  color: var(--maroon);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

h1 {
  font-size: clamp(50px, 6vw, 78px);
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.05;
  color: var(--dark-blue);
}

.hero-text {
  font-size: 22px;
  max-width: 620px;
  color: var(--muted);
}

.hero-buttons,
.review-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
  position: relative;
  z-index: 50;
  pointer-events: auto;
}

.btn {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  position: relative;
  z-index: 60;
  pointer-events: auto;
}

.primary {
  background: var(--blue);
  color: white;
}

.secondary {
  background: white;
  color: var(--blue);
  border: 2px solid var(--blue);
}

/* FEATURE CARDS */

.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 60px 7%;
  margin-top: 0;
  position: relative;
  z-index: 2;
  background: white;
}

.feature-card {
  background: white;
  padding: 28px;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.09);
  border-top: 5px solid var(--blue);
}

.feature-card h3 {
  color: var(--dark-blue);
  margin-top: 0;
}

/* GENERAL SECTIONS */

.section {
  padding: 70px 7%;
}

.about {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 50px;
  background: var(--light);
}

h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.15;
  margin: 0 0 20px;
  color: var(--dark-blue);
}

.section-subtitle {
  color: var(--muted);
  max-width: 720px;
  margin-bottom: 32px;
}

/* PROCESS */

.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.steps div {
  background: var(--light);
  padding: 22px;
  border-radius: 16px;
}

.steps span {
  color: var(--blue);
  font-size: 28px;
  font-weight: 900;
}

/* DELIVERIES */

.deliveries {
  text-align: center;
}

.slider-container {
  position: relative;
  max-width: 1200px;
  margin: 35px auto 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,0.16);
}

.slider {
  position: relative;
  height: 700px;
}

.slide {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.slide.active {
  display: block;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border: none;
  background: rgba(255,255,255,0.85);
  color: var(--dark-blue);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
}

.slider-btn:hover {
  background: white;
}

.prev {
  left: 18px;
}

.next {
  right: 18px;
}

.slider-dots {
  margin-top: 18px;
}

.dot {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 6px;
  background: #cbd5e1;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background: var(--blue);
}

@media (max-width: 600px) {
  .slider {
    height: 320px;
  }
}



/* REVIEWS */

.reviews {
  text-align: center;
  max-width: 1100px;
  margin: auto;
}

.reviews .review-buttons {
  justify-content: center;
}

.customer-collage {
  display: block;
  width: 100%;
  margin-top: 35px;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
}

/* CTA */

.cta {
  margin: 40px 7% 70px;
  padding: 55px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--blue), var(--dark-blue));
  color: white;
  text-align: center;
}

.cta h2 {
  color: white;
}

.cta .nav-links-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 25px;
}

.cta .nav-links-2 a {
    background: white;
    color: var(--dark-blue);
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 700;
}

.cta .secondary {
  background: transparent;
  color: white;
  border-color: white;
}

/* FOOTER */

footer {
  text-align: center;
  padding: 40px 7%;
  background: #f7f7f7;
}

footer img {
  width: 150px;
}

footer a {
  color: var(--blue);
  text-decoration: none;
  font-weight: 700;
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .features,
  .steps,
  .vehicle-grid,
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 26px 6% 80px;
  }

  .hero-content {
    padding-top: 60px;
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .hero {
    min-height: auto;
    padding: 22px 6% 70px;
  }

  .hero::after {
    background: rgba(255, 255, 255, 0.82);
  }

  .logo {
    width: 180px;
  }

  h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .hero-text {
    font-size: 18px;
  }

  .nav-links a {
    font-size: 14px;
    padding: 9px 12px;
  }

  .features,
  .steps,
  .vehicle-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .cta {
    padding: 35px 22px;
  }

}
