:root {
  --landing-bg: #f8fafc;
  --landing-surface: rgba(255, 255, 255, 0.86);
  --landing-surface-strong: #ffffff;
  --landing-surface-soft: #f4f7f8;
  --landing-ink: #0f172a;
  --landing-muted: #475569;
  --landing-primary: #0f766e;
  --landing-energy: #10b981;
  --landing-teal: #14b8a6;
  --landing-border: rgba(15, 23, 42, 0.07);
  --landing-shadow: 0 18px 45px -28px rgba(15, 23, 42, 0.16);
  --landing-shadow-strong: 0 28px 70px -38px rgba(15, 23, 42, 0.22);
  --landing-radius-lg: 22px;
  --landing-radius-md: 18px;
  --landing-radius-sm: 14px;
  --landing-font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  overflow-x: hidden;
}

body > header,
body > footer {
  display: none;
}

.landing-page-shell {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: -1.5rem;
}

.landing-page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(180deg, #dbf2eb 0, #eef8f4 22rem, #f8fafc 34rem, #f8fafc 100%);
  color: var(--landing-ink);
  font-family: var(--landing-font-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga" 1, "kern" 1;
}

.landing-page button,
.landing-page input,
.landing-page select,
.landing-page textarea {
  font: inherit;
}

.landing-aura {
  position: absolute;
  border-radius: 999px;
  filter: blur(120px);
  opacity: 0.28;
  pointer-events: none;
}

.landing-aura-left {
  top: 1rem;
  left: -10rem;
  width: 24rem;
  height: 24rem;
  background: rgba(16, 185, 129, 0.22);
}

.landing-aura-right {
  top: 6rem;
  right: -8rem;
  width: 20rem;
  height: 20rem;
  background: rgba(20, 184, 166, 0.16);
}

.landing-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.landing-site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  padding: 1rem 0 0;
}

.landing-topbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 5rem;
  padding: 0 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 24px -20px rgba(15, 23, 42, 0.18);
}

.landing-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
  color: inherit;
  line-height: 1;
  text-decoration: none;
}

.landing-brand-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 12px;
  background: var(--landing-primary);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.landing-brand-text {
  color: rgba(15, 23, 42, 0.9);
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.landing-desktop-nav,
.landing-topbar-actions {
  display: flex;
  align-items: center;
}

.landing-desktop-nav {
  flex: 1 1 auto;
  justify-content: center;
  gap: 1.6rem;
}

.landing-desktop-nav a {
  color: rgba(15, 23, 42, 0.66);
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.012em;
  text-decoration: none;
  transition: color 160ms ease, opacity 160ms ease;
}

.landing-desktop-nav a:hover {
  color: var(--landing-primary);
  opacity: 1;
}

.landing-topbar-cta,
.landing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.landing-login-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-left: auto;
}

.landing-auth-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  padding: 0 0.95rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(15, 23, 42, 0.78);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.012em;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, color 160ms ease, background-color 160ms ease;
}

.landing-auth-link:hover {
  transform: translateY(-1px);
  border-color: rgba(15, 118, 110, 0.16);
  background: rgba(255, 255, 255, 0.92);
  color: var(--landing-primary);
}

.landing-topbar-cta {
  min-height: 2.75rem;
  padding: 0 1rem;
  border: 0;
  border-radius: 999px;
  background: var(--landing-primary);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.012em;
  cursor: pointer;
  box-shadow: 0 10px 22px -16px rgba(15, 118, 110, 0.72);
}

.landing-topbar-cta:hover,
.landing-button:hover {
  transform: translateY(-1px);
}

.landing-mobile-nav {
  position: relative;
  display: none;
  margin-left: auto;
}

.landing-mobile-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-width: 3.4rem;
  min-height: 3rem;
  border: 1px solid var(--landing-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--landing-ink);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.012em;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.landing-mobile-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 0.75rem);
  width: min(24rem, calc(100vw - 2rem));
  display: grid;
  gap: 0.35rem;
  padding: 0.75rem;
  border: 1px solid var(--landing-border);
  border-radius: var(--landing-radius-md);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--landing-shadow-strong);
  z-index: 4;
}

.landing-mobile-panel a {
  display: block;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  color: rgba(15, 23, 42, 0.82);
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.012em;
  text-decoration: none;
}

.landing-mobile-panel a:hover {
  background: #f1f5f9;
}

