:root, [data-bs-theme=light] {
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255,255,255;
  --bs-secondary-bg: #84D1D1;
  --bs-secondary-bg-rgb: 132,209,209;
  --bs-tertiary-bg: #84A0D1;
  --bs-tertiary-bg-rgb: 132,160,209;
}

[data-bs-theme=dark] {
  --bs-body-bg: #2E4149;
  --bs-body-bg-rgb: 46,65,73;
  --bs-secondary-bg: #2F4A49;
  --bs-secondary-bg-rgb: 47,74,73;
  --bs-tertiary-bg: #2F394A;
  --bs-tertiary-bg-rgb: 47,57,74;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-2 {
  padding-top: .5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pt-6 {
  padding-top: 4.5rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: .25rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pb-6 {
  padding-bottom: 4.5rem !important;
}

.pb-10 {
  padding-bottom: 10.5rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: .25rem !important;
}

.ps-2 {
  padding-left: .5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.ps-6 {
  padding-left: 4.5rem !important;
}

@media (min-width: 992px) {
  .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-4 {
    padding: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-5 {
    padding: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
}

/* Sage Atlas homepage */
:root {
  --sage-ink: #111714;
  --sage-muted: #5e6a63;
  --sage-line: rgba(17, 23, 20, 0.12);
  --sage-paper: #f8faf7;
  --sage-card: #ffffff;
  --sage-forest: #15231d;
  --sage-forest-2: #20352c;
  --sage-teal: #4fbfa9;
  --sage-teal-dark: #278371;
  --sage-gold: #d8b66a;
  --sage-shadow: 0 24px 70px rgba(17, 23, 20, 0.12);
}

html[data-bs-theme="dark"] {
  --sage-ink: #f4faf6;
  --sage-muted: #a9b9b0;
  --sage-line: rgba(255, 255, 255, 0.14);
  --sage-paper: #101612;
  --sage-card: #17231e;
  --sage-forest: #0d1511;
  --sage-forest-2: #1d3028;
  --sage-teal: #62d2bd;
  --sage-teal-dark: #4fbfa9;
  --sage-gold: #e1c577;
  --sage-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

html {
  scroll-behavior: smooth;
}

body.sage-home {
  color: var(--sage-ink);
  background:
    radial-gradient(circle at 8% 5%, rgba(79, 191, 169, 0.16), transparent 28rem),
    radial-gradient(circle at 92% 20%, rgba(216, 182, 106, 0.18), transparent 24rem),
    linear-gradient(180deg, #f9fbf7 0%, #eef5f0 48%, #f8faf7 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body.sage-home::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.07), transparent 26rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01));
}

body.sage-home main {
  overflow-x: clip;
}

.webgl-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  display: block;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 20%, rgba(79, 191, 169, 0.22), transparent 30rem),
    linear-gradient(135deg, #0d1712, #254038);
}

.webgl-background.is-fallback {
  background:
    radial-gradient(circle at 20% 20%, rgba(79, 191, 169, 0.28), transparent 30rem),
    radial-gradient(circle at 80% 30%, rgba(216, 182, 106, 0.18), transparent 28rem),
    linear-gradient(135deg, #0d1712, #254038);
}

.liquid-glass-defs {
  position: fixed;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

body.sage-home main,
body.sage-home footer {
  position: relative;
  z-index: 1;
}

html[data-bs-theme="dark"] body.sage-home {
  color: var(--sage-ink);
  background:
    radial-gradient(circle at 8% 5%, rgba(79, 191, 169, 0.18), transparent 28rem),
    radial-gradient(circle at 92% 20%, rgba(216, 182, 106, 0.1), transparent 24rem),
    linear-gradient(180deg, #0c1210 0%, #121d18 48%, #0f1713 100%);
}

html[data-bs-theme="dark"] body.sage-home::before {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.04), transparent 26rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.02));
}

#mainNav.sage-navbar {
  position: fixed;
  z-index: 1055;
  width: min(1120px, 80vw);
  left: 50%;
  right: auto;
  top: 0;
  transform: translate(-50%, 15px);
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow:
    0 6px 6px rgba(0, 0, 0, 0.2),
    0 0 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}

#mainNav.sage-navbar,
#mainNav.sage-navbar > .liquidGlass-effect,
#mainNav.sage-navbar > .liquidGlass-tint,
#mainNav.sage-navbar > .liquidGlass-shine {
  border-radius: 50px;
}

#mainNav.sage-navbar > .liquidGlass-effect,
#mainNav.sage-navbar > .liquidGlass-tint,
#mainNav.sage-navbar > .liquidGlass-shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

#mainNav.sage-navbar > .liquidGlass-effect {
  z-index: 0;
  overflow: hidden;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  filter: url("#glass-distortion");
}

#mainNav.sage-navbar > .liquidGlass-tint {
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
}

#mainNav.sage-navbar > .liquidGlass-shine {
  z-index: 2;
  overflow: hidden;
  box-shadow:
    inset 2px 2px 1px 0 rgba(255, 255, 255, 0.5),
    inset -1px -1px 1px 1px rgba(255, 255, 255, 0.5);
}

#mainNav.sage-navbar::before {
  content: none;
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse at 50% -28%, rgba(255, 255, 255, 0.72), transparent 46%),
    radial-gradient(circle at 16% 12%, rgba(255, 255, 255, 0.78), transparent 11%),
    radial-gradient(circle at 84% 92%, rgba(79, 191, 169, 0.34), transparent 23%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.18)),
    linear-gradient(120deg, rgba(255, 255, 255, 0.22), transparent 54%);
  opacity: 0.82;
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

