:root {
  --lh-navy: #10213f;
  --lh-blue: #25447f;
  --lh-blue-2: #325aa8;
  --lh-blue-3: #5c8ddd;
  --lh-soft: #eef4ff;
  --lh-soft-2: #f7faff;
  --lh-text: #1b2a44;
  --lh-muted: #6d7d96;
  --lh-border: #e2e9f4;
  --lh-purple: #7356b7;
  --lh-gold: #d89a3b;
  --lh-shadow: 0 1.5rem 4rem rgba(16, 33, 63, 0.1);
}

.site-page {
  background: #fff;
  color: var(--lh-text);
  font-family: "Inter", "Segoe UI", sans-serif;
}

.site-page a {
  text-decoration: none;
}

.lh-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  transition: background .25s ease, box-shadow .25s ease, padding .25s ease;
}

.lh-header.is-scrolled {
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 0.75rem 2rem rgba(16, 33, 63, .08);
  backdrop-filter: blur(16px);
}

.lh-navbar {
  min-height: 82px;
  padding: .75rem 0;
}

.lh-brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: var(--lh-navy);
}

.lh-brand:hover,
.lh-footer-brand:hover {
  color: var(--lh-blue-2);
}

.lh-brand-mark {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(50, 90, 168, .14);
  border-radius: 13px;
  background: var(--lh-soft);
  box-shadow: 0 .5rem 1rem rgba(50, 90, 168, .12);
}

.lh-brand-mark img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.lh-brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.lh-brand-copy strong {
  font-size: 1.2rem;
  letter-spacing: -.04em;
}

.lh-brand-copy small {
  margin-top: .3rem;
  color: var(--lh-muted);
  font-size: .57rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lh-navbar .nav-link {
  padding: .5rem .7rem !important;
  color: #42516a;
  font-size: .86rem;
  font-weight: 600;
  transition: color .2s ease;
}

.lh-navbar .nav-link:hover {
  color: var(--lh-blue-2);
}

.lh-nav-divider {
  width: 1px;
  height: 22px;
  margin: 0 .4rem;
  background: var(--lh-border);
}

.lh-login-link {
  color: var(--lh-blue) !important;
}

.lh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 44px;
  padding: .72rem 1.1rem;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: .88rem;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.lh-btn:hover {
  transform: translateY(-2px);
}

.lh-btn-primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--lh-blue), var(--lh-blue-2));
  box-shadow: 0 .7rem 1.5rem rgba(50, 90, 168, .22);
}

.lh-btn-primary:hover {
  color: #fff;
  box-shadow: 0 1rem 2rem rgba(50, 90, 168, .3);
}

.lh-btn-outline {
  color: var(--lh-blue);
  border-color: #cbd8ec;
  background: #fff;
}

.lh-btn-outline:hover {
  color: var(--lh-blue);
  border-color: var(--lh-blue-3);
  background: var(--lh-soft-2);
}

.lh-btn-light {
  color: var(--lh-blue) !important;
  background: #fff;
  box-shadow: 0 .75rem 1.5rem rgba(0, 0, 0, .12);
}

.lh-btn-lg {
  min-height: 54px;
  padding: .95rem 1.35rem;
  border-radius: 12px;
}

.lh-navbar-toggler {
  border: 0;
}

.lh-navbar-toggler:focus {
  box-shadow: none;
}

.lh-navbar:not(.is-scrolled) .navbar-toggler-icon {
  filter: brightness(.2);
}

.lh-landing {
  overflow: hidden;
}

.lh-hero {
  position: relative;
  min-height: 780px;
  padding: 170px 0 105px;
  overflow: hidden;
  background: linear-gradient(135deg, #f7faff 0%, #edf4ff 55%, #fff 100%);
}

.lh-hero::before {
  position: absolute;
  top: -240px;
  right: -100px;
  width: 640px;
  height: 640px;
  border: 1px solid rgba(92, 141, 221, .18);
  border-radius: 50%;
  content: "";
}

.lh-hero::after {
  position: absolute;
  right: 12%;
  bottom: 12%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lh-gold);
  box-shadow: 32px -18px 0 rgba(216, 154, 59, .35), -24px 30px 0 rgba(115, 86, 183, .3);
  content: "";
}

.lh-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}

