.main-wrapper {
  opacity: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.animation-split-fade,
.line-split-fade {
  overflow: hidden;
}

.w-richtext figure.w-richtext-align-fullwidth {
  max-width: none !important;
}

.w-richtext figure.w-richtext-align-fullwidth div {
  width: 100% !important;
}

.w-richtext figure.w-richtext-align-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq--question.open .faq--icon {
  transform: rotate(45deg);
}

.faq--response {
  height: 0px;
}

.swiper-pagination-bullet {
  height: 8rem;
  width: 8rem;
  background-color: #ffffff50;
  transition: all 0.3s ease;
  border-radius: 300rem;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.noscroll {
  overflow: hidden;
}

.bookademo--popup {
  pointer-events: auto;
}

.navbar.noscroll {
  top: auto;
  bottom: 0;
}

/* If it's inside an element that has scrolling, target it */
.bookademo--popup::-webkit-scrollbar {
  display: none; /* Hides scrollbar for Webkit browsers */
}

.bookademo--popup {
  -ms-overflow-style: none; /* Hides scrollbar for Internet Explorer and Edge */
  scrollbar-width: none; /* Hides scrollbar for Firefox */
}

.line-animation-split {
  padding-bottom: 0.1em;
}

.overflow-hidden:nth-child(n + 1) {
  margin-top: -0.1em;
}

.is--eventnone {
  pointer-events: none;
}

.lottie-home-2 {
  opacity: 0; /* Initially hidden */
  transition: opacity 0.5s ease-in-out;
}

.popup--close-trigger {
  pointer-events: none;
}

.popup--close-trigger.is--eventnone {
  pointer-events: auto;
}
/* --------------- hubspot form --------------- */

.hbspt-form {
  background-color: #f2f0ed;
  padding: 24rem 24rem 16rem 24rem;
  border-radius: 8rem;
  color: #17153A;
}
.hbspt-form form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  row-gap: 12rem;
}

.hbspt-form .hs-form-field {
  text-align: left;
  width: 100% !important;
}

fieldset {
  max-width: none !important;
  width: 100%;
}

.hs-form-field {
  width: 100%;
}

.hs-form-field label {
  color: #17153A;
  font-size: 11rem;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 9.9px */
  margin-bottom: 9rem;
}

.hs-input {
  height: 48rem;
  width: 100% !important;
  max-width: none;
  background-color: #e4ded8;
  border: none;
  border-radius: 4rem;
  padding-left: 16rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.hs-fieldtype-textarea.hs-input {
  resize: vertical;
  height: 90rem;
}

.inputs-list {
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 8rem;
  margin: 0;
}

.hs-form-radio::marker {
  content: "";
}

.hs-form-radio-display {
  display: flex;
  align-items: center;
  gap: 8rem;
}

.hs-form-radio-display .hs-input {
  width: 16rem !important;
  height: 16rem !important;
  border-color: #17153A;
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 16rem;
}

.hs-form-radio-display .hs-input:checked {
  background-color: #17153A; /* Change background color when selected */
}

.hs-form-radio-display .hs-input:checked::before {
  content: "";
}

.hs-form-radio {
  cursor: pointer;
}

.legal-consent-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 403rem;
}

.legal-consent-container p {
  color: #17153A;
  text-align: center;
  font-size: 11rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 13.2px */
}

.hs-button {
  display: flex;
  height: 46rem;
  padding: 12rem 20rem 12rem 20rem;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #000;
  color: #ffffff;
  font-family: Suisse intl mono, Arial, sans-serif;
  font-size: 12rem;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  border: none;
  margin: auto;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hs-button:hover {
  background: white;
  color: black;
}

.hs-fieldtype-radio {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 12rem;
  margin-top: 12rem;
  margin-bottom: 12rem;
  align-items: center;
  position: relative;
}

.hbspt-form legend {
  display: none !important;
}

.hbspt-form li::marker {
  content: "";
}

.input {
  margin: 0 !important;
}

@media screen and (max-width: 992px) {
  .hs-form-field label {
    font-size: 11rem;
    margin-bottom: 8rem;
  }

  .hbspt-form fieldset {
    display: flex;
    flex-direction: column;
    row-gap: 10rem;
  }

  .hs-fieldtype-radio {
    flex-direction: column;
    gap: 12rem;
  }

  .hs-button {
    font-size: 10rem;
  }
}

@media screen and (min-width: 992px) {
  .form-columns-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
  }
}

input[type="radio"] {
  -webkit-appearance: none; /* Removes default iOS styling */
  -moz-appearance: none;
  appearance: none;
}

.inputs-list {
  list-style: none; /* Removes bullets */
  padding: 0; /* Removes extra padding */
  margin: 0; /* Removes extra margin */
}

.hs-error-msgs {
  margin-top: 8rem;
}

.footerlink-line {
  transform: translateX(-100%);
  transition: none;
}

.video-placeholder-youtube {
  font-size: 16rem !important;
}

.loading--screen {
  display: flex;
}

@media screen and (min-width: 992px) {
  .hs-fieldtype-radio .hs-error-msgs {
    position: absolute;
    top: 21rem;
    left: 123rem;
  }
}

#c__country_region-ecd25531-9447-46a9-a227-53bce183279f {
  appearance: none; /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/assets/images/hero-vector-99.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20rem) center; /* 2rem from the right */
  background-size: 10rem auto; /* Width 10rem */
  padding-right: 12rem; /* Add enough padding to make space for the big arrow */
}