#mainNav.sage-navbar::after {
  content: none;
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.08) 27%, transparent 58%),
    linear-gradient(100deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.03) 36%, rgba(255, 255, 255, 0.26) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    inset 0 -1px 0 rgba(255, 255, 255, 0.18),
    inset 12px 0 18px rgba(255, 255, 255, 0.11),
    inset -12px 0 18px rgba(255, 255, 255, 0.11);
  opacity: 0.74;
  mix-blend-mode: screen;
  pointer-events: none;
}

html[data-bs-theme="dark"] #mainNav.sage-navbar {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(9, 17, 14, 0.08);
  box-shadow:
    0 0 7px 2px rgba(255, 255, 255, 0.03),
    0 24px 70px rgba(0, 0, 0, 0.26);
}

html[data-bs-theme="dark"] #mainNav.sage-navbar > .liquidGlass-effect {
  backdrop-filter: blur(3px) saturate(145%) brightness(0.92);
  -webkit-backdrop-filter: blur(3px) saturate(145%) brightness(0.92);
}

html[data-bs-theme="dark"] #mainNav.sage-navbar > .liquidGlass-tint {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.05) 52%, rgba(255, 255, 255, 0.1)),
    rgba(8, 15, 12, 0.34);
}

html[data-bs-theme="dark"] #mainNav.sage-navbar > .liquidGlass-shine {
  box-shadow:
    inset 2px 2px 1px 0 rgba(255, 255, 255, 0.24),
    inset -1px -1px 1px 1px rgba(255, 255, 255, 0.14),
    inset 0 11px 18px rgba(255, 255, 255, 0.08),
    inset 0 -14px 26px rgba(255, 255, 255, 0.04);
}

html[data-bs-theme="dark"] #mainNav.sage-navbar::before {
  background:
    radial-gradient(ellipse at 50% -28%, rgba(255, 255, 255, 0.22), transparent 46%),
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.26), transparent 12%),
    radial-gradient(circle at 82% 92%, rgba(79, 191, 169, 0.24), transparent 22%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.09), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.09)),
    linear-gradient(120deg, rgba(255, 255, 255, 0.12), transparent 52%);
  opacity: 0.7;
}

html[data-bs-theme="dark"] #mainNav.sage-navbar::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.04) 28%, transparent 58%),
    linear-gradient(100deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.02) 36%, rgba(255, 255, 255, 0.12) 100%);
  opacity: 0.58;
}

#mainNav.sage-navbar.is-scrolled {
  background: rgba(248, 250, 247, 0.06);
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow:
    0 6px 6px rgba(17, 23, 20, 0.09),
    0 0 24px rgba(17, 23, 20, 0.08),
    0 14px 40px rgba(17, 23, 20, 0.08);
}

html[data-bs-theme="dark"] #mainNav.sage-navbar.is-scrolled {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.06) 52%, rgba(255, 255, 255, 0.14)),
    rgba(15, 21, 18, 0.42);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.26);
}

#mainNav.sage-navbar .container {
  max-width: none;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  z-index: 3;
}

.sage-navbar .navbar-brand {
  color: var(--sage-ink);
  font-weight: 800;
}

.brand-mark {
  width: 2.55rem;
  height: 2.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px var(--sage-line);
  flex: 0 0 auto;
  padding: 0.34rem;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.brand-wordmark {
  letter-spacing: 0;
}

.sage-navbar .brand-mark {
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.brand-logo-on-dark {
  display: none;
}

.sage-navbar .brand-logo-on-light {
  display: block;
}

.sage-navbar .brand-logo-on-dark {
  display: none;
}

html[data-bs-theme="dark"] .sage-navbar .brand-logo-on-light {
  display: none;
}

html[data-bs-theme="dark"] .sage-navbar .brand-logo-on-dark {
  display: block;
}

.sage-navbar.is-scrolled .brand-mark {
  background: #ffffff;
  box-shadow: inset 0 0 0 1px var(--sage-line);
}

.sage-navbar.is-scrolled .brand-logo-on-dark {
  display: none;
}

.sage-navbar.is-scrolled .brand-logo-on-light {
  display: block;
}

.sage-navbar .nav-link {
  color: rgba(17, 23, 20, 0.72);
  font-weight: 650;
  font-size: 0.94rem;
}

.sage-navbar .nav-link:hover,
.sage-navbar .nav-link:focus {
  color: var(--sage-ink);
}

.sage-navbar .navbar-toggler {
  border-color: rgba(17, 23, 20, 0.3);
}

.sage-navbar .navbar-toggler-icon {
  filter: none;
}

.sage-navbar .btn-outline-dark {
  --bs-btn-color: var(--sage-ink);
  --bs-btn-border-color: rgba(17, 23, 20, 0.42);
  --bs-btn-hover-bg: var(--sage-ink);
  --bs-btn-hover-border-color: var(--sage-ink);
  --bs-btn-hover-color: #ffffff;
}

html[data-bs-theme="dark"] .sage-navbar .navbar-brand,
html[data-bs-theme="dark"] .sage-navbar .brand-wordmark {
  color: #ffffff;
}

html[data-bs-theme="dark"] .sage-navbar .nav-link {
  color: rgba(255, 255, 255, 0.78);
}

html[data-bs-theme="dark"] .sage-navbar .nav-link:hover,
html[data-bs-theme="dark"] .sage-navbar .nav-link:focus {
  color: #ffffff;
}

html[data-bs-theme="dark"] .sage-navbar .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.36);
}

