@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800;900&family=Manrope:wght@500;700;800;900&display=swap");

:root {
  --ink: #070a0f;
  --soft-ink: #334155;
  --muted: #64748b;
  --line: #d7dde5;
  --paper: #f3f6f4;
  --white: #ffffff;
  --accent: #39e75f;
  --blue: #092b93;
  --green: #39e75f;
  --silver: #d8dde3;
  --shadow: 0 24px 70px rgba(7, 10, 15, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ink);
  font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

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

.topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 8px clamp(18px, 4vw, 54px);
  border-bottom: 1px solid rgba(57, 231, 95, 0.18);
  color: var(--white);
  background: rgba(7, 10, 15, 0.78);
  backdrop-filter: blur(12px);
}

.brand {
  display: flex;
  align-items: center;
  min-width: 130px;
}

.brand img {
  width: 198px;
  height: 70px;
  border: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
}

nav {
  display: flex;
  gap: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 800;
}

.top-call {
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--accent);
  color: var(--ink);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
  font-weight: 950;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.42fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
  padding: 140px clamp(18px, 5vw, 70px) clamp(42px, 6vw, 76px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7, 10, 15, 0.93), rgba(7, 10, 15, 0.62) 46%, rgba(7, 10, 15, 0.22)),
    linear-gradient(0deg, rgba(7, 10, 15, 0.86), rgba(9, 43, 147, 0.16) 55%),
    url("assets/carrier-green-wagon.jpg") center / cover no-repeat;
}

.city-hero {
  background:
    linear-gradient(90deg, rgba(7, 10, 15, 0.93), rgba(7, 10, 15, 0.62) 46%, rgba(7, 10, 15, 0.22)),
    linear-gradient(0deg, rgba(7, 10, 15, 0.86), rgba(9, 43, 147, 0.16) 55%),
    url("assets/carrier-deck-road.jpg") center / cover no-repeat;
}

.hero-copy {
  max-width: 900px;
  position: relative;
  z-index: 1;
}

.kicker {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: "Barlow Condensed", "Arial Narrow", Impact, ui-sans-serif, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(50px, 7vw, 92px);
  line-height: 0.9;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 0.94;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.15;
}

.summary,
.feature p,
.service-area p,
.contact p {
  color: var(--soft-ink);
  font-size: clamp(18px, 2vw, 22px);
}

.hero .summary {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

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

.btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 13px 18px;
  font-weight: 950;
}

.btn-accent {
  color: var(--ink);
  background: var(--accent);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
}

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

.btn-light {
  color: var(--ink);
  background: var(--silver);
}

