html.leasing-operations-v2 {
  --ls-brand: #4c64fe;
  --ls-brand-deep: #3953e8;
  --ls-ink: #31415f;
  --ls-body: #69748a;
  --ls-muted: #adb3bf;
  --ls-line: #d8dce6;
  --ls-bg: #f7f9fb;
  --ls-white: #fff;
  --ls-gold: #ba8b42;
  scroll-behavior: smooth;
  color: var(--ls-ink);
  background: var(--ls-white);
}

html.leasing-operations-v2 body {
  overflow-x: clip;
  color: var(--ls-body);
  background: var(--ls-white);
}

html.leasing-operations-v2 .container {
  width: min(1280px, calc(100% - 64px));
  margin-inline: auto;
}

html.leasing-operations-v2 main a:focus-visible,
html.leasing-operations-v2 main button:focus-visible,
html.leasing-operations-v2 main summary:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--ls-brand) 32%, transparent);
  outline-offset: 4px;
}

html.leasing-operations-v2 h1,
html.leasing-operations-v2 h2,
html.leasing-operations-v2 h3,
html.leasing-operations-v2 p {
  margin: 0;
}

html.leasing-operations-v2 h1,
html.leasing-operations-v2 h2,
html.leasing-operations-v2 h3 {
  color: var(--ls-ink);
  text-wrap: balance;
}

html.leasing-operations-v2 p {
  text-wrap: pretty;
}

html.leasing-operations-v2 .ls2-section {
  position: relative;
  padding: 126px 0 138px;
}

html.leasing-operations-v2 .ls2-head {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.9fr);
  gap: 64px;
  align-items: start;
  margin-bottom: 64px;
}

html.leasing-operations-v2 .ls2-head > span,
html.leasing-operations-v2 .ls2-product-head > div:first-child > span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ls-brand);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

html.leasing-operations-v2 .ls2-head > span::before,
html.leasing-operations-v2 .ls2-product-head > div:first-child > span::before {
  width: 28px;
  height: 2px;
  background: var(--ls-brand);
  content: "";
}

html.leasing-operations-v2 .ls2-head h2 {
  max-width: 900px;
  font-size: clamp(44px, 3.55vw, 52px);
  line-height: 1.14;
  letter-spacing: -0.045em;
}

html.leasing-operations-v2 .ls2-head p {
  max-width: 780px;
  margin-top: 22px;
  font-size: 17px;
  line-height: 1.82;
}

/* Hero */
html.leasing-operations-v2 .ls2-hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  background: #f8faff;
}

html.leasing-operations-v2 .ls2-hero-media,
html.leasing-operations-v2 .ls2-hero-media picture,
html.leasing-operations-v2 .ls2-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

html.leasing-operations-v2 .ls2-hero-media img {
  object-fit: cover;
  object-position: center;
}

html.leasing-operations-v2 .ls2-hero-media > div {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(248, 250, 255, 0.98) 0%, rgba(248, 250, 255, 0.93) 28%, rgba(248, 250, 255, 0.36) 47%, rgba(248, 250, 255, 0.02) 72%),
    linear-gradient(0deg, rgba(247, 249, 251, 0.18), transparent 26%);
}

html.leasing-operations-v2 .ls2-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  min-height: 820px;
  padding-top: 70px;
}

html.leasing-operations-v2 .ls2-breadcrumb {
  position: absolute;
  top: 106px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}

html.leasing-operations-v2 .ls2-breadcrumb a,
html.leasing-operations-v2 .ls2-breadcrumb span {
  color: #8490a5;
}

html.leasing-operations-v2 .ls2-breadcrumb b {
  color: var(--ls-ink);
  font-weight: 600;
}

html.leasing-operations-v2 .ls2-hero-copy {
  width: min(620px, 49%);
  padding-top: 62px;
}

html.leasing-operations-v2 .ls2-product-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ls-brand);
  font-size: 22px;
  font-weight: 700;
}

html.leasing-operations-v2 .ls2-product-lockup i {
  font-style: normal;
  opacity: 0.42;
}

html.leasing-operations-v2 .ls2-product-lockup strong {
  color: var(--ls-ink);
  font-size: 28px;
}

html.leasing-operations-v2 .ls2-hero h1 {
  max-width: 610px;
  margin-top: 24px;
  font-size: clamp(56px, 4.35vw, 68px);
  line-height: 1.08;
  letter-spacing: -0.055em;
}

html.leasing-operations-v2 .ls2-hero-copy > p {
  max-width: 600px;
  margin-top: 26px;
  color: #59677f;
  font-size: 17px;
  line-height: 1.82;
}

html.leasing-operations-v2 .ls2-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
}

html.leasing-operations-v2 .ls2-actions .btn-primary {
  min-height: 52px;
  padding-inline: 24px;
  border-color: var(--ls-brand);
  border-radius: 8px;
  background: var(--ls-brand);
  box-shadow: 0 14px 32px rgba(76, 100, 254, 0.22);
  color: #fff;
}

html.leasing-operations-v2 .ls2-actions .btn-primary:hover {
  transform: translateY(-2px);
  background: var(--ls-brand-deep);
  box-shadow: 0 18px 38px rgba(76, 100, 254, 0.28);
}

html.leasing-operations-v2 .ls2-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ls-ink);
  font-size: 15px;
  font-weight: 700;
}

html.leasing-operations-v2 .ls2-text-link:hover {
  color: var(--ls-brand);
}

html.leasing-operations-v2 .ls2-audience {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  margin-top: 38px;
  color: #77839a;
  font-size: 13px;
}

html.leasing-operations-v2 .ls2-audience span {
  color: var(--ls-muted);
}

html.leasing-operations-v2 .ls2-audience b {
  position: relative;
  color: #59677f;
  font-weight: 600;
}

html.leasing-operations-v2 .ls2-audience b + b::before {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: var(--ls-muted);
  content: "";
}

/* Product line navigation */
html.leasing-operations-v2 .ls2-family {
  position: relative;
  z-index: 3;
  border-block: 1px solid #e7eaf1;
  background: rgba(255, 255, 255, 0.94);
}

