@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;500;600;700;800;900&display=swap');

:root {
  --ink: #07111f;
  --navy: #0b1f45;
  --blue: #1877f2;
  --blue-2: #0f5fc6;
  --blue-3: #062b68;
  --sky: #d7e8ff;
  --cyan: #3ab6ff;
  --paper: #f4f7fb;
  --white: #ffffff;
  --line: #d7e0ec;
  --muted: #4f5f77;
  --muted-strong: #2d3d56;
  --soft: #eaf2fb;
  --grid-line: rgba(24, 119, 242, .12);
  --success: #0a8f62;
  --danger: #b42318;
  --font: "Public Sans", system-ui, sans-serif;
  --container: 1180px;
  --radius: 8px;
  --shadow: 0 18px 50px rgba(7, 17, 31, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background:
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    linear-gradient(180deg, var(--grid-line) 1px, transparent 1px),
    var(--paper);
  background-size: 44px 44px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: 68px 0; }
.section.alt { background: var(--white); }
.section.dark { background: var(--ink); color: var(--white); }
.eyebrow {
  color: var(--blue);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.section.dark .eyebrow,
.hero .eyebrow,
.page-hero .eyebrow { color: #b9d9ff; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: 0; line-height: 1.02; }
h1 {
  font-size: 78px;
  font-weight: 900;
  max-width: 900px;
  margin-bottom: 20px;
}
h2 {
  font-size: 56px;
  font-weight: 900;
  margin-bottom: 14px;
}
h3 { font-size: 20px; font-weight: 800; line-height: 1.25; margin-bottom: 12px; }
p { color: var(--muted); margin-bottom: 14px; }
p:last-child { margin-bottom: 0; }
.section.dark p, .hero p { color: #d5e4f7; }
.hero .lead,
.page-hero .lead,
.page-hero p {
  color: #edf6ff;
}
.lead { font-size: 19px; max-width: 740px; }
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity .65s cubic-bezier(.22, 1, .36, 1),
    transform .65s cubic-bezier(.22, 1, .36, 1);
}
.fade-up.visible { opacity: 1; transform: none; }
.fade-up-delay-1 { transition-delay: .1s; }
.fade-up-delay-2 { transition-delay: .2s; }
.fade-up-delay-3 { transition-delay: .3s; }

.btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  transition: transform .18s ease, background .18s ease, border .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--blue); color: var(--white); }
.btn-primary:hover { background: var(--blue-2); }
.btn-secondary { background: var(--ink); color: var(--white); }
.btn-light { background: var(--white); color: var(--navy); }
.btn-outline { border-color: rgba(7,17,31,.18); color: var(--ink); background: transparent; }
.btn-outline-light { border-color: rgba(255,255,255,.32); color: var(--white); background: transparent; }
.btn-small { min-height: 38px; padding: 9px 13px; font-size: 13px; }

.topbar {
  background: var(--ink);
  color: rgba(255,255,255,.82);
  font-size: 13px;
}
.topbar .container, .site-header .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
.topbar .container { min-height: 38px; }
.topbar a { color: var(--white); font-weight: 700; }
.topbar span { display: inline-flex; gap: 8px; align-items: center; }
.site-header {
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(7,17,31,.08);
  box-shadow: 0 10px 28px rgba(7,17,31,.07);
  position: sticky;
  top: 0;
  z-index: 50;
}
.site-header .container { min-height: 82px; }
.brand { align-items: center; display: flex; gap: 12px; min-width: 214px; }
.brand-mark { height: 44px; width: 44px; object-fit: contain; }
.brand-text { height: 30px; width: auto; object-fit: contain; }
.brand-slogan { color: var(--blue-3); display: block; font-size: 9px; font-weight: 800; letter-spacing: .16em; margin-top: 2px; }
.main-nav ul { align-items: center; display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; }
.main-nav a {
  border-radius: var(--radius);
  color: #26364f;
  display: block;
  font-size: 14px;
  font-weight: 800;
  padding: 10px 12px;
}
.main-nav a:hover, .main-nav a.active { background: var(--soft); color: var(--blue-3); }
.main-nav a.nav-cta { background: var(--blue); color: var(--white); margin-left: 6px; }
.nav-service-menu { position: relative; }
.nav-dropdown {
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(24,119,242,.16);
  border-radius: var(--radius);
  box-shadow: 0 20px 46px rgba(7,17,31,.18);
  display: grid;
  gap: 2px;
  left: 0;
  min-width: 270px;
  opacity: 0;
  padding: 8px;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 10px);
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease;
  visibility: hidden;
  z-index: 80;
}
.nav-dropdown::before {
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  right: 0;
  top: -12px;
}
.nav-service-menu:hover .nav-dropdown,
.nav-service-menu:focus-within .nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}
.main-nav .nav-dropdown a {
  border-radius: 6px;
  color: #1b2d49;
  font-size: 13px;
  line-height: 1.25;
  padding: 11px 12px;
}
.main-nav .nav-dropdown a:hover {
  background: var(--soft);
  color: var(--blue-3);
}
.nav-toggle { background: none; border: 0; display: none; padding: 10px; }
.nav-toggle span { background: var(--ink); display: block; height: 2px; margin: 5px 0; width: 24px; }

