body.sm-service-landing-page .entry-header,
body.sm-service-landing-page .page-header,
body.sm-service-landing-page .entry-title {
  display: none !important;
}
body.sm-service-landing-page .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.sm-service-page,
.sm-service-page * {
  box-sizing: border-box;
}
.sm-service-page {
  color: #17283b;
}
.sm-service-page__inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}
.sm-service-page__hero {
  padding: 92px 0;
  background: #17283b;
  color: #fff;
}
.sm-service-page__eyebrow,
.sm-service-page__section-label {
  color: #ed1c24;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
}
.sm-service-page h1 {
  max-width: 850px;
  margin: 16px 0 20px;
  color: #fff;
  font-size: clamp(44px, 6vw, 78px);
  line-height: .98;
  letter-spacing: -.05em;
}
.sm-service-page__hero p {
  max-width: 760px;
  margin: 0;
  color: #d8e0e8;
  font-size: 19px;
  line-height: 1.6;
}
.sm-service-page__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.sm-service-page__buttons a,
.sm-service-page__buttons a:visited,
.sm-service-page__buttons a:hover,
.sm-service-page__buttons a:focus {
  padding: 14px 20px;
  background: #ed1c24;
  border: 1px solid #ed1c24;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
  text-transform: uppercase;
}
.sm-service-page__buttons a.is-secondary {
  background: transparent;
  color: inherit;
}
.sm-service-page__contacts,
.sm-service-page__process {
  padding: 64px 0;
  background: #f3f6f8;
}
.sm-service-page__contact-grid,
.sm-service-page__service-grid,
.sm-service-page__process-grid {
  display: grid;
  gap: 18px;
}
.sm-service-page__contact-grid {
  grid-template-columns: repeat(3, 1fr);
}
.sm-service-page__contact-grid article,
.sm-service-page__service-grid article,
.sm-service-page__process-grid article {
  padding: 28px;
  background: #fff;
  border: 1px solid #dfe5ea;
  border-radius: 8px;
}
.sm-service-page__contact-grid span,
.sm-service-page__contact-grid strong {
  display: block;
}
.sm-service-page__contact-grid span {
  color: #687482;
  font-size: 11px;
  font-weight: 900;
}
.sm-service-page__contact-grid strong {
  margin: 9px 0;
  font-size: 23px;
}
.sm-service-page__contact-grid a,
.sm-service-page__contact-grid a:visited {
  color: #ed1c24;
  font-weight: 900;
  text-decoration: none !important;
  text-transform: uppercase;
}
.sm-service-page__services,
.sm-service-page__note {
  padding: 72px 0;
  background: #fff;
}
.sm-service-page h2 {
  max-width: 800px;
  margin: 12px 0 16px;
  color: #17283b;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1;
  letter-spacing: -.04em;
}
.sm-service-page__intro {
  max-width: 760px;
  margin: 0 0 36px;
  color: #647080;
  font-size: 17px;
  line-height: 1.6;
}
.sm-service-page__service-grid {
  grid-template-columns: repeat(3, 1fr);
}
.sm-service-page__service-grid article > span,
.sm-service-page__process-grid article > span {
  color: #ed1c24;
  font-size: 14px;
  font-weight: 900;
}
.sm-service-page h3 {
  margin: 14px 0 10px;
  color: #17283b;
  font-size: 21px;
  line-height: 1.15;
}
.sm-service-page article p,
.sm-service-page__note p,
.sm-service-page__cta p {
  margin: 0;
  color: #647080;
  line-height: 1.6;
}
.sm-service-page__note {
  background: #17283b;
  color: #fff;
}
.sm-service-page__note .sm-service-page__inner,
.sm-service-page__cta .sm-service-page__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center;
}
.sm-service-page__note h2,
.sm-service-page__note p {
  color: #fff;
}
.sm-service-page__process-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 34px;
}
.sm-service-page__cta {
  padding: 72px 0;
  background: #fff;
}
.sm-service-page__cta .sm-service-page__buttons {
  justify-content: flex-end;
  margin-top: 0;
}
.sm-service-page__cta .is-secondary {
  color: #ed1c24 !important;
}
@media (max-width: 820px) {
  .sm-service-page__contact-grid,
  .sm-service-page__service-grid {
    grid-template-columns: 1fr;
  }
  .sm-service-page__process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sm-service-page__note .sm-service-page__inner,
  .sm-service-page__cta .sm-service-page__inner {
    grid-template-columns: 1fr;
  }
  .sm-service-page__cta .sm-service-page__buttons {
    justify-content: flex-start;
  }
}
@media (max-width: 560px) {
  .sm-service-page__hero {
    padding: 64px 0;
  }
  .sm-service-page h1 {
    font-size: 43px;
  }
  .sm-service-page__contacts,
  .sm-service-page__services,
  .sm-service-page__note,
  .sm-service-page__process,
  .sm-service-page__cta {
    padding: 48px 0;
  }
  .sm-service-page__process-grid {
    grid-template-columns: 1fr;
  }
}


