/**
 * Landing page — simple, professional dark SaaS.
 * No gimmicks: clarity, credibility, utility.
 */

.landing-page {
  --lp-bg-start: #0B1220;
  --lp-bg-end: #0E1628;
  --lp-bg-alt: rgba(17, 26, 46, 0.4);
  --lp-card: #151F36;
  --lp-border: rgba(255, 255, 255, 0.08);
  --lp-primary: #3B82F6;
  --lp-text: #F8FAFC;
  --lp-text-muted: #94A3B8;
  --lp-radius-card: 0.75rem;
  --lp-radius-btn: 0.5rem;
  --lp-max: 1200px;
  --lp-font: "Inter", system-ui, -apple-system, sans-serif;

  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, var(--lp-bg-start) 0%, var(--lp-bg-end) 100%);
  color: var(--lp-text);
  font-family: var(--lp-font);
  scroll-behavior: smooth;
}

/* ----- Header ----- */
.landing-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11, 18, 32, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--lp-border);
}

.landing-header__inner {
  max-width: var(--lp-max);
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.landing-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--lp-text);
  text-decoration: none;
  letter-spacing: -0.025em;
}

.landing-logo:hover {
  color: var(--lp-text);
  text-decoration: none;
}

.landing-logo__icon {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(59, 130, 246, 0.2);
  color: #93c5fd;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 700;
}

.landing-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.landing-nav__link {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--lp-text);
  text-decoration: none;
}

.landing-nav__link:hover {
  color: var(--lp-primary);
  text-decoration: none;
}

.landing-header__btn {
  margin-left: 0.25rem;
}

.landing-page .btn--primary {
  background: var(--lp-primary);
  color: #fff;
  border-color: var(--lp-primary);
  border-radius: var(--lp-radius-btn);
  padding: 0.5rem 1.25rem;
  font-weight: 500;
}

.landing-page .btn--primary:hover {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
}

.landing-page .btn--secondary {
  background: transparent;
  color: var(--lp-text);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-btn);
  padding: 0.5rem 1.25rem;
  font-weight: 500;
}

.landing-page .btn--secondary:hover {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  color: var(--lp-text);
}

.landing-page .btn--lg {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}

.landing-page .btn--sm {
  padding: 0.375rem 1rem;
  font-size: 0.875rem;
}

/* ----- Main ----- */
.landing-main {
  flex: 1;
}

/* ----- Sections: visual chapters (dark / lighter / constrained / wide) ----- */
.lp-section {
  padding: 5rem 1.5rem;
  border-top: 1px solid var(--lp-border);
  transition: background-color 0.25s ease;
}

.lp-section:first-of-type {
  border-top: none;
}

.lp-section--alt {
  background: var(--lp-bg-alt);
}

.lp-section--dark {
  background: linear-gradient(180deg, var(--lp-bg-start) 0%, var(--lp-bg-end) 100%);
}

.lp-section--lighter {
  background: rgba(17, 26, 46, 0.5);
}

.lp-section--constrained .lp-section__inner {
  max-width: 48rem;
}

.lp-section--wide .lp-section__inner {
  max-width: var(--lp-max);
}

.lp-section__inner {
  max-width: var(--lp-max);
  margin: 0 auto;
}

.lp-section__inner--narrow {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

.lp-section__inner--wide {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

.lp-section__inner--overlap-offset {
  padding-top: 5rem;
}

/* Typography hierarchy: section vs supporting vs emphasis */
.lp-heading {
  margin: 0 0 0.5rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.03em;
  color: var(--lp-text);
}

.lp-heading--section {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin-bottom: 2rem;
  letter-spacing: -0.04em;
}

.lp-heading--large {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin-bottom: 2.5rem;
}

.lp-heading--cta {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  line-height: 1.2;
  margin-bottom: 2rem;
}

.lp-heading--center {
  text-align: center;
}

.lp-heading--quiet {
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  color: var(--lp-text-muted);
  font-weight: 600;
}

.lp-heading--assure {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin-bottom: 2rem;
  text-align: left;
}

.lp-heading-sub {
  margin: 0 0 2rem;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--lp-text-muted);
}

.lp-heading-sub--center {
  text-align: center;
  margin-bottom: 2.5rem;
}

/* ----- Hero: unmissable, dominant, product-forward ----- */
.lp-hero--simple {
  padding: 6rem 1.5rem 6rem;
  text-align: center;
  border-bottom: 1px solid var(--lp-border);
}

.lp-hero--dominant {
  background: linear-gradient(180deg, #070d18 0%, #0a1220 45%, #0B1220 100%);
  position: relative;
}

.lp-hero--dominant::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--lp-border), transparent);
  opacity: 0.6;
}

