/* Leapstack brand overrides — load after main.css */
/* Client palette: navy #003B78, teal #0FA7A0, app bg #F1F6FC, card #FFF */

:root {
  /* Brand */
  --ls-navy: #003B78;
  --ls-navy-mid: #00457C;
  --ls-navy-deep: #002A56;
  --ls-teal: #0FA7A0;
  --ls-teal-dark: #0C8F89;
  --ls-teal-mid: #12B8B0;

  /* Surfaces */
  --ls-bg: #F1F6FC;
  --ls-bg-elevated: #FFFFFF;
  --ls-navy-soft: #E8EEF6;
  --ls-teal-soft: #E6F7F6; /* accent tint only — not page wash */

  /* Text */
  --ls-text: #1A2B3C;
  --ls-text-muted: #5A6B7D;
  --ls-text-on-teal: #FFFFFF;
  --ls-text-on-navy: #FFFFFF;

  /* Borders */
  --ls-border: #D5E0EE;
  --ls-border-strong: #B8C9DE;

  /* Semantic */
  --ls-success: var(--ls-teal);
  --ls-warning: #C9851A;
  --ls-danger: #C23B3B;

  /* Template theme remap — navy primary, teal secondary accent */
  --color-primary: var(--ls-navy);
  --color-heading: var(--ls-navy);
  --font-heading: var(--font-montserrat), "Montserrat", sans-serif;
  --font-body: var(--font-inter), "Inter", sans-serif;

  /*
   * Section headlines site-wide — desktop max 2.65rem = 42.4px (matches homepage).
   */
  --ls-section-title: clamp(2rem, 3.2vw, 2.65rem);
}

.help-desk,
.fintech-saas,
.inner-page {
  --color-primary: var(--ls-navy);
  --color-heading: var(--ls-navy);
}

/* ---- Text: headings, links, accents ---- */
body.help-desk,
body.help-desk p,
body.help-desk .xb-item--content,
body.help-desk .details-content {
  color: var(--ls-text);
}

body.help-desk {
  background-color: var(--ls-bg);
}

/* Homepage hero: gutters match shell wash (not stark white) */
.hero-area--two {
  padding-top: 105px;
  background: linear-gradient(
    180deg,
    #e4eef8 0%,
    #eef5fc 40%,
    #f0f6fc 72%,
    #F1F6FC 100%
  );
}

@media (max-width: 767px) {
  .hero-area--two {
    padding-top: 100px;
  }
}

/* Breadcrumb / inner-page heroes: same gap under the floating header as homepage */
.ls-breadcrumb-hero {
  padding-top: 105px;
  /* Match .hero-area--two so open shell bottom blends like homepage */
  background: linear-gradient(
    180deg,
    #e4eef8 0%,
    #eef5fc 40%,
    #f0f6fc 72%,
    #F1F6FC 100%
  );
}

.ls-breadcrumb-hero .ls-breadcrumb-hero__inner {
  /* Match homepage: richer blue top → #F1F6FC bottom (no white pill edge) */
  background-color: #eef5fc !important;
  background-image:
    radial-gradient(
      ellipse 56% 95% at -8% -5%,
      rgba(55, 125, 195, 0.52) 0%,
      rgba(100, 165, 220, 0.28) 38%,
      transparent 72%
    ),
    radial-gradient(
      ellipse 56% 95% at 108% -5%,
      rgba(55, 125, 195, 0.52) 0%,
      rgba(100, 165, 220, 0.28) 38%,
      transparent 72%
    ),
    radial-gradient(
      ellipse 78% 62% at 50% -12%,
      rgba(140, 190, 230, 0.36) 0%,
      transparent 68%
    ),
    linear-gradient(
      180deg,
      #e4eef8 0%,
      #eef5fc 40%,
      #f0f6fc 72%,
      #F1F6FC 100%
    ) !important;
  background-repeat: no-repeat !important;
  /* Shell owns radius + border; keep content padding */
  border: none !important;
  box-shadow: none !important;
  padding-top: 88px !important;
  padding-bottom: 48px !important;
  overflow: hidden;
}

/* About (and any page that embeds brand strip): shell padding owned by shared stack */
.ls-breadcrumb-hero--with-brand .ls-breadcrumb-hero__inner:not(.ls-hero-inner--shell) {
  padding-bottom: 36px !important;
}

/* All breadcrumb shells: homepage cloud fade → #F1F6FC (not white) */
.ls-breadcrumb-hero .ls-breadcrumb-hero__inner.ls-hero-inner--shell::before {
  background: linear-gradient(
    180deg,
    rgba(246, 250, 255, 0) 0%,
    rgba(246, 250, 255, 0) 48%,
    rgba(246, 250, 255, 0.35) 72%,
    rgba(246, 250, 255, 0.85) 90%,
    #F1F6FC 100%
  ) !important;
}