html.leasing-operations-v2 .ls2-family .container {
  display: grid;
  grid-template-columns: 288px 1fr;
  align-items: stretch;
}

html.leasing-operations-v2 .ls2-family-home {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 20px;
  align-content: center;
  min-height: 88px;
  padding-right: 32px;
  border-right: 1px solid #e7eaf1;
  color: var(--ls-ink);
}

html.leasing-operations-v2 .ls2-family-home span {
  color: var(--ls-muted);
  font-size: 12px;
}

html.leasing-operations-v2 .ls2-family-home b {
  font-size: 18px;
}

html.leasing-operations-v2 .ls2-family-home i {
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: center;
  color: var(--ls-brand);
  font-size: 20px;
  transition: transform 0.22s ease;
}

html.leasing-operations-v2 .ls2-family-home:hover i {
  transform: translate(2px, -2px);
}

html.leasing-operations-v2 .ls2-family-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 42px;
}

html.leasing-operations-v2 .ls2-family-links a {
  position: relative;
  color: var(--ls-body);
  font-size: 15px;
  font-weight: 600;
}

html.leasing-operations-v2 .ls2-family-links a[aria-current="page"] {
  color: var(--ls-brand);
}

html.leasing-operations-v2 .ls2-family-links a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: -33px;
  left: 0;
  height: 3px;
  background: var(--ls-brand);
  content: "";
}

/* Definition */
html.leasing-operations-v2 .ls2-definition {
  padding-top: 112px;
  background: #fff;
}

html.leasing-operations-v2 .ls2-definition .container {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(420px, 0.75fr);
  gap: 104px;
  align-items: start;
}

html.leasing-operations-v2 .ls2-definition-main > span {
  color: var(--ls-brand);
  font-size: 15px;
  font-weight: 700;
}

html.leasing-operations-v2 .ls2-definition-main h2 {
  margin-top: 22px;
  font-size: clamp(44px, 3.45vw, 52px);
  line-height: 1.14;
  letter-spacing: -0.045em;
}

html.leasing-operations-v2 .ls2-definition-main p {
  max-width: 750px;
  margin-top: 28px;
  color: var(--ls-body);
  font-size: 18px;
  line-height: 1.9;
}

html.leasing-operations-v2 .ls2-value-lines {
  border-top: 1px solid var(--ls-line);
}

html.leasing-operations-v2 .ls2-value-lines article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid var(--ls-line);
}

html.leasing-operations-v2 .ls2-value-lines article > span {
  padding-top: 3px;
  color: var(--ls-brand);
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

html.leasing-operations-v2 .ls2-value-lines b {
  color: var(--ls-ink);
  font-size: 19px;
}

html.leasing-operations-v2 .ls2-value-lines p {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.65;
}

/* Sticky capability navigation */
html.leasing-operations-v2 .ls2-cap-nav {
  position: sticky;
  z-index: 14;
  top: 72px;
  border-block: 1px solid #e7eaf1;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 30px rgba(49, 65, 95, 0.055);
  backdrop-filter: blur(18px);
}

html.leasing-operations-v2 .ls2-cap-nav .container {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 88px;
  gap: 22px;
  align-items: center;
  min-height: 82px;
}

html.leasing-operations-v2 .ls2-cap-brand {
  display: grid;
  gap: 3px;
}

html.leasing-operations-v2 .ls2-cap-brand span {
  color: var(--ls-muted);
  font-size: 11px;
}

html.leasing-operations-v2 .ls2-cap-brand b {
  color: var(--ls-ink);
  font-size: 15px;
}

html.leasing-operations-v2 .ls2-cap-links {
  display: grid;
  grid-template-columns: repeat(6, minmax(112px, 1fr));
  gap: 4px;
}

html.leasing-operations-v2 .ls2-cap-links a {
  display: grid;
  gap: 2px;
  min-height: 54px;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--ls-body);
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

html.leasing-operations-v2 .ls2-cap-links a span {
  color: var(--ls-muted);
  font-size: 10px;
}

html.leasing-operations-v2 .ls2-cap-links a b {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

html.leasing-operations-v2 .ls2-cap-links a:hover,
html.leasing-operations-v2 .ls2-cap-links a.is-active {
  background: #eef1ff;
  color: var(--ls-brand);
}

html.leasing-operations-v2 .ls2-cap-links a:active {
  transform: translateY(1px);
}

html.leasing-operations-v2 .ls2-cap-cta {
  display: grid;
  place-items: center;
  min-height: 40px;
  border-radius: 7px;
  background: var(--ls-brand);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

/* Problems */
html.leasing-operations-v2 .ls2-problems {
  background:
    radial-gradient(circle at 12% 10%, rgba(76, 100, 254, 0.07), transparent 28%),
    var(--ls-bg);
}

html.leasing-operations-v2 .ls2-problem-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--ls-line);
}

html.leasing-operations-v2 .ls2-problem-list article {
  display: grid;
  grid-template-columns: 54px 180px 1fr;
  gap: 24px;
  align-items: start;
  padding: 30px 28px 30px 0;
  border-bottom: 1px solid var(--ls-line);
}

html.leasing-operations-v2 .ls2-problem-list article:nth-child(odd) {
  border-right: 1px solid var(--ls-line);
}

html.leasing-operations-v2 .ls2-problem-list article:nth-child(even) {
  padding-left: 30px;
}

html.leasing-operations-v2 .ls2-problem-list article > span {
  color: var(--ls-brand);
  font-size: 12px;
  font-weight: 700;
}

html.leasing-operations-v2 .ls2-problem-list h3 {
  font-size: 20px;
  line-height: 1.35;
}

html.leasing-operations-v2 .ls2-problem-list p {
  font-size: 14px;
  line-height: 1.72;
}

/* Panorama */
html.leasing-operations-v2 .ls2-blueprint {
  overflow: hidden;
  background: #fff;
}

html.leasing-operations-v2 .ls2-panorama {
  margin: 0;
  overflow: hidden;
  border: 1px solid #e1e6f0;
  border-radius: 12px;
  background: #f9fbff;
  box-shadow: 0 34px 70px rgba(49, 65, 95, 0.1);
}

html.leasing-operations-v2 .ls2-panorama picture,
html.leasing-operations-v2 .ls2-panorama img {
  display: block;
  width: 100%;
  height: auto;
}

html.leasing-operations-v2 .ls2-panorama figcaption {
  padding: 14px 20px;
  border-top: 1px solid #e1e6f0;
  color: #7c879b;
  font-size: 13px;
}

html.leasing-operations-v2 .ls2-journey {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid var(--ls-brand);
}

html.leasing-operations-v2 .ls2-journey li {
  position: relative;
  display: grid;
  gap: 7px;
  padding: 20px 9px 0 0;
}

html.leasing-operations-v2 .ls2-journey li::before {
  position: absolute;
  top: -6px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--ls-brand);
  box-shadow: 0 0 0 2px var(--ls-brand);
  content: "";
}