.lp-hero__inner--center {
  max-width: 42rem;
  margin: 0 auto;
}

.lp-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 1rem;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(59, 130, 246, 0.5);
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--lp-text);
}

.lp-hero__badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--lp-primary);
}

.lp-hero__badge-text {
  letter-spacing: 0.02em;
}

.lp-hero__title {
  margin: 0 0 1.5rem;
  font-size: clamp(2.25rem, 5.5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.045em;
  color: var(--lp-text);
}

.lp-hero__title-line {
  display: block;
}

.lp-hero__title-line--accent {
  color: var(--lp-primary);
}

.lp-hero__subtitle {
  margin: 0 0 2rem;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--lp-text-muted);
}

.lp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 3rem;
}

.lp-hero__arrow {
  margin-left: 0.25rem;
}

.lp-hero__cta-sub {
  margin: 1rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--lp-text-muted);
  text-align: center;
}

/* Hero product mockup: larger, overlaps next section, floating, SLA */
.lp-hero-mockup {
  margin-top: 3rem;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.lp-hero-mockup--overlap {
  max-width: 34rem;
  margin-bottom: -4rem;
  position: relative;
  z-index: 2;
}

.lp-hero-mockup--overlap .lp-hero-mockup__window {
  padding: 1.5rem 1.75rem;
  font-size: 1.0625em;
}

.lp-hero-mockup--floating {
  position: relative;
  animation: lp-float 6s ease-in-out infinite;
}

.lp-hero-mockup--floating .lp-hero-mockup__window {
  box-shadow:
    0 25px 50px -12px rgba(0, 0, 0, 0.45),
    0 0 0 1px var(--lp-border),
    0 0 40px -8px rgba(59, 130, 246, 0.2);
}

@keyframes lp-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@media (prefers-reduced-motion: reduce) {
  .lp-hero-mockup--floating {
    animation: none;
  }
  .lp-hero-mockup__status--animate {
    animation: none;
  }
  .lp-hero-mockup__sla-value {
    animation: none;
  }
}

.lp-hero-mockup__window {
  padding: 1.25rem 1.5rem;
  background: var(--lp-card);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-card);
  transition: box-shadow 0.3s ease;
}

.lp-hero-mockup__window:hover {
  box-shadow:
    0 30px 60px -12px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 50px -10px rgba(59, 130, 246, 0.25);
}

.lp-hero-mockup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.lp-hero-mockup--overlap .lp-hero-mockup__title {
  font-size: 0.9375rem;
}

.lp-hero-mockup__title {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--lp-text);
}

.lp-hero-mockup__status {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
}

.lp-hero-mockup__status--investigating {
  background: rgba(245, 158, 11, 0.25);
  color: #f59e0b;
}

.lp-hero-mockup__status--animate {
  animation: lp-status-pulse 2.5s ease-in-out infinite;
}

@keyframes lp-status-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.85; }
}

.lp-hero-mockup__meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.lp-hero-mockup__owner {
  font-size: 0.8125rem;
  color: var(--lp-text-muted);
}

.lp-hero-mockup__sla {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-variant-numeric: tabular-nums;
  color: var(--lp-text-muted);
}

.lp-hero-mockup__sla-label {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.8;
}

.lp-hero-mockup__sla-value {
  font-weight: 600;
  color: #22c55e;
  animation: lp-sla-glow 2.5s ease-in-out infinite;
}

@keyframes lp-sla-glow {
  0%, 100% { opacity: 1; filter: none; }
  50% { opacity: 0.9; }
}

.lp-hero-mockup__timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: var(--lp-text-muted);
}

.lp-hero-mockup__tl-item {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.lp-hero-mockup__tl-item--open {
  color: #ef4444;
}

.lp-hero-mockup__tl-item--active {
  color: var(--lp-primary);
  font-weight: 600;
}

.lp-hero-mockup__tl-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.lp-hero-mockup__tl-item:not(.lp-hero-mockup__tl-item--open):not(.lp-hero-mockup__tl-item--active) .lp-hero-mockup__tl-dot {
  background: var(--lp-border);
}

@media (max-width: 480px) {
  .lp-hero-mockup__timeline {
    flex-wrap: wrap;
  }
}

.lp-hero__metrics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem 4rem;
  padding-top: 2rem;
  border-top: 1px solid var(--lp-border);
}

