:root{
  --fleet-blue-900:#082447;
  --fleet-blue-800:#0b3261;
  --fleet-blue-700:#11417a;
  --fleet-yellow:#f4b400;
  --fleet-yellow-2:#ffcf4a;
  --fleet-ink:#10223a;
  --fleet-muted:#5d6f84;
  --fleet-line:rgba(16,34,58,.08);
  --fleet-line-strong:rgba(16,34,58,.14);
  --fleet-surface:#ffffff;
  --fleet-surface-soft:#f6f9fd;
  --fleet-shadow:0 22px 54px rgba(8,27,54,.12);
}

body[data-theme="dark"]{
  --fleet-ink:#edf4ff;
  --fleet-muted:#aebcd0;
  --fleet-line:rgba(255,255,255,.08);
  --fleet-line-strong:rgba(255,255,255,.14);
  --fleet-surface:#121c2b;
  --fleet-surface-soft:#162234;
  --fleet-shadow:0 24px 60px rgba(0,0,0,.34);
}

.fleetPage{
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at top left, rgba(244,180,0,.08), transparent 24%),
    radial-gradient(circle at bottom right, rgba(17,65,122,.10), transparent 22%),
    linear-gradient(180deg, #eef4fb 0%, #f8fafc 36%, #edf3fb 100%);
  color: var(--fleet-ink);
}

body[data-theme="dark"] .fleetPage{
  background:
    radial-gradient(circle at top left, rgba(244,180,0,.08), transparent 24%),
    radial-gradient(circle at bottom right, rgba(17,65,122,.12), transparent 22%),
    linear-gradient(180deg, #08111d 0%, #0c1521 36%, #0a1420 100%);
}

.fleetPage [data-reveal]{
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity .8s ease,
    transform .8s cubic-bezier(.22,.61,.36,1);
  transition-delay: var(--delay, 0ms);
}

.fleetPage [data-reveal].is-visible{
  opacity: 1;
  transform: translateY(0);
}

/* SECTION */
.fleetSection{
  position: relative;
  padding: 88px 0;
}

.fleetSection--cranes{
  padding-top: calc(var(--header-h) + 42px);
  background:
    radial-gradient(circle at 0% 0%, rgba(244,180,0,.08), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,.34), transparent 36%);
}

body[data-theme="dark"] .fleetSection--cranes{
  background:
    radial-gradient(circle at 0% 0%, rgba(244,180,0,.08), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01) 36%);
}

.fleetSection--cranes .container{
  width: min(1680px, calc(100% - 32px));
  max-width: 1680px;
}

.fleetSection--power{
  background:
    radial-gradient(circle at 100% 10%, rgba(17,65,122,.10), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,.26), rgba(248,250,253,.92));
}

body[data-theme="dark"] .fleetSection--power{
  background:
    radial-gradient(circle at 100% 10%, rgba(17,65,122,.14), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,.01), rgba(255,255,255,.02));
}

.fleetSection--cta{
  padding-top: 24px;
  padding-bottom: 96px;
}

/* HEADINGS */
.fleetHeading{
  max-width: 900px;
  margin: 0 auto 34px;
  text-align:center;
}

.fleetHeading__kicker{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  margin-bottom: 12px;
  color: #0f5aa8;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .18em;
}

body[data-theme="dark"] .fleetHeading__kicker{
  color: #7ec1ff;
}

.fleetHeading__kicker::before{
  content:"";
  width: 34px;
  height: 6px;
  border-radius:999px;
  background: linear-gradient(90deg, var(--fleet-yellow), var(--fleet-yellow-2));
}

.fleetHeading__title{
  margin:0 0 14px;
  color: var(--fleet-ink);
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  line-height: 1.04;
  font-weight: 950;
  letter-spacing: -.03em;
  text-wrap: balance;
}

.fleetHeading__text{
  margin:0 auto;
  max-width: 820px;
  color: var(--fleet-muted);
  line-height: 1.82;
  font-size: 1.02rem;
}

/* CRANE GRID */
.brandGrid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.brandCard{
  --mx:50%;
  --my:20%;
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  gap: 0;
  border-radius: 28px;
  border: 1px solid var(--fleet-line);
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(247,250,255,.94));
  box-shadow: var(--fleet-shadow);
  transition: transform .34s ease, box-shadow .34s ease, border-color .34s ease;
}