html.leasing-operations-v2 .ls2-journey span {
  color: var(--ls-muted);
  font-size: 10px;
}

html.leasing-operations-v2 .ls2-journey b {
  color: var(--ls-ink);
  font-size: 14px;
}

html.leasing-operations-v2 .ls2-ability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 72px;
  border-block: 1px solid var(--ls-line);
}

html.leasing-operations-v2 .ls2-ability-grid article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px 16px;
  padding: 26px 28px;
  border-right: 1px solid var(--ls-line);
}

html.leasing-operations-v2 .ls2-ability-grid article:nth-child(3n) {
  border-right: 0;
}

html.leasing-operations-v2 .ls2-ability-grid article:nth-child(-n+3) {
  border-bottom: 1px solid var(--ls-line);
}

html.leasing-operations-v2 .ls2-ability-grid span {
  grid-row: 1 / span 2;
  color: var(--ls-brand);
  font-size: 11px;
  font-weight: 700;
}

html.leasing-operations-v2 .ls2-ability-grid h3 {
  font-size: 19px;
}

html.leasing-operations-v2 .ls2-ability-grid p {
  font-size: 13px;
  line-height: 1.6;
}

html.leasing-operations-v2 .ls2-role-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  align-items: center;
  margin-top: 36px;
  padding: 22px 28px;
  border-left: 3px solid var(--ls-brand);
  background: #f3f5ff;
  font-size: 13px;
}

html.leasing-operations-v2 .ls2-role-strip b {
  color: var(--ls-ink);
  font-size: 15px;
}

/* Product sections */
html.leasing-operations-v2 .ls2-product {
  background: #fff;
  scroll-margin-top: 170px;
}

html.leasing-operations-v2 .ls2-product.is-tinted,
html.leasing-operations-v2 .ls2-dashboard {
  background:
    radial-gradient(circle at 88% 6%, rgba(76, 100, 254, 0.055), transparent 28%),
    var(--ls-bg);
}

html.leasing-operations-v2 .ls2-product-head {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(400px, 0.82fr);
  gap: 96px;
  align-items: start;
  margin-bottom: 58px;
}

html.leasing-operations-v2 .ls2-product-head h2 {
  max-width: 760px;
  margin-top: 20px;
  font-size: clamp(44px, 3.55vw, 52px);
  line-height: 1.15;
  letter-spacing: -0.045em;
}

html.leasing-operations-v2 .ls2-product-head > div:last-child {
  padding-top: 34px;
}

html.leasing-operations-v2 .ls2-product-head p {
  font-size: 16px;
  line-height: 1.82;
}

html.leasing-operations-v2 .ls2-product-head strong {
  display: block;
  margin-top: 20px;
  padding-left: 18px;
  border-left: 3px solid var(--ls-brand);
  color: var(--ls-ink);
  font-size: 16px;
  line-height: 1.68;
}

html.leasing-operations-v2 .ls2-feature-lines {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 52px;
  border-block: 1px solid var(--ls-line);
}