.lp-hero__metric {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  text-align: center;
}

.lp-hero__metric-value {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--lp-text);
}

.lp-hero__metric-label {
  font-size: 0.8125rem;
  color: var(--lp-text-muted);
}

/* ----- Problem section (Alert Fatigue): dense, operational, uncomfortable ----- */
.lp-problem-log {
  max-width: 32rem;
  margin: 0 auto 1.25rem;
  padding: 1rem 1.25rem;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid var(--lp-border);
  border-radius: 6px;
  border-left: 3px solid rgba(239, 68, 68, 0.5);
}

.lp-problem-list {
  max-width: 32rem;
  margin: 0 auto 1.5rem;
  list-style: none;
  padding: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--lp-text);
}

.lp-problem-list--log {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--lp-text-muted);
}

.lp-problem-list--log li {
  padding-left: 0;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.lp-problem-list--log li::before {
  display: none;
}

.lp-problem-list__marker {
  flex-shrink: 0;
  color: rgba(148, 163, 184, 0.6);
  font-variant-numeric: tabular-nums;
}

.lp-problem-list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.75rem;
}

.lp-problem-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lp-primary);
}

.lp-problem-close {
  margin: 1.25rem auto 0;
  max-width: 24rem;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--lp-text-muted);
  text-align: center;
}

.lp-stat-callout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  color: var(--lp-text-muted);
}

.lp-stat-callout__from {
  opacity: 0.7;
}

.lp-stat-callout__arrow {
  color: var(--lp-primary);
  font-weight: 600;
}

.lp-stat-callout__to {
  font-weight: 600;
  color: var(--lp-text);
}

/* ----- Thesis: strong minimal statement — typography only, no CTA ----- */
.lp-thesis {
  padding: 4rem 1.5rem;
  background: #070d18;
  border-top: 1px solid var(--lp-border);
  border-bottom: 1px solid var(--lp-border);
}

.lp-thesis--statement {
  padding: 5rem 1.5rem 5.5rem;
  background: #060b14;
  border-top: none;
  border-bottom: none;
}

.lp-thesis--statement::before {
  content: "";
  display: block;
  width: 3rem;
  height: 2px;
  margin: 0 auto 2.5rem;
  background: var(--lp-primary);
  opacity: 0.5;
}

.lp-thesis__inner {
  max-width: var(--lp-max);
  margin: 0 auto;
  padding: 0 0.5rem;
}

.lp-thesis__text {
  margin: 0;
  font-size: clamp(1.75rem, 4.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: var(--lp-text);
  text-align: center;
  max-width: 20em;
  margin-left: auto;
  margin-right: auto;
}

.lp-thesis__text .lp-thesis__lead,
.lp-thesis__text .lp-thesis__punch {
  display: block;
}

.lp-thesis__lead {
  font-size: 0.65em;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--lp-text-muted);
  margin-bottom: 0.35em;
}

.lp-thesis__punch {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--lp-text);
}

/* ----- Feature cards: varied sizes, mini UI previews ----- */
.lp-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.lp-features--grid {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 1.25rem;
  align-items: start;
}

.lp-features--grid .lp-feature-card {
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.lp-features--grid .lp-feature-card__preview {
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .lp-features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .lp-features {
    grid-template-columns: 1fr;
  }
}

.lp-feature-card {
  padding: 1.5rem;
  background: var(--lp-card);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-card);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lp-feature-card:hover {
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.3);
}

.lp-feature-card__preview {
  margin-bottom: 1rem;
  min-height: 3rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.lp-feature-card__preview.lp-feature-preview--timeline {
  min-height: 4.5rem;
  align-items: stretch;
}

.lp-feature-preview {
  font-size: 0.75rem;
  font-family: ui-monospace, monospace;
  color: var(--lp-text-muted);
}

.lp-feature-preview--rules .lp-feature-preview__line {
  display: block;
  padding: 0.2rem 0.4rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  border-left: 2px solid var(--lp-primary);
}

.lp-feature-preview--sla {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.lp-feature-preview__badge {
  padding: 0.2rem 0.5rem;
  font-size: 0.7rem;
  font-weight: 600;
  border-radius: 4px;
}

.lp-feature-preview__badge--ok {
  background: rgba(34, 197, 94, 0.2);
  color: #22c55e;
}

.lp-feature-preview__avatar {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: var(--lp-primary);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Mini timeline UI fragment: vertical track + time + label per row */
.lp-timeline-preview {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.75rem;
  font-variant-numeric: tabular-nums;
  width: 100%;
  padding-left: 1.25rem;
}

.lp-timeline-preview::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 2px;
  background: var(--lp-border);
  border-radius: 1px;
}

.lp-timeline-preview__row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 1.25rem;
}

.lp-timeline-preview__row::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lp-border);
  z-index: 1;
}

