* {
  box-sizing: border-box;
}

:root {
  --navy: #071a33;
  --blue: #0f315c;
  --orange: #f4762d;
  --orange2: #ff9f45;
  --green: #19a55a;
  --white: #ffffff;
  --light: #f4f7fb;
  --text: #1f2937;
  --muted: #65758b;
  --line: #dce5ef;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--light);
  line-height: 1.6;
}

a {
  color: inherit;
}

.topbar {
  background: rgba(7, 26, 51, 0.96);
  color: white;
  padding: 15px 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 3px solid var(--orange);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  width: 74px;
  height: 74px;
  object-fit: contain;
  background: white;
  border-radius: 14px;
  padding: 4px;
  box-shadow: 0 10px 20px rgba(0,0,0,.18);
}

.brand-icon {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--orange), var(--orange2));
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 19px;
  box-shadow: 0 12px 22px rgba(244, 118, 45, .3);
}

.brand strong {
  display: block;
  font-size: 18px;
}

.brand span {
  color: #cbd5e1;
  font-size: 13px;
}

nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 800;
}

nav a {
  text-decoration: none;
}

.call-pill {
  background: var(--orange);
  padding: 10px 16px;
  border-radius: 999px;
}

.hero {
  min-height: 720px;
  background:
    radial-gradient(circle at 78% 20%, rgba(244,118,45,.35), transparent 24%),
    radial-gradient(circle at 10% 90%, rgba(25,165,90,.22), transparent 25%),
    linear-gradient(135deg, #071a33 0%, #0f315c 60%, #061525 100%);
  color: white;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 45px;
  padding: 88px 7%;
  overflow: hidden;
}

.tag,
.section-title p {
  margin: 0 0 10px;
  color: #ffd166;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.2px;
  font-weight: 900;
}

.hero h1 {
  font-size: clamp(54px, 8vw, 96px);
  line-height: .9;
  margin: 0 0 16px;
}

.hero h1:after {
  content: "";
  display: block;
  width: 118px;
  height: 7px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--orange), #ffd166);
  margin-top: 22px;
}

.hero-copy {
  font-size: 20px;
  color: #e2e8f0;
  max-width: 740px;
}

.btn {
  display: inline-block;
  padding: 15px 22px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 900;
  margin: 8px 8px 8px 0;
  text-align: center;
}

.orange {
  background: var(--orange);
  color: white;
  box-shadow: 0 12px 24px rgba(244,118,45,.28);
}

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

.full {
  display: block;
  width: 100%;
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 28px;
  max-width: 680px;
}

.proof-row div {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  padding: 16px;
}

.proof-row strong,
.proof-row span {
  display: block;
}

.proof-row strong {
  font-size: 21px;
}

.proof-row span {
  color: #cbd5e1;
  font-size: 14px;
}

.hero-visual {
  position: relative;
}

.truck-card {
  height: 470px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.86)),
    repeating-linear-gradient(45deg, rgba(15,49,92,.12), rgba(15,49,92,.12) 1px, transparent 1px, transparent 20px);
  box-shadow: 0 26px 70px rgba(0,0,0,.33);
  position: relative;
  overflow: hidden;
}

.sun {
  width: 110px;
  height: 110px;
  background: linear-gradient(135deg, #ffd166, var(--orange));
  border-radius: 50%;
  position: absolute;
  top: 48px;
  right: 60px;
}

.road {
  position: absolute;
  left: -40px;
  right: -40px;
  bottom: 90px;
  height: 120px;
  background: #1f2937;
  transform: rotate(-5deg);
}

.road:after {
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  top: 56px;
  height: 6px;
  background: repeating-linear-gradient(90deg, white 0 42px, transparent 42px 82px);
  opacity: .8;
}

.truck {
  position: absolute;
  left: 82px;
  bottom: 150px;
  width: 300px;
  height: 132px;
}

.box {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 184px;
  height: 96px;
  background: var(--orange);
  border-radius: 10px 10px 4px 4px;
}

.box:before {
  content: "815";
  color: white;
  font-size: 38px;
  font-weight: 900;
  position: absolute;
  left: 42px;
  top: 22px;
}

.cab {
  position: absolute;
  left: 174px;
  bottom: 30px;
  width: 104px;
  height: 76px;
  background: var(--blue);
  border-radius: 12px 30px 8px 4px;
}

.cab:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 13px;
  width: 42px;
  height: 28px;
  background: #bfdbfe;
  border-radius: 4px;
}

.wheel {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #111827;
  position: absolute;
  bottom: 8px;
  border: 7px solid #6b7280;
}

.w1 { left: 40px; }
.w2 { left: 208px; }

.location {
  position: absolute;
  background: white;
  color: var(--navy);
  border: 2px solid var(--orange);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 900;
  font-size: 13px;
}