.ls-breadcrumb-hero--with-actions .breadcrumb--actions {
  position: relative;
  z-index: 2;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ls-breadcrumb-hero--with-actions .breadcrumb--actions .xb-hero-btn {
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
}

.ls-breadcrumb-hero--with-actions .breadcrumb--actions .xb-hero-btn .scrollspy-btn {
  margin-top: 0;
}

.ls-breadcrumb-hero--with-actions .breadcrumb--actions .xb-item--offer {
  margin: 0;
}

.ls-breadcrumb-hero .breadcrumb--wrap {
  position: relative;
  z-index: 2;
}

.ls-breadcrumb-hero .breadcrumb--content {
  max-width: 46em;
  margin-left: auto;
  margin-right: auto;
  color: var(--ls-navy, #003b78) !important;
  font-size: clamp(1.15rem, 1.7vw, 1.625rem) !important;
  line-height: 1.5;
  font-weight: 500;
  white-space: normal;
  text-align: center;
}

/* Match homepage support line weight under H1 — all breadcrumb variants */
.ls-breadcrumb-hero--with-actions .breadcrumb--content,
.ls-breadcrumb-hero--display .breadcrumb--content,
.breadcrumb--display .breadcrumb--content {
  max-width: 46em;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  color: var(--ls-navy, #003b78) !important;
  font-size: clamp(1.05rem, 1.35vw, 1.375rem) !important;
  line-height: 1.55;
  font-weight: 500;
  white-space: normal;
}

@media (min-width: 1100px) {
  .ls-breadcrumb-hero--display .breadcrumb--content {
    max-width: none;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .ls-breadcrumb-hero .breadcrumb--content,
  .ls-breadcrumb-hero--with-actions .breadcrumb--content,
  .ls-breadcrumb-hero--display .breadcrumb--content {
    font-size: clamp(1rem, 3.8vw, 1.125rem) !important;
  }
}

@media (max-width: 991px) {
  .ls-breadcrumb-hero {
    padding-top: 100px;
  }

  .ls-breadcrumb-hero .ls-breadcrumb-hero__inner {
    padding-top: 56px !important;
    padding-bottom: 44px !important;
  }

  .ls-breadcrumb-hero--with-brand .ls-breadcrumb-hero__inner {
    padding-bottom: 32px !important;
  }
}

@media (max-width: 767px) {
  .ls-breadcrumb-hero {
    padding-top: 100px;
  }

  .ls-breadcrumb-hero .ls-breadcrumb-hero__inner {
    padding-top: 48px !important;
    padding-bottom: 36px !important;
  }

  .ls-breadcrumb-hero--with-brand .ls-breadcrumb-hero__inner {
    padding-bottom: 28px !important;
  }

  .ls-breadcrumb-hero--with-actions .ls-hero-bottom .breadcrumb--actions {
    margin-top: 0;
  }
}

/* Inner pages under breadcrumb: same page wash as home / about */
main.ls-page-atmosphere {
  background: var(--ls-bg);
}

/*
 * Service / breadcrumb H1 — larger, homepage-like presence (centered slogan).
 */
.ls-breadcrumb-hero .breadcrumb--title {
  color: var(--ls-navy, #003b78) !important;
  font-size: clamp(2.15rem, 4.2vw, 3.75rem) !important;
  line-height: 1.18 !important;
  letter-spacing: -0.03em;
  text-transform: none;
  font-weight: 700;
  max-width: min(100%, 22em);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 767px) {
  .ls-breadcrumb-hero .breadcrumb--title:not(.breadcrumb--title--article) {
    font-size: clamp(1.55rem, 6.5vw, 2.25rem) !important;
    max-width: none;
  }
}

/* About headline: force the intentional 2 lines (<br />); beat the 18em base cap */
.ls-breadcrumb-hero .breadcrumb--title.breadcrumb--title--prose {
  max-width: min(100%, 40em) !important;
  white-space: normal;
}

/* Knowledge article H1: ≤2 lines via JS fit; CSS var so !important cannot ignore it */
.ls-breadcrumb-hero .breadcrumb--title.breadcrumb--title--article {
  font-size: var(--ls-article-title-size, clamp(1.35rem, 2.5vw, 2.15rem)) !important;
  line-height: 1.25 !important;
  letter-spacing: -0.02em;
  max-width: min(100%, 48rem) !important;
  white-space: normal;
  text-wrap: pretty;
}

@media (max-width: 767px) {
  .ls-breadcrumb-hero .breadcrumb--title.breadcrumb--title--article {
    font-size: var(--ls-article-title-size, clamp(1.2rem, 5vw, 1.65rem)) !important;
    max-width: none !important;
  }
}

/* Compact single-line headline (contact short titles) */
.breadcrumb--title--single {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .breadcrumb--title--single {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
}

/* Insurance / short display titles — same Claims scale (no 80px template size) */
.breadcrumb--title--display {
  max-width: min(100%, 18em);
  white-space: normal;
}

/* Longer contact headline — may wrap (≈2 lines), show full text */
.breadcrumb--title--single.breadcrumb--title--long {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  max-width: min(100%, 24em);
}

@media (max-width: 767px) {
  .breadcrumb--title--single.breadcrumb--title--long {
    max-width: none;
  }
}

.sec-title .title,
.sec-title--two .title,
.xb-item--title,
.xb-funfact-item .xb-item--number,
.mission-title,
.details-content-title,
.contact-method a,
.main-menu > ul > li > a,
.xb-header-nav a {
  color: var(--ls-navy);
}

.details-content-subtitle {
  color: var(--ls-navy);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
  margin-top: 1.35em;
  margin-bottom: 0.55em;
}

@media (max-width: 991px) {
  .details-content-subtitle {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .details-content-subtitle {
    font-size: 20px;
    line-height: 1.4;
  }
}

/*
 * The template ships 56px section titles in title-case, which reads as a second
 * hero and turns Vietnamese headlines into "Cấu Trúc Chương Trình Khám".
 * One scale, sentence case, looser tracking for diacritics.
 */
.sec-title .title,
.sec-title--two .title {
  font-size: var(--ls-section-title);
  line-height: 1.18;
  letter-spacing: -0.025em;
  text-transform: none;
}

a,
.main-menu ul li a:hover span,
.xb-header-nav a:hover {
  --link-hover: var(--ls-teal);
}

.main-menu > ul > li > a,
.xb-header-nav a {
  color: var(--ls-navy);
}

.main-menu > ul > li:hover > a,
.main-menu > ul > li.active > a,
.xb-header-nav a:hover {
  color: var(--ls-teal);
}

.sec-title .title span,
.contact-method a {
  color: var(--ls-navy);
}

/* Global teal accent for H2 marketing titles */
.ls-hero-accent {
  color: var(--ls-teal, #0fa7a0);
}

.sec-title .title span.ls-hero-accent {
  color: var(--ls-teal, #0fa7a0);
}

/* Homepage hero H1: keep slogan on one line */
.hero-area--two .sec-title {
  max-width: min(100%, 1100px);
}

.hero-area--two .sec-title .title {
  white-space: nowrap;
}

/* HomeHero: slightly larger slogan for optical balance in the tall shell */
.ls-home-hero .sec-title {
  max-width: min(100%, 1180px);
}

.ls-home-hero .sec-title .title {
  font-size: clamp(3rem, 5.8vw, 5.75rem); /* ~48–92px; template was 80px */
  line-height: 1.05;
  letter-spacing: -0.03em;
}

@media (max-width: 991px) {
  .hero-area--two .sec-title .title {
    white-space: normal;
  }

  .ls-home-hero .sec-title .title {
    font-size: clamp(2.5rem, 6.2vw, 3.875rem);
  }
}

@media (max-width: 767px) {
  .ls-home-hero .sec-title .title {
    font-size: clamp(2.125rem, 8vw, 2.875rem);
  }
}

.xb-funfact-item .xb-item--number,
.xb-funfact-item .xb-item--number .ls-stat-count,
.xb-item--title {
  color: var(--ls-navy);
}

.xb-funfact-item--accent .xb-item--number,
.xb-funfact-item--accent .xb-item--number .ls-stat-count {
  color: var(--ls-teal);
}

/* ---- Backgrounds: hero, footer, header bar ---- */
/* Page washes use --ls-bg (#F1F6FC); teal-soft only for accent tints */
.hero-area--two .xb-hero-inner[data-bg-color="#e4ffe6"],
.hero-area--two .xb-hero-inner[data-bg-color="#e6f7f6"],
.hero-area--two .xb-hero-inner[data-bg-color="#F6FAFF"],
.hero-area--two .xb-hero-inner {
  /* Blue atmosphere top → soft into partner band; keep side clouds */
  background-color: #eef5fc !important;
  background-image:
    radial-gradient(
      ellipse 56% 95% at -8% -5%,
      rgba(55, 125, 195, 0.52) 0%,
      rgba(100, 165, 220, 0.28) 38%,
      transparent 72%
    ),
    radial-gradient(
      ellipse 56% 95% at 108% -5%,
      rgba(55, 125, 195, 0.52) 0%,
      rgba(100, 165, 220, 0.28) 38%,
      transparent 72%
    ),
    radial-gradient(
      ellipse 78% 62% at 50% -12%,
      rgba(140, 190, 230, 0.36) 0%,
      transparent 68%
    ),
    linear-gradient(
      180deg,
      #e4eef8 0%,
      #eef5fc 40%,
      #f0f6fc 72%,
      #F1F6FC 100%
    ) !important;
  background-repeat: no-repeat !important;
  border: 1px solid rgba(0, 59, 120, 0.14);
  border-bottom-color: transparent;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55) inset;
}

/* HomeHero shell: rounded top only, open bottom — blends into page (template shape) */
.hero-area--two .xb-hero-inner.ls-hero-inner--shell {
  border-radius: 50px 50px 0 0 !important;
  -webkit-border-radius: 50px 50px 0 0 !important;
  overflow: hidden;
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

/*
 * Unified page hero (.ls-page-hero): home shell height + centered title stack.
 * Brand strip (if any) pins to the bottom; CTA sits with title/subtitle.
 */
.ls-page-hero .xb-hero-inner.ls-hero-inner--shell {
  display: flex;
  flex-direction: column;
  min-height: min(68vh, 600px);
  padding-top: 56px !important;
  padding-bottom: 28px !important;
}

.ls-page-hero .xb-hero-inner > .container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 0;
}

.ls-page-hero__copy {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 0;
  width: 100%;
  position: relative;
  z-index: 2;
}

.ls-page-hero .sec-title {
  max-width: min(100%, 1180px);
}

.ls-page-hero .sec-title .title {
  font-size: clamp(3rem, 5.8vw, 5.75rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  white-space: normal;
}

/* Knowledge hub: shrink title to one line on desktop */
.ls-knowledge-hero.ls-page-hero .sec-title {
  max-width: none;
}

.ls-knowledge-hero.ls-page-hero .sec-title .title {
  font-size: clamp(calc(1.85rem + 13px), calc(3.35vw + 13px), calc(3.05rem + 13px));
  white-space: nowrap;
  width: max-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Contact: shrink title to one line on desktop */
.ls-contact-hero.ls-page-hero .sec-title {
  max-width: none;
}

.ls-contact-hero.ls-page-hero .sec-title .title {
  font-size: clamp(calc(1.55rem + 15px), calc(2.55vw + 15px), calc(2.35rem + 15px));
  white-space: normal;
  width: auto;
  max-width: min(100%, 18em);
  margin-left: auto;
  margin-right: auto;
  line-height: 1.18;
}

.ls-page-hero .xb-item--content {
  color: var(--ls-navy, #003b78) !important;
  font-size: clamp(0.95rem, 1.15vw, 1.125rem) !important;
  line-height: 1.4 !important;
  font-weight: 500;
  max-width: min(100%, 42rem);
  margin: 18px auto 0 !important;
  text-transform: none !important;
}

.ls-page-hero__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.ls-page-hero__actions .scrollspy-btn {
  margin-top: 0;
}

.ls-page-hero__footer {
  flex: 0 0 auto;
  margin-top: auto;
  width: 100%;
  padding-top: clamp(20px, 3vh, 28px);
  padding-bottom: 8px;
  position: relative;
  z-index: 2;
}

.ls-page-hero__footer .ls-brand--in-hero .xb-brand-wrapper {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .ls-page-hero .sec-title .title {
    font-size: clamp(2.5rem, 6.2vw, 3.875rem);
  }

  .ls-knowledge-hero.ls-page-hero .sec-title .title {
    font-size: clamp(calc(1.65rem + 13px), calc(4.2vw + 13px), calc(2.5rem + 13px));
    white-space: normal;
    width: auto;
  }

  .ls-contact-hero.ls-page-hero .sec-title .title {
    font-size: clamp(calc(1.55rem + 15px), calc(4.2vw + 15px), calc(2.15rem + 15px));
    white-space: normal;
    width: auto;
  }

  .ls-page-hero .xb-item--content {
    font-size: clamp(1rem, 2.4vw, 1.125rem) !important;
  }
}

@media (max-width: 767px) {
  .ls-page-hero .sec-title .title {
    font-size: clamp(2.125rem, 8vw, 2.875rem);
  }

  .ls-knowledge-hero.ls-page-hero .sec-title .title {
    font-size: clamp(calc(1.5rem + 13px), calc(6.5vw + 13px), calc(2.125rem + 13px));
  }

  .ls-contact-hero.ls-page-hero .sec-title .title {
    font-size: clamp(calc(1.4rem + 15px), calc(5.8vw + 15px), calc(1.85rem + 15px));
  }

  .ls-page-hero .xb-item--content {
    font-size: clamp(0.9375rem, 3.6vw, 1.0625rem) !important;
  }
}

/*
 * Legacy tall-shell selectors (claims/home/breadcrumb) — keep until fully migrated.
 * Prefer .ls-page-hero going forward.
 */
.ls-home-hero .xb-hero-inner.ls-hero-inner--shell,
.ls-service-hero .xb-hero-inner.ls-hero-inner--shell,
.ls-breadcrumb-hero--with-brand .ls-breadcrumb-hero__inner.ls-hero-inner--shell,
.ls-page-hero .xb-hero-inner.ls-hero-inner--shell {
  display: flex;
  flex-direction: column;
  min-height: min(68vh, 600px);
  padding-top: 56px !important;
  padding-bottom: 28px !important;
}

.ls-home-hero .xb-hero-inner > .container,
.ls-service-hero .xb-hero-inner > .container,
.ls-breadcrumb-hero--with-brand .ls-breadcrumb-hero__inner > .container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 0;
}

.ls-home-hero .xb-hero-content,
.ls-service-hero .xb-hero-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 0;
}

/* Optical vertical center: brand strip sits at bottom, so nudge copy block down */
.ls-home-hero .xb-hero-content {
  padding-top: clamp(148px, calc(8vh + 100px), 196px);
}

/* More air: support line → scroll badge → partners */
.ls-home-hero .ls-hero-scroll {
  margin-top: clamp(36px, 4.5vh, 52px);
}

.ls-home-hero .ls-brand--in-hero {
  padding-top: clamp(20px, 3vh, 36px);
}

@media (max-width: 767px) {
  .ls-home-hero .xb-hero-content {
    padding-top: clamp(64px, calc(5vh + 40px), 100px);
  }

  .ls-home-hero .ls-hero-scroll {
    margin-top: clamp(28px, 3.5vh, 40px);
  }

  .ls-home-hero .ls-brand--in-hero {
    padding-top: clamp(16px, 2.5vh, 28px);
  }
}

/*
 * Match homepage optical top spacing on service / breadcrumb / claims / page heroes.
 * Title/content block only — do not touch brand marquee or sections below.
 */
.ls-breadcrumb-hero .ls-hero-copy-row,
.ls-service-hero .xb-hero-content,
.ls-claims-hero:not(.ls-checkup-hero) .xb-hero-content,
.ls-checkup-hero--text .ls-checkup-hero__copy,
.ls-page-hero .ls-page-hero__copy {
  padding-top: clamp(148px, calc(8vh + 100px), 196px);
}

@media (max-width: 767px) {
  .ls-breadcrumb-hero .ls-hero-copy-row,
  .ls-service-hero .xb-hero-content,
  .ls-claims-hero:not(.ls-checkup-hero) .xb-hero-content,
  .ls-checkup-hero--text .ls-checkup-hero__copy,
  .ls-page-hero .ls-page-hero__copy {
    padding-top: clamp(64px, calc(5vh + 40px), 100px);
  }
}

.ls-breadcrumb-hero--with-brand .ls-hero-copy-row {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  min-height: 0;
}

.ls-breadcrumb-hero--with-brand .breadcrumb--wrap {
  margin: 0;
  width: 100%;
}

.ls-hero-bottom {
  flex: 0 0 auto;
  margin-top: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding-top: 8px;
  position: relative;
  z-index: 2;
}

/* Brand strip must stretch full container width (not content/track width).
   Otherwise mask fade on .ls-brand-marquee__viewport never shows at the edges. */
.ls-hero-bottom > .ls-brand--in-hero,
.ls-hero-bottom > .brand {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  align-self: stretch;
}

.ls-breadcrumb-hero--with-brand .ls-brand--in-hero .xb-brand-wrapper,
.ls-breadcrumb-hero--with-brand .ls-brand-marquee,
.ls-breadcrumb-hero--with-brand .ls-brand-marquee__viewport {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

/* Home: brand is a direct sibling of content — pin to shell bottom */
.ls-home-hero .ls-brand--in-hero {
  margin-top: auto;
  padding-bottom: 8px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

/* CTA → brand spacing on claims / checkup (match insurance hero-bottom gap) */
.ls-service-hero .ls-brand--in-hero {
  margin-top: 0;
  padding-top: clamp(20px, 3vh, 28px);
  padding-bottom: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.ls-breadcrumb-hero--with-brand .ls-brand--in-hero {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.ls-breadcrumb-hero--with-actions .breadcrumb--actions {
  margin-top: 28px;
}

@media (max-width: 991px) {
  .ls-home-hero .xb-hero-inner.ls-hero-inner--shell,
  .ls-service-hero .xb-hero-inner.ls-hero-inner--shell,
  .ls-breadcrumb-hero--with-brand .ls-breadcrumb-hero__inner.ls-hero-inner--shell {
    min-height: 0;
    padding-top: 48px !important;
    padding-bottom: 24px !important;
  }
}

@media (max-width: 767px) {
  .hero-area--two .xb-hero-inner.ls-hero-inner--shell {
    border-radius: 28px 28px 0 0 !important;
    -webkit-border-radius: 28px 28px 0 0 !important;
  }

  .ls-home-hero .xb-hero-inner.ls-hero-inner--shell,
  .ls-service-hero .xb-hero-inner.ls-hero-inner--shell,
  .ls-breadcrumb-hero--with-brand .ls-breadcrumb-hero__inner.ls-hero-inner--shell {
    min-height: 0;
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }

  .ls-hero-bottom {
    gap: 20px;
  }

  .ls-home-hero .ls-brand--in-hero {
    margin-top: 20px;
  }
}

.footer .hd-footer-wrapper[data-bg-color="#e4ffe6"],
.footer .hd-footer-wrapper[data-bg-color="#e6f7f6"],
.footer .hd-footer-wrapper[data-bg-color="#F6FAFF"],
.footer .hd-footer-wrapper[data-bg-color="#EBFEFF"],
.footer .hd-footer-wrapper,
.footer .hd-footer-wrapper.bg_img {
  /* Match HomeHero sky atmosphere so cloud01 reads through */
  background-color: #eef5fc !important;
  background-image:
    linear-gradient(
      180deg,
      rgba(238, 245, 252, 0.35) 0%,
      rgba(246, 250, 255, 0.55) 100%
    ),
    url("/assets/img/hero/cloud01.webp") !important;
  background-position: center top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

/* Let hero cloud show; hide template overlay wash if present */
.footer .hd-footer-wrapper > .bg_overlay {
  opacity: 0;
  pointer-events: none;
}

/* Emails like agency@leapstack.vn must stay on one line (all pages share Footer) */
.footer .xb-contact-item .contact-method,
.footer .xb-contact-item .contact-method a {
  white-space: nowrap;
}

.footer .xb-contact-item .contact-method {
  font-size: clamp(18px, 1.55vw, 24px);
  letter-spacing: -0.04em;
}

.xb-intigration-wrapper,
.xb-intigration-wrapper[data-bg-color="#e4ffe6"],
.xb-intigration-wrapper.bg_img {
  background-color: var(--ls-bg) !important;
  background-image: url("/assets/img/bg/intigration_bg.jpg?v=brand-navy-1") !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

/* Hub orbit — template geometry + navy/teal skin; hub aligned to icon apex */
.ls-hub-orbit .xb-intigration-wrapper,
.ls-hub-orbit .ls-hub-orbit__card.xb-intigration-wrapper {
  background-color: transparent !important;
  background-image: none !important;
  margin-bottom: 0;
  padding: 0 0 20px;
}

/* Navy surface only — padding/min-height come from main.css template */
.ls-hub-orbit__inner.xb-intigration-inner {
  background: linear-gradient(
    155deg,
    #00457c 0%,
    #005a8f 42%,
    #0a6b82 78%,
    #12808a 100%
  );
  border: none;
  box-shadow: none;
}

.ls-hub-orbit__inner .ls-hub-orbit__heading.sec-title--two {
  max-width: none;
  width: 100%;
  position: relative;
  z-index: 2;
}

.ls-hub-orbit .ls-hub-orbit__title.title,
.ls-hub-orbit__inner .ls-hub-orbit__title {
  color: #fff !important;
  max-width: none !important;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap !important;
}

/* Opaque hub; keep template margin 65px 0 51px from main.css */
.ls-hub-orbit__hub.xb-intigration-logo {
  background: #012844;
  border: 1px solid rgba(15, 167, 160, 0.55);
  box-shadow: 0 10px 28px rgba(0, 20, 48, 0.35);
  z-index: 2;
  /* Fine-tune: sit in orbit convergence (icons use bottom: 33%) */
  transform: translateY(12px);
}

.ls-hub-orbit__hub > img {
  position: relative;
  z-index: 1;
  display: block;
  height: 34px;
  width: auto;
  max-width: 180px;
}

.ls-hub-orbit__note.xb-content {
  max-width: 420px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.88);
  position: relative;
  z-index: 2;
}

body.help-desk .ls-hub-orbit__inner .title,
body.help-desk .ls-hub-orbit__title,
body.help-desk .ls-hub-orbit__note {
  color: rgba(255, 255, 255, 0.92) !important;
}

.ls-hub-orbit .xb-integrations-logo {
  background: #fff;
  color: var(--ls-navy, #003b78);
  border: 1px solid rgba(15, 167, 160, 0.35);
  box-shadow: 0 8px 18px rgba(0, 20, 48, 0.18);
}

.ls-hub-orbit .xb-integrations-logo i {
  font-size: 1.05rem;
  color: var(--ls-teal, #0fa7a0);
  line-height: 1;
}

.ls-hub-orbit .xb-integrations-logo img {
  max-width: 28px;
  max-height: 28px;
  object-fit: contain;
}

/* Hide template corner blur blobs (look like outer teal borders) */
.ls-hub-orbit .xb-blur-shape .shape--1,
.ls-hub-orbit .xb-blur-shape .shape--2 {
  display: none !important;
}

/* Desktop: wrapper is transparent so abs-pos icons still bind to the card */
.ls-hub-orbit__stage {
  display: contents;
}

@media (max-width: 767px) {
  .ls-hub-orbit .ls-hub-orbit__inner.xb-intigration-inner {
    container-type: inline-size;
    padding: 40px 12px 28px;
    min-height: 0;
  }

  .ls-hub-orbit .ls-hub-orbit__heading.sec-title--two {
    padding: 0 12px;
  }

  .ls-hub-orbit .ls-hub-orbit__title.title,
  .ls-hub-orbit__inner .ls-hub-orbit__title {
    white-space: normal !important;
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(1.25rem, 5.6vw, 1.7rem) !important;
    line-height: 1.25;
  }

  /* Draw pill + orbit at desktop size, then scale the canvas to the card */
  .ls-hub-orbit__stage {
    --ls-hub-canvas: 920px;
    --ls-hub-h: 480px;
    --ls-hub-scale: calc(100cqi / var(--ls-hub-canvas));
    display: block;
    position: relative;
    width: var(--ls-hub-canvas);
    height: var(--ls-hub-h);
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%) scale(var(--ls-hub-scale));
    transform-origin: top center;
    margin-bottom: calc(var(--ls-hub-h) * (var(--ls-hub-scale) - 1));
  }

  .ls-hub-orbit .ls-hub-orbit__stage .ls-hub-orbit__hub.xb-intigration-logo {
    position: absolute;
    left: 50%;
    top: calc(58% - (10px / var(--ls-hub-scale)));
    z-index: 2;
    margin: 0;
    padding: 22px 64px;
    transform: translate(-50%, -50%);
  }

  .ls-hub-orbit .ls-hub-orbit__stage .ls-hub-orbit__hub > img {
    height: 48px;
    max-width: 220px;
  }

  .ls-hub-orbit .ls-hub-orbit__stage .xb-integrations-logo-inner {
    left: 33%;
    bottom: 33%;
    width: 100%;
    transform: none;
  }

  .ls-hub-orbit .ls-hub-orbit__stage .xb-integrations-logo {
    width: 59px;
    height: 59px;
  }

  .ls-hub-orbit .ls-hub-orbit__stage .xb-integrations-logo[data-direction="right"] {
    right: 78%;
    offset-path: path("M 100 -90 A 950 375.5 0 0 1 550 399.5");
  }

  .ls-hub-orbit .ls-hub-orbit__stage .xb-integrations-logo[data-direction="left"] {
    offset-path: path("M -550 399.5 A 600 375.5 -25 0 1 110 -90");
  }

  .ls-hub-orbit .ls-hub-orbit__stage .xb-blur-shape .shape--3 {
    width: 100%;
    left: 0;
    bottom: 8px;
  }

  /* Note stays outside the scaled canvas so it remains 14px and below the orbit */
  .ls-hub-orbit .ls-hub-orbit__note.xb-content {
    font-size: 12px;
    line-height: 1.45;
    max-width: min(22rem, 100%);
    margin: -26px auto 0;
    padding: 0 16px;
    position: relative;
    z-index: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ls-hub-orbit .xb-integrations-logo {
    animation: none !important;
    opacity: 0.85;
  }
}

/* Story slider: landscape photo slot for upcoming images */
.fs-story-item .xb-item--img .img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 10px;
}

.fs-story-item .xb-item--img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fs-story-slider .swiper-wrapper {
  align-items: stretch;
}

.fs-story-slider .swiper-slide {
  height: auto;
  display: flex;
}

.fs-story-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.fs-story-item .xb-item--holder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 auto;
}

.fs-story-item .xb-item--title {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  max-width: 100%;
}

.fs-story-item .xb-item--btn {
  margin: auto 0 0;
  padding: 15px 0 0;
  display: flex;
  width: fit-content;
  align-items: center;
}

/* Story slider: keep title + arrows on one row on mobile */
@media (max-width: 767px) {
  .story .fs-story-top {
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
  }

  .story .fs-story-top .sec-title {
    max-width: none;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
  }

  .story .fs-slider-btn {
    top: 0;
    right: auto;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .story .fs-slider-btn .swiper-button-prev,
  .story .fs-slider-btn .swiper-button-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
  }
}

/* Header pill: clear navy tint (same role as template mint #e4ffe6, Leapstack navy) */
.header-area--two .header__wrap {
  background: #d6e4f5;
  border: 1px solid rgba(0, 59, 120, 0.16);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55) inset,
    0 8px 24px rgba(0, 59, 120, 0.08);
}

/* Keep the whole header (incl. sticky pill) above page sections like ScrollStack */
#xb-header-area {
  position: relative;
  z-index: 1100;
}

.work-stack {
  position: relative;
  z-index: 1;
}

/* Sticky clone: no full-width white bar — only the rounded pill should show */
#xb-header-area .xb-header-area-sticky {
  background-color: transparent;
  background: transparent;
  top: 12px;
  z-index: 1101;
}

#xb-header-area .xb-header-area-sticky.xb-header-fixed {
  box-shadow: none;
  pointer-events: auto;
}

#xb-header-area .xb-header-area-sticky:not(.xb-header-fixed) {
  pointer-events: none;
}

.header-area .xb-header-area-sticky .header__wrap,
.header-area--two .xb-header-area-sticky .header__wrap {
  background: #d6e4f5;
  border: 1px solid rgba(0, 59, 120, 0.18);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55) inset,
    0 10px 28px rgba(0, 59, 120, 0.1);
}

.header-area--two .main-menu > ul > li:hover > a,
.header-area--two .main-menu > ul > li.active > a {
  color: var(--ls-navy);
  background: linear-gradient(180deg, #ffffff 2.54%, #eef5fc 100%);
}

.header-area .xb-header-area-sticky .main-menu > ul > li.hover > a,
.header-area .xb-header-area-sticky .main-menu > ul > li.active > a,
.header-area--two .xb-header-area-sticky .main-menu > ul > li:hover > a,
.header-area--two .xb-header-area-sticky .main-menu > ul > li.active > a {
  background: #ffffff;
}

/* Keep logo + 6 nav labels + CTA on one row after Claims Support tab */
@media (min-width: 992px) {
  .header-area--two .header__wrap.ul_li_between {
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
  }

  .header-area--two .xb-header-logo {
    flex: 0 0 auto;
  }

  .header-area--two .xb-header-logo .logo img {
    height: 28px;
    max-width: 150px;
  }

  .header-area--two .main-menu__wrap {
    flex: 1 1 auto;
    min-width: 0;
  }

  .header-area--two .main-menu {
    min-width: 0;
    justify-content: center;
  }

  .header-area--two .main-menu > ul {
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
  }

  .header-area--two .main-menu > ul > li {
    flex: 0 0 auto;
    padding: 14px 0;
  }

  .header-area--two .main-menu > ul > li > a {
    padding: 4px 10px;
    font-size: 13.5px;
    letter-spacing: -0.01em;
    white-space: nowrap;
  }

  .header-area--two .xb-header-btn {
    flex: 0 0 auto;
    gap: 8px;
  }

  .header-area--two .xb-header-btn .ls-btn.desk-btn--gradient .layer {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1299px) {
  .header-area--two .main-menu > ul > li > a {
    padding: 4px 7px;
    font-size: 12.75px;
  }

  .header-area--two .xb-header-logo .logo img {
    height: 26px;
    max-width: 136px;
  }

  .header-area--two .ls-lang-switch__trigger {
    width: 72px;
    height: 36px;
    padding: 0 8px;
    font-size: 12px;
  }
}

@media (min-width: 1400px) {
  .header-area--two .main-menu > ul > li > a {
    padding: 4px 14px;
    font-size: 14.5px;
  }

  .header-area--two .xb-header-logo .logo img {
    height: 32px;
    max-width: 170px;
  }
}

/* Mid-page wash: flat brand bg so section seams don't flash when zooming */
.linear_bg02 {
  background: var(--ls-bg);
}

/* Match culture / pricing band — including about page (no linear_bg02 wrap) */
.funfact,
.ls-pricing,
.cta.cta-section {
  background: var(--ls-bg);
}

/* Wash fades into page #F1F6FC so hero + services share one boundary color */
.hero-area--two .xb-hero-inner::before {
  background: linear-gradient(
    180deg,
    rgba(241, 246, 252, 0) 0%,
    rgba(241, 246, 252, 0) 48%,
    rgba(241, 246, 252, 0.35) 72%,
    rgba(241, 246, 252, 0.85) 90%,
    #F1F6FC 100%
  ) !important;
  pointer-events: none;
}

/* Cloud PNGs: deepen the upper blue atmosphere (keep) */
.hero-area--two .xb-bg-shape .shape--1 img {
  filter: saturate(1.45) brightness(0.9) contrast(1.1);
  opacity: 0.9;
}

.hero-area--two .xb-bg-shape .shape--2 img,
.hero-area--two .xb-bg-shape .shape--3 img {
  filter: saturate(1.55) brightness(0.86) contrast(1.12);
  opacity: 0.92;
}

/* Hero support copy — sync with breadcrumb--content (navy + shared scale) */
.hero-area--two .xb-hero-content .xb-item--content,
.ls-claims-hero .xb-hero-content .xb-item--content,
.ls-checkup-hero--text .ls-claims-hero__support {
  color: var(--ls-navy, #003b78) !important;
  font-size: clamp(1.05rem, 1.35vw, 1.375rem) !important;
  line-height: 1.55 !important;
  font-weight: 500;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-transform: none !important;
}

/* Claims support line: keep tagline on one row (desktop) */
.ls-claims-hero:not(.ls-checkup-hero) .xb-hero-content .xb-item--content {
  white-space: nowrap;
  max-width: none;
  width: max-content;
}

@media (max-width: 991px) {
  .ls-claims-hero:not(.ls-checkup-hero) .xb-hero-content .xb-item--content {
    white-space: normal;
    max-width: 820px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .hero-area--two .xb-hero-content .xb-item--content,
  .ls-claims-hero .xb-hero-content .xb-item--content,
  .ls-checkup-hero--text .ls-claims-hero__support {
    font-size: clamp(1rem, 3.8vw, 1.125rem) !important;
  }
}

/* HomeHero support: one line on desktop, slightly smaller for fit */
.ls-home-hero.hero-area--two .xb-hero-content .xb-item--content {
  font-size: clamp(0.95rem, 1.15vw, 1.125rem) !important; /* ~15–18px */
  line-height: 1.4 !important;
  max-width: none;
  width: max-content;
  white-space: nowrap;
  margin: 18px auto 0 !important;
}

@media (max-width: 991px) {
  .ls-home-hero.hero-area--two .xb-hero-content .xb-item--content {
    white-space: normal;
    max-width: min(100%, 920px);
    width: auto;
    font-size: clamp(1rem, 2.4vw, 1.125rem) !important;
  }
}

@media (max-width: 767px) {
  .ls-home-hero.hero-area--two .xb-hero-content .xb-item--content {
    font-size: clamp(0.9375rem, 3.6vw, 1.0625rem) !important;
  }
}

/* Brand strip inside hero bottom stack — spacing owned by .ls-hero-bottom / flex */
.ls-home-hero .ls-brand--in-hero .xb-brand-wrapper,
.ls-service-hero .ls-brand--in-hero .xb-brand-wrapper,
.ls-breadcrumb-hero--with-brand .ls-brand--in-hero .xb-brand-wrapper {
  margin-bottom: 0;
}

.xb-brand-top .text,
.xb-brand-top .text.ls-brand-label {
  background: var(--ls-navy-soft) !important;
  color: var(--ls-navy) !important;
  width: fit-content;
  max-width: max-content;
  flex: 0 0 auto;
  padding: 7px 14px;
}

.xb-brand-top .line {
  background: var(--ls-navy-soft) !important;
}

/* About page brand strip — same marquee structure as home, navy theme */
.ls-brand--page {
  padding-bottom: 20px;
}

.ls-brand--about .xb-brand-wrapper {
  margin-bottom: 0;
  padding: 18px 0 8px;
}

.ls-brand--about .xb-brand-top .text,
.ls-brand--about .xb-brand-top .text.ls-brand-label {
  background: var(--ls-navy-soft) !important;
  color: var(--ls-navy) !important;
}

.ls-brand--about .xb-hero-brand-wrap {
  margin-top: 18px;
  margin-right: 0;
}

/* Keep partner logos on ONE horizontal marquee row — CSS loop (no jQuery) */
.ls-brand-marquee,
.ls-brand--about .xb-hero-brand-wrap,
.ls-brand--in-hero .xb-hero-brand-wrap {
  overflow: hidden;
  width: 100%;
}

.ls-brand-marquee__viewport {
  overflow: hidden;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 22%,
    #000 78%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 22%,
    #000 78%,
    transparent 100%
  );
}

.ls-brand-marquee__track,
.ls-brand--about .xb-item--brand_list,
.ls-brand--in-hero .xb-item--brand_list,
.xb-brand-wrapper .xb-hero-brand-wrap .xb-item--brand_list {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 0;
  width: max-content;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.ls-brand-marquee__track {
  animation: ls-brand-marquee 42s linear infinite;
  will-change: transform;
}

.ls-brand-marquee__viewport:hover .ls-brand-marquee__track {
  animation-play-state: paused;
}

@keyframes ls-brand-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    /* Track is 2 identical sets — shift by one set for a seamless loop */
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ls-brand-marquee__track {
    animation: none;
  }
}

.ls-brand-marquee__track > li,
.ls-brand--about .xb-item--brand_list > li,
.ls-brand--in-hero .xb-item--brand_list > li,
.xb-brand-wrapper .xb-hero-brand-wrap .xb-item--brand_list > li {
  flex: 0 0 auto;
  float: none !important;
  margin: 0;
  padding: 0 28px;
  line-height: 0;
}

.ls-brand-marquee__track > li img,
.xb-hero-brand-wrap .xb-item--brand_list li img {
  display: block;
  height: 36px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
}

/* Kill leftover jQuery marquee clones if main.js still touches old markup */
.ls-brand--in-hero .js-marquee-wrapper,
.ls-brand--about .js-marquee-wrapper {
  display: none !important;
}

.xb-animate-leftRight .line span {
  background: linear-gradient(
    90deg,
    var(--ls-navy) 0%,
    var(--ls-navy-soft) 100%
  ) !important;
}

.xb-animate-leftRight .line--2 span {
  background: linear-gradient(
    90deg,
    var(--ls-navy-soft) 0%,
    var(--ls-navy) 100%
  ) !important;
}

/* Funfact track + dividers — navy (replace template mint) */
.xb-funfact-inner::before,
.xb-funfact-inner::after {
  background: var(--ls-navy-soft, #e8eef6) !important;
}

/* Elevated white card so #nang-luc stats lift off --ls-bg wash */
.xb-funfact-wrapper {
  background: var(--ls-bg-elevated, #ffffff);
  border-radius: 24px;
  border: 1px solid rgba(0, 59, 120, 0.12);
  box-shadow: 0 12px 40px rgba(0, 59, 120, 0.08);
  padding: 48px 32px 56px;
}

@media (max-width: 767px) {
  .xb-funfact-wrapper {
    padding: 36px 20px 44px;
    border-radius: 20px;
  }
}

.funfact-col:not(:last-child) {
  border-right-color: var(--ls-navy-soft, #e8eef6) !important;
}

@media (max-width: 767px) {
  .funfact-col:not(:last-child) {
    border-bottom-color: var(--ls-navy-soft, #e8eef6) !important;
  }
}

.header-area--two .xb-header-btn a:nth-child(1) {
  background: linear-gradient(180deg, var(--ls-bg-elevated) 2.54%, var(--ls-bg) 100%);
}

.xb-hero-bottom .item.bg-pink,
.bg-pink {
  background: var(--ls-navy-soft) !important;
}

/* Culture / gallery: same flat wash as mid-page (no white→teal seam) */
.ab-group-section.ls-culture,
.ls-culture.ab-group-section {
  background: var(--ls-bg);
}

.ls-culture .sec-title .title {
  color: var(--ls-navy);
}

.ls-culture .gallery-title {
  color: var(--ls-teal-dark);
  letter-spacing: 0.04em;
}

.ls-culture .gallery > .container {
  max-width: 960px;
}

.ls-culture .xb-gallery-wrap {
  max-width: 960px;
  margin-inline: auto;
  gap: 24px;
}

.ls-culture .xb-gallery-item .xb-item--img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 269 / 244;
  box-sizing: border-box;
  padding: 13px 6px;
  background: #171717;
  border-radius: 3px;
}

.ls-culture .xb-gallery-item .xb-item--img::before {
  content: "";
  position: absolute;
  inset: 2px 5px;
  z-index: 2;
  pointer-events: none;
  background-image: repeating-linear-gradient(
    90deg,
    #f4f1ea 0 6px,
    transparent 6px 15px
  );
  background-repeat: repeat-x;
  background-size: auto 8px;
  background-position: top;
}

.ls-culture .xb-gallery-item .xb-item--img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  border-radius: 1px;
}

.ls-culture .xb-gallery-item {
  border: 1px solid var(--ls-border);
  box-shadow: 0 10px 28px rgba(0, 59, 120, 0.1);
}

.ls-culture .xb-gallery-item .xb-item--text {
  color: var(--ls-navy);
  font-weight: 600;
}

.ls-culture .xb-gallery-item .xb-item--date {
  color: var(--ls-teal-dark);
}

.ls-culture .ab-team-container::before,
.ls-culture .ab-team-container::after {
  content: none;
  display: none;
}

.ls-culture .ab-team-wrap {
  display: block;
  overflow: hidden;
  width: 100%;
}

.ls-culture .ab-team-list {
  gap: 0;
  margin-right: 0;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
  backface-visibility: hidden;
  animation: ls-ab-team-left 70s linear infinite;
}

.ls-culture .ls-ab-team-row--right .ab-team-list {
  animation-name: ls-ab-team-right;
  animation-duration: 90s;
}

.ls-culture .ls-ab-team-row--static {
  overflow: visible;
}

.ls-culture .ls-ab-team-row--static .ab-team-list {
  width: 100%;
  justify-content: center;
  gap: 20px;
  margin-right: 0;
  will-change: auto;
  animation: none;
}

.ls-culture .ls-ab-team-row--static .ab-team-list li {
  margin-right: 0;
}

.ls-culture .ab-team-list li {
  width: 107px;
  height: 107px;
  flex: 0 0 107px;
  margin-right: 20px;
  background: #eef2f6;
}

.ls-culture .ab-team-list li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

@keyframes ls-ab-team-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes ls-ab-team-right {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 767px) {
  .ls-culture .ab-team-list li {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
    max-width: 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ls-culture .ab-team-list {
    animation: none;
  }
}

.feature.window-shape-screen-2,
.ls-medical-network {
  background: transparent;
}

/* Primary accents — navy fills; teal used as secondary accent elsewhere */
.thm-btn.desk-btn--gradient .layer,
.thm-btn.desk-btn--gradient {
  --btn-accent: var(--ls-navy);
}

.hero-area--two .xb-hero-bottom .item .xb-item--title,
.xb-cta-wrapper .sec-title .title {
  color: inherit;
}

/* CTA band */
.xb-cta-wrapper {
  padding: 100px 40px 60px;
  background: linear-gradient(
    135deg,
    var(--ls-navy, #003B78) 0%,
    var(--ls-navy-mid) 55%,
    var(--ls-teal) 140%
  );
}

@media (max-width: 991px) {
  .xb-cta-wrapper {
    padding: 60px 40px 50px;
  }
}

@media (max-width: 767px) {
  .xb-cta-wrapper {
    padding: 60px 20px 40px;
  }
}

.xb-cta-right::before {
  background: rgba(0, 59, 120, 0.55);
}

.xb-cta-right .xb-img {
  width: 100%;
}

.xb-cta-right .xb-img img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 20px;
}

/* Header logo sizing for SVG wordmark (needs explicit height — viewBox-only SVG collapses with height:auto) */
.xb-header-logo .logo img,
.xb-logo-mobile img,
.xb-loader-logo img {
  display: block;
  height: 32px;
  width: auto;
  max-width: 170px;
}

.xb-footer-logo {
  margin: 40px 0 36px;
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  .xb-footer-logo {
    margin: 28px 0 24px;
  }
}

.xb-footer-logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

/* Footer bottom: 3 equal columns so social icons stay truly centered */
.footer .ls-footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px 24px;
}

.footer .ls-footer-bottom__copy {
  justify-self: start;
  margin: 0;
  text-align: left;
}

.footer .ls-footer-bottom__social {
  justify-self: center;
  margin: 0;
}

.footer .ls-footer-bottom__social.xb-social-media li a,
.footer .xb-social-media li a {
  color: var(--ls-navy, #003B78);
  background: var(--ls-navy-soft, #E8EEF6);
}

.footer .ls-footer-bottom__social.xb-social-media li a:hover,
.footer .xb-social-media li a:hover {
  color: #fff;
  background: var(--ls-navy, #003B78);
  box-shadow: 0 11px 8px 0 rgba(0, 59, 120, 0.18);
}

.footer .ls-footer-bottom__legal {
  justify-self: end;
  margin: 0;
  text-align: right;
}

@media (max-width: 767px) {
  .footer .ls-footer-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer .ls-footer-bottom__copy,
  .footer .ls-footer-bottom__legal {
    justify-self: center;
    text-align: center;
  }
}

/* Knowledge article prose within template shell */
.ls-article {
  max-width: 820px;
  margin: 0 auto;
  padding: 40px 0 80px;
}

.ls-article h1,
.ls-article h2,
.ls-article h3 {
  color: var(--ls-navy);
  margin-top: 1.5em;
  margin-bottom: 0.6em;
}

.ls-article h2 {
  font-size: clamp(1.5rem, 2vw, 1.875rem);
  font-weight: 800;
  line-height: 1.25;
}

.ls-article h3 {
  font-size: clamp(1.15rem, 1.4vw, 1.35rem);
  font-weight: 700;
  line-height: 1.35;
}

.ls-article p,
.ls-article li {
  color: var(--ls-text-muted);
  line-height: 1.75;
  margin-bottom: 1em;
}

.ls-article a {
  color: var(--ls-teal);
}

.ls-article .ls-summary {
  background: var(--ls-bg);
  border: 1px solid var(--ls-border);
  border-radius: 16px;
  padding: 20px 24px;
  margin-bottom: 28px;
}

.ls-article .ls-meta {
  font-size: 14px;
  color: var(--ls-text-muted);
  margin-bottom: 24px;
}

/* ---- Case study hero (template wash, Leapstack light navy) ---- */
.ls-case-hero.case-breadcrumb,
.ls-case-hero.breadcrumb {
  background: linear-gradient(
    180deg,
    #d7e4f2 0%,
    var(--ls-navy-soft, #e8eef6) 42%,
    #e4eef8 78%,
    #f1f6fc 100%
  ) !important;
  color: var(--ls-text);
}

.ls-case-hero.breadcrumb::before,
.ls-case-hero.case-breadcrumb::before {
  background: linear-gradient(
    180deg,
    rgba(0, 59, 120, 0.16) 0%,
    rgba(232, 238, 246, 0) 100%
  ) !important;
  opacity: 0.7;
}

.ls-case-hero .breadcrumb-shape .shape--3 {
  background: rgba(0, 69, 124, 0.22) !important;
  filter: blur(140px);
  opacity: 0.55;
}

/* Template pixel squares (left/right) — show, retint purple PNG to light navy */
.ls-case-hero .breadcrumb-shape .shape--1,
.ls-case-hero .breadcrumb-shape .shape--2 {
  display: block;
  pointer-events: none;
}

.ls-case-hero .breadcrumb-shape .shape--1 img,
.ls-case-hero .breadcrumb-shape .shape--2 img {
  filter: hue-rotate(195deg) saturate(0.85) contrast(1.12) brightness(1);
  opacity: 1;
}

/* Knowledge article hero — blog-details.html centered title + pixel wash */
.ls-blog-details-hero.breadcrumb {
  background: linear-gradient(
    180deg,
    #d7e4f2 0%,
    var(--ls-navy-soft, #e8eef6) 42%,
    #e4eef8 78%,
    #f1f6fc 100%
  ) !important;
}

.ls-blog-details-hero.breadcrumb::before {
  display: none;
}

.ls-blog-details-hero .breadcrumb-shape .shape--3 {
  display: none;
}

.ls-blog-details-hero .breadcrumb-shape .shape--1 img,
.ls-blog-details-hero .breadcrumb-shape .shape--2 img {
  filter: none;
  opacity: 1;
}

.ls-blog-details-hero .breadcrumb-shape .shape--1,
.ls-blog-details-hero .breadcrumb-shape .shape--2 {
  display: block;
  pointer-events: none;
}

.ls-blog-details-hero .breadcrumb--title {
  font-family: var(--font-heading), "Montserrat", sans-serif;
  font-weight: 700;
  color: var(--ls-navy, #003b78);
  text-transform: none;
  letter-spacing: -0.03em;
  line-height: 1.15;
  max-width: 16em;
  margin-left: auto;
  margin-right: auto;
}

.ls-article-blog .single-item-image {
  position: relative;
  background: #e8eef6;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 20px;
}

.ls-article-blog .single-item-image img {
  object-fit: contain;
  object-position: center;
}

.ls-case-hero .breadcrumb--left_content .title.ls-case-hero__title,
.ls-case-hero .ls-case-hero__title {
  font-family: var(--font-heading), "Montserrat", sans-serif;
  font-weight: 700;
  color: var(--ls-navy);
  text-transform: none;
  letter-spacing: -0.02em;
  line-height: 1.25;
  font-size: clamp(1.35rem, 2.4vw, 2.15rem);
  margin-bottom: 28px;
  max-width: 34rem;
  text-wrap: pretty;
}

.ls-case-hero .breadcrumb--left_content .name {
  font-family: var(--font-heading), "Montserrat", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ls-navy);
  margin: 0 0 4px;
}

.ls-case-hero .breadcrumb--left_content .desig {
  margin: 0;
  color: var(--ls-text-muted);
}

.ls-case-hero .breadcrumb--left_content .avater img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.ls-case-hero .breadcrumb--img .img img {
  max-width: 100%;
  height: auto;
}

.ls-case-meta .about-case-study-wrap {
  border-top-color: var(--ls-border);
  border-bottom-color: var(--ls-border);
  background: color-mix(in srgb, var(--ls-navy-soft) 55%, #fff);
  padding: 56px 0 52px;
}

.ls-case-meta .xb-item--logo img {
  max-height: 36px;
  width: auto;
}

.ls-case-meta .xb-item--text {
  color: var(--ls-teal-dark);
}

.ls-case-meta .xb-item--content,
.ls-case-meta .xb-item--list li {
  color: var(--ls-text);
}

.ls-case-meta .xb-item--title {
  color: var(--ls-navy);
}

.ls-case-details .cs-solution-wrap {
  background: var(--ls-navy);
}

.ls-case-details .cs-solution-wrap .details-content-title,
.ls-case-details .cs-solution-wrap .details-content {
  color: #fff;
}

.ls-case-stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.35rem;
}

.ls-case-details .ls-case-details__footer {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .ls-case-details .cs-solution-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .ls-case-hero .breadcrumb--img {
    text-align: center;
    margin: 28px 0 0;
    float: none;
  }

  .ls-case-hero .breadcrumb--left_content {
    margin-right: 0;
  }
}

/* Knowledge article sidebar — brand navy instead of template #0d1738 */
.career-address-wrap {
  background: linear-gradient(145deg, var(--ls-navy) 0%, var(--ls-navy-mid) 100%);
}

.career-address-wrap .xb-item--title {
  color: #fff;
}

.career-address-wrap .xb-item--list li,
.career-address-wrap .xb-item--list li a {
  color: rgba(255, 255, 255, 0.92);
}

.career-address-wrap .xb-item--list li a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ls-article-blog .career-address-wrap .xb-item--title {
  font-size: 1.15rem;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ls-article-blog .career-address-wrap .xb-item--list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}

.ls-article-blog .career-address-wrap .xb-item--list li img {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  flex: none;
  filter: brightness(0) invert(1);
}

.ls-article-blog .post_author {
  background: var(--ls-navy);
  gap: 16px;
  padding: 20px 22px;
}

.ls-article-blog .post_author .xb-item--author {
  flex: none;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ls-article-blog .post_author .xb-item--author img {
  width: 70%;
  height: auto;
}

.ls-article-blog .post_author .xb-item--name {
  font-size: 1.05rem;
  color: #fff;
  text-transform: none;
}

.ls-article-blog .post_author .xb-item--desig {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.78);
  text-transform: none;
  font-size: 0.85rem;
}

.ls-article-blog .blog_details_content {
  background: var(--ls-bg-elevated, #fff);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  overflow: hidden;
  isolation: isolate;
}

.ls-article-related .blog-details_item {
  background: var(--ls-navy);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ls-article-related .blog-details_item .xb-item--img {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  background: #e8eef6;
}

.ls-article-related .blog-details_item .xb-item--img a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.ls-article-related .blog-details_item .xb-item--img img {
  object-fit: contain;
  object-position: center;
}

.ls-article-related .blog-details_item .xb-item--holder {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 16px 16px;
}

.ls-article-related .blog-details_item .xb-item--title {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.42em * 3);
}

.ls-article-related .blog-details_item .xb-item--meta li {
  color: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ls-article-related .blog-details_item .xb-item--meta img {
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
}

.ls-article-related .blog-details_item:hover .xb-item--title a {
  color: var(--ls-teal-soft, #e6f7f6);
}

.ls-blog-cards .row {
  align-items: stretch;
}

.ls-blog-cards .ls-blog-cards__col {
  display: flex;
}

.ls-blog-cards .blog-details_item,
.ls-blog-cards .blog_details_item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ls-blog-cards .blog_details_item .xb-item--img {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 20px;
  background: #e8eef6;
}

.ls-blog-cards .blog_details_item .xb-item--img a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.ls-blog-cards .blog_details_item .xb-item--img img {
  object-fit: contain;
  object-position: center;
}

.ls-blog-cards .blog_details_item .xb-item--title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.25em * 3);
}

.ls-blog-cards .blog_details_item .xb-item--content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.ls-form-note {
  font-size: 13px;
  color: var(--ls-text-muted);
  margin-top: 12px;
}

.ls-form-error {
  color: var(--ls-danger);
  font-size: 14px;
  margin-top: 8px;
}

.ls-form-success {
  color: var(--ls-navy);
  font-size: 14px;
  margin-top: 8px;
}

/* ---- Lead / contact forms: light brand card (not template #0d1738) ---- */
.xb-contact-form.xb-main-contact-form,
.xb-contact-form {
  background: var(--ls-bg-elevated) !important;
  border: 1px solid var(--ls-border);
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(0, 59, 120, 0.06);
  color: var(--ls-text);
}

/* Contact intro column: same elevated card as the form (template #f6f5fd washed into --ls-bg) */
.contact-section .xb-contact-content {
  background: var(--ls-bg-elevated);
  border: 1px solid var(--ls-border);
  box-shadow: 0 18px 40px rgba(0, 59, 120, 0.06);
  color: var(--ls-text);
}

.contact-section .xb-contact-content .xb-item--title {
  font-weight: 700;
  color: var(--ls-navy);
}

.contact-section .xb-contact-content .ls-section-note {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ls-text);
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

.contact-section .xb-contact-content .xb-item--botom_text {
  font-style: normal;
  color: var(--ls-text-muted);
}

.contact-section .xb-contact-content .xb-item--social li,
.contact-section .xb-contact-content .xb-item--social li a {
  color: var(--ls-navy);
}

.contact-section .xb-contact-content .xb-item--social li:hover,
.contact-section .xb-contact-content .xb-item--social li:hover a {
  color: var(--ls-teal);
}

/* Contact page: section wash matches hero / page atmosphere */
.contact-section {
  background-color: var(--ls-bg);
}

/* Contact page: stretch both cards so bottoms align */
@media (min-width: 992px) {
  .contact-section .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .contact-section .row > .col-lg-6.mt-30 {
    display: flex;
    flex-direction: column;
    align-self: stretch;
  }

  .contact-section .xb-contact-content,
  .contact-section .xb-contact-form.xb-main-contact-form {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    align-self: stretch;
    width: 100%;
    min-height: 100%;
    height: auto;
    box-sizing: border-box;
  }

  .contact-section .xb-contact-content .xb-item--botom_text {
    margin-top: auto;
  }
}

body.help-desk .xb-contact-form .form-heading .title,
body.help-desk .xb-contact-form .form-heading .sub-title {
  color: var(--ls-navy) !important;
}

body.help-desk .xb-contact-input-form label {
  color: var(--ls-navy) !important;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.xb-contact-input-form .xb-input-field input,
.xb-contact-input-form .xb-input-field textarea,
.xb-contact-input-form .xb-input-field select,
.xb-main-contact-form .xb-massage-field textarea {
  color: var(--ls-text) !important;
  background: var(--ls-bg) !important;
  border: 1px solid var(--ls-border) !important;
  border-radius: 12px !important;
}

.xb-contact-input-form .xb-input-field input:not([type="checkbox"]):not([type="radio"]),
.xb-contact-input-form .xb-input-field select {
  height: 60px !important;
  min-height: 60px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}

.xb-contact-input-form .xb-input-field input[type="date"] {
  appearance: none;
  -webkit-appearance: none;
  line-height: 58px;
}

.xb-contact-input-form .xb-input-field input[type="date"]::-webkit-datetime-edit,
.xb-contact-input-form .xb-input-field input[type="date"]::-webkit-datetime-edit-fields-wrapper {
  height: 58px;
  padding: 0;
  display: inline-flex;
  align-items: center;
}

.xb-contact-input-form .xb-input-field input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.7;
}

.xb-contact-input-form .xb-input-field input::placeholder,
.xb-contact-input-form .xb-input-field textarea::placeholder {
  color: var(--ls-text-muted);
  opacity: 0.85;
}

.xb-contact-input-form .xb-input-field input:focus,
.xb-contact-input-form .xb-input-field textarea:focus {
  border-color: var(--ls-teal) !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(15, 167, 160, 0.18);
}

/* Nice-select inside lead forms */
.xb-main-contact-form .xb-select-field .nice-select {
  height: 60px;
  line-height: 58px;
  color: var(--ls-text) !important;
  background: var(--ls-bg) !important;
  border: 1px solid var(--ls-border) !important;
  border-radius: 12px;
}

.xb-main-contact-form .xb-select-field .nice-select::after {
  border-bottom-color: var(--ls-navy) !important;
  border-right-color: var(--ls-navy) !important;
}

.xb-main-contact-form .xb-select-field .nice-select .list {
  background: var(--ls-bg-elevated);
  border: 1px solid var(--ls-border);
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 59, 120, 0.12);
}

.xb-main-contact-form .xb-select-field .nice-select .list .option {
  color: var(--ls-text) !important;
}

.xb-main-contact-form .xb-select-field .nice-select .list .option:hover,
.xb-main-contact-form .xb-select-field .nice-select .list .option.focus,
.xb-main-contact-form .xb-select-field .nice-select .list .option.selected.focus {
  background: var(--ls-bg) !important;
  color: var(--ls-navy) !important;
}

.xb-main-contact-form .xb-select-field .nice-select .list .option.selected {
  color: var(--ls-teal) !important;
  font-weight: 600;
}

/* Consent + submit */
body.help-desk .xb-main-contact-form .form-check label,
body.help-desk .xb-main-contact-form .form-check-label {
  color: var(--ls-text-muted) !important;
}

body.help-desk .xb-main-contact-form .form-check label a,
body.help-desk .xb-main-contact-form .form-check-label a {
  color: var(--ls-teal) !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.xb-main-contact-form .form-check .form-check-input {
  border-color: var(--ls-border-strong);
  background-color: var(--ls-bg-elevated);
}

.xb-main-contact-form .form-check .form-check-input:checked {
  border-color: var(--ls-navy);
  background-color: var(--ls-navy);
}

.xb-contact-form .details-btn {
  background: linear-gradient(
    135deg,
    var(--ls-navy) 0%,
    var(--ls-navy-mid) 100%
  ) !important;
  color: #fff !important;
  border: none;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0, 59, 120, 0.25);
}

.xb-contact-form .details-btn:hover:not(:disabled) {
  filter: brightness(1.05);
  color: #fff !important;
}

.xb-contact-form .details-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

body.help-desk .xb-contact-form .ls-form-note {
  color: var(--ls-text-muted) !important;
}

body.help-desk .xb-contact-form .ls-form-error {
  color: var(--ls-danger) !important;
}

/* sec-title + intro: match hero/CTA gap (title → content) */
.sec-title--two .title + p,
.sec-title--two .content {
  margin-top: 20px;
}

.sec-title--two.text-center .title + p,
.sec-title--two.text-center .content {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* Clean desk buttons - kill template text-shadow duplicate */
.ls-btn {
  text-decoration: none;
  width: max-content;
  max-width: none;
  white-space: nowrap;
}

.ls-btn .ls-btn__label,
.ls-btn .layer,
.ls-btn .text {
  display: inline-flex;
  align-items: center;
  line-height: 1.35;
  font-weight: 700;
  font-family: var(--font-heading), "Montserrat", sans-serif;
  text-shadow: none !important;
  text-transform: none;
  white-space: nowrap !important;
}

.ls-btn.desk-btn--gradient .layer,
.desk-btn--gradient .layer {
  width: max-content;
  /* Navy primary CTA fill */
  background: linear-gradient(
    180deg,
    var(--ls-navy, #003B78) 0%,
    var(--ls-navy-mid, #00457C) 100%
  ) !important;
}

.ls-btn.desk-btn--gradient .layer .text,
.desk-btn--gradient .layer .text,
.desk-btn .text {
  /* White on navy for WCAG contrast */
  color: #ffffff !important;
  text-shadow: none !important;
}

/* White fill CTA (on dark bands): navy text for contrast */
.ls-btn.desk-btn--gradient .layer.layer_white,
.desk-btn--gradient .layer.layer_white {
  background: #ffffff !important;
}

.ls-btn.desk-btn--gradient .layer.layer_white .text,
.desk-btn--gradient .layer.layer_white .text {
  color: var(--ls-navy, #003B78) !important;
}

.ls-btn.desk-btn--white .text,
.ls-btn.desk-btn--white .ls-btn__label {
  color: var(--ls-navy, #003B78) !important;
}

.ls-btn:not(.desk-btn--gradient):not(.desk-btn--white) .text,
.ls-btn:not(.desk-btn--gradient):not(.desk-btn--white) .ls-btn__label {
  color: #ffffff;
}

/* Default desk-btn solid (non-gradient) — navy primary */
.desk-btn:not(.desk-btn--gradient):not(.desk-btn--white) {
  background: linear-gradient(
    180deg,
    var(--ls-navy, #003B78) 0%,
    var(--ls-navy-mid, #00457C) 100%
  );
  color: #ffffff;
}

/* Header CTA: keep rainbow ring; navy fill inside */
.header-area--two .xb-header-btn a.ls-btn.desk-btn--gradient {
  background: rgba(255, 255, 255, 0.1) !important;
  box-shadow: none !important;
  padding: 3px !important; /* ring thickness — keep thin */
  isolation: isolate;
}

.header-area--two .xb-header-btn a.ls-btn.desk-btn--gradient::before {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 100px;
  filter: blur(7px);
  background: linear-gradient(
    91deg,
    #597cee 0%,
    #a659ee 14.29%,
    #ee59c6 28.57%,
    #ee5b59 42.86%,
    #eecb59 57.14%,
    #99da5b 71.43%,
    #59ee80 85.71%,
    #06bcbf 100%
  );
  background-size: 200%;
  animation: rainbow 2s infinite linear;
}

.header-area--two .xb-header-btn .ls-btn.desk-btn--gradient .layer {
  padding: 10px 28px;
  background: linear-gradient(
    180deg,
    var(--ls-navy, #003B78) 0%,
    var(--ls-navy-mid, #00457C) 100%
  ) !important;
}

.header-area--two .xb-header-btn .ls-btn.desk-btn--gradient .layer .text {
  color: #ffffff !important;
}

/* Kill template padding on language menu links inside the header btn group */
.header-area--two .xb-header-btn .ls-lang-switch a {
  box-shadow: none !important;
}

.header-area--two .xb-header-btn .ls-lang-switch a::before {
  display: none !important;
}

/* Feature column: template pads heavily for short EN CTAs; keep room for VI */
.hd-feature-item-left {
  padding-right: 40px;
}

.hd-feautre-btn .ls-btn.desk-btn--gradient .layer {
  padding-left: 36px;
  padding-right: 36px;
}

/* Safety: any leftover template .text shadows */
.desk-btn .text,
.thm-btn .text {
  text-shadow: none !important;
}

/* Page CTAs: slightly smaller on mobile so they fit the layout */
@media (max-width: 767px) {
  main .ls-btn.desk-btn,
  main .thm-btn.desk-btn {
    font-size: 14px;
    max-width: 100%;
  }

  main .ls-btn.desk-btn:not(.desk-btn--gradient) {
    padding: 11px 24px;
  }

  main .ls-btn.desk-btn--gradient {
    padding: 3px;
  }

  main .ls-btn.desk-btn--gradient .layer {
    padding: 10px 22px;
  }

  main .ls-btn.desk-btn--gradient::before,
  main .ls-btn.desk-btn--gradient::after {
    filter: blur(5px);
  }

  main .ls-btn .ls-btn__label,
  main .ls-btn .layer,
  main .ls-btn .text {
    font-size: 14px;
    line-height: 1.3;
  }

  main .hd-feautre-btn .ls-btn.desk-btn--gradient .layer {
    padding-left: 22px;
    padding-right: 22px;
  }
}

/* Language switcher — compact pill + right-aligned popover (no layout shift) */
.header-area--two .header__wrap,
.header-area--two .xb-header-btn {
  overflow: visible;
}

.ls-lang-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  font-family: var(--font-heading), "Montserrat", sans-serif;
  z-index: 20;
}

/* Sticky clone sits at z-index 999 — keep dropdown above page chrome */
#xb-header-area .xb-header-area-sticky .ls-lang-switch {
  z-index: 1001;
}

#xb-header-area .xb-header-area-sticky .ls-lang-switch__menu {
  z-index: 1002;
}

#xb-header-area .xb-header-area-sticky .header__wrap,
#xb-header-area .xb-header-area-sticky .xb-header-btn {
  overflow: visible;
}

.ls-lang-switch__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-sizing: border-box;
  width: 88px;
  height: 40px;
  margin: 0;
  padding: 0 12px;
  border: 1.5px solid rgba(0, 59, 120, 0.28);
  border-radius: 999px;
  background: transparent;
  color: var(--ls-navy, #003B78);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.ls-lang-switch__trigger:hover,
.ls-lang-switch.is-open .ls-lang-switch__trigger {
  border-color: var(--ls-teal, #0FA7A0);
  background: rgba(15, 167, 160, 0.06);
}

.ls-lang-switch__trigger:focus-visible {
  outline: 2px solid var(--ls-teal, #0FA7A0);
  outline-offset: 2px;
}

.ls-lang-switch__icon,
.ls-lang-switch__chevron {
  flex-shrink: 0;
  display: block;
}

.ls-lang-switch__chevron {
  transition: transform 0.2s ease;
}

.ls-lang-switch__chevron.is-open {
  transform: rotate(180deg);
}

.ls-lang-switch__label {
  min-width: 1.4em;
  text-align: center;
  white-space: nowrap;
}

.ls-lang-switch__menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  left: auto;
  z-index: 1100;
  width: 168px;
  margin: 0;
  padding: 6px;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(0, 59, 120, 0.08);
  border-radius: 10px;
  box-shadow:
    0 12px 28px rgba(13, 23, 56, 0.12),
    0 2px 6px rgba(13, 23, 56, 0.06);
}

.ls-lang-switch__menu[hidden] {
  display: none;
}

.ls-lang-switch__menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ls-lang-switch__option {
  display: flex !important;
  align-items: center;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  padding: 9px 12px !important;
  border-radius: 6px;
  color: var(--ls-navy, #003B78) !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  background: transparent !important;
  white-space: nowrap;
  transition: background-color 0.15s ease;
}

.ls-lang-switch__option-short {
  flex: 0 0 1.6em;
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: 0.55;
}

.ls-lang-switch__option.is-active .ls-lang-switch__option-short,
.ls-lang-switch__option:hover .ls-lang-switch__option-short {
  opacity: 1;
  color: var(--ls-teal, #0FA7A0);
}

.ls-lang-switch__option-label {
  flex: 1 1 auto;
}

.ls-lang-switch__option:hover,
.ls-lang-switch__option.is-active {
  background: var(--ls-teal-soft, #e6f7f6) !important;
  color: var(--ls-navy, #003B78) !important;
}

.header-area--two .xb-header-btn .ls-lang-switch {
  margin-right: 2px;
}

/* Mobile drawer: menu opens to the RIGHT of the language button (in-flow) */
.ls-mobile-lang {
  display: flex;
  justify-content: flex-start;
  margin-top: 24px;
  padding-top: 8px;
}

.ls-mobile-lang .ls-lang-switch {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 6px;
  max-width: 100%;
}

.ls-mobile-lang .ls-lang-switch__trigger {
  flex: 0 0 auto;
  width: auto;
  min-width: 80px;
}

.ls-mobile-lang .ls-lang-switch__menu {
  position: static;
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  max-width: 168px;
  margin: 0;
  box-shadow:
    0 8px 20px rgba(13, 23, 56, 0.1),
    0 2px 6px rgba(13, 23, 56, 0.05);
  border: 1px solid rgba(0, 59, 120, 0.08);
}

/* Backdrop visibility when React owns the open state (template used sibling +active) */
.xb-header-menu-backdrop.is-visible {
  opacity: 1;
  visibility: visible;
}

html.ls-mobile-nav-open {
  overflow: hidden;
}

/* Hamburger is a <button> now — reset UA chrome, navy primary fill */
button.xb-nav-mobile {
  appearance: none;
  cursor: pointer;
  border: 1px solid var(--ls-navy, #003B78);
  background: var(--ls-navy, #003B78);
  color: #fff;
}

button.xb-nav-mobile span {
  background: #fff;
}

button.xb-menu-close {
  appearance: none;
  border: 0;
}

/* Ensure drawer content scrolls like a proper off-canvas */
.xb-header-menu-scroll {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.xb-header-menu .xb-menu-primary {
  margin: 0;
  padding: 0;
  list-style: none;
}

.xb-header-menu .xb-menu-primary a {
  color: var(--ls-navy, #003B78);
}

.xb-header-menu .xb-menu-primary .current-menu-item > a,
.xb-header-menu .xb-menu-primary a:hover {
  color: var(--ls-teal, #0FA7A0);
}


/* —— Problem / Solution cards: Vietnamese long-copy layout ——
   Template tag-cloud CSS assumes short English chips; we override to a
   mirrored stacked-pill layout so both columns stay aligned. */
.ls-solution {
  background-color: var(--ls-bg);
}

.ls-solution .fs-solution-item {
  display: flex;
  flex-direction: column;
}

.ls-solution .fs-solution-chart_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: visible;
  margin-top: 28px;
  padding: 28px 22px 28px;
}

/* Chart + note title above the divider; list stays below (like template). */
.ls-solution .fs-solution-chart_box .xb-item--holder {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 0 24px;
  margin-bottom: 28px;
  border-bottom: 1px solid #eddfdf;
  text-align: center;
}

.ls-solution .fa-chart-two .xb-item--holder {
  margin-bottom: 28px;
  border-bottom-color: #d8ead8;
}

/* Override template absolute chart so the divider cannot cut through it. */
.ls-solution .fs-solution-chart_box .xb-item--chart_img {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: min(100%, 340px) !important;
  margin: 0 auto 16px;
  transform: none !important;
}

.ls-solution .fs-solution-chart_box .xb-item--chart_img > img {
  display: block;
  width: 100%;
  height: auto;
}

.ls-solution .xb-item--chart_img .ls-solution-anchor {
  position: absolute;
  left: 50%;
  top: 54%;
  z-index: 2;
  margin: 0;
  transform: translate(-50%, -50%);
}

.ls-solution .fs-solution-chart_box .xb-item--content {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-heading);
  margin: 0;
}

.ls-solution-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 100%;
  flex: 1;
  padding-top: 4px;
}

.ls-solution-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  flex-shrink: 0;
  box-sizing: border-box;
}

.ls-solution-anchor img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.ls-solution-anchor--ok {
  width: auto;
  min-width: 140px;
  height: 52px;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #d8ead8;
  box-shadow:
    0 10px 4px -3px rgba(35, 82, 35, 0.06),
    0 3px 1px -1px rgba(35, 82, 35, 0.08);
}

.ls-solution-anchor--ok img {
  max-height: 28px;
  width: auto;
}

.ls-solution-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ls-solution-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 11px 18px 11px 10px;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--color-heading);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow:
    0 16px 6px -3px rgba(81, 32, 32, 0.05),
    0 6px 2px -2px rgba(81, 32, 32, 0.06),
    0 0 0 1px #eddfdf,
    inset 0 1px 1px 1px rgba(255, 255, 255, 0.3);
}

.ls-solution-list--ok li {
  box-shadow:
    0 16px 6px -3px rgba(35, 82, 35, 0.05),
    0 6px 2px -2px rgba(35, 82, 35, 0.06),
    0 0 0 1px #d8ead8,
    inset 0 1px 1px 1px rgba(255, 255, 255, 0.3);
}

.ls-solution-list__icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #fff;
  font-size: 18px;
}

.ls-solution-list__icon--warn {
  color: #ff4141;
}

.ls-solution-list__icon--ok {
  color: var(--ls-teal, #0FA7A0);
  border: none;
}

.ls-solution-list__text {
  flex: 1;
  min-width: 0;
}

@media (max-width: 1199px) {
  .ls-solution-list li {
    font-size: 14px;
    padding: 10px 14px 10px 8px;
  }
}

@media (max-width: 767px) {
  .ls-solution .fs-solution-chart_box {
    padding: 32px 16px 24px;
  }

  .ls-solution-list li {
    border-radius: 18px;
    align-items: flex-start;
  }
}

/* ---- Insurance overview: challenge + why cards ---- */
.ls-ins-band.section-padding {
  padding: 80px 0;
}

.ls-ins-band--problem,
.ls-ins-band--solution {
  background-color: transparent;
}

.ls-ins-band__head {
  text-align: center;
  max-width: none;
  margin: 0 auto 50px;
}

.ls-ins-band__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 16px;
  border-radius: 20px;
  background-color: var(--ls-navy-soft, #e8eef6);
  color: var(--ls-navy, #003b78);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.ls-ins-band__title {
  margin: 0 auto;
  max-width: 46rem;
  color: var(--ls-navy);
  font-size: var(--ls-section-title);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.025em;
  text-transform: none;
}

.ls-ins-band__lead {
  margin: 14px auto 0;
  max-width: 46rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ls-text-muted, #5a6b7d);
}

.ls-claims__cta {
  margin: 36px 0 0;
  text-align: center;
}

.ls-ins-band__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
}

.ls-ins-band__card {
  margin: 0;
  padding: 32px 24px;
  border-radius: 12px;
  border: 1px solid var(--ls-border, #d5e0ee);
  box-shadow: 0 4px 6px -1px rgba(0, 42, 86, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease,
    background-color 0.3s ease;
}

.ls-ins-band--problem .ls-ins-band__card {
  background-color: #fff;
}

.ls-ins-band--solution .ls-ins-band__card {
  background-color: #f8fafc;
  border-top: 4px solid var(--ls-navy, #003b78);
}

.ls-ins-band--problem .ls-ins-band__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 42, 86, 0.08);
  border-color: var(--ls-navy, #003b78);
}

.ls-ins-band--solution .ls-ins-band__card:hover {
  transform: translateY(-4px);
  background-color: #fff;
  border-top-color: var(--ls-teal, #0fa7a0);
  box-shadow: 0 10px 15px -3px rgba(0, 42, 86, 0.08);
}

.ls-ins-band__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 10px;
  font-size: 1.25rem;
}

.ls-ins-band--problem .ls-ins-band__icon {
  width: 52px;
  height: 52px;
  background-color: var(--ls-navy-soft, #e8eef6);
  color: var(--ls-navy, #003b78);
  font-size: 1.375rem;
}

.ls-ins-band--solution .ls-ins-band__icon {
  width: 52px;
  height: 52px;
  background-color: var(--ls-navy-soft, #e8eef6);
  color: var(--ls-navy, #003b78);
  font-size: 1.375rem;
}

.ls-ins-band__card-title {
  margin: 0 0 12px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ls-navy-deep, #002a56);
}

.ls-ins-band__card-text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--ls-text-muted, #5a6b7d);
}

@media (max-width: 991px) {
  .ls-ins-band__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ls-ins-band.section-padding {
    padding: 50px 0;
  }

  .ls-ins-band__grid {
    grid-template-columns: 1fr;
  }

  .ls-ins-band__head {
    margin-bottom: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ls-ins-band__card {
    transition: none;
  }

  .ls-ins-band__card:hover {
    transform: none;
  }
}

/* ---- Work section + React Bits ScrollStack ---- */
.work-stack .work-stack__headline {
  font-size: var(--ls-section-title);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.025em;
  text-transform: none;
  color: var(--ls-navy);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.work-stack .work-stack__headline-line {
  display: block;
}

@media (min-width: 992px) {
  .work-stack .work-stack__headline-line {
    white-space: nowrap;
  }
}

.work-stack .work-stack__headline .ls-hero-accent {
  color: var(--ls-teal);
}

.work-stack .as-work-scroll-stack .as-work-item:not(:last-child) {
  margin-bottom: 0; /* spacing owned by ScrollStack itemDistance */
}

.work-stack .as-work-scroll-stack .xb-item--inner {
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.12);
  align-items: flex-start;
  padding-bottom: 100px;
}

.work-stack .xb-item--title {
  color: var(--ls-navy);
  font-family: var(--font-heading), "Montserrat", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  text-transform: none;
  margin: 6px 0 14px;
}

.work-stack .xb-item--content {
  color: var(--ls-text-muted);
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
  max-width: 28rem;
}

.work-stack__list-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 36rem;
}

.work-stack__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 28rem;
}

.work-stack__list--cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  row-gap: 8px;
  max-width: 36rem;
}

.work-stack__list--row {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px 20px;
  max-width: none;
}

.work-stack__list--row li {
  flex: 0 1 auto;
  white-space: nowrap;
}

.work-stack__list li {
  font-size: 0.95rem;
  color: var(--ls-text-muted);
  display: flex;
  gap: 8px;
  align-items: flex-start;
  line-height: 1.45;
}

.work-stack__list li::before {
  content: "✓";
  color: var(--ls-teal);
  font-weight: 700;
  flex: none;
}

@media (max-width: 575px) {
  .work-stack__list--cols {
    grid-template-columns: 1fr;
    max-width: 28rem;
  }
}

.work-stack__options {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 8px;
  max-width: min(100%, 36rem);
}

.work-stack__options li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--ls-border);
  border-radius: 12px;
  padding: 8px 10px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--ls-navy);
  line-height: 1.3;
}

.work-stack__tag {
  font-size: 10px;
  font-weight: 700;
  color: var(--ls-teal-dark);
  background: var(--ls-teal-soft);
  border-radius: 999px;
  padding: 2px 7px;
  flex: none;
}

.work-stack__closing {
  font-family: var(--font-heading), "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.45;
  color: var(--ls-navy);
  max-width: 28rem;
}

.work-stack__closing .ls-hero-accent {
  color: var(--ls-teal);
}

/* 4th work card — navy surface accents */
.work-stack .clr-sky {
  background: var(--ls-navy-soft);
}

.work-stack .clr-sky .xb-item--number {
  background: linear-gradient(180deg, var(--ls-navy) 0%, var(--ls-navy-soft) 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Navy shape uses baked gradient PNG (same soft edges / clear center as green) */
.work-stack .clr-sky .shape img {
  filter: none;
  opacity: 1;
}

.work-stack .as-work-scroll-stack .xb-item--img {
  max-width: 580px;
  position: relative;
  z-index: 1;
}

.work-stack .work-stack__photo {
  display: block;
  width: 580px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: left 42%;
  border-radius: 18px;
}

.work-stack .as-work-scroll-stack .shape--1 {
  z-index: 0;
  pointer-events: none;
}

.work-stack .clr-sky .xb-item--img .shape-1 img {
  filter: brightness(0) saturate(100%) invert(22%) sepia(70%) saturate(1400%)
    hue-rotate(190deg) brightness(1.05) contrast(1.05);
  opacity: 1;
}

@media (max-width: 767px) {
  .work-stack .xb-item--title {
    font-size: 1.2rem;
  }

  section.work-stack {
    padding-bottom: 180px;
  }
}

/* ---- Compare groups tabs (insurance) ---- */
.cmpf-section {
  --cmpf-navy-900: var(--ls-navy-deep);
  --cmpf-navy-800: var(--ls-navy);
  --cmpf-teal-500: var(--ls-teal);
  --cmpf-teal-400: var(--ls-teal-mid);
  --cmpf-teal-100: var(--ls-teal-soft);
  --cmpf-sky-50: var(--ls-navy-soft);
  --cmpf-line: var(--ls-border);
  --cmpf-muted: var(--ls-text-muted);
  --cmpf-active: 0;
  --cmpf-count: 5;
  --cmpf-progress: 0;

  font-family: inherit;
  background: transparent;
  padding: 80px 24px;
  color: var(--ls-text);
}

.cmpf-section .cmpf-inner {
  max-width: 960px;
  margin: 0 auto;
}

.cmpf-section .cmpf-head {
  text-align: center;
}

.cmpf-section .cmpf-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--ls-navy);
  background: var(--ls-navy-soft);
  border: 1px solid var(--ls-border);
  padding: 6px 16px;
  border-radius: 20px;
}

.cmpf-section .cmpf-headline {
  font-family: var(--font-heading), "Montserrat", sans-serif;
  font-size: var(--ls-section-title);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--ls-navy);
  line-height: 1.2;
  margin: 0 auto 12px;
  max-width: 52rem;
  text-wrap: pretty;
}

.cmpf-section .cmpf-sub {
  font-family: var(--font-heading), "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: var(--ls-teal);
  margin: 0;
}

.cmpf-section .cmpf-panel {
  margin: 48px auto 0;
  background: #fff;
  border: 1px solid var(--ls-border);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 42, 86, 0.08);
  display: grid;
  grid-template-columns: 260px 1fr;
  overflow: hidden;
  min-height: 420px;
  align-items: stretch;
}

.cmpf-section .cmpf-tabs {
  position: relative;
  background: var(--ls-bg);
  border-right: 1px solid var(--ls-border);
  padding: 14px;
  display: flex;
  flex-direction: column;
}

.cmpf-section .cmpf-tabs-track {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* Vertical progress rail — centered through .cmpf-dot
   left = tab pad 14 + half dot 13 − half rail 1 → 26 (relative to track) */
.cmpf-section .cmpf-rail {
  position: absolute;
  left: 26px;
  top: 26px;
  bottom: 26px;
  width: 2px;
  border-radius: 2px;
  background: color-mix(in srgb, var(--ls-border) 85%, transparent);
  pointer-events: none;
  z-index: 0;
}

.cmpf-section .cmpf-rail-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(var(--cmpf-progress) * 100%);
  border-radius: inherit;
  background: linear-gradient(
    180deg,
    var(--ls-teal) 0%,
    var(--ls-teal-mid) 100%
  );
  transition: height 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.cmpf-section .cmpf-tabs-meter {
  display: none;
}

.cmpf-section .cmpf-tab {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 13px 14px;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ls-navy);
  background: transparent;
  text-align: left;
  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
  user-select: none;
}

.cmpf-section .cmpf-tab-label {
  min-width: 0;
}

.cmpf-section .cmpf-tab .cmpf-dot {
  position: relative;
  z-index: 1;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: #fff;
  color: var(--ls-teal-dark);
  border: 1.5px solid color-mix(in srgb, var(--ls-teal) 35%, var(--ls-border));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  flex: none;
  transform-origin: center center;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease;
}

.cmpf-section .cmpf-tab.is-done .cmpf-dot {
  background: var(--ls-teal-soft);
  border-color: var(--ls-teal);
  color: var(--ls-teal-dark);
}

.cmpf-section .cmpf-tab.is-active {
  background: var(--ls-navy);
  color: #fff;
}

.cmpf-section .cmpf-tab.is-active .cmpf-dot {
  background: var(--ls-teal);
  border-color: var(--ls-teal);
  color: var(--ls-navy-deep);
  transform: scale(1.06);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--ls-teal) 32%, transparent);
}

.cmpf-section .cmpf-tab:not(.is-active):hover {
  background: var(--ls-teal-soft);
}

.cmpf-section .cmpf-tab:not(.is-active):hover .cmpf-dot {
  border-color: var(--ls-teal);
}

.cmpf-section .cmpf-panel-body {
  position: relative;
  padding: 28px 32px 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 0;
  text-align: left;
  overflow: hidden;
}

.cmpf-section .cmpf-tag {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--ls-teal-dark);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.cmpf-section .cmpf-panel-body h3 {
  margin: 0 0 12px;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--ls-navy);
  font-family: var(--font-heading), "Montserrat", sans-serif;
}

.cmpf-section .cmpf-panel-body p {
  margin: 0 0 16px;
  font-size: 0.95rem;
  color: var(--ls-text-muted);
  line-height: 1.7;
  max-width: none;
}

.cmpf-section .cmpf-points {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cmpf-section .cmpf-points li {
  position: relative;
  margin: 0;
  padding-left: 1.15rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ls-text);
}

.cmpf-section .cmpf-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ls-teal);
}

.cmpf-section .cmpf-content {
  width: 100%;
}

.cmpf-section .cmpf-content.is-active {
  display: block;
}

@keyframes cmpf-rise {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cmpf-section .cmpf-anim {
  --cmpf-i: 0;
  animation: cmpf-rise 0.42s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--cmpf-i) * 55ms);
}

.cmpf-section .cmpf-tab:focus-visible {
  outline: 2px solid var(--ls-teal);
  outline-offset: 2px;
}

@media (max-width: 760px) {
  .cmpf-section {
    padding: 56px 20px;
    margin-top: 80px;
  }

  .cmpf-section .cmpf-panel {
    grid-template-columns: 1fr;
  }

  .cmpf-section .cmpf-tabs {
    border-right: none;
    border-bottom: 1px solid var(--ls-border);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    overflow-x: auto;
    gap: 6px;
    padding: 12px 12px 16px;
    scrollbar-width: thin;
  }

  .cmpf-section .cmpf-tabs-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 6px;
  }

  .cmpf-section .cmpf-rail {
    display: none;
  }

  .cmpf-section .cmpf-tabs-meter {
    display: block;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 6px;
    height: 3px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--ls-border) 90%, transparent);
    overflow: hidden;
    pointer-events: none;
  }

  .cmpf-section .cmpf-tabs-meter-fill {
    height: 100%;
    width: calc(
      (var(--cmpf-active) + 1) / var(--cmpf-count) * 100%
    );
    border-radius: inherit;
    background: linear-gradient(
      90deg,
      var(--ls-teal) 0%,
      var(--ls-teal-mid) 100%
    );
    transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .cmpf-section .cmpf-tab {
    white-space: nowrap;
    width: auto;
    flex: none;
    box-shadow: none;
  }

  .cmpf-section .cmpf-tab.is-active {
    box-shadow: inset 0 -3px 0 var(--ls-teal);
  }

  .cmpf-section .cmpf-panel-body {
    padding: 28px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cmpf-section .cmpf-tab,
  .cmpf-section .cmpf-tab .cmpf-dot,
  .cmpf-section .cmpf-rail-fill,
  .cmpf-section .cmpf-tabs-meter-fill {
    transition: none;
  }

  .cmpf-section .cmpf-anim {
    animation: none;
  }

  .cmpf-section .cmpf-tab.is-active .cmpf-dot,
  .cmpf-section .cmpf-tab:not(.is-active):hover .cmpf-dot {
    transform: none;
    box-shadow: none;
  }
}

/* ---- Zero-fee / cost structure (insurance) ---- */
/* ---- Zero fee / cost structure (split ledger) ---- */
.feeI-section {
  font-family: inherit;
  background: transparent;
  padding: 72px 24px 80px;
  color: var(--ls-text);
  position: relative;
}

.feeI-section .feeI-inner {
  max-width: 1180px;
  margin: 0 auto;
  text-align: left;
}

.feeI-headline {
  font-family: var(--font-heading), "Montserrat", sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--ls-navy);
  line-height: 1.3;
  margin: 0 0 8px;
  max-width: 42rem;
}

.feeI-headline__line {
  display: block;
}

.feeI-stat {
  font-family: var(--font-heading), "Montserrat", sans-serif;
  font-weight: 800;
  color: var(--ls-navy);
  margin: 18px 0 14px;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.feeI-stat--xl .feeI-stat__zero {
  display: block;
  font-size: clamp(3.4rem, 9vw, 6.5rem);
  line-height: 0.95;
}

.feeI-stat--xl .feeI-stat__rest {
  display: block;
  margin-top: 6px;
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.feeI-stat .feeI-teal {
  color: var(--ls-teal);
}

.feeI-copy {
  font-size: 1.05rem;
  color: var(--ls-text-muted);
  line-height: 1.65;
  margin: 0;
  max-width: 38rem;
}

.feeI-pay--panel {
  background: color-mix(in srgb, var(--ls-teal-soft) 70%, #fff);
  border-radius: 16px;
  padding: 22px 22px 20px;
  margin-bottom: 28px;
}

.feeI-pay__title {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ls-navy);
  font-family: var(--font-heading), "Montserrat", sans-serif;
}

.feeI-pay__text {
  margin: 0;
  font-size: 0.95rem;
  color: var(--ls-text);
  line-height: 1.65;
}

.feeI-factors {
  margin: 0 0 8px;
}

.feeI-factors__label {
  margin: 0 0 16px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--ls-text-muted);
  letter-spacing: 0.02em;
}

.feeI-factors__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.feeI-factors__item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--ls-navy-soft) 65%, #fff);
  border: 1px solid color-mix(in srgb, var(--ls-border) 80%, transparent);
}

.feeI-factors__ic {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--ls-navy);
  font-size: 0.9rem;
}

.feeI-factors__text {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--ls-navy);
  line-height: 1.35;
}

.feeI-closing {
  margin: 28px 0 0;
  text-align: left;
}

.feeI-closing p {
  margin: 0 0 18px;
  font-family: var(--font-heading), "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.08rem;
  line-height: 1.5;
  color: var(--ls-navy);
}

.feeI-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 48px 56px;
  align-items: start;
}

@media (max-width: 991px) {
  .feeI-split {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .feeI-section .feeI-inner {
    text-align: center;
  }

  .feeI-headline,
  .feeI-stat,
  .feeI-copy,
  .feeI-closing {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .feeI-pay--panel {
    text-align: left;
  }

  .feeI-factors__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .feeI-section {
    padding: 56px 20px 64px;
  }

  .feeI-factors__list {
    grid-template-columns: 1fr;
  }

  .feeI-stat--xl .feeI-stat__zero {
    font-size: clamp(2.8rem, 18vw, 4rem);
  }
}

/* ---- Renewal timeline (insurance) ---- */
.renewJ-section {
  font-family: inherit;
  background: transparent;
  padding: 80px 24px 88px;
  color: var(--ls-text);
}

.renewJ-section .renewJ-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.renewJ-section .renewJ-head {
  text-align: center;
}

.renewJ-section .renewJ-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--ls-navy);
  background: var(--ls-navy-soft);
  border: 1px solid var(--ls-border);
  padding: 6px 16px;
  border-radius: 20px;
}

.renewJ-section .renewJ-headline {
  font-family: var(--font-heading), "Montserrat", sans-serif;
  font-size: var(--ls-section-title);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--ls-navy);
  line-height: 1.25;
  margin: 0 auto;
  max-width: none;
  white-space: nowrap;
}

.renewJ-section .renewJ-track {
  position: relative;
  margin: 56px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.renewJ-section .renewJ-track::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 5%;
  right: 5%;
  height: 2px;
  background: repeating-linear-gradient(
    90deg,
    var(--ls-teal) 0 8px,
    transparent 8px 16px
  );
  z-index: 0;
}

.renewJ-section .renewJ-node {
  position: relative;
  z-index: 1;
  padding: 0 12px;
  text-align: center;
  margin: 0;
}

.renewJ-section .renewJ-dot {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--ls-teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--ls-navy);
  margin: 0 auto 16px;
  box-shadow: 0 10px 30px rgba(0, 42, 86, 0.08);
}

.renewJ-section .renewJ-node.renewJ-final .renewJ-dot {
  background: var(--ls-navy);
  border-color: var(--ls-navy);
  color: #fff;
}

.renewJ-section .renewJ-node h3 {
  font-family: var(--font-heading), "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ls-navy);
  margin: 0 0 6px;
}

.renewJ-section .renewJ-node p {
  font-size: 0.85rem;
  color: var(--ls-text-muted);
  line-height: 1.6;
  margin: 0;
}

.renewJ-section .renewJ-closing {
  margin-top: 56px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--ls-border);
  border-radius: 16px;
  padding: 30px 24px;
  box-shadow: 0 10px 30px rgba(0, 42, 86, 0.08);
}

.renewJ-section .renewJ-closing p {
  margin: 0;
  font-family: var(--font-heading), "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.45;
  color: var(--ls-navy);
}

@media (max-width: 860px) {
  .renewJ-section {
    padding: 56px 20px 64px;
  }

  .renewJ-section .renewJ-headline {
    white-space: normal;
    max-width: 36rem;
  }

  .renewJ-section .renewJ-track {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .renewJ-section .renewJ-track::before {
    display: none;
  }
}

/* Hero circular scroll badge (SVG ring + static down arrow) */
.xb-hero-bottom .item.circle_up_down .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.xb-hero-bottom .item.circle_up_down .inner .ls-hero-badge {
  position: static;
  left: auto;
  top: auto;
  transform: none;
  display: block;
  width: 168px;
  height: 168px;
  animation: spin 30s linear infinite;
}

.xb-hero-bottom .item.circle_up_down .inner .ls-hero-badge__arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 26px;
  animation: none;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 991px) {
  .xb-hero-bottom .item.circle_up_down .inner .ls-hero-badge {
    width: 100px;
    height: 100px;
  }

  .xb-hero-bottom .item.circle_up_down .inner .ls-hero-badge__arrow {
    width: 18px;
    height: 19px;
  }
}

/* Homepage hero: secondary circular scroll badge (kept small under slogan) */
.ls-hero-scroll {
  display: flex;
  justify-content: center;
  margin: 28px auto 0;
  position: relative;
  z-index: 2;
}

.ls-hero-scroll .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 112px;
  padding: 6px;
  border-radius: 50%;
  background: #f4f8fc;
  border: 1px solid rgba(0, 59, 120, 0.14);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ls-hero-scroll .inner:hover {
  transform: translateY(2px);
  box-shadow: 0 8px 20px rgba(0, 59, 120, 0.08);
}

.ls-hero-scroll .ls-hero-badge {
  display: block;
  width: 100px;
  height: 100px;
  overflow: visible;
  animation: spin 30s linear infinite;
}

.ls-hero-scroll .ls-hero-badge__arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 17px;
  animation: none;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 767px) {
  .ls-hero-scroll {
    margin-top: 28px;
  }

  .ls-hero-scroll .inner {
    width: 92px;
    height: 92px;
    padding: 6px;
  }

  .ls-hero-scroll .ls-hero-badge {
    width: 80px;
    height: 80px;
  }

  .ls-hero-scroll .ls-hero-badge__arrow {
    width: 13px;
    height: 14px;
  }
}

.ls-hero-badge__text {
  fill: var(--ls-navy, #003B78);
  font-family: var(--font-heading), "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Partner logos from leapstack.vn "DOI TAC CUA CHUNG TOI" */
.xb-hero-brand-wrap .xb-item--brand_list li {
  opacity: 0.38;
  transition: opacity 0.3s ease;
  filter: grayscale(0.15);
}

.xb-hero-brand-wrap .xb-item--brand_list li:hover {
  opacity: 0.85;
  filter: none;
}

.xb-hero-brand-wrap .xb-item--brand_list li img {
  display: block;
  height: 36px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
}

.ls-brand--about .xb-hero-brand-wrap .xb-item--brand_list li,
.ls-brand--in-hero .xb-hero-brand-wrap .xb-item--brand_list li {
  opacity: 0.95;
}

.ls-brand--about .xb-hero-brand-wrap .xb-item--brand_list li:hover,
.ls-brand--in-hero .xb-hero-brand-wrap .xb-item--brand_list li:hover {
  opacity: 0.95;
}

/* Brand marquee label: hide on small screens (template uses nowrap) */
.xb-brand-top .ls-brand-label--short {
  display: none;
}

@media (max-width: 767px) {
  .xb-brand-top .ls-brand-label--full,
  .xb-brand-top .ls-brand-label--short {
    display: none;
  }
}

.ls-partner-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 28px;
  align-items: center;
  margin-top: 36px;
}

.ls-partner-grid__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 16px 20px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--color-border, #e8e8ef);
}

.ls-partner-grid__item img {
  max-height: 40px;
  max-width: 140px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 991px) {
  .ls-partner-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .ls-partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Why checklist: icon + text stay on one row (ul_li flex-wrap was stacking them) */
.ls-why-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 14px;
}

.ls-why-item img {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 2px;
}

.ls-why-item span {
  flex: 1;
  min-width: 0;
  line-height: 1.45;
}

.xb-funfact-item .xb-item--img img {
  display: inline-block;
  height: auto;
  max-width: 220px;
  width: auto;
}

/* Mobile/tablet: center facepile images + SLA avatars on every page
   (override template max-width: 160px that left-aligns overflow) */
@media (max-width: 991px) {
  .xb-funfact-item .xb-item--img {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none !important;
    margin: 0 auto;
  }

  .xb-funfact-item .xb-item--img > img {
    display: block;
    margin: 0 auto;
    max-width: min(200px, 80%);
  }

  .xb-funfact-item .xb-item--img .ls-avatar-group {
    display: inline-flex;
    width: max-content;
    margin: 0 auto;
    padding-left: 0;
  }
}

/* Mission: section-title scale + mountain as soft absolute backdrop */
.mission {
  position: relative;
  overflow: visible;
  background-color: var(--ls-bg);
  padding-bottom: 88px;
}

.mission > .container {
  position: relative;
  z-index: 2;
}

.mission-title {
  font-size: var(--ls-section-title);
  line-height: 1.18;
  letter-spacing: -0.025em;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0;
  transform: none;
  color: var(--ls-navy);
  background: none;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: var(--ls-navy);
  text-transform: none;
  white-space: nowrap;
}

.mission .mission-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  pointer-events: none;
  width: auto !important;
  left: 0 !important;
  padding-left: 0;
}

.mission .mission-img img {
  width: min(calc(72vw + 370px), 1770px);
  max-width: none;
  height: auto;
  min-height: calc(min(72vw + 370px, 1770px) * 700 / 1200 + 20px);
  object-fit: contain;
  opacity: 0.4;
  filter: blur(0.5px);
  /* +40px toward center, +28px down so the full peak stays in view */
  transform: translate(calc(-18% + 40px), calc(12% + 28px));
  transform-origin: left center;
}

.mission .mission-content {
  position: relative;
  z-index: 2;
  margin-top: 24px !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 52rem;
  padding: 0;
  text-align: left;
}

.mission .mission-content .ls-section-note {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .mission {
    padding-bottom: 56px;
  }

  .mission-title {
    white-space: normal;
  }

  .mission .mission-img img {
    width: min(calc(120vw + 370px), 1270px);
    min-height: calc(min(120vw + 370px, 1270px) * 700 / 1200 + 20px);
    transform: translate(calc(-28% + 40px), calc(8% + 20px));
    opacity: 0.28;
  }

  .mission .mission-content {
    padding: 0;
  }

  .mission .mission-content .ls-section-note {
    margin-top: 6px;
  }
}

/* Funfact avatar group (facepile) */
.ls-avatar-group {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
}

.ls-avatar-group__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-left: -12px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.ls-avatar-group__item:first-child {
  margin-left: 0;
}

.ls-avatar-group__item:nth-child(1) { z-index: 1; }
.ls-avatar-group__item:nth-child(2) { z-index: 2; }
.ls-avatar-group__item:nth-child(3) { z-index: 3; }
.ls-avatar-group__item:nth-child(4) { z-index: 4; }
.ls-avatar-group__item:nth-child(5) { z-index: 5; }

.ls-avatar-group__item--teal {
  background: var(--ls-teal-soft);
  color: var(--ls-teal);
}

.ls-avatar-group__item--navy {
  background: var(--ls-navy-soft);
  color: var(--ls-navy);
}

.ls-avatar-group__item--soft {
  background: #f4f6f8;
  color: #003B78;
}

.ls-avatar-group__item--solid {
  background: #003B78;
  color: #fff;
}

.ls-avatar-group__text {
  font-family: var(--font-heading), "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.ls-avatar-group__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.xb-funfact-item .xb-item--img .ls-avatar-group {
  max-width: none;
  height: auto;
}

/* Core values grid — soft navy wash instead of template purple */
.ls-values-fea .xb-fea-item::before {
  background: linear-gradient(317deg, var(--ls-bg) 0%, var(--ls-bg-elevated) 100%);
}

.ls-values-fea .xb-fea-item-box {
  border-color: rgba(15, 167, 160, 0.18);
}

.ls-values-fea .xb-fea-item .xb-item--icon {
  background: linear-gradient(179deg, var(--ls-teal-soft) 0%, var(--ls-bg-elevated) 100%);
}

.ls-values-fea .xb-fea-item .xb-item--icon .icon i {
  font-size: 22px;
  line-height: 1;
  color: var(--ls-teal, #0FA7A0);
  position: relative;
  z-index: 1;
}

/* Glass wrap per card — insurance benefits (#tu-van) + about values (#gia-tri) */
#tu-van.ls-values-fea .row {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 1.25rem;
}

#tu-van.ls-values-fea .xb-fea-item-box {
  border: none;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  height: 100%;
}

/* One grid for all six cards, filled column-first, so the two rows share a
   height even when a card's copy wraps to an extra line. */
#gia-tri.ls-values-fea .row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, auto);
  grid-auto-flow: column;
  gap: 1.25rem;
  margin: 0;
}

@media (max-width: 991px) {
  #gia-tri.ls-values-fea .row {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
    grid-auto-flow: row;
  }
}

#tu-van.ls-values-fea .xb-fea-item-box .xb-animate-line {
  display: none;
}

#tu-van.ls-values-fea .xb-fea-item,
#gia-tri.ls-values-fea .xb-fea-item {
  margin: 0;
  padding: 28px 26px 30px;
  border-radius: 18px;
  border: 1px solid rgba(0, 59, 120, 0.12);
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0, 59, 120, 0.04);
  overflow: hidden;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

#tu-van.ls-values-fea .xb-fea-item::before,
#gia-tri.ls-values-fea .xb-fea-item::before {
  border-radius: 18px;
  background: linear-gradient(
    317deg,
    rgba(15, 167, 160, 0.08) 0%,
    rgba(255, 255, 255, 0.55) 100%
  );
}

#tu-van.ls-values-fea .xb-fea-item:hover,
#gia-tri.ls-values-fea .xb-fea-item:hover {
  border-color: rgba(15, 167, 160, 0.28);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 14px 30px rgba(0, 59, 120, 0.08);
}

#tu-van.ls-values-fea .xb-fea-item .xb-item--content,
#gia-tri.ls-values-fea .xb-fea-item .xb-item--content {
  max-width: none;
}

/* About values: icon + bold title on one row */
#gia-tri.ls-values-fea .xb-fea-item__head {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  margin-bottom: 14px;
}

