* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

.wrap {
  width: min(var(--max),calc(100% - 40px));
  margin: auto;
}

.topbar .wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.topbar strong {
  color: #fff;
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: min(280px,32vw);
}

.site-logo-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 70px;
  object-fit: contain;
  object-position: left center;
}



nav {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
}

.nav-cta {
  color: white;
  background: var(--blue);
  padding: 12px 18px;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(22,119,255,.2);
}

h1 {
  font-size: clamp(48px,6vw,82px);
  line-height: .98;
  letter-spacing: -.055em;
  margin: 0 0 26px;
  max-width: 900px;
}

.actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 22px;
  border-radius: 14px;
  font-weight: 800;
  transition: .2s ease;
}

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

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

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

section {
  padding: 92px 0;
}

.section-head {
  max-width: 780px;
  margin-bottom: 42px;
}

.kicker {
  color: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .12em;
  margin-bottom: 10px;
}

h2 {
  font-size: clamp(34px,4vw,54px);
  line-height: 1.05;
  letter-spacing: -.04em;
  margin: 0 0 18px;
  color: var(--navy);
}

.section-head p {
  font-size: 18px;
  color: var(--muted);
  margin: 0;
}

.soft {
  background: #eef4f9;
}

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

.ac-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 28px;
  box-shadow: 0 12px 34px rgba(7,24,43,.06);
}

.ac-card .tag {
  display: inline-block;
  background: var(--ice);
  color: var(--blue);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.ac-card h3 {
  font-size: 26px;
  line-height: 1.1;
  margin: 0 0 12px;
  color: var(--navy);
}

.ac-card p {
  margin: 0;
  color: var(--muted);
}

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

.project h2 {
  color: white;
}

.project .section-head p {
  color: #c2d0dd;
}

.project-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: start;
}

.checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.check {
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.05);
  padding: 15px 16px;
  border-radius: 16px;
  color: #e6edf4;
  font-weight: 700;
}

.advisor {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 54px;
  align-items: center;
}

.portrait {
  min-height: 440px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 70% 20%,rgba(91,188,255,.28),transparent 30%),
        linear-gradient(145deg,#0d2b47,#07182b);
  box-shadow: var(--shadow);
}

.advisor h3 {
  font-size: 38px;
  margin: 0 0 6px;
  color: var(--navy);
  letter-spacing: -.03em;
}

.advisor .role {
  color: var(--blue);
  font-weight: 900;
  margin-bottom: 20px;
}

.advisor p {
  color: var(--muted);
  font-size: 18px;
}

label {
  font-size: 13px;
  font-weight: 800;
  color: #405368;
}

input, select, textarea {
  width: 100%;
  border: 1px solid #dbe5ee;
  background: #f9fbfd;
  border-radius: 13px;
  padding: 14px 14px;
  font: inherit;
  color: var(--text);
  outline: none;
}

input:focus, select:focus, textarea:focus {
  border-color: #93c6ff;
  box-shadow: 0 0 0 4px rgba(22,119,255,.08);
}

textarea {
  min-height: 110px;
  resize: vertical;
}

footer {
  background: #06121f;
  color: #b7c6d4;
  padding: 44px 0 30px;
}

.foot {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}

.foot strong {
  color: white;
}

.fine {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 12px;
  color: #8296a8;
}

.vehicle-section {
  background: #ffffff;
}

.vehicle-card {
  display: block;
  color: inherit;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: 0 14px 36px rgba(7,24,43,.08);
}

.vehicle-card img {
  width: 100%;
  height: 310px;
  display: block;
  object-fit: cover;
  background: #e8eef4;
}

.vehicle-body {
  padding: 26px;
}

.vehicle-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.vehicle-card h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.08;
  color: var(--navy);
  letter-spacing: -.03em;
}

.vehicle-use {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--ice);
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.vehicle-specs {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
  margin: 18px 0;
}

.spec {
  padding: 12px;
  background: #f6f9fc;
  border: 1px solid #e4ecf3;
  border-radius: 14px;
}

.spec b {
  display: block;
  color: var(--navy);
  font-size: 17px;
  line-height: 1.2;
}

.spec span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.vehicle-card p {
  color: var(--muted);
  margin: 0 0 22px;
}

.vehicle-note {
  margin-top: 18px;
  color: #6b7e90;
  font-size: 13px;
}

.fleet-hero {
  position: relative;
  background: #07182b;
  color: #fff;
  padding: 0;
  overflow: hidden;
}

.fleet-slider {
  position: relative;
  height: clamp(610px,76vh,820px);
  min-height: 610px;
  overflow: hidden;
}

.fleet-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.018);
  transition: opacity .55s ease, transform 1.1s ease, visibility .55s;
  pointer-events: none;
}