.carrier-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.carrier-tags span {
  border: 1px solid rgba(57, 231, 95, 0.38);
  border-radius: 999px;
  padding: 10px 13px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(57, 231, 95, 0.1);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-media {
  position: relative;
  z-index: 2;
  min-height: auto;
  overflow: visible;
  border-radius: 8px;
}

.hero-media img {
  display: none;
}

.hero-card {
  position: static;
  display: grid;
  gap: 8px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(57, 231, 95, 0.18);
  background: rgba(243, 246, 244, 0.96);
  box-shadow: 0 12px 38px rgba(7, 10, 15, 0.28);
}

.hero-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-card strong {
  font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 900;
  color: var(--blue);
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1;
}

.hero-card small {
  color: var(--muted);
  font-weight: 800;
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid rgba(57, 231, 95, 0.16);
  background: linear-gradient(90deg, #070a0f, #0b1533);
}

.quick-strip div {
  padding: 24px clamp(18px, 5vw, 70px);
  border-right: 1px solid rgba(57, 231, 95, 0.14);
}

.quick-strip span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.quick-strip strong {
  font-family: "Barlow Condensed", "Arial Narrow", Impact, ui-sans-serif, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--white);
  font-size: clamp(24px, 2.6vw, 34px);
}

.section,
.feature,
.service-area,
.contact {
  padding: clamp(58px, 8vw, 108px) clamp(18px, 5vw, 70px);
}

.services,
.contact {
  background: var(--paper);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-heading.compact {
  max-width: 620px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-grid article {
  min-height: 310px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f8faf9);
}

.service-grid p {
  color: var(--muted);
  font-size: 17px;
}

.trust-section {
  padding: clamp(58px, 8vw, 96px) clamp(18px, 5vw, 70px);
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(7, 10, 15, 0.96), rgba(9, 43, 147, 0.78)),
    var(--ink);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.trust-grid article {
  min-height: 190px;
  border: 1px solid rgba(57, 231, 95, 0.18);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
}

.trust-grid strong {
  display: block;
  margin-bottom: 14px;
  color: var(--green);
  font-size: 20px;
  line-height: 1.1;
}

.trust-grid span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.icon {
  display: inline-flex;
  margin-bottom: 36px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 950;
}

.feature {
  display: grid;
  grid-template-columns: minmax(360px, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  background: var(--white);
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.75fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
  padding: clamp(58px, 8vw, 108px) clamp(18px, 5vw, 70px);
  background: var(--paper);
}

.quote-section p {
  max-width: 720px;
  color: var(--soft-ink);
  font-size: clamp(18px, 2vw, 22px);
}

.pricing-note {
  border-left: 4px solid var(--green);
  padding: 14px 18px;
  background: var(--white);
  font-weight: 800;
}

.quote-form {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.quote-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fbfcfd;
  font: inherit;
  font-size: 16px;
  text-transform: none;
}

.quote-form textarea {
  resize: vertical;
}

.form-notice {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.legal-page {
  background: var(--paper);
}

.legal-hero {
  padding: 150px clamp(18px, 5vw, 70px) 54px;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(7, 10, 15, 0.96), rgba(9, 43, 147, 0.82)),
    var(--ink);
}

.legal-hero h1 {
  max-width: 860px;
  margin-bottom: 12px;
}

.legal-hero p:not(.kicker) {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.legal-content {
  max-width: 940px;
  padding: clamp(44px, 7vw, 82px) clamp(18px, 5vw, 70px);
  background: var(--white);
}

.legal-content h2 {
  margin: 36px 0 12px;
  font-size: clamp(28px, 4vw, 42px);
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p {
  color: var(--soft-ink);
  font-size: 18px;
}

.legal-content a {
  color: var(--blue);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.feature img {
  height: min(62vw, 620px);
  min-height: 430px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

li {
  position: relative;
  padding-left: 26px;
  color: var(--soft-ink);
  font-weight: 800;
}

li::before {
  position: absolute;
  left: 0;
  color: var(--green);
  content: "✓";
}

.work {
  background: #e9eef3;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 220px;
  gap: 12px;
}

.photo-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
}

.photo-grid .large {
  grid-column: span 2;
  grid-row: span 2;
}

.photo-grid img {
  height: 100%;
  object-fit: cover;
}

.service-area {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.45fr);
  gap: clamp(28px, 6vw, 70px);
  align-items: start;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(9, 43, 147, 0.92), rgba(7, 10, 15, 0.98)),
    var(--blue);
}

.service-area .kicker {
  color: var(--green);
}

.service-area p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.82);
}

.service-cities a {
  color: var(--green);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.service-area aside {
  display: grid;
  gap: 12px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(57, 231, 95, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.brand-card-logo {
  width: 100%;
  max-width: 330px;
  margin-bottom: 8px;
  border-radius: 6px;
  object-fit: cover;
}

.service-area aside strong {
  margin-bottom: 6px;
  font-size: 20px;
}

.service-area aside span {
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.7fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
  background: var(--white);
}

.contact-box {
  display: grid;
  justify-items: end;
  gap: 18px;
}

.big-phone {
  font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--blue);
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 900;
  line-height: 1;
}

.mobile-sticky {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 30;
  display: none;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 13px 18px;
  color: var(--ink);
  background: var(--accent);
  box-shadow: 0 14px 35px rgba(7, 10, 15, 0.28);
  font-weight: 950;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 70px);
  color: rgba(255, 255, 255, 0.72);
  background: var(--ink);
}

footer span:last-child {
  text-align: right;
}

footer a {
  font-weight: 800;
}

@media (max-width: 980px) {
  .hero,
  .feature,
  .quote-section,
  .service-area,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    align-items: end;
  }

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

  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 190px;
  }

  .contact-box {
    justify-items: start;
  }
}

@media (max-width: 700px) {
  .topbar {
    position: absolute;
    flex-wrap: wrap;
    gap: 12px;
  }

  nav {
    display: none;
  }

  .top-call {
    margin-left: auto;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 132px;
    height: 54px;
  }

  .hero {
    min-height: auto;
    padding-top: 160px;
    background-position: 58% center;
  }

  h1 {
    font-size: 48px;
  }

  .quick-strip {
    grid-template-columns: 1fr;
  }

  .quick-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-media,
  .feature img {
    min-height: 330px;
  }

  .photo-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
  }

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

  .photo-grid .large {
    grid-column: span 1;
    grid-row: span 1;
  }

  .actions .btn {
    flex: 1 1 150px;
  }

  .big-phone {
    overflow-wrap: anywhere;
  }

  footer {
    flex-direction: column;
    padding-bottom: 86px;
  }

  footer span:last-child {
    text-align: left;
  }

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