body[data-theme="dark"] .brandCard{
  background:
    linear-gradient(180deg, rgba(18,28,43,.96), rgba(22,34,51,.94));
}

.brandCard::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(255,196,0,.15), transparent 28%);
  pointer-events:none;
}

.brandCard:hover{
  transform: translateY(-10px);
  box-shadow: 0 28px 64px rgba(8,27,54,.18);
  border-color: var(--fleet-line-strong);
}

.brandCard__media{
  position:relative;
  min-height: 100%;
  background:
    linear-gradient(145deg, #dce5f2 0%, #edf3fb 100%);
  overflow:hidden;
}

body[data-theme="dark"] .brandCard__media{
  background:
    linear-gradient(145deg, #1d2a3b 0%, #142031 100%);
}

.brandSlider{
  position:relative;
  width:100%;
  height:100%;
  min-height: 430px;
  overflow:hidden;
}

.brandSlider__track{
  position:relative;
  width:100%;
  height:100%;
}

.brandSlider__slide{
  position:absolute;
  inset:0;
  margin:0;
  opacity:0;
  transform: scale(1.04);
  transition: opacity .55s ease, transform .55s ease;
}

.brandSlider__slide.is-active{
  opacity:1;
  transform: scale(1);
}

.brandSlider__slide img{
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: center;
  display:block;
}

.brandSlider__slide::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 34%, rgba(7,34,71,.56) 100%);
}

.brandCard__tag{
  position:absolute;
  left:16px;
  top:16px;
  z-index:3;
  display:inline-flex;
  align-items:center;
  min-height: 34px;
  padding: 0 14px;
  border-radius:999px;
  background: rgba(255,255,255,.92);
  color: #0d2c55;
  border: 1px solid rgba(13,44,85,.08);
  font-size: .78rem;
  letter-spacing: .14em;
  font-weight: 950;
}

.brandSlider__nav{
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  z-index:3;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(7,34,71,.64);
  color:#fff;
  cursor:pointer;
  font-size: 1.4rem;
  line-height: 1;
  display:grid;
  place-items:center;
  transition: background .24s ease, transform .24s ease;
}

.brandSlider__nav:hover{
  background: rgba(7,34,71,.84);
}

.brandSlider__nav--prev{ left: 14px; }
.brandSlider__nav--next{ right: 14px; }

.brandSlider__dots{
  position:absolute;
  left:50%;
  bottom: 14px;
  z-index:3;
  transform: translateX(-50%);
  display:flex;
  gap:8px;
}

.brandSlider__dot{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.36);
  transition: transform .22s ease, background .22s ease;
}

.brandSlider__dot.is-active{
  background: var(--fleet-yellow);
  transform: scale(1.22);
}

.brandCard__body{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap: 14px;
  padding: 24px 28px 24px 24px;
}

.brandCard__logoWrap{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  min-height: 46px;
}

.brandCard__logo{
  display:block;
  max-width: 210px;
  max-height: 46px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.brandCard__title{
  margin:0;
  color: var(--fleet-ink);
  font-size: 1.06rem;
  line-height: 1.25;
  font-weight: 900;
}

.brandCard__text{
  margin:0;
  color: var(--fleet-muted);
  line-height: 1.7;
  font-size: .96rem;
}

/* FICHA TÉCNICA */
.brandCard__specs{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
  margin-top: 6px;
}

.brandCard__specs .brandSpec--stack:first-child{
  grid-column: 1 / -1;
}

.brandSpec--stack{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap: 10px;
  min-height: 94px;
  padding: 14px 14px 14px 16px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,248,230,.98) 0%, rgba(255,239,190,.96) 100%);
  border: 1px solid rgba(244,180,0,.28);
  box-shadow:
    0 10px 24px rgba(244,180,0,.10),
    inset 0 1px 0 rgba(255,255,255,.72);
  overflow: hidden;
}

.brandSpec--stack::before{
  display:none;
}

.brandCard__specs .brandSpec--stack:first-child{
  display:grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items:center;
  gap: 14px;
  min-height: 78px;
}

.brandCard__specs .brandSpec--stack:first-child .brandSpec__miniLabel{
  min-height:auto;
  margin:0;
}

.brandCard__specs .brandSpec--stack:first-child .brandSpec__miniValue{
  justify-self:end;
}