.fleet-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  pointer-events: auto;
  z-index: 2;
}

.fleet-slide--partner-rapid {
  --slide-image: url("peugeot-partner-rapid-hero.webp");
}

.fleet-slide--partner {
  --slide-image: url("peugeot-partner.webp");
}

.fleet-slide--expert {
  --slide-image: url("peugeot-expert.webp");
}

.fleet-slide--manager {
  --slide-image: url("peugeot-manager.webp");
}

.fleet-slide--rifter {
  --slide-image: url("peugeot-rifter.webp");
}

.fleet-slide-bg {
  position: absolute;
  inset: 0;
  background-image: var(--slide-image);
  background-size: cover;
  background-position: center 54%;
  transform: scale(1.01);
}

.fleet-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(4,15,27,.96) 0%,rgba(4,15,27,.82) 31%,rgba(4,15,27,.34) 56%,rgba(4,15,27,.06) 78%),
        linear-gradient(0deg,rgba(4,15,27,.55),transparent 35%);
}

.fleet-content {
  height: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 76px;
}

.fleet-copy {
  width: min(670px,58%);
}

.fleet-kicker {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: #b9dfff;
  margin-bottom: 14px;
}

.fleet-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(58px,7vw,104px);
  line-height: .88;
  letter-spacing: -.065em;
  text-transform: uppercase;
}

.fleet-sub {
  margin: 18px 0 24px;
  max-width: 480px;
  color: rgba(255,255,255,.80);
  font-size: 18px;
}

.fleet-specs {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  width: max-content;
  max-width: 100%;
  margin: 0 0 26px;
  border-top: 1px solid rgba(255,255,255,.24);
  border-bottom: 1px solid rgba(255,255,255,.24);
}

.fleet-specs > div {
  min-width: 118px;
  padding: 14px 22px 13px 0;
  margin-right: 22px;
  position: relative;
}

.fleet-specs > div:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 14px;
  bottom: 14px;
  width: 1px;
  background: rgba(255,255,255,.18);
}

.fleet-specs strong {
  display: block;
  color: #fff;
  font-size: 21px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -.02em;
}

.fleet-specs span {
  display: block;
  margin-top: 3px;
  color: rgba(255,255,255,.58);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.fleet-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 21px;
  border-radius: 4px;
  background: #fff;
  color: #07182b;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  transition: transform .2s ease, background .2s ease;
}

.fleet-cta:hover {
  transform: translateY(-2px);
  background: #edf6ff;
}

.fleet-dots {
  display: flex;
  align-items: center;
  gap: 9px;
}

.fleet-dots button {
  width: 46px;
  height: 3px;
  border: 0;
  padding: 0;
  background: rgba(255,255,255,.26);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.fleet-dots button.is-active {
  background: #fff;
}

@media (max-width:900px) {
    .fleet-slider {
      height: 700px;
      min-height: 700px;
    }

    .fleet-slide-bg {
      background-position: 63% center;
    }

    .fleet-overlay {
      background: linear-gradient(0deg,rgba(4,15,27,.98) 0%,rgba(4,15,27,.80) 43%,rgba(4,15,27,.16) 75%),
            linear-gradient(90deg,rgba(4,15,27,.5),transparent 70%);
    }

    .fleet-content {
      align-items: flex-end;
      padding-bottom: 115px;
    }

    .fleet-copy {
      width: 100%;
    }

    .fleet-copy h1 {
      font-size: clamp(54px,14vw,82px);
    }

    .fleet-sub {
      margin: 12px 0 18px;
    }

    .fleet-specs {
      width: 100%;
    }

    .fleet-specs > div {
      min-width: 25%;
      margin-right: 0;
      padding: 12px 14px 11px 0;
    }
}

@media (max-width:560px) {
    .fleet-slider {
      height: 660px;
      min-height: 660px;
    }

    .fleet-slide-bg {
      background-position: 68% 28%;
      background-size: auto 58%;
      background-repeat: no-repeat;
      background-color: #0b2036;
    }

    .fleet-copy h1 {
      font-size: 50px;
    }

    .fleet-kicker {
      font-size: 10px;
    }

    .fleet-sub {
      font-size: 15px;
    }

    .fleet-specs {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }

    .fleet-specs > div {
      min-width: 0;
      padding: 10px 12px 10px 0;
    }

    .fleet-specs > div:nth-child(2):after {
      display: none;
    }

    .fleet-specs strong {
      font-size: 18px;
    }

    .fleet-dots button {
      width: 28px;
    }
}

.fleet-edge {
  position: absolute;
  z-index: 12;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 66px;
  border: 1px solid rgba(255,255,255,.30);
  background: rgba(4,15,27,.34);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 38px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: .2s ease;
}

.fleet-edge:hover {
  background: #fff;
  color: #07182b;
}

.fleet-edge-prev {
  left: 0;
  border-radius: 0 8px 8px 0;
  border-left: 0;
}

.fleet-edge-next {
  right: 0;
  border-radius: 8px 0 0 8px;
  border-right: 0;
}

.fleet-dots-bottom {
  position: absolute;
  z-index: 12;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 9px;
}

.fleet-dots-bottom button {
  width: 46px;
  height: 3px;
  border: 0;
  padding: 0;
  background: rgba(255,255,255,.30);
  cursor: pointer;
}

.fleet-dots-bottom button.is-active {
  background: #fff;
}

@media (max-width:600px) {
    .fleet-edge {
      width: 38px;
      height: 54px;
      font-size: 30px;
    }

    .fleet-dots-bottom {
      bottom: 18px;
    }

    .fleet-dots-bottom button {
      width: 28px;
    }
}

.topbar-single {
  justify-content: flex-start;
  font-weight: 750;
  letter-spacing: .01em;
}


.sectors {
  gap: 14px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 42px;
  row-gap: 0;
  border-top: 1px solid #cfdae4;
}

.sector {
  position: relative;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #cfdae4;
  border-radius: 0;
  padding: 18px 4px 18px 24px;
  font-weight: 800;
  color: #263d52;
  cursor: default;
}

.sector::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  transform: translateY(-50%);
  box-shadow: 0 0 0 5px rgba(22,119,255,.08);
}

