:root {
  --green: #16a34a;
  --green-dark: #087737;
  --graphite: #17211b;
  --ink: #24322a;
  --muted: #66746b;
  --line: #dce6df;
  --soft: #f4faf6;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(23, 33, 27, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(220, 230, 223, 0.85);
  backdrop-filter: blur(16px);
}

.brand,
.nav,
.hero-actions,
.hero-phones,
.messengers,
.footer-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  color: var(--graphite);
  font-weight: 900;
}

.brand-mark {
  display: grid;
  min-width: 46px;
  height: 40px;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border-radius: 8px;
  font-size: 13px;
}

.nav {
  gap: 20px;
  color: var(--muted);
  font-weight: 700;
}

.nav a:hover,
.header-phone:hover,
.footer a:hover {
  color: var(--green-dark);
}

.header-phone {
  color: var(--graphite);
  font-weight: 900;
}

.hero {
  position: relative;
  min-height: 730px;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(13, 28, 18, 0.86), rgba(13, 28, 18, 0.58) 46%, rgba(13, 28, 18, 0.18)),
    linear-gradient(0deg, rgba(13, 28, 18, 0.28), rgba(13, 28, 18, 0));
}

.hero-content {
  position: relative;
  max-width: 820px;
  padding: 92px clamp(18px, 5vw, 72px);
  color: var(--white);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #8ff0ae;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(42px, 7vw, 74px);
  line-height: 0.98;
}

h2 {
  margin: 0;
  color: var(--graphite);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.06;
}

h3 {
  margin: 0 0 10px;
  color: var(--graphite);
  font-size: 21px;
}

.hero-text {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
}

.hero-actions,
.hero-phones,
.messengers {
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 34px;
}

.hero-phones {
  margin-top: 24px;
}

.hero-phones a,
.route-tags a {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 900;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

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

.primary:hover {
  background: var(--green-dark);
}

.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.light {
  color: var(--graphite);
  background: var(--soft);
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.trust-band div {
  padding: 26px clamp(18px, 5vw, 72px);
  background: var(--soft);
}

.trust-band strong,
.trust-band span {
  display: block;
}

.trust-band strong {
  color: var(--graphite);
  font-size: 20px;
}

.trust-band span,
.section-heading p,
.service-card p,
.truck-copy p,
.calculator-copy p,
.footer p,
.soft-note,
.landing-content p,
.landing-content li {
  color: var(--muted);
}

.section,
.calculator-section,
.truck-section,
.contact-section,
.seo-band,
.landing-hero,
.landing-content {
  padding: 88px clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 36px;
}

.section-heading p {
  max-width: 690px;
  font-size: 18px;
}

.service-grid,
.steps,
.reviews {
  display: grid;
  gap: 18px;
}

.service-grid {
  grid-template-columns: repeat(4, 1fr);
}

.service-card,
.steps div,
.calculator,
.lead-form,
.reviews blockquote,
.faq details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(23, 33, 27, 0.07);
}

.service-card,
.steps div,
.reviews blockquote {
  padding: 26px;
}

.service-card span,
.steps span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  color: var(--green-dark);
  background: #e7f8ed;
  border-radius: 8px;
  font-weight: 900;
}

.truck-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  background: var(--soft);
}

.truck-photo {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.truck-photo img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.specs div {
  padding: 18px;
  border-radius: 8px;
  background: var(--white);
}

.specs strong,
.specs span {
  display: block;
}

.specs strong {
  color: var(--graphite);
  font-size: 26px;
}

.split {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.benefits,
.route-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.benefits span,
.route-tags a {
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--graphite);
  font-weight: 800;
}

.seo-band {
  background: var(--graphite);
}

.seo-band div {
  max-width: 980px;
}

.seo-band h2,
.seo-band p {
  color: var(--white);
}

.seo-band p:last-child {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.routes-section {
  background: var(--white);
}

.calculator-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  background: var(--soft);
}

.soft-note {
  margin-top: 24px;
  padding: 18px;
  border-left: 4px solid var(--green);
  border-radius: 8px;
  background: var(--white);
}

.calculator,
.lead-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
  box-shadow: var(--shadow);
}