html.leasing-operations-v2 .ls2-feature-lines.is-seven {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

html.leasing-operations-v2 .ls2-feature-lines > span {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
  min-height: 74px;
  padding: 20px 22px;
  border-right: 1px solid var(--ls-line);
  color: var(--ls-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

html.leasing-operations-v2 .ls2-feature-lines > span:nth-child(3n) {
  border-right: 0;
}

html.leasing-operations-v2 .ls2-feature-lines.is-seven > span:nth-child(3n) {
  border-right: 1px solid var(--ls-line);
}

html.leasing-operations-v2 .ls2-feature-lines.is-seven > span:nth-child(4n) {
  border-right: 0;
}

html.leasing-operations-v2 .ls2-feature-lines > span:nth-child(n+4) {
  border-top: 1px solid var(--ls-line);
}

html.leasing-operations-v2 .ls2-feature-lines i {
  color: var(--ls-brand);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

html.leasing-operations-v2 .ls2-evidence {
  margin: 0;
  overflow: hidden;
  border: 1px solid #dfe4ed;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 24px 56px rgba(49, 65, 95, 0.11);
}

html.leasing-operations-v2 .ls2-evidence picture,
html.leasing-operations-v2 .ls2-evidence img {
  display: block;
  width: 100%;
  background: #f4f7fb;
}

html.leasing-operations-v2 .ls2-evidence img {
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: contain;
}

html.leasing-operations-v2 .ls2-evidence figcaption {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  padding: 16px 18px;
  border-top: 1px solid #e6e9f0;
}

html.leasing-operations-v2 .ls2-evidence figcaption span {
  color: var(--ls-brand);
  font-size: 12px;
  font-weight: 700;
}

html.leasing-operations-v2 .ls2-evidence figcaption p {
  color: var(--ls-body);
  font-size: 13px;
  line-height: 1.6;
}

html.leasing-operations-v2 .ls2-inline-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 26px;
  color: var(--ls-brand);
  font-size: 14px;
  font-weight: 700;
}

html.leasing-operations-v2 .ls2-inline-link:hover i {
  transform: translate(2px, -2px);
}

html.leasing-operations-v2 .ls2-boundary {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 34px;
  margin-top: 34px;
  padding: 26px 0 0;
  border-top: 1px solid var(--ls-line);
}

html.leasing-operations-v2 .ls2-boundary b {
  color: var(--ls-ink);
  font-size: 16px;
}

html.leasing-operations-v2 .ls2-boundary p {
  font-size: 14px;
  line-height: 1.72;
}

html.leasing-operations-v2 .ls2-boundary a {
  margin-inline: 4px;
  color: var(--ls-brand);
  font-weight: 700;
}

html.leasing-operations-v2 .ls2-contract-flow {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  margin: 0 0 54px;
  padding: 0;
  list-style: none;
  border-block: 1px solid var(--ls-line);
}

html.leasing-operations-v2 .ls2-contract-flow li {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 90px;
  align-content: center;
  padding: 14px 16px;
  border-right: 1px solid var(--ls-line);
}

html.leasing-operations-v2 .ls2-contract-flow li:last-child {
  border-right: 0;
}

html.leasing-operations-v2 .ls2-contract-flow span {
  color: var(--ls-brand);
  font-size: 10px;
  font-weight: 700;
}

html.leasing-operations-v2 .ls2-contract-flow b {
  color: var(--ls-ink);
  font-size: 14px;
}

html.leasing-operations-v2 .ls2-evidence-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

html.leasing-operations-v2 .ls2-billing-map {
  display: grid;
  grid-template-columns: 0.9fr 1.6fr;
  gap: 48px;
  margin-bottom: 54px;
}

html.leasing-operations-v2 .ls2-billing-map > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--ls-line);
  border-radius: 10px;
  background: var(--ls-line);
}

html.leasing-operations-v2 .ls2-billing-map > div > span {
  grid-column: 1 / -1;
  padding: 16px 20px;
  background: #eef1ff;
  color: var(--ls-brand);
  font-size: 14px;
  font-weight: 700;
}

html.leasing-operations-v2 .ls2-billing-map > div > b {
  padding: 15px 18px;
  background: #fff;
  color: var(--ls-ink);
  font-size: 14px;
}

html.leasing-operations-v2 .ls2-billing-map ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-block: 1px solid var(--ls-line);
}

html.leasing-operations-v2 .ls2-billing-map li {
  display: grid;
  gap: 8px;
  align-content: center;
  min-height: 82px;
  padding: 14px;
  border-right: 1px solid var(--ls-line);
}

html.leasing-operations-v2 .ls2-billing-map li:nth-child(4n) {
  border-right: 0;
}

html.leasing-operations-v2 .ls2-billing-map li:nth-child(n+5) {
  border-top: 1px solid var(--ls-line);
}

html.leasing-operations-v2 .ls2-billing-map li span {
  color: var(--ls-brand);
  font-size: 10px;
  font-weight: 700;
}

html.leasing-operations-v2 .ls2-billing-map li b {
  color: var(--ls-ink);
  font-size: 13px;
}

html.leasing-operations-v2 .ls2-evidence-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

html.leasing-operations-v2 .ls2-evidence-stack .ls2-evidence:first-child {
  grid-column: 1 / -1;
}

html.leasing-operations-v2 .ls2-mobile-evidence {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

html.leasing-operations-v2 .ls2-dashboard .ls2-evidence {
  background: #fff;
}

html.leasing-operations-v2 .ls2-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 40px;
  border-block: 1px solid var(--ls-line);
}

html.leasing-operations-v2 .ls2-metrics > span {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  min-height: 76px;
  padding: 20px 22px;
  border-right: 1px solid var(--ls-line);
  color: var(--ls-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

html.leasing-operations-v2 .ls2-metrics > span:nth-child(3n) {
  border-right: 0;
}

html.leasing-operations-v2 .ls2-metrics > span:nth-child(n+4) {
  border-top: 1px solid var(--ls-line);
}

html.leasing-operations-v2 .ls2-metrics i {
  color: var(--ls-brand);
  font-size: 10px;
  font-style: normal;
}

html.leasing-operations-v2 .ls2-data-note {
  margin-top: 22px;
  color: #7c8799;
  font-size: 13px;
  line-height: 1.65;
}

/* Roles */
html.leasing-operations-v2 .ls2-roles {
  background: #fff;
}

html.leasing-operations-v2 .ls2-role-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--ls-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 30px 66px rgba(49, 65, 95, 0.09);
}

html.leasing-operations-v2 .ls2-role-tabs {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  border-right: 1px solid var(--ls-line);
  background: var(--ls-bg);
}

html.leasing-operations-v2 .ls2-role-tabs button {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  align-items: center;
  padding: 22px 26px;
  border: 0;
  border-bottom: 1px solid var(--ls-line);
  background: transparent;
  color: var(--ls-body);
  text-align: left;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease;
}

html.leasing-operations-v2 .ls2-role-tabs button:last-child {
  border-bottom: 0;
}

html.leasing-operations-v2 .ls2-role-tabs button[aria-selected="true"] {
  background: #fff;
  color: var(--ls-brand);
  box-shadow: inset 3px 0 0 var(--ls-brand);
}

html.leasing-operations-v2 .ls2-role-tabs button span {
  font-size: 11px;
  font-weight: 700;
}

html.leasing-operations-v2 .ls2-role-tabs button b {
  font-size: 17px;
}

html.leasing-operations-v2 .ls2-role-panels {
  display: grid;
  align-items: stretch;
}

html.leasing-operations-v2 .ls2-role-panels article {
  grid-area: 1 / 1;
  display: grid;
  align-content: center;
  padding: 62px 72px;
  background:
    radial-gradient(circle at 88% 18%, rgba(76, 100, 254, 0.1), transparent 28%),
    #fff;
}

html.leasing-operations-v2 .ls2-role-panels article[hidden] {
  display: none;
}

html.leasing-operations-v2 .ls2-role-panels article > span {
  color: var(--ls-brand);
  font-size: 14px;
  font-weight: 700;
}

html.leasing-operations-v2 .ls2-role-panels h3 {
  max-width: 720px;
  margin-top: 16px;
  font-size: 34px;
  line-height: 1.25;
}

html.leasing-operations-v2 .ls2-role-panels p {
  max-width: 720px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.78;
}

html.leasing-operations-v2 .ls2-role-panels ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

html.leasing-operations-v2 .ls2-role-panels li {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--ls-ink);
  font-size: 14px;
  font-weight: 600;
}