.expert-current-photo {
  background-position: center 50%;
}

.expert-web-photo {
  width: 100%;
  height: 310px;
  object-fit: cover;
  object-position: center;
  display: block;
  background: #e8eef4;
}

.fleet-cta-button {
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.unit-detail-btn {
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.rifter-slide .fleet-slide-bg {
  background-size: cover;
  background-position: center 57%;
  background-repeat: no-repeat;
  background-color: #16232c;
}

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

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

@media (max-width:700px) {
    .vehicle-grid {
      grid-template-columns: 1fr;
    }

    .rifter-slide .fleet-slide-bg {
      background-size: auto 60%;
      background-position: 60% 24%;
    }
}

.diagnostic-card::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -58px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(22,119,255,.12),rgba(22,119,255,0) 68%);
  transform: scale(.7);
  opacity: 0;
  transition: .25s ease;
}

.diagnostic-card:hover, .diagnostic-card.is-active, .diagnostic-card:focus-visible {
  transform: translateY(-7px);
  border-color: #8ebcea;
  background: #fbfdff;
  box-shadow: 0 18px 38px rgba(7,24,43,.12);
  outline: none;
}

.diagnostic-card:hover::after, .diagnostic-card.is-active::after {
  transform: scale(1);
  opacity: 1;
}

.diagnostic-number {
  position: absolute;
  right: 18px;
  top: 15px;
  color: #e3eff9;
  font-size: 46px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.07em;
}

.diagnostic-card:hover .diagnostic-line, .diagnostic-card.is-active .diagnostic-line {
  width: 64px;
}

.diagnostic-card strong {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 20px;
  line-height: 1.16;
  letter-spacing: -.025em;
}

.diagnostic-card small {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 8px;
  color: #788b9d;
  font-size: 11px;
}

.diagnostic-bubble-label {
  display: block;
  margin-bottom: 7px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.diagnostic-bubble-body p {
  margin: 0;
  color: #65798b;
  font-size: 14px;
}

.vehicle-card-clickable {
  cursor: pointer;
  transition: transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease;
}

.vehicle-card-clickable:hover, .vehicle-card-clickable:focus-visible {
  transform: translateY(-8px);
  border-color: #8ebcea;
  box-shadow: 0 22px 48px rgba(7,24,43,.14);
  outline: none;
}

.vehicle-card-clickable img {
  transition: transform .35s ease, filter .35s ease;
}

.vehicle-card-clickable:hover img {
  transform: scale(1.025);
  filter: saturate(1.04) contrast(1.02);
}

.vehicle-card-clickable .btn {
  pointer-events: none;
}

.kicker, .fleet-kicker {
  color: var(--accent);
}

.diagnostic-card:hover, .diagnostic-card.is-active, .vehicle-card-clickable:hover {
  border-color: #b8a17f;
}

:root {
  --shadow: 0 16px 42px rgba(7,24,43,.12);
  --radius: 24px;
  --max: 1200px;
  --navy: #0B1F33;
  --navy2: #162A3D;
  --blue: #526B80;
  --sky: #C7D2DB;
  --ice: #EEF2F5;
  --text: #17212B;
  --muted: #667584;
  --line: #D7DEE4;
  --bg: #F4F6F8;
  --white: #FFFFFF;
  --accent: #A28B68;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #F4F6F8;
  color: #17212B;
}

.topbar {
  font-size: 14px;
  padding: 10px 0;
  background: #091827;
  color: #D7E0E7;
}

header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(223,232,241,.9);
  border-bottom-color: #D9E0E5;
}