html[data-bs-theme="dark"] .sage-navbar .navbar-toggler-icon {
  filter: invert(1);
}

html[data-bs-theme="dark"] .sage-navbar .btn-outline-dark {
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: rgba(255, 255, 255, 0.48);
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-hover-color: var(--sage-ink);
}

.sage-navbar.is-scrolled .navbar-brand,
.sage-navbar.is-scrolled .brand-wordmark {
  color: var(--sage-ink);
}

.sage-navbar.is-scrolled .nav-link {
  color: rgba(17, 23, 20, 0.72);
}

.sage-navbar.is-scrolled .nav-link:hover,
.sage-navbar.is-scrolled .nav-link:focus {
  color: var(--sage-ink);
}

.sage-navbar.is-scrolled .navbar-toggler {
  border-color: rgba(17, 23, 20, 0.32);
}

.sage-navbar.is-scrolled .navbar-toggler-icon {
  filter: none;
}

.sage-navbar.is-scrolled .btn-outline-dark {
  --bs-btn-color: var(--sage-ink);
  --bs-btn-border-color: rgba(17, 23, 20, 0.42);
  --bs-btn-hover-bg: var(--sage-ink);
  --bs-btn-hover-border-color: var(--sage-ink);
  --bs-btn-hover-color: #ffffff;
}

html[data-bs-theme="dark"] .sage-navbar.is-scrolled .brand-wordmark,
html[data-bs-theme="dark"] .sage-navbar.is-scrolled .navbar-brand {
  color: #ffffff;
}

html[data-bs-theme="dark"] .sage-navbar.is-scrolled .nav-link {
  color: rgba(255, 255, 255, 0.74);
}

html[data-bs-theme="dark"] .sage-navbar.is-scrolled .nav-link:hover,
html[data-bs-theme="dark"] .sage-navbar.is-scrolled .nav-link:focus {
  color: #ffffff;
}

html[data-bs-theme="dark"] .sage-navbar.is-scrolled .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.32);
}

html[data-bs-theme="dark"] .sage-navbar.is-scrolled .navbar-toggler-icon {
  filter: invert(1);
}

html[data-bs-theme="dark"] .sage-navbar.is-scrolled .btn-outline-dark {
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: rgba(255, 255, 255, 0.42);
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-hover-color: var(--sage-forest);
}