/* LawSathi brand overrides */
:root{
  --_colors---beige:#F7F6FB;
  --_colors---grey:#E6E5F6;
  --_colors---blue:#7C79CF;
  --_colors---blue-light:#CBCAED;
  --_colors---blue-lighter:#E6E5F6;
  --_colors---deep-purple:#17153A;
  --_colors---surface-accent:#0D0C22;
  --_colors---black:#0D0C22;
  --_colors---black-2:#17153A;
  --_colors---orange:#5250B8;
  --ls-primary:#2B296B;
}
.brand--img{height:20px!important;width:auto!important;max-width:140px;object-fit:contain;}
.looter--logo-img{height:32px!important;width:auto!important;max-width:186px;object-fit:contain;display:block;}
.btn--book .icon--20{width:20px!important;height:20px!important;object-fit:contain;flex-shrink:0;}

.hover--bg.is--purple{background:#5250B8!important;}
.dj-logo-linked,.logos--marquee{opacity:0.35;}

/* LawSathi: demo popup replaced by mailto CTAs — keep closed */
.bookademo--popup{display:none!important;}

/* LawSathi navbar — fit links + two CTAs inside the dark pill on desktop */
@media screen and (min-width: 992px) {
  .container--navbar{
    max-width:1040rem!important;
    width:min(1040rem, calc(100% - 48rem))!important;
    grid-template-columns:auto 1fr!important;
    grid-column-gap:12rem!important;
    grid-row-gap:0!important;
    padding:8rem 16rem!important;
    box-sizing:border-box!important;
  }
  .navbar--menu{
    grid-template-columns:minmax(0, 1fr) auto!important;
    grid-column-gap:12rem!important;
    grid-row-gap:0!important;
    align-items:center!important;
    min-width:0!important;
  }
  .navbar--menu-inside{
    justify-content:flex-end!important;
    grid-column-gap:2rem!important;
    min-width:0!important;
  }
  .btn--nav-wrapper,
  .btn--nav-wrapper.ls-nav-ctas{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:8rem!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    height:auto!important;
    justify-self:end!important;
    overflow:visible!important;
  }
  .btn--nav-wrapper .btn--nav,
  .ls-btn-trial,
  .ls-btn-demo{
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    flex:0 0 auto!important;
    white-space:nowrap!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:8rem 12rem!important;
    font-size:12rem!important;
    line-height:1.2!important;
    text-decoration:none!important;
    border-radius:4rem!important;
    box-sizing:border-box!important;
    position:relative!important;
  }
  .brand--link{width:auto!important;min-width:0!important;}
  .brand--img{height:18px!important;width:auto!important;max-width:120px;object-fit:contain;}
}
.ls-btn-trial{
  background:#F7F6FB!important;
  color:#2B296B!important;
}
.ls-btn-trial:hover{
  background:#E6E5F6!important;
  color:#2B296B!important;
}
.ls-btn-demo{
  background:#5250B8!important;
  color:#F7F6FB!important;
}
.ls-btn-demo:hover{
  background:#7C79CF!important;
  color:#F7F6FB!important;
}
.ls-btn-demo .hover--bg{display:none!important;}
.brand--img{height:18px!important;width:auto!important;max-width:120px;object-fit:contain;}

/* /* /* /* /* /* /* /* LawSathi collective — mobile copy anchored ~30% down the diagram */
@media screen and (max-width: 991px) {
  .section.ls-collective .container--1196.is--home-collective {
    position: relative;
    display: block;
  }
  .section.ls-collective .home--collective-img {
    display: none !important;
  }
  .section.ls-collective .max--1140.is--mobile {
    display: block !important;
    width: min(81.3333vw, 360px);
    max-width: 360px;
    height: auto;
    margin: 0 auto;
  }
  .section.ls-collective .ls-collective-copy {
    position: absolute !important;
    top: 30% !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    z-index: 3;
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
    height: auto !important;
    margin: 0 !important;
    padding: 0 16px !important;
    justify-content: flex-start !important;
    align-items: center !important;
    text-align: center;
    pointer-events: none;
  }
  .section.ls-collective .ls-collective-copy .h2 {
    margin: 0 0 6px !important;
    max-width: 14em;
    font-size: clamp(20px, 5.6vw, 26px) !important;
    line-height: 1.12 !important;
  }
  .section.ls-collective .ls-collective-copy .body--big {
    margin: 0 !important;
    max-width: 16em;
    font-size: 12px !important;
    line-height: 1.3 !important;
  }
}
/* LawSathi collective — wider chips for longer labels (Browser tabs, Calendars) */
.home--collective-dot.is--2{
  width:128rem;
}
.home--collective-dot.is--6{
  width:110rem;
}

/* LawSathi: hide leftover customer logo carousels */
.dj-section,
.dj-carousel-section,
.dj-carousel-wrapper,
.dj-carousel-slider,
.dj-carousel-container,
.center--text-trustedby {
  display: none !important;
}

/* Product visuals — clip radius cleanly, match canvas fill */
.feature--img {
  overflow: hidden !important;
  background: #F6F3EF !important;
  object-fit: cover !important;
  /* Replace 1px box-shadow ring — it fringes into black nicks on rounded corners */
  box-shadow: none !important;
  outline: 1px solid rgba(0, 0, 0, 0.08);
  outline-offset: -1px;
}
.workflow--img {
  background: #FFFFFF !important;
  border-radius: 10rem !important;
  overflow: hidden !important;
}

/* Keep sticky navbar from covering section headlines */
.navbar {
  margin-bottom: 0 !important;
}
.navbar.is--activ {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 992px) {
  .section.is--home-hero {
    padding-top: 160rem !important;
  }
}
.section.is--padding,
.section.is--keyfeatures,
.section.is--home-knowledgesearch,
.section.is--home-features {
  scroll-margin-top: 140rem;
}
.section.is--padding > .container--778.is--knowledge-search,
.section.is--keyfeatures > .container--1328.is--20margin-bottom {
  padding-top: 12rem;
}

/* Mobile: tighter, consistent space above page titles (desktop unchanged) */
@media screen and (max-width: 991px) {
  .section.is--hero,
  .section.is--home-hero,
  .section.is--home-hero-copy,
  .section.is--security-hero,
  .section.is--about-hero,
  .section.is--subscribe-hero,
  .section.is--customer-story-hero {
    padding-top: 100rem !important;
  }
}

/* Desktop: pill shell without clipping Company/Resources dropdowns */
@media screen and (min-width: 992px) {
  .container--navbar {
    overflow: visible !important;
    isolation: isolate;
    background-clip: padding-box;
    border-radius: 999px !important;
    clip-path: none !important;
  }
  .navbar--menu,
  .navbar--menu-inside {
    overflow: visible !important;
  }
  .navbar--link-parent.is--dropdown {
    position: relative;
    z-index: 5;
  }
  .navbar--dropdown-response {
    z-index: 60;
    pointer-events: auto;
  }
  /* Round CTA faces so they don't square-bleed past the pill */
  .btn--nav-wrapper .btn--nav {
    overflow: hidden !important;
    border-radius: 4rem !important;
  }
}

/* Mobile: keep a rounded bar without full-bleed clip artifacts */
@media screen and (max-width: 991px) {
  .container--navbar {
    overflow: hidden !important;
    isolation: isolate;
    border-radius: 8rem !important;
    clip-path: none !important;
    left: 16rem !important;
    right: 16rem !important;
    width: auto !important;
    max-width: none !important;
  }
  /* Dropdown triggers are desktop-only; mobile uses flattened links */
  .navbar--link-parent.is--dropdown {
    display: none !important;
  }
  /* Mobile menu CTAs: full-width row after privacy links removed */
  .navbar--menu-privacy {
    display: none !important;
  }
  .btn--nav-wrapper,
  .btn--nav-wrapper.ls-nav-ctas {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    gap: 8rem !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 24rem !important;
    padding-top: 0 !important;
    box-sizing: border-box !important;
  }
  .btn--nav-wrapper .btn--nav,
  .ls-btn-trial,
  .ls-btn-demo {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    justify-content: center !important;
    text-align: center !important;
    white-space: nowrap !important;
    padding: 12rem 10rem !important;
    font-size: 10rem !important;
    box-sizing: border-box !important;
  }

  /*
   * Universal search block: desktop mockup SVGs are 1328px / 3-col.
   * On narrow screens they crush under an absolute search pill.
   * Stack the search field in normal flow and drop the desktop frames.
   */
  .section.is--home-knowledgesearch {
    grid-column-gap: 28rem !important;
    grid-row-gap: 28rem !important;
    padding-top: 96rem !important;
    padding-bottom: 96rem !important;
    overflow: hidden;
  }

  .container--1328.is--search-home {
    position: relative !important;
    aspect-ratio: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 8rem !important;
    padding: 20rem 12rem !important;
    overflow: hidden !important;
    border-radius: 12rem;
    background: #242422;
    box-sizing: border-box !important;
  }

  /* Desktop overlay + base frames are unreadable when squeezed — hide on mobile */
  .img--100.is--knowledgesearch-bg,
  .img--100.is--home-search {
    display: none !important;
  }

  /* Search pill in document flow — not absolute over crushed columns */
  .search--animation,
  .search--animation-search,
  .search--animation.is--search,
  .search--animation-search.is--search {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 2;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 48rem !important;
    margin: 0 !important;
    padding-left: 14rem !important;
    padding-right: 8rem !important;
    font-size: 12rem !important;
    line-height: 1.3 !important;
    flex-shrink: 0;
    box-sizing: border-box !important;
    box-shadow: 0 4rem 16rem rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }

  .search--animation-search.is--search > div:first-child,
  .search--animation.is--search > div:first-child {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .search--animation-search.is--search .div-block-12,
  .search--animation.is--search .div-block-12 {
    flex: 0 0 auto;
  }

  .section.is--home-knowledgesearch .container--647.is--center {
    position: relative !important;
    z-index: 1;
    margin-top: 8rem !important;
  }

  .section.is--home-knowledgesearch .container--647.is--center .h5 {
    max-width: 36em;
    margin-left: auto;
    margin-right: auto;
  }

  /* Keep section headlines clear of the sticky nav + banner */
  .section.is--home-knowledgesearch .container--778.is--knowledge-search,
  .section.is--home-features > .container--1328 > .max--680 {
    position: relative;
    z-index: 1;
  }

  /* Prevent hero highlight bars / lottie cards from spilling under the sticky nav gap */
  .section.is--home-hero {
    overflow: hidden;
  }

  .section.is--home-hero .lottie-home-1,
  .section.is--home-hero .lottie-home-2 {
    max-width: min(312rem, 86vw) !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
  }
}

/* Security hero: fill nested frame, center on desktop (override max-width:310rem). */
.sucurity--img {
  border: none;
  border-radius: 8rem;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .sucurity--img {
    border-radius: 4rem;
  }
}

/* ---- Pricing page ---- */
.ls-pricing-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4rem;
  padding: 4rem;
  background: #E6E5F6;
  border-radius: 8rem;
  margin: 0 auto 48rem;
}

.ls-pricing-toggle button {
  appearance: none;
  border: 0;
  background: transparent;
  color: #17153A;
  font: inherit;
  font-size: 14rem;
  line-height: 1.2;
  padding: 12rem 20rem;
  border-radius: 6rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.ls-pricing-toggle button.is--active {
  background: #17153A;
  color: #F7F6FB;
}

.ls-pricing-toggle-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ls-pricing-save {
  font-size: 13rem;
  color: #5250B8;
  margin: -32rem 0 40rem;
  min-height: 1.2em;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.ls-pricing-save.is--visible {
  opacity: 1;
}

.ls-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24rem;
  align-items: stretch;
}

.ls-plan-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #CBCAED;
  border-radius: 12rem;
  padding: 32rem 28rem;
  color: #17153A;
  min-height: 100%;
}

.ls-plan-card.is--pro {
  background: #17153A;
  border-color: #17153A;
  color: #F7F6FB;
}

.ls-plan-card.is--enterprise {
  border-color: #2B296B;
  border-width: 2px;
}

.ls-plan-badge {
  display: inline-block;
  align-self: flex-start;
  font-size: 11rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6rem 10rem;
  border-radius: 4rem;
  background: #7C79CF;
  color: #fff;
  margin-bottom: 16rem;
}

.ls-plan-card.is--pro .ls-plan-badge {
  background: #CBCAED;
  color: #17153A;
}

.ls-plan-name {
  font-size: 28rem;
  line-height: 1.15;
  margin: 0 0 8rem;
  color: inherit;
}

.ls-plan-price {
  font-size: 40rem;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 4rem;
  color: #2B296B;
}

.ls-plan-card.is--pro .ls-plan-price {
  color: #CBCAED;
}

.ls-plan-price span {
  font-size: 16rem;
  font-weight: 400;
  opacity: 0.75;
}

.ls-plan-period {
  font-size: 14rem;
  opacity: 0.65;
  margin: 0 0 16rem;
}

.ls-plan-best {
  font-size: 14rem;
  line-height: 1.45;
  margin: 0 0 20rem;
  opacity: 0.85;
}

.ls-plan-list {
  list-style: none;
  margin: 0 0 28rem;
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

.ls-plan-list li {
  position: relative;
  padding-left: 22rem;
  font-size: 14rem;
  line-height: 1.45;
}

.ls-plan-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: #7C79CF;
}

.ls-plan-card.is--pro .ls-plan-list li::before {
  background: #CBCAED;
}

.ls-plan-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 14rem 20rem;
  border-radius: 6rem;
  font-size: 14rem;
  line-height: 1;
  background: #2B296B;
  color: #fff;
  transition: background 0.2s ease;
}