.calculator label,
.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--graphite);
  font-weight: 900;
}

.calculator input,
.lead-form input,
.lead-form textarea {
  width: 100%;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--graphite);
  background: var(--white);
  font: inherit;
  font-weight: 700;
}

.calculator input,
.lead-form input {
  height: 54px;
}

.lead-form textarea {
  min-height: 116px;
  padding-top: 12px;
  resize: vertical;
}

.calculator input:focus,
.lead-form input:focus,
.lead-form textarea:focus {
  border-color: var(--green);
  outline: 3px solid rgba(22, 163, 74, 0.16);
}

.result-panel {
  padding: 22px;
  color: var(--white);
  background: var(--graphite);
  border-radius: 8px;
}

.result-panel span,
.result-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.result-panel strong {
  display: block;
  margin: 4px 0 8px;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1;
}

.result-panel p,
.form-status {
  margin: 0;
}

.full {
  width: 100%;
}

.steps {
  grid-template-columns: repeat(5, 1fr);
}

.reviews {
  grid-template-columns: repeat(4, 1fr);
}

.reviews blockquote {
  margin: 0;
}

.reviews cite {
  display: block;
  margin-top: 18px;
  color: var(--green-dark);
  font-style: normal;
  font-weight: 900;
}

.faq {
  display: grid;
  gap: 12px;
  max-width: 960px;
}

.faq details {
  padding: 18px 20px;
}

.faq summary {
  cursor: pointer;
  color: var(--graphite);
  font-weight: 900;
}

.faq p {
  margin-bottom: 0;
  color: var(--muted);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  color: var(--white);
  background: var(--graphite);
}

.contact-section h2 {
  color: var(--white);
}

.contact-phones {
  display: grid;
  gap: 10px;
  margin: 26px 0;
}

.contact-phones a {
  color: var(--white);
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 900;
  line-height: 1.05;
}

.lead-form {
  color: var(--ink);
}

.form-status {
  color: var(--green-dark);
  font-weight: 800;
}

.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 34px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.78);
  background: #101813;
}

.footer strong,
.footer a {
  color: var(--white);
  font-weight: 900;
}

.footer p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.footer-links {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  max-width: 620px;
}

.mobile-call {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 30;
  display: none;
  padding: 14px 18px;
  color: var(--white);
  background: var(--green);
  border-radius: 8px;
  box-shadow: var(--shadow);
  font-weight: 900;
}

.landing-hero {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(13, 28, 18, 0.92), rgba(13, 28, 18, 0.72)),
    url("assets/images/hero-delivery.png") center / cover;
}

.landing-hero h1 {
  color: var(--white);
}

.landing-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
}

.landing-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(28px, 5vw, 70px);
}

.landing-content article {
  max-width: 860px;
}

.landing-content h2 {
  margin-top: 34px;
}

.landing-content p,
.landing-content li {
  font-size: 18px;
}

.landing-aside {
  position: sticky;
  top: 92px;
  align-self: start;
  padding: 24px;
  border-radius: 8px;
  background: var(--soft);
}

.landing-aside a {
  display: block;
  margin-top: 10px;
  color: var(--green-dark);
  font-weight: 900;
}

@media (max-width: 1120px) {
  .service-grid,
  .reviews {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .nav {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .header-phone {
    display: none;
  }

  .hero {
    min-height: 720px;
  }

  .trust-band,
  .truck-section,
  .split,
  .calculator-section,
  .contact-section,
  .landing-content {
    grid-template-columns: 1fr;
  }

  .landing-aside {
    position: static;
  }

  .footer {
    flex-direction: column;
  }

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

  .mobile-call {
    display: inline-flex;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 74px;
  }

  .brand {
    align-items: flex-start;
  }

  .nav {
    font-size: 14px;
  }

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

  h1 {
    font-size: 40px;
  }

  .hero-text,
  .section-heading p,
  .landing-content p,
  .landing-content li {
    font-size: 17px;
  }

  .button {
    width: 100%;
  }

  .service-grid,
  .steps,
  .reviews,
  .specs {
    grid-template-columns: 1fr;
  }

  .contact-phones a {
    font-size: 30px;
  }
}