.lh-hero-orb-one {
  bottom: -190px;
  left: -130px;
  width: 450px;
  height: 450px;
  background: rgba(50, 90, 168, .08);
}

.lh-hero-orb-two {
  top: 180px;
  left: 46%;
  width: 18px;
  height: 18px;
  background: rgba(115, 86, 183, .4);
  box-shadow: 16px 18px 0 rgba(92, 141, 221, .24);
}

.lh-hero .container,
.lh-scroll-hint {
  position: relative;
  z-index: 1;
}

.lh-eyebrow,
.lh-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 1.15rem;
  color: var(--lh-blue-2);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.lh-eyebrow-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4ec58b;
  box-shadow: 0 0 0 5px rgba(78, 197, 139, .12);
}

.lh-hero h1 {
  max-width: 680px;
  margin: 0;
  color: var(--lh-navy);
  font-size: clamp(3rem, 5.5vw, 5.25rem);
  font-weight: 800;
  letter-spacing: -.075em;
  line-height: .98;
}

.lh-hero h1 span,
.lh-section h2 span {
  color: var(--lh-blue-2);
}

.lh-hero-lead {
  max-width: 570px;
  margin: 1.7rem 0 0;
  color: var(--lh-muted);
  font-size: 1.1rem;
  line-height: 1.75;
}

.lh-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.4rem;
  margin-top: 2rem;
}

.lh-text-link,
.lh-card-link {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--lh-blue);
  font-size: .88rem;
  font-weight: 800;
}

.lh-text-link i,
.lh-card-link i {
  transition: transform .2s ease;
}

.lh-text-link:hover,
.lh-card-link:hover {
  color: var(--lh-blue-2);
}

.lh-text-link:hover i,
.lh-card-link:hover i {
  transform: translateX(4px);
}

.lh-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 2.2rem;
  color: var(--lh-muted);
  font-size: .78rem;
  font-weight: 600;
}

.lh-hero-trust div {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}

.lh-hero-trust i {
  color: #41ad7d;
}

.lh-hero-visual {
  position: relative;
  min-height: 500px;
}

.lh-visual-glow {
  position: absolute;
  top: 9%;
  right: 1%;
  width: 88%;
  height: 78%;
  border-radius: 35%;
  background: rgba(92, 141, 221, .15);
  filter: blur(55px);
}

.lh-dashboard-card {
  position: absolute;
  z-index: 2;
  top: 38px;
  right: 0;
  width: min(100%, 570px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 2rem 4rem rgba(26, 54, 102, .18), 0 0 0 10px rgba(255, 255, 255, .35);
  transform: rotate(2deg);
}

.lh-dashboard-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 57px;
  padding: 0 1.2rem;
  border-bottom: 1px solid #eef1f6;
}

.lh-dashboard-brand,
.lh-mini-mark {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--lh-navy);
  font-size: .9rem;
  font-weight: 800;
}

.lh-mini-mark {
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  background: var(--lh-blue-2);
  font-size: .68rem;
}

.lh-dashboard-top-actions {
  display: flex;
  gap: .35rem;
}

.lh-dashboard-top-actions span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d6dfed;
}

.lh-dashboard-body {
  display: flex;
  min-height: 390px;
}

.lh-dashboard-sidebar {
  width: 70px;
  padding: 1.15rem .85rem;
  background: #f8faff;
}

.lh-sidebar-avatar {
  display: flex;
  width: 33px;
  height: 33px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.7rem;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, var(--lh-blue), var(--lh-blue-2));
  font-size: .6rem;
  font-weight: 800;
}

.lh-sidebar-line {
  width: 31px;
  height: 9px;
  margin: 0 auto 1.25rem;
  border-radius: 5px;
  background: #dce5f3;
}

.lh-sidebar-line.active {
  width: 38px;
  background: #b8cdeb;
  box-shadow: 0 0 0 5px #e9f0fb;
}

.lh-sidebar-line.short {
  width: 22px;
}

.lh-dashboard-content {
  flex: 1;
  padding: 1.5rem 1.6rem 1.3rem;
}

.lh-dashboard-heading,
.lh-chart-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.lh-dashboard-heading small,
.lh-chart-header small,
.lh-stat-card small {
  display: block;
  color: #93a0b5;
  font-size: .58rem;
  font-weight: 600;
}

.lh-dashboard-heading strong {
  display: block;
  margin-top: .25rem;
  color: var(--lh-navy);
  font-size: .95rem;
}