.ls-plan-cta:hover {
  background: #5250B8;
}

.ls-plan-card.is--pro .ls-plan-cta {
  background: #7C79CF;
  color: #fff;
}

.ls-plan-card.is--pro .ls-plan-cta:hover {
  background: #CBCAED;
  color: #17153A;
}

.ls-plan-card.is--enterprise .ls-plan-cta {
  background: #2B296B;
}

.ls-plan-note {
  text-align: center;
  margin-top: 28rem;
  font-size: 14rem;
  line-height: 1.5;
  color: #17153A;
  opacity: 0.8;
}

.ls-compare-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ls-compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640rem;
  font-size: 14rem;
}

.ls-compare-table th,
.ls-compare-table td {
  padding: 14rem 16rem;
  text-align: left;
  border-bottom: 1px solid #E6E5F6;
  vertical-align: middle;
}

.ls-compare-table thead th {
  font-weight: 600;
  color: #0D0C22;
  background: #F7F6FB;
}

.ls-compare-table th.is--pro-col,
.ls-compare-table td.is--pro-col {
  background: rgba(203, 202, 237, 0.28);
}

.ls-compare-table tbody th {
  font-weight: 500;
  color: #17153A;
  width: 40%;
}

.ls-compare-check {
  color: #2B296B;
  font-weight: 600;
}