#gia-tri.ls-values-fea .xb-fea-item__head .xb-item--icon {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  margin: 0;
}

#gia-tri.ls-values-fea .xb-fea-item__head .xb-item--title {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-size: clamp(1.05rem, 1.4vw, 1.35rem);
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: none;
}

#gia-tri.ls-values-fea .xb-fea-item .xb-item--content {
  margin: 0;
}

/* Home #dich-vu accordion service icons */
.xbf-feature-icon.fa-solid {
  width: auto;
  height: auto;
  font-size: 20px;
  line-height: 1;
  color: var(--ls-teal, #0FA7A0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Process steps icons — dual-tone SVG, sized to match titles */
.fs-process-item .xb-item--icon {
  display: flex;
  align-items: center;
  min-height: 40px;
}

.fs-process-item .xb-item--icon img {
  width: 40px;
  height: 40px;
  display: block;
  object-fit: contain;
}

/* ProcessSteps right panel — brand wash + cover photos */
.fs-process-image-inner {
  background-color: var(--ls-navy-soft, #e8eef6);
  overflow: hidden;
}

.fs-process-image-inner .img {
  inset: 15px 60px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .fs-process-image-inner .img {
    inset: 20px;
  }
}

.fs-process-image-inner .img img {
  width: 100%;
  height: 100%;
  max-height: 470px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  display: block;
}

.fs-process-image-inner .img:first-child img,
.fs-process-image-inner .img.ls-process-fit img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 470px;
  object-fit: contain;
  object-position: center;
  background: var(--ls-navy-soft, #e8eef6);
}

/* Medical network section — dual variants for comparison */
.ls-mn-variant {
  margin-bottom: 56px;
  padding: 28px 28px 32px;
  border-radius: 24px;
  background: var(--ls-bg-elevated);
  border: 1px solid var(--ls-border);
  box-shadow: 0 18px 40px rgba(0, 59, 120, 0.05);
}

.ls-mn-variant--graph {
  background: linear-gradient(180deg, var(--ls-bg) 0%, var(--ls-bg-elevated) 42%);
}

.ls-mn-variant__head {
  text-align: center;
  margin-bottom: 28px;
}

.ls-mn-variant__tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ls-teal);
  background: var(--ls-teal-soft);
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.ls-mn-variant__title {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.2;
  color: var(--ls-navy);
  font-family: var(--font-heading);
}

.ls-mn-variant__desc {
  margin: 0 auto;
  max-width: 520px;
  color: var(--ls-text-muted);
  font-size: 15px;
}

/* Variant A — bento */
.ls-mn-bento {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  grid-template-areas:
    "map hero side1"
    "map side2 side3";
  gap: 14px;
  align-items: stretch;
}

.ls-mn-bento__hero {
  grid-area: hero;
  border-radius: 20px;
  padding: 28px 26px;
  background: linear-gradient(135deg, var(--ls-navy) 0%, var(--ls-navy-mid) 100%);
  color: var(--ls-text-on-navy);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 0;
}

/* Override body.help-desk p / global navy text on this navy card */
body.help-desk .ls-mn-bento__hero,
body.help-desk .ls-mn-bento__hero p,
body.help-desk .ls-mn-bento__hero .ls-mn-bento__eyebrow,
body.help-desk .ls-mn-bento__hero .ls-mn-bento__value,
body.help-desk .ls-mn-bento__hero .ls-mn-bento__caption {
  color: var(--ls-text-on-navy) !important;
}

.ls-mn-bento__eyebrow {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.8;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ls-mn-bento__value {
  margin: 0;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.04em;
  font-family: var(--font-heading);
}

.ls-mn-bento__caption {
  margin: 14px 0 0;
  max-width: 28ch;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.9;
}

.ls-mn-bento__side {
  border-radius: 18px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ls-mn-bento__side:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0, 59, 120, 0.1);
}

.ls-mn-bento__side i {
  font-size: 20px;
  margin-bottom: 4px;
}

.ls-mn-bento__side strong {
  font-size: 17px;
  color: inherit;
  font-family: var(--font-heading);
}

.ls-mn-bento__side span {
  font-size: 13px;
  line-height: 1.45;
  opacity: 0.85;
}

.ls-mn-bento__points {
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ls-mn-bento__points li {
  position: relative;
  padding-left: 14px;
  margin: 0;
  font-size: 12.5px;
  line-height: 1.4;
  opacity: 0.9;
}

.ls-mn-bento__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.55;
}

/* Soft teal wash — accent surface */
.ls-mn-bento__side--teal {
  grid-area: side1;
  background: linear-gradient(
    135deg,
    var(--ls-teal-soft) 0%,
    var(--ls-bg) 100%
  );
  color: var(--ls-navy);
  border: 1px solid rgba(15, 167, 160, 0.22);
}

.ls-mn-bento__side--teal i {
  color: var(--ls-teal);
}

/* Solid navy — primary panel */
.ls-mn-bento__side--solid {
  grid-area: side2;
  background: linear-gradient(
    135deg,
    var(--ls-navy) 0%,
    var(--ls-navy-mid) 100%
  );
  color: var(--ls-text-on-navy);
  box-shadow: 0 12px 28px rgba(0, 59, 120, 0.22);
}

.ls-mn-bento__side--solid i {
  color: var(--ls-text-on-navy);
}

body.help-desk .ls-mn-bento__side--solid,
body.help-desk .ls-mn-bento__side--solid strong,
body.help-desk .ls-mn-bento__side--solid span,
body.help-desk .ls-mn-bento__side--solid i {
  color: var(--ls-text-on-navy) !important;
}

/* Soft navy — secondary surface */
.ls-mn-bento__side--soft {
  grid-area: side3;
  background: var(--ls-navy-soft);
  color: var(--ls-navy);
  border: 1px solid var(--ls-border);
}

.ls-mn-bento__side--soft i {
  color: var(--ls-navy);
}

.ls-mn-bento__map {
  grid-area: map;
  border-radius: 22px;
  padding: 22px 20px 18px;
  background: linear-gradient(180deg, var(--ls-bg) 0%, var(--ls-bg-elevated) 100%);
  border: 1px solid var(--ls-border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 520px;
}

.ls-mn-bento__map-title {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ls-navy);
  opacity: 0.75;
}

.ls-vn-map {
  width: 100%;
  max-width: 420px;
  height: auto;
}

/* Pins: navy ring + teal core (brand pairing) */
.ls-vn-map__pulse {
  fill: rgba(0, 59, 120, 0.12);
  transform-origin: center;
  animation: lsPinPulse 2.4s ease-out infinite;
}

.ls-vn-map__ring {
  fill: rgba(15, 167, 160, 0.14);
  stroke: var(--ls-navy);
  stroke-width: 1.8;
}

.ls-vn-map__dot {
  fill: var(--ls-teal);
  stroke: var(--ls-bg-elevated);
  stroke-width: 2.2;
}

.ls-vn-map__label {
  font-size: 16px;
  font-weight: 700;
  fill: var(--ls-navy);
  font-family: var(--font-heading), sans-serif;
  paint-order: stroke;
  stroke: var(--ls-bg-elevated);
  stroke-width: 4px;
  stroke-linejoin: round;
}

.ls-vn-map__island-label {
  font-size: 14px;
  font-weight: 600;
  fill: var(--ls-navy);
  font-family: var(--font-heading), sans-serif;
  opacity: 0.85;
  paint-order: stroke;
  stroke: var(--ls-bg-elevated);
  stroke-width: 3px;
  stroke-linejoin: round;
}

@media (max-width: 991px) {
  .ls-mn-bento {
    grid-template-columns: 1.2fr 1fr;
    grid-template-areas:
      "map hero"
      "map side1"
      "side2 side3";
  }

  .ls-mn-bento__map {
    min-height: 480px;
  }

  .ls-vn-map {
    max-width: 340px;
  }
}

@media (max-width: 575px) {
  .ls-mn-bento {
    grid-template-columns: 1fr;
    grid-template-areas:
      "map"
      "hero"
      "side1"
      "side2"
      "side3";
  }

  .ls-mn-bento__hero {
    min-height: 200px;
  }

  .ls-mn-bento__map {
    min-height: 460px;
  }

  .ls-vn-map {
    max-width: 320px;
  }
}

/* Variant B — network graph */
.ls-net-graph {
  max-width: 720px;
  margin: 0 auto;
}

.ls-net-graph__svg {
  width: 100%;
  height: auto;
  display: block;
}

.ls-net-graph__link {
  stroke: var(--ls-teal, #0FA7A0);
  stroke-width: 2;
  stroke-dasharray: 6 6;
  opacity: 0.55;
  animation: lsLinkDash 18s linear infinite;
}

.ls-net-graph__hub-ring {
  fill: rgba(15, 167, 160, 0.12);
  stroke: rgba(15, 167, 160, 0.35);
  stroke-width: 2;
}

.ls-net-graph__hub-core {
  fill: var(--ls-navy, #003B78);
}

.ls-net-graph__hub-label {
  fill: #fff;
  font-size: 13px;
  font-weight: 700;
  text-anchor: middle;
  font-family: var(--font-heading), sans-serif;
}

.ls-net-graph__node-bg {
  fill: #fff;
  stroke: rgba(15, 167, 160, 0.28);
  stroke-width: 2;
  transition: stroke 0.25s ease, filter 0.25s ease;
}

.ls-net-graph__node:hover .ls-net-graph__node-bg {
  stroke: var(--ls-teal, #0FA7A0);
  filter: drop-shadow(0 8px 16px rgba(15, 167, 160, 0.18));
}

.ls-net-graph__node-title {
  font-size: 11px;
  font-weight: 700;
  text-anchor: middle;
  fill: var(--ls-navy, #003B78);
  font-family: var(--font-heading), sans-serif;
}

.ls-net-graph__node-sub {
  font-size: 9px;
  text-anchor: middle;
  fill: var(--ls-text-muted);
}

.ls-net-graph__stack {
  display: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}

.ls-net-graph__stack li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 167, 160, 0.14);
}

.ls-net-graph__stack li i {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 167, 160, 0.12);
  color: var(--ls-teal, #0FA7A0);
  flex-shrink: 0;
}

.ls-net-graph__stack strong {
  display: block;
  color: var(--ls-navy, #003B78);
  font-size: 15px;
}

.ls-net-graph__stack span {
  font-size: 13px;
  color: var(--ls-text-muted);
}

.ls-net-graph__stack-hub {
  background: var(--ls-navy, #003B78) !important;
  border-color: transparent !important;
}

.ls-net-graph__stack-hub strong,
.ls-net-graph__stack-hub span {
  color: #fff !important;
}

.ls-net-graph__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.ls-net-graph__stats > div {
  text-align: center;
  padding: 16px 12px;
  border-radius: 14px;
  background: rgba(15, 167, 160, 0.08);
}

.ls-net-graph__stats strong {
  display: block;
  font-size: 22px;
  color: var(--ls-navy, #003B78);
  font-family: var(--font-heading);
  margin-bottom: 4px;
}

.ls-net-graph__stats span {
  font-size: 13px;
  color: var(--ls-text-muted);
}

@media (max-width: 767px) {
  .ls-net-graph__svg {
    display: none;
  }

  .ls-net-graph__stack {
    display: flex;
    flex-direction: column;
  }

  .ls-net-graph__stats {
    grid-template-columns: 1fr;
  }
}

@keyframes lsPinPulse {
  0% {
    opacity: 0.55;
    transform: scale(0.65);
  }
  70% {
    opacity: 0;
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
    transform: scale(1.35);
  }
}

@keyframes lsLinkDash {
  to {
    stroke-dashoffset: -120;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ls-vn-map__pulse,
  .ls-net-graph__link {
    animation: none;
  }

  .ls-mn-bento__side:hover {
    transform: none;
  }
}

.ls-medical-network__note {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #557086;
  font-size: 14px;
}

/* Overview cards (insurance “là gì”) — compact vs details-content-title */
.ls-overview .sec-title--two .title + p {
  font-size: 16px;
  line-height: 1.6;
  color: #334155;
  max-width: 640px;
}

.ls-overview__meanings {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
}

.ls-overview__meaning {
  margin: 0;
  padding: 26px 22px 24px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--ls-border);
  box-shadow: 0 10px 24px rgba(0, 59, 120, 0.06);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.ls-overview__meaning:hover {
  transform: translateY(-3px);
  border-color: var(--ls-border-strong);
  box-shadow: 0 14px 28px rgba(0, 59, 120, 0.1);
}

.ls-overview__meaning-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  flex-wrap: nowrap;
  min-width: 0;
}

.ls-overview__meaning-num {
  flex: 0 0 auto;
  display: inline-block;
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: var(--ls-teal);
  white-space: nowrap;
}

.ls-overview__meaning-title {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-size: clamp(0.78rem, 0.95vw, 0.95rem);
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ls-navy);
  font-family: var(--font-heading);
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ls-overview__meaning-text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-overview__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.ls-overview__card {
  padding: 24px 22px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(15, 167, 160, 0.18);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.ls-overview__card:hover {
  transform: translateY(-3px);
  border-color: rgba(15, 167, 160, 0.35);
  box-shadow: 0 12px 24px rgba(15, 167, 160, 0.1);
}

.ls-overview__card-title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ls-navy, #003B78);
  font-family: var(--font-heading);
  text-transform: none;
}

.ls-overview__card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #334155;
}

@media (max-width: 991px) {
  .ls-overview__meanings {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ls-overview__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .ls-overview__meanings {
    grid-template-columns: 1fr;
  }
}

/* Capability / input / claim grids */
.ls-cap-grid,
.ls-input-grid,
.ls-claim-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 28px;
  max-width: 920px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .ls-cap-grid,
  .ls-input-grid,
  .ls-claim-grid {
    grid-template-columns: 1fr;
  }
}

.ls-cap-grid li,
.ls-input-grid li,
.ls-claim-grid li {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--ls-text-muted);
  list-style: none;
}

.ls-cap-grid li::before,
.ls-input-grid li::before,
.ls-claim-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ls-teal, #0FA7A0);
}

/* About #nang-luc-cot-loi — glass capability cards (Overview §4) */
.ls-capacity .sec-title--two .title + p {
  max-width: 54ch;
  margin-left: auto;
  margin-right: auto;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-cap-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ls-cap-card {
  margin: 0;
  padding: 26px 24px 28px;
  border-radius: 18px;
  border: 1px solid rgba(0, 59, 120, 0.12);
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0, 59, 120, 0.04);
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.ls-cap-card:hover {
  border-color: rgba(15, 167, 160, 0.28);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 14px 30px rgba(0, 59, 120, 0.08);
}

.ls-cap-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  margin-bottom: 12px;
}

.ls-cap-card__num {
  flex: 0 0 auto;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: var(--ls-teal, #0fa7a0);
}

.ls-cap-card__title {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-size: clamp(0.95rem, 1.35vw, 1.15rem);
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ls-navy, #003b78);
  font-family: var(--font-heading);
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ls-cap-card__text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ls-text-muted, #5a6b7f);
}

@media (max-width: 767px) {
  .ls-cap-cards {
    grid-template-columns: 1fr;
  }

  .ls-cap-card__title {
    white-space: normal;
  }
}

/* Claims support — spacious card grid */
.ls-claims .sec-title--two .title + p {
  max-width: 52ch;
  margin-left: auto;
  margin-right: auto;
  color: var(--ls-text-muted, #5a6b7f);
}

@media (min-width: 992px) {
  .ls-claims .sec-title--two .title + p {
    max-width: none;
    width: max-content;
    white-space: nowrap;
  }
}

.ls-claims__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ls-claims__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 0;
  margin: 0;
  padding: 24px 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--ls-border);
  box-shadow: 0 10px 28px rgba(0, 59, 120, 0.06);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.ls-claims__card:hover {
  transform: translateY(-3px);
  border-color: var(--ls-border-strong);
  box-shadow: 0 16px 32px rgba(0, 59, 120, 0.1);
}

.ls-claims__head {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.ls-claims__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--ls-navy-soft);
  color: var(--ls-navy);
  font-size: 1.15rem;
}

.ls-claims__text {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 0.98rem;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ls-navy);
  font-family: var(--font-heading);
  text-transform: none;
}

.ls-claims__desc {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--ls-text-muted, #5a6b7f);
}

@media (max-width: 1199px) {
  .ls-claims__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .ls-claims__grid {
    grid-template-columns: 1fr;
  }

  .ls-claims__card {
    min-height: 0;
  }
}

/* Claims support page — dual service cards + why grid */
.ls-claims-hero:not(.ls-checkup-hero) .xb-hero-content .title {
  max-width: min(100%, 1100px);
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap !important;
  font-size: clamp(2rem, 3.6vw, 3.35rem) !important;
  line-height: 1.18 !important;
  letter-spacing: -0.03em;
  text-transform: none;
  text-align: center;
  /* Nudge left so the full nowrap line clears the right edge; avoid transform (GSAP owns it) */
  position: relative;
  left: -18px;
}

.ls-claims-hero.ls-checkup-hero .xb-hero-content .title {
  max-width: min(100%, 22em);
  margin-left: auto;
  margin-right: auto;
  white-space: normal !important;
  font-size: clamp(2.15rem, 4.2vw, 3.75rem) !important;
  line-height: 1.18 !important;
  letter-spacing: -0.03em;
  text-transform: none;
  text-align: center;
}

.ls-claims-hero .sec-title {
  max-width: min(100%, 1100px);
  margin-left: auto;
  margin-right: auto;
}

.ls-claims-hero__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.ls-claims-hero__actions .scrollspy-btn {
  margin-top: 0;
}

.ls-claims-pair__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

/* ---- Claims process flows (mẫu A) ---- */
.ls-claims-pair--flows .sec-title p {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

/* ---- Claims process timeline (HTML port) ---- */
.ls-cpt {
  --ls-cpt-primary: #1d8c82;
  --ls-cpt-dark: #0f4c47;
  --ls-cpt-light: #68b6b0;
  --ls-cpt-text-dark: #131c38;
  --ls-cpt-text-body: #333333;

  width: 100%;
  background: #ffffff;
  padding: 40px 50px;
  border-radius: 24px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 48px;
  color: var(--ls-cpt-text-body);
  font-family: var(--font-heading), "Montserrat", sans-serif;
}

.ls-cpt__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  gap: 30px;
  flex-wrap: wrap;
}

.ls-cpt__title-area {
  flex: 1;
  min-width: 300px;
  animation: ls-cpt-slide-in-left 0.8s ease-out forwards;
  opacity: 0;
}

.ls-cpt__title {
  color: var(--ls-cpt-text-dark);
  font-size: 42px;
  font-weight: 800;
  margin: 0 0 12px 0;
  letter-spacing: -1px;
  line-height: 1.2;
  text-transform: none;
}

.ls-cpt .ls-cpt__subtitle {
  color: #1d8c82;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.ls-cpt__info-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  border: 1px solid #f0f4f8;
  min-width: 300px;
  animation: ls-cpt-slide-in-right 0.8s ease-out forwards;
  opacity: 0;
}

.ls-cpt__info-title {
  margin: 0 0 18px 0;
  font-size: 18px;
  color: var(--ls-cpt-text-dark);
  font-weight: 700;
  text-transform: none;
}

.ls-cpt__info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ls-cpt__info-list li {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  font-size: 15px;
  color: var(--ls-cpt-text-body);
  font-weight: 500;
}

.ls-cpt__info-list li:last-child {
  margin-bottom: 0;
}

.ls-cpt__info-list svg {
  margin-right: 15px;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.ls-cpt__timeline {
  position: relative;
  padding-top: 20px;
  margin-bottom: 50px;
}

.ls-cpt__wave {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.ls-cpt__wave-svg {
  width: 100%;
  height: 100%;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: ls-cpt-draw-line 2.5s ease-out forwards;
  animation-delay: 0.8s;
}

.ls-cpt__steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  position: relative;
  z-index: 2;
}

.ls-cpt__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(40px);
}

.ls-cpt__step:nth-child(1) {
  animation: ls-cpt-pop-up 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards
    1.2s;
}
.ls-cpt__step:nth-child(2) {
  animation: ls-cpt-pop-up 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards
    1.5s;
}
.ls-cpt__step:nth-child(3) {
  animation: ls-cpt-pop-up 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards
    1.8s;
}
.ls-cpt__step:nth-child(4) {
  animation: ls-cpt-pop-up 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards
    2.1s;
}
.ls-cpt__step:nth-child(5) {
  animation: ls-cpt-pop-up 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards
    2.4s;
}

.ls-cpt__card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 30px 20px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid rgba(0, 0, 0, 0.03);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  position: relative;
  background-clip: padding-box;
  z-index: 2;
}

.ls-cpt__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(29, 140, 130, 0.15);
}

.ls-cpt__icons {
  height: 80px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.ls-cpt__card:hover .ls-cpt__icons svg {
  animation: ls-cpt-bounce-icon 0.5s ease infinite alternate;
}

.ls-cpt__text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ls-cpt-text-dark);
}