.lp-timeline-preview__row--open::before {
  background: #ef4444;
}

.lp-timeline-preview__row--active::before {
  background: var(--lp-primary);
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.35);
}

.lp-timeline-preview__time {
  flex-shrink: 0;
  width: 2.25rem;
  color: var(--lp-text-muted);
  font-size: 0.6875rem;
}

.lp-timeline-preview__row--open .lp-timeline-preview__time {
  color: #ef4444;
}

.lp-timeline-preview__row--active .lp-timeline-preview__time {
  color: var(--lp-primary);
}

.lp-timeline-preview__label {
  color: var(--lp-text-muted);
  font-size: 0.75rem;
}

.lp-timeline-preview__row--open .lp-timeline-preview__label {
  color: #ef4444;
  font-weight: 500;
}

.lp-timeline-preview__row--active .lp-timeline-preview__label {
  color: var(--lp-primary);
  font-weight: 600;
}

.lp-feature-preview--ingest {
  gap: 0.5rem;
}

.lp-feature-preview__source {
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid var(--lp-border);
  border-radius: 4px;
  color: var(--lp-text-muted);
}

.lp-feature-preview--audit {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.lp-feature-preview__check {
  color: #22c55e;
  font-weight: 700;
}

.lp-feature-preview__audit-text {
  font-size: 0.75rem;
  color: var(--lp-text-muted);
}

.lp-feature-card__title {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--lp-text);
}

.lp-feature-card__desc {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--lp-text-muted);
}

/* ----- How it works: horizontal flow, connectors, hover ----- */
.lp-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.lp-steps--horizontal {
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  position: relative;
}

.lp-step {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--lp-border);
}

.lp-step:last-child {
  border-bottom: none;
}

.lp-step--flow {
  flex: 1;
  min-width: 0;
  max-width: 18rem;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem 1rem;
  border-bottom: none;
  border-radius: var(--lp-radius-card);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.lp-step--flow:hover {
  background: rgba(255, 255, 255, 0.03);
  transform: translateY(-2px);
}

.lp-step--flow .lp-step__content {
  order: 3;
}

.lp-step--flow .lp-step__num {
  order: 1;
  margin-bottom: 0.5rem;
}

.lp-step--flow {
  position: relative;
}

.lp-step__connector {
  display: none;
}

.lp-step--flow:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -1.25rem;
  top: 50%;
  width: 2.5rem;
  height: 2px;
  background: linear-gradient(90deg, var(--lp-primary), var(--lp-border));
  opacity: 0.5;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .lp-steps--horizontal {
    flex-direction: column;
    align-items: center;
  }
  .lp-step--flow {
    max-width: 20rem;
    width: 100%;
  }
  .lp-step--flow:not(:last-child)::after {
    right: auto;
    bottom: -1rem;
    top: auto;
    width: 2px;
    height: 1.5rem;
    background: linear-gradient(180deg, var(--lp-primary), var(--lp-border));
    transform: none;
  }
}

.lp-step__num {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  background: var(--lp-primary);
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

.lp-step--flow:hover .lp-step__num {
  background: #2563eb;
}

.lp-step__content {
  min-width: 0;
}

.lp-step__title {
  margin: 0 0 0.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--lp-text);
}

.lp-step__desc {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--lp-text-muted);
}

.lp-steps--three {
  max-width: 32rem;
}

/* ----- Product blocks: strip-style sections (not document) ----- */
.lp-block {
  padding: 3rem 1.5rem;
  border-top: 1px solid var(--lp-border);
  border-bottom: 1px solid var(--lp-border);
}

.lp-block__inner {
  max-width: var(--lp-max);
  margin: 0 auto;
}