.ls-compare-dash {
  color: #17153A;
  opacity: 0.35;
}

.ls-compare-plan-short {
  display: none;
}

/* Mobile: stack compare rows — no horizontal scroll */
@media screen and (max-width: 767px) {
  .ls-compare-plan-long {
    display: none;
  }

  .ls-compare-plan-short {
    display: inline;
  }

  .ls-compare-wrap {
    overflow-x: visible;
  }

  .ls-compare-table {
    min-width: 0;
    width: 100%;
    font-size: 13rem;
  }

  .ls-compare-table thead,
  .ls-compare-table tbody {
    display: block;
    width: 100%;
  }

  .ls-compare-table thead tr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6rem;
    padding: 10rem 8rem;
    margin-bottom: 4rem;
    background: #F7F6FB;
    border-radius: 8rem;
  }

  .ls-compare-table thead th {
    border: none;
    background: transparent;
    text-align: center;
    padding: 4rem 2rem;
    font-size: 11rem;
    line-height: 1.25;
    word-break: break-word;
  }

  .ls-compare-table thead th:first-child {
    display: none;
  }

  .ls-compare-table tbody tr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas:
      "feat feat feat"
      "std pro ent";
    column-gap: 6rem;
    row-gap: 8rem;
    padding: 14rem 0;
    border-bottom: 1px solid #E6E5F6;
  }

  .ls-compare-table tbody th,
  .ls-compare-table tbody td {
    border: none;
    padding: 0;
  }

  .ls-compare-table tbody th {
    grid-area: feat;
    width: auto;
    font-size: 14rem;
    line-height: 1.35;
    padding: 0 2rem 2rem;
  }

  .ls-compare-table tbody td {
    text-align: center;
    font-size: 12rem;
    line-height: 1.3;
    padding: 8rem 4rem;
    word-break: break-word;
  }

  .ls-compare-table tbody td:nth-child(2) {
    grid-area: std;
  }

  .ls-compare-table tbody td:nth-child(3) {
    grid-area: pro;
  }

  .ls-compare-table tbody td:nth-child(4) {
    grid-area: ent;
  }

  .ls-compare-table th.is--pro-col,
  .ls-compare-table td.is--pro-col {
    background: rgba(203, 202, 237, 0.35);
    border-radius: 6rem;
  }

  .ls-compare-table thead th.is--pro-col {
    background: rgba(203, 202, 237, 0.45);
    border-radius: 6rem;
  }
}