html.leasing-operations-v2 .ls2-role-panels li i {
  color: var(--ls-brand);
}

/* Integration */
html.leasing-operations-v2 .ls2-integration {
  background: var(--ls-bg);
}

html.leasing-operations-v2 .ls2-integration-layout {
  display: grid;
  grid-template-columns: 1.45fr 0.8fr;
  gap: 32px;
  align-items: stretch;
}

html.leasing-operations-v2 .ls2-system-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--ls-line);
  border-radius: 12px;
  background: var(--ls-line);
}

html.leasing-operations-v2 .ls2-system-core {
  grid-column: 1 / -1;
  display: grid;
  gap: 7px;
  padding: 28px;
  background: var(--ls-brand);
  color: #fff;
}

html.leasing-operations-v2 .ls2-system-core span {
  font-size: 21px;
  font-weight: 700;
}

html.leasing-operations-v2 .ls2-system-core b {
  font-size: 14px;
  font-weight: 600;
}

html.leasing-operations-v2 .ls2-system-core small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
}

html.leasing-operations-v2 .ls2-system-map article {
  display: grid;
  gap: 14px;
  min-height: 142px;
  padding: 24px 26px;
  background: #fff;
}

html.leasing-operations-v2 .ls2-system-map article b {
  color: var(--ls-ink);
  font-size: 16px;
}

html.leasing-operations-v2 .ls2-system-map article small,
html.leasing-operations-v2 .ls2-system-map article p {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.55;
}

html.leasing-operations-v2 .ls2-ai-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 28px;
  border: 1px solid #dfe4ed;
  border-radius: 12px;
  background: #fff;
}

html.leasing-operations-v2 .ls2-ai-list > span {
  padding-bottom: 20px;
  color: var(--ls-brand);
  font-size: 15px;
  font-weight: 700;
}

html.leasing-operations-v2 .ls2-ai-list > article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding: 18px 0;
  border-top: 1px solid var(--ls-line);
}

html.leasing-operations-v2 .ls2-ai-list > article > i {
  color: var(--ls-brand);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

html.leasing-operations-v2 .ls2-ai-list b {
  color: var(--ls-ink);
  font-size: 15px;
}

html.leasing-operations-v2 .ls2-ai-list p {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.62;
}

html.leasing-operations-v2 .ls2-ai-list > div {
  margin-top: auto;
  padding: 18px;
  border-left: 3px solid var(--ls-gold);
  background: #fbf8f3;
}

html.leasing-operations-v2 .ls2-ai-list > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: var(--ls-brand);
  font-size: 14px;
  font-weight: 700;
}

/* Case */
html.leasing-operations-v2 .ls2-case {
  background: #fff;
}

html.leasing-operations-v2 .ls2-case article {
  display: grid;
  grid-template-columns: 0.7fr 1.5fr;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid #dfe4ed;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 32px 72px rgba(49, 65, 95, 0.09);
}

html.leasing-operations-v2 .ls2-case-brand {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 34px;
  padding: 54px;
  border-right: 1px solid #dfe4ed;
  background:
    linear-gradient(rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.84)),
    radial-gradient(circle at 30% 30%, rgba(76, 100, 254, 0.18), transparent 56%);
}

html.leasing-operations-v2 .ls2-case-brand img {
  width: min(230px, 78%);
  height: 86px;
  object-fit: contain;
}

html.leasing-operations-v2 .ls2-case-brand span {
  color: var(--ls-body);
  font-size: 13px;
  text-align: center;
}

html.leasing-operations-v2 .ls2-case-copy {
  display: grid;
  align-content: center;
  padding: 62px 72px;
}

html.leasing-operations-v2 .ls2-case-copy > span {
  color: var(--ls-brand);
  font-size: 14px;
  font-weight: 700;
}

html.leasing-operations-v2 .ls2-case-copy h2 {
  max-width: 760px;
  margin-top: 16px;
  font-size: 42px;
  line-height: 1.18;
}

html.leasing-operations-v2 .ls2-case-copy > p {
  max-width: 770px;
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.8;
}

html.leasing-operations-v2 .ls2-case-copy > div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 24px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--ls-line);
}

html.leasing-operations-v2 .ls2-case-copy > div b {
  color: var(--ls-ink);
  font-size: 14px;
}

html.leasing-operations-v2 .ls2-case-copy > div span {
  font-size: 13px;
  line-height: 1.65;
}

/* FAQ and final */
html.leasing-operations-v2 .ls2-faq {
  background: var(--ls-bg);
}

html.leasing-operations-v2 .ls2-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
}

html.leasing-operations-v2 .ls2-faq-list details {
  border-top: 1px solid var(--ls-line);
}

html.leasing-operations-v2 .ls2-faq-list details:nth-last-child(-n+2) {
  border-bottom: 1px solid var(--ls-line);
}

html.leasing-operations-v2 .ls2-faq-list summary {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: start;
  padding: 24px 0;
  color: var(--ls-ink);
  cursor: pointer;
  list-style: none;
}

html.leasing-operations-v2 .ls2-faq-list summary::-webkit-details-marker {
  display: none;
}

html.leasing-operations-v2 .ls2-faq-list summary span {
  color: var(--ls-brand);
  font-size: 11px;
  font-weight: 700;
}

html.leasing-operations-v2 .ls2-faq-list summary b {
  padding-right: 28px;
  font-size: 17px;
  line-height: 1.5;
}

html.leasing-operations-v2 .ls2-faq-list details p {
  padding: 0 26px 26px 58px;
  font-size: 14px;
  line-height: 1.75;
}

html.leasing-operations-v2 .ls2-related {
  padding: 86px 0;
  background: #fff;
}