/* SM SERVICE SHARED HERO FULL WIDTH .129 */

body.sm-service-landing-page .sm-service-page__shared-hero {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: none;
    margin-left: -50vw;
    margin-right: -50vw;
}

body.sm-service-landing-page .sm-service-page__shared-hero .sm-home-preview__hero {
    width: 100vw;
    max-width: none;
    margin: 0;
}

body.sm-service-landing-page .sm-service-page__shared-hero .sm-home-preview__brands {
    width: 100%;
    max-width: none;
}

@media (max-width: 767px) {
    body.sm-service-landing-page .sm-service-page__shared-hero {
        left: 50%;
        width: 100vw;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    body.sm-service-landing-page .sm-service-page__shared-hero .sm-home-preview__hero {
        width: 100vw;
    }
}


/* SM SERVICE HERO CLEANUP .130 */

/* Ukloni Ford / Chery tekst i CTA sa samih video panela */
body.sm-service-landing-page
.sm-service-page__shared-hero
.sm-home-preview__brand-content {
    display: none !important;
}

/* Centrirani brand logotipi */
body.sm-service-landing-page
.sm-service-page__shared-hero
.sm-home-preview__brand::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: clamp(150px, 15vw, 260px);
    height: clamp(70px, 8vw, 130px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

body.sm-service-landing-page
.sm-service-page__shared-hero
.sm-home-preview__brand--ford::after {
    background-image: url("/wp-content/uploads/savamotors/brand-assets/ford-blue-oval-official.svg");
}

body.sm-service-landing-page
.sm-service-page__shared-hero
.sm-home-preview__brand--chery::after {
    background-image: url("/wp-content/uploads/2026/07/chery-logo-black.png");
    filter: brightness(0) invert(1);
}

/* Info box — manja tipografija */
body.sm-service-landing-page
.sm-service-page__shared-hero
.sm-home-preview__intro {
    width: min(520px, calc(100% - 48px));
    padding: clamp(24px, 3vw, 42px);
}

body.sm-service-landing-page
.sm-service-page__shared-hero
.sm-home-preview__title {
    font-size: clamp(38px, 4.6vw, 68px);
    line-height: 0.96;
}

body.sm-service-landing-page
.sm-service-page__shared-hero
.sm-home-preview__lead {
    font-size: clamp(13px, 1.15vw, 17px);
    line-height: 1.45;
}

body.sm-service-landing-page
.sm-service-page__shared-hero
.sm-home-preview__kicker {
    font-size: 9px;
}

body.sm-service-landing-page
.sm-service-page__shared-hero
.sm-home-preview__intro-actions a {
    font-size: 10px;
    padding: 10px 16px;
}

@media (max-width: 767px) {
    body.sm-service-landing-page
    .sm-service-page__shared-hero
    .sm-home-preview__brand::after {
        width: clamp(105px, 28vw, 155px);
        height: 70px;
    }

    body.sm-service-landing-page
    .sm-service-page__shared-hero
    .sm-home-preview__title {
        font-size: clamp(30px, 9vw, 44px);
    }

    body.sm-service-landing-page
    .sm-service-page__shared-hero
    .sm-home-preview__intro {
        width: calc(100% - 32px);
        padding: 22px;
    }
}


/* SM SERVICE FORD LOGO WHITE .131 */
body.sm-service-landing-page
.sm-service-page__shared-hero
.sm-home-preview__brand--ford::after {
    filter: brightness(0) invert(1);
}


/* SM SERVICE FORD TRANSPARENT PNG .132 */
body.sm-service-landing-page
.sm-service-page__shared-hero
.sm-home-preview__brand--ford::after {
    background-image: url("/wp-content/uploads/2026/08/Ford_Oval_Blue_Screen_RGB_v1-scaled.png") !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    filter: none !important;
    width: clamp(150px, 14vw, 240px) !important;
    height: clamp(70px, 8vw, 120px) !important;
}


/* SM SERVICE OFFICIAL FORD OVAL .133 */
body.sm-service-landing-page
.sm-service-page__shared-hero
.sm-home-preview__brand--ford::after {
    background-image: url("/wp-content/uploads/savamotors/brand-assets/ford-blue-oval-official.svg") !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    filter: none !important;
    width: clamp(150px, 13vw, 230px) !important;
    height: clamp(70px, 7vw, 110px) !important;
}