.hero {
  background: var(--ink);
  color: var(--white);
  isolation: isolate;
  min-height: 720px;
  overflow: hidden;
  position: relative;
}
.hero::before {
  background:
    linear-gradient(90deg, rgba(7,17,31,.96) 0%, rgba(7,17,31,.84) 46%, rgba(7,17,31,.46) 100%),
    linear-gradient(0deg, rgba(7,17,31,.3), rgba(7,17,31,.08));
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}
.hero-bg { inset: 0; position: absolute; z-index: -2; }
.hero-bg img { height: 100%; object-fit: cover; object-position: center; width: 100%; }
.img-pos-left { object-position: left center; }
.img-pos-right { object-position: right center; }
.img-pos-top { object-position: center top; }
.hero .container {
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(0, 1.05fr) 360px;
  padding-top: 108px;
  padding-bottom: 56px;
}
.ops-hero {
  min-height: 760px;
}
.ops-hero::after {
  background:
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(90deg, #000 0%, transparent 72%);
  pointer-events: none;
  position: absolute;
}
.hero-copy {
  position: relative;
  z-index: 1;
}
.hero-copy .eyebrow,
.hero-copy h1,
.hero-copy p,
.hero-actions,
.dispatch-strip {
  animation: heroRise .72s cubic-bezier(.22, 1, .36, 1) both;
}
.hero-copy h1 { animation-delay: .08s; }
.hero-copy p { animation-delay: .16s; }
.hero-actions { animation-delay: .24s; }
.dispatch-strip { animation-delay: .34s; }
.hero-panel {
  align-self: end;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius);
  padding: 22px;
  backdrop-filter: blur(16px);
}
.hero-visual-stack {
  align-self: end;
  animation: boardIn .82s cubic-bezier(.22, 1, .36, 1) .16s both;
  display: grid;
  gap: 14px;
  position: relative;
  z-index: 1;
}
.hero-visual-stack figure {
  border: 1px solid rgba(255,255,255,.24);
  border-radius: var(--radius);
  box-shadow: 0 26px 62px rgba(0,0,0,.34);
  margin: 0;
  overflow: hidden;
  position: relative;
}
.hero-visual-stack figure::after {
  background: linear-gradient(0deg, rgba(7,17,31,.32), transparent 46%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.hero-visual-stack img {
  height: 100%;
  object-fit: cover;
  transition: transform .75s cubic-bezier(.22, 1, .36, 1);
  width: 100%;
}
.hero-visual-stack:hover img {
  transform: scale(1.035);
}
.hero-photo-main {
  height: 390px;
}
.hero-photo-row {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}
.hero-photo-row figure {
  height: 142px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.dispatch-strip {
  border: 1px solid rgba(255,255,255,.18);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 48px;
  max-width: 720px;
}
.dispatch-strip div {
  background: rgba(7,17,31,.38);
  border-right: 1px solid rgba(255,255,255,.18);
  padding: 16px 18px;
}
.dispatch-strip div:last-child {
  border-right: 0;
}
.dispatch-strip span {
  color: #9fcbff;
  display: block;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 5px;
}
.dispatch-strip strong {
  color: var(--white);
  display: block;
  font-size: 15px;
}
.hero-metrics {
  border-top: 1px solid rgba(255,255,255,.16);
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 46px;
  padding-top: 24px;
}
.metric strong { color: var(--white); display: block; font-size: 27px; line-height: 1; }
.metric span { color: rgba(255,255,255,.68); display: block; font-size: 12px; font-weight: 800; letter-spacing: .08em; margin-top: 7px; text-transform: uppercase; }

.page-hero {
  background: linear-gradient(135deg, var(--ink), var(--blue-3));
  color: var(--white);
  padding: 76px 0 54px;
  position: relative;
  overflow: hidden;
}
.page-hero.photo::before {
  background:
    linear-gradient(90deg, rgba(7,17,31,.97) 0%, rgba(7,17,31,.88) 48%, rgba(7,17,31,.68) 100%),
    linear-gradient(0deg, rgba(7,17,31,.26), rgba(7,17,31,.12));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}
.page-hero.photo img { height: 100%; inset: 0; object-fit: cover; object-position: center; position: absolute; width: 100%; z-index: 0; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1,
.page-hero p,
.hero h1,
.hero p {
  text-shadow: 0 2px 18px rgba(0,0,0,.58);
}
.page-hero .lead {
  max-width: 680px;
}

.grid { display: grid; gap: 22px; }
.grid-1 { grid-template-columns: 1fr; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 10px 28px rgba(7,17,31,.05);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.card:hover {
  border-color: rgba(24,119,242,.32);
  box-shadow: 0 16px 36px rgba(7,17,31,.1);
  transform: translateY(-3px);
}
.section.dark .card {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.14);
  box-shadow: none;
}
.card h3 { color: var(--ink); }
.section.dark .card h3 { color: var(--white); }
.card ul, .clean-list { list-style: none; margin: 18px 0 0; padding: 0; }
.card li, .clean-list li {
  border-top: 1px solid rgba(7,17,31,.1);
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  padding: 10px 0;
}
.section.dark .card li { border-color: rgba(255,255,255,.12); color: rgba(255,255,255,.75); }
.service-card { display: flex; flex-direction: column; min-height: 260px; }
.service-card .btn { margin-top: auto; width: fit-content; }
.service-icon {
  align-items: center;
  background: var(--soft);
  border-radius: var(--radius);
  color: var(--blue);
  display: flex;
  height: 48px;
  justify-content: center;
  margin-bottom: 22px;
  width: 48px;
}
.service-icon svg { height: 24px; width: 24px; }
.split {
  align-items: start;
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
}
.split.reverse { grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); }
.media-frame {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
}
.media-frame img { aspect-ratio: 4 / 3; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.22, 1, .36, 1); width: 100%; }
.media-frame:hover img { transform: scale(1.03); }
.page-media {
  margin-bottom: 18px;
}
.rental-media-stack {
  display: grid;
  gap: 12px;
}
.rental-intro-section {
  padding-bottom: 38px;
}
.rental-intro-layout {
  align-items: start;
  gap: 28px;
}
.rental-support-media img {
  aspect-ratio: 16 / 8;
}
.compact-grid {
  gap: 14px;
}
.section-intro {
  max-width: 780px;
  margin-bottom: 24px;
}
.badge-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0; }
.badge {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--blue-3);
  font-size: 13px;
  font-weight: 800;
  padding: 8px 10px;
}
.proof-band {
  background: var(--navy);
  color: var(--white);
  padding: 30px 0;
}
.stats-strip {
  background:
    linear-gradient(90deg, rgba(24,119,242,.12) 1px, transparent 1px),
    var(--ink);
  background-size: 44px 44px;
  color: var(--white);
  overflow: hidden;
  padding: 30px 0;
  position: relative;
}
.stats-strip::before {
  background: linear-gradient(90deg, rgba(24,119,242,.18), transparent 36%, rgba(58,182,255,.12));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  position: relative;
}
.stat-item {
  border-right: 1px solid rgba(255,255,255,.16);
  padding: 12px 26px;
}
.stat-item:last-child {
  border-right: 0;
}
.stat-item strong {
  color: var(--white);
  display: block;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
}
.stat-item span {
  color: #c8d5e8;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  margin-top: 10px;
  text-transform: uppercase;
}
.ops-section {
  background:
    linear-gradient(90deg, rgba(24,119,242,.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(24,119,242,.08) 1px, transparent 1px),
    #ffffff;
  background-size: 38px 38px;
}
.service-map {
  display: grid;
  gap: 14px;
  grid-template-columns: .95fr 1fr 1fr;
}
.service-map-intro {
  border-left: 5px solid var(--blue);
  grid-row: span 2;
  padding: 10px 30px 10px 24px;
}
.service-map-intro h2 {
  font-size: 62px;
}
.service-lane {
  background: rgba(255,255,255,.88);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-height: 225px;
  padding: 22px;
  position: relative;
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.service-lane:hover {
  border-color: rgba(24,119,242,.35);
  box-shadow: 0 14px 32px rgba(7,17,31,.09);
  transform: translateY(-3px);
}
.service-lane::after {
  background: var(--blue);
  bottom: -1px;
  content: "";
  height: 4px;
  left: 26px;
  position: absolute;
  right: 26px;
}
.service-lane.lane-primary {
  background: var(--ink);
  color: var(--white);
  grid-column: span 2;
}
.service-lane.lane-primary p {
  color: rgba(255,255,255,.76);
}
.lane-code {
  color: var(--blue);
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  margin-bottom: 32px;
}
.lane-primary .lane-code {
  color: #9fcbff;
}
.service-lane a {
  color: var(--blue);
  font-weight: 900;
}
.lane-primary a {
  color: var(--white);
}
.signal-band {
  background: var(--blue-3);
}
.signal-grid {
  align-items: stretch;
  display: grid;
  gap: 0;
  grid-template-columns: 1.4fr repeat(3, 1fr);
}
.signal-copy, .signal-grid .proof-item {
  border-right: 1px solid rgba(255,255,255,.18);
  padding: 18px 24px;
}
.signal-grid .proof-item:last-child {
  border-right: 0;
}
.signal-copy span {
  color: rgba(255,255,255,.62);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.signal-copy strong {
  color: var(--white);
  display: block;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  margin-top: 8px;
}
.specialty-section {
  background: #f8fbff;
}
.specialty-layout {
  align-items: center;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
}
.specialty-media {
  border-radius: 0;
  box-shadow: none;
}
.specialty-media img {
  aspect-ratio: 16 / 10;
}
.specialty-copy {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin-left: -70px;
  padding: 38px;
  position: relative;
}
.specialty-copy p,
.program-stack strong {
  color: var(--muted-strong);
}
.program-stack {
  display: grid;
  gap: 10px;
  margin: 26px 0;
}
.program-stack div {
  border-left: 4px solid var(--blue);
  background: var(--paper);
  padding: 14px 16px;
}
.program-stack span {
  color: var(--blue);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.program-stack strong {
  display: block;
  font-size: 14px;
}
.case-section {
  background:
    linear-gradient(135deg, rgba(24,119,242,.22), transparent 38%),
    var(--ink);
}
.case-layout {
  align-items: start;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}
.case-ledger {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius);
}
.case-ledger div {
  align-items: baseline;
  border-bottom: 1px solid rgba(255,255,255,.14);
  display: grid;
  gap: 18px;
  grid-template-columns: 56px 1fr;
  padding: 22px 24px;
}
.case-ledger div:last-child {
  border-bottom: 0;
}
.case-ledger span {
  color: #9fcbff;
  font-size: 28px;
  font-weight: 700;
}
.case-ledger strong {
  color: var(--white);
  font-size: 18px;
}
.service-index-section {
  background:
    linear-gradient(90deg, rgba(24,119,242,.08) 1px, transparent 1px),
    #ffffff;
  background-size: 42px 42px;
}
.service-index {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
}
.service-index-copy {
  position: sticky;
  top: 120px;
}
.service-selector-section {
  padding: 44px 0;
}
.service-selector {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, .95fr) minmax(340px, 1.05fr);
}
.service-picker {
  background: var(--white);
  border: 1px solid rgba(24,119,242,.16);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(7,17,31,.08);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}
.service-picker a {
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-size: 15px;
  font-weight: 900;
  min-height: 66px;
  padding: 18px;
}
.service-picker a:nth-child(odd) {
  border-right: 1px solid var(--line);
}
.service-picker a:last-child {
  background: var(--ink);
  color: var(--white);
  grid-column: 1 / -1;
}
.service-picker a:hover {
  background: var(--soft);
  color: var(--blue-3);
}
.service-detail {
  scroll-margin-top: 126px;
}
.service-detail .section-intro {
  margin-bottom: 24px;
}
.service-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}
.service-chip {
  background: var(--soft);
  border: 1px solid rgba(24,119,242,.16);
  border-radius: 999px;
  color: var(--navy);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  padding: 10px 13px;
}
.program-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(7,17,31,.07);
  padding: 22px;
}
.program-panel h3 {
  margin-bottom: 8px;
}
.program-panel p {
  margin-bottom: 0;
}
.dark-panel {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.16);
  box-shadow: none;
}
.dark-panel h3,
.dark-panel p {
  color: var(--white);
}
.dark-panel p {
  color: #d5e4f7;
}
.oem-support-grid {
  margin: 0 0 24px;
}
.case-result-grid {
  margin-top: 22px;
}
.emphasized-card {
  background: linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
  border-color: rgba(24,119,242,.24);
}
.capability-table {
  background: var(--ink);
  border-radius: var(--radius);
  color: var(--white);
  overflow: hidden;
}
.capability-table div {
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.14);
  display: grid;
  gap: 20px;
  grid-template-columns: 52px 1fr;
  min-height: 86px;
  padding: 18px 22px;
}
.capability-table div:last-child {
  border-bottom: 0;
}
.capability-table span {
  color: #9fcbff;
  font-size: 28px;
  font-weight: 700;
}
.capability-table strong {
  font-size: 18px;
}
.depot-rail {
  border-top: 1px solid var(--line);
  display: grid;
  margin-top: 28px;
}
.depot-section {
  background:
    linear-gradient(90deg, rgba(24,119,242,.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(24,119,242,.08) 1px, transparent 1px),
    #f6f9fd;
  background-size: 42px 42px;
  padding: 46px 0;
}
.depot-layout {
  align-items: stretch;
  gap: 26px;
}
.depot-layout .media-frame {
  box-shadow: 0 18px 48px rgba(7,17,31,.12);
  min-height: 520px;
}
.depot-layout .media-frame img {
  aspect-ratio: auto;
  height: 100%;
}
.depot-content {
  background: rgba(255,255,255,.92);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
}
.depot-rail.compact {
  margin-top: 24px;
}
.depot-rail article {
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: 260px 1fr;
  padding: 24px 0;
}
.depot-rail span {
  color: var(--blue-3);
  font-size: 18px;
  font-weight: 900;
}
.depot-rail p {
  margin-bottom: 0;
}
.rental-flow {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}
.rental-flow div {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: 58px 1fr;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px;
}
.rental-flow span {
  align-items: center;
  background: var(--soft);
  border-radius: var(--radius);
  color: var(--blue-3);
  display: flex;
  font-size: 18px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  line-height: 1;
  width: 42px;
}
.rental-flow strong {
  color: var(--ink);
  display: block;
  font-size: 18px;
  line-height: 1.2;
}
.rental-flow p {
  color: var(--muted);
  font-size: 13px;
  grid-column: 2;
  line-height: 1.45;
  margin: -8px 0 0;
}
.rental-scenarios {
  background: var(--white);
  padding-top: 44px;
}
.image-strip {
  display: grid;
  gap: 14px;
  grid-template-columns: 1.1fr .8fr .9fr;
  margin: 0 0 22px;
}
.image-strip figure {
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(7,17,31,.1);
  margin: 0;
  overflow: hidden;
}
.image-strip img {
  aspect-ratio: 16 / 10;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.22, 1, .36, 1);
  width: 100%;
}
.image-strip figure:hover img {
  transform: scale(1.035);
}
.rental-cards .card { min-height: 180px; }
.rental-checklist {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius);
}
.rental-checklist div {
  border-bottom: 1px solid rgba(255,255,255,.14);
  padding: 20px 22px;
}
.rental-checklist div:last-child {
  border-bottom: 0;
}
.rental-checklist strong {
  color: var(--white);
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
}
.rental-checklist span {
  color: #d5e4f7;
  display: block;
}
.proof-band .grid { align-items: center; }
.proof-item strong { display: block; font-size: 28px; line-height: 1; }
.proof-item span { color: rgba(255,255,255,.72); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.case-study {
  background: var(--white);
  border-left: 6px solid var(--blue);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  color: var(--ink);
  padding: 28px;
}
.case-study p { color: var(--muted); }
.case-study h2,
.case-study h3,
.case-study strong { color: var(--ink); }
.case-steps span { color: var(--muted); }
.section.dark .case-study p,
.section.dark .case-study span,
.section.dark .case-study .case-steps span {
  color: var(--muted);
}
.section.dark .case-study h2,
.section.dark .case-study h3,
.section.dark .case-study strong {
  color: var(--ink);
}
.case-steps { counter-reset: step; display: grid; gap: 12px; margin-top: 24px; }
.case-steps div {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px 18px;
}
.case-steps strong { display: block; margin-bottom: 4px; }

.contact-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: .85fr 1.15fr;
}
.contact-panel {
  background: var(--ink);
  border-radius: var(--radius);
  color: var(--white);
  padding: 26px;
}
.contact-panel p, .contact-panel a { color: #d5e4f7; }
.form-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
}
.form-row { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-group { margin-bottom: 16px; }
label { color: #24334b; display: block; font-size: 13px; font-weight: 800; margin-bottom: 6px; }
input, textarea, select {
  background: #fbfdff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  min-height: 46px;
  padding: 11px 12px;
  width: 100%;
}
textarea { min-height: 132px; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--blue); outline: 3px solid rgba(24,119,242,.16); }
.bot-guard { display: none; }
.form-status { font-size: 14px; font-weight: 800; min-height: 22px; }
.form-status.is-success { color: var(--success); }
.form-status.is-error { color: var(--danger); }
.turnstile-slot { min-height: 68px; }

.site-footer {
  background: var(--ink);
  color: var(--white);
  padding: 44px 0 22px;
}
.footer-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: 1.4fr .8fr .8fr 1fr;
}
.footer-logo { max-width: 260px; width: 100%; }
.site-footer p, .site-footer a, .site-footer li { color: #c8d5e8; }
.site-footer h4 { margin: 0 0 14px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 8px; }
.certs { display: flex; gap: 12px; margin-top: 18px; }
.certs img { background: var(--white); border-radius: var(--radius); height: 70px; padding: 6px; width: 70px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 36px;
  padding-top: 20px;
  color: rgba(255,255,255,.58);
  font-size: 13px;
}

.chat-launcher {
  align-items: center;
  background: var(--blue);
  border: 0;
  border-radius: 999px;
  bottom: 22px;
  box-shadow: 0 16px 40px rgba(24,119,242,.34);
  color: var(--white);
  cursor: pointer;
  display: flex;
  font-weight: 900;
  gap: 10px;
  min-height: 54px;
  padding: 0 18px;
  position: fixed;
  right: 22px;
  z-index: 80;
}
.chat-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  bottom: 92px;
  box-shadow: var(--shadow);
  display: none;
  max-height: calc(100vh - 118px);
  overflow: hidden;
  position: fixed;
  right: 22px;
  width: min(390px, calc(100vw - 32px));
  z-index: 81;
}
.chat-panel.open { display: block; }
.chat-head {
  background: var(--ink);
  color: var(--white);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
}
.chat-head strong { display: block; }
.chat-head span { color: rgba(255,255,255,.7); font-size: 12px; font-weight: 700; }
.chat-close { background: transparent; border: 0; color: var(--white); cursor: pointer; font-size: 24px; line-height: 1; }
.chat-body { max-height: 62vh; overflow: auto; padding: 16px; }
.chat-msg {
  background: var(--paper);
  border-radius: var(--radius);
  color: var(--muted-strong);
  margin-bottom: 10px;
  padding: 10px 12px;
}
.chat-msg.user { background: var(--blue); color: var(--white); margin-left: 42px; }
.chat-options { display: grid; gap: 8px; margin: 12px 0; }
.chat-options button {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--blue-3);
  cursor: pointer;
  font-weight: 800;
  padding: 10px;
  text-align: left;
}
.chat-form { display: grid; gap: 10px; margin-top: 12px; }
.chat-form input, .chat-form textarea, .chat-form select { min-height: 42px; }
.chat-send-summary {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}
.chat-composer {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr auto;
  padding: 12px;
}
.chat-composer input {
  min-height: 42px;
}
.chat-composer button {
  background: var(--blue);
  border: 0;
  border-radius: var(--radius);
  color: var(--white);
  cursor: pointer;
  font-weight: 900;
  padding: 0 14px;
}
.chat-note { color: var(--muted); font-size: 12px; margin-bottom: 0; }

