:root {
  --lh-navy: #3b0000;
  --lh-primary-dark: #5c0000;
  --lh-primary: #800000;
  --lh-primary-light: #b34d4d;
  --lh-soft: #f7ebeb;
  --lh-soft-2: #fcf6f6;
  --lh-text: #1b2a44;
  --lh-muted: #6d7d96;
  --lh-border: #eadada;
  --lh-purple: #6c1f1f;
  --lh-gold: #d89a3b;
  --lh-shadow: 0 1.5rem 4rem rgba(59, 0, 0, 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(59, 0, 0, .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-primary);
}

.lh-brand-mark {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(128, 0, 0, .14);
  border-radius: 13px;
  background: var(--lh-soft);
  box-shadow: 0 .5rem 1rem rgba(128, 0, 0, .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-primary);
}

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

.lh-login-link {
  color: var(--lh-primary-dark) !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-primary-dark), var(--lh-primary));
  box-shadow: 0 .7rem 1.5rem rgba(128, 0, 0, .22);
}

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

.lh-btn-outline {
  color: var(--lh-primary-dark);
  border-color: #dfc4c4;
  background: #fff;
}

.lh-btn-outline:hover {
  color: var(--lh-primary-dark);
  border-color: var(--lh-primary-light);
  background: var(--lh-soft-2);
}

.lh-btn-light {
  color: var(--lh-primary-dark) !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, #fcf6f6 0%, #f8eeee 55%, #fff 100%);
}

.lh-hero::before {
  position: absolute;
  top: -240px;
  right: -100px;
  width: 640px;
  height: 640px;
  border: 1px solid rgba(179, 77, 77, .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(108, 31, 31, .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(128, 0, 0, .08);
}

.lh-hero-orb-two {
  top: 180px;
  left: 46%;
  width: 18px;
  height: 18px;
  background: rgba(108, 31, 31, .4);
  box-shadow: 16px 18px 0 rgba(179, 77, 77, .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-primary);
  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-primary);
}

.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-primary-dark);
  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-primary);
}

.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(179, 77, 77, .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(59, 0, 0, .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-primary);
  font-size: .68rem;
}

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

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

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

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

.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-primary-dark), var(--lh-primary));
  font-size: .6rem;
  font-weight: 800;
}

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

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

.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: #963b3b; background: #f8eaea; }
.lh-stat-icon.purple { color: #6c1f1f; background: #f7e7e7; }

.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(59, 0, 0, .16);
  backdrop-filter: blur(12px);
}

.lh-floating-people {
  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-primary);
  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 #e4caca;
  border-radius: 50%;
  color: var(--lh-primary);
}

