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

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

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

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

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

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

body.tools-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.tools-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.tools-page #main > * {
  border-top: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

body.tools-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.tools-page article.post.featured h1,
body.tools-page article.post.featured h2,
body.tools-page article.post.featured h3 {
  color: #18212b;
  text-transform: none;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

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

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

body.tools-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.tools-page article.post.featured p,
body.tools-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;
  text-align: left;
}

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

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

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

.lt-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1rem;
  color: rgba(24, 33, 43, 0.62);
  font-size: 0.88rem;
  line-height: 1.4;
}

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

.lt-toolsHero,
.lt-toolsSection,
.lt-finalCta {
  margin: 0 auto;
}

.lt-toolsHero {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(18rem, 0.82fr);
  gap: clamp(1.5rem, 4vw, 3.2rem);
  align-items: center;
  padding: clamp(1.95rem, 3.8vw, 3rem);
  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-toolsHero .major {
  margin: 0 !important;
  text-align: left !important;
}

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

.lt-toolsHero .lt-heroBody {
  max-width: 66ch;
  margin: 1.15rem 0 0;
}

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

.lt-toolsHeroVisual {
  position: relative;
  min-height: 18rem;
}

.lt-visualCard {
  position: absolute;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(14px);
}

.lt-visualCard--main {
  top: 2rem;
  right: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
  width: min(80%, 18rem);
  aspect-ratio: 1.8 / 1;
}

.lt-visualCard--small {
  left: 0.7rem;
  bottom: 2.6rem;
  width: 48%;
  aspect-ratio: 1.85 / 1;
}

.lt-visualCard--offset {
  left: auto;
  right: 0;
  bottom: 0.55rem;
  width: 54%;
  background: rgba(175, 230, 126, 0.2);
}

.lt-personDot {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background: #afe67e;
  box-shadow: 0 0 0 0.45rem rgba(175, 230, 126, 0.2);
}

.lt-visualLine {
  position: absolute;
  left: 16%;
  right: 14%;
  top: 54%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(53, 84, 40, 0.2), transparent);
  transform: rotate(-8deg);
}

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

.lt-primaryCta,
.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-primaryCta {
  color: #18212b;
  background: #afe67e;
  border: 1px solid rgba(107, 161, 69, 0.24);
  box-shadow: 0 12px 26px rgba(85, 125, 55, 0.16);
}

.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-primaryCta:hover,
.lt-textCta:hover,
.lt-cardCta:hover {
  transform: translateY(-1px);
}

.lt-primaryCta:hover {
  background: #bcf18c;
  box-shadow: 0 16px 30px rgba(85, 125, 55, 0.2);
}

.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-primaryCta:focus-visible,
.lt-textCta:focus-visible,
.lt-cardCta:focus-visible,
.lt-breadcrumb a:focus-visible {
  outline: 3px solid rgba(53, 84, 40, 0.32);
  outline-offset: 3px;
}

.lt-toolsSection {
  margin-top: 3.05rem;
}

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

.lt-featuredTool,
.lt-toolCard,
.lt-bridgePanel,
.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-featuredTool {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(12rem, 0.36fr);
  gap: 1.4rem;
  align-items: center;
  margin-top: 1.35rem;
  padding: clamp(1.45rem, 3vw, 2.1rem);
  background:
    radial-gradient(circle at top right, rgba(175, 230, 126, 0.28), transparent 38%),
    rgba(255, 255, 255, 0.94);
}

.lt-featuredTool p,
.lt-toolCard p,
.lt-bridgePanel p {
  margin: 0;
}

.lt-featuredTool p + p {
  margin-top: 0.8rem;
}

.lt-featuredTool .lt-cardCta {
  margin-top: 1.15rem;
}

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

.lt-toolGlyph {
  position: relative;
  min-height: 10rem;
}

.lt-toolGlyph span {
  position: absolute;
  display: block;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.lt-toolGlyph span:nth-child(1) {
  top: 0;
  left: 14%;
  width: 58%;
  height: 3.4rem;
}

.lt-toolGlyph span:nth-child(2) {
  top: 3.35rem;
  right: 8%;
  width: 62%;
  height: 3rem;
  background: rgba(175, 230, 126, 0.18);
}

.lt-toolGlyph span:nth-child(3) {
  bottom: 0.2rem;
  left: 4%;
  width: 70%;
  height: 3rem;
}

.lt-plannedGrid,
.lt-relatedGrid,
.lt-bridgeGrid {
  display: grid;
  gap: 1.15rem;
}

.lt-plannedGrid,
.lt-relatedGrid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin-top: 1.5rem;
}

.lt-toolCard {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  min-height: 100%;
  padding: 1.35rem;
}

.lt-toolCard--planned {
  background: rgba(255, 255, 255, 0.72);
}

.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-bridgePanel {
  padding: clamp(1.45rem, 3vw, 2rem);
}

.lt-bridgeGrid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1.25rem 0 1.2rem;
}

.lt-bridgeGrid > div {
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 18px;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.64);
}

.lt-bridgePanel .lt-textCta {
  margin-top: 1.2rem;
}

.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-finalCta {
  margin-top: 3.1rem;
  padding: clamp(1.65rem, 3vw, 2.35rem);
  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-pageMeta {
  margin: 2rem 0 0;
  font-size: 0.84rem;
  line-height: 1.55;
  color: rgba(24, 33, 43, 0.62);
  font-weight: 400;
}

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

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

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

  .lt-toolsHero {
    grid-template-columns: 1fr;
  }

  .lt-toolsHeroVisual {
    min-height: 13rem;
  }

  .lt-toolsSection {
    margin-top: 2.6rem;
  }
}

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

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

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

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

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

  .lt-toolsHero,
  .lt-featuredTool,
  .lt-toolCard,
  .lt-bridgePanel,
  .lt-finalCta {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lt-toolsHero {
    padding-top: 1.55rem;
    padding-bottom: 1.55rem;
  }

  .lt-toolsHeroVisual {
    display: none;
  }

  .lt-featuredTool,
  .lt-bridgeGrid {
    grid-template-columns: 1fr;
  }

  .lt-toolGlyph {
    display: none;
  }

  .lt-plannedGrid,
  .lt-relatedGrid {
    gap: 1rem;
    margin-top: 1.35rem;
  }

  .lt-toolsSection {
    margin-top: 2.25rem;
  }

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

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

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