:root {
  --blue: #0c5fad;
  --blue-dark: #06264a;
  --blue-deep: #021733;
  --gold: #efb81f;
  --ink: #06111f;
  --muted: #526071;
  --line: #d9e0e8;
  --paper: #ffffff;
  --soft: #f4f7fb;
  --shadow: 0 18px 48px rgba(3, 18, 40, 0.18);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  color: var(--ink);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
}

button,
input,
textarea {
  font: inherit;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 92px;
  padding: 14px clamp(18px, 4vw, 52px);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 24px rgba(3, 20, 45, 0.08);
  backdrop-filter: blur(12px);
}

.brand img {
  display: block;
  width: clamp(178px, 20vw, 240px);
  max-height: 62px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 42px);
  font-weight: 700;
  font-size: 15px;
}

.main-nav a {
  position: relative;
  padding: 8px 0;
}

.main-nav a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a.is-active::after {
  transform: scaleX(1);
}

.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--blue);
  font-weight: 800;
  white-space: nowrap;
}

.phone-icon {
  display: inline-grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 999px;
  background: #d71920;
}

.phone-icon svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.footer-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
}

.menu-toggle span {
  display: block;
  height: 3px;
  margin: 5px 0;
  border-radius: 4px;
  background: var(--blue-dark);
}

.hero {
  position: relative;
  min-height: min(64vw, 520px);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(1, 13, 31, 0.92) 0%, rgba(2, 22, 47, 0.78) 37%, rgba(2, 22, 47, 0.18) 72%),
    url("assets/warehouse-forklift-banner.png") center center / cover no-repeat;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.24), transparent 38%),
    radial-gradient(circle at 72% 52%, rgba(239, 184, 31, 0.1), transparent 24%);
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 8, 20, 0.36), transparent 56%);
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 920px;
  padding: clamp(42px, 5vw, 60px) 24px clamp(44px, 6vw, 66px) clamp(24px, 5.4vw, 70px);
  color: #fff;
}

.kicker {
  margin: 0 0 15px;
  color: #b8d8ff;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(24px, 3.15vw, 42px);
  line-height: 1.09;
  letter-spacing: 0;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero-copy {
  max-width: 560px;
  margin: 20px 0 0;
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 58px;
  padding: 0 30px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.btn-primary {
  background: linear-gradient(135deg, #0873cf, #07519d);
  color: #fff;
}

.btn-light {
  background: #fff;
  color: #07519d;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.services {
  padding: 44px clamp(20px, 3.8vw, 50px) 52px;
  background:
    linear-gradient(180deg, #fff, #f8fbff),
    radial-gradient(circle at 10% 30%, rgba(12, 95, 173, 0.08), transparent 32%);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  max-width: 1240px;
  margin: 0 auto;
}

.service-card {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 14px;
  min-height: 202px;
  padding: 10px 22px 0;
  border: 0;
  border-left: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  text-align: center;
}

.service-card:first-child {
  border-left: 0;
}

.service-card strong {
  font-size: 17px;
}

.service-card span:last-child {
  color: #1d2633;
  font-size: 14px;
  line-height: 1.55;
}

.service-icon {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  color: var(--blue);
  line-height: 1;
  transition: transform 180ms ease;
}

.service-icon svg {
  width: 64px;
  height: 64px;
  stroke: currentColor;
  stroke-width: 4;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card:hover .service-icon,
.service-card.is-active .service-icon {
  transform: translateY(-5px) scale(1.05);
}

.service-card.is-active strong {
  color: var(--blue);
}

.service-note {
  max-width: 780px;
  min-height: 44px;
  margin: 24px auto 0;
  padding: 12px 20px;
  border-left: 4px solid var(--gold);
  background: #fff;
  color: var(--muted);
  box-shadow: 0 12px 35px rgba(7, 38, 78, 0.08);
}

.split-cta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  color: #fff;
}

.cta-panel {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  isolation: isolate;
}

.job-panel {
  background:
    linear-gradient(90deg, rgba(5, 58, 108, 0.95), rgba(8, 92, 160, 0.55)),
    radial-gradient(circle at 75% 42%, rgba(255, 255, 255, 0.28), transparent 12%),
    linear-gradient(135deg, #0c3e70, #152d45 42%, #b57948);
}

.employer-panel {
  background:
    linear-gradient(90deg, rgba(3, 30, 60, 0.97), rgba(7, 38, 77, 0.68)),
    linear-gradient(150deg, #071e36 0%, #173f69 44%, #7d4d3d 100%);
}

.job-panel::after,
.employer-panel::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, transparent 0 34%, rgba(255, 255, 255, 0.13) 34% 35%, transparent 35%),
    repeating-linear-gradient(0deg, transparent 0 54px, rgba(255, 255, 255, 0.08) 54px 56px);
  opacity: 0.58;
}

.panel-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 24, 58, 0.55), transparent);
}

.panel-content {
  position: relative;
  z-index: 1;
  max-width: 460px;
  padding: clamp(46px, 6vw, 70px) clamp(24px, 5vw, 52px);
}

.panel-content h2 {
  margin: 0 0 15px;
  font-size: clamp(30px, 3.3vw, 38px);
  line-height: 1.1;
}

.panel-content p {
  margin: 0 0 24px;
  font-size: 19px;
  line-height: 1.5;
}

.panel-content ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
}

