.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: "Suisse intl", 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);
  }
}

/* Hide Judgements from the mobile menu only (desktop Resources dropdown keeps it). */
.navbar--link-parent:has(> a.navbar--link[href="/judgements"]) {
  display: none !important;
}

/* ---- Enterprise page ---- */
.main-wrapper.is--enterprise {
  opacity: 1;
}

.section.is--enterprise-hero {
  position: relative;
  background: #17153A;
  color: #F7F6FB;
  overflow: hidden;
  min-height: min(92vh, 900rem);
  padding: 140rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ls-ent-hero-atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 55% at 15% 20%, rgba(82, 80, 184, 0.45) 0%, transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 70%, rgba(43, 41, 107, 0.55) 0%, transparent 50%),
    linear-gradient(180deg, #17153A 0%, #0D0C22 100%);
}

.ls-ent-hero-atmosphere::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(203, 202, 237, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(203, 202, 237, 0.06) 1px, transparent 1px);
  background-size: 64rem 64rem;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, transparent 75%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, transparent 75%);
}

.ls-ent-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 56rem;
}

.ls-ent-hero-copy {
  max-width: 920rem;
  margin: 0 auto;
  padding: 0 24rem;
  text-align: center;
}

.ls-ent-brand {
  margin: 0 0 20rem;
  font-family: "Suisse Works", Georgia, serif;
  font-size: clamp(36px, 5.5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #F7F6FB;
}

.section.is--enterprise-hero .h1,
.section.is--enterprise-hero h1 {
  color: #CBCAED;
  font-size: clamp(24px, 2.8vw, 40px);
  line-height: 1.2;
  max-width: 820rem;
  margin-left: auto;
  margin-right: auto;
}

.ls-ent-hero-lead {
  max-width: 640rem;
  margin: 0 auto 32rem;
  font-size: 18rem;
  line-height: 1.55;
  color: rgba(247, 246, 251, 0.82);
  font-family: "Suisse Intl", Arial, sans-serif;
}

.ls-ent-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12rem;
}

.ls-ent-hero-ctas .btn--book {
  min-height: 44px;
}

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

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

