.ec-extra-services {
  color: #171c43;
  background: #edf9fc;
  padding: 56px 0 42px;
  font-family: Inter, Arial, Helvetica, sans-serif;
}
.ec-extra-services *, .ec-extra-services *::before, .ec-extra-services *::after { box-sizing: border-box; }
.ec-extra-services__inner { max-width: 1320px; margin: 0 auto; padding: 0 32px; }
.ec-extra-services__heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; }
.ec-extra-services__eyebrow { margin: 0 0 12px; display: flex; align-items: center; gap: 10px; font-size: 12px; line-height: 1.5; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.ec-extra-services__eyebrow::before { content: ""; width: 25px; height: 3px; background: #ff434c; }
.ec-extra-services h2 { margin: 0; font-size: clamp(28px, 3vw, 36px); line-height: 1.15; letter-spacing: -.035em; }
.ec-extra-services__intro { margin: 0 0 3px; font-size: 16px; line-height: 1.65; color: #626779; max-width: 330px; }
.ec-extra-services__list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); list-style: none; padding: 0; margin: 42px 0 36px; }
.ec-extra-services__item { padding: 0 23px; border-left: 1px solid #d2e2e8; min-width: 0; }
.ec-extra-services__item:first-child { padding-left: 0; border-left: 0; }
.ec-extra-services__item:last-child { padding-right: 0; }
.ec-extra-services__icon { display: block; width: 42px; height: 42px; margin-bottom: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.ec-extra-services__icon .accent { stroke: #ed3945; }
.ec-extra-services h3 { margin: 0 0 9px; font-size: 17px; line-height: 1.35; font-weight: 700; letter-spacing: -.02em; }
.ec-extra-services__item p { margin: 0; max-width: 180px; font-size: 14px; line-height: 1.6; color: #626779; }
.ec-extra-services__action { border-top: 1px solid #d2e2e8; padding-top: 25px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.ec-extra-services__action p { margin: 0; font-size: 16px; line-height: 1.55; }
.ec-extra-services__action a { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 25px; border-radius: 6px; padding: 13px 23px; background: #171c43; color: #fff; font-size: 15px; font-weight: 600; line-height: 1.4; text-decoration: none; }
.ec-extra-services__action a:hover { background: #2b3467; }
.ec-extra-services__action a:focus-visible { outline: 3px solid #627ddd; outline-offset: 4px; }
.ec-extra-services__arrow { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 1000px) {
  .ec-extra-services__list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 0; }
  .ec-extra-services__item:nth-child(4) { padding-left: 0; border-left: 0; }
}
@media (max-width: 620px) {
  .ec-extra-services { padding: 34px 0 28px; }
  .ec-extra-services__inner { padding: 0 20px; }
  .ec-extra-services__heading { display: block; }
  .ec-extra-services__intro { margin: 15px 0 0; font-size: 15px; }
  .ec-extra-services__list { display: block; margin: 23px 0 26px; }
  .ec-extra-services__item, .ec-extra-services__item:first-child, .ec-extra-services__item:last-child, .ec-extra-services__item:nth-child(4) { display: grid; grid-template-columns: 32px minmax(0,1fr); column-gap: 17px; border: 0; padding: 17px 0; }
  .ec-extra-services__item + .ec-extra-services__item { border-top: 1px solid #d2e2e8; }
  .ec-extra-services__icon { width: 30px; height: 30px; margin: 2px 0 0; grid-row: 1 / 3; }
  .ec-extra-services h3 { margin-bottom: 4px; font-size: 17px; }
  .ec-extra-services__item p { max-width: none; font-size: 14px; }
  .ec-extra-services__action { align-items: stretch; flex-direction: column; gap: 17px; padding-top: 22px; }
  .ec-extra-services__action p { font-size: 15px; }
  .ec-extra-services__action a { width: 100%; }
}

/* Standalone hero photo: intrinsic size also works without aspect-ratio.
 * Keep the shared legacy image sprite unchanged for EasyBag and cached markup. */
.hero-photo.hero-photo-fleet::before { display: none; }
.hero-photo.hero-photo-fleet img { position: static; display: block; width: 100%; max-width: 100%; height: auto; left: auto; top: auto; }