html.leasing-operations-v2 .ls2-related .container {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.3fr);
  gap: 100px;
  align-items: start;
}

html.leasing-operations-v2 .ls2-related .container > div:first-child > span {
  color: var(--ls-brand);
  font-size: 14px;
  font-weight: 700;
}

html.leasing-operations-v2 .ls2-related h2 {
  margin-top: 16px;
  font-size: 36px;
  line-height: 1.22;
}

html.leasing-operations-v2 .ls2-related .container > div:last-child {
  border-top: 1px solid var(--ls-line);
}

html.leasing-operations-v2 .ls2-related a {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 86px;
  border-bottom: 1px solid var(--ls-line);
  color: var(--ls-body);
}

html.leasing-operations-v2 .ls2-related a b {
  color: var(--ls-ink);
  font-size: 17px;
}

html.leasing-operations-v2 .ls2-related a span {
  font-size: 14px;
}

html.leasing-operations-v2 .ls2-related a i {
  color: var(--ls-brand);
  transition: transform 0.22s ease;
}

html.leasing-operations-v2 .ls2-related a:hover i {
  transform: translate(3px, -3px);
}

html.leasing-operations-v2 .ls2-final {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

html.leasing-operations-v2 .ls2-final .container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 80px;
  align-items: end;
}

html.leasing-operations-v2 .ls2-final span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 700;
}

html.leasing-operations-v2 .ls2-final h2 {
  max-width: 780px;
  margin-top: 18px;
  color: #fff;
  font-size: 50px;
  line-height: 1.13;
  letter-spacing: -0.045em;
}

html.leasing-operations-v2 .ls2-final p {
  max-width: 800px;
  margin-top: 22px;
  color: #fff;
  font-size: 16px;
  line-height: 1.78;
}

html.leasing-operations-v2 .ls2-final .container > div:last-child {
  display: grid;
  gap: 18px;
  justify-items: start;
}

html.leasing-operations-v2 .ls2-final .btn-primary {
  min-height: 54px;
  padding-inline: 24px;
  border: 1px solid #fff;
  border-radius: 8px;
  background: #fff;
  color: var(--ls-brand);
  box-shadow: 0 16px 30px rgba(31, 51, 151, 0.22);
}

html.leasing-operations-v2 .ls2-final .container > div:last-child > a:last-child {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1180px) {
  html.leasing-operations-v2 .ls2-cap-nav .container {
    grid-template-columns: 140px minmax(0, 1fr);
  }

  html.leasing-operations-v2 .ls2-cap-cta {
    display: none;
  }

  html.leasing-operations-v2 .ls2-cap-links a {
    padding-inline: 7px;
  }

  html.leasing-operations-v2 .ls2-cap-links a b {
    font-size: 12px;
  }

  html.leasing-operations-v2 .ls2-problem-list article {
    grid-template-columns: 40px 150px 1fr;
    gap: 16px;
  }
}