/* Workflow ribbon — CSS line + checkpoints (stays horizontal on mobile) */
.ls-ent-ribbon {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 40rem 20px 64rem;
  box-sizing: border-box;
  overflow: hidden;
  background: linear-gradient(180deg, transparent 0%, rgba(13, 12, 34, 0.65) 40%, #0D0C22 100%);
  border-top: 1px solid rgba(203, 202, 237, 0.12);
}

.ls-ent-ribbon-steps {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1100rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

/* Line spans first→last dot centers (5 equal columns → 10% / 90%) */
.ls-ent-ribbon-steps::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 6px;
  height: 2px;
  background: rgba(203, 202, 237, 0.35);
  transform: scaleX(0);
  transform-origin: left center;
  animation: ls-ent-line-draw 1.2s cubic-bezier(0.3, 0, 0.2, 1) 0.2s forwards;
  z-index: 0;
}

.ls-ent-ribbon-step {
  position: relative;
  z-index: 1;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14rem;
  text-align: center;
  min-width: 0;
  opacity: 0;
  transform: translateY(10px);
  animation: ls-ent-step-in 0.5s ease forwards;
}

.ls-ent-ribbon-step:nth-child(1) { animation-delay: 0.35s; }
.ls-ent-ribbon-step:nth-child(2) { animation-delay: 0.5s; }
.ls-ent-ribbon-step:nth-child(3) { animation-delay: 0.65s; }
.ls-ent-ribbon-step:nth-child(4) { animation-delay: 0.8s; }
.ls-ent-ribbon-step:nth-child(5) { animation-delay: 0.95s; }

.ls-ent-ribbon-dot {
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #F7F6FB;
  box-shadow: 0 0 0 0 rgba(82, 80, 184, 0.45);
  animation: ls-ent-dot-pulse 0.6s ease forwards;
  animation-delay: inherit;
}

.ls-ent-ribbon-step:nth-child(1) .ls-ent-ribbon-dot { animation-delay: 0.45s; }
.ls-ent-ribbon-step:nth-child(2) .ls-ent-ribbon-dot { animation-delay: 0.6s; }
.ls-ent-ribbon-step:nth-child(3) .ls-ent-ribbon-dot { animation-delay: 0.75s; }
.ls-ent-ribbon-step:nth-child(4) .ls-ent-ribbon-dot { animation-delay: 0.9s; }
.ls-ent-ribbon-step:nth-child(5) .ls-ent-ribbon-dot { animation-delay: 1.05s; }

.ls-ent-ribbon-label {
  font-family: "Suisse Intl", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #CBCAED;
  line-height: 1.3;
}

@keyframes ls-ent-line-draw {
  to { transform: scaleX(1); }
}

@keyframes ls-ent-step-in {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes ls-ent-dot-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(82, 80, 184, 0);
    transform: scale(0.6);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(82, 80, 184, 0.35);
    transform: scale(1.05);
  }
  100% {
    box-shadow: 0 0 0 6px rgba(82, 80, 184, 0.35);
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ls-ent-ribbon-steps::before {
    transform: scaleX(1);
    animation: none;
  }
  .ls-ent-ribbon-step {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .ls-ent-ribbon-dot {
    box-shadow: 0 0 0 6px rgba(82, 80, 184, 0.35);
    transform: none;
    animation: none;
  }
}

/* Bridge + pillars */
.section.is--enterprise-bridge,
.section.is--enterprise-approvals,
.section.is--enterprise-packaging {
  padding: 96rem 24rem;
  background: #F7F6FB;
}

.section.is--enterprise-pillar {
  padding: 88rem 24rem;
  background: #fff;
}

.section.is--enterprise-pillar.is--ent-alt {
  background: #F7F6FB;
}

.ls-ent-bridge-lead {
  margin-top: 16rem;
  font-size: 18rem;
  line-height: 1.55;
  color: #17153A;
  max-width: 640rem;
  font-family: "Suisse Intl", Arial, sans-serif;
}

.ls-ent-bridge-visual {
  max-width: 680rem;
  margin: 40rem auto 0;
  padding: 0 8rem;
}

/* Ethical wall structure chart */
.ls-ent-wall-chart {
  --ls-wall-navy: #17153A;
  --ls-wall-purple: #5250B8;
  --ls-wall-purple-dark: #2B296B;
  --ls-wall-line: #B8B6E8;
  --ls-wall-muted: #9A9AA5;
  --ls-wall-lock-bg: #F1F1F6;
  width: 100%;
  position: relative;
  font-family: "Suisse Intl", Arial, sans-serif;
  color: var(--ls-wall-navy);
}

.ls-ent-wall-firm {
  background: var(--ls-wall-navy);
  color: #fff;
  font-family: "Suisse Works", Georgia, serif;
  font-size: 15rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 12rem 16rem;
  border-radius: 10rem;
  box-shadow: 0 8rem 18rem rgba(23, 21, 58, 0.18);
  opacity: 0;
  transform: translateY(-10rem);
}

.ls-ent-wall-chart.is-playing .ls-ent-wall-firm {
  animation: ls-ent-wall-drop 0.5s ease-out forwards;
}

.ls-ent-wall-connector {
  display: block;
  width: 100%;
  height: 36rem;
  margin: 0 auto;
  overflow: visible;
}

.ls-ent-wall-connector path {
  fill: none;
  stroke: var(--ls-wall-line);
  stroke-width: 1.75;
  stroke-dasharray: 320;
  stroke-dashoffset: 320;
}

.ls-ent-wall-chart.is-playing .ls-ent-wall-connector path {
  animation: ls-ent-wall-draw 0.55s 0.4s ease-out forwards;
}

.ls-ent-wall-cities {
  display: flex;
  justify-content: space-between;
  gap: 12rem;
  margin-bottom: 14rem;
}

.ls-ent-wall-city {
  flex: 1;
  background: #fff;
  border: 1.5rem solid var(--ls-wall-navy);
  border-radius: 8rem;
  text-align: center;
  padding: 10rem 8rem;
  font-size: 13rem;
  font-weight: 700;
  color: var(--ls-wall-navy);
  opacity: 0;
  transform: translateY(-10rem) scale(0.96);
}

.ls-ent-wall-chart.is-playing .ls-ent-wall-city:nth-child(1) {
  animation: ls-ent-wall-pop 0.45s 0.7s ease-out forwards;
}
.ls-ent-wall-chart.is-playing .ls-ent-wall-city:nth-child(2) {
  animation: ls-ent-wall-pop 0.45s 0.8s ease-out forwards;
}
.ls-ent-wall-chart.is-playing .ls-ent-wall-city:nth-child(3) {
  animation: ls-ent-wall-pop 0.45s 0.9s ease-out forwards;
}

.ls-ent-wall-rollup {
  background: linear-gradient(135deg, var(--ls-wall-purple), var(--ls-wall-purple-dark));
  color: #fff;
  text-align: center;
  font-size: 13rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 10rem 14rem;
  border-radius: 999rem;
  box-shadow: 0 8rem 16rem rgba(82, 80, 184, 0.28);
  margin: 4rem 0 20rem;
  opacity: 0;
  transform: scale(0.94);
}

.ls-ent-wall-chart.is-playing .ls-ent-wall-rollup {
  animation: ls-ent-wall-pop 0.45s 1.1s ease-out forwards;
}

.ls-ent-wall-panels {
  display: grid;
  grid-template-columns: 1fr 36rem 1fr;
  align-items: stretch;
  gap: 0;
}

.ls-ent-wall-panel {
  background: #FDFDFF;
  border: 1rem solid rgba(23, 21, 58, 0.08);
  border-radius: 10rem;
  padding: 14rem 14rem 16rem;
  box-shadow: 0 4rem 12rem rgba(23, 21, 58, 0.05);
  opacity: 0;
  transform: translateY(14rem);
}

.ls-ent-wall-chart.is-playing .ls-ent-wall-panel.is--litigation {
  animation: ls-ent-wall-fade-up 0.5s 1.35s ease-out forwards;
}
.ls-ent-wall-chart.is-playing .ls-ent-wall-panel.is--corporate {
  animation: ls-ent-wall-fade-up 0.5s 1.45s ease-out forwards;
}

.ls-ent-wall-panel-title {
  margin: 0 0 6rem;
  padding-bottom: 10rem;
  border-bottom: 1.5rem solid rgba(23, 21, 58, 0.08);
  text-align: center;
  font-family: "Suisse Intl", Arial, sans-serif;
  font-size: 14rem;
  font-weight: 700;
  color: var(--ls-wall-navy);
  line-height: 1.2;
}

.ls-ent-wall-matters {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  margin-top: 10rem;
}

.ls-ent-wall-matter {
  display: flex;
  align-items: center;
  gap: 10rem;
  border-radius: 8rem;
  padding: 9rem 10rem;
  font-size: 12rem;
  font-weight: 600;
  line-height: 1.3;
  opacity: 0;
  transform: translateX(-8rem);
}

.ls-ent-wall-panel.is--litigation .ls-ent-wall-matter {
  background: var(--ls-wall-lock-bg);
  color: var(--ls-wall-muted);
}

.ls-ent-wall-panel.is--corporate .ls-ent-wall-matter {
  background: #F7F7FB;
  border: 1rem solid #ECECF3;
  color: var(--ls-wall-navy);
}

.ls-ent-wall-chart.is-playing .ls-ent-wall-panel.is--litigation .ls-ent-wall-matter:nth-child(1),
.ls-ent-wall-chart.is-playing .ls-ent-wall-panel.is--corporate .ls-ent-wall-matter:nth-child(1) {
  animation: ls-ent-wall-slide 0.35s 1.7s ease-out forwards;
}
.ls-ent-wall-chart.is-playing .ls-ent-wall-panel.is--litigation .ls-ent-wall-matter:nth-child(2),
.ls-ent-wall-chart.is-playing .ls-ent-wall-panel.is--corporate .ls-ent-wall-matter:nth-child(2) {
  animation: ls-ent-wall-slide 0.35s 1.82s ease-out forwards;
}
.ls-ent-wall-chart.is-playing .ls-ent-wall-panel.is--litigation .ls-ent-wall-matter:nth-child(3),
.ls-ent-wall-chart.is-playing .ls-ent-wall-panel.is--corporate .ls-ent-wall-matter:nth-child(3) {
  animation: ls-ent-wall-slide 0.35s 1.94s ease-out forwards;
}

.ls-ent-wall-icon {
  width: 20rem;
  height: 20rem;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ls-ent-wall-panel.is--litigation .ls-ent-wall-icon {
  border: 1.5rem solid #B7B7BF;
  color: #9A9AA5;
}

.ls-ent-wall-panel.is--corporate .ls-ent-wall-icon {
  border: 1.5rem solid var(--ls-wall-navy);
  color: var(--ls-wall-navy);
}

.ls-ent-wall-icon svg {
  width: 11rem;
  height: 11rem;
}

.ls-ent-wall-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 0;
}

.ls-ent-wall-chart.is-playing .ls-ent-wall-divider {
  animation: ls-ent-wall-fade 0.5s 2.05s ease-out forwards;
}

.ls-ent-wall-line {
  flex: 1;
  width: 0;
  min-height: 20rem;
  border-left: 2rem dashed var(--ls-wall-purple);
  transform-origin: top;
  transform: scaleY(0);
}

.ls-ent-wall-line.is--after {
  transform-origin: bottom;
}

.ls-ent-wall-chart.is-playing .ls-ent-wall-line {
  animation: ls-ent-wall-grow 0.7s 1.65s ease-out forwards;
}

.ls-ent-wall-label {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: var(--ls-wall-purple-dark);
  font-family: "Suisse Intl", Arial, sans-serif;
  font-weight: 700;
  font-size: 10rem;
  letter-spacing: 0.14em;
  line-height: 1;
  margin: 6rem 0;
}

@keyframes ls-ent-wall-drop {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes ls-ent-wall-pop {
  to { opacity: 1; transform: scale(1) translateY(0); }
}
@keyframes ls-ent-wall-fade-up {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes ls-ent-wall-slide {
  to { opacity: 1; transform: translateX(0); }
}
@keyframes ls-ent-wall-fade {
  to { opacity: 1; }
}
@keyframes ls-ent-wall-grow {
  to { transform: scaleY(1); }
}
@keyframes ls-ent-wall-draw {
  to { stroke-dashoffset: 0; }
}

@media screen and (max-width: 767px) {
  .ls-ent-bridge-visual {
    max-width: 100%;
    margin-top: 28rem;
    padding: 0 4rem;
  }

  .ls-ent-wall-connector {
    height: 28rem;
  }

  .ls-ent-wall-connector-mobile {
    display: none;
  }

  .ls-ent-wall-cities {
    gap: 6rem;
    margin-bottom: 10rem;
  }

  .ls-ent-wall-city {
    padding: 7rem 4rem;
    font-size: 10rem;
    border-radius: 6rem;
  }

  .ls-ent-wall-firm {
    font-size: 12rem;
    padding: 9rem 12rem;
    border-radius: 8rem;
  }

  .ls-ent-wall-rollup {
    font-size: 10rem;
    padding: 8rem 10rem;
    margin: 2rem 0 14rem;
  }

  .ls-ent-wall-panels {
    grid-template-columns: 1fr 26rem 1fr;
  }

  .ls-ent-wall-panel {
    padding: 10rem 8rem 12rem;
    border-radius: 8rem;
  }

  .ls-ent-wall-panel-title {
    font-size: 11rem;
    padding-bottom: 8rem;
    margin-bottom: 4rem;
  }

  .ls-ent-wall-matters {
    gap: 6rem;
    margin-top: 8rem;
  }

  .ls-ent-wall-matter {
    gap: 6rem;
    padding: 7rem 6rem;
    font-size: 9rem;
    border-radius: 6rem;
  }

  .ls-ent-wall-icon {
    width: 16rem;
    height: 16rem;
  }

  .ls-ent-wall-icon svg {
    width: 9rem;
    height: 9rem;
  }

  .ls-ent-wall-label {
    font-size: 8rem;
    letter-spacing: 0.1em;
    margin: 4rem 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ls-ent-wall-firm,
  .ls-ent-wall-city,
  .ls-ent-wall-rollup,
  .ls-ent-wall-panel,
  .ls-ent-wall-matter,
  .ls-ent-wall-divider,
  .ls-ent-wall-line {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }

  .ls-ent-wall-connector path {
    stroke-dashoffset: 0 !important;
    animation: none !important;
  }
}

.ls-ent-pillar-row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64rem;
  align-items: center;
}

.ls-ent-pillar-row.is--reverse {
  direction: rtl;
}

.ls-ent-pillar-row.is--reverse > * {
  direction: ltr;
}

.ls-ent-pillar-lead {
  margin: 0 0 24rem;
  font-size: 17rem;
  line-height: 1.55;
  color: rgba(23, 21, 58, 0.78);
  font-family: "Suisse Intl", Arial, sans-serif;
}

.ls-ent-feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12rem;
}

.ls-ent-feature-list li {
  position: relative;
  padding-left: 22rem;
  font-size: 15rem;
  line-height: 1.45;
  color: #17153A;
  font-family: "Suisse Intl", Arial, sans-serif;
}

.ls-ent-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: #5250B8;
}

/* Viz cards — consistent Suisse Intl throughout */
.ls-ent-viz {
  border: 1px solid rgba(23, 21, 58, 0.12);
  background: #fff;
  padding: 28rem;
  min-height: 220rem;
  display: flex;
  flex-direction: column;
  gap: 14rem;
  justify-content: center;
  font-family: "Suisse Intl", Arial, sans-serif;
}

.section.is--ent-alt .ls-ent-viz,
.is--ent-alt .ls-ent-viz {
  background: #fff;
}

.ls-ent-viz-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16rem;
  padding: 12rem 0;
  border-bottom: 1px solid rgba(23, 21, 58, 0.08);
  font-size: 14px;
  line-height: 1.4;
  color: #17153A;
  font-family: "Suisse Intl", Arial, sans-serif;
}

.ls-ent-viz-row:last-of-type {
  border-bottom: none;
}

.ls-ent-viz-status {
  font-family: "Suisse Intl", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  flex-shrink: 0;
}

.ls-ent-viz-status.is--clear { color: #2B296B; }
.ls-ent-viz-status.is--flag { color: #5250B8; }
.ls-ent-viz-status.is--block { color: #0D0C22; }

.ls-ent-viz-mono {
  font-family: "Suisse Intl", Arial, sans-serif;
  font-size: 13px;
  color: rgba(23, 21, 58, 0.65);
  letter-spacing: 0.02em;
}

.ls-ent-viz-note {
  margin-top: 8rem;
  font-family: "Suisse Intl", Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(23, 21, 58, 0.45);
}

.ls-ent-viz-timer {
  display: inline-flex;
  align-items: center;
  gap: 10rem;
  font-family: "Suisse Intl", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #17153A;
}

.ls-ent-viz-timer-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5250B8;
  animation: ls-ent-pulse 1.6s ease-in-out infinite;
}

@keyframes ls-ent-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

@media (prefers-reduced-motion: reduce) {
  .ls-ent-viz-timer-dot { animation: none; }
}

.ls-ent-viz-bars {
  display: flex;
  align-items: flex-end;
  gap: 10rem;
  height: 96rem;
  margin-top: 8rem;
}

.ls-ent-viz-bars span {
  flex: 1;
  height: var(--h);
  background: linear-gradient(180deg, #7C79CF 0%, #2B296B 100%);
  border-radius: 2rem 2rem 0 0;
}

.ls-ent-viz-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12rem;
}

.ls-ent-viz-kpis div {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  padding: 12rem;
  background: #F7F6FB;
}

.ls-ent-viz-kpis strong {
  font-family: "Suisse Intl", Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(23, 21, 58, 0.5);
}

.ls-ent-viz-kpis span {
  font-family: "Suisse Intl", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #17153A;
}

.ls-ent-viz-heat {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 6rem;
  margin-top: 8rem;
}

.ls-ent-viz-heat span {
  height: 28rem;
  background: #CBCAED;
}

.ls-ent-viz-heat span:nth-child(2),
.ls-ent-viz-heat span:nth-child(5) { background: #7C79CF; }
.ls-ent-viz-heat span:nth-child(3),
.ls-ent-viz-heat span:nth-child(7) { background: #2B296B; }
.ls-ent-viz-heat span:nth-child(4) { background: #5250B8; }

/* Approvals */
.ls-ent-approvals {
  list-style: none;
  margin: 40rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(23, 21, 58, 0.12);
}

.ls-ent-approvals li {
  display: grid;
  grid-template-columns: 140rem 1fr;
  gap: 24rem;
  padding: 22rem 0;
  border-bottom: 1px solid rgba(23, 21, 58, 0.12);
  align-items: baseline;
}

.ls-ent-approvals strong {
  font-family: "Suisse Intl", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2B296B;
}

.ls-ent-approvals span {
  font-family: "Suisse Intl", Arial, sans-serif;
  font-size: 16rem;
  line-height: 1.45;
  color: #17153A;
}

/* Packaging — centered story + CTAs */
.section.is--enterprise-packaging {
  text-align: center;
}

.ls-ent-pack-inner {
  max-width: 720rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ls-ent-pack-inner .ls-ent-bridge-lead {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ls-ent-pack-meta {
  margin: 32rem 0 40rem;
  display: flex;
  flex-direction: column;
  gap: 20rem;
  width: 100%;
  align-items: center;
}

.ls-ent-pack-meta p {
  margin: 0;
  font-size: 16rem;
  line-height: 1.55;
  color: #17153A;
  max-width: 560rem;
  text-align: center;
  font-family: "Suisse Intl", Arial, sans-serif;
}

.ls-ent-pack-meta strong {
  display: block;
  font-family: "Suisse Intl", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8rem;
  color: #5250B8;
}

.ls-ent-pack-ctas {
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .section.is--enterprise-hero {
    min-height: auto;
    padding-top: 110rem;
    justify-content: flex-start;
  }

  .ls-ent-brand {
    font-size: 36px;
  }

  .ls-ent-hero-lead {
    font-size: 16rem;
  }

  .section.is--enterprise-hero .ls-ent-hero-ctas {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    gap: 8px;
  }

  .section.is--enterprise-hero .ls-ent-hero-ctas .btn--book {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
    min-height: 36px;
    height: 36px;
    padding: 8px 10px;
    font-size: 9px;
    letter-spacing: -0.01em;
    gap: 4px;
  }

  .section.is--enterprise-hero .ls-ent-hero-ctas .btn--book .icon--20 {
    width: 14px !important;
    height: 14px !important;
  }

  .ls-ent-ribbon {
    padding: 28rem 12px 48rem;
    overflow: hidden;
  }

  .ls-ent-ribbon-steps {
    min-width: 0;
    width: 100%;
    padding: 0;
    gap: 0;
  }

  .ls-ent-ribbon-steps::before {
    left: 10%;
    right: 10%;
    top: 4px;
  }

  .ls-ent-ribbon-dot {
    width: 10px;
    height: 10px;
  }

  .ls-ent-ribbon-label {
    font-size: 9px;
    letter-spacing: 0.04em;
    word-break: break-word;
    max-width: 100%;
  }

  .ls-ent-bridge-visual {
    margin-top: 32rem;
    max-width: 560rem;
  }

  .ls-ent-pillar-row,
  .ls-ent-pillar-row.is--reverse {
    grid-template-columns: 1fr;
    gap: 40rem;
    direction: ltr;
  }

  .ls-ent-approvals li {
    grid-template-columns: 1fr;
    gap: 8rem;
  }

  .section.is--enterprise-bridge,
  .section.is--enterprise-approvals,
  .section.is--enterprise-packaging,
  .section.is--enterprise-pillar {
    padding: 64rem 20rem;
  }

  .ls-ent-pack-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .ls-ent-pack-ctas .btn--book {
    width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .ls-ent-brand {
    font-size: 32px;
  }

  .ls-ent-ribbon-steps {
    min-width: 0;
  }

  .ls-ent-ribbon-label {
    font-size: 8px;
    letter-spacing: 0.02em;
  }

  .section.is--enterprise-hero .ls-ent-hero-ctas .btn--book {
    padding: 8px 8px;
    font-size: 8px;
  }

  .ls-ent-viz-kpis {
    grid-template-columns: 1fr;
  }
}


/* —— India Case Discovery (homepage) —— */
.section.ls-case-discovery {
  position: relative;
  padding: 88px 24px 96px;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(124, 121, 207, 0.14), transparent 55%),
    linear-gradient(180deg, #F7F6FB 0%, #FFFFFF 48%, #F7F6FB 100%);
  overflow: hidden;
}

.section.ls-case-discovery::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(43, 41, 107, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(43, 41, 107, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.45), transparent 70%);
  pointer-events: none;
}

.ls-cd {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

.ls-cd__intro {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

.ls-cd__label {
  justify-content: center;
}

.ls-cd__support {
  margin: 0 auto;
  max-width: 620px;
  color: rgba(23, 21, 58, 0.78);
  font-family: "Suisse Intl", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

.ls-cd__stage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 0 0 36px;
  align-items: stretch;
}

.ls-cd__panel {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 22px;
  border-radius: 18px;
  background: #0b0f2b;
  color: #fff;
  box-shadow: 0 24px 60px rgba(11, 15, 43, 0.22);
  overflow: hidden;
}

.ls-cd__panel-head {
  margin-bottom: 16px;
}

.ls-cd__panel-kicker {
  display: block;
  margin-bottom: 8px;
  font-family: "Suisse Intl Mono", "Suisse Intl", monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(226, 224, 249, 0.72);
}

.ls-cd__panel-title {
  margin: 0;
  font-family: "Suisse Works", Georgia, serif;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
}

.ls-cd__panel-body {
  margin: 16px 0 0;
  font-family: "Suisse Intl", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

/* Case Search mock */
.ls-cd__search-mock {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(165deg, #e2e0f9 0%, #f7f6fb 55%, #faf4e6 100%);
  color: #14142b;
}

.ls-cd__searchbar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 12px 12px 14px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(20, 20, 43, 0.1);
  box-shadow: 0 8px 24px rgba(43, 41, 107, 0.08);
}

.ls-cd__search-icon {
  flex-shrink: 0;
  color: #5250B8;
}

.ls-cd__query {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  font-family: "Suisse Intl", Arial, sans-serif;
  font-size: 14px;
  color: #17153A;
  white-space: nowrap;
  overflow: hidden;
}

.ls-cd__query-text {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  animation: ls-cd-type 4.5s steps(32, end) infinite;
}

.ls-cd__caret {
  display: inline-block;
  width: 2px;
  height: 1em;
  margin-left: 2px;
  background: #5250B8;
  animation: ls-cd-blink 1s step-end infinite;
  flex-shrink: 0;
}

.ls-cd__search-go {
  flex-shrink: 0;
  padding: 7px 12px;
  border-radius: 8px;
  background: #2B296B;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  font-family: "Suisse Intl", Arial, sans-serif;
}

.ls-cd__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ls-cd__chip {
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-family: "Suisse Intl", Arial, sans-serif;
  color: rgba(23, 21, 58, 0.7);
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(23, 21, 58, 0.1);
  animation: ls-cd-chip-in 0.6s ease both;
}

.ls-cd__chip:nth-child(1) { animation-delay: 0.05s; }
.ls-cd__chip:nth-child(2) { animation-delay: 0.12s; }
.ls-cd__chip:nth-child(3) { animation-delay: 0.19s; }
.ls-cd__chip:nth-child(4) { animation-delay: 0.26s; }
.ls-cd__chip:nth-child(5) { animation-delay: 0.33s; }
.ls-cd__chip:nth-child(6) { animation-delay: 0.4s; }

.ls-cd__chip.is--on {
  color: #fff;
  background: #5250B8;
  border-color: #5250B8;
}

.ls-cd__results {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 2px;
}

.ls-cd__result-meta {
  font-size: 12px;
  color: rgba(23, 21, 58, 0.65);
  font-family: "Suisse Intl", Arial, sans-serif;
}

.ls-cd__result-meta strong {
  color: #2B296B;
  font-size: 18px;
  font-family: "Suisse Works", Georgia, serif;
  font-weight: 500;
  margin-right: 4px;
}

.ls-cd__result-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(23, 21, 58, 0.08);
  font-family: "Suisse Intl", Arial, sans-serif;
  font-size: 13px;
  color: #17153A;
}

.ls-cd__result-row.is--hi {
  background: #fff;
  border-color: rgba(82, 80, 184, 0.35);
  box-shadow: 0 0 0 1px rgba(82, 80, 184, 0.12);
  animation: ls-cd-pulse 2.8s ease-in-out infinite;
}

.ls-cd__result-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ls-cd__result-tag {
  flex-shrink: 0;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5250B8;
  font-weight: 600;
}

/* Agentic mock */
.ls-cd__agent-mock {
  flex: 1;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 12px;
  min-height: 260px;
}

.ls-cd__steps {
  list-style: none;
  margin: 0;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.ls-cd__step {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Suisse Intl", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.45);
}

.ls-cd__step-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
}

.ls-cd__step.is--done {
  color: rgba(226, 224, 249, 0.9);
}

.ls-cd__step.is--done .ls-cd__step-dot {
  background: #7C79CF;
}

.ls-cd__step.is--active {
  color: #fff;
  font-weight: 600;
}

.ls-cd__step.is--active .ls-cd__step-dot {
  background: #F7F6FB;
  box-shadow: 0 0 0 4px rgba(124, 121, 207, 0.35);
  animation: ls-cd-blink 1.2s ease-in-out infinite;
}

.ls-cd__pdf {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
  border-radius: 14px;
  background: linear-gradient(180deg, #faf4e6 0%, #f7f6fb 100%);
  color: #14142b;
}

.ls-cd__pdf-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border-radius: 8px;
  background: rgba(23, 21, 58, 0.06);
}

.ls-cd__pdf-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(23, 21, 58, 0.25);
}

.ls-cd__pdf-dot:nth-child(1) { background: #c45c5c; }
.ls-cd__pdf-dot:nth-child(2) { background: #d4a84b; }
.ls-cd__pdf-dot:nth-child(3) { background: #5aa86c; }

.ls-cd__pdf-name {
  margin-left: 6px;
  font-size: 11px;
  font-family: "Suisse Intl Mono", "Suisse Intl", monospace;
  color: rgba(23, 21, 58, 0.7);
}

.ls-cd__pdf-page {
  position: relative;
  flex: 1;
  min-height: 140px;
  padding: 16px 14px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(23, 21, 58, 0.08);
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
}

.ls-cd__pdf-page::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 40%, rgba(124, 121, 207, 0.12) 50%, transparent 60%);
  transform: translateX(-100%);
  animation: ls-cd-shimmer 3.2s ease-in-out infinite;
}

.ls-cd__pdf-line {
  height: 7px;
  border-radius: 4px;
  background: rgba(23, 21, 58, 0.12);
  width: 100%;
}

.ls-cd__pdf-line.is--lg { width: 72%; height: 10px; background: rgba(43, 41, 107, 0.28); }
.ls-cd__pdf-line.is--mid { width: 88%; }
.ls-cd__pdf-line.is--short { width: 54%; }

.ls-cd__pdf-seal {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  padding: 4px 8px;
  border: 1px solid rgba(43, 41, 107, 0.35);
  border-radius: 4px;
  font-size: 9px;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #2B296B;
  background: rgba(247, 246, 251, 0.92);
  font-family: "Suisse Intl Mono", monospace;
}

.ls-cd__courts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ls-cd__courts span {
  padding: 5px 8px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(23, 21, 58, 0.1);
  font-size: 10px;
  font-weight: 600;
  font-family: "Suisse Intl", Arial, sans-serif;
  color: #2B296B;
}

.ls-cd__ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.ls-cd__ctas .btn--book {
  min-width: 160px;
  justify-content: center;
}

@keyframes ls-cd-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

@keyframes ls-cd-type {
  0%, 8% { width: 0; }
  45%, 78% { width: 100%; }
  90%, 100% { width: 0; }
}

@keyframes ls-cd-chip-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes ls-cd-pulse {
  0%, 100% { transform: translateY(0); box-shadow: 0 0 0 1px rgba(82, 80, 184, 0.12); }
  50% { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(82, 80, 184, 0.18); }
}

@keyframes ls-cd-shimmer {
  0%, 30% { transform: translateX(-100%); }
  60%, 100% { transform: translateX(100%); }
}

@media (prefers-reduced-motion: reduce) {
  .ls-cd__query-text,
  .ls-cd__caret,
  .ls-cd__chip,
  .ls-cd__result-row.is--hi,
  .ls-cd__step.is--active .ls-cd__step-dot,
  .ls-cd__pdf-page::after {
    animation: none !important;
  }
  .ls-cd__query-text { width: auto; }
}

@media screen and (max-width: 991px) {
  .section.ls-case-discovery {
    padding: 64px 20px 72px;
  }

  .ls-cd__intro {
    text-align: left;
    margin-bottom: 28px;
  }

  .ls-cd__label {
    justify-content: flex-start;
  }

  .ls-cd__support {
    font-size: 15px;
    max-width: none;
  }

  .ls-cd__stage {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ls-cd__panel-title {
    font-size: 22px;
  }

  .ls-cd__agent-mock {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .ls-cd__ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .ls-cd__ctas .btn--book {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section.ls-case-discovery {
    padding: 48px 16px 56px;
  }

  .ls-cd__panel {
    padding: 16px;
    border-radius: 14px;
  }

  .ls-cd__panel-title {
    font-size: 20px;
  }

  .ls-cd__search-go {
    display: none;
  }
}


/* ==========================================================================
   Product dropdown — Platform / Collections / Enterprise
   ========================================================================== */

@media screen and (min-width: 992px) {
  /* Drive the reveal from CSS rather than relying on the Webflow IX2 height
     measurement — the Product menu is taller than the others, and this also
     gives the dropdowns keyboard access via :focus-within. */
  .navbar--link-parent.is--dropdown .navbar--dropdown-response {
    height: auto !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease;
  }
  .navbar--link-parent.is--dropdown:hover .navbar--dropdown-response,
  .navbar--link-parent.is--dropdown:focus-within .navbar--dropdown-response {
    max-height: 420rem;
  }

  /* The base rule pins the panel to the trigger's width (left:0;right:0) and
     clips it with overflow:hidden. The Product panel is wider than its
     trigger, so give it its own width instead of letting it be cut off. */
  .navbar--link-parent.is--product-menu .navbar--dropdown-response {
    left: 0;
    right: auto;
    width: 272rem;
  }

  .navbar--dropdown-response-inner.is--product {
    grid-row-gap: 2rem;
    padding: 10rem;
  }
  .navbar--dropdown-response-inner.is--product .navbar--dropdown-link {
    display: block;
    padding: 9rem 10rem;
    line-height: 1.25;
  }
}

.ls-nav-sub {
  display: block;
  margin-top: 3rem;
  font-family: "Suisse intl", Arial, sans-serif;
  font-size: 11rem;
  line-height: 1.3;
  letter-spacing: -.01em;
  opacity: .55;
}

/* ==========================================================================
   Mobile menu — grouped drawer
   --------------------------------------------------------------------------
   The flattened mobile list dropped everything the desktop bar communicates:
   Platform / Collections / Enterprise are three audiences, not three peers of
   "Blog". Reuse the Product dropdown markup (label + descriptors) as the head
   of the drawer and demote the rest to a compact utility grid, so the segment
   choice reads first and the whole drawer still fits one screen.
   ========================================================================== */

@media screen and (max-width: 991px) {
  /* Panel can grow past the fold on small handsets — let it scroll. */
  .navbar--menu {
    max-height: calc(100vh - 48rem) !important;
    max-height: calc(100dvh - 48rem) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
  }

  .navbar--menu-inside {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-column-gap: 8rem !important;
    grid-row-gap: 8rem !important;
    align-items: stretch !important;
    padding-top: 72rem !important;
  }

  /* ---- Product group: promoted, keeps its label and descriptors ---- */
  .navbar--link-parent.is--dropdown.is--product-menu {
    display: block !important;
    grid-column: 1 / -1 !important;
    margin-bottom: 8rem;
    padding-bottom: 16rem;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }
  /* "Product" becomes a section eyebrow, not a tap target. */
  .is--product-menu .navbar--dropdown-trigger {
    pointer-events: none;
    cursor: default;
    margin-bottom: 10rem;
    padding: 0;
    font-family: "Suisse intl mono", Arial, sans-serif;
    font-size: 10rem;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .45;
    background-color: transparent !important;
  }
  .is--product-menu .navbar--arrow { display: none; }

  /* Panel is collapsed by an IX2 height on desktop; here it is always open. */
  .is--product-menu .navbar--dropdown-response {
    position: static;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    border-radius: 0;
  }
  .is--product-menu .navbar--dropdown-response-inner {
    grid-row-gap: 8rem;
    margin-top: 0;
    padding: 0;
    background-color: transparent;
  }
  .is--product-menu .navbar--dropdown-link {
    position: relative;
    display: block;
    padding: 13rem 34rem 13rem 14rem;
    font-size: 16rem;
    line-height: 1.2;
    background-color: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 8rem;
  }
  .is--product-menu .navbar--dropdown-link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15rem;
    width: 6rem;
    height: 6rem;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
    opacity: .35;
  }
  .is--product-menu .navbar--dropdown-link:active {
    background-color: rgba(255, 255, 255, .1);
  }
  .is--product-menu .navbar--dropdown-link.w--current {
    background-color: rgba(82, 80, 184, .3);
    border-color: rgba(203, 202, 237, .35);
  }
  /* The descriptor is the whole point of the group — keep it on mobile. */
  .is--product-menu .ls-nav-sub {
    display: block;
    margin-top: 4rem;
    font-size: 11rem;
    opacity: .5;
  }

  /* The flat Platform/Collections/Enterprise duplicates are now redundant. */
  .navbar--link-parent:has(> a.navbar--link[href^="/product"]),
  .navbar--link-parent:has(> a.navbar--link[href^="/legal-collections-management"]),
  .navbar--link-parent:has(> a.navbar--link[href^="/enterprise"]) {
    display: none !important;
  }

  /* ---- Everything else: compact two-up utility tiles ---- */
  .navbar--menu-inside > .navbar--link-parent:not(.is--dropdown) > .navbar--link {
    display: flex !important;
    align-items: center;
    height: 100%;
    padding: 13rem 14rem;
    font-size: 14rem;
    line-height: 1.2;
    background-color: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 8rem;
    box-sizing: border-box;
  }
  .navbar--menu-inside > .navbar--link-parent:not(.is--dropdown) > .navbar--link:active {
    background-color: rgba(255, 255, 255, .08);
  }
  .navbar--menu-inside > .navbar--link-parent:not(.is--dropdown) > .navbar--link.w--current {
    background-color: rgba(82, 80, 184, .3);
    border-color: rgba(203, 202, 237, .35);
  }
}

.ls-nav-sub {
  display: block;
  margin-top: 3rem;
  font-family: "Suisse intl", Arial, sans-serif;
  font-size: 11rem;
  line-height: 1.3;
  letter-spacing: -.01em;
  opacity: .55;
}

/* Outside the Product group the descriptor would just add noise on mobile. */
@media screen and (max-width: 991px) {
  .ls-nav-sub { display: none; }
}
