:root {
  --si-primary: #b96a33;
  --si-primary-rgb: 185, 106, 51;
  --si-link-color-rgb: 185, 106, 51;
  --si-link-hover-color-rgb: 150, 83, 35;
  --li-night: #0d1626;
  --li-night-rgb: 13, 22, 38;
  --li-navy: #17263c;
  --li-paper: #f5f1e8;
  --li-paper-rgb: 245, 241, 232;
  --li-sage: #6d7d68;
  --li-line: rgba(18, 33, 55, 0.1);
  --li-shadow: 0 24px 60px rgba(13, 22, 38, 0.12);
}

body {
  background:
    radial-gradient(circle at top left, rgba(185, 106, 51, 0.12), transparent 34%),
    radial-gradient(circle at top right, rgba(39, 94, 120, 0.08), transparent 28%),
    var(--li-paper);
  color: #16263a;
}

[data-bs-theme="dark"] body {
  background:
    radial-gradient(circle at top left, rgba(185, 106, 51, 0.16), transparent 26%),
    radial-gradient(circle at top right, rgba(109, 125, 104, 0.14), transparent 24%),
    #0b1321;
  color: #eef2f8;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
h4,
h1,
h2,
h3 {
  font-family: var(--li-font-serif);
  letter-spacing: -0.04em;
}

.page-shell {
  position: relative;
  overflow: hidden;
}

.li-header {
  background: rgba(245, 241, 232, 0.72);
  border-bottom: 1px solid rgba(18, 33, 55, 0.08);
  backdrop-filter: blur(18px);
}

[data-bs-theme="dark"] .li-header {
  background: rgba(13, 22, 38, 0.7);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.li-header .navbar-brand {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.li-header .nav-link {
  font-weight: 600;
}

.li-header .nav-link.active,
.li-header .nav-link[aria-current="page"] {
  color: var(--si-primary);
}

.li-theme-toggle {
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(18, 33, 55, 0.12);
  background: rgba(255, 255, 255, 0.7);
  color: #16263a;
  box-shadow: 0 14px 30px rgba(13, 22, 38, 0.08);
  backdrop-filter: blur(10px);
}

.li-theme-toggle:hover,
.li-theme-toggle:focus {
  border-color: rgba(185, 106, 51, 0.3);
  background: rgba(255, 255, 255, 0.92);
  color: #16263a;
}

[data-bs-theme="dark"] .li-theme-toggle {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #eef2f8;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

[data-bs-theme="dark"] .li-theme-toggle:hover,
[data-bs-theme="dark"] .li-theme-toggle:focus {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.li-footer .li-theme-toggle {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  box-shadow: none;
}

.li-footer .li-theme-toggle:hover,
.li-footer .li-theme-toggle:focus {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.li-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.li-kicker-light {
  background: rgba(185, 106, 51, 0.08);
  border-color: rgba(185, 106, 51, 0.18);
  color: #8a4a21;
}

.li-hero,
.li-page-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.li-hero {
  padding: 8.5rem 0 5.75rem;
  background:
    linear-gradient(140deg, rgba(13, 22, 38, 0.95), rgba(23, 38, 60, 0.92)),
    url("/cdn/Silicon/assets/img/landing/saas-3/hero/hero-bg.jpg") center/cover no-repeat;
}

.li-page-hero {
  padding: 8rem 0 4.5rem;
  background:
    linear-gradient(140deg, rgba(13, 22, 38, 0.94), rgba(23, 38, 60, 0.88)),
    url("/cdn/Silicon/assets/img/landing/saas-3/hero/hero-bg.jpg") center/cover no-repeat;
}

.li-hero::before,
.li-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(250, 214, 165, 0.16), transparent 28%),
    radial-gradient(circle at bottom left, rgba(109, 125, 104, 0.16), transparent 26%);
  pointer-events: none;
}

.li-hero > .container,
.li-page-hero > .container {
  position: relative;
  z-index: 1;
}

.li-hero-copy p,
.li-page-hero p {
  color: rgba(239, 243, 249, 0.78);
}

.li-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.li-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
}

.li-hero-visual,
.li-visual-stack {
  position: relative;
}

.li-hero-main,
.li-visual-card,
.li-panel,
.li-problem-card,
.li-value-card,
.li-audience-card,
.li-compare-card,
.li-mini-card,
.li-cta-band {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(18, 33, 55, 0.08);
  box-shadow: var(--li-shadow);
  backdrop-filter: blur(10px);
}

[data-bs-theme="dark"] .li-hero-main,
[data-bs-theme="dark"] .li-visual-card,
[data-bs-theme="dark"] .li-panel,
[data-bs-theme="dark"] .li-problem-card,
[data-bs-theme="dark"] .li-value-card,
[data-bs-theme="dark"] .li-audience-card,
[data-bs-theme="dark"] .li-compare-card,
[data-bs-theme="dark"] .li-mini-card,
[data-bs-theme="dark"] .li-cta-band {
  background: rgba(13, 22, 38, 0.72);
  border-color: rgba(255, 255, 255, 0.08);
}

.li-hero-main,
.li-visual-card,
.li-panel,
.li-problem-card,
.li-value-card,
.li-audience-card,
.li-compare-card,
.li-mini-card,
.li-cta-band {
  border-radius: 1.5rem;
}

.li-hero-main img,
.li-visual-card img {
  display: block;
  width: 100%;
  height: auto;
}

.li-floating-card {
  position: absolute;
  min-width: 12rem;
  max-width: 15rem;
  padding: 1rem 1.1rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(18, 33, 55, 0.08);
  box-shadow: 0 18px 40px rgba(13, 22, 38, 0.2);
}

[data-bs-theme="dark"] .li-floating-card {
  background: rgba(9, 16, 27, 0.9);
  border-color: rgba(255, 255, 255, 0.08);
}

.li-floating-card.top {
  top: -1.25rem;
  left: -1rem;
}

.li-floating-card.bottom {
  right: -0.75rem;
  bottom: 1.5rem;
}

.li-floating-card.side {
  left: -2rem;
  bottom: -1.5rem;
}

.li-floating-card strong,
.li-compare-card strong,
.li-problem-card strong,
.li-audience-card strong,
.li-mini-card strong {
  display: block;
  margin-bottom: 0.35rem;
}

.li-section {
  padding: 5rem 0;
}

.li-section-tight {
  padding: 3.5rem 0;
}

.li-eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--si-primary);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.li-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.li-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.li-problem-card,
.li-value-card,
.li-audience-card,
.li-mini-card {
  padding: 1.5rem;
  height: 100%;
}

.li-icon-badge {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, rgba(185, 106, 51, 0.16), rgba(109, 125, 104, 0.16));
  color: var(--si-primary);
  font-size: 1.35rem;
}

.li-checklist,
.li-simple-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.li-checklist li,
.li-simple-list li {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.li-checklist i,
.li-simple-list i {
  color: var(--si-primary);
  font-size: 1.15rem;
  margin-top: 0.15rem;
}

.li-stacked-card {
  padding: 1.25rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(18, 33, 55, 0.08);
  box-shadow: 0 16px 40px rgba(13, 22, 38, 0.12);
}

[data-bs-theme="dark"] .li-stacked-card {
  background: rgba(13, 22, 38, 0.86);
  border-color: rgba(255, 255, 255, 0.08);
}

.li-tab-shell {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(18, 33, 55, 0.08);
  border-radius: 1.5rem;
  padding: 1.5rem;
}

[data-bs-theme="dark"] .li-tab-shell {
  background: rgba(13, 22, 38, 0.68);
  border-color: rgba(255, 255, 255, 0.08);
}

.li-tab-shell .nav-tabs {
  border-bottom: 0;
  gap: 0.75rem;
}

.li-tab-shell .nav-link {
  border: 0;
  border-radius: 999px;
  background: rgba(18, 33, 55, 0.06);
  color: inherit;
  font-weight: 600;
}

[data-bs-theme="dark"] .li-tab-shell .nav-link {
  background: rgba(255, 255, 255, 0.06);
}

.li-tab-shell .nav-link.active {
  background: var(--li-night);
  color: #fff;
}

.li-path-card {
  padding: 1.4rem;
  border-radius: 1.3rem;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(18, 33, 55, 0.08);
  height: 100%;
}

[data-bs-theme="dark"] .li-path-card {
  background: rgba(13, 22, 38, 0.72);
  border-color: rgba(255, 255, 255, 0.08);
}

.li-step-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.li-step {
  position: relative;
  padding: 1.5rem;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.66));
  border: 1px solid rgba(18, 33, 55, 0.08);
  box-shadow: 0 16px 36px rgba(13, 22, 38, 0.08);
}