nav a {
  color: #415466;
}

nav a:hover {
  color: #0B1F33;
}

.kicker, .fleet-kicker, .diagnostic-bubble-label {
  color: var(--accent);
}

.diagnostic-line, .sector::before {
  background: var(--accent);
}

.nav-cta, .btn-primary {
  background: #0B1F33;
  color: #fff;
  box-shadow: none;
}

.nav-cta:hover, .btn-primary:hover {
  background: #263C50;
  color: #fff;
}

.hover-diagnostic-head {
  max-width: 860px;
  margin-bottom: 24px;
}

.diagnostic-card {
  position: relative;
  padding: 26px 22px 24px;
  border: 1px solid #dbe5ed;
  border-radius: 22px;
  background: #fff;
  color: var(--navy);
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition: transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease,
        background .22s ease;
  min-height: 168px;
}

.diagnostic-line {
  display: block;
  width: 34px;
  height: 3px;
  background: var(--blue);
  transition: width .22s ease;
  margin: 14px 0 45px;
}

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

.bubble-item {
  border: 1px solid #e0e8ef;
  background: #f8fafc;
  padding: 13px 14px;
  border-radius: 12px;
}

.bubble-item b {
  display: block;
  color: var(--navy);
  font-size: 13px;
  margin-bottom: 4px;
}

.bubble-item span {
  display: block;
  color: #6d8193;
  font-size: 11px;
  line-height: 1.35;
}

#soluciones {
  position: relative;
  z-index: 1;
}

.expert-slide .fleet-slide-bg, article.fleet-slide:has(h1:nth-child(n)) .expert-current-photo {
  background-size: cover;
}

.expert-slide .fleet-slide-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #E8EDF0;
}

.hover-diagnostic {
  background: #f7f9fb;
  padding: 72px 0 46px;
  z-index: 10;
  padding-bottom: 44px;
  position: relative;
  overflow: hidden;
}

.diagnostic-stage {
  z-index: 20;
  padding-bottom: 0;
  transition: none;
  position: relative;
  padding: 0;
}