html[data-bs-theme="dark"] .sage-navbar.is-scrolled .brand-mark {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

html[data-bs-theme="dark"] .sage-navbar.is-scrolled .brand-logo-on-light {
  display: none;
}

html[data-bs-theme="dark"] .sage-navbar.is-scrolled .brand-logo-on-dark {
  display: block;
}

.theme-toggle {
  width: 2.05rem;
  height: 2.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--sage-ink);
  border: 1px solid rgba(17, 23, 20, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  padding: 0;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.theme-toggle:hover,
.theme-toggle:focus {
  color: #ffffff;
  background: var(--sage-ink);
  border-color: var(--sage-ink);
}

.theme-toggle:focus-visible {
  outline: 2px solid var(--sage-gold);
  outline-offset: 3px;
}

.theme-toggle-icon {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.theme-toggle-sun {
  display: none;
}

html[data-bs-theme="dark"] .theme-toggle-sun {
  display: block;
}

html[data-bs-theme="dark"] .theme-toggle-moon {
  display: none;
}

html[data-bs-theme="dark"] .theme-toggle {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

html[data-bs-theme="dark"] .theme-toggle:hover,
html[data-bs-theme="dark"] .theme-toggle:focus {
  color: var(--sage-forest);
  background: #ffffff;
  border-color: #ffffff;
}

.sage-navbar.is-scrolled .theme-toggle {
  color: var(--sage-ink);
  border-color: rgba(17, 23, 20, 0.36);
  background: rgba(17, 23, 20, 0.05);
}

.sage-navbar.is-scrolled .theme-toggle:hover,
.sage-navbar.is-scrolled .theme-toggle:focus {
  color: #ffffff;
  background: var(--sage-ink);
  border-color: var(--sage-ink);
}

html[data-bs-theme="dark"] .sage-navbar.is-scrolled .theme-toggle {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
}

html[data-bs-theme="dark"] .sage-navbar.is-scrolled .theme-toggle:hover,
html[data-bs-theme="dark"] .sage-navbar.is-scrolled .theme-toggle:focus {
  color: var(--sage-forest);
  background: #ffffff;
  border-color: #ffffff;
}

.btn-sage {
  --bs-btn-bg: var(--sage-forest);
  --bs-btn-border-color: var(--sage-forest);
  --bs-btn-hover-bg: var(--sage-teal-dark);
  --bs-btn-hover-border-color: var(--sage-teal-dark);
  --bs-btn-active-bg: var(--sage-teal-dark);
  --bs-btn-active-border-color: var(--sage-teal-dark);
  --bs-btn-color: #ffffff;
  --bs-btn-hover-color: #ffffff;
  box-shadow: 0 14px 30px rgba(21, 35, 29, 0.18);
}

.hero-section {
  position: relative;
  padding: 7rem 0 2.25rem;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(9, 18, 14, 0.62), rgba(16, 28, 23, 0.34)),
    radial-gradient(circle at 80% 20%, rgba(79, 191, 169, 0.18), transparent 24rem);
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 82%);
}

.hero-section .container {
  position: relative;
  z-index: 1;
}

.section-kicker {
  color: var(--sage-teal-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

.hero-section .section-kicker,
.cta-panel .section-kicker {
  color: var(--sage-gold);
}

.hero-section h1 {
  max-width: 15ch;
  font-size: clamp(2.75rem, 5.3vw, 4.7rem);
  line-height: 0.94;
  letter-spacing: 0;
  font-weight: 850;
  margin-bottom: 1.4rem;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.8);
  max-width: 42rem;
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
  line-height: 1.65;
  margin-bottom: 2rem;
}

.hero-actions .btn {
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 1.5rem;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.95rem;
}

.hero-proof span {
  color: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.55rem 0.8rem;
  font-size: 0.9rem;
  font-weight: 650;
}

.atlas-visual {
  position: relative;
  min-height: 30rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 48% 40%, rgba(79, 191, 169, 0.18), transparent 13rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.06));
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.atlas-visual.lottie-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.25rem, 3vw, 2.4rem);
}

.visual-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at 50% 50%, #000, transparent 78%);
}

.lottie-glow {
  position: absolute;
  width: 19rem;
  height: 19rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(79, 191, 169, 0.32), transparent 66%);
  filter: blur(8px);
}

.robot-lottie {
  position: relative;
  z-index: 2;
  width: min(100%, 32rem);
  height: min(28rem, 72vh);
  display: block;
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.26));
}

dotlottie-player:not(:defined) {
  display: none;
}

dotlottie-player:defined + .lottie-fallback {
  display: none;
}

.lottie-fallback {
  position: relative;
  z-index: 2;
  max-width: 23rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  color: #ffffff;
  text-align: center;
}

.lottie-fallback img {
  width: 4rem;
  height: auto;
}

.lottie-fallback strong {
  font-size: 1.35rem;
}

.lottie-fallback span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.lottie-signal {
  position: absolute;
  z-index: 3;
  color: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(8, 14, 11, 0.58);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 0.65rem 0.9rem;
  font-size: 0.86rem;
  font-weight: 800;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
}

.lottie-signal-top {
  top: 1.2rem;
  left: 1.2rem;
}

.lottie-signal-bottom {
  right: 1.2rem;
  bottom: 1.2rem;
}

.flow-node {
  position: absolute;
  z-index: 2;
  width: min(13rem, 42%);
  min-height: 7.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.32rem;
  padding: 1rem;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.2rem;
  background: rgba(8, 14, 11, 0.58);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.flow-node strong {
  font-size: 1rem;
}

.flow-node small {
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.35;
}

.node-icon {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  color: var(--sage-gold);
}

.node-icon svg,
.capability-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.flow-node-user {
  left: 7%;
  top: 18%;
}

.flow-node-center {
  left: 50%;
  top: 48%;
  width: 14.5rem;
  min-height: 10rem;
  align-items: center;
  text-align: center;
  background: linear-gradient(160deg, rgba(79, 191, 169, 0.82), rgba(21, 35, 29, 0.92));
  transform: translate(-50%, -50%);
}

.flow-node-center img {
  width: 4.2rem;
  height: auto;
}

.flow-node-data {
  right: 7%;
  top: 14%;
}

.flow-node-apps {
  right: 10%;
  bottom: 18%;
}

.flow-line {
  position: absolute;
  z-index: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(216, 182, 106, 0.86), transparent);
  transform-origin: center;
}

.flow-line-left {
  left: 27%;
  top: 40%;
  width: 24%;
  transform: rotate(18deg);
}