/* Who It's For — product strip: tagline + pills */
.lp-audience-block {
  background: rgba(15, 23, 42, 0.6);
}

.lp-audience-block__tagline {
  margin: 0 0 1.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--lp-text-muted);
  text-align: center;
}

.lp-audience-block__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  max-width: 36rem;
  margin: 0 auto;
}

.lp-audience-block__pill {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--lp-text);
  background: rgba(21, 31, 54, 0.8);
  border: 1px solid var(--lp-border);
  border-radius: 999px;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.lp-audience-block__pill:hover {
  border-color: rgba(59, 130, 246, 0.4);
  background: rgba(59, 130, 246, 0.08);
}

/* ----- Built for Enterprise: structured list, not paragraph ----- */
.lp-section--trust {
  padding: 6rem 1.5rem;
}

.lp-trust-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 36rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.lp-trust-list__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem 0;
  font-size: clamp(1.125rem, 1.5vw, 1.375rem);
  font-weight: 500;
  line-height: 1.45;
  color: var(--lp-text);
  border-bottom: 1px solid var(--lp-border);
}

.lp-trust-list__item:last-child {
  border-bottom: none;
}

.lp-trust-list__mark {
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 0.6em;
  border-radius: 50%;
  background: var(--lp-primary);
}

.lp-trust__logos {
  margin-top: 2.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--lp-text-muted);
  letter-spacing: 0.02em;
}

/* ----- Single conclusion: thesis → calm lead-in + demo form ----- */
.lp-lead-section {
  padding: 5rem 1.5rem 6rem;
}

.lp-lead-intro {
  margin: 0 0 1.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--lp-text-muted);
  text-align: center;
}

/* ----- Most Fleet Tools Stop at Alerts ----- */
.lp-alerts-sub {
  margin: 1rem 0 2rem;
  font-size: 1rem;
  font-weight: 500;
  color: var(--lp-text-muted);
  text-align: center;
}

.lp-alerts-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 36rem;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .lp-alerts-compare {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.lp-alerts-col__title {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--lp-text);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.lp-alerts-col__line {
  margin: 0 0 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--lp-text-muted);
}

.lp-alerts-col__line:last-child {
  margin-bottom: 0;
}

.lp-alerts-close {
  margin: 2.5rem auto 0;
  max-width: 28rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--lp-text);
  text-align: center;
}

/* ----- Why Erragal: two visuals — left = overwhelming alerts, right = incidents, less is more ----- */
.lp-why-visuals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
  align-items: start;
}

@media (max-width: 768px) {
  .lp-why-visuals {
    grid-template-columns: 1fr;
  }
}

.lp-why-visual {
  border-radius: var(--lp-radius-card);
  overflow: hidden;
  border: 1px solid var(--lp-border);
  background: var(--lp-card);
}

.lp-why-visual__header {
  padding: 0.65rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--lp-text-muted);
  background: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid var(--lp-border);
}

/* Left: overwhelming alert list */
.lp-why-visual--alerts {
  border-color: rgba(239, 68, 68, 0.2);
  background: rgba(15, 23, 42, 0.9);
}

.lp-why-visual--alerts .lp-why-visual__header {
  color: var(--lp-text-muted);
}

.lp-alert-mock {
  max-height: 18rem;
  overflow-y: auto;
  padding: 0.25rem 0.75rem 0.5rem;
}

.lp-alert-mock__row {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.28rem 0.5rem;
  margin-bottom: 1px;
  font-size: 0.6875rem;
  font-variant-numeric: tabular-nums;
  color: rgba(148, 163, 184, 0.65);
  background: rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.lp-alert-mock__row:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.lp-alert-mock__dot {
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lp-text-muted);
  opacity: 0.6;
}

.lp-alert-mock__row--critical .lp-alert-mock__dot {
  background: #ef4444;
  opacity: 1;
}

.lp-alert-mock__row--high .lp-alert-mock__dot {
  background: #f59e0b;
  opacity: 1;
}

.lp-alert-mock__time {
  flex-shrink: 0;
  width: 2.25rem;
  color: rgba(148, 163, 184, 0.55);
}