.panel-content li {
  position: relative;
  padding-left: 27px;
  font-weight: 700;
}

.panel-content li::before {
  position: absolute;
  left: 0;
  content: ">";
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1240px;
  margin: 0 auto;
  padding: 54px clamp(22px, 5vw, 52px);
  background: #fff;
}

.proof-strip article {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 0 30px;
  border-left: 1px solid var(--line);
}

.proof-strip article:first-child {
  border-left: 0;
}

.proof-strip span {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 3px solid var(--blue);
  border-radius: 50%;
  color: var(--blue);
  font-size: 25px;
  font-weight: 900;
}

.proof-strip strong {
  font-size: 20px;
  color: #0b1f43;
}

.proof-strip p {
  margin: 8px 0 0;
  line-height: 1.45;
}

.site-footer {
  background:
    radial-gradient(circle at 8% 5%, rgba(11, 110, 196, 0.55), transparent 23%),
    linear-gradient(135deg, var(--blue-deep), #082a4c 58%, #04101f);
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1.15fr 1.35fr;
  gap: clamp(28px, 5vw, 76px);
  max-width: 1240px;
  margin: 0 auto;
  padding: 54px clamp(24px, 5vw, 58px) 38px;
}

.footer-logo {
  width: 210px;
  max-width: 100%;
  margin-bottom: 16px;
}

.site-footer h2 {
  margin: 0 0 18px;
  font-size: 17px;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0 0 12px;
  line-height: 1.5;
}

.site-footer section:not(:first-child) {
  display: grid;
  align-content: start;
  gap: 9px;
}

.site-footer a:hover {
  color: #8ccaff;
}

.socials {
  display: flex;
  gap: 20px;
  margin-top: 18px;
  font-weight: 900;
}

.copyright {
  max-width: 1240px;
  margin: 0 auto;
  padding: 22px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.contact-dialog {
  width: min(92vw, 520px);
  padding: 0;
  border: 0;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-dialog::backdrop {
  background: rgba(1, 10, 24, 0.65);
}

.dialog-card {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 34px;
  background: #fff;
}

.dialog-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: var(--soft);
  color: var(--ink);
  cursor: pointer;
  font-size: 25px;
}

.dialog-kicker {
  margin: 0;
  color: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
}

.dialog-card h2,
.dialog-card p {
  margin: 0;
}

.dialog-card label {
  display: grid;
  gap: 7px;
  color: #233145;
  font-weight: 800;
}

.dialog-card input,
.dialog-card textarea {
  width: 100%;
  border: 1px solid #c8d2df;
  border-radius: 5px;
  padding: 13px 14px;
  color: var(--ink);
}

@media (max-width: 1060px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 24px 22px;
    background: #fff;
    box-shadow: 0 18px 35px rgba(3, 20, 45, 0.1);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }

  .phone-link {
    display: none;
  }

  .service-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 28px;
  }

  .service-card:nth-child(4) {
    border-left: 0;
  }

  .proof-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 0;
  }

  .proof-strip article:nth-child(3) {
    border-left: 0;
  }

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

@media (max-width: 760px) {
  .site-header {
    min-height: 78px;
  }

  .brand img {
    width: 172px;
  }

  .hero {
    min-height: 420px;
    grid-template-columns: 1fr;
    background-position: 62% center;
  }

  .hero-content {
    padding: 42px 22px 34px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(18px, 5.8vw, 30px);
  }

  .hero-actions {
    gap: 12px;
  }

  .btn {
    width: 100%;
  }

  .service-grid,
  .split-cta,
  .proof-strip,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .services {
    padding-top: 34px;
  }

  .service-card,
  .service-card:nth-child(4),
  .proof-strip article,
  .proof-strip article:nth-child(3) {
    border-left: 0;
  }

  .service-card {
    min-height: 0;
    padding: 20px 12px;
    border-top: 1px solid var(--line);
  }

  .service-card:first-child {
    border-top: 0;
  }

  .cta-panel {
    min-height: 390px;
  }

  .proof-strip {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .proof-strip article {
    padding: 0;
  }

  .dialog-card {
    padding: 30px 22px;
  }
}