@keyframes heroRise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}

@keyframes boardIn {
  from { opacity: 0; transform: translateY(26px) scale(.98); }
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
  .fade-up {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  h1 {
    font-size: 58px;
  }
  h2,
  .service-map-intro h2 {
    font-size: 44px;
  }
  .hero .container,
  .split,
  .split.reverse,
  .contact-grid,
  .footer-grid,
  .service-map,
  .specialty-layout,
  .case-layout,
  .signal-grid,
  .stats-grid,
  .service-index,
  .service-selector,
  .image-strip {
    grid-template-columns: 1fr;
  }
  .hero { min-height: auto; }
  .hero-panel,
  .hero-visual-stack {
    max-width: 560px;
  }
  .service-map-intro {
    grid-row: auto;
  }
  .service-lane.lane-primary {
    grid-column: auto;
  }
  .signal-copy,
  .signal-grid .proof-item {
    border-bottom: 1px solid rgba(255,255,255,.18);
    border-right: 0;
  }
  .signal-grid .proof-item:last-child {
    border-bottom: 0;
  }
  .stat-item {
    border-bottom: 1px solid rgba(255,255,255,.16);
    border-right: 0;
  }
  .stat-item:last-child {
    border-bottom: 0;
  }
  .specialty-copy {
    margin-left: 0;
    margin-top: -34px;
  }
  .service-index-copy {
    position: static;
  }
  .depot-rail article {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .depot-layout .media-frame {
    min-height: 360px;
  }
  .rental-flow div {
    grid-template-columns: 1fr;
  }
  .rental-flow p {
    grid-column: auto;
    margin-top: 0;
  }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .main-nav {
    background: var(--white);
    border-top: 1px solid var(--line);
    display: none;
    left: 0;
    padding: 12px 24px 20px;
    position: absolute;
    right: 0;
    top: 82px;
  }
  .main-nav.open { display: block; }
  .main-nav ul { align-items: stretch; flex-direction: column; }
  .nav-dropdown {
    background: var(--paper);
    box-shadow: none;
    left: auto;
    margin: 0 0 6px 12px;
    min-width: 0;
    opacity: 1;
    padding: 6px;
    pointer-events: auto;
    position: static;
    transform: none;
    visibility: visible;
  }
  .nav-dropdown::before { display: none; }
  .nav-toggle { display: block; }
}
@media (max-width: 640px) {
  .container { padding: 0 18px; }
  .section { padding: 50px 0; }
  h1 {
    font-size: 43px;
  }
  h2,
  .service-map-intro h2 {
    font-size: 34px;
  }
  .topbar { display: none; }
  .brand-text { height: 24px; }
  .brand-slogan { display: none; }
  .hero .container { padding-top: 68px; }
  .dispatch-strip, .hero-metrics, .hero-photo-row, .grid-2, .grid-3, .grid-4, .form-row { grid-template-columns: 1fr; }
  .service-picker { grid-template-columns: 1fr; }
  .service-picker a,
  .service-picker a:nth-child(odd) {
    border-right: 0;
  }
  .service-detail {
    scroll-margin-top: 92px;
  }
  .dispatch-strip div {
    border-bottom: 1px solid rgba(255,255,255,.18);
    border-right: 0;
  }
  .dispatch-strip div:last-child {
    border-bottom: 0;
  }
  .hero-photo-main { height: 300px; }
  .hero-photo-row figure { height: 180px; }
  .service-lane,
  .specialty-copy {
    padding: 22px;
  }
  .case-ledger div {
    grid-template-columns: 42px 1fr;
    padding: 18px;
  }
  .chat-launcher { bottom: 14px; right: 14px; }
  .chat-panel { bottom: 82px; right: 14px; }
  .footer-bottom { flex-direction: column; }
}