@media (max-width: 900px) {
  html.leasing-operations-v2 .container {
    width: min(100% - 36px, 760px);
  }

  html.leasing-operations-v2 .ls2-section {
    padding: 92px 0 104px;
  }

  html.leasing-operations-v2 .ls2-head,
  html.leasing-operations-v2 .ls2-definition .container,
  html.leasing-operations-v2 .ls2-product-head,
  html.leasing-operations-v2 .ls2-integration-layout,
  html.leasing-operations-v2 .ls2-case article,
  html.leasing-operations-v2 .ls2-related .container,
  html.leasing-operations-v2 .ls2-final .container {
    grid-template-columns: 1fr;
  }

  html.leasing-operations-v2 .ls2-head,
  html.leasing-operations-v2 .ls2-product-head {
    gap: 28px;
  }

  html.leasing-operations-v2 .ls2-product-head > div:last-child {
    padding-top: 0;
  }

  html.leasing-operations-v2 .ls2-hero-copy {
    width: 58%;
  }

  html.leasing-operations-v2 .ls2-family .container {
    grid-template-columns: 210px 1fr;
  }

  html.leasing-operations-v2 .ls2-family-links {
    gap: 20px;
  }

  html.leasing-operations-v2 .ls2-cap-nav .container {
    display: block;
    width: 100%;
    min-height: 70px;
    padding-inline: 18px;
  }

  html.leasing-operations-v2 .ls2-cap-brand {
    display: none;
  }

  html.leasing-operations-v2 .ls2-cap-links {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding: 8px 0;
    scrollbar-width: none;
  }

  html.leasing-operations-v2 .ls2-cap-links::-webkit-scrollbar {
    display: none;
  }

  html.leasing-operations-v2 .ls2-cap-links a {
    flex: 0 0 auto;
    min-width: 132px;
  }

  html.leasing-operations-v2 .ls2-problem-list {
    grid-template-columns: 1fr;
  }

  html.leasing-operations-v2 .ls2-problem-list article,
  html.leasing-operations-v2 .ls2-problem-list article:nth-child(even) {
    grid-template-columns: 42px 170px 1fr;
    padding: 28px 0;
    border-right: 0;
  }

  html.leasing-operations-v2 .ls2-journey {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
  }

  html.leasing-operations-v2 .ls2-journey li:nth-child(n+6) {
    margin-top: 28px;
  }

  html.leasing-operations-v2 .ls2-ability-grid,
  html.leasing-operations-v2 .ls2-feature-lines,
  html.leasing-operations-v2 .ls2-feature-lines.is-seven,
  html.leasing-operations-v2 .ls2-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.leasing-operations-v2 .ls2-ability-grid article:nth-child(3n),
  html.leasing-operations-v2 .ls2-feature-lines > span:nth-child(3n),
  html.leasing-operations-v2 .ls2-feature-lines.is-seven > span:nth-child(3n),
  html.leasing-operations-v2 .ls2-feature-lines.is-seven > span:nth-child(4n),
  html.leasing-operations-v2 .ls2-metrics > span:nth-child(3n) {
    border-right: 1px solid var(--ls-line);
  }

  html.leasing-operations-v2 .ls2-ability-grid article:nth-child(even),
  html.leasing-operations-v2 .ls2-feature-lines > span:nth-child(even),
  html.leasing-operations-v2 .ls2-metrics > span:nth-child(even) {
    border-right: 0;
  }

  html.leasing-operations-v2 .ls2-ability-grid article:nth-child(n+3),
  html.leasing-operations-v2 .ls2-feature-lines > span:nth-child(n+3),
  html.leasing-operations-v2 .ls2-metrics > span:nth-child(n+3) {
    border-top: 1px solid var(--ls-line);
  }

  html.leasing-operations-v2 .ls2-evidence-pair,
  html.leasing-operations-v2 .ls2-evidence-stack,
  html.leasing-operations-v2 .ls2-mobile-evidence,
  html.leasing-operations-v2 .ls2-billing-map {
    grid-template-columns: 1fr;
  }

  html.leasing-operations-v2 .ls2-evidence-stack .ls2-evidence:first-child {
    grid-column: auto;
  }

  html.leasing-operations-v2 .ls2-contract-flow {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  html.leasing-operations-v2 .ls2-contract-flow li:nth-child(n+5) {
    border-top: 1px solid var(--ls-line);
  }

  html.leasing-operations-v2 .ls2-role-layout {
    grid-template-columns: 240px 1fr;
  }

  html.leasing-operations-v2 .ls2-role-panels article {
    padding: 48px;
  }

  html.leasing-operations-v2 .ls2-case-brand {
    min-height: 210px;
    border-right: 0;
    border-bottom: 1px solid var(--ls-line);
  }

  html.leasing-operations-v2 .ls2-final .container > div:last-child {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  html.leasing-operations-v2 .container {
    width: calc(100% - 32px);
  }

  html.leasing-operations-v2 .ls2-section {
    padding: 76px 0 86px;
  }

  html.leasing-operations-v2 .ls2-head {
    gap: 22px;
    margin-bottom: 42px;
  }

  html.leasing-operations-v2 .ls2-head h2,
  html.leasing-operations-v2 .ls2-product-head h2,
  html.leasing-operations-v2 .ls2-definition-main h2 {
    font-size: clamp(32px, 9.2vw, 36px);
    line-height: 1.18;
    letter-spacing: -0.04em;
  }

  html.leasing-operations-v2 .ls2-head p,
  html.leasing-operations-v2 .ls2-definition-main p,
  html.leasing-operations-v2 .ls2-product-head p {
    font-size: 16px;
    line-height: 1.76;
  }

  html.leasing-operations-v2 .ls2-hero {
    min-height: 820px;
  }

  html.leasing-operations-v2 .ls2-hero-media img {
    object-position: 63% center;
  }

  html.leasing-operations-v2 .ls2-hero-media > div {
    background:
      linear-gradient(180deg, rgba(248, 250, 255, 0.98) 0%, rgba(248, 250, 255, 0.95) 46%, rgba(248, 250, 255, 0.4) 72%, rgba(248, 250, 255, 0.05) 100%),
      linear-gradient(90deg, rgba(248, 250, 255, 0.82), transparent 86%);
  }

  html.leasing-operations-v2 .ls2-hero-inner {
    align-content: start;
    min-height: 820px;
    padding-top: 132px;
  }

  html.leasing-operations-v2 .ls2-breadcrumb {
    top: 92px;
    left: 16px;
    max-width: calc(100% - 32px);
    overflow: hidden;
    white-space: nowrap;
  }

  html.leasing-operations-v2 .ls2-hero-copy {
    width: 100%;
    padding-top: 20px;
  }

  html.leasing-operations-v2 .ls2-product-lockup {
    font-size: 16px;
  }

  html.leasing-operations-v2 .ls2-product-lockup strong {
    font-size: 21px;
  }

  html.leasing-operations-v2 .ls2-hero h1 {
    max-width: 360px;
    margin-top: 18px;
    font-size: clamp(39px, 10.8vw, 42px);
    line-height: 1.1;
  }

  html.leasing-operations-v2 .ls2-hero-copy > p {
    max-width: 360px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.72;
  }

  html.leasing-operations-v2 .ls2-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-top: 26px;
  }

  html.leasing-operations-v2 .ls2-audience {
    max-width: 360px;
    margin-top: 28px;
  }

  html.leasing-operations-v2 .ls2-family .container {
    display: block;
    width: 100%;
  }

  html.leasing-operations-v2 .ls2-family-home {
    min-height: 72px;
    padding-inline: 16px;
    border-right: 0;
    border-bottom: 1px solid #e7eaf1;
  }

  html.leasing-operations-v2 .ls2-family-links {
    justify-content: flex-start;
    gap: 24px;
    overflow-x: auto;
    min-height: 58px;
    padding-inline: 16px;
    scrollbar-width: none;
  }

  html.leasing-operations-v2 .ls2-family-links::-webkit-scrollbar {
    display: none;
  }

  html.leasing-operations-v2 .ls2-family-links a {
    flex: 0 0 auto;
  }

  html.leasing-operations-v2 .ls2-family-links a[aria-current="page"]::after {
    bottom: -21px;
  }

  html.leasing-operations-v2 .ls2-definition .container {
    gap: 54px;
  }

  html.leasing-operations-v2 .ls2-cap-nav {
    top: 64px;
  }

  html.leasing-operations-v2 .ls2-cap-links a {
    min-width: 142px;
  }

  html.leasing-operations-v2 .ls2-cap-links a span {
    font-size: 10px;
  }

  html.leasing-operations-v2 .ls2-cap-links a b {
    font-size: 13px;
  }

  html.leasing-operations-v2 .ls2-problem-list article,
  html.leasing-operations-v2 .ls2-problem-list article:nth-child(even) {
    grid-template-columns: 32px 1fr;
    gap: 8px 14px;
  }

  html.leasing-operations-v2 .ls2-problem-list article > span {
    grid-row: 1 / span 2;
  }

  html.leasing-operations-v2 .ls2-problem-list h3 {
    font-size: 18px;
  }

  html.leasing-operations-v2 .ls2-problem-list p {
    grid-column: 2;
  }

  html.leasing-operations-v2 .ls2-panorama {
    overflow-x: auto;
  }

  html.leasing-operations-v2 .ls2-panorama picture,
  html.leasing-operations-v2 .ls2-panorama img {
    width: 720px;
    max-width: none;
  }

  html.leasing-operations-v2 .ls2-panorama figcaption {
    width: 720px;
    max-width: none;
  }

  html.leasing-operations-v2 .ls2-journey {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html.leasing-operations-v2 .ls2-journey li:nth-child(n+4) {
    margin-top: 28px;
  }

  html.leasing-operations-v2 .ls2-ability-grid,
  html.leasing-operations-v2 .ls2-feature-lines,
  html.leasing-operations-v2 .ls2-feature-lines.is-seven,
  html.leasing-operations-v2 .ls2-metrics {
    grid-template-columns: 1fr;
  }

  html.leasing-operations-v2 .ls2-ability-grid article,
  html.leasing-operations-v2 .ls2-ability-grid article:nth-child(even),
  html.leasing-operations-v2 .ls2-feature-lines > span,
  html.leasing-operations-v2 .ls2-feature-lines > span:nth-child(even),
  html.leasing-operations-v2 .ls2-feature-lines.is-seven > span,
  html.leasing-operations-v2 .ls2-metrics > span,
  html.leasing-operations-v2 .ls2-metrics > span:nth-child(even) {
    border-right: 0;
    border-top: 1px solid var(--ls-line);
  }

  html.leasing-operations-v2 .ls2-ability-grid article:first-child,
  html.leasing-operations-v2 .ls2-feature-lines > span:first-child,
  html.leasing-operations-v2 .ls2-metrics > span:first-child {
    border-top: 0;
  }

  html.leasing-operations-v2 .ls2-role-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  html.leasing-operations-v2 .ls2-product-head {
    gap: 24px;
    margin-bottom: 42px;
  }

  html.leasing-operations-v2 .ls2-product-head strong {
    font-size: 15px;
  }

  html.leasing-operations-v2 .ls2-evidence {
    border-radius: 8px;
    box-shadow: 0 18px 38px rgba(49, 65, 95, 0.1);
  }

  html.leasing-operations-v2 .ls2-evidence figcaption {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  html.leasing-operations-v2 .ls2-boundary {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  html.leasing-operations-v2 .ls2-contract-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.leasing-operations-v2 .ls2-contract-flow li:nth-child(2n) {
    border-right: 0;
  }

  html.leasing-operations-v2 .ls2-contract-flow li:nth-child(n+3) {
    border-top: 1px solid var(--ls-line);
  }

  html.leasing-operations-v2 .ls2-billing-map ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.leasing-operations-v2 .ls2-billing-map li:nth-child(2n) {
    border-right: 0;
  }

  html.leasing-operations-v2 .ls2-billing-map li:nth-child(n+3) {
    border-top: 1px solid var(--ls-line);
  }

  html.leasing-operations-v2 .ls2-role-layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  html.leasing-operations-v2 .ls2-role-tabs {
    display: flex;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid var(--ls-line);
    scrollbar-width: none;
  }

  html.leasing-operations-v2 .ls2-role-tabs::-webkit-scrollbar {
    display: none;
  }

  html.leasing-operations-v2 .ls2-role-tabs button {
    flex: 0 0 142px;
    grid-template-columns: 28px 1fr;
    padding: 18px 14px;
    border-right: 1px solid var(--ls-line);
    border-bottom: 0;
  }

  html.leasing-operations-v2 .ls2-role-tabs button[aria-selected="true"] {
    box-shadow: inset 0 -3px 0 var(--ls-brand);
  }

  html.leasing-operations-v2 .ls2-role-tabs button b {
    font-size: 15px;
  }

  html.leasing-operations-v2 .ls2-role-panels article {
    padding: 34px 24px 40px;
  }

  html.leasing-operations-v2 .ls2-role-panels h3 {
    font-size: 27px;
  }

  html.leasing-operations-v2 .ls2-system-map {
    grid-template-columns: 1fr;
  }

  html.leasing-operations-v2 .ls2-system-core {
    grid-column: 1;
  }

  html.leasing-operations-v2 .ls2-case article {
    min-height: 0;
  }

  html.leasing-operations-v2 .ls2-case-brand {
    padding: 42px 24px;
  }

  html.leasing-operations-v2 .ls2-case-copy {
    padding: 42px 24px 48px;
  }

  html.leasing-operations-v2 .ls2-case-copy h2 {
    font-size: 32px;
  }

  html.leasing-operations-v2 .ls2-case-copy > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  html.leasing-operations-v2 .ls2-faq-list {
    grid-template-columns: 1fr;
  }

  html.leasing-operations-v2 .ls2-faq-list details:nth-last-child(2) {
    border-bottom: 0;
  }

  html.leasing-operations-v2 .ls2-related {
    padding: 72px 0;
  }

  html.leasing-operations-v2 .ls2-related .container {
    gap: 44px;
  }

  html.leasing-operations-v2 .ls2-related h2 {
    font-size: 32px;
  }

  html.leasing-operations-v2 .ls2-related a {
    grid-template-columns: 1fr auto;
    gap: 8px 18px;
    min-height: 92px;
    padding-block: 18px;
  }

  html.leasing-operations-v2 .ls2-related a span {
    grid-column: 1;
  }

  html.leasing-operations-v2 .ls2-related a i {
    grid-row: 1 / span 2;
    grid-column: 2;
  }

  html.leasing-operations-v2 .ls2-final {
    padding: 78px 0 84px;
  }

  html.leasing-operations-v2 .ls2-final .container {
    gap: 38px;
  }

  html.leasing-operations-v2 .ls2-final h2 {
    font-size: 36px;
  }

  html.leasing-operations-v2 .ls2-final p {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.leasing-operations-v2 {
    scroll-behavior: auto;
  }

  html.leasing-operations-v2 *,
  html.leasing-operations-v2 *::before,
  html.leasing-operations-v2 *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