.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: #914040; }
.lh-tone-gold { background: #c3903c; }
.lh-tone-red { background: #b65b62; }
.lh-tone-navy { background: #571b1b; }

.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(59, 0, 0, .035);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

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

.lh-feature-card-highlight {
  border-color: transparent;
  background: linear-gradient(145deg, var(--lh-primary-dark), var(--lh-primary));
  box-shadow: 0 1.2rem 2.7rem rgba(128, 0, 0, .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-primary);
  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(179, 77, 77, .22), transparent 26%), linear-gradient(145deg, #f8eaea, #fcf6f6 65%, #f7eeee);
}

.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(108, 31, 31, .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(128, 0, 0, .14);
  backdrop-filter: blur(10px);
}

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

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

.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 #ead8d8;
  box-shadow: 0 .4rem 1rem rgba(128, 0, 0, .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-primary);
  background: var(--lh-soft);
  font-size: .8rem;
}

.lh-context-option-icon.gold { color: #b9802a; background: #fff6e7; }
.lh-context-option-icon.purple { color: #6c1f1f; background: #f7e7e7; }

.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(128, 0, 0, .1);
  font-size: .65rem;
  font-weight: 800;
}

.lh-context-badge i { color: var(--lh-primary); }
.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 #e0caca;
  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(59, 0, 0, .12), rgba(59, 0, 0, .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(59, 0, 0, .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(50, 0, 0, .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-primary);
  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(59, 0, 0, .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, #8c3434, #c97979); }
.lh-person-avatar.purple { background: linear-gradient(135deg, #6c1f1f, #b85f5f); }
.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-pricing-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .65rem;
  margin: 0 auto 1.8rem;
}

.lh-cycle-switch {
  position: relative;
  display: inline-flex;
  min-width: 210px;
  padding: .25rem;
  border: 1px solid #ead8d8;
  border-radius: 999px;
  background: #f4f7fb;
  box-shadow: 0 .5rem 1.5rem rgba(59, 0, 0, .07);
}

.lh-cycle-indicator {
  position: absolute;
  z-index: 0;
  top: .25rem;
  left: .25rem;
  width: calc(50% - .25rem);
  height: calc(100% - .5rem);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 .25rem .75rem rgba(59, 0, 0, .12);
  transition: transform .3s cubic-bezier(.22, 1, .36, 1);
}

.lh-cycle-switch.is-annual .lh-cycle-indicator {
  transform: translateX(100%);
}

.lh-cycle-option {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: .55rem .8rem;
  border: 0;
  border-radius: 999px;
  color: var(--lh-muted);
  background: transparent;
  font-size: .76rem;
  font-weight: 800;
  transition: color .25s ease;
}

.lh-cycle-option.active {
  color: var(--lh-navy);
}

.lh-cycle-caption {
  color: var(--lh-muted);
  font-size: .72rem;
}

.lh-price-carousel {
  display: flex;
  align-items: center;
  gap: .65rem;
}

.lh-price-track {
  display: flex;
  flex: 1 1 auto;
  gap: 1.25rem;
  min-width: 0;
  padding: .85rem .5rem 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #d9bebe transparent;
}

.lh-price-slide {
  flex: 0 0 calc(25% - .95rem);
  min-width: 0;
  scroll-snap-align: start;
}

.lh-price-arrow {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 1px solid #eadada;
  border-radius: 50%;
  color: var(--lh-primary);
  background: #fff;
  box-shadow: 0 .4rem 1rem rgba(59, 0, 0, .08);
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.lh-price-arrow:hover {
  color: #fff;
  background: var(--lh-primary);
  transform: translateY(-2px);
}

.lh-price-cycle[hidden] {
  display: none !important;
}

.lh-commercial-team {
  display: grid;
  gap: .75rem;
}

.lh-commercial-contact {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .9rem 1rem;
  border: 1px solid var(--lh-border);
  border-radius: 12px;
  background: #fff;
}

.lh-commercial-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background: var(--lh-primary);
}

.lh-commercial-contact strong,
.lh-commercial-contact small {
  display: block;
}

.lh-commercial-contact strong {
  color: var(--lh-navy);
  font-size: .86rem;
}

.lh-commercial-contact small {
  margin-top: .2rem;
  color: var(--lh-muted);
  font-size: .72rem;
}

.lh-contact-action {
  color: var(--lh-muted);
  text-decoration: none;
}

.lh-contact-action:hover {
  color: var(--lh-primary);
  text-decoration: underline;
}

.lh-contact-whatsapp {
  margin-right: .4rem;
  color: #20a464;
  font-size: .95rem;
}

.lh-contact-separator {
  margin: 0 .35rem;
  color: #c3ccda;
}

.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(59, 0, 0, .035);
}

.lh-price-card-featured {
  border-color: var(--lh-primary);
  box-shadow: 0 1rem 2.5rem rgba(128, 0, 0, .16);
}

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

.lh-price-label {
  color: var(--lh-primary);
  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-plan-details-link {
  display: block;
  width: 100%;
  margin-top: .55rem;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: .78rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

.lh-plan-details-link i { font-size: .7rem; }

.lh-plan-details-link:hover { text-decoration: none; }

.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-primary);
  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-primary-dark) 66%, var(--lh-primary));
  box-shadow: 0 1.5rem 3.5rem rgba(59, 0, 0, .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: #f1b5b5;
}

.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: #d8bebe;
  background: #260000;
}

.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-primary);
  font-size: .8rem;
}

.lh-footer-description {
  max-width: 300px;
  margin: 1.1rem 0 0;
  color: #a58c8c;
  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: #d8bebe;
  transition: color .2s ease, background .2s ease;
}

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

.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: #a58c8c;
  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: #f1b5b5;
}

.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-primary);
  box-shadow: 0 .7rem 1.4rem rgba(128, 0, 0, .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: 1199.98px) {
  .lh-price-slide { flex-basis: calc(33.333% - .85rem); }
}