.ls-cpt__text strong {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.ls-cpt__pill-wrap {
  height: auto;
  min-height: 60px;
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 3;
}

.ls-cpt__pill {
  background: var(--ls-cpt-dark);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(15, 76, 71, 0.2);
  position: relative;
  opacity: 0;
  transform: scale(0.8) translateY(10px);
}

.ls-cpt__pill::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent var(--ls-cpt-dark) transparent;
}

.ls-cpt__step:nth-child(3) .ls-cpt__pill {
  animation: ls-cpt-pop-in-pill 0.4s ease forwards 2.1s;
}
.ls-cpt__step:nth-child(4) .ls-cpt__pill {
  animation: ls-cpt-pop-in-pill 0.4s ease forwards 2.4s;
}
.ls-cpt__step:nth-child(5) .ls-cpt__pill {
  animation: ls-cpt-pop-in-pill 0.4s ease forwards 2.7s;
}

.ls-cpt__pill--wide {
  font-size: 13px;
  padding: 10px 16px;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.4;
}

.ls-cpt__footer {
  text-align: center;
  font-style: italic;
  color: #555;
  font-size: 15px;
  margin: 60px 0 0;
  font-weight: 500;
  opacity: 0;
  animation: ls-cpt-fade-in 1s ease-out forwards 3s;
}