.flow-line-right {
  right: 28%;
  top: 38%;
  width: 25%;
  transform: rotate(-17deg);
}

.flow-line-bottom {
  right: 29%;
  bottom: 34%;
  width: 25%;
  transform: rotate(24deg);
}

.local-badge {
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 1.4rem;
  z-index: 3;
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(79, 191, 169, 0.32);
  border-radius: 999px;
  background: rgba(8, 14, 11, 0.62);
  padding: 0.75rem 1rem;
  text-align: center;
  font-weight: 750;
}

.content-section {
  padding: 6.25rem 0;
  background: transparent;
}

.content-section h2,
.cta-panel h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 850;
}

.section-lede {
  color: var(--sage-muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.section-heading {
  max-width: 46rem;
}

.sage-navbar .nav-link.active {
  color: var(--sage-ink);
}

html[data-bs-theme="dark"] .sage-navbar .nav-link.active {
  color: #ffffff;
}

body.sage-page main {
  padding-top: 7.25rem;
}

.page-hero {
  padding: 4.75rem 0 3rem;
}

.page-hero-grid,
.page-split,
.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(30rem, 1.08fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3.5rem);
}

.page-eyebrow {
  color: var(--sage-teal-dark);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-hero h1,
.page-split h2 {
  font-size: clamp(2.7rem, 6vw, 5.3rem);
  line-height: 0.96;
  letter-spacing: 0;
  font-weight: 850;
}

.page-hero h1 {
  max-width: 12ch;
}

.page-hero .section-lede {
  max-width: 38rem;
  margin-top: 1.25rem;
}

.page-actions,
.page-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.page-actions .btn-outline-dark {
  --bs-btn-color: var(--sage-ink);
  --bs-btn-border-color: rgba(17, 23, 20, 0.42);
  --bs-btn-hover-bg: var(--sage-ink);
  --bs-btn-hover-border-color: var(--sage-ink);
  --bs-btn-hover-color: #ffffff;
}

html[data-bs-theme="dark"] .page-actions .btn-outline-dark {
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: rgba(255, 255, 255, 0.44);
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-hover-color: var(--sage-forest);
}

.page-proof span {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(13, 21, 17, 0.48);
  padding: 0.55rem 0.85rem;
  font-size: 0.85rem;
  font-weight: 750;
}

.page-panel,
.contact-panel {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 1.8rem;
  background:
    radial-gradient(circle at 88% 12%, rgba(79, 191, 169, 0.2), transparent 17rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.3)),
    rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  box-shadow: var(--sage-shadow);
  padding: clamp(1.35rem, 4vw, 3rem);
}

html[data-bs-theme="dark"] .page-panel,
html[data-bs-theme="dark"] .contact-panel {
  border-color: rgba(255, 255, 255, 0.13);
  background:
    radial-gradient(circle at 88% 12%, rgba(79, 191, 169, 0.14), transparent 17rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(9, 15, 12, 0.48);
}

.page-visual {
  min-height: 28rem;
  display: grid;
  align-content: space-between;
  gap: 1.25rem;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.6rem;
  background:
    radial-gradient(circle at 24% 20%, rgba(79, 191, 169, 0.26), transparent 13rem),
    linear-gradient(145deg, rgba(13, 21, 17, 0.76), rgba(38, 58, 50, 0.45)),
    rgba(13, 21, 17, 0.34);
  padding: clamp(1.25rem, 3vw, 2rem);
  overflow: hidden;
}

.page-visual .brand-mark {
  width: 4.5rem;
  height: 4.5rem;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

.page-visual .brand-logo-on-light {
  display: none;
}

.page-visual .brand-logo-on-dark {
  display: block;
}

.page-visual h2 {
  max-width: 10ch;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 0.95;
  font-weight: 850;
  margin: 0;
}

.page-visual-list {
  display: grid;
  gap: 0.7rem;
}

.page-visual-list span {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding-top: 0.7rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.95rem;
}

.page-section {
  padding: 3.25rem 0;
}

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

.page-card,
.contact-method {
  border: 1px solid var(--sage-line);
  border-radius: 1rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.44)),
    rgba(255, 255, 255, 0.36);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  box-shadow: 0 16px 48px rgba(17, 23, 20, 0.08);
  padding: 1.25rem;
}

html[data-bs-theme="dark"] .page-card,
html[data-bs-theme="dark"] .contact-method {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(16, 25, 21, 0.42);
  box-shadow: var(--sage-shadow);
}

.page-card-number,
.contact-method-tag {
  display: inline-flex;
  color: var(--sage-teal-dark);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  margin-bottom: 1.15rem;
  text-transform: uppercase;
}

.page-card h3,
.contact-method h3 {
  font-size: 1.08rem;
  font-weight: 800;
  margin-bottom: 0.55rem;
}

.page-card p,
.contact-method p {
  color: var(--sage-muted);
  line-height: 1.65;
  margin: 0;
}

.contact-panel {
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 0.95rem;
}

.contact-form .form-label {
  color: var(--sage-ink);
  font-weight: 760;
  margin-bottom: 0.35rem;
}

.contact-form .form-control {
  color: var(--sage-ink);
  border: 1px solid rgba(17, 23, 20, 0.14);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.72);
  min-height: 3.2rem;
  padding: 0.8rem 1rem;
}