.ls-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 32rem;
}

.ls-faq-list .faq--item {
  border-bottom: 1px solid #E6E5F6;
}

.ls-faq-list .faq--question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16rem;
  width: 100%;
  padding: 20rem 0;
  background: none;
  border: 0;
  text-align: left;
  cursor: pointer;
  font: inherit;
  font-size: 18rem;
  line-height: 1.3;
  color: #0D0C22;
}

.ls-faq-list .faq--icon {
  flex-shrink: 0;
  font-size: 24rem;
  line-height: 1;
  transition: transform 0.25s ease;
}

.ls-faq-list .faq--response {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}

.ls-faq-list .faq--response-inner {
  padding: 0 0 20rem;
}

.ls-faq-list .faq--response-inner p {
  margin: 0;
  font-size: 15rem;
  line-height: 1.55;
  color: #17153A;
  opacity: 0.85;
}

.section.is--pricing-plans {
  padding-top: 40rem;
  padding-bottom: 80rem;
  background: #F7F6FB;
}

.section.is--pricing-compare,
.section.is--pricing-faq {
  padding-top: 80rem;
  padding-bottom: 80rem;
}

@media screen and (max-width: 991px) {
  .ls-plan-grid {
    grid-template-columns: 1fr;
    max-width: 480rem;
    margin-left: auto;
    margin-right: auto;
  }

  .ls-plan-price {
    font-size: 34rem;
  }

  .ls-plan-name {
    font-size: 24rem;
  }
}

.ls-plan-badge.is--spacer {
  visibility: hidden;
}

.ls-plan-cta {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 991px) {
  .section.is--pricing-plans,
  .section.is--pricing-compare,
  .section.is--pricing-faq {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .ls-pricing-toggle {
    margin-bottom: 32rem;
  }

  .ls-pricing-save {
    margin: -20rem 0 28rem;
  }

  .ls-faq-list .faq--question {
    font-size: 16rem;
  }
}

/* Pricing: ensure content visible even if load timeline stalls */
.main-wrapper.is--pricing {
  opacity: 1;
}


/* ---- Pricing hero (distinct from security/about) ---- */
.section.is--pricing-hero {
  position: relative;
  background: #17153A;
  color: #F7F6FB;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: min(88vh, 820rem);
  padding: 140rem 24rem 120rem;
}

.section.is--pricing-hero .ls-pricing-hero-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: 70% 100%;
  pointer-events: none;
  z-index: 0;
}

.section.is--pricing-hero .ls-pricing-hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(23, 21, 58, 0.72) 0%, rgba(23, 21, 58, 0.35) 42%, rgba(23, 21, 58, 0.55) 100%),
    linear-gradient(90deg, rgba(23, 21, 58, 0.45) 0%, transparent 55%);
}

.section.is--pricing-hero .label.is--50 {
  color: #CBCAED;
  margin-bottom: 16rem;
}