[data-bs-theme="dark"] .li-step {
  background: linear-gradient(180deg, rgba(13, 22, 38, 0.86), rgba(13, 22, 38, 0.7));
  border-color: rgba(255, 255, 255, 0.08);
}

.li-step-index {
  width: 2.3rem;
  height: 2.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  margin-bottom: 1rem;
  background: rgba(185, 106, 51, 0.12);
  color: var(--si-primary);
  font-size: 0.95rem;
  font-weight: 700;
}

.li-mobile-shell {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 22rem;
  padding: 1rem;
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 241, 232, 0.84));
  border: 1px solid rgba(18, 33, 55, 0.08);
  box-shadow: 0 24px 60px rgba(13, 22, 38, 0.16);
}

[data-bs-theme="dark"] .li-mobile-shell {
  background: linear-gradient(180deg, rgba(13, 22, 38, 0.96), rgba(23, 38, 60, 0.9));
  border-color: rgba(255, 255, 255, 0.08);
}

.li-mobile-shell img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.4rem;
}

.li-mini-card {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}

.li-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.li-compare-card {
  padding: 2rem;
  height: 100%;
}

.li-compare-card li {
  margin-bottom: 0.85rem;
}

.li-cta-band {
  padding: 2.5rem;
  background:
    linear-gradient(135deg, rgba(13, 22, 38, 0.94), rgba(23, 38, 60, 0.94)),
    url("/cdn/Silicon/assets/img/landing/saas-3/hero/hero-bg.jpg") center/cover no-repeat;
  color: #fff;
}

