body.solutions-page {
  background: #f4f6f8;
}

body.solutions-page #header {
  display: none !important;
}

body.solutions-page #wrapper {
  overflow: visible;
}

body.solutions-page #wrapper > .bg {
  display: none !important;
}

body.solutions-page #wrapper.fade-in:before {
  background: #f4f6f8;
}

body.solutions-page #nav,
body.solutions-page #main,
body.solutions-page #copyright {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.solutions-page #nav {
  margin-top: 0 !important;
  padding: 0 clamp(1rem, 3.5vw, 3rem);
  background: rgba(30, 37, 45, 0.9);
  backdrop-filter: blur(10px);
}

body.solutions-page #main {
  background:
    radial-gradient(circle at top left, rgba(175, 230, 126, 0.16), transparent 30%),
    linear-gradient(180deg, #fbfdff 0%, #f4f6f8 76%);
  padding: clamp(1rem, 2.25vw, 1.85rem) clamp(1rem, 3.5vw, 3rem) 0;
}

body.solutions-page #main > * {
  border-top: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

body.solutions-page article.post.featured {
  width: min(1220px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(1.85rem, 4vw, 3.75rem) clamp(0.65rem, 1.2vw, 1.25rem) 4rem;
  text-align: left !important;
}

body.solutions-page article.post.featured h1,
body.solutions-page article.post.featured h2,
body.solutions-page article.post.featured h3 {
  color: #18212b;
  text-transform: none;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

body.solutions-page article.post.featured h1 {
  font-size: clamp(2.25rem, 4vw, 3.6rem);
  line-height: 1.03;
  margin: 0;
}

body.solutions-page article.post.featured h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.45rem, 1.15rem + 1vw, 2rem);
  line-height: 1.18;
}

body.solutions-page article.post.featured h3 {
  margin: 0 0 0.6rem;
  font-size: clamp(1.08rem, 0.98rem + 0.45vw, 1.3rem);
  line-height: 1.3;
}

body.solutions-page article.post.featured p,
body.solutions-page article.post.featured li {
  color: rgba(33, 41, 49, 0.88);
  font-size: clamp(1.02rem, 0.98rem + 0.16vw, 1.1rem);
  line-height: 1.78;
}

body.solutions-page article.post.featured ul {
  margin: 0;
  padding-left: 1.3rem;
}

body.solutions-page article.post.featured li {
  margin: 0.35rem 0;
}

body.solutions-page a {
  border-bottom: 0;
}

.lt-solutionsHero,
.lt-solutionsSection,
.lt-finalCta {
  margin: 0 auto;
}

.lt-solutionsHero {
  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.22), rgba(255, 255, 255, 0.98) 48%, rgba(228, 238, 248, 0.92));
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.lt-solutionsHero .major {
  margin: 0 !important;
  text-align: left !important;
}

.lt-eyebrow {
  margin: 0 0 0.9rem;
  color: #355428;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lt-solutionsHero .lt-heroBody {
  max-width: 66ch;
  margin: 1.05rem 0 0;
}

.lt-solutionsHero .lt-heroSupport {
  max-width: 62ch;
  margin: 0.9rem 0 0;
  color: rgba(24, 33, 43, 0.72);
}

.lt-ctaRow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
  margin-top: 1.35rem;
}

.lt-appStoreBtn {
  display: inline-block;
  width: min(250px, 100%);
  line-height: 0;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lt-appStoreBtn img {
  display: block;
  width: 100%;
  height: auto;
}

.lt-appStoreBtn:hover {
  transform: translateY(-1px) scale(1.01);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.24);
}

.lt-textCta,
.lt-cardCta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.lt-textCta {
  color: #18212b;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.lt-cardCta {
  width: fit-content;
  color: #18212b;
  background: rgba(175, 230, 126, 0.22);
  border: 1px solid rgba(107, 161, 69, 0.22);
}

.lt-textCta:hover,
.lt-cardCta:hover {
  transform: translateY(-1px);
}

.lt-textCta:hover {
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
}

.lt-cardCta:hover {
  background: rgba(175, 230, 126, 0.3);
}

.lt-solutionsSection {
  margin-top: 2.2rem;
}

.lt-solutionsSection > p {
  max-width: 70ch;
  margin: 0;
}

.lt-solutionsGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin-top: 1.3rem;
}

.lt-solutionCard,
.lt-guideCard,
.lt-valuePanel,
.lt-finalCta {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.lt-solutionCard {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  min-height: 100%;
  padding: 1.25rem;
}

.lt-solutionCard p {
  margin: 0;
}

.lt-bestFit {
  color: rgba(24, 33, 43, 0.72);
}

.lt-cardSupport {
  margin: -0.1rem 0 0;
  color: rgba(24, 33, 43, 0.68);
  font-size: 0.92rem;
  line-height: 1.5;
}

.lt-cardSupport a {
  color: #355428;
}

.lt-cardSupport a:hover {
  color: #2a7ae2 !important;
}

.lt-statusChip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.22rem 0.68rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(15, 23, 42, 0.04);
  color: rgba(24, 33, 43, 0.82);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
}

.lt-valuePanel {
  margin-top: 1rem;
  padding: 1.3rem 1.35rem;
}

.lt-valueList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 0.35rem 1.5rem;
}

.lt-guideGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.lt-guideCard {
  padding: 1.15rem 1.15rem 1rem;
}

.lt-guideCard h3 a {
  color: inherit;
}

.lt-guideCard h3 a:hover {
  color: #2a7ae2 !important;
}

.lt-guideCard p {
  margin: 0;
}

.lt-finalCta {
  margin-top: 2.2rem;
  padding: clamp(1.35rem, 2.6vw, 1.9rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(175, 230, 126, 0.16) 100%);
}

.lt-finalCta p {
  max-width: 68ch;
  margin: 0;
}

.lt-finalCta .lt-helperNote {
  margin-top: 1rem;
  color: rgba(24, 33, 43, 0.68);
  font-size: 0.94rem;
}

body.solutions-page #copyright {
  margin: 0 !important;
  padding: 2rem clamp(1rem, 3.5vw, 3rem) 2.8rem;
  color: rgba(33, 41, 49, 0.56);
}

body.solutions-page #copyright ul li {
  border-left-color: rgba(33, 41, 49, 0.2);
}

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

@media (max-width: 736px) {
  body.solutions-page #main {
    padding: 0.85rem 0.85rem 0;
  }

  body.solutions-page article.post.featured {
    width: calc(100% - 0.6rem);
    padding: 1.4rem 0.2rem 2.8rem;
  }

  body.solutions-page article.post.featured h1 {
    font-size: clamp(1.95rem, 8vw, 2.5rem);
  }

  body.solutions-page article.post.featured h2 {
    font-size: clamp(1.35rem, 6vw, 1.8rem);
  }

  body.solutions-page article.post.featured p,
  body.solutions-page article.post.featured li {
    font-size: 1rem;
    line-height: 1.72;
  }

  .lt-solutionsHero,
  .lt-valuePanel,
  .lt-solutionCard,
  .lt-guideCard,
  .lt-finalCta {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lt-ctaRow {
    align-items: stretch;
  }

  .lt-appStoreBtn,
  .lt-textCta,
  .lt-cardCta {
    width: 100%;
  }

  body.solutions-page #copyright {
    padding: 1.6rem 1rem 2.2rem;
  }
}