.section.is--pricing-hero .h1,
.section.is--pricing-hero h1 {
  color: #F7F6FB;
}

.section.is--pricing-hero .ls-pricing-hero-lead {
  max-width: 640rem;
  margin: 0 auto 32rem;
  font-size: 18rem;
  line-height: 1.5;
  color: rgba(247, 246, 251, 0.86);
  text-align: center;
}

.section.is--pricing-hero .ls-pricing-hero-copy {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900rem;
  margin: 0 auto;
  padding: 0;
}

.section.is--pricing-hero .ls-pricing-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12rem;
  margin-top: 8rem;
}

.section.is--pricing-hero .ls-pricing-hero-ctas .btn--book.is--white {
  background: #F7F6FB;
  color: #17153A;
}

.section.is--pricing-hero .ls-pricing-hero-ctas .btn--book.is--purple {
  background: #5250B8;
  color: #F7F6FB;
}

.section.is--pricing-plans .ls-pricing-plans-intro {
  text-align: center;
  max-width: 720rem;
  margin: 0 auto 40rem;
  font-size: 18rem;
  line-height: 1.5;
  color: #17153A;
}

@media screen and (max-width: 991px) {
  .section.is--pricing-hero {
    min-height: min(78vh, 720rem);
    padding: 100rem 20rem 88rem;
    justify-content: flex-start;
  }

  .section.is--pricing-hero .ls-pricing-hero-visual {
    object-position: 85% 100%;
  }

  .section.is--pricing-hero .ls-pricing-hero-scrim {
    background:
      linear-gradient(180deg, rgba(23, 21, 58, 0.82) 0%, rgba(23, 21, 58, 0.55) 48%, rgba(23, 21, 58, 0.4) 100%);
  }

  .section.is--pricing-hero .ls-pricing-hero-copy {
    padding-top: 24rem;
  }

  .section.is--pricing-hero .ls-pricing-hero-lead {
    font-size: 16rem;
  }

  .section.is--pricing-hero .ls-pricing-hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .section.is--pricing-hero .ls-pricing-hero-ctas .btn--book {
    width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .section.is--pricing-hero {
    min-height: 70vh;
    padding: 88rem 20rem 72rem;
  }
}

/* Blog pages: match site chrome (containers, menu trigger, reading column) */
.menu--trigger {
  width: auto !important;
  max-width: max-content !important;
  min-width: 0 !important;
  justify-self: end !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  padding-left: 14rem !important;
  padding-right: 14rem !important;
  box-sizing: border-box !important;
}

.section.is--home-hero-copy .container--1190.is--home {
  max-width: 900rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24rem;
  padding-right: 24rem;
  box-sizing: border-box;
}

.section.is--home-hero-copy h1.h2.is--wrap,
.section.is--home-hero-copy h1.h1 {
  max-width: 820rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 42rem !important;
  line-height: 1.15 !important;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

@media screen and (max-width: 767px) {
  .section.is--home-hero-copy h1.h2.is--wrap,
  .section.is--home-hero-copy h1.h1 {
    font-size: 28rem !important;
  }
}

.section.is--160padding-bottom .container--872 {
  max-width: 872rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24rem;
  padding-right: 24rem;
  box-sizing: border-box;
}

.section.is--160padding-bottom .richtext.w-richtext {
  max-width: 720rem;
  margin-left: auto;
  margin-right: auto;
}

.ls-blog-featured {
  max-width: 900rem;
  margin: 0 auto;
  padding: 0 24rem 48rem;
  box-sizing: border-box;
}

/* Blog cards: show full thumbnail (no crop); wrapper aspect-ratio would clip otherwise */
.blog--list .customerstory--img-wrapper.is--blog-item.is--related {
  aspect-ratio: auto;
  overflow: visible;
  height: auto;
}

.ls-blog-featured-thumb {
  display: block;
  width: 100%;
  max-width: 720rem;
  height: auto;
  max-height: 360rem;
  margin: 0 auto 24rem;
  object-fit: contain;
  object-position: center;
  border-radius: 8rem;
}

.ls-blog-card-thumb {
  display: block;
  width: 100%;
  height: auto;
  max-height: 220rem;
  object-fit: contain;
  object-position: center;
  border-radius: 6rem;
  margin-bottom: 16rem;
}

@media screen and (max-width: 767px) {
  .ls-blog-featured-thumb {
    max-height: 240rem;
  }
  .ls-blog-card-thumb {
    max-height: 180rem;
  }
}

/* Blog list pagination */
.ls-blog-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8rem 12rem;
  margin-top: 48rem;
  padding: 0 16rem;
}

.ls-blog-pagination-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44rem;
  min-height: 44rem;
  padding: 10rem 18rem;
  border: 1px solid rgba(43, 41, 107, 0.22);
  border-radius: 6rem;
  color: #2B296B;
  font-size: 14rem;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ls-blog-pagination-nav:hover {
  background-color: rgba(43, 41, 107, 0.06);
  border-color: rgba(43, 41, 107, 0.4);
}

.ls-blog-pagination-nav.is--disabled {
  opacity: 0.4;
  pointer-events: none;
}

.ls-blog-pagination-pages {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ls-blog-pagination-pages a,
.ls-blog-pagination-pages span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44rem;
  min-height: 44rem;
  padding: 8rem 12rem;
  border-radius: 6rem;
  color: #2B296B;
  font-size: 14rem;
  line-height: 1.2;
  text-decoration: none;
}

.ls-blog-pagination-pages a:hover {
  background-color: rgba(43, 41, 107, 0.08);
}

.ls-blog-pagination-pages a.is--current {
  background-color: #2B296B;
  color: #fff;
  pointer-events: none;
}

.ls-blog-pagination-pages .is--ellipsis {
  min-width: 28rem;
  opacity: 0.55;
  pointer-events: none;
}

.ls-blog-pagination-status {
  width: 100%;
  text-align: center;
  margin: 0;
  color: rgba(43, 41, 107, 0.65);
  font-size: 13rem;
}

/* Gutenberg / WordPress imported blog content */
.richtext.w-richtext .wp-block-image,
.richtext.w-richtext figure {
  margin: 24rem auto;
  max-width: 100%;
}

.richtext.w-richtext .wp-block-image img,
.richtext.w-richtext figure img,
.richtext.w-richtext img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  border-radius: 8rem;
}