.lp-alert-mock__text {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Right: calm incident view + "Less is more." */
.lp-why-visual--incidents {
  border-color: rgba(59, 130, 246, 0.3);
  box-shadow: 0 8px 32px -12px rgba(0, 0, 0, 0.35);
}

.lp-why-visual--incidents .lp-why-visual__header {
  color: var(--lp-primary);
}

.lp-incident-mock {
  padding: 1rem 1rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lp-incident-mock__card {
  padding: 1rem 1.25rem;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid var(--lp-border);
  border-radius: 8px;
  border-left: 3px solid var(--lp-primary);
}

.lp-incident-mock__card--resolved {
  border-left-color: #22c55e;
  opacity: 0.9;
}

.lp-incident-mock__id {
  font-size: 0.6875rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--lp-primary);
  margin-bottom: 0.25rem;
}

.lp-incident-mock__title {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.35;
  color: var(--lp-text);
  margin-bottom: 0.5rem;
}

.lp-incident-mock__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.6875rem;
  color: var(--lp-text-muted);
}

.lp-incident-mock__status {
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  background: rgba(245, 158, 11, 0.2);
  color: #f59e0b;
  font-weight: 600;
}

.lp-incident-mock__status--ok {
  background: rgba(34, 197, 94, 0.2);
  color: #22c55e;
}

.lp-incident-mock__owner {
  color: var(--lp-text-muted);
}

.lp-incident-mock__sla {
  font-variant-numeric: tabular-nums;
  color: #22c55e;
  font-weight: 500;
}

.lp-incident-mock__tagline {
  margin: 0.5rem 1rem 1rem;
  padding: 0.875rem 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.3;
  color: var(--lp-text);
  text-align: center;
  background: rgba(59, 130, 246, 0.12);
  border-radius: 8px;
  border: 1px solid rgba(59, 130, 246, 0.3);
}

/* ----- Conviction block: comparison + one line of enterprise credibility ----- */
.lp-conviction {
  padding-bottom: 5rem;
}

.lp-conviction__foot {
  margin: 2rem 0 0;
  padding: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--lp-text);
  text-align: center;
}

.lp-conviction__foot-item {
  white-space: nowrap;
}

.lp-conviction__foot-sep {
  margin: 0 0.5rem;
  color: var(--lp-text-muted);
  font-weight: 400;
}

.lp-conviction__audience {
  margin: 1rem 0 0;
  font-size: 0.875rem;
  color: var(--lp-text-muted);
  text-align: center;
}

@media (max-width: 560px) {
  .lp-conviction__foot {
    font-size: 0.875rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.25rem 0;
  }
  .lp-conviction__foot-sep {
    display: none;
  }
  .lp-conviction__foot-item::after {
    content: " · ";
    color: var(--lp-text-muted);
    font-weight: 400;
  }
  .lp-conviction__foot-item:last-child::after {
    content: none;
  }
}

/* ----- What an Incident Looks Like in Erragal (screenshot-style) ----- */
.lp-demo {
  margin-top: 2rem;
}

.lp-demo__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  justify-content: center;
  margin: 1.5rem auto 1.25rem;
  padding: 0.25rem;
  width: fit-content;
  max-width: 100%;
  background: var(--lp-card);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-card);
}

.lp-demo__tab {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--lp-text-muted);
  background: transparent;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-family: inherit;
}

.lp-demo__tab:hover {
  color: var(--lp-text);
}

.lp-demo__tab--active {
  background: var(--lp-primary);
  color: #fff;
}

.lp-demo__tab--active:hover {
  color: #fff;
}

.lp-demo__card {
  padding: 1.5rem 1.75rem;
  background: var(--lp-card);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-card);
}

.lp-demo__panel {
  display: none;
}

.lp-demo__panel--active {
  display: block;
}

.lp-demo__panel[hidden] {
  display: none !important;
}

.lp-demo__card-title {
  margin: 0 0 0.25rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--lp-text);
}

.lp-demo__card-sub {
  margin: 0 0 1.25rem;
  font-size: 0.875rem;
  color: var(--lp-text-muted);
}

.lp-demo__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

@media (max-width: 700px) {
  .lp-demo__content {
    grid-template-columns: 1fr;
  }
}

.lp-demo__left {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.lp-demo__summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
}

.lp-demo__badge {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 4px;
}

.lp-demo__badge--high {
  background: rgba(245, 158, 11, 0.25);
  color: #f59e0b;
}

.lp-demo__badge--medium {
  background: rgba(234, 179, 8, 0.25);
  color: #eab308;
}

.lp-demo__badge--critical {
  background: rgba(239, 68, 68, 0.25);
  color: #ef4444;
}