.li-cta-band p,
.li-cta-band li,
.li-footer p,
.li-footer .nav-link,
.li-footer a {
  color: rgba(239, 243, 249, 0.72);
}

.li-cta-band .btn-outline-light,
.li-footer .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.26);
}

.li-footer {
  background: var(--li-night);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.li-footer .navbar-brand {
  color: #fff;
}

.li-footer .nav-link:hover,
.li-footer a:hover {
  color: #fff;
}

.li-note {
  padding: 1rem 1.2rem;
  border-radius: 1rem;
  background: rgba(185, 106, 51, 0.08);
  border: 1px solid rgba(185, 106, 51, 0.18);
}

.li-stat-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(18, 33, 55, 0.08);
  font-weight: 600;
}

[data-bs-theme="dark"] .li-stat-chip {
  background: rgba(13, 22, 38, 0.7);
  border-color: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1199.98px) {
  .li-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .li-step-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .li-grid-3,
  .li-compare-grid {
    grid-template-columns: 1fr;
  }

  .li-floating-card {
    position: static;
    max-width: none;
    margin-top: 1rem;
  }

  .li-hero {
    padding-top: 7rem;
  }

  .li-page-hero {
    padding-top: 7rem;
  }
}

@media (max-width: 767.98px) {
  .li-grid-4,
  .li-step-row {
    grid-template-columns: 1fr;
  }

  .li-section {
    padding: 4rem 0;
  }

  .li-cta-band {
    padding: 2rem;
  }

  .li-tab-shell {
    padding: 1.25rem;
  }
}