.richtext.w-richtext figcaption {
  margin-top: 8rem;
  font-size: 14rem;
  line-height: 1.4;
  opacity: 0.7;
}

.richtext.w-richtext .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12rem;
  margin: 24rem 0;
}

.richtext.w-richtext .wp-block-button__link {
  display: inline-block;
  padding: 12rem 20rem;
  background: #2B296B;
  color: #fff !important;
  text-decoration: none;
  border-radius: 6rem;
  font-weight: 600;
}

.richtext.w-richtext .wp-block-quote,
.richtext.w-richtext blockquote {
  margin: 24rem 0;
  padding: 16rem 20rem;
  border-left: 3px solid #5250B8;
  background: #f4f3f8;
}

.richtext.w-richtext .wp-block-list,
.richtext.w-richtext ul,
.richtext.w-richtext ol {
  max-width: var(--_size---richtext-size, 100%);
  margin: 16rem auto;
  padding-left: 24rem;
}

.richtext.w-richtext .wp-block-table,
.richtext.w-richtext table {
  width: 100%;
  max-width: var(--_size---richtext-size, 100%);
  margin: 24rem auto;
  border-collapse: collapse;
}

.richtext.w-richtext .wp-block-table td,
.richtext.w-richtext .wp-block-table th,
.richtext.w-richtext table td,
.richtext.w-richtext table th {
  border: 1px solid #dededf;
  padding: 8rem 12rem;
  text-align: left;
}

.richtext.w-richtext .wp-block-group {
  margin: 24rem 0;
}

.richtext.w-richtext .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.richtext.w-richtext .has-text-align-center {
  text-align: center;
}

/* Testimonials: keep decorative art behind copy (absolute .generative-ai paints above in-flow text) */
.section.is--whatpeoplesay .generative-ai {
  z-index: 0;
  opacity: 0.85;
}

.section.is--whatpeoplesay .container--1328.is--relative > .max--825,
.section.is--whatpeoplesay .container--1328.is--relative > .div-block-26 {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  /* Mobile CSS repositions the art over the headline; hide it so copy stays readable */
  .section.is--whatpeoplesay .generative-ai {
    display: none;
  }
}

/* Testimonial name initials (replaces profile photos) */
.quote--initials {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  flex: none;
  width: 64rem;
  height: 64rem;
  max-width: 64rem;
  max-height: 64rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2B296B;
  color: #fff;
  font-size: 18rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  user-select: none;
}

.quote--initials--lilac {
  background-color: #7C79CF;
  color: #fff;
}

.quote--initials--soft {
  background-color: #A9A6E0;
  color: #2B296B;
}

.peoplesay--slide .quote--initials,
.customerstory--quote .quote--initials {
  max-width: 56rem;
  max-height: 56rem;
  width: 56rem;
  height: 56rem;
  font-size: 16rem;
}