.landing-mobile-auth-group {
  display: grid;
  gap: 0.5rem;
  margin-top: 0.35rem;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.landing-mobile-auth-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: rgba(15, 23, 42, 0.82);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.012em;
  text-decoration: none;
}

.landing-mobile-auth-link:hover {
  background: #f1f5f9;
  color: var(--landing-primary);
}

.landing-mobile-cta {
  width: 100%;
  margin-top: 0.25rem;
}

.landing-mobile-toggle:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 12px 24px -20px rgba(15, 23, 42, 0.26);
}

.landing-mobile-toggle:focus-visible,
.landing-mobile-panel a:focus-visible,
.landing-mobile-panel button:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.22);
  outline-offset: 3px;
}

.landing-mobile-toggle-icon {
  width: 1rem;
  height: 0.9rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}

.landing-mobile-toggle-icon span {
  width: 100%;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  transition: transform 160ms ease, opacity 160ms ease;
}

.landing-mobile-toggle-label {
  white-space: nowrap;
}

.landing-mobile-nav[data-open="true"] .landing-mobile-toggle {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 12px 24px -20px rgba(15, 23, 42, 0.26);
}

.landing-mobile-nav[data-open="true"] .landing-mobile-toggle-icon span:first-child {
  transform: translateY(7px) rotate(45deg);
}

.landing-mobile-nav[data-open="true"] .landing-mobile-toggle-icon span:nth-child(2) {
  opacity: 0;
}

.landing-mobile-nav[data-open="true"] .landing-mobile-toggle-icon span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

.landing-main {
  padding-bottom: 5rem;
}

.landing-hero {
  padding: 4.75rem 0 4rem;
}

.landing-hero-grid {
  display: grid;
  gap: 4rem;
  align-items: center;
}

.landing-eyebrow,
.landing-section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--landing-energy);
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.landing-eyebrow::before,
.landing-section-label::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--landing-energy);
}

.landing-hero-copy h1 {
  margin: 1rem 0 0;
  max-width: 11ch;
  font-size: clamp(3.25rem, 6.4vw, 5.8rem);
  line-height: 1.01;
  letter-spacing: -0.06em;
  font-weight: 800;
  text-wrap: balance;
}