@keyframes ls-cpt-slide-in-left {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes ls-cpt-slide-in-right {
  from {
    transform: translateX(40px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes ls-cpt-pop-up {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  70% {
    transform: translateY(-5px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes ls-cpt-pop-in-pill {
  0% {
    transform: scale(0.8) translateY(15px);
    opacity: 0;
  }
  70% {
    transform: scale(1.05) translateY(-2px);
    opacity: 1;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

@keyframes ls-cpt-draw-line {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes ls-cpt-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes ls-cpt-bounce-icon {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-6px);
  }
}

@media (max-width: 1024px) {
  .ls-cpt__steps {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 50px;
    justify-content: center;
  }

  .ls-cpt__wave {
    display: none;
  }
}

@media (max-width: 768px) {
  .ls-cpt {
    padding: 30px 20px;
  }

  .ls-cpt__header {
    flex-direction: column;
  }

  .ls-cpt__info-box {
    width: 100%;
    box-sizing: border-box;
  }

  .ls-cpt__steps {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ls-cpt__step {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }

  .ls-cpt__title {
    font-size: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ls-cpt__title-area,
  .ls-cpt__info-box,
  .ls-cpt__step,
  .ls-cpt__pill,
  .ls-cpt__footer,
  .ls-cpt__wave-svg {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    stroke-dashoffset: 0 !important;
  }

  .ls-cpt__card:hover .ls-cpt__icons svg {
    animation: none;
  }
}

/* ---- Cashless process timeline (HTML port) ---- */
.ls-cblt {
  --ls-cblt-primary: #1d8c82;
  --ls-cblt-dark: #0f4c47;
  --ls-cblt-light: #9ec9c5;
  --ls-cblt-text-dark: #131c38;
  --ls-cblt-text-body: #333333;

  width: 100%;
  background: #ffffff;
  padding: 40px 50px;
  border-radius: 24px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 48px;
  color: var(--ls-cblt-text-body);
  font-family: var(--font-heading), "Montserrat", sans-serif;
}

.ls-cblt__header {
  margin-bottom: 50px;
  animation: ls-cblt-slide-in-left 0.8s ease-out forwards;
  opacity: 0;
}

.ls-cblt__title {
  color: var(--ls-cblt-text-dark);
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 10px 0;
  letter-spacing: -1px;
  line-height: 1.2;
  text-transform: none;
}

.ls-cblt .ls-cblt__subtitle {
  color: #1d8c82;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.ls-cblt__timeline {
  position: relative;
  padding-top: 10px;
  margin-bottom: 40px;
}

.ls-cblt__wave {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
  pointer-events: none;
  overflow: visible;
}

.ls-cblt__wave-svg {
  width: 100%;
  height: 100%;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: ls-cblt-draw-line 2.5s ease-out forwards;
  animation-delay: 0.5s;
}

.ls-cblt__steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  position: relative;
  z-index: 2;
}

.ls-cblt__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(40px);
}

.ls-cblt__step:nth-child(1) {
  animation: ls-cblt-pop-up 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards
    0.8s;
}
.ls-cblt__step:nth-child(2) {
  animation: ls-cblt-pop-up 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards
    1.1s;
}
.ls-cblt__step:nth-child(3) {
  animation: ls-cblt-pop-up 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards
    1.4s;
}
.ls-cblt__step:nth-child(4) {
  animation: ls-cblt-pop-up 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards
    1.7s;
}
.ls-cblt__step:nth-child(5) {
  animation: ls-cblt-pop-up 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards
    2s;
}

.ls-cblt__card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 25px 15px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  height: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid rgba(0, 0, 0, 0.03);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  position: relative;
  background-clip: padding-box;
  z-index: 2;
}

.ls-cblt__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(29, 140, 130, 0.15);
}

.ls-cblt__icons {
  height: 75px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.ls-cblt__icons img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block;
}

.ls-cblt__card:hover .ls-cblt__icons svg,
.ls-cblt__card:hover .ls-cblt__icons img {
  animation: ls-cblt-bounce-icon 0.5s ease infinite alternate;
}

.ls-cblt__text {
  font-size: 14px;
  line-height: 1.5;
  color: var(--ls-cblt-text-dark);
}

.ls-cblt__text strong {
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
}

.ls-cblt__text-note {
  font-size: 12px;
  color: #666;
  display: block;
  margin-top: 4px;
}

.ls-cblt__sla {
  background-color: var(--ls-navy, #003b78);
  border-radius: 16px;
  padding: 30px 40px;
  color: #ffffff;
  margin-top: 40px;
  box-shadow: 0 10px 30px rgba(0, 59, 120, 0.28);
  opacity: 0;
  animation: ls-cblt-fade-in 1s ease-out forwards 2.3s;
}

.ls-cblt__sla-title {
  color: var(--ls-cblt-primary);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: -0.3px;
}

.ls-cblt__sla-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: center;
}

.ls-cblt__sla-item {
  display: flex;
  flex-direction: column;
  position: relative;
}

.ls-cblt__sla-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}

.ls-cblt__sla-time {
  font-size: 32px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 4px;
  letter-spacing: -0.5px;
}

.ls-cblt__sla-desc {
  font-size: 14px;
  color: #bce3df;
  font-weight: 500;
}

.ls-cblt__footer {
  font-size: 13px;
  color: #666;
  margin-top: 25px;
  margin-bottom: 0;
  line-height: 1.5;
  font-style: italic;
  opacity: 0;
  animation: ls-cblt-fade-in 1s ease-out forwards 2.6s;
}

@keyframes ls-cblt-slide-in-left {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes ls-cblt-pop-up {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  70% {
    transform: translateY(-5px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes ls-cblt-draw-line {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes ls-cblt-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes ls-cblt-bounce-icon {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}

@media (max-width: 1024px) {
  .ls-cblt__steps {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
  }

  .ls-cblt__wave {
    display: none;
  }

  .ls-cblt__sla-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ls-cblt__sla-item:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .ls-cblt {
    padding: 30px 20px;
  }

  .ls-cblt__steps {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .ls-cblt__step {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }

  .ls-cblt__title {
    font-size: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ls-cblt__header,
  .ls-cblt__step,
  .ls-cblt__sla,
  .ls-cblt__footer,
  .ls-cblt__wave-svg {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    stroke-dashoffset: 0 !important;
  }

  .ls-cblt__card:hover .ls-cblt__icons svg,
  .ls-cblt__card:hover .ls-cblt__icons img {
    animation: none;
  }
}

.ls-claims-flow {
  margin-bottom: 48px;
}

.ls-claims-flow__head {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.ls-claims-flow__head--simple {
  flex-direction: column;
}

.ls-claims-flow__copy {
  flex: 1 1 auto;
  min-width: 0;
}

.ls-claims-flow__title {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 800;
  color: var(--ls-navy);
  letter-spacing: -0.02em;
}

.ls-claims-flow__sub {
  margin: 0;
  max-width: 36rem;
  color: var(--ls-teal);
  font-weight: 600;
  font-size: 0.98rem;
  line-height: 1.45;
}

.ls-claims-flow__channels {
  flex: 0 1 auto;
  width: auto;
  max-width: min(720px, 58%);
  padding: 10px 14px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(0, 59, 120, 0.1);
  box-shadow: 0 6px 16px rgba(0, 59, 120, 0.06);
}

.ls-claims-flow__channels-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}

.ls-claims-flow__channels-title {
  margin: 0 !important;
  flex: 0 0 auto;
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--ls-navy);
  white-space: nowrap;
}

.ls-claims-flow__channels-list,
.ls-claims-flow__channels ul {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 1 auto;
  min-width: 0;
}

.ls-claims-flow__channels li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-size: 0.75rem;
  color: var(--ls-text);
  line-height: 1.25;
  white-space: nowrap;
}

.ls-claims-flow__channels i {
  color: var(--ls-teal);
  width: 0.9rem;
  font-size: 0.72rem;
  text-align: center;
}

.ls-claims-flow__track {
  margin-bottom: 18px;
}

.ls-claims-flow__steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin: 0;
  padding: 0;
}

.ls-claims-flow__step {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  min-width: 0;
}

.ls-claims-flow__step-row {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
}

.ls-claims-flow__card {
  flex: 1 1 auto;
  margin: 0;
  padding: 16px 12px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(0, 59, 120, 0.1);
  box-shadow: 0 10px 24px rgba(0, 59, 120, 0.06);
  min-height: 150px;
}

.ls-claims-flow__arrow {
  flex: 0 0 auto;
  color: var(--ls-teal);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  padding: 0 2px;
}

.ls-claims-flow__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 10px;
  background: var(--ls-teal-soft);
  color: var(--ls-teal);
  font-size: 1rem;
}

.ls-claims-flow__card p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.4;
  color: var(--ls-text);
  font-weight: 600;
}

.ls-claims-flow__pill {
  display: inline-flex;
  align-self: center;
  max-width: 100%;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--ls-teal);
  color: #fff !important;
  font-size: 0.72rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

.ls-claims-flow__sla {
  margin-top: 8px;
  padding: 22px 24px;
  border-radius: 16px;
  background: var(--ls-navy-mid, #00457c);
  color: #fff;
}

.ls-claims-flow__sla-title {
  margin: 0 0 16px;
  text-align: center;
  color: #fff !important;
  font-weight: 700;
  font-size: 0.95rem;
}

.ls-claims-flow__sla-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
}

.ls-claims-flow__sla-grid li {
  text-align: center;
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.ls-claims-flow__sla-grid li:last-child {
  border-right: 0;
}

.ls-claims-flow__sla-grid strong {
  display: block;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
  color: #fff;
}

.ls-claims-flow__sla-grid span {
  display: block;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.35;
}

.ls-claims-flow__footer {
  margin: 16px 0 0;
  font-size: 0.86rem;
  color: var(--ls-text-muted);
  font-style: italic;
  text-align: center;
  line-height: 1.45;
}

@media (max-width: 991px) {
  .ls-claims-flow__head {
    flex-direction: column;
  }

  .ls-claims-flow__channels {
    max-width: none;
    width: 100%;
  }

  .ls-claims-flow__steps {
    flex-direction: column;
    gap: 12px;
  }

  .ls-claims-flow__step-row {
    flex-direction: column;
  }

  .ls-claims-flow__arrow {
    transform: rotate(90deg);
    padding: 4px 0;
  }

  .ls-claims-flow__card {
    min-height: 0;
    width: 100%;
  }

  .ls-claims-flow__channels li {
    white-space: normal;
  }

  .ls-claims-flow__sla-grid {
    grid-template-columns: 1fr;
  }

  .ls-claims-flow__sla-grid li {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    padding: 12px 0;
  }

  .ls-claims-flow__sla-grid li:last-child {
    border-bottom: 0;
  }
}

.ls-claims-pair__card {
  margin: 0;
  padding: 28px 24px 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--ls-border);
  box-shadow: 0 10px 28px rgba(0, 59, 120, 0.06);
}

.ls-claims-pair__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.ls-claims-pair__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--ls-teal-soft);
  color: var(--ls-teal);
  font-size: 1.1rem;
}

.ls-claims-pair__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ls-navy);
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.ls-claims-pair__list {
  margin: 0 0 16px;
  padding: 0;
}

.ls-claims-pair__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0 0 10px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-claims-pair__list li:last-child {
  margin-bottom: 0;
}

.ls-claims-pair__list i {
  margin-top: 4px;
  flex: 0 0 auto;
  color: var(--ls-teal);
  font-size: 0.8rem;
}

.ls-claims-pair__note {
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid var(--ls-border);
  font-size: 0.86rem;
  font-style: italic;
  line-height: 1.45;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-claims-why__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.ls-claims-why__grid .ls-why-item {
  box-sizing: border-box;
  min-height: 88px;
  height: 100%;
  align-items: center;
  margin: 0;
}

.ls-claims-why__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-right: 0;
  color: var(--ls-teal);
  font-size: 0.95rem;
}

@media (max-width: 575px) {
  .ls-claims-why__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ls-claims-pair__grid {
    grid-template-columns: 1fr;
  }

  .ls-claims-hero:not(.ls-checkup-hero) .xb-hero-content .title {
    max-width: none;
    width: auto;
    white-space: normal !important;
    font-size: clamp(1.55rem, 6.5vw, 2.25rem) !important;
    left: 0;
  }

  .ls-claims-hero.ls-checkup-hero .xb-hero-content .title {
    max-width: none;
    font-size: clamp(1.55rem, 6.5vw, 2.25rem) !important;
  }
}

.ls-article-toc {
  background: var(--ls-bg);
  border: 1px solid var(--ls-border);
  border-radius: 14px;
  padding: 22px 24px;
  margin-bottom: 35px;
}

.ls-article-toc__title {
  margin: 0 0 12px;
  font-size: 18px;
  color: var(--ls-navy, #003B78);
}

.ls-article-toc ol {
  margin: 0;
  padding-left: 18px;
}

.ls-article-toc li {
  margin-bottom: 6px;
}

.ls-article-sources {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 59, 120, 0.1);
}

/* Knowledge article body: match blog-details.html rhythm */
.blog_details_content .ls-article-prose {
  color: var(--ls-text, #3f6c6b);
}

.blog_details_content .ls-article-prose > .details-content-title,
.blog_details_content .ls-article-prose > .details-content-subtitle {
  margin-top: 0;
}

.blog_details_content .ls-article-prose > .details-content-title:not(:first-child),
.blog_details_content .ls-article-prose > .details-content-subtitle:not(:first-child) {
  margin-top: 45px;
}

.blog_details_content .ls-article-prose p.details-content {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
}

.blog_details_content .ls-article-prose ul.details-content,
.blog_details_content .ls-article-prose ol.details-content {
  margin: 0 0 15px;
  padding-left: 30px;
  list-style-position: outside;
  font-size: 20px;
  line-height: 30px;
}

.blog_details_content .ls-article-prose ul.details-content {
  list-style-type: disc;
}

.blog_details_content .ls-article-prose ol.details-content {
  list-style-type: decimal;
}

.blog_details_content .ls-article-prose li {
  margin: 0 0 6px;
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  color: inherit;
}

.blog_details_content .ls-article-prose li:last-child {
  margin-bottom: 0;
}

.blog_details_content .ls-article-prose li > p {
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
}

.blog_details_content .ls-article-prose p.details-content:has(+ .details-content-title),
.blog_details_content .ls-article-prose ul.details-content:has(+ .details-content-title),
.blog_details_content .ls-article-prose ol.details-content:has(+ .details-content-title),
.blog_details_content .ls-article-prose p.details-content:has(+ .details-content-subtitle),
.blog_details_content .ls-article-prose ul.details-content:has(+ .details-content-subtitle),
.blog_details_content .ls-article-prose ol.details-content:has(+ .details-content-subtitle) {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .blog_details_content .ls-article-prose p.details-content,
  .blog_details_content .ls-article-prose ul.details-content,
  .blog_details_content .ls-article-prose ol.details-content,
  .blog_details_content .ls-article-prose li {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog_details_content .ls-article-prose p.details-content,
  .blog_details_content .ls-article-prose ul.details-content,
  .blog_details_content .ls-article-prose ol.details-content,
  .blog_details_content .ls-article-prose li {
    font-size: 20px;
    line-height: 30px;
  }
}

.ls-funfact-compact .xb-funfact-item {
  margin-bottom: 30px;
}
.ls-checkup-layers .ls-layers {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.ls-checkup-layers .sec-title--two .title {
  color: var(--ls-navy);
}

body.help-desk .ls-checkup-layers .sec-title--two .title + p {
  color: var(--ls-text-muted);
}

.ls-layers__band {
  width: 100%;
  border-radius: 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ls-layers__band:hover {
  transform: translateY(-2px);
}

/* Advanced — navy card, white type */
.ls-layers__band--advanced {
  width: min(100%, 640px);
  background: linear-gradient(135deg, var(--ls-navy) 0%, var(--ls-navy-mid) 100%);
  color: #fff;
  box-shadow: 0 12px 28px rgba(0, 59, 120, 0.18);
}

/* Care — teal secondary accent surface */
.ls-layers__band--care {
  width: min(100%, 780px);
  background: linear-gradient(135deg, var(--ls-teal-soft) 0%, var(--ls-bg-elevated) 100%);
  color: var(--ls-navy);
  border: 1px solid rgba(15, 167, 160, 0.28);
  box-shadow: 0 10px 24px rgba(15, 167, 160, 0.08);
}

/* Core — navy primary card, white type */
.ls-layers__band--core,
.ls-layers__band--foundation {
  width: 100%;
  background: linear-gradient(135deg, var(--ls-navy) 0%, var(--ls-navy-mid) 100%);
  color: #fff;
  box-shadow: 0 14px 32px rgba(0, 59, 120, 0.2);
}

/* Force readable type on dark bands (beats body.help-desk p / navy globals) */
body.help-desk .ls-layers__band--advanced,
body.help-desk .ls-layers__band--advanced :is(p, h3, span, i, strong),
body.help-desk .ls-layers__band--core,
body.help-desk .ls-layers__band--core :is(p, h3, span, i, strong),
body.help-desk .ls-layers__band--foundation,
body.help-desk .ls-layers__band--foundation :is(p, h3, span, i, strong) {
  color: #fff !important;
}

body.help-desk .ls-layers__band--care,
body.help-desk .ls-layers__band--care :is(h3, .ls-layers__name, .ls-layers__step) {
  color: var(--ls-navy) !important;
}

body.help-desk .ls-layers__band--care :is(p, .ls-layers__text) {
  color: var(--ls-text-muted) !important;
}

body.help-desk .ls-layers__band--care .ls-layers__scope {
  color: var(--ls-teal-dark) !important;
  background: rgba(15, 167, 160, 0.12) !important;
}

body.help-desk .ls-layers__band--care .ls-layers__icon,
body.help-desk .ls-layers__band--care .ls-layers__icon i {
  color: var(--ls-teal) !important;
}

.ls-layers__band-inner {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 22px 26px;
}

@media (max-width: 575px) {
  .ls-layers__band-inner {
    flex-direction: column;
    gap: 14px;
    padding: 18px 18px;
  }
}

.ls-layers__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.ls-layers__step {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0.85;
}

.ls-layers__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.2);
}

.ls-layers__band--care .ls-layers__icon {
  background: var(--ls-teal-soft);
}

.ls-layers__body {
  min-width: 0;
  flex: 1;
}

.ls-layers__heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 14px;
  margin-bottom: 8px;
}

.ls-layers__name {
  margin: 0;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: inherit;
  font-family: var(--font-heading);
}

@media (max-width: 575px) {
  .ls-layers__name {
    font-size: 24px;
  }
}

.ls-layers__scope {
  font-size: 13px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  white-space: nowrap;
}

.ls-layers__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  max-width: 52ch;
  opacity: 0.95;
}

.ls-layers__band--care .ls-layers__text {
  opacity: 1;
}

.mission .mission-content {
  position: relative;
  z-index: 2;
  margin-top: 24px !important;
}

/* Knowledge hub — featured center (mockup article cards) */
.ls-knowledge-featured {
  background-color: var(--ls-bg);
}

.ls-knowledge-featured__head {
  max-width: 40rem;
  margin-bottom: 36px;
}

.ls-knowledge-featured__eyebrow {
  margin: 0 0 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ls-teal, #0fa7a0);
}

.ls-knowledge-featured__title {
  margin: 0;
  font-size: var(--ls-section-title);
  line-height: 1.18;
  letter-spacing: -0.025em;
  font-weight: 700;
  color: var(--ls-navy, #003b78);
  text-transform: none;
}

.ls-knowledge-featured__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.ls-knowledge-featured__card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--ls-border, #d5e0ee);
  box-shadow: 0 12px 32px rgba(0, 59, 120, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.ls-knowledge-featured__card:hover {
  transform: translateY(-3px);
  border-color: rgba(15, 167, 160, 0.28);
  box-shadow: 0 18px 40px rgba(0, 59, 120, 0.1);
}

.ls-knowledge-featured__art {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 168px;
  font-size: 2.4rem;
  color: var(--ls-navy, #003b78);
}

.ls-knowledge-featured__svg {
  display: block;
  width: 56px;
  height: 56px;
}

.ls-knowledge-featured__card--one .ls-knowledge-featured__art {
  background: #eef2f5;
}

.ls-knowledge-featured__card--two .ls-knowledge-featured__art {
  background: #eaf4fb;
}

.ls-knowledge-featured__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  padding: 22px 22px 20px;
}

.ls-knowledge-featured__category {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ls-teal, #0fa7a0);
}

.ls-knowledge-featured__card-title {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: var(--ls-navy, #003b78);
  text-transform: none;
}

.ls-knowledge-featured__desc {
  margin: 0;
  flex: 1;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--ls-text-muted, #5a6b7d);
}

.ls-knowledge-featured__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
}

.ls-knowledge-featured__meta small {
  font-size: 0.8rem;
  color: var(--ls-text-muted, #5a6b7d);
  opacity: 0.85;
}

.ls-knowledge-featured__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid var(--ls-border, #d5e0ee);
  color: var(--ls-navy, #003b78);
  background: #fff;
  flex: 0 0 auto;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.ls-knowledge-featured__card:hover .ls-knowledge-featured__arrow {
  background: var(--ls-navy, #003b78);
  border-color: var(--ls-navy, #003b78);
  color: #fff;
}

@media (max-width: 767px) {
  .ls-knowledge-featured__grid {
    grid-template-columns: 1fr;
  }

  .ls-knowledge-featured__art {
    min-height: 140px;
  }
}

/* Knowledge hub pillar cards */
.ls-pillar-card {
  height: 100%;
  padding: 36px 32px 28px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(15, 167, 160, 0.16);
  box-shadow:
    0 18px 40px -28px rgba(0, 59, 120, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

#pillar-bao-hiem,
#pillar-kham {
  scroll-margin-top: 110px;
}

.ls-pillar-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 167, 160, 0.35);
  box-shadow: 0 24px 48px -28px rgba(15, 167, 160, 0.45);
}

.ls-pillar-card__icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(179deg, var(--ls-teal-soft) 0%, var(--ls-bg-elevated) 100%);
  border: 1px solid rgba(15, 167, 160, 0.18);
  margin-bottom: 8px;
}

.ls-pillar-card__icon img {
  width: 28px;
  height: 28px;
}

.ls-pillar-card__eyebrow {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ls-teal, #0FA7A0);
}

.ls-pillar-card__title {
  margin: 0;
  font-size: 26px;
  line-height: 1.25;
  color: var(--ls-navy, #003B78);
}

.ls-pillar-card__desc {
  margin: 0;
  color: #4b5568;
  line-height: 1.65;
  flex: 1;
}

.ls-pillar-card__footer {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 59, 120, 0.08);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ls-pillar-card__count {
  font-size: 14px;
  font-weight: 600;
  color: var(--ls-navy, #003B78);
}

.ls-pillar-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 14px;
  font-weight: 600;
}

.ls-pillar-card__links a {
  color: var(--ls-teal, #0FA7A0);
}

.ls-pillar-card__links a:hover {
  color: var(--ls-navy, #003B78);
}

/* FAQ: keep question text clear of the absolute collapse arrow */
.xb-desk-faq .accordion_box .block .acc-btn {
  padding-right: 88px;
}

.xb-desk-faq .accordion_box .block .acc-btn .arrow {
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.xb-faq .accordion_box .block.active-block .acc-btn .arrow::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}

.xb-faq .accordion_box .block .acc-btn .arrow::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* FAQ navy brand */
.ls-faq .xb-faq-left .title,
.ls-faq .sec-title .title {
  color: var(--ls-navy);
}

.ls-faq .xb-faq-left > p {
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-faq__knowledge-wrap {
  margin: 14px 0 0;
}

.ls-faq__knowledge-link {
  display: inline;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--ls-navy);
  text-decoration: underline;
  text-decoration-color: rgba(0, 59, 120, 0.28);
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.ls-faq__knowledge-link:hover {
  color: var(--ls-teal-dark);
  text-decoration-color: var(--ls-teal);
}

.ls-faq .xb-desk-faq .accordion_box .block .acc-btn {
  background: var(--ls-navy-soft);
  color: var(--ls-navy);
  border: 1px solid var(--ls-border);
}

.ls-faq .xb-desk-faq .accordion_box .block .acc-btn .arrow {
  border-color: var(--ls-border-strong);
  background: #fff;
  color: var(--ls-navy);
}

.ls-faq .xb-desk-faq .accordion_box .block.active-block .acc-btn {
  background: var(--ls-navy);
  color: #fff;
  border-color: var(--ls-navy);
}

.ls-faq .xb-desk-faq .accordion_box .block.active-block .acc-btn .arrow {
  background: #fff;
  border-color: #fff;
  color: var(--ls-navy);
}

.ls-faq .xb-faq .accordion_box .block.active-block .acc-btn {
  background: var(--ls-navy);
  color: #fff;
}

.ls-faq .xb-faq .accordion_box .block .content p {
  color: var(--ls-text-muted, #5a6b7f);
}

section.ls-faq {
  padding-bottom: 48px;
}

/* Restore template overlap: CTA sits on top of footer contact strip */
.cta.cta-section {
  position: relative;
  z-index: 2;
  margin-bottom: -241px;
}

/* Also brand FAQ on other pages using desk style */
.xb-desk-faq .accordion_box .block .acc-btn {
  background: var(--ls-navy-soft);
  color: var(--ls-navy);
  border: 1px solid var(--ls-border);
}

.xb-desk-faq .accordion_box .block.active-block .acc-btn {
  background: var(--ls-navy);
  color: #fff;
  border-color: var(--ls-navy);
}

.xb-faq .accordion_box .block.active-block .acc-btn {
  background: var(--ls-navy);
  color: #fff;
}

.xb-desk-faq .accordion_box .block .acc-btn .arrow {
  border-color: var(--ls-border-strong);
}

.xb-desk-faq .accordion_box .block .content p {
  color: var(--ls-text-muted, #5a6b7f);
}

.xb-faq-left .xb-content {
  color: var(--ls-text-muted, #5a6b7f);
}

/* Content-gap sections (Preserve mode) */
.ls-section-note {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ls-text-muted, #5a6b7d);
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.ls-ecosystem__layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.4fr);
  gap: 40px 56px;
  align-items: center;
}

.ls-ecosystem__title {
  font-size: var(--ls-section-title);
  line-height: 1.18;
  color: var(--ls-navy, #003b78);
  margin-bottom: 16px;
}

.ls-ecosystem__intro {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: var(--ls-text-muted, #5a6b7d);
  max-width: 34ch;
}

.ls-ecosystem__diagram {
  display: grid;
  grid-template-columns: 1fr 84px auto 84px 1fr;
  grid-template-rows: auto 1fr;
  align-items: stretch;
  gap: 12px 8px;
  padding: 28px 24px;
  background:
    linear-gradient(135deg, rgba(246, 250, 255, 0.95), rgba(232, 238, 246, 0.7));
  border: 1px solid var(--ls-navy-soft, #e8eef6);
  border-radius: 22px;
}

/* Labels share row 1; nodes, connectors and hub share row 2. */
.ls-ecosystem__cluster-label--demand {
  grid-area: 1 / 1;
}

.ls-ecosystem__cluster-label--supply {
  grid-area: 1 / 5;
}

.ls-ecosystem__nodes--demand {
  grid-area: 2 / 1;
}

.ls-ecosystem__link--left {
  grid-area: 2 / 2;
}

.ls-ecosystem__hub {
  grid-area: 2 / 3;
}

.ls-ecosystem__link--right {
  grid-area: 2 / 4;
}

.ls-ecosystem__nodes--supply {
  grid-area: 2 / 5;
}

/*
 * space-around centres each card at (i+0.5)/N of the column height, which is
 * exactly where the ribbon fan aims. Cards keep their natural height.
 */
.ls-ecosystem__nodes {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.ls-ecosystem__cluster-label {
  margin: 0;
  padding-left: 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--ls-navy-mid, #00457c);
}

.ls-ecosystem__node {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(0, 59, 120, 0.08);
  box-shadow: 0 8px 24px rgba(0, 59, 120, 0.04);
}

.ls-ecosystem__node-icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--ls-navy-soft, #e8eef6);
  color: var(--ls-navy, #003b78);
  font-size: 15px;
}

.ls-ecosystem__node-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--ls-navy, #003b78);
}

.ls-ecosystem__hub {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  width: 132px;
  height: 132px;
  min-width: 132px;
  min-height: 132px;
  max-width: 132px;
  max-height: 132px;
  aspect-ratio: 1;
  flex-shrink: 0;
  justify-self: center;
  align-self: center;
  padding: 18px 14px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 50% 8%,
      rgba(255, 255, 255, 0.26),
      rgba(255, 255, 255, 0) 62%
    ),
    linear-gradient(
      180deg,
      var(--ls-navy-mid, #00457c) 0%,
      var(--ls-navy-deep, #002a56) 100%
    );
  color: #fff;
  box-shadow:
    0 0 0 8px rgba(15, 167, 160, 0.18),
    0 0 30px 4px rgba(15, 167, 160, 0.14),
    0 16px 40px rgba(0, 59, 120, 0.28);
  animation: ls-eco-halo 6s ease-in-out infinite;
}

/* Blueprint frame around the hub — the template's xb-frame, drawn in CSS. */
.ls-ecosystem__hub::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -30px;
  border: 1px solid rgba(0, 59, 120, 0.16);
  border-radius: 3px;
}

/* Registration marks sitting exactly on the frame corners. */
.ls-ecosystem__hub::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -34px;
  background-image: radial-gradient(
      circle at center,
      #fff 0 1.5px,
      var(--ls-navy, #003b78) 1.5px 3px,
      transparent 3px
    ),
    radial-gradient(
      circle at center,
      #fff 0 1.5px,
      var(--ls-navy, #003b78) 1.5px 3px,
      transparent 3px
    ),
    radial-gradient(
      circle at center,
      #fff 0 1.5px,
      var(--ls-navy, #003b78) 1.5px 3px,
      transparent 3px
    ),
    radial-gradient(
      circle at center,
      #fff 0 1.5px,
      var(--ls-navy, #003b78) 1.5px 3px,
      transparent 3px
    );
  background-size: 8px 8px;
  background-position: 0 0, 100% 0, 0 100%, 100% 100%;
  background-repeat: no-repeat;
}

/* Slow breathing halo — the hub reads as the live point of coordination. */
@keyframes ls-eco-halo {
  0%,
  100% {
    box-shadow:
      0 0 0 8px rgba(15, 167, 160, 0.18),
      0 0 30px 4px rgba(15, 167, 160, 0.14),
      0 16px 40px rgba(0, 59, 120, 0.28);
  }

  50% {
    box-shadow:
      0 0 0 12px rgba(15, 167, 160, 0.1),
      0 0 46px 10px rgba(15, 167, 160, 0.22),
      0 16px 40px rgba(0, 59, 120, 0.28);
  }
}

.ls-ecosystem__hub-logo {
  width: 86px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 170 / 34;
  margin: 0;
  display: block;
  object-fit: contain;
}

/*
 * Ported from the template's .xb-animate-line inside .xb-logo: a 3px track at
 * each edge of the frame box, with a 59px streak riding it on a 4s loop.
 * Reuses main.css keyframes BottomToTop / topToBottom.
 */
.ls-ecosystem__hub-lines {
  position: absolute;
  inset: -30px;
  pointer-events: none;
}

.ls-ecosystem__hub-line {
  position: absolute;
  top: 0;
  left: -3px;
  z-index: 1;
  width: 3px;
  height: 100%;
  overflow: hidden;
  border: 1px solid transparent;
}

.ls-ecosystem__hub-line > span {
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 2px;
  height: 59px;
  border-radius: 2px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, var(--ls-navy, #003b78) 0%, #fff 100%);
  animation: BottomToTop 4s linear infinite;
}

.ls-ecosystem__hub-line--two {
  left: auto;
  right: -3px;
}

.ls-ecosystem__hub-line--two > span {
  bottom: auto;
  top: -20px;
  background: linear-gradient(180deg, #fff 0%, var(--ls-navy, #003b78) 100%);
  animation: topToBottom 4s linear infinite;
}

.ls-ecosystem__link {
  position: relative;
  display: block;
  align-self: stretch;
  min-width: 0;
}

.ls-ecosystem__fan {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.ls-ecosystem__ribbon {
  fill: none;
  stroke-width: 9;
  stroke-linecap: round;
}

/* Highlight rides each ribbon from its node back into the hub. */
.ls-ecosystem__ribbon-glow {
  fill: none;
  stroke: rgba(255, 255, 255, 0.85);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 14 100;
  animation: ls-eco-ribbon 4s linear infinite;
}

@keyframes ls-eco-ribbon {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: 114;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ls-ecosystem__hub,
  .ls-ecosystem__hub-line > span,
  .ls-ecosystem__ribbon-glow {
    animation: none;
  }

  .ls-ecosystem__ribbon-glow {
    display: none;
  }
}

@media (max-width: 991px) {
  .ls-ecosystem__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ls-ecosystem__intro {
    max-width: none;
  }

  .ls-ecosystem__diagram {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 16px;
    padding: 22px 18px;
  }

  /* Stacked: fall back to DOM order instead of the two-row desktop grid. */
  .ls-ecosystem__cluster-label--demand,
  .ls-ecosystem__cluster-label--supply,
  .ls-ecosystem__nodes--demand,
  .ls-ecosystem__nodes--supply,
  .ls-ecosystem__link--left,
  .ls-ecosystem__link--right,
  .ls-ecosystem__hub {
    grid-area: auto;
  }

  .ls-ecosystem__nodes {
    gap: 12px;
    justify-content: flex-start;
  }

  /* A horizontal fan makes no sense stacked, so use a single vertical trace. */
  .ls-ecosystem__fan {
    display: none;
  }

  .ls-ecosystem__link {
    height: 40px;
    align-self: center;
  }

  .ls-ecosystem__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    transform: translateX(-50%);
    border-radius: 2px;
    background: linear-gradient(
      180deg,
      var(--ls-navy, #003b78),
      rgba(0, 59, 120, 0)
    );
  }

  /* Below the hub, so the solid end has to be at the bottom instead. */
  .ls-ecosystem__link--right::before {
    background: linear-gradient(
      180deg,
      rgba(0, 59, 120, 0),
      var(--ls-navy, #003b78)
    );
  }

  .ls-ecosystem__hub {
    justify-self: center;
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
    max-width: 120px;
    max-height: 120px;
  }

  /* Vertical connectors are only 40px, so the frame has to sit closer in. */
  .ls-ecosystem__hub::before {
    inset: -18px;
  }

  .ls-ecosystem__hub::after {
    inset: -22px;
  }

  .ls-ecosystem__hub-lines {
    inset: -18px;
  }
}

.ls-tech__shell {
  padding: 40px 36px 36px;
  border-radius: 24px;
  background:
    radial-gradient(ellipse 70% 50% at 90% 0%, rgba(15, 167, 160, 0.08), transparent 55%),
    linear-gradient(180deg, #fff 0%, var(--ls-bg, #F1F6FC) 100%);
  border: 1px solid var(--ls-navy-soft, #e8eef6);
}

.ls-tech__head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr);
  gap: 36px 48px;
  align-items: end;
  margin-bottom: 36px;
}

.ls-tech__title {
  font-size: var(--ls-section-title);
  line-height: 1.18;
  color: var(--ls-navy, #003b78);
  margin-bottom: 14px;
}

.ls-tech__intro {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--ls-text-muted, #5a6b7d);
  max-width: 42ch;
}

.ls-tech__device {
  justify-self: end;
  width: min(100%, 280px);
}

.ls-tech__device-frame {
  border-radius: 18px;
  overflow: hidden;
  background: var(--ls-navy, #003b78);
  box-shadow: 0 22px 48px rgba(0, 59, 120, 0.22);
}

.ls-tech__device-bar {
  display: flex;
  gap: 6px;
  padding: 12px 14px 8px;
  background: rgba(255, 255, 255, 0.06);
}

.ls-tech__device-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}

.ls-tech__device-bar span:first-child {
  background: var(--ls-teal, #0fa7a0);
}

.ls-tech__device-screen {
  padding: 16px 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 210px;
}

.ls-tech__device-row {
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.ls-tech__device-row--hero {
  height: 28px;
  width: 72%;
  background: linear-gradient(
    90deg,
    var(--ls-teal, #0fa7a0),
    rgba(15, 167, 160, 0.35)
  );
}

.ls-tech__device-row--short {
  width: 48%;
}

.ls-tech__device-chips {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}

.ls-tech__device-chips span {
  flex: 1;
  height: 28px;
  border-radius: 8px;
  background: rgba(246, 250, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ls-tech__device-panel {
  margin-top: auto;
  padding: 12px;
  border-radius: 12px;
  background: rgba(246, 250, 255, 0.1);
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 8px 10px;
  align-items: center;
}

.ls-tech__device-dot {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--ls-teal, #0fa7a0);
  grid-row: span 2;
}

.ls-tech__device-line {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
}

.ls-tech__device-line--dim {
  width: 62%;
  background: rgba(255, 255, 255, 0.18);
}

.ls-tech__device-caption {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--ls-text-muted, #5a6b7d);
}

.ls-tech__bands {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.ls-tech__band {
  display: grid;
  grid-template-columns: 48px 48px minmax(0, 1fr);
  gap: 16px 18px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(0, 59, 120, 0.08);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.ls-tech__band:hover {
  border-color: rgba(15, 167, 160, 0.45);
  transform: translateY(-1px);
}

.ls-tech__band-step {
  font-size: 18px;
  font-weight: 700;
  color: var(--ls-navy, #003B78);
  letter-spacing: 0.02em;
}

.ls-tech__band-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--ls-navy-soft, #e8eef6);
  color: var(--ls-navy, #003b78);
  font-size: 18px;
}

.ls-tech__band-title {
  margin: 0 0 6px;
  font-size: 18px;
  color: var(--ls-navy, #003b78);
}

.ls-tech__band-body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ls-text-muted, #5a6b7d);
}

@media (max-width: 991px) {
  .ls-tech__shell {
    padding: 28px 18px 22px;
  }

  .ls-tech__head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ls-tech__device {
    justify-self: stretch;
    width: 100%;
    max-width: 320px;
  }

  .ls-tech__intro {
    max-width: none;
  }
}

@media (max-width: 575px) {
  .ls-tech__band {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px 12px;
  }

  .ls-tech__band-icon {
    display: none;
  }
}

/* ---- Workplace wellness band ---- */
.ls-wellness__head {
  max-width: 54rem;
  margin: 0 0 32px;
  text-align: left;
}

.ls-wellness__title {
  margin: 0 0 14px;
  font-size: var(--ls-section-title);
  line-height: 1.18;
  letter-spacing: -0.025em;
  font-weight: 800;
  color: var(--ls-navy, #003b78);
}

.ls-wellness__intro {
  margin: 0;
  max-width: 52rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ls-text-muted, #5a6b7d);
}

.ls-wellness__media {
  margin: 0 0 40px;
  border-radius: 22px;
  overflow: hidden;
  background: var(--ls-navy-soft, #e8eef6);
  box-shadow: 0 14px 36px rgba(0, 42, 86, 0.08);
}

.ls-wellness__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1536 / 659;
  object-fit: cover;
}

.ls-wellness__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 40px;
  margin: 0 0 8px;
  padding: 0;
  border-top: 1px solid rgba(0, 59, 120, 0.12);
  border-bottom: 1px solid rgba(0, 59, 120, 0.12);
}

.ls-wellness__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 0;
  padding: 22px 0;
}

.ls-wellness__item:nth-child(n + 4) {
  border-top: 1px solid rgba(0, 59, 120, 0.12);
}

.ls-wellness__item-icon {
  flex: 0 0 auto;
  width: 1.35rem;
  margin-top: 2px;
  font-size: 1.05rem;
  line-height: 1;
  color: var(--ls-teal, #0fa7a0);
}

.ls-wellness__item--green .ls-wellness__item-icon {
  color: #2f9e6b;
}

.ls-wellness__item--teal .ls-wellness__item-icon {
  color: var(--ls-teal, #0fa7a0);
}

.ls-wellness__item--pink .ls-wellness__item-icon {
  color: #d45b8c;
}

.ls-wellness__item--blue .ls-wellness__item-icon {
  color: #3d7ec9;
}

.ls-wellness__item-label {
  font-size: 0.98rem;
  line-height: 1.5;
  font-weight: 600;
  color: var(--ls-navy, #003b78);
}

.ls-wellness__foot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px 40px;
  align-items: center;
  padding-top: 28px;
}

.ls-wellness__note {
  margin: 0;
  max-width: 58rem;
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--ls-text-muted, #5a6b7d);
}

@media (max-width: 991px) {
  .ls-wellness__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;
  }

  .ls-wellness__item:nth-child(n + 4) {
    border-top: 0;
  }

  .ls-wellness__item:nth-child(n + 3) {
    border-top: 1px solid rgba(0, 59, 120, 0.12);
  }
}

@media (max-width: 767px) {
  .ls-wellness__media {
    border-radius: 18px;
    margin-bottom: 28px;
  }

  .ls-wellness__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ls-wellness__item:nth-child(n + 2),
  .ls-wellness__item:nth-child(n + 3),
  .ls-wellness__item:nth-child(n + 4) {
    border-top: 1px solid rgba(0, 59, 120, 0.12);
  }

  .ls-wellness__foot {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 18px;
  }
}

.ls-identity__frame {
  position: relative;
  z-index: 1;
  padding: 56px 56px 60px;
  /* Dots marking the four points where the frame rails cross. */
  background-image: radial-gradient(
      circle,
      var(--ls-navy) 3px,
      transparent 3.5px
    ),
    radial-gradient(circle, var(--ls-navy) 3px, transparent 3.5px),
    radial-gradient(circle, var(--ls-navy) 3px, transparent 3.5px),
    radial-gradient(circle, var(--ls-navy) 3px, transparent 3.5px);
  background-size: 8px 8px;
  background-repeat: no-repeat;
  background-position: -4px -4px, calc(100% + 4px) -4px, -4px
    calc(100% + 4px), calc(100% + 4px) calc(100% + 4px);
}

.ls-identity__frame::before,
.ls-identity__frame::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

/* Horizontal rails of the blueprint frame, extended past the content edges. */
.ls-identity__frame::before {
  left: -24px;
  right: -24px;
  top: 0;
  bottom: 0;
  border-top: 1px solid var(--ls-border);
  border-bottom: 1px solid var(--ls-border);
}

/* Vertical rails, drawn as a pair of edge lines running the full height. */
.ls-identity__frame::after {
  left: 0;
  right: 0;
  top: -24px;
  bottom: -24px;
  border-left: 1px solid var(--ls-border);
  border-right: 1px solid var(--ls-border);
}

.ls-identity__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ls-identity__col {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.ls-identity__tray {
  padding: 10px;
  border-radius: 14px;
  background: var(--ls-navy-soft);
}

.ls-identity__col--are .ls-identity__tray {
  background: linear-gradient(
    119deg,
    rgba(15, 167, 160, 0.22) 0%,
    rgba(0, 59, 120, 0.16) 52%,
    rgba(15, 167, 160, 0.2) 100%
  );
}

.ls-identity__chip {
  padding: 16px 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 4px rgba(21, 19, 19, 0.05);
}

.ls-identity__heading {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.3;
  font-weight: 700;
  color: var(--ls-navy);
}

.ls-identity__list {
  flex: 1 1 auto;
  margin: 8px 0 0;
  padding: 32px 36px;
  border-radius: 14px;
  background: #fff;
}

.ls-identity__col--are .ls-identity__list {
  background: linear-gradient(169deg, var(--ls-teal-soft) 0%, #fff 100%);
}

.ls-identity__list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--ls-text-muted, #5a6b7d);
}

.ls-identity__list li:not(:last-child) {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ls-border);
}

.ls-identity__col--are .ls-identity__list li {
  color: var(--ls-navy);
}

.ls-identity__col--are .ls-identity__list li:not(:last-child) {
  border-bottom-color: rgba(15, 167, 160, 0.22);
}

.ls-identity__list i {
  margin-top: 4px;
  flex: 0 0 auto;
  font-size: 0.95rem;
  color: var(--ls-border-strong);
}

.ls-identity__col--are .ls-identity__list i {
  color: var(--ls-teal);
}

@media (max-width: 991px) {
  .ls-identity__frame {
    padding: 40px 32px 44px;
  }

  .ls-identity__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ls-identity__list {
    padding: 28px 24px;
  }
}

@media (max-width: 767px) {
  .ls-identity__frame {
    padding: 0;
    background-image: none;
  }

  .ls-identity__frame::before,
  .ls-identity__frame::after {
    display: none;
  }
}

.ls-audiences__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .ls-audiences__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.ls-audience-card {
  position: relative;
  overflow: hidden;
  padding: 26px 28px 28px;
  background: #fff;
  border: 1px solid rgba(0, 59, 120, 0.08);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 59, 120, 0.05);
  transition:
    transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

/* Short teal keyline reading as the card's opening mark. */
.ls-audience-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  width: 34px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: var(--ls-teal, #0fa7a0);
  transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.ls-audience-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 167, 160, 0.32);
  box-shadow: 0 18px 40px rgba(0, 59, 120, 0.1);
}

.ls-audience-card:hover::before {
  width: 72px;
}

/* Watermark glyph, not an icon tile: keeps this section distinct from the
   icon-led value cards further down the page. */
.ls-audience-card__glyph {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 46px;
  line-height: 1;
  color: rgba(0, 59, 120, 0.07);
  transition:
    color 0.3s ease,
    transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.ls-audience-card:hover .ls-audience-card__glyph {
  color: rgba(15, 167, 160, 0.16);
  transform: scale(1.06);
}

.ls-audience-card__title {
  position: relative;
  margin: 0 0 10px;
  padding-right: 56px;
  font-size: 18px;
  line-height: 1.35;
  color: var(--ls-navy, #003b78);
}

.ls-audience-card__text {
  position: relative;
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--ls-text-muted, #5a6b7d);
}

@media (prefers-reduced-motion: reduce) {
  .ls-audience-card,
  .ls-audience-card::before,
  .ls-audience-card__glyph {
    transition: none;
  }
}

.ls-callout {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 20px;
  border-left: 4px solid var(--ls-teal, #0fa7a0);
  background: var(--ls-bg, #F1F6FC);
  border-radius: 0 12px 12px 0;
  color: var(--ls-text-muted, #5a6b7d);
  font-size: 15px;
  line-height: 1.55;
}

.ls-health-profile__sub {
  font-size: 18px;
  margin-bottom: 18px;
  color: var(--ls-navy, #003b78);
}

.ls-budget__totals {
  font-size: 16px;
  color: var(--ls-navy, #003b78);
}

/*
 * The table used to be a centred 920px block inside a 1320px container, so its
 * left edge sat 200px inside every other block in the section. It now shares the
 * container edges, framed as a card like the rest of the site's surfaces.
 */
.ls-budget__table-wrap {
  margin-top: 40px;
  overflow-x: auto;
  background: #fff;
  border: 1px solid rgba(0, 59, 120, 0.08);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 59, 120, 0.05);
}

.ls-budget__table {
  width: 100%;
  min-width: 620px;
  margin: 0;
  border-collapse: collapse;
  background: transparent;
  font-variant-numeric: tabular-nums;
}

.ls-budget__table th,
.ls-budget__table td {
  padding: 16px 22px;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
}

/* Fixed column proportions: the two description columns carry the text, so the
   layer and share columns do not stretch across the wider container. */
.ls-budget__table thead th:nth-child(1) {
  width: 16%;
}

.ls-budget__table thead th:nth-child(2) {
  width: 18%;
}

.ls-budget__table thead th:nth-child(3),
.ls-budget__table thead th:nth-child(4) {
  width: 33%;
}

/* Column heads read as labels, so they carry no fill of their own. */
.ls-budget__table thead th {
  padding-top: 18px;
  padding-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ls-text-muted, #5a6b7f);
  border-bottom: 1px solid var(--ls-navy-soft, #e8eef6);
}

/* One hairline between rows, none under the last one. */
.ls-budget__table tbody tr:not(:last-child) th,
.ls-budget__table tbody tr:not(:last-child) td {
  border-bottom: 1px solid var(--ls-navy-soft, #e8eef6);
}

.ls-budget__table tbody th {
  font-size: 15px;
  font-weight: 700;
  color: var(--ls-navy, #003b78);
  white-space: nowrap;
}

.ls-budget__table tbody td {
  color: var(--ls-text, #1a2b3c);
}

.ls-budget__table tbody td:last-child {
  color: var(--ls-text-muted, #5a6b7f);
}

@media (max-width: 767px) {
  .ls-budget__table-wrap {
    margin-top: 28px;
  }

  .ls-budget__table th,
  .ls-budget__table td {
    padding: 14px 16px;
  }
}

/* ---- Home: 3 service products — match xb-dashboard-item (navy/teal) ---- */
.ls-service-products .sec-title--two .title {
  color: var(--ls-navy);
  overflow-wrap: anywhere;
}

.ls-service-products .sec-title--two p {
  max-width: 720px;
  margin: 14px auto 0;
  color: var(--ls-text-muted);
  overflow-wrap: anywhere;
}

.ls-service-products__row > [class*="col-"] {
  display: flex;
}

.ls-service-products .xb-dashboard-item {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 28px 10px 10px;
  background: var(--ls-navy-soft);
  border: 1px solid var(--ls-border);
  border-radius: 30px;
  overflow: hidden;
  box-sizing: border-box;
  color: var(--ls-navy);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.ls-service-products .xb-dashboard-item:hover {
  background: var(--ls-navy);
  border-color: var(--ls-navy);
  box-shadow: 0 16px 36px rgba(0, 59, 120, 0.22);
}

.ls-service-products .xb-dashboard-item .xb-item--top {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 18px;
  padding-right: 14px;
  margin-bottom: 16px;
  gap: 10px;
  min-width: 0;
}

.ls-service-products .xb-dashboard-item .xb-item--title {
  flex: 1 1 auto;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding-right: 4px;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: var(--ls-navy);
  text-transform: none;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ls-service-products .xb-dashboard-item:hover .xb-item--title {
  color: #fff;
}

.ls-service-products .xb-dashboard-item .xb-item--arrow {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  align-self: center;
  background: linear-gradient(
    180deg,
    var(--ls-navy) 0%,
    var(--ls-navy-deep) 100%
  );
  color: #fff;
}

.ls-service-products .xb-dashboard-item .xb-item--arrow svg {
  color: #fff;
}

.ls-service-products .xb-dashboard-item .xb-item--arrow svg rect {
  fill: currentColor;
}

.ls-service-products .xb-dashboard-item:hover .xb-item--arrow {
  background: #fff;
  color: var(--ls-navy);
}

.ls-service-products .xb-dashboard-item:hover .xb-item--arrow svg {
  color: var(--ls-navy);
}

.ls-service-products .xb-dashboard-item:hover .xb-item--arrow svg rect {
  fill: currentColor;
}

.ls-service-products .xb-dashboard-item .xb-item--img {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  border-radius: 22px;
}

.ls-dash-panel {
  height: 100%;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--ls-border);
  border-radius: 22px;
  overflow: hidden;
  box-sizing: border-box;
}

.ls-dash-panel__desc {
  margin: 0;
  padding: 28px 20px 14px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ls-text-muted);
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ls-dash-panel__features {
  list-style: none !important;
  margin: 0;
  padding: 0 16px 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  box-sizing: border-box;
}

.ls-dash-panel__features > li {
  list-style: none !important;
  margin: 0;
  padding: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.ls-dash-panel__features > li::before,
.ls-dash-panel__features > li::after,
.ls-dash-panel__features > li::marker {
  content: none !important;
  display: none !important;
}

.ls-dash-panel__fi {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--ls-teal);
  font-size: 16px;
  line-height: 1;
}

.ls-dash-panel__fl {
  display: block;
  width: 100%;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--ls-navy);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ls-dash-panel__media {
  position: relative;
  flex: 1 1 auto;
  min-height: 140px;
  aspect-ratio: 1 / 1;
  margin: 0 12px 12px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--ls-bg);
}

.ls-dash-panel__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 1199px) {
  .ls-service-products .xb-dashboard-item .xb-item--title {
    font-size: 20px;
  }

  .ls-dash-panel__fl {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .ls-service-products .xb-dashboard-item {
    padding: 28px 8px 8px;
  }

  .ls-service-products .xb-dashboard-item .xb-item--top {
    padding-left: 12px;
    padding-right: 10px;
  }

  .ls-service-products .xb-dashboard-item .xb-item--title {
    font-size: 20px;
  }

  .ls-dash-panel__desc {
    padding: 24px 14px 12px;
  }

  .ls-dash-panel__media {
    margin: 0 8px 8px;
    min-height: 120px;
  }
}

/* ---- Complexity band (pain points) ---- */
.ls-complexity {
  position: relative;
}

.ls-complexity__head {
  max-width: min(100%, 1100px);
  margin: 0 auto 48px;
}

.ls-complexity__title {
  margin: 0 0 20px;
  font-size: var(--ls-section-title);
  line-height: 1.18;
  letter-spacing: -0.025em;
  font-weight: 700;
  color: var(--ls-navy);
  text-transform: none;
}

/* Claims / home complexity — same section title scale as homepage */
#kho-khan .ls-complexity__title {
  white-space: normal;
  max-width: min(100%, 1100px);
  margin-left: auto;
  margin-right: auto;
  font-size: var(--ls-section-title);
  line-height: 1.18;
  overflow: visible;
}

@media (max-width: 767px) {
  #kho-khan .ls-complexity__title {
    font-size: var(--ls-section-title);
  }
}

.ls-complexity__title .ls-hero-accent {
  color: var(--ls-teal);
}

.ls-complexity__intro {
  margin: 0 auto;
  max-width: 720px;
  font-size: clamp(1rem, 1.15vw, 1.125rem);
  line-height: 1.65;
  font-weight: 500;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-complexity__mosaic {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.95fr) minmax(0, 1fr);
  grid-template-areas:
    "c1 visual c2"
    "c3 visual c4";
  gap: 18px 20px;
  align-items: center;
  margin-bottom: 28px;
}

.ls-complexity__card--1 { grid-area: c1; }
.ls-complexity__card--2 { grid-area: c2; }
.ls-complexity__card--3 { grid-area: c3; }
.ls-complexity__card--4 { grid-area: c4; }
.ls-complexity__visual { grid-area: visual; }

.ls-complexity__card {
  margin: 0;
  padding: 22px 20px;
  background: #fff;
  border: 1px solid var(--ls-border);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(0, 59, 120, 0.06);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.ls-complexity__card:hover {
  border-color: var(--ls-border-strong);
  box-shadow: 0 14px 32px rgba(0, 59, 120, 0.1);
  transform: translateY(-2px);
}

.ls-complexity__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--ls-teal-soft);
  color: var(--ls-teal);
  font-size: 1.05rem;
}

.ls-complexity__card-title {
  margin: 0 0 8px;
  font-size: 1.05rem;
  line-height: 1.35;
  font-weight: 700;
  color: var(--ls-navy);
}

.ls-complexity__card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-complexity__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 48px 44px 28px;
  min-height: 360px;
}

.ls-complexity__orbit {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.ls-complexity__rays {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

/* Dashed rays flow outward: person → floating icons */
.ls-complexity__ray {
  stroke-dasharray: 2.8 2.8;
}

@media (prefers-reduced-motion: no-preference) {
  .ls-complexity__ray {
    animation: ls-ray-flow 2.4s linear infinite;
  }

  .ls-complexity__rays .ls-complexity__ray:nth-child(2) {
    animation-delay: 0s;
  }
  .ls-complexity__rays .ls-complexity__ray:nth-child(3) {
    animation-delay: 0.18s;
  }
  .ls-complexity__rays .ls-complexity__ray:nth-child(4) {
    animation-delay: 0.36s;
  }
  .ls-complexity__rays .ls-complexity__ray:nth-child(5) {
    animation-delay: 0.54s;
  }
  .ls-complexity__rays .ls-complexity__ray:nth-child(6) {
    animation-delay: 0.72s;
  }
  .ls-complexity__rays .ls-complexity__ray:nth-child(7) {
    animation-delay: 0.9s;
  }
}

@keyframes ls-ray-flow {
  to {
    stroke-dashoffset: -22.4;
  }
}

.ls-complexity__float {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--ls-border);
  color: var(--ls-navy-mid);
  font-size: 0.9rem;
  box-shadow: 0 8px 18px rgba(0, 59, 120, 0.1);
  z-index: 3;
}

.ls-complexity__float--1 { top: 2%; left: 2%; }
.ls-complexity__float--2 { top: 0%; right: 2%; color: var(--ls-teal); }
.ls-complexity__float--3 { top: 38%; left: -2%; }
.ls-complexity__float--4 { top: 40%; right: -2%; }
.ls-complexity__float--5 { bottom: 6%; left: 0%; }
.ls-complexity__float--6 { bottom: 4%; right: 0%; color: var(--ls-teal); }

@media (prefers-reduced-motion: no-preference) {
  .ls-complexity__float--1,
  .ls-complexity__float--4 {
    animation: ls-float-y 4.5s ease-in-out infinite;
  }
  .ls-complexity__float--2,
  .ls-complexity__float--5 {
    animation: ls-float-y 5.2s ease-in-out infinite reverse;
  }
  .ls-complexity__float--3,
  .ls-complexity__float--6 {
    animation: ls-float-y 4.8s ease-in-out 0.4s infinite;
  }
}

@keyframes ls-float-y {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

.ls-complexity__photo {
  position: relative;
  z-index: 1;
  width: min(100%, 230px);
  aspect-ratio: auto;
  border-radius: 0;
  overflow: visible;
  border: none;
  box-shadow: none;
  background: transparent;
}

.ls-complexity__photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 14px 28px rgba(15, 76, 154, 0.14));
}

/* ---- Companion band: merge difference + solution (Complexity language) ---- */
.ls-companion__head {
  max-width: min(100%, 1100px);
  margin: 0 auto 48px;
}

.ls-companion__head--solo {
  margin-bottom: 0;
}

.ls-companion__title {
  margin: 0 0 20px;
  font-size: var(--ls-section-title);
  line-height: 1.18;
  letter-spacing: -0.025em;
  font-weight: 700;
  color: var(--ls-navy);
  text-transform: none;
}

/* DifferenceBand — same section title scale as homepage */
#dong-hanh .ls-diff__title {
  white-space: normal;
  max-width: min(100%, 1100px);
  font-size: var(--ls-section-title);
  line-height: 1.18;
  overflow: visible;
}

@media (max-width: 767px) {
  #dong-hanh .ls-diff__title {
    white-space: normal;
    font-size: var(--ls-section-title);
  }
}

#dong-hanh .ls-diff__subtitle {
  max-width: 62ch;
  margin-left: auto;
  margin-right: auto;
}

#dong-hanh .ls-diff__panel-desc {
  max-width: 42ch;
}

.ls-companion__title .ls-hero-accent {
  color: var(--ls-teal);
}

.ls-companion__intro {
  margin: 0 auto;
  width: max-content;
  max-width: min(100%, 920px);
  font-size: clamp(1rem, 1.15vw, 1.125rem);
  line-height: 1.65;
  font-weight: 500;
  color: var(--ls-text-muted, #5a6b7f);
  white-space: nowrap;
}

.ls-companion__ecosystem {
  margin: 0;
}

.ls-companion__ecosystem .ls-ecosystem__copy {
  display: none;
}

.ls-companion__ecosystem .ls-ecosystem__layout {
  display: block;
}

.ls-companion__ecosystem .ls-ecosystem__diagram {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .ls-companion__intro {
    width: auto;
    max-width: 720px;
    white-space: normal;
  }
}

.ls-companion__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.9fr) minmax(0, 1fr);
  gap: 22px 24px;
  align-items: start;
  margin-bottom: 40px;
}

.ls-companion__col-label {
  margin: 0 0 14px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ls-navy);
}

.ls-companion__col-label--teal {
  color: var(--ls-teal);
}

.ls-companion__cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.ls-companion__card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 16px 16px;
  background: #fff;
  border: 1px solid var(--ls-border);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0, 59, 120, 0.05);
}

.ls-companion__card-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--ls-navy-soft);
  color: var(--ls-navy);
  font-size: 0.9rem;
}

.ls-companion__card-icon--ok {
  background: var(--ls-teal-soft);
  color: var(--ls-teal);
}

.ls-companion__card-text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
  font-weight: 600;
  color: var(--ls-navy);
}

.ls-companion__bridge {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  padding-top: 28px;
}

.ls-companion__panel {
  margin: 0;
  padding: 18px 16px;
  border-radius: 16px;
  border: 1px solid var(--ls-border);
  background: #fff;
}

.ls-companion__panel--before {
  background: var(--ls-navy-soft);
  border-color: transparent;
}

.ls-companion__panel--after {
  background: var(--ls-teal-soft);
  border-color: transparent;
}

.ls-companion__badge {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  background: var(--ls-navy);
}

.ls-companion__badge--teal {
  background: var(--ls-teal);
}

.ls-companion__panel p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-companion__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ls-teal);
  font-size: 1.25rem;
}

.ls-companion__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.ls-companion__benefit {
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: center;
  margin: 0;
  padding: 24px 28px;
  min-height: 0;
  background: #fff;
  border: 1px solid var(--ls-border);
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(0, 59, 120, 0.05);
}

.ls-companion__benefit > div {
  flex: 1 1 auto;
  min-width: 0;
}

.ls-companion__benefit-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--ls-teal-soft);
  color: var(--ls-teal);
  font-size: 1.1rem;
}

.ls-companion__benefit-title {
  margin: 0 0 6px;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--ls-navy);
}

.ls-companion__benefit p {
  margin: 0;
  max-width: 52ch;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--ls-text-muted, #5a6b7f);
}

@media (max-width: 991px) {
  .ls-companion__layout {
    grid-template-columns: 1fr;
  }

  .ls-companion__bridge {
    padding-top: 0;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .ls-companion__panel {
    flex: 1 1 220px;
  }

  .ls-companion__arrow {
    flex: 0 0 100%;
    transform: rotate(90deg);
  }

  .ls-companion__benefit {
    padding: 20px 22px;
  }
}

@media (max-width: 767px) {
  .ls-companion__benefits {
    grid-template-columns: 1fr;
  }

  .ls-companion__benefit p {
    max-width: none;
  }
}

@media (max-width: 575px) {
  .ls-companion__benefits {
    grid-template-columns: 1fr;
  }

  .ls-companion__benefit {
    align-items: flex-start;
  }
}

.ls-complexity__summary {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 72px;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--ls-navy-soft);
  color: var(--ls-navy);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

.ls-complexity__ops {
  padding-top: 8px;
}

.ls-complexity__ops-copy {
  max-width: 920px;
  margin: 0 auto 28px;
}

.ls-complexity__ops-title {
  margin: 0 0 12px;
  font-size: var(--ls-section-title);
  line-height: 1.18;
  letter-spacing: -0.025em;
  font-weight: 700;
  color: var(--ls-navy);
}

.ls-complexity__ops-intro {
  margin: 0;
  max-width: 62ch;
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--ls-teal-dark);
}

.ls-complexity__ops-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ls-complexity__ops-card {
  position: relative;
  margin: 0;
  padding: 28px 22px 24px;
  border-radius: 18px;
  border: 1px solid transparent;
  min-height: 100%;
}

.ls-complexity__ops-card--1 {
  background: var(--ls-teal-soft);
}

.ls-complexity__ops-card--2 {
  background: var(--ls-navy-soft);
}

.ls-complexity__ops-card--3 {
  background: #eef6ef;
}

.ls-complexity__ops-num {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(0, 59, 120, 0.35);
}

.ls-complexity__ops-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.75);
  color: var(--ls-navy);
  font-size: 1.05rem;
}

.ls-complexity__ops-card-title {
  margin: 0 0 8px;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--ls-navy);
}

.ls-complexity__ops-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ls-text-muted, #5a6b7f);
}

@media (max-width: 991px) {
  .ls-complexity__mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "visual visual"
      "c1 c2"
      "c3 c4";
  }

  .ls-complexity__photo {
    width: min(100%, 190px);
  }

  .ls-complexity__visual {
    min-height: 320px;
    padding: 40px 32px 20px;
  }

  .ls-complexity__ops-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .ls-complexity__mosaic {
    grid-template-columns: 1fr;
    grid-template-areas:
      "visual"
      "c1"
      "c2"
      "c3"
      "c4";
  }

  .ls-complexity__float {
    width: 32px;
    height: 32px;
    font-size: 0.78rem;
  }
}

/* ---- Difference band (before / after) ---- */
.ls-diff__head {
  max-width: 760px;
  margin: 0 auto 40px;
}

.ls-diff__title {
  margin: 0 0 12px;
  font-size: var(--ls-section-title);
  line-height: 1.18;
  letter-spacing: -0.025em;
  font-weight: 700;
  color: var(--ls-navy);
}

.ls-diff__title-accent {
  color: var(--ls-teal);
}

.ls-diff__subtitle {
  margin: 0 auto;
  max-width: 48ch;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-diff__subtitle strong {
  color: var(--ls-navy);
  font-weight: 700;
}

.ls-diff__compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 12px 8px;
  align-items: stretch;
  margin-bottom: 40px;
}

.ls-diff__panel {
  margin: 0;
  padding: 26px 20px 24px;
  background: #f4f7fb;
  border: 1px solid #e4ebf3;
  border-radius: 24px;
  box-shadow: none;
  text-align: center;
}

.ls-diff__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}

.ls-diff__badge--navy {
  background: var(--ls-navy);
}

.ls-diff__badge--teal {
  background: var(--ls-teal);
}

.ls-diff__panel-desc {
  margin: 14px auto 10px;
  max-width: 38ch;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-diff__panel-desc--teal {
  color: #0fa7a0 !important;
}

.ls-diff__web {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 4px auto 0;
}

.ls-diff__web--messy {
  aspect-ratio: 400 / 320;
}

.ls-diff__web--hub {
  aspect-ratio: 400 / 340;
}

.ls-diff__lines,
.ls-diff__spokes {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}

.ls-diff__lines path {
  stroke: #9aa8b8;
  stroke-width: 1.35;
  stroke-dasharray: 3.5 4;
  fill: none;
  opacity: 0.85;
}

.ls-diff__spokes path {
  stroke: var(--ls-teal);
  stroke-width: 1.7;
  stroke-dasharray: 4 4;
  fill: none;
  opacity: 0.75;
}

.ls-diff__node {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 86px;
  min-height: 72px;
  padding: 8px 6px;
  background: #fff;
  border: 1px solid #e6eef6;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(15, 60, 120, 0.07);
  font-style: normal;
  transform: translate(-50%, -50%);
}

.ls-diff__node i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #5a7290;
  font-size: 1.05rem;
}

.ls-diff__panel--after .ls-diff__node i {
  background: transparent;
  color: var(--ls-teal-dark, #0c8a84);
  border: none;
}

.ls-diff__node--hr i {
  color: var(--ls-navy);
}

.ls-diff__panel--after .ls-diff__node--hr i {
  color: var(--ls-navy);
}

.ls-diff__node em {
  font-style: normal;
  font-size: 0.62rem;
  line-height: 1.25;
  color: var(--ls-navy);
  font-weight: 600;
  text-align: center;
}

/* Messy positions — match SVG MESSY_POS % */
.ls-diff__node--m1 { top: 15%; left: 17.5%; }
.ls-diff__node--m2 { top: 8.75%; left: 50%; }
.ls-diff__node--m3 { top: 15%; left: 82.5%; }
.ls-diff__node--m4 { top: 46.9%; left: 12%; }
.ls-diff__node--m5 { top: 46.9%; left: 88%; }
.ls-diff__node--m6 { top: 78%; left: 22.5%; }
.ls-diff__node--m7 { top: 78%; left: 77.5%; }
.ls-diff__node--m8 { top: 89%; left: 50%; width: 100px; }

/* Hub positions — match SVG SPOKE_POS % */
.ls-diff__node--h1 { top: 10.5%; left: 50%; width: 100px; }
.ls-diff__node--h2 { top: 29.4%; left: 14.5%; }
.ls-diff__node--h3 { top: 67.6%; left: 14.5%; }
.ls-diff__node--h4 { top: 29.4%; left: 85.5%; }
.ls-diff__node--h5 { top: 67.6%; left: 85.5%; }
.ls-diff__node--h6 { top: 91%; left: 27.5%; width: 118px; }
.ls-diff__node--h7 { top: 91%; left: 72.5%; width: 118px; }

.ls-diff__hub {
  position: absolute;
  z-index: 3;
  top: 49.4%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 58px;
  padding: 10px 16px;
  background: #fff;
  border: 2.5px solid var(--ls-teal);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(15, 167, 160, 0.18);
}

.ls-diff__hub img {
  display: block;
  width: 100%;
  height: auto;
}

.ls-diff__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 96px;
  height: 48px;
  margin: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ls-teal);
}

.ls-diff__arrow svg {
  display: block;
  width: 96px;
  height: 48px;
}

.ls-diff__benefits-wrap {
  margin-top: 28px;
  padding: 0;
  background: #fff;
  border: 1px solid var(--ls-navy-soft, #e8eef6);
  border-radius: 14px;
  overflow: hidden;
}

.ls-diff__benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.ls-diff__benefit {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 34px 28px 36px;
}

/* Wash grows out of the top-left corner, as in the template's feature cells. */
.ls-diff__benefit::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: top left;
  transition: opacity 0.3s ease, transform 0.3s ease;
  background: linear-gradient(
    317deg,
    var(--ls-teal-soft, #e6f7f6) 0%,
    #fff 100%
  );
}

.ls-diff__benefit:hover::before {
  opacity: 1;
  transform: scale(1);
}

.ls-diff__benefit + .ls-diff__benefit {
  border-left: 1px solid var(--ls-navy-soft, #e8eef6);
}

/*
 * Divider decoration in one element: two fixed node marks plus a light streak
 * that travels the full height. Only the streak layer moves in the keyframes.
 */
.ls-diff__benefit + .ls-diff__benefit::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: -5px;
  width: 9px;
  height: 100%;
  pointer-events: none;
  background-image: linear-gradient(
      180deg,
      rgba(15, 167, 160, 0) 0%,
      var(--ls-teal, #0fa7a0) 50%,
      rgba(15, 167, 160, 0) 100%
    ),
    radial-gradient(
      circle at center,
      var(--ls-teal, #0fa7a0) 0 2px,
      rgba(15, 167, 160, 0.2) 2px 4px,
      transparent 4px
    ),
    radial-gradient(
      circle at center,
      var(--ls-teal, #0fa7a0) 0 2px,
      rgba(15, 167, 160, 0.2) 2px 4px,
      transparent 4px
    );
  background-size: 2px 56px, 9px 9px, 9px 9px;
  background-position: 50% -56px, 50% 18px, 50% calc(100% - 18px);
  background-repeat: no-repeat;
  animation: ls-diff-streak 4.5s linear infinite;
}

.ls-diff__benefit:nth-child(3)::after {
  animation-direction: reverse;
  animation-delay: -2.25s;
}

@keyframes ls-diff-streak {
  0% {
    background-position: 50% -56px, 50% 18px, 50% calc(100% - 18px);
  }

  100% {
    background-position: 50% 100%, 50% 18px, 50% calc(100% - 18px);
  }
}

.ls-diff__benefit-icon {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 26px;
  border-radius: 15px;
  background: linear-gradient(
    179deg,
    var(--ls-teal-soft, #e6f7f6) 0%,
    #fff 100%
  );
  color: var(--ls-navy, #003b78);
  font-size: 1.25rem;
}

/* Inner plate lifts the glyph off the tile — the template's bevelled icon. */
.ls-diff__benefit-icon::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 10px;
  background: #fff;
  border: 4px solid rgba(0, 59, 120, 0.05);
  box-shadow: 0 2px 6px rgba(0, 59, 120, 0.16);
}

.ls-diff__benefit-icon > i {
  position: relative;
}

.ls-diff__benefit-title {
  margin: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ls-teal-dark, #0c8f89);
}

.ls-diff__benefit p {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--ls-navy, #003b78);
}

@media (prefers-reduced-motion: reduce) {
  .ls-diff__benefit::before {
    transition: none;
  }

  .ls-diff__benefit + .ls-diff__benefit::after {
    animation: none;
    background-position: 50% -56px, 50% 18px, 50% calc(100% - 18px);
  }
}

@media (max-width: 991px) {
  .ls-diff__compare {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ls-diff__arrow {
    margin: 0 auto;
    transform: rotate(90deg);
  }

  .ls-diff__benefits {
    grid-template-columns: 1fr 1fr;
  }

  .ls-diff__benefit {
    padding: 28px 24px 30px;
  }

  /* Two columns: only the right-hand cells carry a divider. */
  .ls-diff__benefit + .ls-diff__benefit {
    border-left: 0;
  }

  .ls-diff__benefit:nth-child(2n) {
    border-left: 1px solid var(--ls-navy-soft, #e8eef6);
  }

  .ls-diff__benefit:nth-child(n + 3) {
    border-top: 1px solid var(--ls-navy-soft, #e8eef6);
  }

  .ls-diff__benefit + .ls-diff__benefit::after {
    display: none;
  }

  .ls-diff__benefit:nth-child(2n)::after {
    display: block;
  }

  .ls-diff__web {
    max-width: 460px;
  }
}

@media (max-width: 575px) {
  .ls-diff__benefits {
    grid-template-columns: 1fr;
  }

  .ls-diff__benefit:nth-child(2n) {
    border-left: 0;
  }

  .ls-diff__benefit + .ls-diff__benefit {
    border-top: 1px solid var(--ls-navy-soft, #e8eef6);
  }

  .ls-diff__benefit + .ls-diff__benefit::after,
  .ls-diff__benefit:nth-child(2n)::after {
    display: none;
  }

  .ls-diff__node {
    width: 72px;
    min-height: 64px;
    padding: 6px 4px;
  }

  .ls-diff__node em {
    font-size: 0.56rem;
  }

  .ls-diff__node--h6,
  .ls-diff__node--h7,
  .ls-diff__node--m8,
  .ls-diff__node--h1 {
    width: 96px;
  }

  .ls-diff__hub {
    width: 120px;
    height: 48px;
  }
}

/* ---- Pricing tabs ---- */
.ls-pricing__support {
  margin: 12px auto 0;
  max-width: 40rem;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-pricing__tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: center;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 28px;
  padding: 4px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  background: var(--ls-navy-soft);
  border: 1px solid var(--ls-border);
  border-radius: 999px;
}

.ls-pricing__tab {
  flex: 0 0 auto;
  appearance: none;
  border: 0;
  margin: 0;
  padding: 8px 14px;
  border-radius: 999px;
  background: transparent;
  color: var(--ls-navy);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.2s ease;
}

.ls-pricing__tab:hover {
  background: rgba(255, 255, 255, 0.7);
}

.ls-pricing__tab.is-active {
  background: var(--ls-navy);
  color: #fff;
  box-shadow: 0 6px 14px rgba(0, 59, 120, 0.18);
}

.ls-pricing__tab:active {
  transform: translateY(1px);
}

.ls-pricing__panel {
  animation: ls-pricing-fade 0.35s ease;
}

@keyframes ls-pricing-fade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ls-pricing__panel {
    animation: none;
  }
}

.ls-price-ins,
.ls-price-chk {
  position: relative;
  padding: 40px 32px 28px;
  background:
    radial-gradient(circle at 92% 8%, rgba(15, 167, 160, 0.08), transparent 28%),
    radial-gradient(circle at 6% 88%, rgba(0, 59, 120, 0.06), transparent 32%),
    #fff;
  border: 1px solid var(--ls-border);
  border-radius: 24px;
  box-shadow: 0 14px 36px rgba(0, 59, 120, 0.06);
  overflow: hidden;
  isolation: isolate;
}

.ls-price-ins__decor,
.ls-price-chk__decor {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image: radial-gradient(circle, rgba(0, 69, 124, 0.14) 1px, transparent 1.5px);
  background-size: 18px 18px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
}

.ls-price-ins > *:not(.ls-price-ins__decor),
.ls-price-chk > *:not(.ls-price-chk__decor) {
  position: relative;
  z-index: 1;
}

.ls-price-ins__head,
.ls-price-chk__copy {
  margin-bottom: 28px;
}

.ls-price-ins__title,
.ls-price-chk__title {
  margin: 0 0 8px;
  font-size: var(--ls-section-title);
  line-height: 1.18;
  letter-spacing: -0.025em;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--ls-navy);
}

.ls-price-ins__subtitle,
.ls-price-chk__subtitle {
  margin: 0 0 12px;
  max-width: 52ch;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--ls-navy-mid);
}

.ls-price-chk__subtitle {
  max-width: none;
}

.ls-price-chk__subtitle strong {
  color: var(--ls-navy);
}

.ls-price-ins__rule,
.ls-price-chk__rule {
  display: block;
  width: 72px;
  height: 4px;
  border-radius: 999px;
  background: var(--ls-teal);
}

.ls-price-ins__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}

.ls-price-ins__card {
  --ls-tone: var(--ls-navy);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 22px 22px 20px;
  border-radius: 16px;
  border: 1px solid var(--ls-border);
  border-top: 3px solid var(--ls-tone);
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 59, 120, 0.06);
}

.ls-price-ins__card--teal {
  --ls-tone: var(--ls-teal);
}

.ls-price-ins__card--blue {
  --ls-tone: var(--ls-navy);
}

.ls-price-ins__card--navy {
  --ls-tone: var(--ls-navy-deep);
}

.ls-price-ins__card-head {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.ls-price-ins__icon {
  flex: 0 0 auto;
  margin-top: 3px;
  color: var(--ls-tone);
  font-size: 1.15rem;
  line-height: 1;
}

.ls-price-ins__name {
  margin: 0 0 3px;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.25;
  color: var(--ls-navy);
}

.ls-price-ins__badge {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.35;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-price-ins__list {
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  flex: 1 1 auto;
}

.ls-price-ins__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0 0 10px;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-price-ins__list li:last-child {
  margin-bottom: 0;
}

.ls-price-ins__list i {
  margin-top: 4px;
  flex: 0 0 auto;
  color: var(--ls-tone);
  font-size: 0.82rem;
}

.ls-price-ins__price {
  margin: auto 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--ls-border);
}

.ls-price-ins__price-label {
  display: block;
  margin-bottom: 2px;
  font-size: 0.78rem;
  line-height: 1.3;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-price-ins__price-amount {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--ls-navy);
}

.ls-price-ins__price-unit {
  font-size: 0.82rem;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-price-ins__note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 0;
  padding: 14px 18px;
  border-radius: 14px;
  background: var(--ls-navy-soft);
  color: var(--ls-navy);
  font-size: 0.9rem;
  line-height: 1.55;
}

.ls-price-ins__note i {
  margin-top: 3px;
  flex: 0 0 auto;
  color: var(--ls-navy-mid);
  font-size: 1.05rem;
}

.ls-price-chk__head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.ls-price-chk__copy {
  flex: 1 1 auto;
  min-width: 0;
}

.ls-price-chk__photo {
  position: relative;
  flex: 0 0 auto;
  width: 220px;
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--ls-border);
  box-shadow: 0 12px 26px rgba(0, 59, 120, 0.12);
  background:
    radial-gradient(circle at 70% 20%, rgba(15, 167, 160, 0.12), transparent 45%),
    linear-gradient(160deg, #eef5fb 0%, #e4eef8 100%);
}

.ls-price-chk__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.ls-price-chk__ekg {
  display: none;
}

.ls-price-chk__layers {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr);
  gap: 10px;
  margin-bottom: 22px;
}

.ls-price-chk__layer-wrap {
  display: contents;
}

.ls-price-chk__layer {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  min-height: 100%;
  margin: 0;
  padding: 16px 14px;
  border-radius: 14px;
  background: #f4f7fb;
  border: 1px solid transparent;
  color: #fff;
}

.ls-price-chk__layer--teal {
  background: var(--ls-teal);
}

.ls-price-chk__layer--blue {
  background: var(--ls-navy-mid);
}

.ls-price-chk__layer--navy {
  background: var(--ls-navy-deep);
}

.ls-price-chk__layer-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
}

.ls-price-chk__layer-name {
  margin: 0 0 4px;
  font-size: 0.95rem;
  font-weight: 700;
}

.ls-price-chk__layer p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.45;
}

/* Beat body.help-desk p / heading color so text stays readable on filled layers */
body.help-desk .ls-price-chk__layer :is(.ls-price-chk__layer-name, p, strong, i, span),
.ls-price-chk__layer :is(.ls-price-chk__layer-name, p, strong, i, span) {
  color: #fff !important;
}

.ls-price-chk__layer-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  justify-self: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--ls-teal);
  color: #fff;
  font-size: 0.72rem;
  box-shadow: 0 6px 14px rgba(15, 167, 160, 0.28);
}

.ls-price-chk__plans {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr);
  gap: 10px;
  margin-bottom: 22px;
  align-items: stretch;
}

.ls-price-chk__plan-wrap {
  display: contents;
}

.ls-price-chk__plan {
  margin: 0;
  min-height: 100%;
  padding: 0 0 16px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--ls-border);
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 59, 120, 0.06);
}

.ls-price-chk__plan-name {
  margin: 0 0 12px;
  padding: 12px 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.ls-price-chk__plan--teal .ls-price-chk__plan-name {
  background: var(--ls-teal);
}

.ls-price-chk__plan--blue .ls-price-chk__plan-name {
  background: var(--ls-navy-mid);
}

.ls-price-chk__plan--navy .ls-price-chk__plan-name {
  background: var(--ls-navy-deep);
}

.ls-price-chk__plan-price {
  margin: 0 16px 12px;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--ls-navy);
}

.ls-price-chk__plan-price strong {
  font-weight: 800;
}

.ls-price-chk__plan-list {
  margin: 0;
  padding: 0 16px;
}

.ls-price-chk__plan-list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 0 0 8px;
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-price-chk__plan-list i {
  margin-top: 3px;
  flex: 0 0 auto;
  color: var(--ls-teal);
  font-size: 0.78rem;
}

.ls-price-chk__plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  justify-self: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--ls-navy);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 8px 16px rgba(0, 59, 120, 0.22);
}

.ls-price-chk__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 14px;
  margin-bottom: 14px;
}

.ls-price-chk__example {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  margin: 0;
  padding: 20px 22px;
  border-radius: 14px;
  background: linear-gradient(180deg, #f7fafd 0%, #edf3fa 100%);
}

.ls-price-chk__example-head {
  display: flex;
  gap: 10px;
  align-items: center;
}

.ls-price-chk__example-icon {
  flex: 0 0 auto;
  color: var(--ls-teal);
  font-size: 1.05rem;
  line-height: 1;
}

.ls-price-chk__example-title {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--ls-navy);
  line-height: 1.3;
}

.ls-price-chk__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
}

.ls-price-chk__stats li {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0;
  padding: 0 18px;
  min-width: 0;
}

.ls-price-chk__stats li:first-child {
  padding-inline-start: 0;
}

.ls-price-chk__stats li:last-child {
  padding-inline-end: 0;
}

.ls-price-chk__stats li + li {
  border-inline-start: 1px solid var(--ls-border);
}

.ls-price-chk__stats strong {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--ls-navy);
}

.ls-price-chk__stats span {
  font-size: 0.72rem;
  line-height: 1.35;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-price-chk__banner {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0;
  padding: 20px 22px;
  border-radius: 14px;
  background: linear-gradient(135deg, #5b8fc7 0%, #4a7eb8 100%);
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.35;
}

.ls-price-chk__banner i {
  color: #fff;
  font-size: 1.25rem;
}

.ls-price-chk__banner span {
  color: #fff;
}

.ls-price-chk__note {
  margin: 0;
  font-size: 0.86rem;
  font-style: italic;
  line-height: 1.5;
  color: var(--ls-text-muted, #5a6b7f);
}

@media (max-width: 991px) {
  .ls-price-ins__grid,
  .ls-price-chk__layers,
  .ls-price-chk__plans,
  .ls-price-chk__bottom {
    grid-template-columns: 1fr;
  }

  .ls-price-chk__layer-arrow,
  .ls-price-chk__plus {
    display: none;
  }

  .ls-price-chk__head {
    flex-direction: column;
  }

  .ls-price-chk__photo {
    width: min(100%, 280px);
  }
}

@media (max-width: 575px) {
  .ls-pricing__tabs {
    justify-content: flex-start;
    border-radius: 18px;
  }

  .ls-price-ins,
  .ls-price-chk {
    padding: 24px 16px 18px;
  }

  .ls-price-chk__stats {
    grid-template-columns: 1fr;
  }

  .ls-price-chk__stats li {
    padding: 10px 0 0;
  }

  .ls-price-chk__stats li + li {
    border-inline-start: 0;
    border-top: 1px solid var(--ls-border);
  }

  .ls-price-chk__stats li:first-child {
    padding-top: 0;
  }
}

/* ---- Checkup page sections ---- */

/* Shared left-aligned section header. Each section below then diverges into a
   different layout family so the page does not read as one repeated template. */
.ls-chk-problem__head,
.ls-chk-inputs__head,
.ls-chk-roles__head,
.ls-chk-year__head,
.ls-chk-fees__head,
.ls-budget__head {
  max-width: 62ch;
  margin-bottom: 36px;
}

.ls-chk-problem__title,
.ls-chk-approach__title,
.ls-chk-inputs__title,
.ls-chk-roles__title,
.ls-chk-year__title,
.ls-chk-fees__title,
.ls-chk-net__title,
.ls-budget__title {
  margin: 0 0 14px;
  font-size: var(--ls-section-title);
  line-height: 1.18;
  letter-spacing: -0.025em;
  font-weight: 700;
  color: var(--ls-navy);
}

.ls-chk-problem__lead,
.ls-chk-approach__lead,
.ls-chk-inputs__lead,
.ls-chk-roles__lead,
.ls-chk-year__lead,
.ls-chk-fees__lead,
.ls-budget__disclaimer {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ls-text-muted, #5a6b7f);
}

/* --- Problem: numbered ledger, then a navy band for the traditional approach --- */
.ls-chk-problem__ledger {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 52px;
  margin: 0 0 60px;
  padding: 0;
}

.ls-chk-problem__ledger li {
  padding-top: 18px;
  border-top: 1px solid var(--ls-border);
}

.ls-chk-problem__num {
  display: block;
  margin-bottom: 12px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: rgba(0, 59, 120, 0.18);
}

.ls-chk-problem__ledger h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
  line-height: 1.35;
  font-weight: 700;
  color: var(--ls-navy);
}

.ls-chk-problem__ledger p {
  max-width: 46ch;
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-chk-problem__trad {
  padding: 42px 44px 46px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--ls-navy) 0%, var(--ls-navy-mid) 100%);
}

.ls-chk-problem__trad-head {
  max-width: 58ch;
  margin-bottom: 34px;
}

.ls-chk-problem__trad-head h3 {
  margin: 0 0 10px;
  font-size: clamp(1.3rem, 1.8vw, 1.6rem);
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
}

.ls-chk-problem__trad-head p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--ls-text-on-navy);
}

.ls-chk-problem__trad-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin: 0;
  padding: 0;
}

.ls-chk-problem__trad-list li {
  padding-top: 16px;
  border-top: 2px solid var(--ls-teal);
}

.ls-chk-problem__trad-list h4 {
  margin: 0 0 8px;
  font-size: 0.98rem;
  line-height: 1.35;
  font-weight: 700;
  color: #fff;
}

.ls-chk-problem__trad-list p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--ls-text-on-navy);
}

/* Force readable type on this dark band: `body.help-desk p` outranks the
   class-only rules above, so paragraphs render navy-on-navy without this. */
body.help-desk .ls-chk-problem__trad,
body.help-desk .ls-chk-problem__trad :is(h3, h4, p) {
  color: var(--ls-text-on-navy);
}

/* --- Approach: content left, photograph right --- */
.ls-chk-approach__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: 56px;
  align-items: start;
}

.ls-chk-approach__lead {
  margin-bottom: 30px;
}

.ls-chk-approach__list {
  margin: 0;
  padding: 0;
}

.ls-chk-approach__list li {
  padding: 20px 0;
  border-bottom: 1px solid var(--ls-border);
}

.ls-chk-approach__list li:first-child {
  padding-top: 0;
}

.ls-chk-approach__list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.ls-chk-approach__list h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
  line-height: 1.35;
  font-weight: 700;
  color: var(--ls-navy);
}

.ls-chk-approach__list p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-chk-approach__media {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  background: var(--ls-navy-soft);
}

.ls-chk-approach__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* --- Design inputs: a manifest of short labels, so pills rather than a list --- */
.ls-chk-inputs__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.ls-chk-inputs__wrap li {
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--ls-navy-soft);
  color: var(--ls-navy);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.3;
}

/* --- Roles: an operational pipeline, so a spine rather than a card grid --- */
.ls-chk-roles__rail {
  position: relative;
  margin: 0;
  padding: 0 0 0 76px;
}

.ls-chk-roles__rail::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 14px;
  bottom: 14px;
  width: 2px;
  background: var(--ls-border);
}

.ls-chk-roles__rail li {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 10px 36px;
  padding: 22px 0;
}

.ls-chk-roles__rail li + li {
  border-top: 1px solid var(--ls-border);
}

.ls-chk-roles__marker {
  position: absolute;
  left: -76px;
  top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid rgba(15, 167, 160, 0.45);
  background: #fff;
  color: var(--ls-navy);
  font-size: 0.9rem;
  font-weight: 700;
}

.ls-chk-roles__rail h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 700;
  color: var(--ls-navy);
}