.contact-form textarea.form-control {
  min-height: 9.5rem;
  resize: vertical;
}

.contact-form .form-note {
  color: rgba(17, 23, 20, 0.62);
}

html[data-bs-theme="dark"] .contact-form .form-label {
  color: #ffffff;
}

html[data-bs-theme="dark"] .contact-form .form-control {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

html[data-bs-theme="dark"] .contact-form .form-note {
  color: rgba(255, 255, 255, 0.66);
}

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

.problem-section {
  padding-top: 5.5rem;
}

.problem-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(31rem, 1.08fr);
  align-items: stretch;
  gap: clamp(1.5rem, 4vw, 3.25rem);
  color: var(--sage-ink);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 1.8rem;
  background:
    radial-gradient(circle at 12% 18%, rgba(79, 191, 169, 0.2), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.3)),
    rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  box-shadow: var(--sage-shadow);
  padding: clamp(1.35rem, 4vw, 3rem);
}

.problem-copy {
  align-self: center;
  max-width: 38rem;
}

.problem-copy h2 {
  max-width: 11.5ch;
  margin-bottom: 1.3rem;
}

.problem-copy .section-lede {
  color: rgba(17, 23, 20, 0.68);
  max-width: 35rem;
  margin-bottom: 0;
}

.issue-grid {
  align-self: stretch;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(0, 1fr);
  gap: 1rem;
}

.issue-card,
.capability-card,
.use-card,
.trust-card,
.step-card {
  height: 100%;
  border: 1px solid var(--sage-line);
  border-radius: 1rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.48)),
    rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  box-shadow: 0 16px 48px rgba(17, 23, 20, 0.08);
}

html[data-bs-theme="dark"] .capability-card,
html[data-bs-theme="dark"] .use-card,
html[data-bs-theme="dark"] .step-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(16, 25, 21, 0.42);
  box-shadow: var(--sage-shadow);
}

.issue-card {
  min-height: 10rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.1rem;
  padding: 1.15rem;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(circle at 92% 12%, rgba(79, 191, 169, 0.18), transparent 7rem),
    linear-gradient(145deg, rgba(13, 21, 17, 0.72), rgba(38, 58, 50, 0.44)),
    rgba(13, 21, 17, 0.32);
  font-size: 1.05rem;
  font-weight: 750;
  line-height: 1.45;
}

.issue-card p {
  margin: 0;
}

.issue-number {
  display: inline-flex;
  color: var(--sage-gold);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  line-height: 1;
}

html[data-bs-theme="dark"] .problem-panel {
  border-color: rgba(255, 255, 255, 0.13);
  background:
    radial-gradient(circle at 12% 18%, rgba(79, 191, 169, 0.16), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.05)),
    rgba(9, 15, 12, 0.58);
}

html[data-bs-theme="dark"] .problem-copy .section-lede {
  color: rgba(255, 255, 255, 0.72);
}

html[data-bs-theme="dark"] .issue-card {
  border-color: rgba(255, 255, 255, 0.17);
  background:
    radial-gradient(circle at 92% 12%, rgba(79, 191, 169, 0.16), transparent 7rem),
    linear-gradient(145deg, rgba(8, 15, 12, 0.84), rgba(25, 42, 34, 0.62)),
    rgba(8, 15, 12, 0.5);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.solution-panel,
.cta-panel {
  border: 1px solid var(--sage-line);
  border-radius: 1.8rem;
  background:
    radial-gradient(circle at 92% 8%, rgba(79, 191, 169, 0.22), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.42)),
    rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(22px) saturate(155%);
  -webkit-backdrop-filter: blur(22px) saturate(155%);
  box-shadow: var(--sage-shadow);
  padding: clamp(1.4rem, 4vw, 3.5rem);
}