.lp-demo__status {
  padding: 0.2rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 4px;
}

.lp-demo__status--open {
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
}

.lp-demo__status--ack {
  background: rgba(245, 158, 11, 0.2);
  color: #f59e0b;
}

.lp-demo__status--resolved {
  background: rgba(34, 197, 94, 0.2);
  color: #22c55e;
}

.lp-demo__status--active {
  background: rgba(59, 130, 246, 0.2);
  color: var(--lp-primary);
}

.lp-demo__status--disabled {
  background: var(--lp-border);
  color: var(--lp-text-muted);
}

.lp-demo__id {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--lp-text);
}

.lp-demo__incident-title {
  margin: 0.25rem 0 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--lp-text);
  width: 100%;
}

.lp-demo__meta {
  margin: 0;
  font-size: 0.875rem;
  color: var(--lp-text-muted);
}

.lp-demo__section-title {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--lp-text-muted);
  letter-spacing: 0.02em;
}

.lp-demo__evidence-placeholder {
  min-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  border: 1px dashed var(--lp-border);
  border-radius: 6px;
  font-size: 0.875rem;
  color: var(--lp-text-muted);
}

.lp-demo-timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9375rem;
  color: var(--lp-text);
}

.lp-demo-timeline li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.lp-demo-timeline li:last-child {
  margin-bottom: 0;
}

.lp-demo-timeline__icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--lp-primary);
  background: rgba(59, 130, 246, 0.2);
  border-radius: 50%;
}

.lp-demo-timeline__icon--check {
  color: #22c55e;
  background: rgba(34, 197, 94, 0.2);
}

.lp-demo-timeline__time {
  flex-shrink: 0;
  width: 2.5rem;
  font-size: 0.875rem;
  color: var(--lp-text-muted);
}

.lp-demo-timeline__event {
  line-height: 1.4;
}

.lp-demo__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.lp-demo__nav-arrow {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  color: var(--lp-text-muted);
  background: var(--lp-card);
  border: 1px solid var(--lp-border);
  border-radius: 6px;
}

.lp-demo__nav-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--lp-border);
}

.lp-demo__nav-dot--active {
  background: var(--lp-primary);
}

/* Demo panel: Incident List */
.lp-demo-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.lp-demo-list__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  padding: 0.75rem 1rem;
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid var(--lp-border);
  border-radius: 6px;
}

.lp-demo-list__main {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  flex: 1;
  min-width: 0;
}

.lp-demo-list__id {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--lp-text);
}

.lp-demo-list__desc {
  font-size: 0.8125rem;
  color: var(--lp-text-muted);
}

.lp-demo-list__vehicle {
  font-size: 0.875rem;
  color: var(--lp-text-muted);
}

/* Demo panel: Rule Configuration */
.lp-demo-rules {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.lp-demo-rules__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid var(--lp-border);
  border-radius: 6px;
}

.lp-demo-rules__info {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.lp-demo-rules__info strong {
  font-size: 0.9375rem;
  color: var(--lp-text);
}

.lp-demo-rules__def {
  font-size: 0.8125rem;
  color: var(--lp-text-muted);
}

/* Demo panel: SLA Overview */
.lp-demo-sla__metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.lp-demo-sla__metric {
  padding: 1rem;
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid var(--lp-border);
  border-radius: 6px;
  text-align: center;
}

.lp-demo-sla__value {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--lp-text);
}

.lp-demo-sla__label {
  font-size: 0.8125rem;
  color: var(--lp-text-muted);
}

.lp-demo-sla__week {
  margin-top: 0.5rem;
}

.lp-demo-sla__week-label {
  font-size: 0.875rem;
  color: var(--lp-text-muted);
  display: block;
  margin-bottom: 0.5rem;
}

.lp-demo-sla__bar-wrap {
  margin-bottom: 0.5rem;
}

.lp-demo-sla__bar {
  display: flex;
  height: 0.5rem;
  border-radius: 4px;
  overflow: hidden;
  background: var(--lp-border);
}

.lp-demo-sla__bar-breached {
  width: 9%;
  background: #ef4444;
}

.lp-demo-sla__bar-ontrack {
  flex: 1;
  background: var(--lp-primary);
}

.lp-demo-sla__week-legend {
  display: flex;
  justify-content: space-between;
  font-size: 0.8125rem;
  color: var(--lp-text-muted);
}