.ls-chk-roles__rail p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--ls-text-muted, #5a6b7f);
}

/* --- Year 1 to year 2 --- */
.ls-chk-year {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.ls-chk-year__phase {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 28px 26px;
  border-radius: 18px;
  border: 1px solid var(--ls-border);
  background: #fff;
}

.ls-chk-year__phase--1 {
  border-color: rgba(0, 59, 120, 0.2);
  background: linear-gradient(180deg, #eef3f9 0%, #fff 100%);
}

.ls-chk-year__phase--2 {
  border-color: rgba(15, 167, 160, 0.28);
  background: linear-gradient(180deg, #eef8f7 0%, #fff 100%);
}

.ls-chk-year__phase h3 {
  margin: 0 0 18px;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ls-navy);
}

.ls-chk-year__phase ul {
  margin: 0;
  padding: 0;
}

.ls-chk-year__phase li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0 0 12px;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-chk-year__phase li i {
  margin-top: 4px;
  color: var(--ls-teal);
}

.ls-chk-year__savings {
  margin: auto 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 167, 160, 0.28);
  font-size: 0.98rem;
  line-height: 1.55;
  font-weight: 600;
  color: var(--ls-navy);
}

.ls-chk-year__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--ls-teal);
  color: #fff;
}

/* --- Fee models --- */
.ls-chk-fees {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ls-chk-fees__card {
  margin: 0;
  padding: 30px 28px 26px;
  border-radius: 18px;
  border: 1px solid var(--ls-border);
  background: #fff;
}

.ls-chk-fees__card--solid {
  border-color: rgba(0, 59, 120, 0.22);
  background: linear-gradient(180deg, #eef3f9 0%, #fff 55%);
}

.ls-chk-fees__card--soft {
  border-color: rgba(15, 167, 160, 0.25);
  background: linear-gradient(180deg, #f3fbfa 0%, #fff 55%);
}

.ls-chk-fees__badge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--ls-navy-soft);
  color: var(--ls-navy);
  font-size: 0.78rem;
  font-weight: 700;
}

.ls-chk-fees__name {
  margin: 0 0 18px;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ls-navy);
}