html[data-bs-theme="dark"] .solution-panel {
  background:
    radial-gradient(circle at 92% 8%, rgba(79, 191, 169, 0.15), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(16, 24, 20, 0.46);
}

.capability-card,
.use-card,
.step-card {
  padding: 1.35rem;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.capability-card:hover,
.use-card:hover,
.step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(79, 191, 169, 0.38);
  box-shadow: 0 24px 60px rgba(17, 23, 20, 0.12);
}

.capability-icon {
  width: 2.45rem;
  height: 2.45rem;
  display: inline-flex;
  color: var(--sage-teal-dark);
  border-radius: 0.82rem;
  background: rgba(79, 191, 169, 0.13);
  padding: 0.55rem;
  margin-bottom: 1rem;
}

.capability-card h3,
.use-card h3,
.step-card h3 {
  font-size: 1.12rem;
  font-weight: 800;
  margin-bottom: 0.55rem;
}

.capability-card p,
.use-card p,
.step-card p {
  color: var(--sage-muted);
  line-height: 1.65;
  margin-bottom: 0;
}

.use-card {
  min-height: 13.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.use-card::before {
  content: "";
  width: 2.4rem;
  height: 0.28rem;
  display: block;
  border-radius: 999px;
  background: var(--sage-teal);
  margin-bottom: 1.1rem;
}

.use-card-accent {
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 12%, rgba(79, 191, 169, 0.22), transparent 12rem),
    linear-gradient(145deg, rgba(13, 21, 17, 0.74), rgba(38, 59, 50, 0.5));
}

.use-card-accent p {
  color: rgba(255, 255, 255, 0.76);
}

.trust-section {
  color: #ffffff;
  background:
    linear-gradient(145deg, rgba(16, 22, 18, 0.72), rgba(31, 47, 41, 0.5) 58%, rgba(23, 35, 30, 0.7));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

html[data-bs-theme="dark"] .trust-section {
  background: linear-gradient(145deg, rgba(8, 13, 11, 0.68), rgba(22, 36, 30, 0.46) 58%, rgba(16, 26, 22, 0.68));
}

.trust-section .section-lede {
  color: rgba(255, 255, 255, 0.72);
}

.trust-card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.25rem;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  box-shadow: none;
}

.trust-card span {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
}

.step-card {
  position: relative;
  overflow: hidden;
  min-height: 17rem;
}

.step-number {
  display: inline-flex;
  color: var(--sage-teal-dark);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  margin-bottom: 4.2rem;
}

.step-card::after {
  content: "";
  position: absolute;
  right: -2.7rem;
  top: -2.7rem;
  width: 8rem;
  height: 8rem;
  border: 1.25rem solid rgba(79, 191, 169, 0.12);
  border-radius: 999px;
}

.cta-section {
  padding: 3rem 0 6.25rem;
}

.cta-panel {
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 18%, rgba(216, 182, 106, 0.24), transparent 22rem),
    linear-gradient(145deg, rgba(13, 21, 17, 0.66), rgba(38, 59, 50, 0.38)),
    rgba(13, 21, 17, 0.25);
  border-color: rgba(255, 255, 255, 0.2);
}

html[data-bs-theme="dark"] .cta-panel {
  background:
    radial-gradient(circle at 88% 18%, rgba(216, 182, 106, 0.14), transparent 22rem),
    linear-gradient(145deg, rgba(8, 16, 12, 0.74), rgba(24, 40, 32, 0.46)),
    rgba(8, 16, 12, 0.32);
}

.cta-panel p {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.7;
}

.early-access-form {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  padding: 1rem;
}

.early-access-form .form-label {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 750;
}

.early-access-form .form-control {
  border: 0;
  min-height: 3.25rem;
}

.form-note,
.secondary-cta {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.92rem;
  margin: 0.8rem 0 0;
}

.secondary-cta {
  display: inline-flex;
  margin-top: 1rem;
  font-weight: 750;
}

.secondary-cta:hover {
  color: #ffffff;
}

.site-footer {
  color: rgba(255, 255, 255, 0.74);
  background:
    linear-gradient(145deg, rgba(15, 21, 18, 0.78), rgba(15, 21, 18, 0.58));
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
  padding: 4rem 0 2rem;
}

html[data-bs-theme="dark"] .site-footer {
  background:
    linear-gradient(145deg, rgba(7, 11, 9, 0.82), rgba(7, 11, 9, 0.62));
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 850;
  margin-bottom: 1rem;
}

.site-footer h3 {
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 850;
  margin-bottom: 1rem;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
}

.site-footer a:hover {
  color: #ffffff;
}