@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-slide { flex-basis: calc(50% - .65rem); }
}

@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-people { 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-price-slide { flex-basis: 84%; }
  .lh-price-arrow { flex-basis: 36px; width: 36px; height: 36px; }
  .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; }
}

/* SelfGo — identidade pública */
:root {
  --sg-maroon: #800000;
  --sg-maroon-dark: #430000;
  --sg-ink: #2e2024;
  --sg-muted: #776a6b;
  --sg-cream: #fffaf6;
  --sg-soft: #f6eaea;
  --sg-mint: #b8ddc9;
  --sg-coral: #df8d72;
}

.sg-landing { overflow: hidden; background: var(--sg-cream); color: var(--sg-ink); }
.sg-header { position: fixed; inset: 0 0 auto; z-index: 1030; transition: background .25s ease, box-shadow .25s ease; }
.sg-header.is-scrolled { background: rgba(255,250,246,.92); box-shadow: 0 1rem 2rem rgba(67,0,0,.08); backdrop-filter: blur(16px); }
.sg-navbar { padding: 1.2rem 0; }
.sg-brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--sg-ink); text-decoration: none; }
.sg-brand:hover { color: var(--sg-maroon); }
.sg-brand-mark, .sg-footer-mark { display: inline-flex; align-items: center; justify-content: center; width: 2.6rem; height: 2.6rem; border-radius: .85rem; color: #fff; background: var(--sg-maroon); box-shadow: .4rem .5rem 0 var(--sg-coral); }
.sg-brand-copy, .sg-footer-brand { display: flex; flex-direction: column; line-height: 1; }
.sg-brand-copy strong { font-size: 1.25rem; letter-spacing: -.04em; }
.sg-brand-copy small { margin-top: .35rem; color: var(--sg-muted); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.sg-navbar .nav-link { color: var(--sg-ink); font-size: .88rem; font-weight: 600; }
.sg-navbar .nav-link:hover, .sg-navbar .sg-login-link { color: var(--sg-maroon); }
.sg-nav-divider { width: 1px; height: 1.35rem; margin: 0 .55rem; background: rgba(67,0,0,.15); }
.sg-navbar-toggler { border: 0; color: var(--sg-maroon); }
.sg-navbar-toggler:focus { box-shadow: none; }
.sg-btn { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; border-radius: .75rem; padding: .72rem 1.15rem; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.sg-btn:hover { transform: translateY(-2px); }
.sg-btn-primary { color: #fff; border-color: var(--sg-maroon); background: var(--sg-maroon); box-shadow: 0 .9rem 1.8rem rgba(128,0,0,.2); }
.sg-btn-primary:hover { color: #fff; border-color: var(--sg-maroon-dark); background: var(--sg-maroon-dark); }
.sg-btn-outline { color: var(--sg-maroon); border: 1px solid rgba(128,0,0,.28); background: transparent; }
.sg-btn-outline:hover { color: #fff; background: var(--sg-maroon); }
.sg-btn-light { color: var(--sg-maroon); border-color: #fff; background: #fff; }
.sg-btn-light:hover { color: var(--sg-maroon-dark); background: #fff4ee; }
.sg-btn-lg { padding: .95rem 1.35rem; }
.sg-hero { position: relative; padding: 10rem 0 7.5rem; background: radial-gradient(circle at 10% 10%, rgba(223,141,114,.2), transparent 25%), radial-gradient(circle at 90% 15%, rgba(184,221,201,.38), transparent 28%), var(--sg-cream); }
.sg-hero-shape { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.sg-hero-shape-one { width: 34rem; height: 34rem; right: -19rem; top: 9rem; background: rgba(128,0,0,.06); }
.sg-hero-shape-two { width: 10rem; height: 10rem; left: 3%; bottom: 5%; border: 1px solid rgba(128,0,0,.13); }
.sg-eyebrow, .sg-kicker { color: var(--sg-maroon); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.sg-eyebrow { display: inline-flex; align-items: center; gap: .5rem; margin-bottom: 1.35rem; }
.sg-eyebrow span { width: .55rem; height: .55rem; border-radius: 50%; background: var(--sg-coral); box-shadow: 0 0 0 .3rem rgba(223,141,114,.18); }
.sg-hero h1 { max-width: 620px; margin: 0; color: var(--sg-maroon-dark); font-size: clamp(3.4rem, 7vw, 6.7rem); font-weight: 800; letter-spacing: -.075em; line-height: .92; }
.sg-hero h1 em { color: var(--sg-maroon); font-style: normal; position: relative; }
.sg-hero h1 em::after { content: ''; position: absolute; left: 2%; right: 4%; bottom: -.4rem; height: .42rem; border-radius: 50%; background: var(--sg-coral); transform: rotate(-2deg); opacity: .85; }
.sg-hero-lead { max-width: 540px; margin: 1.8rem 0 1.8rem; color: var(--sg-muted); font-size: 1.1rem; line-height: 1.7; }
.sg-hero-actions { display: flex; align-items: center; gap: 1.35rem; flex-wrap: wrap; }
.sg-text-link { display: inline-flex; align-items: center; gap: .55rem; color: var(--sg-maroon); font-size: .9rem; font-weight: 700; text-decoration: none; }
.sg-text-link:hover { color: var(--sg-maroon-dark); }
.sg-text-link-dark { color: var(--sg-maroon-dark); }
.sg-hero-trust { display: flex; gap: 1.25rem; flex-wrap: wrap; margin-top: 2.1rem; color: var(--sg-muted); font-size: .78rem; font-weight: 600; }
.sg-hero-trust i { margin-right: .35rem; color: var(--sg-maroon); }
.sg-hero-stage { position: relative; min-height: 530px; display: flex; align-items: center; justify-content: center; }
.sg-hero-orbit { position: absolute; border: 1px solid rgba(128,0,0,.13); border-radius: 50%; transform: rotate(-20deg); }
.sg-hero-orbit-one { width: 32rem; height: 19rem; }
.sg-hero-orbit-two { width: 23rem; height: 34rem; transform: rotate(35deg); border-color: rgba(223,141,114,.35); }
.sg-console { position: relative; z-index: 2; width: min(100%, 560px); overflow: hidden; border: 1px solid rgba(67,0,0,.1); border-radius: 1.3rem; background: rgba(255,255,255,.92); box-shadow: 1.5rem 2rem 4rem rgba(67,0,0,.16), -.8rem 1rem 0 rgba(223,141,114,.28); transform: rotate(2deg); }
.sg-console-top { display: flex; align-items: center; justify-content: space-between; padding: .95rem 1.1rem; border-bottom: 1px solid #f0e7e4; }
.sg-console-brand, .sg-console-actions { display: flex; align-items: center; gap: .6rem; }
.sg-console-brand span { display: inline-flex; align-items: center; justify-content: center; width: 1.6rem; height: 1.6rem; border-radius: .45rem; color: #fff; background: var(--sg-maroon); font-size: .7rem; }
.sg-console-brand strong { color: var(--sg-maroon-dark); font-size: .8rem; }
.sg-console-actions { color: #b7abad; font-size: .75rem; }.sg-console-avatar { display: inline-flex; align-items: center; justify-content: center; width: 1.8rem; height: 1.8rem; border-radius: 50%; color: #fff; background: var(--sg-coral); font-size: .55rem; font-weight: 800; }
.sg-console-body { display: flex; min-height: 380px; }.sg-console-side { display: flex; width: 58px; flex-direction: column; align-items: center; gap: 1.15rem; padding: 1.25rem .5rem; color: #c5bbbc; background: #fffdfc; }.sg-console-side span { display: inline-flex; align-items: center; justify-content: center; width: 2.1rem; height: 2.1rem; border-radius: .65rem; font-size: .75rem; }.sg-console-side .sg-side-active { color: #fff; background: var(--sg-maroon); box-shadow: 0 .4rem .8rem rgba(128,0,0,.2); }
.sg-console-main { flex: 1; padding: 1.35rem; background: #fbf8f6; }.sg-console-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: .75rem; }.sg-console-heading small, .sg-kpi small, .sg-chart-heading small, .sg-order-row small { display: block; color: #9b8e90; font-size: .58rem; }.sg-console-heading strong { display: block; margin-top: .3rem; color: var(--sg-maroon-dark); font-size: 1.15rem; }.sg-console-heading button { border: 0; border-radius: .55rem; padding: .5rem .65rem; color: #fff; background: var(--sg-maroon); font-size: .58rem; font-weight: 700; }
.sg-kpi-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; margin-top: 1.15rem; }.sg-kpi { position: relative; padding: .8rem; border: 1px solid #f0e6e2; border-radius: .8rem; background: #fff; }.sg-kpi-icon { display: inline-flex; align-items: center; justify-content: center; width: 1.8rem; height: 1.8rem; margin-bottom: .55rem; border-radius: .55rem; font-size: .65rem; }.sg-kpi-icon-coral { color: #a64b34; background: #f7d9ce; }.sg-kpi-icon-mint { color: #397357; background: #d8efe1; }.sg-kpi strong { display: block; margin: .25rem 0; color: var(--sg-maroon-dark); font-size: 1.35rem; }.sg-kpi em { color: #4e9770; font-size: .58rem; font-style: normal; font-weight: 700; }
.sg-chart-card { margin-top: .75rem; padding: .9rem; border: 1px solid #f0e6e2; border-radius: .8rem; background: #fff; }.sg-chart-heading { display: flex; justify-content: space-between; }.sg-chart-heading strong { display: block; margin-top: .2rem; color: var(--sg-ink); font-size: .72rem; }.sg-chart-heading > i { color: #b7abad; font-size: .7rem; }.sg-bars { display: flex; align-items: end; gap: .55rem; height: 105px; padding: .8rem .35rem .35rem; border-bottom: 1px solid #f0e6e2; }.sg-bars i { flex: 1; min-height: 15px; border-radius: .35rem .35rem 0 0; background: #e8d1cc; }.sg-bars i.is-current { background: var(--sg-maroon); }.sg-chart-labels { display: flex; justify-content: space-between; margin-top: .45rem; color: #ad9fa0; font-size: .52rem; text-transform: uppercase; }.sg-order-row { display: flex; align-items: center; gap: .65rem; margin-top: .75rem; padding: .7rem .8rem; border-radius: .8rem; background: #fff; }.sg-order-status { display: inline-flex; align-items: center; justify-content: center; width: 1.65rem; height: 1.65rem; border-radius: 50%; color: #3b8a61; background: #dff2e5; font-size: .65rem; }.sg-order-row strong { display: block; color: var(--sg-ink); font-size: .68rem; }.sg-order-row b { margin-left: auto; color: var(--sg-maroon); font-size: .7rem; }.sg-float-card { position: absolute; z-index: 3; display: flex; flex-direction: column; gap: .15rem; padding: .8rem .9rem; border: 1px solid rgba(67,0,0,.08); border-radius: .85rem; background: rgba(255,255,255,.93); box-shadow: 0 1rem 2rem rgba(67,0,0,.13); }.sg-float-card small { color: #998c8d; font-size: .58rem; }.sg-float-card strong { color: var(--sg-maroon-dark); font-size: .72rem; }.sg-float-card-one { left: -1.6rem; bottom: 4.5rem; }.sg-float-card-one span { color: var(--sg-coral); font-size: .75rem; }.sg-float-card-two { right: -1.1rem; top: 4.2rem; }.sg-pulse-dot { display: inline-block; width: .5rem; height: .5rem; margin-bottom: .2rem; border-radius: 50%; background: #4e9770; box-shadow: 0 0 0 .3rem #dff2e5; }
.sg-section { padding: 7.5rem 0; }.sg-feature-section { background: #fff; }.sg-section-heading h2, .sg-flow-section h2, .sg-ecosystem-card h2, .sg-faq-section h2, .sg-cta-card h2 { margin: .7rem 0 0; color: var(--sg-maroon-dark); font-size: clamp(2.25rem, 4vw, 4rem); font-weight: 800; letter-spacing: -.065em; line-height: .98; }.sg-section-heading h2 span, .sg-flow-section h2 span, .sg-ecosystem-card h2 span { color: var(--sg-maroon); }.sg-section-heading p, .sg-section-intro { color: var(--sg-muted); font-size: 1rem; line-height: 1.7; }
.sg-feature-card { position: relative; height: 100%; padding: 1.5rem; border: 1px solid #eee1de; border-radius: 1rem; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }.sg-feature-card:hover { transform: translateY(-6px); box-shadow: 0 1.2rem 2.5rem rgba(67,0,0,.09); }.sg-feature-card-highlight { color: #fff; border-color: var(--sg-maroon); background: var(--sg-maroon); }.sg-feature-icon { display: inline-flex; align-items: center; justify-content: center; width: 2.75rem; height: 2.75rem; margin-bottom: 2.6rem; border-radius: .8rem; color: var(--sg-maroon); background: var(--sg-soft); }.sg-feature-card-highlight .sg-feature-icon { color: var(--sg-maroon); background: #fff; }.sg-feature-card h3 { margin-bottom: .75rem; font-size: 1.1rem; }.sg-feature-card p { min-height: 105px; margin-bottom: 1.3rem; color: var(--sg-muted); font-size: .88rem; line-height: 1.65; }.sg-feature-card-highlight p { color: rgba(255,255,255,.72); }.sg-feature-card a { color: var(--sg-maroon); }.sg-feature-card-highlight a { color: #fff; }
.sg-flow-section { background: var(--sg-soft); }.sg-flow-stamp { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 2rem; color: var(--sg-maroon); font-size: .75rem; font-weight: 800; }.sg-flow-stamp i { display: inline-flex; align-items: center; justify-content: center; width: 2.2rem; height: 2.2rem; border-radius: 50%; color: #fff; background: var(--sg-maroon); }.sg-steps { border-top: 1px solid rgba(128,0,0,.18); }.sg-step { display: flex; gap: 1.2rem; padding: 1.45rem 0; border-bottom: 1px solid rgba(128,0,0,.18); }.sg-step-number { color: var(--sg-coral); font-size: .78rem; font-weight: 800; letter-spacing: .1em; }.sg-step h3 { margin: 0 0 .35rem; color: var(--sg-maroon-dark); font-size: 1.15rem; }.sg-step p { margin: 0; color: var(--sg-muted); font-size: .9rem; line-height: 1.6; }
.sg-ecosystem-section { padding-top: 0; background: var(--sg-soft); }.sg-ecosystem-card, .sg-cta-card { position: relative; overflow: hidden; border-radius: 1.5rem; color: #fff; background: var(--sg-maroon-dark); }.sg-ecosystem-card { padding: 4.2rem; }.sg-ecosystem-card h2, .sg-cta-card h2 { color: #fff; }.sg-ecosystem-card h2 span, .sg-cta-card h2 span { color: var(--sg-coral); }.sg-ecosystem-card p, .sg-cta-card p { max-width: 650px; margin: 1.25rem 0 0; color: rgba(255,255,255,.7); line-height: 1.7; }.sg-kicker-light { color: var(--sg-coral); }.sg-ecosystem-pattern, .sg-cta-decoration { position: absolute; width: 32rem; height: 32rem; right: -12rem; top: -14rem; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(255,255,255,.025), 0 0 0 10rem rgba(255,255,255,.025); }.sg-ecosystem-list { display: grid; gap: .8rem; }.sg-ecosystem-list span { padding: .75rem 1rem; border: 1px solid rgba(255,255,255,.14); border-radius: .7rem; color: rgba(255,255,255,.88); font-size: .85rem; }.sg-ecosystem-list i { margin-right: .5rem; color: var(--sg-mint); }
.sg-pricing-section { background: #fff; }.sg-cycle-wrap { display: flex; justify-content: center; align-items: center; gap: 1rem; margin: 2.5rem 0 1.5rem; color: var(--sg-muted); font-size: .75rem; }.sg-cycle-switch { display: inline-flex; padding: .25rem; border-radius: 999px; background: var(--sg-soft); }.sg-cycle-switch button { border: 0; border-radius: 999px; padding: .55rem 1rem; color: var(--sg-muted); background: transparent; font-size: .75rem; font-weight: 700; }.sg-cycle-switch button.active { color: #fff; background: var(--sg-maroon); box-shadow: 0 .35rem .8rem rgba(128,0,0,.18); }.sg-plan-card { position: relative; height: 100%; padding: 2rem; border: 1px solid #eadbd7; border-radius: 1.1rem; background: #fffaf8; }.sg-plan-card.is-featured { border: 2px solid var(--sg-maroon); box-shadow: 0 1rem 2.4rem rgba(128,0,0,.12); transform: translateY(-.5rem); }.sg-plan-badge { position: absolute; top: -1px; right: 1.2rem; padding: .45rem .75rem; border-radius: 0 0 .55rem .55rem; color: #fff; background: var(--sg-maroon); font-size: .63rem; font-weight: 800; }.sg-plan-label { color: var(--sg-coral); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.sg-plan-card h3 { margin: .65rem 0 .6rem; color: var(--sg-maroon-dark); font-size: 1.6rem; }.sg-plan-card > p { min-height: 72px; color: var(--sg-muted); font-size: .86rem; line-height: 1.6; }.sg-plan-price { display: flex; align-items: baseline; gap: .28rem; min-height: 62px; margin: 1.4rem 0; color: var(--sg-maroon); }.sg-plan-price span { font-size: .85rem; font-weight: 700; }.sg-plan-price strong { font-size: 2.3rem; letter-spacing: -.06em; }.sg-plan-price small { color: var(--sg-muted); font-size: .72rem; }.sg-plan-card ul { min-height: 140px; padding: 1.1rem 0; margin: 0 0 1.25rem; border-top: 1px solid #eadbd7; list-style: none; }.sg-plan-card li { display: flex; gap: .55rem; margin: .55rem 0; color: var(--sg-muted); font-size: .8rem; }.sg-plan-card li i { color: #4e9770; }.sg-commercial-list { display: grid; gap: .7rem; }.sg-commercial-item { display: flex; gap: .75rem; padding: .75rem; border: 1px solid #eee1de; border-radius: .7rem; }.sg-commercial-item > i { color: var(--sg-maroon); }.sg-commercial-item strong, .sg-commercial-item small { display: block; }.sg-commercial-item small { margin-top: .2rem; color: var(--sg-muted); }.sg-commercial-item a { color: var(--sg-maroon); }
.sg-faq-section { background: var(--sg-cream); }.sg-accordion .accordion-item { border: 0; border-bottom: 1px solid #eadbd7; background: transparent; }.sg-accordion .accordion-button { padding: 1.35rem 0; color: var(--sg-maroon-dark); background: transparent; box-shadow: none; font-size: 1rem; font-weight: 700; }.sg-accordion .accordion-button::after { background-size: .8rem; }.sg-accordion .accordion-body { padding: 0 2rem 1.35rem 0; color: var(--sg-muted); font-size: .9rem; line-height: 1.7; }
.sg-cta-section { padding: 0 0 7.5rem; background: var(--sg-cream); }.sg-cta-card { padding: 4rem; background: linear-gradient(120deg, var(--sg-maroon-dark), var(--sg-maroon)); }.sg-cta-login { display: block; margin-top: 1rem; color: rgba(255,255,255,.75); font-size: .78rem; font-weight: 700; text-decoration: none; }.sg-cta-login:hover { color: #fff; }.sg-cta-decoration { right: -8rem; top: -18rem; }
.sg-footer { padding: 5rem 0 2rem; color: rgba(255,255,255,.68); background: #250004; }.sg-footer-brand { align-items: flex-start; gap: .8rem; color: #fff; font-size: 1.25rem; font-weight: 800; text-decoration: none; }.sg-footer-mark { flex: 0 0 auto; width: 2.4rem; height: 2.4rem; box-shadow: .35rem .35rem 0 var(--sg-coral); }.sg-footer-description { max-width: 310px; margin: 1.3rem 0; color: rgba(255,255,255,.62); font-size: .86rem; line-height: 1.7; }.sg-footer-socials { display: flex; gap: .55rem; }.sg-footer-socials a { display: inline-flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: #fff; text-decoration: none; }.sg-footer h3 { margin-bottom: 1.15rem; color: #fff; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }.sg-footer ul { padding: 0; margin: 0; list-style: none; }.sg-footer li { margin-bottom: .6rem; }.sg-footer li a, .sg-footer-contact { color: rgba(255,255,255,.62); font-size: .82rem; text-decoration: none; }.sg-footer li a:hover, .sg-footer-contact:hover { color: #fff; }.sg-footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 4rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); font-size: .72rem; }.sg-footer-bottom a { color: rgba(255,255,255,.75); }
.sg-header + main { position: relative; }.sg-landing .accordion-button:not(.collapsed) { color: var(--sg-maroon); }
@media (max-width: 991.98px) { .sg-navbar .navbar-collapse { padding: 1rem; margin-top: .75rem; border-radius: 1rem; background: #fff; box-shadow: 0 1rem 2rem rgba(67,0,0,.1); }.sg-hero { padding-top: 8.5rem; }.sg-hero-stage { min-height: 460px; }.sg-ecosystem-card, .sg-cta-card { padding: 2.5rem; }.sg-plan-card.is-featured { transform: none; } }
@media (max-width: 767.98px) { .sg-hero { padding-bottom: 5rem; }.sg-hero h1 { font-size: clamp(3.15rem, 15vw, 5rem); }.sg-hero-actions { align-items: flex-start; flex-direction: column; }.sg-hero-stage { min-height: 370px; margin-top: 1rem; }.sg-console { transform: none; }.sg-console-main { padding: .85rem; }.sg-console-heading button { display: none; }.sg-console-side { width: 42px; }.sg-float-card-one { left: -.6rem; bottom: 1rem; }.sg-float-card-two { right: -.4rem; top: 1.2rem; }.sg-section { padding: 5rem 0; }.sg-feature-card p { min-height: auto; }.sg-ecosystem-card { padding: 2rem 1.4rem; }.sg-cycle-wrap { align-items: flex-start; flex-direction: column; }.sg-cta-section { padding-bottom: 5rem; }.sg-cta-card { padding: 2.2rem 1.4rem; }.sg-footer-bottom { align-items: flex-start; flex-direction: column; margin-top: 2.5rem; } }