/* ----- Built for Fleet Operations ----- */
.lp-section__inner--built {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

@media (max-width: 800px) {
  .lp-section__inner--built {
    grid-template-columns: 1fr;
  }
}

.lp-built-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9375rem;
  color: var(--lp-text);
  line-height: 1.6;
}

.lp-built-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.lp-built-list__icon {
  flex-shrink: 0;
  margin-top: 0.2rem;
  color: var(--lp-primary);
}

.lp-built-metrics {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.lp-metric-card {
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: var(--lp-card);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-card);
}

.lp-metric-card__label {
  font-size: 0.875rem;
  color: var(--lp-text-muted);
}

.lp-metric-card__value {
  font-size: 1rem;
  font-weight: 600;
  color: var(--lp-primary);
  text-align: right;
}

/* ----- Lead capture (Talk to the Erragal Team) ----- */
.lp-lead {
  max-width: 28rem;
  margin: 2rem auto 0;
  text-align: left;
}

.lp-lead__success {
  padding: 1.5rem;
  text-align: center;
  font-size: 1rem;
  color: var(--lp-text);
  background: var(--lp-card);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-card);
}

.lp-lead__success--hidden {
  display: none;
}

.lp-lead-form {
  padding: 1.5rem;
  background: var(--lp-card);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-card);
}

.lp-lead-form--hidden {
  display: none;
}

.lp-lead-form__row {
  margin-bottom: 1.25rem;
}

.lp-lead-form__row:last-of-type {
  margin-bottom: 0;
}

.lp-lead-form__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--lp-text);
}

.lp-lead-form__optional {
  font-weight: 400;
  color: var(--lp-text-muted);
}

.lp-lead-form__input,
.lp-lead-form__textarea {
  width: 100%;
  padding: 0.625rem 1rem;
  font-size: 0.9375rem;
  font-family: inherit;
  color: var(--lp-text);
  background: var(--lp-bg-start);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-btn);
  box-sizing: border-box;
}

.lp-lead-form__textarea {
  min-height: 5rem;
  resize: vertical;
}

.lp-lead-form__input::placeholder,
.lp-lead-form__textarea::placeholder {
  color: var(--lp-text-muted);
}

.lp-lead-form__input:focus,
.lp-lead-form__textarea:focus {
  outline: none;
  border-color: var(--lp-primary);
}

.lp-lead-form__error {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.8125rem;
  color: #f87171;
}

.lp-lead-form__actions {
  margin-top: 1.5rem;
}

.lp-lead-form__actions .btn {
  width: 100%;
  justify-content: center;
}

.lp-lead-form__reassurance {
  margin: 0.75rem 0 0;
  font-size: 0.8125rem;
  color: var(--lp-text-muted);
  text-align: center;
}

/* ----- Footer ----- */
.landing-footer {
  margin-top: auto;
  background: var(--lp-bg-alt);
  border-top: 1px solid var(--lp-border);
}

.landing-footer__inner {
  max-width: var(--lp-max);
  margin: 0 auto;
  padding: 2rem 1.5rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem 1.5rem;
  align-items: start;
}

.landing-footer__top {
  grid-column: 1;
}

.landing-footer__nav {
  grid-column: 2;
}

.landing-footer__bottom {
  grid-column: 3;
  justify-content: flex-end;
}

@media (max-width: 900px) {
  .landing-footer__inner {
    grid-template-columns: 1fr;
  }
  .landing-footer__top,
  .landing-footer__nav,
  .landing-footer__bottom {
    grid-column: 1;
  }
  .landing-footer__bottom {
    justify-content: flex-start;
  }
}

.landing-footer__top {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-self: start;
}

.landing-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--lp-text);
  text-decoration: none;
}

.landing-footer__logo:hover {
  color: var(--lp-text);
  text-decoration: none;
}

.landing-footer__logo .landing-logo__icon {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.75rem;
}

.landing-footer__copy {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--lp-text-muted);
}

.landing-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2.5rem;
  justify-content: center;
}

.landing-footer__col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 6rem;
}

.landing-footer__col-title {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--lp-text-muted);
  margin-bottom: 0.25rem;
}

.landing-footer__col a {
  font-size: 0.875rem;
  color: var(--lp-text);
  text-decoration: none;
}

.landing-footer__col a:hover {
  color: var(--lp-primary);
  text-decoration: none;
}

.landing-footer__bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  justify-self: end;
}
