.lm-postventa-page {
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
  background: #ffffff;
  color: #000;
  /* color: #0b4a30; */
  font-family: "Montserrat", Arial, sans-serif;
}

.lm-postventa-container {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.lm-postventa-hero {
  min-height: clamp(210px, 17vw, 300px);
  display: flex;
  align-items: center;
  background-image: var(--lm-postventa-hero);
  background-position: center;
  background-size: cover;
}

.lm-postventa-hero p {
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lm-postventa-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lm-postventa-intro {
  padding: clamp(44px, 4.5vw, 78px) 0 0;
  text-align: center;
  background: linear-gradient(#ffffff 0 58%, #f0f2ea 58% 100%);
}

.lm-postventa-intro__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lm-postventa-intro__icon {
  width: clamp(58px, 5vw, 82px);
  height: auto;
  margin-bottom: 22px;
}

.lm-postventa-intro h2 {
  margin: 0 0 14px;
  color: #0b4a30;
  font-size: clamp(21px, 2.1vw, 30px);
  line-height: 1.05;
  font-weight: 800;
  text-transform: uppercase;
}

.lm-postventa-copy {
  color: #1e3028;
  font-size: 17px;
  line-height: 1.45;
}

.lm-postventa-copy p:last-child {
  margin-bottom: 0;
}

.lm-postventa-intro .lm-postventa-copy {
  /* width: min(860px, 100%); */
  margin: 0 15rem;
}

.lm-postventa-intro__cars {
  width: min(1060px, 100%);
  height: auto;
  display: block;
  margin-top: 4px;
}

.lm-postventa-intro__cars--trio {
  position: relative;
  width: min(1180px, 100%);
  height: clamp(230px, 34vw, 340px);
  margin-top: 0;
  margin-bottom: 4rem;
}

.lm-postventa-intro__car {
  position: absolute;
  width: min(47vw, 610px);
  height: auto;
  object-fit: contain;
}

.lm-postventa-intro__car--left {
  left: 2%;
  bottom: 12%;
  z-index: 1;
}

.lm-postventa-intro__car--center {
  left: 50%;
  bottom: 0;
  z-index: 3;
  width: min(49vw, 650px);
  transform: translateX(-50%);
}

.lm-postventa-intro__car--right {
  right: 2%;
  bottom: 12%;
  z-index: 2;
}

.lm-postventa-turnos {
  /* padding: clamp(76px, 7vw, 118px) 0 clamp(66px, 7vw, 112px); */
  padding: 0px;
  background: #ffffff;
}

.lm-postventa-turnos__grid {
  display: grid;
  grid-template-columns: minmax(290px, 360px) minmax(480px, 650px);
  gap: clamp(90px, 12vw, 210px);
  align-items: start;
  justify-content: center;
}

.lm-postventa-turnos__copy h2 {
  margin: 0 0 12px;
  color: #0b4a30;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}

.lm-postventa-turnos__image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  margin-top: -1.5rem;
}

.lm-postventa-turnos__copy h2 {
  margin-top: 4.5rem;
}

.lm-postventa-actions {
  width: min(260px, 100%);
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.lm-postventa-btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 0;
  color: #0b4a30;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.22s ease,
    filter 0.22s ease;
}

.lm-postventa-btn:hover,
.lm-postventa-btn:focus {
  color: #0b4a30;
  text-decoration: none;
  transform: translateY(-2px);
  filter: brightness(0.97);
}

.lm-postventa-btn--lime {
  background: #d7e86c;
}

.lm-postventa-btn i {
  margin-right: 8px;
  font-size: 18px;
  color: white;
}

/* .lm-postventa-btn--green {
    background: #0b4a30;
    color: #ffffff;
}

.lm-postventa-btn--green:hover,
.lm-postventa-btn--green:focus {
    color: #ffffff;
} */

.lm-postventa-feature {
  padding: 0 0 clamp(122px, 10vw, 190px);
  background: #ffffff;
  margin-top: 4rem;
}

.lm-postventa-feature-img img {
  width: min(960px, 61vw);
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.lm-postventa-services {
  padding: 0 0 clamp(112px, 5vw, 180px);
  background: #0b4a30;
}

.lm-postventa-tabs {
  display: grid;
  /* grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  */
  grid-auto-flow: column;
  transform: translateY(-1px);
  position: relative;
  top: -3rem;
}

.lm-postventa-tab {
  min-height: 92px;
  padding: 14px 18px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  background: #d7e86c;
  color: #0b4a30;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease;
  border-radius: 10px 10px 0px 0px;
}

.lm-postventa-tab.is-active {
  background: #0b4a30;
  font-weight: 800;
  color: #ffffff;
}

.lm-postventa-panels {
  background: #f1f2ea;
  border-radius: 0 0 8px 8px;
  position: relative;
  top: -3rem;
}

.lm-postventa-panel {
  min-height: 370px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: clamp(70px, 9vw, 150px);
  align-items: start;
  padding: clamp(78px, 6vw, 112px) clamp(76px, 7vw, 130px);
}

.lm-postventa-panel.is-active {
  display: grid;
}

.lm-postventa-panel[hidden] {
  display: none;
}

.lm-postventa-panel h3 {
  margin: 0 0 28px;
  color: #1e3028;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.lm-postventa-panel__media {
  display: grid;
  justify-items: center;
  gap: 18px;
}

.lm-postventa-panel__media>img {
  max-width: 280px;
  max-height: 230px;
  object-fit: contain;
}

.lm-postventa-app-mock {
  position: relative;
  width: 320px;
  height: 220px;
}

.lm-postventa-app-mock__icon {
  position: absolute;
  left: 8px;
  top: 44px;
  width: 126px;
  height: 126px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  background: #0b4a30;
  color: #d7e86c;
  font-size: 38px;
  font-weight: 900;
  letter-spacing: 0;
}

.lm-postventa-app-mock__phone {
  position: absolute;
  left: 130px;
  top: 20px;
  width: 92px;
  height: 160px;
  border: 8px solid #101812;
  border-radius: 18px;
  background: linear-gradient(135deg, #d7e86c, #0b4a30);
  transform: rotate(12deg);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.lm-postventa-app-mock::after {
  content: "App Store   Google Play";
  position: absolute;
  left: 0;
  bottom: 4px;
  color: #ffffff;
  background: #080808;
  border-radius: 5px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  word-spacing: 16px;
}

.lm-postventa-stores {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.lm-postventa-stores img {
  height: 42px;
  width: auto;
  display: block;
}

.lm-postventa-cta {
  padding: 0 0 clamp(128px, 11vw, 190px);
  background: linear-gradient(#0b4a30 0 42%, #ffffff 42% 100%);
}

.lm-postventa-cta__banner {
  min-height: clamp(280px, 24vw, 420px);
  display: flex;
  align-items: center;
  padding: clamp(48px, 5vw, 82px);
  background-image: var(--lm-postventa-cta);
  background-position: center;
  background-size: cover;
}

.lm-postventa-cta__banner>div {
  width: min(460px, 100%);
}

.lm-postventa-cta h2 {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.1;
  font-weight: 900;
}

.line-progress {
  width: 30%;
  height: clamp(2px, 1vw, 4px);
  background: #3b996f;
  border-radius: 999px;
  position: relative;
  margin: 2.5rem 0;
}

.line-progress::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.5em;
  width: clamp(8px, 2vw, 20px);
  height: clamp(2px, 1vw, 4px);
  background: #3b996f;
  border-radius: 20%;
  transform: translateY(-50%);
  box-shadow:
    1.5em 0 #3b996f,
    3em 0 #3b996f;
}

.lm-manuals br {
  display: none;
}

.lm-postventa-panel.lmp-editor-active {
  grid-template-columns: none;
}

@media (max-width: 991px) {

  .lm-postventa-turnos__grid,
  .lm-postventa-panel.is-active {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .lm-postventa-feature-img img {
    width: 86vw;
  }

  .lm-postventa-panel {
    padding: 48px 36px;
  }
}

@media (max-width: 767px) {
  .lm-postventa-container {
    width: min(100% - 48px, 520px);
  }

  .lm-postventa-hero {
    min-height: 95px;
    align-items: flex-end;
    padding-bottom: 12px;
    background-image: var(--lm-postventa-hero-mobile);
    background-position: center;
  }

  .lm-postventa-hero p {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 1;
  }

  .lm-postventa-hero h1 {
    font-size: 26px;
    line-height: 0.9;
  }

  .lm-postventa-intro {
    padding-top: 26px;
    background: linear-gradient(#ffffff 0 64%, #f0f2ea 64% 100%);
  }

  .lm-postventa-intro__icon {
    width: 64px;
    margin-bottom: 20px;
  }

  .lm-postventa-intro h2 {
    width: min(300px, 100%);
    margin-bottom: 0;
    font-size: 20px;
    line-height: 0.98;
    padding: 0px 1rem;
  }

  .lm-postventa-intro .lm-postventa-copy {
    display: none;
  }

  .lm-postventa-intro__cars--trio {
    width: 100vw;
    height: 166px;
    margin-top: 8px;
    margin-bottom: 2rem;
  }

  .lm-postventa-turnos__copy h2 {
    margin-top: 0rem;
  }

  .lm-postventa-intro__car {
    width: 65vw;
    max-width: 360px;
  }

  .lm-postventa-intro__car--left {
    left: -5%;
    bottom: 20%;
  }

  .lm-postventa-intro__car--right {
    right: -5%;
    bottom: 20%;
  }

  .lm-postventa-intro__car--center {
    width: 73vw;
    max-width: 360px;
    bottom: 0;
  }

  .lm-postventa-turnos {
    padding: 56px 0 0;
  }

  .lm-postventa-turnos__grid {
    width: 100%;
    gap: 44px;
  }

  .lm-postventa-turnos__copy {
    width: min(100% - 48px, 520px);
    margin: 0 auto;
  }

  .lm-postventa-turnos__copy h2 {
    margin-bottom: 9px;
    font-size: 18px;
  }

  .lm-postventa-turnos__copy .lm-postventa-copy {
    font-size: 13px;
    line-height: 1.18;
  }

  .lm-postventa-actions {
    width: 100%;
    gap: 12px;
    margin-top: 22px;
  }

  .lm-postventa-btn {
    min-height: 52px;
    font-size: 13px;
  }

  .lm-postventa-turnos__image {
    width: 100vw;
    aspect-ratio: 1.25;
    max-height: none;
    object-fit: cover;
  }

  .lm-postventa-tabs {
    grid-template-columns: 1fr;
    transform: none;
  }

  .lm-postventa-tab {
    min-height: 66px;
    font-size: 11px;
    padding: 10px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  }

  .lm-postventa-panel {
    min-height: 0;
    padding: 34px 10px 0px;
    gap: 28px;
  }

  .lm-postventa-feature {
    padding-bottom: 0;
  }

  .lm-postventa-feature-img img {
    width: 100vw;
    min-height: 0;
    aspect-ratio: 1.25;
    object-fit: cover;
  }

  .lm-postventa-services {
    padding: 0;
    background: #ffffff;
  }

  .lm-postventa-services>.lm-postventa-container {
    width: calc(100% - 40px);
  }

  .lm-postventa-panels {
    border-radius: 0;
    background: #ffffff;
  }

  .lm-postventa-panel.is-active {
    grid-template-columns: 1fr;
  }

  .lm-postventa-panel h3 {
    margin-bottom: 18px;
    font-size: 11px;
    line-height: 1.2;
  }

  .lm-postventa-panel .lm-postventa-copy {
    font-size: 10px;
    line-height: 1.12;
  }

  .lm-postventa-panel__media {
    gap: 10px;
  }

  .lm-postventa-panel__media>img {
    max-width: 190px;
    max-height: 150px;
  }

  .lm-postventa-app-mock {
    width: 238px;
    height: 170px;
  }

  .lm-postventa-app-mock__icon {
    width: 92px;
    height: 92px;
    border-radius: 20px;
    font-size: 30px;
  }

  .lm-postventa-app-mock__phone {
    left: 98px;
    width: 70px;
    height: 122px;
    border-width: 6px;
  }

  .lm-postventa-cta {
    padding: 0;
    background: #ffffff;
  }

  .lm-postventa-cta .lm-postventa-container {
    width: 100%;
  }

  .lm-postventa-cta__banner {
    min-height: 292px;
    align-items: flex-end;
    padding: 0 38px 28px;
    background-position: calc(100% - -100px);
    background-repeat: no-repeat !important;
    background-size: cover;
  }

  .lm-postventa-cta__banner>div {
    width: 100%;
  }

  .lm-postventa-cta h2 {
    width: 245px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.08;
  }

  .lm-postventa-cta .lm-postventa-btn {
    width: 100%;
    min-height: 46px;
    font-size: 11px;
  }

  /* Benefis line */

  .line-progress {
    display: none;
    width: 90%;
  }

  .line-progress::after {
    right: -2.5em;
  }

  /* Panels */

  .lm-postventa-services {
    padding-bottom: 3.5rem;
  }

  .lm-postventa-tabs,
  .lm-postventa-panels {
    top: 0rem;
  }

  /* .lm-postventa-feature {
    padding-bottom: 3rem;
  } */
}