.brandSpec__miniLabel{
  position:relative;
  display:block;
  width:100%;
  min-height: 28px;
  padding-left: 24px;
  padding-right: 0;
  color: #8a6811;
  font-size: .70rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
  line-height: 1.25;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

.brandSpec__miniLabel::before{
  content:"";
  position:absolute;
  left:0;
  top:.30em;
  width: 10px;
  height: 10px;
  border-radius:50%;
  background: linear-gradient(180deg, var(--fleet-yellow), #ef9800);
  box-shadow: 0 0 0 6px rgba(244,180,0,.12);
}

.brandSpec__miniValue{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height: 36px;
  max-width: 100%;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(244,180,0,.22);
  color: var(--fleet-ink);
  font-size: .96rem;
  font-weight: 900;
  line-height: 1.1;
  white-space: normal;
  word-break: keep-all;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.80),
    0 8px 18px rgba(244,180,0,.08);
}

.brandCard__benefits{
  display:grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 2px;
}

.benefitMiniCard{
  display:flex;
  align-items:center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--fleet-line);
  box-shadow: 0 10px 24px rgba(8,27,54,.05);
}

body[data-theme="dark"] .benefitMiniCard{
  background: rgba(255,255,255,.03);
}

.benefitMiniCard__icon{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--fleet-yellow), #ef9800);
  box-shadow: 0 0 0 6px rgba(244,180,0,.12);
  flex: 0 0 auto;
}

.benefitMiniCard__label{
  color: color-mix(in srgb, var(--fleet-ink) 88%, transparent);
  font-size: .92rem;
  line-height: 1.4;
  font-weight: 800;
}

.brandCard__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height: 48px;
  margin-top: auto;
  border-radius: 16px;
  text-decoration:none;
  color: #0d1e34;
  font-weight: 900;
  background: linear-gradient(135deg, var(--fleet-yellow), var(--fleet-yellow-2));
  box-shadow: 0 14px 30px rgba(244,180,0,.18);
  transition: transform .24s ease, box-shadow .24s ease;
}

.brandCard__btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(244,180,0,.24);
}

/* POWER MODULE */
.powerModule{
  display:grid;
  grid-template-columns: minmax(420px, .96fr) minmax(0, 1.04fr);
  gap: 0;
  align-items:center;
  position:relative;
}

.powerModule__visual{
  position:relative;
  z-index:6;
  margin-right: -110px;
}

.powerModule__imageWrap{
  position:relative;
  overflow:visible;
  border-radius: 0;
  min-height: 620px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.powerModule__imageWrap img{
  position:relative;
  z-index:6;
  width:108%;
  height:100%;
  object-fit: contain;
  display:block;
  padding: 0;
  filter: drop-shadow(0 28px 38px rgba(8,27,54,.18));
  transition: opacity .35s ease, transform .35s ease;
}

.powerModule__side{
  position:relative;
  z-index:2;
  margin-left: -54px;
}

.powerModule__tabs{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
}

.powerModule__tabs--desktop{
  position:relative;
  z-index:8;
  margin: 0 0 18px 136px;
}

.powerModule__tabs--mobile{
  display:none;
}

.powerTab{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--fleet-line);
  background: rgba(255,255,255,.92);
  color: #17304f;
  font-weight: 900;
  cursor:pointer;
  transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}

body[data-theme="dark"] .powerTab{
  background: rgba(18,28,43,.92);
  color: #dbe9ff;
}

.powerTab:hover{
  transform: translateY(-1px);
}

.powerTab.is-active{
  border-color: transparent;
  background: linear-gradient(135deg, var(--fleet-yellow), var(--fleet-yellow-2));
  color: #16283d;
  box-shadow: 0 14px 28px rgba(244,180,0,.18);
}

.powerModule__content{
  position:relative;
  z-index:1;
  overflow:hidden;
  padding: 34px 34px 32px 150px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(247,250,255,.94));
  border: 1px solid var(--fleet-line);
  box-shadow: var(--fleet-shadow);
  transform: translateX(-40px);
  opacity: 0;
  transition: transform .8s cubic-bezier(.22,.61,.36,1), opacity .8s ease;
}

body[data-theme="dark"] .powerModule__content{
  background:
    linear-gradient(180deg, rgba(18,28,43,.96), rgba(22,34,51,.94));
}