.diagnostic-cards {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  margin-bottom: 0;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.diagnostic-bubble {
  margin-top: 22px;
  border: 1px solid #cbdfee;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  padding: 18px 20px;
  position: absolute;
  inset: 0;
  margin: 0;
  z-index: 50;
  max-height: none;
  overflow: auto;
  border-radius: 22px;
  background: rgba(255,255,255,.985);
  box-shadow: 0 20px 55px rgba(11,31,51,.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(.985);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.diagnostic-bubble.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
}

.diagnostic-bubble::before {
  content: "";
  position: absolute;
  border-left: 1px solid #cbdfee;
  border-top: 1px solid #cbdfee;
  background: #fff;
  transform: rotate(45deg);
  top: -8px;
  left: 42px;
  width: 14px;
  height: 14px;
  display: none;
}

.diagnostic-bubble-top {
  padding-right: 34px;
}

.diagnostic-bubble-body {
  margin-top: 14px;
}

.diagnostic-bubble .bubble-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
}

.diagnostic-bubble .bubble-item {
  padding: 13px 14px;
}

.diagnostic-bubble .bubble-item b {
  font-size: 13px;
  margin-bottom: 4px;
}

.diagnostic-bubble .bubble-item span {
  font-size: 11px;
  line-height: 1.35;
}

.diagnostic-bubble h3 {
  margin: 0;
  color: var(--navy);
  letter-spacing: -.03em;
  font-size: 22px;
}

@media (min-width: 641px) and (max-width: 980px) {
    .wrap {
      width: min(var(--max),calc(100% - 36px));
    }

    .fleet-slider {
      height: 660px;
      min-height: 660px;
    }

    .fleet-content {
      padding-bottom: 88px;
    }

    .fleet-copy {
      width: min(650px,86%);
    }

    .fleet-copy h1 {
      font-size: clamp(56px,9vw,78px);
    }

    .fleet-sub {
      max-width: 560px;
    }

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

    .diagnostic-card {
      min-height: 150px;
    }

    .diagnostic-card:last-child {
      grid-column: 1 / -1;
    }

    .diagnostic-bubble {
      padding: 18px 20px;
    }

    .vehicle-grid {
      grid-template-columns: 1fr;
      gap: 18px;
    }

    .vehicle-card {
      display: grid;
      grid-template-columns: 42% 58%;
      align-items: stretch;
      min-height: 280px;
      border-radius: 24px;
    }

    .vehicle-card > img {
      width: 100%;
      height: 100%;
      min-height: 280px;
      object-fit: cover;
      border-radius: 24px 0 0 24px;
    }

    .vehicle-body {
      padding: 24px;
    }

    .vehicle-specs {
      grid-template-columns: repeat(4,minmax(0,1fr));
      gap: 8px;
    }

    .vehicle-specs .spec {
      padding: 10px;
    }

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

    .ac-card {
      padding: 22px;
      border-radius: 22px;
    }

    .advisor {
      grid-template-columns: .8fr 1.2fr;
      gap: 32px;
    }

    .portrait {
      min-height: 350px;
    }
}

@media (max-width: 640px) {
    .wrap {
      width: calc(100% - 24px);
    }

    .topbar {
      padding: 9px 0;
      font-size: 12px;
    }

    .nav {
      min-height: 70px;
    }

    .fleet-slider {
      height: 620px;
      min-height: 620px;
    }

    .fleet-content {
      padding: 0 0 82px;
      align-items: flex-end;
    }

    .fleet-copy {
      width: 100%;
    }

    .fleet-copy h1 {
      font-size: clamp(42px,13vw,58px);
      line-height: .92;
    }

    .fleet-sub {
      font-size: 15px;
      margin: 10px 0 16px;
    }

    .fleet-specs {
      grid-template-columns: 1fr 1fr;
      width: 100%;
      margin-bottom: 18px;
    }

    .fleet-specs > div {
      padding: 9px 10px 9px 0;
    }

    .fleet-cta {
      min-height: 44px;
      padding: 0 16px;
    }

    .fleet-edge {
      width: 36px;
      height: 52px;
      font-size: 28px;
    }

    section {
      padding: 58px 0;
    }

    .section-head {
      margin-bottom: 28px;
    }

    h2 {
      font-size: clamp(30px,9vw,40px);
    }

    .section-head p {
      font-size: 16px;
    }

    .hover-diagnostic {
      padding: 58px 0;
    }

    .diagnostic-cards {
      grid-template-columns: 1fr;
      gap: 10px;
    }

    .diagnostic-card {
      min-height: 118px;
      border-radius: 18px;
      padding: 20px 18px;
    }

    .diagnostic-line {
      margin: 10px 0 24px;
    }

    .diagnostic-number {
      font-size: 40px;
    }

    .diagnostic-card strong {
      font-size: 18px;
    }

    .diagnostic-bubble {
      border-radius: 18px;
      padding: 14px;
      background: #fff;
    }

    .diagnostic-bubble .bubble-grid {
      grid-template-columns: 1fr;
      gap: 8px;
    }

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

    .vehicle-grid {
      grid-template-columns: 1fr;
      gap: 16px;
    }

    .vehicle-card {
      display: block;
      border-radius: 22px;
      overflow: hidden;
    }

    .vehicle-card > img {
      width: 100%;
      height: auto;
      aspect-ratio: 16/10;
      min-height: 0;
      object-fit: cover;
      border-radius: 22px 22px 0 0;
    }

    .vehicle-body {
      padding: 18px;
    }

    .vehicle-card h3 {
      font-size: 24px;
    }

    .vehicle-specs {
      grid-template-columns: 1fr 1fr;
      gap: 8px;
      margin: 14px 0;
    }

    .vehicle-specs .spec {
      padding: 9px 10px;
      border-radius: 12px;
    }

    .vehicle-card p {
      margin-bottom: 16px;
    }

    .acquisition {
      grid-template-columns: 1fr;
      gap: 12px;
    }

    .ac-card {
      border-radius: 18px;
      padding: 20px;
    }

    .checklist {
      grid-template-columns: 1fr 1fr;
      gap: 8px;
    }

    .check {
      padding: 12px;
      border-radius: 12px;
      font-size: 13px;
    }

    .advisor {
      grid-template-columns: 1fr;
      gap: 26px;
    }

    .portrait {
      min-height: 240px;
      border-radius: 22px;
    }

    .advisor h3 {
      font-size: 32px;
    }

    .foot {
      gap: 18px;
    }
}

@media (min-width: 981px) and (max-width: 1180px) {
    .wrap {
      width: min(var(--max),calc(100% - 48px));
    }

    nav {
      gap: 18px;
      font-size: 14px;
    }

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

@media (min-width: 1600px) {
    :root {
      --max: 1320px;
    }

    .fleet-copy {
      width: min(720px,52%);
    }

    .fleet-copy h1 {
      font-size: 96px;
    }
}

.mobile-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid #D7DEE4;
  border-radius: 12px;
  background: #fff;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  flex: 0 0 44px;
}

.mobile-menu-toggle span {
  width: 19px;
  height: 2px;
  background: #0B1F33;
  border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255,255,255,.985);
  backdrop-filter: blur(14px);
  border-top: 1px solid #E2E7EB;
  border-bottom: 1px solid #D7DEE4;
  box-shadow: 0 18px 36px rgba(11,31,51,.14);
  padding: 10px 16px 16px;
}