.ls-chk-fees__card ul {
  margin: 0;
  padding: 0;
}

.ls-chk-fees__card li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0 0 10px;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-chk-fees__card li i {
  margin-top: 4px;
  color: var(--ls-teal);
}

.ls-chk-fees__note {
  max-width: 62ch;
  margin: 26px 0 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--ls-text-muted, #5a6b7f);
}

/* --- Partner network --- */
.ls-chk-net__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
  margin-bottom: 52px;
}

.ls-chk-net__media {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  background: var(--ls-navy-soft);
}

.ls-chk-net__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ls-chk-net__regions {
  margin: 0 0 26px;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--ls-navy);
}

.ls-chk-net__points {
  margin: 0;
  padding: 0;
}

.ls-chk-net__points li {
  padding: 18px 0;
  border-top: 1px solid var(--ls-border);
}

.ls-chk-net__points h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
  line-height: 1.35;
  font-weight: 700;
  color: var(--ls-navy);
}

.ls-chk-net__points p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.6;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-chk-net__partners {
  padding-top: 34px;
  border-top: 1px solid var(--ls-border);
}

.ls-chk-net__partners-title {
  margin: 0 0 24px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ls-navy);
}

.ls-chk-net__partners-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 24px;
  margin: 0;
  padding: 0;
}

.ls-chk-net__partners-list li {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ls-navy);
}

.ls-chk-net__note {
  max-width: 68ch;
  margin: 30px 0 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--ls-text-muted, #5a6b7f);
}

/*
 * --- Budget example ---
 * Every block in the section starts at the container's left edge and prose
 * shares one measure, so the column of content has a single straight edge on
 * both sides instead of four different widths.
 */
.ls-budget {
  --ls-budget-measure: 62ch;
}

.ls-budget__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 0;
  padding: 0;
}

.ls-budget__stats li {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 18px 0 0;
  border-top: 2px solid var(--ls-teal);
}

.ls-budget__stats strong {
  font-size: clamp(1.45rem, 2vw, 1.8rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--ls-navy);
}

.ls-budget__stats span {
  font-size: 0.85rem;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-budget__insight {
  max-width: var(--ls-budget-measure);
  margin: 32px 0 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ls-navy);
}

.ls-budget__note {
  max-width: var(--ls-budget-measure);
  margin: 12px 0 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--ls-text-muted, #5a6b7f);
}

/* Same teal rule as the stat strip, on top rather than on the side, so the
   callout keeps the section's left edge instead of indenting past it. */
.ls-budget__takeaway {
  max-width: var(--ls-budget-measure);
  margin-top: 48px;
  padding-top: 20px;
  border-top: 2px solid var(--ls-teal);
}

.ls-budget__takeaway h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 700;
  color: var(--ls-navy);
}

.ls-budget__takeaway-lead {
  margin: 0 0 10px;
  font-size: 1.02rem;
  line-height: 1.6;
  font-weight: 600;
  color: var(--ls-navy);
}

.ls-budget__takeaway-insight {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--ls-text-muted, #5a6b7f);
}

/* --- Health profile: two input/output columns, no decorative bullets --- */
.ls-health-profile__head {
  max-width: 62ch;
  margin-bottom: 36px;
}

.ls-health-profile__title {
  margin: 0 0 14px;
  font-size: var(--ls-section-title);
  line-height: 1.18;
  letter-spacing: -0.025em;
  font-weight: 700;
  color: var(--ls-navy);
}

.ls-health-profile__lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-health-profile__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px;
}

.ls-health-profile__sub {
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--ls-teal);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ls-navy);
}

.ls-health-profile__list {
  margin: 0;
  padding: 0;
}

