body.solution-detail-page article.post.featured {
  width: min(1240px, calc(100% - 2rem));
}

body.solution-detail-page .lt-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.42rem;
  margin: 0 0 1.25rem;
  color: rgba(24, 33, 43, 0.62);
  font-size: 0.92rem;
  line-height: 1.5;
}

body.solution-detail-page .lt-breadcrumb a {
  color: #355428;
  font-weight: 600;
}

body.solution-detail-page .lt-breadcrumb [aria-current="page"] {
  color: rgba(24, 33, 43, 0.78);
  font-weight: 700;
}

body.solution-detail-page .lt-detailHero {
  overflow: hidden;
  padding: clamp(1.6rem, 3vw, 2.35rem);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(175, 230, 126, 0.18), rgba(255, 255, 255, 0.98) 45%, rgba(228, 238, 248, 0.9));
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

body.solution-detail-page .lt-detailHeroGrid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(180px, 240px);
  gap: clamp(1rem, 2.5vw, 2rem);
  align-items: center;
}

body.solution-detail-page .lt-detailHeroContent {
  min-width: 0;
}

body.solution-detail-page .lt-detailHero .major {
  margin: 0 !important;
  text-align: left !important;
}

body.solution-detail-page .lt-detailHeroVisual {
  margin: 0;
  justify-self: end;
  width: min(100%, 15rem);
  line-height: 0;
}

body.solution-detail-page .lt-detailHeroVisual picture,
body.solution-detail-page .lt-detailVisual picture {
  display: block;
}

body.solution-detail-page .lt-detailHeroVisual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
  background: #ffffff;
}

body.solution-detail-page .lt-detailHero p {
  max-width: 70ch;
  margin: 0.95rem 0 0;
}

body.solution-detail-page .lt-detailHero .lt-heroSupport {
  color: rgba(24, 33, 43, 0.72);
}

body.solution-detail-page .lt-detailHero .lt-trustNote {
  color: rgba(24, 33, 43, 0.68);
  font-size: 0.94rem;
}

body.solution-detail-page .lt-detailSection {
  margin-top: 2.25rem;
}

body.solution-detail-page .lt-detailSection > p,
body.solution-detail-page .lt-sectionClose {
  max-width: 72ch;
  margin: 0;
}

body.solution-detail-page article.post.featured p,
body.solution-detail-page article.post.featured li {
  text-align: left;
}

body.solution-detail-page .lt-cardGrid,
body.solution-detail-page .lt-stepGrid,
body.solution-detail-page .lt-compareGrid,
body.solution-detail-page .lt-relatedGrid,
body.solution-detail-page .lt-faqGrid {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

body.solution-detail-page .lt-cardGrid--audience {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

body.solution-detail-page .lt-cardGrid--problems {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

body.solution-detail-page .lt-cardGrid--proof {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

body.solution-detail-page .lt-stepGrid {
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
}

body.solution-detail-page .lt-compareGrid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

body.solution-detail-page .lt-relatedGrid {
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
}

body.solution-detail-page .lt-faqGrid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

body.solution-detail-page .lt-detailCard,
body.solution-detail-page .lt-stepCard,
body.solution-detail-page .lt-relatedCard,
body.solution-detail-page .lt-faqItem,
body.solution-detail-page .lt-listPanel {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

body.solution-detail-page .lt-detailCard,
body.solution-detail-page .lt-relatedCard,
body.solution-detail-page .lt-faqItem {
  padding: 1.2rem;
}

body.solution-detail-page .lt-detailCard p,
body.solution-detail-page .lt-relatedCard p,
body.solution-detail-page .lt-faqItem p {
  margin: 0;
}

body.solution-detail-page .lt-fitLine {
  color: rgba(24, 33, 43, 0.72);
}

body.solution-detail-page .lt-stepCard {
  position: relative;
  padding: 1.2rem 1.2rem 1.15rem 3.8rem;
}

body.solution-detail-page .lt-stepNumber {
  position: absolute;
  top: 1.05rem;
  left: 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(175, 230, 126, 0.28);
  color: #274218;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
}

body.solution-detail-page .lt-listPanel {
  margin-top: 1rem;
  padding: 1.25rem 1.3rem;
}

body.solution-detail-page .lt-listPanel ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 0.35rem 1.5rem;
}

body.solution-detail-page .lt-detailVisual {
  width: min(100%, 44rem);
  margin: 1.2rem auto 0;
  line-height: 0;
}

body.solution-detail-page .lt-detailVisual--friction {
  width: min(100%, 42rem);
}

body.solution-detail-page .lt-detailVisual--compare {
  width: min(100%, 48rem);
}

body.solution-detail-page .lt-detailVisual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.10);
  background: #ffffff;
}

body.solution-detail-page .lt-compareCard--highlight {
  background:
    linear-gradient(180deg, rgba(175, 230, 126, 0.16), rgba(255, 255, 255, 0.96));
}

body.solution-detail-page .lt-sectionClose {
  margin-top: 1rem;
}

body.solution-detail-page .lt-relatedCard {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

body.solution-detail-page .lt-proofNote {
  margin-top: 1rem;
  color: rgba(24, 33, 43, 0.68);
  font-size: 0.94rem;
}

body.solution-detail-page .lt-finalCta--detail {
  margin-top: 2.35rem;
}

body.solution-detail-page .lt-textCta--subtle {
  background: rgba(248, 249, 251, 0.94);
  box-shadow: none;
}

body.solution-detail-page .lt-textCta--subtle:hover {
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

@media (max-width: 980px) {
  body.solution-detail-page article.post.featured {
    width: calc(100% - 1.5rem);
  }

  body.solution-detail-page .lt-detailHeroGrid {
    grid-template-columns: 1fr;
  }

  body.solution-detail-page .lt-detailHeroVisual {
    justify-self: center;
    width: min(100%, 13.5rem);
    margin-top: 0.4rem;
  }

  body.solution-detail-page .lt-detailVisual,
  body.solution-detail-page .lt-detailVisual--compare {
    width: 100%;
  }
}

@media (max-width: 736px) {
  body.solution-detail-page article.post.featured {
    width: calc(100% - 0.6rem);
  }

  body.solution-detail-page .lt-stepCard {
    padding-left: 1.15rem;
    padding-top: 3.3rem;
  }

  body.solution-detail-page .lt-stepNumber {
    top: 1rem;
    left: 1rem;
  }

  body.solution-detail-page .lt-listPanel ul {
    grid-template-columns: 1fr;
  }
}