.mobile-menu-panel.is-open {
  display: block;
}

.mobile-menu-panel a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 12px;
  color: #263A4C;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid #EDF1F4;
}

.mobile-menu-panel a:last-child {
  border-bottom: 0;
}

.mobile-menu-panel a::after {
  content: "›";
  color: #8B99A5;
  font-size: 22px;
  font-weight: 400;
}

.mobile-menu-panel a.mobile-cta {
  margin-top: 10px;
  border: 0;
  border-radius: 12px;
  background: #0B1F33;
  color: #fff;
  padding: 0 16px;
}

.mobile-menu-panel a.mobile-cta::after {
  color: #fff;
}

@media (min-width:981px) {
    .mobile-menu-panel {
      display: none;
    }
}

.diagnostic-bubble-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #EFF3F6;
  color: #0B1F33;
  font-size: 24px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 5;
}

.diagnostic-bubble-close:hover {
  background: #E3E9ED;
}

@media (min-width:641px) {
    .diagnostic-bubble-close {
      display: none;
    }
}

.mobile-diagnostic-detail {
  display: none;
}

@keyframes mobileDetailIn {
from{
      opacity:0;
      transform:translateY(-4px);
    }
    to{
      opacity:1;
      transform:translateY(0);
    }
}

.lead-section {
  background: #EEF2F5;
  padding: 90px 0;
}

.lead-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 54px;
  align-items: start;
}

.lead-intro {
  position: sticky;
  top: 110px;
}

.lead-value-card {
  padding: 26px;
  border: 1px solid #D5DDE3;
  border-radius: 22px;
  background: #FFFFFF;
  box-shadow: 0 12px 32px rgba(11,31,51,.06);
}

.lead-value-kicker {
  display: block;
  margin-bottom: 8px;
  color: #A28B68;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.lead-value-card h3 {
  margin: 0 0 10px;
  color: #0B1F33;
  font-size: 25px;
  line-height: 1.08;
  letter-spacing: -.03em;
}

.lead-value-card p {
  margin: 0;
  color: #677684;
  font-size: 14px;
}

.lead-value-points {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
}

.lead-value-points span {
  padding: 7px 9px;
  border-radius: 999px;
  background: #F0F3F5;
  color: #536675;
  font-size: 10px;
  font-weight: 800;
}

.lead-form-card {
  min-height: 610px;
  padding: 30px;
  border: 1px solid #D1DAE1;
  border-radius: 26px;
  background: #FFFFFF;
  box-shadow: 0 18px 48px rgba(11,31,51,.09);
}

.lead-step-heading {
  margin-bottom: 23px;
}

.lead-step-heading > span {
  display: block;
  margin-bottom: 5px;
  color: #A28B68;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.lead-step-heading h3 {
  margin: 0 0 6px;
  color: #0B1F33;
  font-size: 28px;
  letter-spacing: -.035em;
}

.lead-step-heading p {
  margin: 0;
  color: #71808D;
  font-size: 13px;
}

.lead-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.lead-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.lead-field.full {
  grid-column: 1 / -1;
}

.lead-field label, .lead-question > label {
  display: block;
  color: #354A5C;
  font-size: 12px;
  font-weight: 850;
}

.lead-field label em, .lead-question label em {
  color: #A28B68;
  font-style: normal;
}

.lead-field label span {
  float: right;
  color: #95A0A9;
  font-size: 10px;
  font-weight: 600;
}

.lead-field input, .lead-field select, .lead-field textarea {
  width: 100%;
  border: 1px solid #D5DEE5;
  border-radius: 12px;
  background: #FAFBFC;
  color: #17212B;
  padding: 13px 14px;
  font: inherit;
  outline: none;
  transition: .18s ease;
}

.lead-field input:focus, .lead-field select:focus, .lead-field textarea:focus {
  border-color: #72899D;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(82,107,128,.08);
}

.lead-field textarea {
  min-height: 92px;
  resize: vertical;
}

.lead-question {
  margin-bottom: 21px;
}

.lead-choice-grid {
  display: grid;
  gap: 8px;
  margin-top: 9px;
}

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

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

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