/* Landing hero CTAs — same btn system + hover wipe as footer CTA */
.section.is--hero .ls-hero-ctas {
  position: relative;
  z-index: 2;
  margin: 24rem auto 40rem;
  padding: 0 20rem;
}
.section.is--hero .ls-hero-ctas.div-block-7 {
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 12rem;
}
/* Keep label/icon above the hover--bg wipe */
.section.is--hero .ls-hero-ctas .btn--book .relative,
.section.is--hero .ls-hero-ctas .btn--book .icon--20 {
  position: relative;
  z-index: 1;
}
/*
  Footer purple CTA rests white (w-variant) on a dark section.
  On the light hero, add a hairline so that resting state stays visible;
  hover wipe + text swap still come from the shared .btn--book system.
*/
.section.is--hero .ls-hero-ctas .btn--book.is--purple {
  box-shadow: inset 0 0 0 1px #17153A;
}
@media screen and (max-width: 991px) {
  .section.is--hero .ls-hero-ctas {
    margin: 32rem auto 32rem;
    gap: 12rem;
  }
}
@media screen and (max-width: 479px) {
  .section.is--hero .ls-hero-ctas {
    margin: 28rem auto 28rem;
    padding: 0 12rem;
    gap: 10rem;
  }
  .section.is--hero .ls-hero-ctas .btn--book {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}

/* ---- LawSathi platform diagram (from lawsathi-diagram-v2.html) ---- */
.platform-diagram {
  --bg: #0b0f2b;
  --purple-mid: #6366d6;
  --lavender: #e2e0f9;
  --cream: #faf4e6;
  --cream-border: #e8dcc0;
  --ink: #14142b;
  box-sizing: border-box;
  background: var(--bg);
  font-family: "Segoe UI", Arial, sans-serif;
  display: flex;
  justify-content: center;
  padding: 16px 12px;
  border-radius: 14px;
  width: 100%;
}

.platform-diagram *,
.platform-diagram *::before,
.platform-diagram *::after {
  box-sizing: border-box;
}

.platform-diagram .canvas {
  width: 560px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.platform-diagram .top-row {
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: space-between;
}

.platform-diagram .pill {
  background: var(--cream);
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  flex: 1;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  color: var(--ink);
  white-space: nowrap;
}

.platform-diagram .pill i {
  flex-shrink: 0;
  display: flex;
}

.platform-diagram .pill i,
.platform-diagram .pill i svg {
  width: 18px !important;
  height: 18px !important;
}

.platform-diagram .arrow {
  color: var(--purple-mid);
  font-size: 18px;
  line-height: 1;
  margin: 4px 0;
}

.platform-diagram .main-box {
  background: var(--lavender);
  border-radius: 16px;
  width: 100%;
  padding: 14px 14px 16px;
}

.platform-diagram .brand {
  text-align: center;
  margin: 0 0 10px 0;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.platform-diagram .platform-diagram-logo {
  display: block;
  height: 28px;
  width: auto;
  margin: 0 auto;
}

.platform-diagram .feature-row {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.platform-diagram .feature-card {
  background: var(--purple-mid);
  border-radius: 10px;
  flex: 1;
  color: #fff;
  text-align: center;
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
}

.platform-diagram .feature-card i {
  display: flex;
}

.platform-diagram .feature-card i,
.platform-diagram .feature-card i svg {
  width: 22px !important;
  height: 22px !important;
}

.platform-diagram .tagline {
  text-align: center;
  color: var(--ink);
  font-size: 12px;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.platform-diagram .info-bar {
  background: var(--purple-mid);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  color: #fff;
  margin-bottom: 8px;
  text-align: left;
}

.platform-diagram .info-bar:last-child {
  margin-bottom: 0;
}

.platform-diagram .info-bar i {
  flex-shrink: 0;
  display: flex;
}

.platform-diagram .info-bar i,
.platform-diagram .info-bar i svg {
  width: 22px !important;
  height: 22px !important;
}

.platform-diagram .info-text h3 {
  margin: 0 0 2px 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.platform-diagram .info-text p {
  margin: 0;
  font-size: 11px;
  opacity: 0.92;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
}

.platform-diagram .bottom-box {
  background: var(--cream);
  border-radius: 16px;
  width: 100%;
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.platform-diagram .source-card {
  background: var(--cream);
  border: 1.5px solid var(--cream-border);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 4px;
  color: var(--ink);
  font-weight: 700;
  font-size: 11px;
  text-align: center;
}

.platform-diagram .source-card i {
  display: flex;
}

.platform-diagram .source-card i,
.platform-diagram .source-card i svg {
  width: 18px !important;
  height: 18px !important;
}

.platform-diagram .footer-label {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin: 12px 0 0 0;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .platform-diagram {
    padding: 12px 8px;
  }

  .platform-diagram .pill {
    gap: 6px;
    padding: 8px 6px;
    font-size: 11px;
    border-radius: 12px;
  }

  .platform-diagram .brand {
    margin-bottom: 8px;
  }

  .platform-diagram .platform-diagram-logo {
    height: 22px;
  }

  .platform-diagram .main-box {
    padding: 12px 10px 14px;
    border-radius: 14px;
  }

  .platform-diagram .feature-row {
    gap: 6px;
    margin-bottom: 8px;
  }

  .platform-diagram .feature-card {
    padding: 8px 6px;
    gap: 4px;
    font-size: 10px;
    border-radius: 8px;
  }

  .platform-diagram .tagline {
    font-size: 11px;
    margin-bottom: 8px;
  }

  .platform-diagram .info-bar {
    gap: 10px;
    padding: 8px 10px;
    margin-bottom: 6px;
  }

  .platform-diagram .info-text h3 {
    font-size: 12px;
  }

  .platform-diagram .info-text p {
    font-size: 10px;
  }

  .platform-diagram .bottom-box {
    padding: 10px;
    gap: 6px;
    border-radius: 14px;
  }

  .platform-diagram .source-card {
    padding: 8px 4px;
    gap: 4px;
    font-size: 10px;
    border-radius: 8px;
  }

  .platform-diagram .footer-label {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .platform-diagram .pill {
    white-space: normal;
    flex-direction: column;
    gap: 4px;
    padding: 8px 4px;
    font-size: 10px;
    text-align: center;
  }

  .platform-diagram .bottom-box {
    grid-template-columns: repeat(4, 1fr);
  }
}