.powerModule.is-live .powerModule__content{
  transform: translateX(0);
  opacity: 1;
}

.powerModule__title{
  margin: 0 0 12px;
  color: var(--fleet-ink);
  font-size: clamp(1.55rem, 2.3vw, 2.4rem);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -.02em;
}

.powerModule__text{
  margin:0 0 18px;
  color: var(--fleet-muted);
  line-height: 1.82;
  font-size: 1rem;
}

.powerModule__cards{
  display:grid;
  gap: 12px;
}

.powerInfoCard{
  padding: 16px 16px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--fleet-line);
  box-shadow: 0 12px 24px rgba(8,27,54,.05);
  transform: translateX(-28px);
  opacity: 0;
  transition: transform .46s ease, opacity .46s ease;
}

body[data-theme="dark"] .powerInfoCard{
  background: rgba(255,255,255,.03);
}

.powerModule.is-live .powerInfoCard.is-in{
  transform: translateX(0);
  opacity: 1;
}

.powerInfoCard h4{
  margin: 0 0 6px;
  color: var(--fleet-ink);
  font-size: .98rem;
  line-height: 1.25;
  font-weight: 900;
}

.powerInfoCard p{
  margin:0;
  color: var(--fleet-muted);
  line-height: 1.58;
  font-size: .93rem;
}

.powerModule__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height: 48px;
  margin-top: 20px;
  padding: 0 18px;
  border-radius: 16px;
  text-decoration:none;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, #0c315f, #11417a);
  box-shadow: 0 14px 30px rgba(17,65,122,.18);
  transition: transform .24s ease, box-shadow .24s ease;
}

.powerModule__btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(17,65,122,.24);
}

/* CTA */
.fleetCta{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns: minmax(0, 1.1fr) auto;
  gap: 28px;
  align-items:center;
  padding: 34px 34px;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--fleet-blue-900) 0%, var(--fleet-blue-700) 100%);
  color: #fff;
  box-shadow: 0 24px 64px rgba(8,27,54,.22);
}

.fleetCta::before{
  content:"";
  position:absolute;
  right:-110px;
  bottom:-150px;
  width: 320px;
  height: 320px;
  border-radius:50%;
  background: radial-gradient(circle, rgba(255,196,0,.24) 0%, rgba(255,196,0,.06) 46%, transparent 68%);
}

.fleetCta__copy,
.fleetCta__actions{
  position:relative;
  z-index:2;
}

.fleetCta__kicker{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  margin-bottom: 10px;
  color: rgba(255,255,255,.76);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .16em;
}

.fleetCta__kicker::before{
  content:"";
  width: 34px;
  height: 6px;
  border-radius:999px;
  background: linear-gradient(90deg, var(--fleet-yellow), var(--fleet-yellow-2));
}

.fleetCta__title{
  margin:0 0 12px;
  font-size: clamp(1.95rem, 3vw, 3rem);
  line-height: 1.04;
  font-weight: 950;
  letter-spacing: -.03em;
}

.fleetCta__text{
  margin:0;
  max-width: 720px;
  color: rgba(255,255,255,.78);
  line-height: 1.8;
}

.fleetCta__actions{
  display:flex;
  flex-wrap:wrap;
  gap: 12px;
}

.modal.open{
  display:flex;
}

/* RESPONSIVE */
@media (max-width: 1180px){
  .fleetSection--cranes .container{
    width: min(100%, calc(100% - 24px));
    max-width: 100%;
  }

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

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

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

  .brandCard__specs .brandSpec--stack:first-child{
    grid-column: 1 / -1;
  }

  .brandCard__specs .brandSpec--stack:first-child{
    grid-template-columns: minmax(0,1fr) auto;
  }

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

  .powerModule__visual{
    z-index:2;
    margin-right: 0;
  }

  .powerModule__imageWrap{
    min-height: 460px;
  }

  .powerModule__imageWrap img{
    width:100%;
  }

  .powerModule__side{
    margin-left: 0;
    margin-top: 0;
    z-index:1;
  }

  .powerModule__tabs--desktop{
    margin-left: 0;
  }

  .powerModule__content{
    padding-left: 34px;
    transform: translateX(0);
  }
}