.landing-hero-copy h1 span {
  display: block;
  background: linear-gradient(135deg, var(--landing-primary) 0%, var(--landing-teal) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.landing-hero-copy p {
  max-width: 31rem;
  margin-top: 1.25rem;
  color: var(--landing-muted);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: -0.012em;
  text-wrap: pretty;
}

.landing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.75rem;
}

.landing-button {
  min-height: 3.5rem;
  padding: 0 1.5rem;
  border: 1px solid transparent;
  border-radius: var(--landing-radius-sm);
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: -0.012em;
}

.landing-button-primary {
  background: var(--landing-primary);
  color: #fff;
  box-shadow: 0 16px 30px -22px rgba(15, 118, 110, 0.8);
}

.landing-button-secondary {
  background: #fff;
  border-color: rgba(15, 23, 42, 0.09);
  color: var(--landing-ink);
  box-shadow: 0 8px 20px -18px rgba(15, 23, 42, 0.16);
}

.landing-button-light {
  background: #fff;
  color: var(--landing-primary);
  box-shadow: 0 16px 30px -22px rgba(15, 23, 42, 0.24);
}

.landing-button-ghost {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.landing-sub-link,
.landing-inline-link {
  color: var(--landing-primary);
  font-size: 0.93rem;
  font-weight: 600;
  letter-spacing: -0.012em;
  text-decoration: none;
}

.landing-sub-link {
  display: inline-block;
  margin-top: 1rem;
}

.landing-hero-visual {
  display: flex;
  justify-content: center;
}

.landing-hero-stage {
  position: relative;
  width: min(100%, 33rem);
  min-height: 28rem;
}

.landing-dashboard-card {
  position: relative;
  z-index: 2;
  width: 86%;
  margin: 2rem auto 0;
  padding: 1.5rem;
  border-radius: var(--landing-radius-lg);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--landing-shadow-strong);
}

.landing-dashboard-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.landing-dashboard-head h2 {
  margin: 0;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.landing-window-dots {
  display: flex;
  gap: 0.3rem;
}

.landing-window-dots span {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #cbd5e1;
}

.landing-window-dots span:first-child {
  background: #f87171;
}

.landing-window-dots span:nth-child(2) {
  background: #fbbf24;
}

.landing-window-dots span:nth-child(3) {
  background: #34d399;
}

.landing-dashboard-chart {
  position: relative;
  margin-top: 1.4rem;
  height: 9rem;
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fafc 0%, #eef7f4 100%);
  overflow: hidden;
}

.landing-dashboard-chart svg {
  width: 100%;
  height: 100%;
}

.landing-dashboard-chart span {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  color: var(--landing-energy);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.landing-dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

.landing-dashboard-metrics article {
  padding: 0.95rem 1rem;
  border-radius: 14px;
  background: #f8fafc;
}

.landing-dashboard-metrics span,
.landing-platform-metric-row span,
.landing-analytics-score-row span {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}

.landing-dashboard-metrics span {
  color: var(--landing-muted);
}

.landing-dashboard-metrics strong {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.landing-hero-float {
  position: absolute;
  z-index: 3;
  border-radius: var(--landing-radius-md);
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(12px);
  box-shadow: var(--landing-shadow);
}

.landing-hero-float-score {
  top: 0;
  right: 0;
  width: 11rem;
  padding: 1rem;
  text-align: center;
}

.landing-gauge {
  position: relative;
  width: 5.4rem;
  height: 5.4rem;
  margin: 0 auto 0.75rem;
}

.landing-gauge svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.landing-gauge circle {
  fill: none;
  stroke: #e2e8f0;
  stroke-width: 10;
}

.landing-gauge .landing-gauge-value {
  stroke: var(--landing-energy);
  stroke-dasharray: 276;
  stroke-dashoffset: 54;
}

.landing-gauge strong {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.landing-hero-float-score span {
  color: var(--landing-muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing-hero-float-impact {
  left: 0;
  bottom: 0.2rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  width: 13rem;
  padding: 1rem;
}

.landing-impact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 14px;
  background: rgba(16, 185, 129, 0.14);
  color: var(--landing-energy);
  font-size: 1.2rem;
  font-weight: 900;
}

.landing-hero-float-impact strong {
  display: block;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.landing-hero-float-impact span {
  display: block;
  margin-top: 0.2rem;
  color: var(--landing-muted);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.5;
}

.landing-trust-strip {
  display: grid;
  gap: 0;
  margin-top: 2.5rem;
  border-radius: var(--landing-radius-lg);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 28px -22px rgba(15, 23, 42, 0.12);
  overflow: hidden;
}

.landing-trust-strip article {
  padding: 1.25rem 1.4rem;
}

.landing-trust-strip article + article {
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.landing-trust-strip strong {
  display: block;
  font-size: 0.93rem;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.landing-trust-strip span {
  display: block;
  margin-top: 0.35rem;
  color: var(--landing-muted);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.55;
  text-wrap: pretty;
}

.landing-section {
  padding: 5.5rem 0 0;
}

.landing-section-intro {
  margin-bottom: 2rem;
}

.landing-section-intro h2,
.landing-analytics-copy h2,
.landing-cta-copy h2 {
  margin: 0.65rem 0 0;
  font-size: clamp(2.05rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 800;
  text-wrap: balance;
}

.landing-section-intro p,
.landing-analytics-copy p,
.landing-cta-copy p,
.landing-footer-brand p,
.landing-feature-list span {
  color: var(--landing-muted);
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: -0.012em;
  text-wrap: pretty;
}

.landing-section-intro-centered {
  max-width: 42rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.landing-platform-frame {
  padding: 0.9rem;
  border-radius: 32px;
  background: #0f172a;
  box-shadow: 0 24px 60px -34px rgba(15, 23, 42, 0.45);
}

.landing-platform-window {
  display: grid;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
}

.landing-platform-sidebar {
  display: none;
  padding: 1.5rem 1.15rem;
  background: #f8fafc;
  border-right: 1px solid rgba(15, 23, 42, 0.06);
}

.landing-platform-line,
.landing-platform-nav-item {
  border-radius: 999px;
  background: #dbe5ec;
}

.landing-platform-line {
  height: 0.5rem;
}

.landing-platform-line-wide {
  width: 68%;
  margin-bottom: 1.5rem;
}

.landing-platform-nav-item {
  height: 2.3rem;
  margin-bottom: 0.8rem;
}

.landing-platform-nav-item-active {
  background: rgba(15, 118, 110, 0.12);
}

.landing-platform-main {
  padding: 1.4rem;
}

.landing-platform-metric-row {
  display: grid;
  gap: 0.85rem;
}

.landing-platform-metric-row article,
.landing-platform-chart-card,
.landing-analytics-card,
.landing-product-card {
  background: #fff;
  box-shadow: var(--landing-shadow);
}

.landing-platform-metric-row article {
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: #f8fafc;
}

.landing-platform-metric-row span {
  color: var(--landing-muted);
}

.landing-platform-metric-row strong {
  display: block;
  margin-top: 0.35rem;
  color: var(--landing-primary);
  font-size: 1.34rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.landing-platform-chart-card {
  margin-top: 1rem;
  padding: 1.1rem;
  border-radius: 18px;
  background: #f8fafc;
}

.landing-platform-chart-card span {
  display: block;
  color: var(--landing-ink);
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.landing-platform-bars {
  display: flex;
  align-items: end;
  gap: 0.7rem;
  height: 15rem;
  margin-top: 1.25rem;
}

.landing-platform-bars i {
  flex: 1;
  border-radius: 12px 12px 4px 4px;
  background: linear-gradient(180deg, var(--landing-primary) 0%, var(--landing-energy) 100%);
}

.landing-platform-bars i:nth-child(odd) {
  background: #dbe5ec;
}

.landing-analytics-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}

.landing-analytics-card {
  padding: 1.4rem;
  border-radius: var(--landing-radius-lg);
}

.landing-analytics-card-head,
.landing-analytics-score-row,
.landing-analytics-progress-list article > div:first-child,
.landing-section-intro-row,
.landing-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.landing-analytics-card-head {
  align-items: center;
}

.landing-analytics-card-head span {
  color: var(--landing-ink);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  text-transform: none;
}

.landing-analytics-card-head em {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0 0.75rem;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.12);
  color: var(--landing-energy);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-analytics-score-row {
  align-items: center;
  margin-top: 1.4rem;
  padding: 1rem 1.05rem;
  border-radius: 16px;
  background: #f8fafc;
  border-left: 4px solid var(--landing-energy);
}

.landing-analytics-score-row span {
  color: var(--landing-muted);
}

.landing-analytics-score-row strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.landing-analytics-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  background: var(--landing-energy);
  color: #fff;
  font-weight: 900;
}

.landing-analytics-progress-list {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}

.landing-analytics-progress-list article {
  padding: 0.95rem 1rem;
  border-radius: 16px;
  background: #f8fafc;
}

.landing-analytics-progress-list span {
  color: var(--landing-muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: none;
}

.landing-analytics-progress-list strong {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.landing-progress-bar {
  margin-top: 0.75rem;
  height: 0.45rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.landing-progress-bar i,
.landing-impact-stat i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--landing-primary) 0%, var(--landing-energy) 100%);
}

.landing-analytics-copy {
  max-width: 32rem;
}

.landing-feature-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.landing-feature-list article {
  position: relative;
  padding-left: 1.2rem;
}

.landing-feature-list article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--landing-energy);
}

.landing-feature-list article strong {
  display: block;
  color: var(--landing-ink);
  font-weight: 700;
  letter-spacing: -0.015em;
}

.landing-feature-list article span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.94rem;
}

.landing-product-grid {
  display: grid;
  gap: 1rem;
}

.landing-product-card {
  display: grid;
  gap: 0.95rem;
  padding: 1rem;
  border-radius: var(--landing-radius-md);
  color: inherit;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.landing-product-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--landing-shadow-strong);
}

.landing-product-image {
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(180deg, #ecf4f1, #f8fafc);
  aspect-ratio: 1 / 0.88;
}

.landing-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing-product-copy strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.45;
}

.landing-product-copy span {
  display: block;
  margin-top: 0.4rem;
  color: var(--landing-muted);
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -0.01em;
}

.landing-section-impact {
  padding-top: 4.5rem;
}

.landing-impact-grid {
  display: grid;
  gap: 1.5rem;
}

.landing-impact-stat strong {
  display: block;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.landing-impact-stat span {
  display: block;
  margin-top: 0.45rem;
  color: var(--landing-muted);
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: -0.012em;
  text-transform: none;
}

.landing-impact-stat i {
  margin-top: 1rem;
  height: 0.28rem;
}

.landing-section-cta {
  padding-top: 5rem;
}

.landing-cta-card {
  display: grid;
  gap: 1.5rem;
  padding: 2.4rem;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--landing-primary) 0%, var(--landing-teal) 100%);
  color: #fff;
  text-align: center;
  box-shadow: 0 24px 60px -36px rgba(15, 118, 110, 0.6);
}

.landing-cta-copy {
  max-width: 38rem;
  margin: 0 auto;
}

.landing-cta-copy p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.03rem;
}

.landing-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.landing-footer {
  margin-top: 4rem;
  padding: 3rem 0 1.5rem;
  background: #0f172a;
  color: rgba(255, 255, 255, 0.88);
}

.landing-footer-grid {
  display: grid;
  gap: 2rem;
}

.landing-footer-brand {
  display: grid;
  gap: 1rem;
}

.landing-footer-brand p {
  max-width: 20rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.94rem;
}

.landing-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.landing-footer-social a,
.landing-footer-links a {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: color 160ms ease;
}

.landing-footer-social a:hover,
.landing-footer-links a:hover {
  color: #fff;
}

.landing-footer-links {
  display: grid;
  gap: 0.7rem;
  align-content: start;
}

.landing-footer-links span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  text-transform: none;
}

.landing-footer-bottom {
  align-items: center;
  margin-top: 2rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
  letter-spacing: -0.01em;
}

@media (min-width: 760px) {
  .landing-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-trust-strip article + article {
    border-top: 0;
  }

  .landing-trust-strip article:nth-child(2n + 1) {
    border-right: 1px solid rgba(15, 23, 42, 0.06);
  }

  .landing-trust-strip article:nth-child(n + 3) {
    border-top: 1px solid rgba(15, 23, 42, 0.06);
  }

  .landing-platform-metric-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .landing-product-grid,
  .landing-impact-grid,
  .landing-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .landing-page-shell {
    margin-top: -1.9rem;
  }

  .landing-hero-grid,
  .landing-analytics-grid {
    grid-template-columns: minmax(0, 1fr) minmax(26rem, 0.92fr);
  }

  .landing-trust-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .landing-trust-strip article + article {
    border-top: 0;
    border-left: 1px solid rgba(15, 23, 42, 0.06);
  }

  .landing-platform-window {
    grid-template-columns: 14rem minmax(0, 1fr);
  }

  .landing-platform-sidebar {
    display: block;
  }

  .landing-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .landing-impact-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .landing-footer-grid {
    grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 0.65fr));
  }
}

@media (max-width: 1023px) {
  .landing-desktop-nav,
  .landing-topbar-actions {
    display: none;
  }

  .landing-mobile-nav {
    display: block;
  }

  .landing-hero-stage {
    min-height: auto;
  }

  .landing-hero-float-score {
    right: 1rem;
  }
}

@media (max-width: 759px) {
  .landing-page-shell {
    margin-top: -1.2rem;
  }

  .landing-container {
    padding: 0 1rem;
  }

  .landing-topbar {
    min-height: 4.4rem;
    padding: 0 0.95rem;
    gap: 0.75rem;
  }

  .landing-brand-text {
    font-size: 0.95rem;
  }

  .landing-mobile-nav {
    position: static;
  }

  .landing-mobile-panel {
    left: 0;
    right: 0;
    top: calc(100% + 0.65rem);
    width: auto;
  }

  .landing-mobile-toggle {
    min-width: 3rem;
    min-height: 2.8rem;
    padding: 0 0.85rem;
  }

  .landing-hero {
    padding-top: 3.25rem;
  }

  .landing-hero-grid {
    gap: 2.5rem;
  }

  .landing-hero-copy h1 {
    font-size: clamp(2.7rem, 15vw, 4.15rem);
  }

  .landing-hero-copy p {
    font-size: 0.98rem;
  }

  .landing-dashboard-card {
    width: 100%;
    margin-top: 0;
  }

  .landing-hero-float {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 0.85rem;
  }

  .landing-dashboard-metrics {
    grid-template-columns: 1fr;
  }

  .landing-section {
    padding-top: 4.25rem;
  }

  .landing-section-intro-row,
  .landing-analytics-card-head,
  .landing-analytics-score-row,
  .landing-analytics-progress-list article > div:first-child,
  .landing-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .landing-cta-card {
    padding: 1.7rem;
  }
}

@media (max-width: 420px) {
  .landing-brand-text {
    display: none;
  }

  .landing-topbar {
    padding: 0 0.8rem;
  }

  .landing-mobile-toggle-label {
    display: none;
  }

  .landing-mobile-toggle {
    width: 2.9rem;
    min-width: 2.9rem;
    padding: 0;
  }
}