.lead-choice-grid button {
  min-height: 48px;
  border: 1px solid #D8E0E6;
  border-radius: 11px;
  background: #FAFBFC;
  color: #405467;
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: .16s ease;
}

.lead-choice-grid button:hover {
  border-color: #9AAEBD;
  background: #F4F7F9;
}

.lead-choice-grid button.is-selected {
  border-color: #0B1F33;
  background: #0B1F33;
  color: #FFFFFF;
  box-shadow: 0 5px 14px rgba(11,31,51,.14);
}

.lead-choice-use button {
  min-height: 66px;
  padding: 10px;
  text-align: left;
}

.lead-choice-use b {
  display: block;
  font-size: 12px;
}

.lead-choice-use small {
  display: block;
  margin-top: 4px;
  color: #8997A2;
  font-size: 9px;
  font-weight: 600;
}

.lead-choice-use button.is-selected small {
  color: #C9D3DA;
}

.lead-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}

.lead-actions-end {
  justify-content: flex-end;
}

.lead-submit:hover {
  background: #253B4E;
}

.lead-submit {
  min-height: 46px;
  border-radius: 11px;
  font-family: inherit;
  font-weight: 900;
  cursor: pointer;
  border: 1px solid #0B1F33;
  background: #0B1F33;
  color: #fff;
  padding: 0 20px;
}

.lead-summary {
  margin-top: 16px;
  padding: 13px 15px;
  border-left: 3px solid #A28B68;
  background: #F5F7F8;
  color: #607281;
}