.lh-dashboard-date {
  padding: .35rem .55rem;
  border-radius: 7px;
  color: #8290a5;
  background: #f5f7fb;
  font-size: .55rem;
}

.lh-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .8rem;
  margin-top: 1.3rem;
}

.lh-stat-card {
  position: relative;
  padding: .75rem;
  border: 1px solid #edf1f7;
  border-radius: 12px;
}

.lh-stat-icon {
  display: flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  margin-bottom: .55rem;
  border-radius: 7px;
  font-size: .65rem;
}

.lh-stat-icon.blue { color: #3e73c8; background: #e9f1ff; }
.lh-stat-icon.purple { color: #7657ba; background: #f0ebff; }

.lh-stat-card strong {
  display: block;
  margin-top: .2rem;
  color: var(--lh-navy);
  font-size: 1.25rem;
  letter-spacing: -.05em;
}

.lh-stat-card em {
  display: block;
  margin-top: .15rem;
  color: #43ae7e;
  font-size: .54rem;
  font-style: normal;
  font-weight: 700;
}

.lh-chart-card {
  margin-top: .8rem;
  padding: 1rem;
  border: 1px solid #edf1f7;
  border-radius: 12px;
}

.lh-chart-header small {
  color: #596980;
  font-size: .65rem;
  font-weight: 700;
}

.lh-chart-header strong {
  display: block;
  margin-top: .2rem;
  color: #45ae7f;
  font-size: .64rem;
}

.lh-chart-header > i {
  color: #b7c0cf;
  font-size: .75rem;
}

.lh-chart {
  position: relative;
  height: 140px;
  margin-top: .7rem;
}

.lh-chart-grid {
  position: absolute;
  inset: 0 0 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lh-chart-grid span {
  border-top: 1px dashed #edf1f7;
}

.lh-chart svg {
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  width: 100%;
  height: 110px;
}

.lh-chart-labels {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  color: #a5afbf;
  font-size: .52rem;
}

.lh-floating-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: .65rem;
  min-width: 190px;
  padding: .65rem .8rem;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 12px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 .9rem 2rem rgba(25, 52, 102, .16);
  backdrop-filter: blur(12px);
}

.lh-floating-members {
  bottom: 42px;
  left: -24px;
}

.lh-floating-event {
  top: 0;
  right: -18px;
}

.lh-floating-icon {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: var(--lh-blue-2);
  background: var(--lh-soft);
  font-size: .75rem;
}

.lh-floating-card small,
.lh-floating-card strong {
  display: block;
}

.lh-floating-card small {
  color: #8b98ab;
  font-size: .54rem;
}

.lh-floating-card strong {
  margin-top: .16rem;
  color: var(--lh-navy);
  font-size: .68rem;
}

.lh-scroll-hint {
  position: absolute;
  bottom: 28px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: #7e8da6;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.lh-scroll-hint i {
  display: flex;
  width: 27px;
  height: 27px;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfdbec;
  border-radius: 50%;
  color: var(--lh-blue-2);
}

.lh-client-strip {
  padding: 2.7rem 0;
  border-bottom: 1px solid var(--lh-border);
  background: #fff;
}

.lh-client-strip-heading {
  margin-bottom: 1.7rem;
  color: #9aa7ba;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-align: center;
  text-transform: uppercase;
}

.lh-client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  color: #79879c;
  filter: grayscale(1);
  opacity: .8;
  transition: filter .2s ease, opacity .2s ease;
}

.lh-client-logo:hover {
  filter: grayscale(0);
  opacity: 1;
}

.lh-client-logo strong {
  font-size: .92rem;
  letter-spacing: -.03em;
}

.lh-client-avatar {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
}

.lh-client-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.lh-tone-blue { background: #4d72b5; }
.lh-tone-gold { background: #c3903c; }
.lh-tone-red { background: #b65b62; }
.lh-tone-navy { background: #22395e; }

.lh-section {
  padding: 110px 0;
}

.lh-section-light { background: #fff; }
.lh-section-soft { background: var(--lh-soft-2); }

.lh-section h2 {
  margin: 0;
  color: var(--lh-navy);
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: 1.05;
}

.lh-section-intro {
  max-width: 500px;
  margin: 0;
  color: var(--lh-muted);
  font-size: 1rem;
  line-height: 1.8;
}

.lh-feature-card {
  height: 100%;
  padding: 2rem;
  border: 1px solid var(--lh-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 .4rem 1.7rem rgba(25, 52, 102, .035);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.lh-feature-card:hover {
  border-color: #cbdaf0;
  box-shadow: var(--lh-shadow);
  transform: translateY(-6px);
}

.lh-feature-card-highlight {
  border-color: transparent;
  background: linear-gradient(145deg, var(--lh-blue), var(--lh-blue-2));
  box-shadow: 0 1.2rem 2.7rem rgba(37, 68, 127, .2);
}

.lh-feature-icon,
.lh-step-icon {
  display: flex;
  width: 47px;
  height: 47px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.7rem;
  border-radius: 13px;
  color: var(--lh-blue-2);
  background: var(--lh-soft);
  font-size: 1.1rem;
}

.lh-feature-card h3,
.lh-step-card h3 {
  margin-bottom: .75rem;
  color: var(--lh-navy);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -.03em;
}

.lh-feature-card p,
.lh-step-card p {
  min-height: 76px;
  margin-bottom: 1.5rem;
  color: var(--lh-muted);
  font-size: .9rem;
  line-height: 1.7;
}

.lh-feature-card-highlight h3,
.lh-feature-card-highlight p {
  color: #fff;
}

.lh-feature-card-highlight .lh-feature-icon {
  color: #fff;
  background: rgba(255, 255, 255, .14);
}

.lh-feature-card-highlight .lh-card-link {
  color: #fff;
}

.lh-context-section {
  background: linear-gradient(180deg, #f9fbff 0%, #fff 100%);
}

.lh-context-visual {
  position: relative;
  min-height: 430px;
  padding: 2.5rem 2rem;
  border-radius: 25px;
  background: radial-gradient(circle at 18% 15%, rgba(92, 141, 221, .22), transparent 26%), linear-gradient(145deg, #e9f1ff, #f7faff 65%, #eef0ff);
}

.lh-context-visual::before,
.lh-context-visual::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.lh-context-visual::before {
  right: -48px;
  bottom: -46px;
  width: 170px;
  height: 170px;
  background: rgba(115, 86, 183, .11);
}

.lh-context-visual::after {
  top: 40px;
  right: 55px;
  width: 12px;
  height: 12px;
  background: rgba(216, 154, 59, .8);
  box-shadow: 19px 13px 0 rgba(216, 154, 59, .27);
}

.lh-context-window {
  position: relative;
  z-index: 1;
  max-width: 430px;
  margin: 0 auto;
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 16px;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 1.5rem 3rem rgba(37, 68, 127, .14);
  backdrop-filter: blur(10px);
}

.lh-context-window-top {
  display: flex;
  align-items: center;
  gap: .3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eaf0f8;
}

.lh-context-window-top > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c7d4e8;
}

.lh-context-window-top small {
  margin-left: auto;
  color: #8593a8;
  font-size: .6rem;
  font-weight: 700;
}

.lh-context-selected,
.lh-context-option {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin-top: .85rem;
  padding: .75rem;
  border-radius: 10px;
  background: #fff;
}

.lh-context-selected {
  border: 1px solid #dce6f5;
  box-shadow: 0 .4rem 1rem rgba(37, 68, 127, .06);
}

.lh-context-selected > i {
  margin-left: auto;
  color: #9aa8bc;
  font-size: .7rem;
}

.lh-context-org-icon,
.lh-context-option-icon {
  display: flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: var(--lh-blue-2);
  background: var(--lh-soft);
  font-size: .8rem;
}

.lh-context-option-icon.gold { color: #b9802a; background: #fff6e7; }
.lh-context-option-icon.purple { color: #7655b6; background: #f1ecff; }

.lh-context-selected small,
.lh-context-option small,
.lh-context-selected strong,
.lh-context-option strong {
  display: block;
}

.lh-context-selected small,
.lh-context-option small {
  color: #9aa7b9;
  font-size: .56rem;
}

.lh-context-selected strong,
.lh-context-option strong {
  margin-top: .12rem;
  color: var(--lh-navy);
  font-size: .72rem;
}

.lh-context-option > i {
  margin-left: auto;
  color: #4db286;
  font-size: .75rem;
}

.lh-context-badge {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .65rem .8rem;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 10px;
  color: var(--lh-navy);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 .8rem 1.6rem rgba(37, 68, 127, .1);
  font-size: .65rem;
  font-weight: 800;
}

.lh-context-badge i { color: var(--lh-blue-2); }
.badge-one { top: 24px; left: 18px; }
.badge-two { right: 18px; bottom: 28px; }

.lh-check-list {
  margin: 2rem 0;
}

.lh-check-list > div {
  display: flex;
  align-items: flex-start;
  gap: .8rem;
  margin-bottom: 1.1rem;
}

.lh-check-list span {
  display: flex;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  margin-top: .1rem;
  border-radius: 50%;
  color: #fff;
  background: #4db286;
  font-size: .65rem;
}

.lh-check-list p {
  margin: 0;
  color: var(--lh-muted);
  font-size: .92rem;
  line-height: 1.6;
}

.lh-check-list strong {
  color: var(--lh-navy);
}

.lh-section-heading {
  max-width: 700px;
  margin: 0 auto 3.8rem;
}

.lh-section-heading p {
  margin: 1rem 0 0;
  color: var(--lh-muted);
  font-size: 1rem;
}

.lh-steps-row {
  position: relative;
}

.lh-steps-row::before {
  position: absolute;
  top: 56px;
  right: 18%;
  left: 18%;
  border-top: 1px dashed #c9d6ea;
  content: "";
}

.lh-step-card {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 2.1rem;
  border: 1px solid var(--lh-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  text-align: center;
}

.lh-step-number {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  color: #bcc9dd;
  font-size: .7rem;
  font-weight: 800;
}

.lh-step-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.5rem;
  border-radius: 18px;
  font-size: 1.35rem;
}

.lh-step-card p {
  min-height: auto;
  margin-bottom: 0;
}

.lh-story-section {
  background: #fff;
}

.lh-story-image {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(160deg, rgba(16, 33, 63, .12), rgba(16, 33, 63, .75)), url('https://images.unsplash.com/photo-1507692049790-de58290a4334?auto=format&fit=crop&w=1200&q=85') center/cover;
  box-shadow: 0 1.6rem 3.5rem rgba(25, 52, 102, .17);
}

.lh-story-image::after {
  position: absolute;
  right: -40px;
  bottom: -45px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  content: "";
}

.lh-story-tag {
  position: absolute;
  top: 1.3rem;
  left: 1.3rem;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .6rem .75rem;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: #fff;
  background: rgba(15, 30, 58, .42);
  font-size: .66rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.lh-story-tag i { color: #ffcf6e; }

.lh-story-quote {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
  max-width: 360px;
  color: #fff;
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.15;
}

.lh-story-stats {
  display: flex;
  gap: 2rem;
  margin-top: 2.2rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--lh-border);
}

.lh-story-stats strong,
.lh-story-stats span {
  display: block;
}

.lh-story-stats strong {
  color: var(--lh-blue-2);
  font-size: 1.7rem;
  letter-spacing: -.06em;
}

.lh-story-stats span {
  margin-top: .2rem;
  color: var(--lh-muted);
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.lh-testimonials-section {
  background: var(--lh-soft-2);
}

.lh-rating {
  display: flex;
  justify-content: flex-end;
  gap: .2rem;
  color: #e2a344;
  font-size: .8rem;
}

.lh-rating + small {
  display: block;
  margin-top: .55rem;
  color: var(--lh-muted);
  font-size: .72rem;
}

.lh-testimonial {
  height: 100%;
  padding: 1.8rem;
  border: 1px solid var(--lh-border);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 .5rem 1.5rem rgba(25, 52, 102, .035);
}

.lh-testimonial-stars {
  display: flex;
  gap: .18rem;
  color: #e3a548;
  font-size: .67rem;
}

.lh-testimonial p {
  min-height: 115px;
  margin: 1.25rem 0 1.5rem;
  color: #53637c;
  font-size: .92rem;
  line-height: 1.7;
}

.lh-testimonial footer {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding-top: 1rem;
  border-top: 1px solid #edf1f7;
}

.lh-person-avatar {
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: .62rem;
  font-weight: 800;
}

.lh-person-avatar.blue { background: linear-gradient(135deg, #3b69b3, #7098d3); }
.lh-person-avatar.purple { background: linear-gradient(135deg, #6e4eae, #a485d9); }
.lh-person-avatar.gold { background: linear-gradient(135deg, #bd7e25, #e2b35d); }

.lh-testimonial footer strong,
.lh-testimonial footer small {
  display: block;
}

.lh-testimonial footer strong {
  color: var(--lh-navy);
  font-size: .75rem;
}

.lh-testimonial footer small {
  margin-top: .18rem;
  color: #8c99aa;
  font-size: .58rem;
}

.lh-pricing-section {
  background: #fff;
}

.lh-price-card {
  position: relative;
  height: 100%;
  padding: 1.8rem;
  border: 1px solid var(--lh-border);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 .5rem 1.6rem rgba(25, 52, 102, .035);
}

.lh-price-card-featured {
  border-color: var(--lh-blue-2);
  box-shadow: 0 1rem 2.5rem rgba(50, 90, 168, .16);
  transform: translateY(-10px);
}

.lh-price-popular {
  position: absolute;
  top: -13px;
  right: 18px;
  padding: .35rem .65rem;
  border-radius: 999px;
  color: #fff;
  background: var(--lh-blue-2);
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.lh-price-label {
  color: var(--lh-blue-2);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lh-price-card h3 {
  margin: .75rem 0 .65rem;
  color: var(--lh-navy);
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -.04em;
}

.lh-price-card > p {
  min-height: 72px;
  color: var(--lh-muted);
  font-size: .82rem;
  line-height: 1.6;
}

.lh-price {
  display: flex;
  align-items: baseline;
  min-height: 55px;
  margin: 1.15rem 0;
  padding: 1rem 0;
  border-top: 1px solid #edf1f7;
  border-bottom: 1px solid #edf1f7;
}

.lh-price strong {
  color: var(--lh-navy);
  font-size: 1.35rem;
  letter-spacing: -.05em;
}

.lh-price span {
  margin-left: .35rem;
  color: var(--lh-muted);
  font-size: .7rem;
}

.lh-price-card ul {
  min-height: 113px;
  margin: 0 0 1.4rem;
  padding: 0;
  list-style: none;
}

.lh-price-card li {
  margin-bottom: .7rem;
  color: #63738c;
  font-size: .75rem;
}

.lh-price-card li i {
  width: 18px;
  margin-right: .25rem;
  color: #45ae7f;
}

.lh-faq-section {
  background: var(--lh-soft-2);
}

.lh-accordion .accordion-item {
  margin-bottom: .75rem;
  overflow: hidden;
  border: 1px solid var(--lh-border);
  border-radius: 12px !important;
  background: #fff;
}

.lh-accordion .accordion-button {
  padding: 1.1rem 1.2rem;
  color: var(--lh-navy);
  background: #fff;
  box-shadow: none;
  font-size: .9rem;
  font-weight: 800;
}

.lh-accordion .accordion-button:not(.collapsed) {
  color: var(--lh-blue-2);
  background: #fff;
}

.lh-accordion .accordion-button::after {
  width: .75rem;
  height: .75rem;
  background-size: .75rem;
}

.lh-accordion .accordion-body {
  padding: 0 1.2rem 1.2rem;
  color: var(--lh-muted);
  font-size: .85rem;
  line-height: 1.7;
}

.lh-cta-section {
  padding: 0 0 110px;
  background: var(--lh-soft-2);
}

.lh-cta-card {
  position: relative;
  overflow: hidden;
  padding: 3.5rem 4rem;
  border-radius: 25px;
  color: #fff;
  background: linear-gradient(120deg, var(--lh-navy), var(--lh-blue) 66%, var(--lh-blue-2));
  box-shadow: 0 1.5rem 3.5rem rgba(25, 52, 102, .2);
}

.lh-cta-orb {
  position: absolute;
  top: -160px;
  right: -80px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
}

.lh-kicker-light {
  color: #a9c8ff;
}

.lh-cta-card h2 {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: 1.03;
}

.lh-cta-card p {
  max-width: 580px;
  margin: 1.1rem 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: .98rem;
  line-height: 1.7;
}

.lh-cta-login {
  display: block;
  margin-top: 1rem;
  color: rgba(255, 255, 255, .76);
  font-size: .75rem;
  font-weight: 700;
}

.lh-cta-login:hover { color: #fff; }

.lh-footer {
  padding: 75px 0 24px;
  color: #b8c6da;
  background: #0c1a32;
}

.lh-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -.05em;
}

.lh-footer-mark {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  background: var(--lh-blue-2);
  font-size: .8rem;
}

.lh-footer-description {
  max-width: 300px;
  margin: 1.1rem 0 0;
  color: #91a1ba;
  font-size: .82rem;
  line-height: 1.7;
}

.lh-footer-socials {
  display: flex;
  gap: .5rem;
  margin-top: 1.4rem;
}

.lh-footer-socials a {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 9px;
  color: #b8c6da;
  transition: color .2s ease, background .2s ease;
}

.lh-footer-socials a:hover {
  color: #fff;
  background: var(--lh-blue-2);
}

.lh-footer h3 {
  margin: .3rem 0 1.1rem;
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lh-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lh-footer li { margin-bottom: .7rem; }

.lh-footer li a,
.lh-footer-contact {
  color: #91a1ba;
  font-size: .82rem;
  transition: color .2s ease;
}

.lh-footer li a:hover,
.lh-footer-contact:hover {
  color: #fff;
}

.lh-footer-contact i {
  margin-left: .3rem;
  font-size: .65rem;
}

.lh-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 4rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #7587a5;
  font-size: .68rem;
}

.lh-footer-bottom a {
  color: #a9c8ff;
}

.lh-footer-bottom a:hover { color: #fff; }

.scroll-to-top {
  position: fixed;
  z-index: 999;
  right: 1.25rem;
  bottom: 1.25rem;
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #fff;
  background: var(--lh-blue-2);
  box-shadow: 0 .7rem 1.4rem rgba(37, 68, 127, .25);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease;
}

.scroll-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .lh-navbar .navbar-collapse {
    margin-top: .75rem;
    padding: .7rem;
    border: 1px solid var(--lh-border);
    border-radius: 13px;
    background: #fff;
    box-shadow: var(--lh-shadow);
  }

  .lh-nav-divider { display: none; }
  .lh-nav-cta { margin-top: .5rem; }
  .lh-hero { min-height: auto; padding-top: 140px; }
  .lh-hero-visual { min-height: 480px; margin-top: 1rem; }
  .lh-rating { justify-content: flex-start; }
  .lh-price-card-featured { transform: none; }
}

@media (max-width: 767.98px) {
  .lh-hero { padding: 125px 0 85px; }
  .lh-hero h1 { font-size: clamp(2.75rem, 13vw, 4.1rem); }
  .lh-hero-lead { font-size: 1rem; }
  .lh-hero-actions { align-items: flex-start; flex-direction: column; gap: 1.1rem; }
  .lh-hero-visual { min-height: 365px; }
  .lh-dashboard-card { top: 32px; right: -18px; width: calc(100% + 18px); transform: rotate(0); }
  .lh-dashboard-sidebar { width: 54px; padding-right: .55rem; padding-left: .55rem; }
  .lh-dashboard-content { padding: 1.1rem .8rem; }
  .lh-dashboard-date { display: none; }
  .lh-floating-members { bottom: 0; left: -4px; }
  .lh-floating-event { top: -4px; right: -5px; }
  .lh-floating-card { min-width: 155px; padding: .5rem; }
  .lh-floating-card strong { font-size: .58rem; }
  .lh-client-strip { padding: 2.2rem 0; }
  .lh-section { padding: 78px 0; }
  .lh-context-visual { min-height: 390px; padding: 2.3rem 1rem; }
  .lh-context-badge { font-size: .56rem; }
  .badge-one { left: 8px; }
  .badge-two { right: 8px; }
  .lh-story-image { min-height: 360px; }
  .lh-cta-section { padding-bottom: 78px; }
  .lh-cta-card { padding: 2.3rem 1.5rem; }
  .lh-cta-card .text-lg-end { text-align: left !important; }
  .lh-footer { padding-top: 58px; }
  .lh-footer-bottom { align-items: flex-start; flex-direction: column; margin-top: 3rem; }
}

@media (max-width: 420px) {
  .lh-dashboard-content { padding-right: .55rem; padding-left: .55rem; }
  .lh-dashboard-heading strong { font-size: .8rem; }
  .lh-stat-grid { gap: .4rem; }
  .lh-stat-card { padding: .55rem; }
  .lh-stat-card strong { font-size: 1rem; }
  .lh-floating-event { display: none; }
}