.ls-health-profile__list li {
  padding: 12px 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-health-profile__list li + li {
  border-top: 1px solid var(--ls-border);
}

.ls-health-profile__note {
  max-width: 68ch;
  margin: 32px 0 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--ls-text-muted, #5a6b7f);
}

@media (max-width: 1199px) {
  .ls-chk-problem__trad-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ls-chk-approach__grid,
  .ls-chk-net__grid {
    gap: 40px;
  }
}

@media (max-width: 991px) {
  .ls-chk-approach__grid,
  .ls-chk-net__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ls-chk-net__media {
    order: -1;
  }

  .ls-chk-year {
    grid-template-columns: 1fr;
  }

  .ls-chk-year__arrow {
    margin: 0 auto;
    transform: rotate(90deg);
  }

  .ls-chk-fees,
  .ls-health-profile__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ls-chk-net__partners-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ls-chk-roles__rail li {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 767px) {
  .ls-chk-problem__ledger {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .ls-chk-problem__trad {
    padding: 30px 24px 32px;
  }

  .ls-chk-problem__trad-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ls-chk-roles__rail {
    padding-left: 58px;
  }

  .ls-chk-roles__rail::before {
    left: 17px;
  }

  .ls-chk-roles__marker {
    left: -58px;
    width: 36px;
    height: 36px;
    font-size: 0.8rem;
  }

  .ls-budget__stats {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ls-chk-net__partners-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ---- Checkup page redesign (storyline) ---- */
.ls-checkup-hero--text .ls-checkup-hero__copy {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: clamp(148px, calc(8vh + 100px), 196px);
  padding-bottom: 40px;
  text-align: center;
}

.ls-checkup-hero--text .ls-checkup-hero__copy .sec-title {
  margin-left: auto;
  margin-right: auto;
  max-width: none;
}

.ls-checkup-hero--text .ls-checkup-hero__copy .title,
.ls-checkup-hero.ls-checkup-hero--text .xb-hero-content .title {
  max-width: min(100%, 22em) !important;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  white-space: normal !important;
  font-size: clamp(2.15rem, 4.2vw, 3.75rem) !important;
  line-height: 1.18 !important;
  letter-spacing: -0.03em;
  text-transform: none;
  color: var(--ls-navy, #003b78);
}

.ls-checkup-hero--text .ls-checkup-hero__copy .title .ls-hero-accent,
.ls-checkup-hero.ls-checkup-hero--text .xb-hero-content .title .ls-hero-accent {
  color: var(--ls-teal, #0fa7a0);
}

.ls-checkup-hero--text .ls-claims-hero__support {
  max-width: 40rem;
  margin: 16px auto 0;
  padding-right: 0 !important;
  text-align: center;
}

.ls-checkup-hero--text .ls-claims-hero__actions {
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  justify-content: center;
  width: 100%;
  margin: 28px auto 0;
  text-align: center;
}

.ls-checkup-hero--text .ls-claims-hero__actions .thm-btn,
.ls-checkup-hero--text .ls-claims-hero__actions .desk-btn,
.ls-checkup-hero--text .ls-claims-hero__actions .scrollspy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 100%;
}

.ls-chk-bridge__head,
.ls-chk-layers__head,
.ls-chk-timeline__head,
.ls-chk-flex__head,
.ls-chk-scale__head {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

.ls-chk-bridge__title,
.ls-chk-layers__title,
.ls-chk-timeline__title,
.ls-chk-flex__title,
.ls-chk-scale__title,
.ls-chk-costnet__title {
  margin: 0 0 12px;
  font-size: var(--ls-section-title);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.025em;
  color: var(--ls-navy, #003b78);
}

.ls-chk-bridge__lead,
.ls-chk-layers__lead,
.ls-chk-timeline__lead,
.ls-chk-flex__lead,
.ls-chk-scale__lead,
.ls-chk-costnet__lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-chk-bridge__flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1.15fr) auto minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}

.ls-chk-bridge__col {
  margin: 0;
  padding: 28px 24px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(0, 59, 120, 0.08);
  box-shadow: 0 10px 28px rgba(0, 42, 86, 0.06);
}

.ls-chk-bridge__col--hub {
  background: linear-gradient(
    180deg,
    var(--ls-navy-mid, #00457c) 0%,
    var(--ls-navy-deep, #002a56) 100%
  );
  border: none;
  color: #fff;
  box-shadow: 0 16px 36px rgba(0, 42, 86, 0.22);
}

.ls-chk-bridge__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: var(--ls-navy-soft, #e8eef6);
  color: var(--ls-navy, #003b78);
  font-size: 1.1rem;
}

.ls-chk-bridge__col--hub .ls-chk-bridge__icon {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.ls-chk-bridge__col h3 {
  margin: 0 0 14px;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ls-navy, #003b78);
}

.ls-chk-bridge__col--hub h3 {
  color: #fff;
}

.ls-chk-bridge__col ul {
  margin: 0;
  padding: 0;
}

.ls-chk-bridge__col li {
  margin: 0 0 10px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-chk-bridge__col--hub li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.92);
}

.ls-chk-bridge__col--hub li i {
  margin-top: 4px;
  color: var(--ls-teal, #0fa7a0);
  font-size: 0.75rem;
}

.ls-chk-bridge__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ls-teal, #0fa7a0);
  font-size: 1.15rem;
  align-self: center;
}

/* ---- Checkup structure: SVG trapezoid pyramid ---- */
.ls-chk-pyramid {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 24px 24px 32px;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.ls-chk-pyramid__title-wrap {
  text-align: center;
  margin-bottom: 32px;
}

.ls-chk-pyramid__title {
  margin: 0;
  font-size: var(--ls-section-title);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.18;
  color: var(--ls-navy);
  text-transform: none;
}

.ls-chk-pyramid__tiers {
  width: 100%;
  max-width: 840px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.ls-chk-pyramid__tier {
  position: relative;
  filter: drop-shadow(0 4px 6px rgba(15, 23, 42, 0.12));
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), filter 0.25s ease;
}

.ls-chk-pyramid__tier:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 4px 6px rgba(15, 23, 42, 0.12)) brightness(1.03);
}

.ls-chk-pyramid__tier--advanced {
  width: 62%;
  aspect-ratio: 500 / 135;
}

.ls-chk-pyramid__tier--care {
  width: 82%;
  aspect-ratio: 660 / 210;
}

.ls-chk-pyramid__tier--foundation {
  width: 100%;
  aspect-ratio: 800 / 185;
}

.ls-chk-pyramid__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.ls-chk-pyramid__content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}

.ls-chk-pyramid__content--advanced {
  padding: 10px 48px;
}

.ls-chk-pyramid__content--care {
  padding: 12px 48px;
}

.ls-chk-pyramid__content--foundation {
  padding: 14px 48px;
}

.ls-chk-pyramid__badge {
  display: inline-block;
  margin-bottom: 6px;
  padding: 2px 14px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.ls-chk-pyramid__content--care .ls-chk-pyramid__badge,
.ls-chk-pyramid__content--foundation .ls-chk-pyramid__badge {
  margin-bottom: 10px;
}

.ls-chk-pyramid__list {
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
}

.ls-chk-pyramid__grid {
  width: 100%;
  max-width: 36rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 24px;
}

.ls-chk-pyramid__row {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
}

.ls-chk-pyramid__row--center {
  justify-content: center;
  text-align: center;
  max-width: 300px;
  width: auto;
}

.ls-chk-pyramid__row--center span:last-child {
  text-align: center;
}

.ls-chk-pyramid__list .ls-chk-pyramid__row {
  justify-content: flex-start;
  align-items: flex-start;
}

.ls-chk-pyramid__list .ls-chk-pyramid__row > span:last-child {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.ls-chk-pyramid__list .ls-chk-pyramid__ico {
  margin-top: 0.1em;
}

.ls-chk-pyramid__ico {
  flex: none;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.ls-chk-pyramid__ico i {
  display: block;
  line-height: 1;
  width: 1em;
  text-align: center;
}

.ls-chk-pyramid__note {
  width: 100%;
  max-width: 840px;
  margin-top: 24px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #edf3fc;
  border: 1px solid rgba(191, 219, 254, 0.8);
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
  box-sizing: border-box;
}

.ls-chk-pyramid__note-ico {
  flex: none;
  width: 32px;
  height: 32px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 203, 165, 0.15);
  color: #009e82;
  font-size: 0.85rem;
}

.ls-chk-pyramid__note-text {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #334155;
  text-align: center;
}

@media (min-width: 640px) {
  .ls-chk-pyramid {
    padding: 40px;
  }

  .ls-chk-pyramid__title-wrap {
    margin-bottom: 40px;
  }

  .ls-chk-pyramid__tier--advanced {
    width: 60%;
  }

  .ls-chk-pyramid__tier--care {
    width: 80%;
  }

  .ls-chk-pyramid__badge {
    font-size: 11px;
  }

  .ls-chk-pyramid__content--advanced {
    padding: 12px 64px;
  }

  .ls-chk-pyramid__content--care,
  .ls-chk-pyramid__content--foundation {
    padding: 16px 80px;
  }

  .ls-chk-pyramid__row {
    font-size: 0.875rem;
  }

  .ls-chk-pyramid__ico {
    width: 28px;
    height: 28px;
    font-size: 0.75rem;
  }

  .ls-chk-pyramid__note {
    padding: 16px;
  }

  .ls-chk-pyramid__note-text {
    font-size: 0.875rem;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .ls-chk-pyramid__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .ls-chk-pyramid__content--advanced,
  .ls-chk-pyramid__content--care,
  .ls-chk-pyramid__content--foundation {
    padding-left: 28px;
    padding-right: 28px;
  }

  .ls-chk-pyramid__row--center {
    max-width: 260px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ls-chk-pyramid__tier,
  .ls-chk-pyramid__tier:hover {
    transition: none;
    transform: none;
  }
}

.ls-chk-yearopt__head {
  max-width: 720px;
  margin: 0 auto 36px;
  text-align: center;
}

.ls-chk-yearopt__title {
  margin: 0;
  font-size: var(--ls-section-title);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.025em;
  color: var(--ls-navy, #003b78);
}

/* ---- Year optimize band ---- */
.ls-chk-yearopt__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) minmax(220px, 0.85fr);
  gap: 16px;
  align-items: stretch;
}

.ls-chk-yearopt__card {
  margin: 0;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(0, 59, 120, 0.08);
  box-shadow: 0 12px 28px rgba(0, 42, 86, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ls-chk-yearopt__card-head {
  padding: 16px 20px 14px;
  color: #fff;
}

.ls-chk-yearopt__card--y1 .ls-chk-yearopt__card-head {
  background: linear-gradient(135deg, #003b78 0%, #0a4f96 100%);
}

.ls-chk-yearopt__card--y2 .ls-chk-yearopt__card-head {
  background: linear-gradient(135deg, #0fa7a0 0%, #12c4b8 100%);
}

.ls-chk-yearopt__card-head h3 {
  margin: 0 0 4px;
  font-size: 1.2rem;
  font-weight: 800;
  color: #fff;
}

.ls-chk-yearopt__card-head p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.45;
  opacity: 0.92;
  color: #fff;
}

/* Beat body.help-desk p / heading navy on filled year headers */
body.help-desk .ls-chk-yearopt__card-head :is(h3, p),
.ls-chk-yearopt__card-head :is(h3, p) {
  color: #fff;
}

.ls-chk-yearopt__list {
  margin: 0;
  padding: 18px 20px 20px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ls-chk-yearopt__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--ls-text, #243447);
}

.ls-chk-yearopt__num {
  flex: none;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 800;
  background: var(--ls-navy-soft, #e8eef6);
  color: var(--ls-navy, #003b78);
}

.ls-chk-yearopt__card--y2 .ls-chk-yearopt__num {
  background: var(--ls-teal-soft, #e6f7f6);
  color: var(--ls-teal-dark, #0b7f79);
}

.ls-chk-yearopt__arrow {
  align-self: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ls-navy, #003b78);
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 8px 18px rgba(0, 59, 120, 0.22);
}

.ls-chk-yearopt__savings {
  margin: 0;
  padding: 22px 20px;
  border-radius: 18px;
  background: linear-gradient(160deg, #f3fbfa 0%, #e8f7f5 100%);
  border: 1px solid rgba(15, 167, 160, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.ls-chk-yearopt__savings-ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--ls-teal, #0fa7a0);
  font-size: 1.15rem;
  box-shadow: 0 6px 14px rgba(15, 167, 160, 0.16);
}

.ls-chk-yearopt__savings-lead {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-chk-yearopt__savings-hl {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--ls-navy, #003b78);
}

.ls-chk-yearopt__footer {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 22px 0 0;
  padding: 16px 22px;
  border-radius: 14px;
  background: #eef5ff;
  border: 1px solid rgba(0, 59, 120, 0.08);
  color: var(--ls-navy, #003b78);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.5;
}

.ls-chk-yearopt__footer-icos {
  flex: none;
  display: inline-flex;
  gap: 8px;
  color: var(--ls-teal, #0fa7a0);
  font-size: 1.05rem;
}

@media (max-width: 991px) {
  .ls-chk-yearopt__row {
    grid-template-columns: 1fr;
  }

  .ls-chk-yearopt__arrow {
    transform: rotate(90deg);
    justify-self: center;
  }
}

@media (max-width: 767px) {
  .ls-chk-yearopt__list li {
    font-size: 0.88rem;
  }

  .ls-chk-yearopt__footer {
    align-items: flex-start;
  }
}

.ls-chk-layers__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.ls-chk-layers__unit {
  position: relative;
  display: flex;
  align-items: stretch;
  min-width: 0;
}

.ls-chk-layers__plus {
  position: absolute;
  left: -10px;
  top: 50%;
  z-index: 2;
  display: none;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(0, 59, 120, 0.12);
  color: var(--ls-navy, #003b78);
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0, 42, 86, 0.08);
}

.ls-chk-layers__unit:not(:first-child) .ls-chk-layers__plus {
  display: inline-flex;
}

.ls-chk-layers__card {
  width: 100%;
  margin: 0;
  padding: 28px 24px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(0, 59, 120, 0.08);
  box-shadow: 0 10px 28px rgba(0, 42, 86, 0.06);
}

.ls-chk-layers__card--foundation {
  border-top: 4px solid var(--ls-navy, #003b78);
}

.ls-chk-layers__card--care {
  border-top: 4px solid var(--ls-teal, #0fa7a0);
}

.ls-chk-layers__card--advanced {
  border-top: 4px solid #e07a3d;
}

.ls-chk-layers__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: var(--ls-navy-soft, #e8eef6);
  color: var(--ls-navy, #003b78);
  font-size: 1.05rem;
}

.ls-chk-layers__card--care .ls-chk-layers__icon {
  background: rgba(15, 167, 160, 0.12);
  color: var(--ls-teal, #0fa7a0);
}

.ls-chk-layers__card--advanced .ls-chk-layers__icon {
  background: rgba(224, 122, 61, 0.12);
  color: #e07a3d;
}

.ls-chk-layers__card h3 {
  margin: 0 0 6px;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--ls-navy, #003b78);
}

.ls-chk-layers__card--care h3 {
  color: var(--ls-teal, #0fa7a0);
}

.ls-chk-layers__card--advanced h3 {
  color: #c9652a;
}

.ls-chk-layers__scope {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-chk-layers__card ul {
  margin: 0;
  padding: 0;
}

.ls-chk-layers__card li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0 0 10px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-chk-layers__card li i {
  margin-top: 4px;
  color: var(--ls-teal, #0fa7a0);
  font-size: 0.75rem;
}

.ls-chk-timeline__track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  position: relative;
  margin: 0;
  padding: 0;
}

.ls-chk-timeline__track::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 8%;
  right: 8%;
  height: 0;
  border-top: 2px dashed rgba(15, 167, 160, 0.45);
  pointer-events: none;
}

.ls-chk-timeline__track li {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 4px;
}

.ls-chk-timeline__num {
  display: block;
  margin-bottom: 8px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--ls-teal, #0fa7a0);
}

.ls-chk-timeline__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid rgba(15, 167, 160, 0.35);
  color: var(--ls-navy, #003b78);
  font-size: 1.15rem;
  box-shadow: 0 8px 20px rgba(0, 42, 86, 0.08);
}

.ls-chk-timeline__track h3 {
  margin: 0 0 8px;
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--ls-navy, #003b78);
}

.ls-chk-timeline__track p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-chk-flex__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ls-chk-flex__card {
  margin: 0;
  padding: 24px 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(0, 59, 120, 0.08);
}

.ls-chk-flex__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  border-radius: 10px;
  background: var(--ls-navy-soft, #e8eef6);
  color: var(--ls-navy, #003b78);
  font-size: 1rem;
}

.ls-chk-flex__card h3 {
  margin: 0 0 8px;
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--ls-navy, #003b78);
}

.ls-chk-flex__card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-chk-scale__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ls-chk-scale__card {
  margin: 0;
  padding: 28px 24px;
  border-radius: 20px;
  background: #F1F6FC;
  border: 1px solid rgba(0, 59, 120, 0.06);
}

.ls-chk-scale__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: #fff;
  color: var(--ls-navy, #003b78);
  font-size: 1.1rem;
  box-shadow: 0 6px 16px rgba(0, 59, 120, 0.08);
}

.ls-chk-scale__card h3 {
  margin: 0 0 14px;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--ls-navy, #003b78);
}

.ls-chk-scale__card ul {
  margin: 0;
  padding: 0;
}

.ls-chk-scale__card li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0 0 10px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-chk-scale__card li i {
  margin-top: 4px;
  color: var(--ls-teal, #0fa7a0);
  font-size: 0.75rem;
}

.ls-chk-costnet__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.ls-chk-costnet__cost,
.ls-chk-costnet__partners {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 32px 28px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(0, 59, 120, 0.08);
  box-shadow: 0 10px 28px rgba(0, 42, 86, 0.06);
}

.ls-chk-costnet__cost--solo {
  max-width: 720px;
  margin: 0 auto;
  height: auto;
}

/* ---- Checkup network band (map + partners) ---- */
.ls-chk-netband__head {
  max-width: 720px;
  margin: 0 0 36px;
}

.ls-chk-netband__title {
  margin: 0;
  font-size: var(--ls-section-title);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.025em;
  color: var(--ls-navy, #003b78);
}

.ls-chk-netband__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: stretch;
}

.ls-chk-netband__map-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 24px 32px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(0, 59, 120, 0.08);
  box-shadow: 0 10px 28px rgba(0, 42, 86, 0.06);
}

.ls-chk-netband__map-label {
  margin: 0 0 16px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ls-text-muted, #5a6b7f);
  text-align: center;
}

.ls-chk-netband__map {
  width: 100%;
  display: flex;
  justify-content: center;
}

.ls-chk-netband__map .ls-vn-map {
  max-width: 360px;
}

.ls-chk-netband__partners .ls-chk-costnet__title {
  font-size: clamp(1.15rem, 2vw, 1.4rem);
}

@media (max-width: 991px) {
  .ls-chk-netband__grid {
    grid-template-columns: 1fr;
  }
}

.ls-chk-costnet__cost .thm-btn,
.ls-chk-costnet__cost .desk-btn {
  margin-top: auto;
  align-self: flex-start;
}

.ls-chk-costnet__partners .ls-chk-costnet__note {
  margin-top: auto;
}

.ls-chk-costnet__factors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  margin: 20px 0 24px;
  padding: 0;
}

.ls-chk-costnet__factors li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.94rem;
  line-height: 1.45;
  color: var(--ls-navy, #003b78);
  font-weight: 600;
}

.ls-chk-costnet__factors li i {
  margin-top: 3px;
  color: var(--ls-teal, #0fa7a0);
  font-size: 0.78rem;
}

.ls-chk-costnet__logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0 16px;
  padding: 0;
}

.ls-chk-costnet__logos li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #F1F6FC;
  border: 1px solid rgba(0, 59, 120, 0.08);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--ls-navy, #003b78);
  text-align: center;
}

.ls-chk-costnet__note {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--ls-text-muted, #5a6b7f);
}

@media (max-width: 1199px) {
  .ls-chk-timeline__track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 12px;
  }

  .ls-chk-timeline__track::before {
    display: none;
  }

  .ls-chk-flex__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .ls-checkup-hero--text .ls-checkup-hero__copy {
    padding-top: clamp(100px, calc(6vh + 60px), 148px);
    padding-bottom: 28px;
  }

  .ls-checkup-hero--text .ls-checkup-hero__copy .title,
  .ls-checkup-hero.ls-checkup-hero--text .xb-hero-content .title {
    max-width: none !important;
    white-space: normal !important;
    font-size: clamp(1.55rem, 6.5vw, 2.25rem) !important;
  }

  .ls-chk-bridge__flow {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ls-chk-bridge__arrow {
    transform: rotate(90deg);
    justify-self: center;
  }

  .ls-chk-layers__row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ls-chk-layers__unit:not(:first-child) .ls-chk-layers__plus {
    left: 50%;
    top: -22px;
    margin-left: -14px;
    margin-top: 0;
  }

  .ls-chk-scale__grid,
  .ls-chk-costnet__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ls-chk-flex__grid,
  .ls-chk-timeline__track,
  .ls-chk-costnet__factors {
    grid-template-columns: 1fr;
  }

  /* Partner chips: keep 2 columns × 4 rows on mobile */
  .ls-chk-costnet__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ls-checkup-hero--text .ls-claims-hero__actions {
    width: 100%;
  }

  .ls-checkup-hero--text .ls-claims-hero__actions .thm-btn,
  .ls-checkup-hero--text .ls-claims-hero__actions .scrollspy-btn {
    width: auto;
    max-width: 100%;
    text-align: center;
  }
}

/* ---- Claims page appended blocks (flyer + mockup) ---- */
.ls-claims-quick__head,
.ls-claims-dual__head,
.ls-claims-check__head,
.ls-claims-journey__head,
.ls-claims-tech__head,
.ls-claims-case__head {
  max-width: 720px;
  margin: 0 auto 36px;
  text-align: center;
}

.ls-claims-dual__head,
.ls-claims-journey__head {
  max-width: min(100%, 960px);
}

.ls-claims-quick__title,
.ls-claims-dual__title,
.ls-claims-check__title,
.ls-claims-journey__title,
.ls-claims-tech__title,
.ls-claims-case__title {
  margin: 0 0 12px;
  font-size: var(--ls-section-title);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.025em;
  color: var(--ls-navy, #003b78);
}

@media (min-width: 768px) {
  .ls-claims-dual__title,
  .ls-claims-journey__title,
  .ls-claims-case__title {
    white-space: nowrap;
  }

  #nang-luc .sec-title--two .title {
    white-space: nowrap;
  }
}

.ls-claims-quick__intro,
.ls-claims-dual__intro,
.ls-claims-check__intro,
.ls-claims-journey__intro,
.ls-claims-tech__intro,
.ls-claims-case__intro {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-claims-tech__intro {
  white-space: normal;
}

.ls-claims-quick__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
}

.ls-claims-quick__card {
  display: block;
  height: 100%;
  padding: 24px 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(0, 59, 120, 0.08);
  box-shadow: 0 10px 24px rgba(0, 42, 86, 0.05);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ls-claims-quick__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 42, 86, 0.1);
}

.ls-claims-quick__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: var(--ls-navy-soft, #e8eef6);
  color: var(--ls-navy, #003b78);
  font-size: 1.05rem;
}

.ls-claims-quick__card h3 {
  margin: 0 0 8px;
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--ls-navy, #003b78);
}

.ls-claims-quick__card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-claims-dual__panel {
  margin: 0 0 20px;
  padding: 28px 24px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(0, 59, 120, 0.08);
}

.ls-claims-dual__track {
  margin: 0;
  padding: 0;
}

.ls-claims-dual__track + .ls-claims-dual__track {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(0, 59, 120, 0.1);
}

.ls-claims-dual__track-title {
  margin: 0 0 18px;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--ls-navy, #003b78);
}

.ls-claims-dual__steps {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
}

.ls-claims-dual__track:last-child .ls-claims-dual__steps {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ls-claims-dual__steps li {
  position: relative;
  text-align: center;
}

.ls-claims-dual__steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(0.72rem * 1.2 + 6px + 32px);
  right: 0;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid var(--ls-teal, #0fa7a0);
  opacity: 0.75;
  pointer-events: none;
  transform: translateX(50%) translateY(-50%);
  animation: ls-claims-dual-arrow 1.4s ease-in-out infinite;
}

@keyframes ls-claims-dual-arrow {
  0%,
  100% {
    transform: translateX(50%) translateY(-50%);
    opacity: 0.5;
  }
  50% {
    transform: translateX(calc(50% + 6px)) translateY(-50%);
    opacity: 0.95;
  }
}

@keyframes ls-claims-dual-arrow-down {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
    opacity: 0.5;
  }
  50% {
    transform: translateX(-50%) translateY(6px);
    opacity: 0.95;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ls-claims-dual__steps li:not(:last-child)::after {
    animation: none;
    opacity: 0.75;
  }
}

.ls-claims-dual__num {
  display: block;
  margin-bottom: 6px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--ls-teal, #0fa7a0);
}

.ls-claims-dual__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: var(--ls-navy-soft, #e8eef6);
  color: var(--ls-navy, #003b78);
  font-size: 1.15rem;
}

.ls-claims-dual__label {
  display: block;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ls-navy, #003b78);
}

.ls-claims-dual__note {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-claims-check__panel {
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(0, 59, 120, 0.08);
  box-shadow: 0 10px 28px rgba(0, 42, 86, 0.06);
  overflow: hidden;
}

.ls-claims-check__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  border-bottom: 1px solid rgba(0, 59, 120, 0.1);
  background: #F1F6FC;
}

.ls-claims-check__tab {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 14px 18px;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--ls-text-muted, #5a6b7f);
  cursor: pointer;
}

.ls-claims-check__tab.is-active {
  color: var(--ls-navy, #003b78);
  background: #fff;
  box-shadow: inset 0 -2px 0 var(--ls-teal, #0fa7a0);
}

.ls-claims-check__body {
  padding: 28px 24px 32px;
  text-align: center;
}

.ls-claims-check__list {
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 12px;
  text-align: left;
}

.ls-claims-check__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--ls-navy, #003b78);
}

.ls-claims-check__list i {
  margin-top: 4px;
  color: var(--ls-teal, #0fa7a0);
  font-size: 0.78rem;
}

.ls-claims-journey__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
}

.ls-claims-journey__card {
  margin: 0;
  padding: 28px 24px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(0, 59, 120, 0.08);
}

.ls-claims-journey__card h3 {
  margin: 0 0 14px;
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--ls-navy, #003b78);
}

.ls-claims-journey__card ul {
  margin: 0;
  padding: 0;
}

.ls-claims-journey__card li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0 0 10px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-claims-journey__card li i {
  margin-top: 4px;
  color: var(--ls-teal, #0fa7a0);
  font-size: 0.75rem;
}

.ls-claims-tech__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 18px;
  padding: 0;
}

.ls-claims-tech__card {
  margin: 0;
  padding: 26px 22px;
  border-radius: 18px;
  background: #F1F6FC;
  border: 1px solid rgba(0, 59, 120, 0.06);
}

.ls-claims-tech__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  border-radius: 10px;
  background: #fff;
  color: var(--ls-navy, #003b78);
  font-size: 1rem;
  box-shadow: 0 6px 14px rgba(0, 59, 120, 0.08);
}

.ls-claims-tech__card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ls-navy, #003b78);
}

.ls-claims-tech__card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-claims-tech__note {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-claims-case__card {
  max-width: 880px;
  margin: 0 auto;
  padding: 36px 32px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(0, 59, 120, 0.08);
  box-shadow: 0 12px 30px rgba(0, 42, 86, 0.06);
}

.ls-claims-case__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ls-teal, #0fa7a0);
}

.ls-claims-case__card h3 {
  margin: 0 0 12px;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--ls-navy, #003b78);
}

.ls-claims-case__summary {
  margin: 0 0 16px;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-claims-case__points {
  margin: 0 0 16px;
  padding: 0;
}

.ls-claims-case__points li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0 0 10px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--ls-navy, #003b78);
}

.ls-claims-case__points i {
  margin-top: 4px;
  color: var(--ls-teal, #0fa7a0);
  font-size: 0.75rem;
}

.ls-claims-case__note {
  margin: 0 0 20px;
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-claims-contact__bar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 20px 28px;
  align-items: center;
  padding: 24px 26px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(0, 59, 120, 0.1);
  box-shadow: 0 12px 28px rgba(0, 42, 86, 0.06);
}

.ls-claims-contact__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 14px;
  background: var(--ls-navy, #003b78);
  color: #fff;
  font-size: 0.95rem;
}

.ls-claims-contact__details {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.ls-claims-contact__details li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--ls-navy, #003b78);
}

.ls-claims-contact__details i {
  margin-top: 3px;
  color: var(--ls-teal, #0fa7a0);
}

.ls-claims-contact__details em {
  display: block;
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--ls-text-muted, #5a6b7f);
}

.ls-claims-contact__details a {
  color: var(--ls-navy, #003b78);
  font-weight: 700;
  text-decoration: none;
}

.ls-claims-contact__tagline {
  margin: 16px 0 0;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ls-navy, #003b78);
}

.ls-why-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(0, 59, 120, 0.08);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--ls-navy, #003b78);
}

@media (max-width: 1199px) {
  .ls-claims-quick__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ls-claims-dual__steps,
  .ls-claims-dual__track:last-child .ls-claims-dual__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 10px;
  }

  .ls-claims-dual__steps li:nth-child(3n)::after {
    display: none;
  }
}

@media (max-width: 991px) {
  .ls-claims-journey__grid,
  .ls-claims-tech__grid {
    grid-template-columns: 1fr;
  }

  .ls-claims-contact__bar {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

@media (max-width: 767px) {
  .ls-claims-quick__grid,
  .ls-claims-dual__steps,
  .ls-claims-dual__track:last-child .ls-claims-dual__steps {
    grid-template-columns: 1fr;
  }

  .ls-claims-dual__steps li:nth-child(3n)::after {
    display: block;
  }

  .ls-claims-dual__steps li:not(:last-child)::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -10px;
    border-top: 8px solid var(--ls-teal, #0fa7a0);
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    transform: translateX(-50%) translateY(0);
    animation: ls-claims-dual-arrow-down 1.4s ease-in-out infinite;
  }

  @media (prefers-reduced-motion: reduce) {
    .ls-claims-dual__steps li:not(:last-child)::after {
      animation: none;
      opacity: 0.75;
    }
  }

  .ls-claims-check__tabs {
    flex-direction: column;
  }

  .ls-claims-check__tab.is-active {
    box-shadow: inset 3px 0 0 var(--ls-teal, #0fa7a0);
  }

  .ls-claims-case__card {
    padding: 28px 20px;
  }
}

/* Tighten hero bottom + section rhythm on small screens (desktop unchanged).
   Template used 170–215px hero bottom padding for old widgets — empty on our pages. */
@media (max-width: 991px) {
  .hero-area--two .xb-hero-inner {
    padding: 56px 0 40px !important;
  }

  .ls-home-hero .xb-hero-inner.ls-hero-inner--shell,
  .ls-service-hero .xb-hero-inner.ls-hero-inner--shell,
  .ls-breadcrumb-hero--with-brand .ls-breadcrumb-hero__inner.ls-hero-inner--shell,
  .ls-page-hero .xb-hero-inner.ls-hero-inner--shell {
    padding-top: 40px !important;
    padding-bottom: 24px !important;
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .hero-area--two .xb-hero-inner {
    padding: 48px 0 28px !important;
  }

  .ls-checkup-hero--text .ls-checkup-hero__copy {
    padding-top: clamp(64px, calc(5vh + 40px), 100px);
    padding-bottom: 0;
  }

  .ls-claims-hero:not(.ls-checkup-hero) .xb-hero-content {
    padding-bottom: 0;
  }

  .pt-70,
  .pt-80,
  .pt-100,
  .pt-110,
  .pt-120,
  .pt-125,
  .pt-130 {
    padding-top: 36px !important;
  }

  .pb-40 {
    padding-bottom: 24px !important;
  }

  .pb-80,
  .pb-100,
  .pb-120,
  .pb-160,
  .pb-xs-130 {
    padding-bottom: 36px !important;
  }

  .mb-55,
  .mb-65 {
    margin-bottom: 28px !important;
  }
}

/* Mobile only: center stacked card icons; title/body stay left-aligned.
   Skips icons that sit beside text in a row (pair heads, list marks, etc.). */
@media (max-width: 767px) {
  .ls-complexity__card-icon,
  .ls-complexity__ops-icon,
  .ls-claims-tech__icon,
  .ls-claims-quick__icon,
  .ls-claims-dual__icon,
  .ls-claims-flow__ico,
  .ls-chk-bridge__icon,
  .ls-chk-layers__icon,
  .ls-chk-flex__icon,
  .ls-chk-scale__icon,
  .ls-chk-timeline__icon,
  .ls-chk-yearopt__savings-ico,
  .ls-ins-band__icon,
  .ls-pillar-card__icon,
  .ls-diff__benefit-icon {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }

  .ls-diff__benefit-icon {
    align-self: center;
  }

  .ls-mn-bento__side > i {
    align-self: center;
  }

  /* Insurance / benefits feature tiles (icon stacked above copy) */
  .ls-values-fea .xb-fea-item .xb-item--icon {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }

  /* Keep about-values row layout: icon stays with title */
  #gia-tri.ls-values-fea .xb-fea-item__head .xb-item--icon {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Mobile only: keep case-study CTA fully visible inside the card */
@media (max-width: 767px) {
  .ls-claims-case__card .ls-btn,
  .ls-claims-case__card .desk-btn {
    display: flex;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    text-align: center;
    justify-content: center;
  }

  .ls-claims-case__card .ls-btn.desk-btn--gradient .layer,
  .ls-claims-case__card .desk-btn--gradient .layer {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 14px 18px;
    justify-content: center;
  }

  .ls-claims-case__card .ls-btn .text,
  .ls-claims-case__card .desk-btn .text,
  .ls-claims-case__card .ls-btn .layer,
  .ls-claims-case__card .ls-btn .ls-btn__label {
    white-space: normal !important;
    text-align: center;
    justify-content: center;
  }
}

/* Claims User App + HR Portal mock (from quy-trinh-cbnv-hr) */
.ls-cbnv-process {
  --cbnv-navy: #063b68;
  --cbnv-navy-2: #0a3158;
  --cbnv-teal: #08a9b4;
  --cbnv-teal-dark: #07939e;
  --cbnv-gold: #d6a323;
  --cbnv-border: #dce9ef;
  --cbnv-text: #143b59;
}

.ls-cbnv-process__title {
  text-align: center;
  color: var(--cbnv-navy);
  font-size: clamp(24px, 3vw, 35px);
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 17px;
}

.ls-cbnv-process__grid {
  display: grid;
  grid-template-columns: 39% 61%;
  gap: 14px;
}

.ls-cbnv-panel {
  position: relative;
  min-height: 378px;
  border: 1px solid var(--cbnv-border);
  border-radius: 17px;
  background: linear-gradient(180deg, #fbfdfe 0%, #f8fbfc 100%);
  overflow: hidden;
}

.ls-cbnv-panel__label {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  min-width: 145px;
  padding: 8px 25px;
  border-radius: 24px;
  background: var(--cbnv-navy);
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}

.ls-cbnv-panel--user .ls-cbnv-panel__label {
  transform: translateX(calc(-50% + 38px));
}

.ls-cbnv-user {
  height: 100%;
  min-height: 378px;
  padding: 45px 13px 12px 26px;
  display: flex;
  align-items: center;
  gap: 21px;
}

.ls-cbnv-phone {
  position: relative;
  width: 154px;
  height: 346px;
  flex: 0 0 154px;
  border: 5px solid #101214;
  border-radius: 31px;
  background: #111;
  padding: 5px;
  overflow: hidden;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
}

.ls-cbnv-phone__notch {
  position: absolute;
  z-index: 4;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 61px;
  height: 17px;
  border-radius: 15px;
  background: #080808;
}

.ls-cbnv-phone__screen {
  position: relative;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  padding: 24px 9px 8px;
  font-size: 6px;
  line-height: 1.2;
  color: #143b59;
}

.ls-cbnv-app-top {
  display: flex;
  justify-content: space-between;
  padding: 3px 4px 11px;
}

.ls-cbnv-app-top span,
.ls-cbnv-app-top strong {
  display: block;
}

.ls-cbnv-app-top span {
  color: #5b6f7c;
}

.ls-cbnv-app-top strong {
  font-size: 8px;
  margin-top: 2px;
}

.ls-cbnv-bell {
  font-size: 10px;
  color: #263b48;
}

.ls-cbnv-app-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eef2f4;
  padding: 4px 2px;
}

.ls-cbnv-app-section b {
  font-size: 7px;
}

.ls-cbnv-app-section span {
  color: var(--cbnv-teal);
  font-size: 5.5px;
}

.ls-cbnv-app-section--request {
  margin-top: 5px;
}

.ls-cbnv-mini-card,
.ls-cbnv-request-card {
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid #eef2f4;
  padding: 7px 2px;
}

.ls-cbnv-mini-icon,
.ls-cbnv-request-icon {
  display: grid;
  place-items: center;
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  border-radius: 5px;
  background: #d8f5f5;
  color: var(--cbnv-teal-dark);
  font-size: 11px;
}

.ls-cbnv-request-icon--clock {
  background: #e9f0f5;
  color: #648096;
}

.ls-cbnv-mini-card strong,
.ls-cbnv-request-card strong {
  display: block;
  font-size: 6.5px;
}

.ls-cbnv-mini-card small,
.ls-cbnv-request-card small {
  display: block;
  color: #8799a5;
  margin-top: 2px;
  font-size: 5.2px;
}

.ls-cbnv-mini-card small:nth-of-type(1) {
  color: var(--cbnv-teal-dark);
}

.ls-cbnv-arrow {
  margin-left: auto;
  color: #7890a0;
  font-size: 13px;
}

.ls-cbnv-orange {
  color: #e29c16 !important;
}

.ls-cbnv-phone-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-around;
  border-top: 1px solid #eef2f4;
  padding: 6px 10px 8px;
  background: #fff;
}

.ls-cbnv-phone-nav span {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #9aa9b2;
  text-align: center;
  font-size: 9px;
}

.ls-cbnv-phone-nav .is-active {
  color: var(--cbnv-teal);
}

.ls-cbnv-phone-nav small {
  display: block;
  font-size: 4.5px;
  margin-top: 2px;
}

.ls-cbnv-features {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 6px;
}

.ls-cbnv-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--cbnv-text);
}

.ls-cbnv-feature__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex: 0 0 42px;
  background: var(--cbnv-teal);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.ls-cbnv-feature__icon svg,
.ls-cbnv-hr-feature span svg {
  display: block;
  flex-shrink: 0;
}

.ls-cbnv-feature b {
  font-size: 13px;
  line-height: 1.15;
  white-space: pre-line;
}

.ls-cbnv-hr {
  height: 100%;
  min-height: 378px;
  padding: 57px 15px 10px 22px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.ls-cbnv-laptop {
  width: min(72%, 560px);
  flex: 1 1 auto;
  min-width: 0;
}

.ls-cbnv-laptop__frame {
  background: #101416;
  border: 4px solid #111719;
  border-bottom-width: 7px;
  border-radius: 13px 13px 7px 7px;
  padding: 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.18);
}

.ls-cbnv-laptop__screen {
  aspect-ratio: 16 / 9;
  background: #f7f9fa;
  display: flex;
  overflow: hidden;
  border-radius: 4px;
}

.ls-cbnv-laptop__base {
  width: 108%;
  height: 9px;
  margin-left: -4%;
  background: linear-gradient(#bfc6c9, #828b8f);
  clip-path: polygon(4% 0, 96% 0, 100% 100%, 0 100%);
  border-radius: 0 0 6px 6px;
}

.ls-cbnv-sidebar {
  width: 16%;
  background: var(--cbnv-navy-2);
  color: #fff;
  padding: 8px 4px;
  font-size: 5px;
}

.ls-cbnv-side-logo {
  font-size: 9px;
  text-align: center;
  margin-bottom: 10px;
  color: #18b8bd;
}

.ls-cbnv-side-item {
  padding: 6px 4px;
  opacity: 0.82;
  border-radius: 3px;
  line-height: 1.15;
}

.ls-cbnv-side-item.is-active {
  background: rgba(255, 255, 255, 0.12);
  opacity: 1;
}

.ls-cbnv-dash {
  flex: 1;
  min-width: 0;
  padding: 9px 8px;
  color: #3c5666;
}

.ls-cbnv-dash-head {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  font-size: 6.5px;
  margin-bottom: 7px;
}

.ls-cbnv-dash-head span {
  color: #8a9ba5;
  font-size: 4.5px;
}

.ls-cbnv-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}

.ls-cbnv-stat {
  background: #fff;
  border: 1px solid #e6edef;
  border-radius: 3px;
  padding: 5px;
}

.ls-cbnv-stat span,
.ls-cbnv-stat small {
  display: block;
  font-size: 4px;
  color: #718591;
}

.ls-cbnv-stat b {
  display: block;
  font-size: 11px;
  margin: 3px 0;
  color: #304c5f;
}

.ls-cbnv-stat .ls-cbnv-gold,
.ls-cbnv-stat b.ls-cbnv-gold {
  color: var(--cbnv-gold);
}

.ls-cbnv-stat small {
  color: #36a68e;
}

.ls-cbnv-dash-body {
  display: grid;
  grid-template-columns: 35% 65%;
  gap: 5px;
  margin-top: 7px;
}

.ls-cbnv-chart,
.ls-cbnv-table {
  background: #fff;
  border: 1px solid #e6edef;
  border-radius: 3px;
  padding: 6px;
  min-width: 0;
}

.ls-cbnv-chart h4,
.ls-cbnv-table h4 {
  font-size: 5px;
  margin-bottom: 5px;
}

.ls-cbnv-donut {
  width: 53px;
  height: 53px;
  margin: 5px auto 4px;
  border-radius: 50%;
  background: conic-gradient(var(--cbnv-teal) 0 59%, #e1aa2c 59% 69%, #b8c5ca 69% 100%);
  position: relative;
  display: grid;
  place-items: center;
}

.ls-cbnv-donut::after {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  background: #fff;
  border-radius: 50%;
}

.ls-cbnv-donut span {
  position: relative;
  z-index: 1;
  font-size: 5px;
  font-weight: 700;
}

.ls-cbnv-legend {
  display: grid;
  gap: 3px;
  font-size: 3.5px;
}

.ls-cbnv-legend span {
  display: flex;
  align-items: center;
  gap: 2px;
}

.ls-cbnv-dot {
  width: 5px;
  height: 5px;
  border-radius: 1px;
  display: inline-block;
  flex: 0 0 5px;
}

.ls-cbnv-dot--teal {
  background: var(--cbnv-teal);
}

.ls-cbnv-dot--gold {
  background: #e1aa2c;
}

.ls-cbnv-dot--gray {
  background: #b8c5ca;
}

.ls-cbnv-table {
  overflow: hidden;
}

.ls-cbnv-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 3.4px;
  white-space: nowrap;
}

.ls-cbnv-table th,
.ls-cbnv-table td {
  border-bottom: 1px solid #eef2f4;
  padding: 4px 2px;
  text-align: left;
}

.ls-cbnv-table th {
  color: #7c909b;
  font-weight: 600;
}

.ls-cbnv-status--processing {
  color: var(--cbnv-teal-dark);
}

.ls-cbnv-status--waiting {
  color: #d79a1c;
}

.ls-cbnv-status--done {
  color: #3ca37f;
}

.ls-cbnv-hr-features {
  width: 24%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ls-cbnv-hr-feature {
  display: flex;
  align-items: center;
  gap: 9px;
}

.ls-cbnv-hr-feature span {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  border-radius: 50%;
  background: var(--cbnv-teal);
  color: #fff;
}

.ls-cbnv-hr-feature b {
  color: var(--cbnv-text);
  font-size: 11px;
  line-height: 1.15;
  white-space: pre-line;
}

.ls-cbnv-process__note {
  margin: 16px 0 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  color: #6c8798;
}

@media (max-width: 900px) {
  .ls-cbnv-process__grid {
    grid-template-columns: 1fr;
  }

  .ls-cbnv-panel,
  .ls-cbnv-user,
  .ls-cbnv-hr {
    min-height: 360px;
  }
}

@media (max-width: 620px) {
  .ls-cbnv-process__title {
    font-size: 22px;
    margin-bottom: 13px;
  }

  .ls-cbnv-user {
    padding: 54px 12px 15px;
    gap: 12px;
  }

  .ls-cbnv-phone {
    width: 126px;
    height: 286px;
    flex-basis: 126px;
  }

  .ls-cbnv-features {
    gap: 12px;
  }

  .ls-cbnv-feature__icon {
    width: 35px;
    height: 35px;
    flex-basis: 35px;
  }

  .ls-cbnv-feature b {
    font-size: 10px;
  }

  .ls-cbnv-hr {
    padding: 55px 10px 15px;
    flex-direction: column;
    align-items: stretch;
  }

  .ls-cbnv-laptop {
    width: 100%;
  }

  .ls-cbnv-hr-features {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .ls-cbnv-hr-feature span {
    width: 33px;
    height: 33px;
    flex-basis: 33px;
  }

  .ls-cbnv-hr-feature b {
    font-size: 9px;
  }
}