.site-footer li {
  margin-bottom: 0.55rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  font-size: 0.92rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 991.98px) {
  #mainNav.sage-navbar {
    width: calc(100% - 1.5rem);
    max-height: calc(100vh - 1.5rem);
    overflow-y: auto;
  }

  #mainNav.sage-navbar:has(.navbar-collapse.show) {
    border-radius: 1.5rem;
  }

  .sage-navbar .navbar-collapse {
    border: 1px solid var(--sage-line);
    border-radius: 1.15rem;
    background: rgba(248, 250, 247, 0.98);
    margin-top: 0.85rem;
    padding: 1.1rem;
    box-shadow: 0 18px 45px rgba(17, 23, 20, 0.12);
  }

  .sage-navbar .navbar-collapse .navbar-nav {
    gap: 0.15rem;
  }

  html[data-bs-theme="dark"] .sage-navbar .navbar-collapse {
    background: rgba(14, 22, 18, 0.98);
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.3);
  }

  .sage-navbar .navbar-collapse .nav-link {
    color: rgba(17, 23, 20, 0.74);
  }

  .sage-navbar .navbar-collapse .nav-link:hover,
  .sage-navbar .navbar-collapse .nav-link:focus {
    color: var(--sage-ink);
  }

  html[data-bs-theme="dark"] .sage-navbar .navbar-collapse .nav-link {
    color: rgba(255, 255, 255, 0.74);
  }

  html[data-bs-theme="dark"] .sage-navbar .navbar-collapse .nav-link:hover,
  html[data-bs-theme="dark"] .sage-navbar .navbar-collapse .nav-link:focus {
    color: #ffffff;
  }

  .sage-navbar .navbar-collapse .d-flex {
    align-items: stretch !important;
    flex-wrap: wrap;
  }

  .sage-navbar .navbar-collapse .btn {
    flex: 1 1 12rem;
  }

  .sage-navbar .navbar-collapse .btn-outline-dark {
    --bs-btn-color: var(--sage-ink);
    --bs-btn-border-color: rgba(17, 23, 20, 0.42);
    --bs-btn-hover-bg: var(--sage-ink);
    --bs-btn-hover-border-color: var(--sage-ink);
    --bs-btn-hover-color: #ffffff;
  }

  html[data-bs-theme="dark"] .sage-navbar .navbar-collapse .btn-outline-dark {
    --bs-btn-color: #ffffff;
    --bs-btn-border-color: rgba(255, 255, 255, 0.42);
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: #ffffff;
    --bs-btn-hover-color: var(--sage-forest);
  }

  .hero-section {
    padding-top: 7.25rem;
  }

  .hero-section h1 {
    max-width: 11ch;
  }

  .problem-panel {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .page-hero-grid,
  .page-split,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .page-card-grid {
    grid-template-columns: 1fr;
  }

  .contact-methods {
    grid-template-columns: 1fr;
  }

  .page-visual {
    min-height: 22rem;
  }

  .problem-copy h2 {
    max-width: 15ch;
  }

  .atlas-visual {
    min-height: 30rem;
  }
}

@media (max-width: 767.98px) {
  .brand-wordmark {
    font-size: 1rem;
  }

  .hero-section {
    padding: 6.75rem 0 3.5rem;
  }

  .hero-section h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .content-section {
    padding: 4.5rem 0;
  }

  body.sage-page main {
    padding-top: 6.75rem;
  }

  .page-hero {
    padding: 3.5rem 0 2.25rem;
  }

  .page-hero h1,
  .page-split h2 {
    font-size: clamp(2.45rem, 12vw, 4rem);
  }

  .page-panel,
  .contact-panel {
    border-radius: 1.25rem;
    padding: 1.25rem;
  }

  .page-visual {
    min-height: 19rem;
    border-radius: 1.25rem;
  }

  .problem-section {
    padding-top: 4.5rem;
  }

  .problem-panel {
    border-radius: 1.25rem;
    padding: 1.25rem;
  }

  .problem-copy h2 {
    max-width: none;
    margin-bottom: 1rem;
  }

  .issue-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .issue-card {
    min-height: auto;
    gap: 0.8rem;
    padding: 1rem;
  }

  .atlas-visual {
    min-height: 31rem;
    border-radius: 1.35rem;
  }

  .atlas-visual.lottie-visual {
    min-height: 25rem;
    padding: 1rem;
  }

  .robot-lottie {
    width: 100%;
    height: 21rem;
  }

  .lottie-signal {
    font-size: 0.76rem;
    padding: 0.5rem 0.65rem;
  }

  .lottie-signal-top {
    top: 0.85rem;
    left: 0.85rem;
  }

  .lottie-signal-bottom {
    right: 0.85rem;
    bottom: 0.85rem;
  }

  .flow-node {
    width: 74%;
    min-height: 5.6rem;
    padding: 0.75rem;
  }

  .flow-node small {
    font-size: 0.78rem;
  }

  .flow-node-user {
    left: 7%;
    top: 6%;
  }

  .flow-node-center {
    top: 47%;
    width: 74%;
    min-height: 7rem;
  }

  .flow-node-center img {
    width: 3rem;
  }

  .flow-node-data {
    right: auto;
    left: 7%;
    top: auto;
    bottom: 1.1rem;
    width: 42%;
  }

  .flow-node-apps {
    right: 7%;
    left: auto;
    bottom: 1.1rem;
    width: 42%;
  }

  .flow-line {
    display: none;
  }

  .local-badge {
    display: none;
  }

  .issue-card,
  .use-card,
  .step-card {
    min-height: auto;
  }

  .step-number {
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 575.98px) {
  .hero-actions .btn,
  .early-access-form .btn {
    width: 100%;
  }

  .sage-navbar .navbar-collapse .d-flex {
    flex-direction: column;
  }

  .sage-navbar .navbar-collapse .btn {
    width: 100%;
    flex-basis: auto;
  }

  .page-proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 0.65rem;
  }

  .page-proof span {
    justify-content: center;
    min-height: 2.7rem;
    padding: 0.55rem 0.65rem;
    text-align: center;
  }

  .page-proof span:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .hero-proof {
    flex-direction: column;
  }

  .hero-proof span {
    text-align: center;
  }
}