.lead-summary span {
  display: block;
  margin-bottom: 3px;
  color: #8A765A;
  font-size: 9px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.lead-summary p {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
}

.lead-field.has-error input, .lead-field.has-error select {
  border-color: #A25E5E;
  box-shadow: 0 0 0 3px rgba(162,94,94,.08);
}

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

.lead-other {
  display: none;
  margin-top: 9px;
}

.lead-other.is-visible {
  display: block;
  animation: leadOtherIn .16s ease;
}

@keyframes leadOtherIn {
from{
    opacity:0;
    transform:translateY(-3px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

.lead-other input {
  width: 100%;
  border: 1px solid #D5DEE5;
  border-radius: 11px;
  background: #FFFFFF;
  color: #17212B;
  padding: 11px 12px;
  font: inherit;
  outline: none;
}

.lead-other input:focus {
  border-color: #72899D;
  box-shadow: 0 0 0 3px rgba(82,107,128,.08);
}

.lead-layout-single {
  align-items: start;
}

.lead-form-all-visible {
  min-height: 0;
}

.lead-divider {
  height: 1px;
  margin: 28px 0;
  background: #E1E7EC;
}

.lead-form-all-visible .lead-step-heading {
  margin-bottom: 20px;
}

.lead-form-all-visible .lead-question {
  padding-top: 2px;
}


.advisor-monogram-card {
  background: #4f5154;
  min-height: 440px;
}

.advisor-monogram-card:after {
  content: none;
  display: none;
}

.advisor-monogram-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  padding: 24px;
  background: #4f5154;
}

@media (max-width:980px) {
    nav {
      display: none;
    }

    .project-grid, .advisor {
      grid-template-columns: 1fr;
    }

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

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

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

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

    .diagnostic-cards {
      grid-template-columns: 1fr 1fr;
    }

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

    .expert-slide .fleet-slide-bg {
      background-size: cover;
      background-position: 56% center;
    }

    .diagnostic-bubble {
      top: 8px;
      bottom: 8px;
      max-height: none;
    }

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

    header {
      position: sticky;
      top: 0;
      z-index: 1000;
    }

    .mobile-menu-toggle {
      display: flex;
    }

    header .nav {
      position: relative;
    }

    header nav {
      display: none;
    }

    .lead-layout {
      grid-template-columns: 1fr;
      gap: 28px;
    }

    .lead-value-card {
      display: none;
    }

    .lead-section {
      padding: 68px 0;
    }

    .lead-intro {
      position: static;
    }
}

@media (max-width:640px) {
    .site-logo {
      width: min(170px,46vw);
    }

    .site-logo-img {
      max-height: 42px;
    }

    .wrap {
      width: min(100% - 26px,var(--max));
    }

    .topbar .wrap {
      flex-direction: column;
      align-items: flex-start;
      gap: 4px;
    }

    h1 {
      font-size: 50px;
    }

    section {
      padding: 68px 0;
    }

    .sectors, .checklist {
      grid-template-columns: 1fr;
    }

    .foot {
      flex-direction: column;
      align-items: flex-start;
    }

    .portrait {
      min-height: 330px;
    }

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

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

    .diagnostic-line {
      margin-bottom: 28px;
    }

    .expert-slide .fleet-slide-bg {
      background-size: cover;
      background-position: 60% center;
    }

    .hover-diagnostic {
      padding: 58px 0 38px;
      overflow: visible;
    }

    .diagnostic-stage {
      position: relative;
      overflow: visible;
    }

    .diagnostic-bubble-top {
      padding-right: 42px;
    }

    .diagnostic-bubble h3 {
      font-size: 20px;
      line-height: 1.15;
    }

    .diagnostic-bubble-body {
      margin-top: 12px;
    }

    .diagnostic-bubble .bubble-grid {
      grid-template-columns: 1fr;
      gap: 7px;
    }

    .diagnostic-bubble .bubble-item {
      padding: 10px 11px;
      border-radius: 11px;
    }

    .diagnostic-bubble .bubble-item b {
      font-size: 12px;
      margin-bottom: 2px;
    }

    .diagnostic-bubble .bubble-item span {
      font-size: 10px;
      line-height: 1.3;
    }

    .diagnostic-bubble.is-visible {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translateY(-50%) scale(1);
    }

    .diagnostic-bubble-close {
      display: grid;
      position: sticky;
      top: 0;
      margin-left: auto;
      margin-bottom: -34px;
      z-index: 20;
    }

    .diagnostic-bubble {
      overflow: auto;
      padding: 18px 16px 16px;
      border-radius: 18px;
      box-shadow: 0 24px 70px rgba(11,31,51,.30);
      position: fixed;
      inset: auto;
      top: 50%;
      left: 12px;
      right: 12px;
      bottom: auto;
      width: auto;
      height: auto;
      min-height: 0;
      max-height: calc(100dvh - 96px);
      margin: 0;
      transform: translateY(-50%) scale(.985);
      overflow-y: auto;
      overflow-x: hidden;
      z-index: 5000;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      display: none;
    }

    .diagnostic-cards {
      grid-template-columns: 1fr;
      display: block;
    }

    .diagnostic-card {
      width: 100%;
      margin: 0 0 10px;
      min-height: 112px;
      transform: none;
    }

    .diagnostic-card:hover, .diagnostic-card.is-active, .diagnostic-card:focus-visible {
      transform: none;
      box-shadow: 0 10px 24px rgba(11,31,51,.09);
    }

    .mobile-diagnostic-detail {
      position: relative;
      display: none;
      margin: -2px 0 12px;
      padding: 16px;
      border: 1px solid #D7DEE4;
      border-radius: 16px;
      background: #F9FBFC;
      box-shadow: 0 10px 24px rgba(11,31,51,.07);
      animation: mobileDetailIn .18s ease;
    }

    .mobile-diagnostic-detail.is-open {
      display: block;
    }

    .mobile-detail-close {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 30px;
      height: 30px;
      display: grid;
      place-items: center;
      border: 0;
      border-radius: 50%;
      background: #E9EEF2;
      color: #0B1F33;
      font-size: 20px;
      line-height: 1;
      cursor: pointer;
    }

    .mobile-detail-kicker {
      display: block;
      padding-right: 38px;
      margin-bottom: 12px;
      color: #0B1F33;
      font-size: 15px;
      font-weight: 900;
      letter-spacing: -.01em;
    }

    .mobile-detail-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 8px;
    }

    .mobile-detail-grid > div {
      padding: 10px 11px;
      border: 1px solid #E1E7EC;
      border-radius: 11px;
      background: #fff;
    }

    .mobile-detail-grid b {
      display: block;
      color: #0B1F33;
      font-size: 12px;
      line-height: 1.2;
      margin-bottom: 3px;
    }

    .mobile-detail-grid span {
      display: block;
      color: #687785;
      font-size: 10px;
      line-height: 1.35;
    }

    .lead-section {
      padding: 58px 0;
    }

    .lead-form-card {
      min-height: 0;
      padding: 20px 16px;
      border-radius: 20px;
    }

    .lead-fields {
      grid-template-columns: 1fr;
    }

    .lead-field.full {
      grid-column: auto;
    }

    .lead-choice-four {
      grid-template-columns: 1fr 1fr;
    }

    .lead-choice-use {
      grid-template-columns: 1fr 1fr;
    }

    .lead-step-heading h3 {
      font-size: 24px;
    }

    .lead-actions {
      flex-direction: column-reverse;
      align-items: stretch;
    }

    .lead-submit {
      width: 100%;
    }

    .lead-choice-vehicle {
      grid-template-columns: 1fr 1fr;
    }

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

    .advisor-monogram-card {
      min-height: 330px;
    }

    .advisor-monogram-img {
      padding: 16px;
    }
}

.topbar .wrap.topbar-single {
  justify-content: flex-start;
}