.one { left: 54px; top: 70px; }
.two { right: 44px; bottom: 52px; }
.three { left: 210px; top: 174px; }

.quick-contact {
  background: white;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 18px;
  align-items: center;
  padding: 22px 7%;
  box-shadow: 0 12px 28px rgba(0,0,0,.07);
}

.quick-contact strong,
.quick-contact span {
  display: block;
}

.quick-contact strong {
  color: var(--navy);
  font-size: 22px;
}

.quick-contact a {
  color: var(--orange);
  font-weight: 900;
  text-decoration: none;
}

.section {
  padding: 76px 7%;
}

.section-title {
  max-width: 880px;
  margin-bottom: 30px;
}

.section-title h2,
.split h2,
.quote-info h2 {
  color: var(--navy);
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
  margin: 0;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.cards article {
  background: white;
  border-radius: 22px;
  padding: 28px;
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.cards article:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0,0,0,.1);
}

.icon {
  font-size: 38px;
}

.cards h3 {
  color: var(--navy);
  font-size: 22px;
  margin-bottom: 8px;
}

.cards p,
.area-list p,
.quote-info p {
  color: var(--muted);
}

.split {
  padding: 76px 7%;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 42px;
  align-items: center;
}

.dark {
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: white;
}

.dark h2 {
  color: white;
}

.dark p {
  color: #dbeafe;
  font-size: 18px;
}

.check-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.check-list div {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  padding: 22px;
  border-radius: 18px;
}

.check-list strong {
  display: block;
  font-size: 20px;
  margin-bottom: 4px;
}

.check-list span {
  color: #dbeafe;
}

.area-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 26px;
}

.area-list {
  background: white;
  border-radius: 22px;
  padding: 30px;
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}

.area-list h3 {
  color: var(--navy);
  font-size: 28px;
}

.map {
  min-height: 360px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 48% 42%, rgba(25,165,90,.35), transparent 6%),
    linear-gradient(135deg, rgba(7,26,51,.96), rgba(15,49,92,.94)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.09), rgba(255,255,255,.09) 1px, transparent 1px, transparent 18px);
  position: relative;
  overflow: hidden;
}

.map:before {
  content: "";
  position: absolute;
  inset: 45px;
  border: 2px dashed rgba(255,255,255,.25);
  border-radius: 50%;
}

.dot {
  position: absolute;
  background: var(--orange);
  color: white;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 13px;
}

.d1 { left: 45%; top: 43%; background: var(--green); }
.d2 { left: 50%; top: 20%; }
.d3 { left: 62%; top: 10%; }
.d4 { left: 18%; top: 44%; }
.d5 { left: 66%; top: 68%; }

.testimonials {
  padding: 76px 7%;
  background: white;
}

.quote-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.quote-cards div {
  background: var(--light);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 26px;
  font-size: 20px;
  font-weight: 800;
  color: var(--navy);
}

.quote-cards span {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.quote-section {
  padding: 76px 7%;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 40px;
  background: var(--light);
}

.contact-card {
  background: white;
  border-radius: 18px;
  padding: 22px;
  border-left: 5px solid var(--orange);
  margin-top: 24px;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}

.contact-card strong,
.contact-card a {
  display: block;
}

.contact-card a {
  color: var(--orange);
  font-weight: 900;
  text-decoration: none;
  margin-top: 5px;
}

.form {
  background: white;
  padding: 30px;
  border-radius: 24px;
  box-shadow: 0 12px 28px rgba(0,0,0,.07);
  border: 1px solid var(--line);
}

label {
  display: block;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 6px;
}

input,
select,
textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  margin-bottom: 16px;
  font-size: 16px;
  font-family: inherit;
}

.note {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 0;
}

.faq {
  background: white;
}

details {
  background: var(--light);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px 22px;
  margin-bottom: 14px;
}

summary {
  font-weight: 900;
  color: var(--navy);
  cursor: pointer;
  font-size: 18px;
}

footer {
  background: #061525;
  color: white;
  padding: 34px 7%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

footer a {
  display: block;
  color: white;
  text-decoration: none;
  font-weight: 900;
}

footer p {
  color: #cbd5e1;
  margin: 4px 0;
}

@media (max-width: 980px) {
  .topbar {
    position: static;
  }

  nav {
    display: none;
  }

  .hero,
  .split,
  .area-grid,
  .quote-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding: 56px 7%;
  }

  .hero-visual {
    display: none;
  }

  .proof-row,
  .cards,
  .check-list,
  .quote-cards,
  .quick-contact {
    grid-template-columns: 1fr;
  }

  .quick-contact {
    align-items: start;
  }

  .section,
  .split,
  .testimonials,
  .quote-section {
    padding: 52px 7%;
  }
}