@media (max-width: 860px){
  .fleetSection{
    padding: 74px 0;
  }

  .fleetSection--cranes{
    padding-top: calc(var(--header-h) + 28px);
  }

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

  .brandSlider{
    min-height: 360px;
  }

  .brandCard__body{
    padding: 20px 18px 20px;
  }

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

  .brandCard__specs .brandSpec--stack:first-child{
    grid-column: auto;
  }

  .brandCard__specs .brandSpec--stack:first-child{
    grid-template-columns: minmax(0,1fr) auto;
    gap: 12px;
    min-height: auto;
    align-items: center;
  }

  .brandCard__specs .brandSpec--stack:first-child .brandSpec__miniValue{
    justify-self: start;
  }

  .brandSpec--stack{
    min-height: auto;
  }

  .powerModule__imageWrap{
    min-height: 340px;
  }

  .powerModule__tabs--desktop{
    display:none;
  }

  .powerModule__tabs--mobile{
    display:flex;
    position:relative;
    z-index:6;
    margin: 0 0 12px;
  }

  .powerModule__content{
    padding: 26px 20px 22px;
    border-radius: 22px;
  }

  .fleetCta{
    grid-template-columns: 1fr;
    padding: 28px 24px;
  }
}

@media (max-width: 640px){
  .fleetHeading__text,
  .brandCard__text,
  .powerModule__text,
  .powerInfoCard p,
  .fleetCta__text{
    font-size: .95rem;
  }

  .brandCard{
    border-radius: 22px;
  }

  .brandSlider{
    min-height: 300px;
  }

  .brandSlider__nav{
    width: 38px;
    height: 38px;
  }

  .brandCard__tag{
    left: 12px;
    top: 12px;
    min-height: 30px;
    padding: 0 10px;
    font-size: .68rem;
    letter-spacing: .12em;
  }

  .brandCard__logo{
    max-width: 170px;
    max-height: 40px;
  }

  .brandCard__title{
    font-size: 1rem;
  }

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

  .brandCard__specs .brandSpec--stack:first-child,
  .brandCard__specs .brandSpec--stack:nth-child(2){
    grid-column: auto;
  }

  .brandCard__specs .brandSpec--stack:nth-child(3){
    grid-column: 1 / -1;
  }

  .brandCard__specs .brandSpec--stack:first-child{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-template-columns: none;
    gap: 8px;
  }

  .brandCard__specs .brandSpec--stack:first-child .brandSpec__miniValue{
    justify-self: start;
  }

  .brandSpec--stack{
    min-height: 78px;
    padding: 10px 12px;
    border-radius: 16px;
    gap: 8px;
  }

  .brandSpec__miniLabel{
    min-height: auto;
    padding-left: 18px;
    font-size: .60rem;
    letter-spacing: .08em;
    line-height: 1.12;
  }

  .brandSpec__miniLabel::before{
    width: 7px;
    height: 7px;
    top: .34em;
    box-shadow: 0 0 0 4px rgba(244,180,0,.10);
  }

  .brandSpec__miniValue{
    min-height: 30px;
    padding: 0 10px;
    font-size: .78rem;
    line-height: 1.05;
    white-space: nowrap;
    max-width: 100%;
  }

  .benefitMiniCard{
    padding: 12px 12px;
  }

  .benefitMiniCard__label{
    font-size: .88rem;
  }

  .powerModule__imageWrap{
    min-height: 280px;
  }

  .powerModule__tabs--mobile{
    flex-wrap: wrap;
    gap: 8px;
  }

  .powerTab{
    min-height: 40px;
    padding: 0 14px;
    font-size: .86rem;
  }

  .powerModule__title{
    font-size: 1.4rem;
  }

  .fleetSection--cta{
    padding-bottom: 74px;
  }

  .fleetCta__actions{
    width:100%;
  }

  .fleetCta__actions .btn{
    width:100%;
    justify-content:center;
  }
}

@media (max-width: 460px){
  .fleetSection--cranes{
    padding-top: calc(var(--header-h) + 22px);
  }

  .fleetHeading{
    margin-bottom: 24px;
  }

  .brandSlider{
    min-height: 250px;
  }

  .brandCard__title{
    font-size: .96rem;
  }

  .brandCard__text{
    font-size: .9rem;
  }

  .benefitMiniCard__label{
    font-size: .84rem;
  }

  .brandSpec__miniValue{
    font-size: .88rem;
  }
}
