.sla-hero .sh-title {
  max-width: 26ch;
}

.sla-hero .sh-subtitle {
  max-width: 40ch;
}

.sla-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.sla-hero .u-sheet-1,
.sla-slide .u-sheet-1 {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

.sla-slide {
  padding-block: clamp(72px, 10vw, 124px);
  border-top: 1px solid rgba(133, 213, 161, 0.18);
}

.sla-slide:nth-of-type(odd) {
  background: linear-gradient(180deg, rgba(8, 19, 23, 0.65), rgba(6, 15, 18, 0.92));
}

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

.sla-philosophy-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 28px;
  align-items: center;
}

.sla-philosophy-media {
  display: flex;
  justify-content: center;
}

.sla-philosophy-media img {
  width: min(560px, 100%);
  border-radius: 18px;
  box-shadow: none;
}

.sla-step-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.sla-step-head::after {
  content: "";
  margin-left: auto;
  width: 360px;
  height: 250px;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  background-repeat: no-repeat;
}

.sla-step-num {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  padding: 0;
  flex: 0 0 48px;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid rgba(133, 213, 161, 0.7);
  box-shadow: inset 0 0 12px rgba(133, 213, 161, 0.2), 0 0 16px rgba(133, 213, 161, 0.15);
  color: #e8fffb;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sla-highlight {
  color: #e8fffb;
  font-weight: 600;
}

.sla-final-cta {
  margin-top: 18px;
}

#sla-paso-1 .sla-step-head::after {
  background-image:
    linear-gradient(rgba(133, 213, 161, 0.9), rgba(133, 213, 161, 0.9)),
    linear-gradient(rgba(133, 213, 161, 0.55), rgba(133, 213, 161, 0.55)),
    linear-gradient(rgba(133, 213, 161, 0.28), rgba(133, 213, 161, 0.28));
  background-size: 140px 6px, 96px 6px, 140px 78px;
  background-position: 108px 58px, 130px 90px, 108px 122px;
}

#sla-paso-2 .sla-step-head::after {
  background-image:
    radial-gradient(circle at center, rgba(133, 213, 161, 0.95) 0 4px, transparent 5px),
    linear-gradient(rgba(133, 213, 161, 0.52), rgba(133, 213, 161, 0.52)),
    linear-gradient(rgba(133, 213, 161, 0.52), rgba(133, 213, 161, 0.52));
  background-size: 34px 34px, 132px 6px, 6px 76px;
  background-position: 88px 128px, 118px 104px, 246px 104px;
}

#sla-paso-3 .sla-step-head::after {
  background-image:
    linear-gradient(90deg, rgba(133, 213, 161, 0.9), rgba(133, 213, 161, 0.4)),
    radial-gradient(circle at center, rgba(133, 213, 161, 0.95) 0 3px, transparent 4px),
    linear-gradient(rgba(133, 213, 161, 0.5), rgba(133, 213, 161, 0.5));
  background-size: 172px 6px, 30px 30px, 6px 52px;
  background-position: 64px 180px, 236px 66px, 248px 96px;
}

#sla-paso-4 .sla-step-head::after {
  background-image:
    linear-gradient(rgba(133, 213, 161, 0.9), rgba(133, 213, 161, 0.9)),
    linear-gradient(rgba(133, 213, 161, 0.55), rgba(133, 213, 161, 0.55)),
    linear-gradient(135deg, transparent 45%, rgba(133, 213, 161, 0.95) 46% 56%, transparent 57%);
  background-size: 116px 6px, 78px 6px, 34px 34px;
  background-position: 136px 74px, 136px 114px, 76px 98px;
}

#sla-paso-5 .sla-step-head::after {
  background-image:
    linear-gradient(rgba(133, 213, 161, 0.88), rgba(133, 213, 161, 0.88)),
    linear-gradient(rgba(133, 213, 161, 0.5), rgba(133, 213, 161, 0.5)),
    linear-gradient(rgba(133, 213, 161, 0.5), rgba(133, 213, 161, 0.5));
  background-size: 126px 6px, 6px 66px, 86px 6px;
  background-position: 118px 74px, 118px 102px, 188px 172px;
}

#sla-paso-6 .sla-step-head::after {
  background-image:
    linear-gradient(rgba(133, 213, 161, 0.9), rgba(133, 213, 161, 0.9)),
    linear-gradient(rgba(133, 213, 161, 0.55), rgba(133, 213, 161, 0.55)),
    radial-gradient(circle at center, rgba(133, 213, 161, 0.85) 0 3px, transparent 4px);
  background-size: 140px 6px, 6px 84px, 26px 26px;
  background-position: 104px 92px, 232px 92px, 222px 186px;
}

.sla-slide .casos-card,
.sla-slide .casos-solution-card,
.sla-slide .sh-card {
  min-height: 100%;
}

@media (min-width: 1280px) {
  .sla-slide {
    scroll-margin-top: 120px;
  }
}

@media (max-width: 767px) {
  .sla-philosophy-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sla-step-head {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .sla-step-num {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    flex-basis: 40px;
    font-size: 0.9rem;
  }

  .sla-step-head::after {
    margin-left: 0;
    width: 230px;
    height: 160px;
  }
}
