/* Mealora marketing — adapted from Rules/LandingRules (no external font CDN) */

.page-marketing {
  --lw-canvas: #eeeff1;
  --lw-paper: #ffffff;
  --lw-ink: #0b0b0e;
  --lw-graphite: #5c5f66;
  --lw-hairline: #e3e5e9;
  --lw-lime: #d8ff36;
  --lw-lime-hover: #c7ee2a;
  --lw-violet: #7a5bff;
  --lw-success: #2bb673;
  --lw-font-display: Georgia, "Times New Roman", Times, serif;
  --lw-font-ui: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --lw-shadow-contact: 0 1px 2px rgba(11, 11, 14, 0.05);
  --lw-shadow-raised: 0 1px 2px rgba(11, 11, 14, 0.04), 0 12px 28px -16px rgba(11, 11, 14, 0.18);
  --lw-shadow-halo: 0 1px 2px rgba(11, 11, 14, 0.04), 0 24px 60px -24px rgba(11, 11, 14, 0.22);
  --lw-shadow-drift: 0 2px 4px rgba(11, 11, 14, 0.06), 0 32px 80px -28px rgba(11, 11, 14, 0.28);
  --lw-container: 1120px;
  --lw-radius-lg: 20px;
  --lw-radius-xl: 28px;
  --lw-ease: cubic-bezier(0.2, 0.8, 0.2, 1);

  background:
    radial-gradient(900px 520px at 85% -8%, rgba(216, 255, 54, 0.18), transparent 58%),
    radial-gradient(720px 420px at -8% 108%, rgba(122, 91, 255, 0.1), transparent 55%),
    var(--lw-canvas);
  color: var(--lw-ink);
  font-family: var(--lw-font-ui);
  min-height: 100vh;
}

.page-marketing .toast-stack {
  z-index: 40;
}

/* Floating pill nav */
.lw-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 1rem 1.25rem 0;
}

.lw-nav {
  max-width: var(--lw-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.65rem 0.5rem 0.9rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--lw-hairline);
  border-radius: 999px;
  box-shadow: var(--lw-shadow-raised);
  backdrop-filter: blur(16px) saturate(160%);
  transition:
    opacity 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.lw-nav.is-scrolled {
  opacity: 0.72;
  background: rgba(255, 255, 255, 0.48);
  border-color: rgba(17, 17, 19, 0.06);
  box-shadow: 0 10px 28px rgba(17, 17, 19, 0.06);
}

.lw-nav.is-scrolled:hover,
.lw-nav.is-scrolled:focus-within {
  opacity: 0.92;
  background: rgba(255, 255, 255, 0.72);
}

.lw-nav-col {
  display: flex;
  align-items: center;
  min-width: 0;
}

.lw-nav-col-start {
  justify-content: flex-start;
}

.lw-nav-col-center {
  justify-content: center;
}

.lw-nav-col-end {
  justify-content: flex-end;
}

.lw-nav-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--lw-ink);
  line-height: 0;
}

.lw-nav-brand img {
  display: block;
  height: 40px;
  width: auto;
  max-width: min(220px, 40vw);
  object-fit: contain;
  border-radius: 0;
  background: transparent;
}

.lw-final-logo {
  display: block;
  width: min(120px, 34vw);
  height: auto;
  margin: 0 0 1rem;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.35));
}

.lw-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.lw-footer-logo {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.lw-nav-links {
  display: none;
  align-items: center;
  gap: 0.15rem;
}

.lw-nav-links a {
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  color: var(--lw-graphite);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
}

.lw-nav-links a:hover,
.lw-nav-links a.is-active {
  color: var(--lw-ink);
  background: rgba(11, 11, 14, 0.04);
}

.lw-nav-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.lw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 44px;
  padding: 0 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font: inherit;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  color: inherit;
  transition: background 180ms var(--lw-ease), transform 180ms var(--lw-ease), border-color 180ms var(--lw-ease);
}

.lw-btn:hover {
  transform: translateY(-1px);
}

.lw-btn-ink {
  background: var(--lw-ink);
  color: #fff;
}

.lw-btn-ink:hover {
  background: #1a1a20;
}

.lw-btn-lime {
  background: var(--lw-lime);
  color: var(--lw-ink);
}

.lw-btn-lime:hover {
  background: var(--lw-lime-hover);
}

.lw-btn-ghost {
  background: transparent;
  color: var(--lw-ink);
  border-color: var(--lw-hairline);
}

.lw-btn-ghost:hover {
  background: rgba(11, 11, 14, 0.04);
}

.lw-btn-block {
  width: 100%;
}

.lw-link {
  color: var(--lw-ink);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
}

.lw-link:hover {
  color: var(--lw-violet);
}

@media (min-width: 880px) {
  .lw-nav-links {
    display: flex;
  }
}

@media (max-width: 879px) {
  .lw-nav {
    grid-template-columns: 1fr auto;
  }

  .lw-nav-col-start {
    display: none;
  }

  .lw-nav-col-center {
    justify-content: flex-start;
  }
}

/* Shell */
.lw-shell {
  max-width: var(--lw-container);
  margin: 0 auto;
  padding: 0 1.25rem 4.5rem;
}

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

.lw-section-head {
  max-width: 40rem;
  margin-bottom: 1.75rem;
}

.lw-display {
  margin: 0;
  font-family: var(--lw-font-display);
  font-weight: 400;
  font-size: clamp(2.4rem, 5.5vw, 3.75rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.lw-display em {
  font-style: italic;
}

.lw-h2 {
  margin: 0;
  font-family: var(--lw-font-display);
  font-weight: 400;
  font-size: clamp(1.85rem, 3.5vw, 2.6rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.lw-lead {
  margin: 1rem 0 0;
  color: var(--lw-graphite);
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 36rem;
}

.lw-muted {
  color: var(--lw-graphite);
  line-height: 1.6;
}

/* Hero */
.lw-hero {
  display: grid;
  gap: 2rem;
  padding: 2.75rem 0 1rem;
  align-items: center;
}

@media (min-width: 960px) {
  .lw-hero {
    grid-template-columns: 1.05fr 0.95fr;
    min-height: min(78vh, 740px);
    gap: 2.5rem;
  }
}

.lw-hero-copy {
  animation: lw-rise 560ms var(--lw-ease) both;
}

.lw-brand-mark {
  margin: 0 0 0.85rem;
  font-size: clamp(2.6rem, 8vw, 4.4rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.lw-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.6rem;
  align-items: center;
}

.lw-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 320px;
  animation: lw-fade 700ms var(--lw-ease) 80ms both;
}

.lw-hero-glow {
  position: absolute;
  width: min(90%, 420px);
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(122, 91, 255, 0.18), transparent 68%);
  filter: blur(8px);
  z-index: 0;
}

.lw-hero-character {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  height: auto;
  filter: drop-shadow(0 28px 50px rgba(11, 11, 14, 0.18));
}

/* Social proof */
.lw-social-proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  padding: 1.5rem 0 0;
  border-top: 1px solid var(--lw-hairline);
  margin-top: 2rem;
}

.lw-avatars {
  display: flex;
  align-items: center;
}

.lw-avatar {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
  box-shadow: 0 1px 2px rgba(11, 11, 14, 0.08);
  margin-left: -0.55rem;
  background: #e8e8ec;
}

.lw-avatar:first-child {
  margin-left: 0;
}

.lw-social-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.28rem;
}

.lw-social-copy {
  margin: 0;
  color: var(--lw-graphite);
  font-size: 0.92rem;
  line-height: 1.35;
}

.lw-social-copy strong {
  color: var(--lw-ink);
  font-weight: 700;
}

.lw-social-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.lw-stars {
  display: inline-flex;
  align-items: center;
  gap: 0.12rem;
  color: #f5b301;
}

.lw-stars svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
  stroke: currentColor;
}

.lw-rating-score {
  color: var(--lw-graphite);
  font-size: 0.9rem;
  font-weight: 500;
}

/* Feature slider — one scene at a time, auto-advancing tabs */
.lw-features-head {
  max-width: 42rem;
  margin-bottom: 2.25rem;
}

.lw-features-head .lw-h2 {
  font-size: clamp(2.2rem, 4.6vw, 3.4rem);
  line-height: 1.06;
}

.lw-features-head .lw-h2 em {
  font-style: italic;
}

.lw-features-head .lw-lead {
  margin-top: 1.15rem;
  max-width: 34rem;
  font-size: 1.05rem;
}

.lw-feature-slider {
  --lw-slide-ms: 5600ms;
}

.lw-slider-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem;
  padding: 0.28rem;
  margin: 0 0 1.15rem;
  border-radius: 999px;
  background: rgba(11, 11, 14, 0.045);
  border: 1px solid rgba(11, 11, 14, 0.05);
}

.lw-slider-tab {
  appearance: none;
  position: relative;
  border: 0;
  background: transparent;
  border-radius: 999px;
  padding: 0.48rem 0.95rem 0.58rem;
  cursor: pointer;
  font: inherit;
  color: var(--lw-graphite);
  transition: background 180ms var(--lw-ease), color 180ms var(--lw-ease), box-shadow 180ms var(--lw-ease);
}

.lw-slider-tab.is-active {
  color: var(--lw-ink);
  background: #fff;
  box-shadow: 0 1px 2px rgba(11, 11, 14, 0.06), 0 6px 16px -10px rgba(11, 11, 14, 0.2);
}

.lw-slider-tab-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
  white-space: nowrap;
}

.lw-slider-tab-track {
  display: block;
  height: 2px;
  margin-top: 0.38rem;
  border-radius: 999px;
  background: transparent;
  overflow: hidden;
}

.lw-slider-tab.is-active .lw-slider-tab-track {
  background: rgba(11, 11, 14, 0.08);
}

.lw-slider-tab-fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: var(--lw-lime);
}

.lw-slider-tab.is-active .lw-slider-tab-fill {
  animation: lw-slide-progress var(--lw-slide-ms) linear forwards;
}

@keyframes lw-slide-progress {
  from { width: 0; }
  to { width: 100%; }
}

.lw-slider-viewport {
  position: relative;
  display: grid;
}

.lw-scene {
  grid-area: 1 / 1;
  width: 100%;
  display: grid;
  gap: 1.75rem;
  align-items: center;
  padding: 1.75rem 1.35rem;
  border-radius: calc(var(--lw-radius-xl) + 8px);
  background:
    linear-gradient(135deg, rgba(216, 255, 54, 0.08), transparent 42%),
    var(--lw-paper);
  border: 1px solid var(--lw-hairline);
  overflow: hidden;
  min-height: 360px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
}

.lw-scene[hidden] {
  display: grid !important;
}

.lw-scene.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
  animation: lw-scene-in 520ms var(--lw-ease) both;
}

@media (min-width: 900px) {
  .lw-scene {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.5rem;
    padding: 2.35rem 2.2rem;
    min-height: 380px;
  }
}

@keyframes lw-scene-in {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.lw-scene-dark {
  background:
    radial-gradient(520px 280px at 82% 20%, rgba(216, 255, 54, 0.16), transparent 60%),
    #111114;
  border-color: #111114;
  color: #fff;
}

.lw-scene-shop {
  background:
    linear-gradient(160deg, rgba(122, 91, 255, 0.08), transparent 45%),
    var(--lw-paper);
}

.lw-scene-kicker {
  margin: 0 0 0.7rem;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lw-graphite);
}

.lw-scene-dark .lw-scene-kicker {
  color: rgba(255, 255, 255, 0.55);
}

.lw-scene-title {
  margin: 0;
  font-family: var(--lw-font-display);
  font-weight: 400;
  font-size: clamp(1.85rem, 3.4vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.lw-scene-title em {
  font-style: italic;
}

.lw-scene-body {
  margin: 1rem 0 1.45rem;
  max-width: 28rem;
  color: var(--lw-graphite);
  font-size: 1.02rem;
  line-height: 1.6;
}

.lw-scene-dark .lw-scene-body {
  color: rgba(255, 255, 255, 0.7);
}

.lw-scene-stage {
  position: relative;
  min-height: 240px;
  height: 100%;
  display: grid;
  place-items: center;
  align-self: stretch;
}

.lw-stage-card {
  width: min(100%, 300px);
  border-radius: 22px;
  border: 1px solid var(--lw-hairline);
  background: #fff;
  box-shadow: var(--lw-shadow-halo);
  padding: 1.15rem 1.2rem;
  display: grid;
  gap: 0.65rem;
}

.lw-stage-card-stats {
  width: min(100%, 320px);
  padding: 1.15rem 1.15rem 1.15rem 1.05rem;
}

.lw-alloc {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.lw-donut {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  background: conic-gradient(
    #7a5bff 0 38%,
    #d8ff36 38% 64%,
    #ff8a3d 64% 80%,
    #0b0b0e 80% 100%
  );
}

.lw-donut::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  background: #f4f5f7;
}

.lw-alloc-legend {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  min-width: 0;
  display: grid;
  gap: 0.35rem;
  font-size: 0.78rem;
}

.lw-alloc-legend li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 550;
}

.lw-alloc-legend li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
  background: currentColor;
}

.lw-alloc-legend li span {
  margin-left: auto;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  color: var(--lw-graphite);
}

.lw-alloc-legend .c-violet { color: #7a5bff; }
.lw-alloc-legend .c-lime { color: #7a9a12; }
.lw-alloc-legend .c-warm { color: #ff8a3d; }
.lw-alloc-legend .c-ink { color: #0b0b0e; }

.lw-stage-card-float {
  position: absolute;
  right: 4%;
  bottom: 6%;
  width: min(78%, 230px);
  transform: rotate(4deg);
  opacity: 0.96;
  box-shadow: var(--lw-shadow-drift);
  z-index: 2;
}

@media (max-width: 899px) {
  .lw-slider-tabs {
    width: 100%;
    justify-content: space-between;
  }

  .lw-slider-tab {
    flex: 1 1 auto;
    text-align: center;
    padding: 0.42rem 0.45rem 0.5rem;
  }

  .lw-slider-tab-label {
    font-size: 0.72rem;
  }

  .lw-stage-card-float {
    position: static;
    width: min(100%, 280px);
    transform: none;
    margin-top: 0.75rem;
  }

  .lw-scene-stage {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}

.lw-stage-chip {
  display: inline-flex;
  align-self: start;
  margin-top: 0.25rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(216, 255, 54, 0.45);
  color: var(--lw-ink);
  font-size: 0.75rem;
  font-weight: 650;
}

.lw-stage-panel {
  width: min(100%, 320px);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  padding: 1.35rem 1.4rem 1.25rem;
  display: grid;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.72);
  box-shadow: var(--lw-shadow-drift);
}

.lw-stage-panel .lw-mini-row strong {
  color: #fff;
}

.lw-stage-calories {
  margin: 0.15rem 0 0;
  font-family: var(--lw-font-display);
  font-size: clamp(2.6rem, 5vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff;
}

.lw-stage-calories span {
  color: var(--lw-lime);
}

.lw-stage-meals {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.35rem;
}

.lw-stage-meals span {
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.78);
}

.lw-stage-list {
  list-style: none;
  margin: 0;
  padding: 1.1rem 1.2rem;
  width: min(100%, 300px);
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--lw-hairline);
  box-shadow: var(--lw-shadow-halo);
  display: grid;
  gap: 0.15rem;
}

.lw-stage-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0.15rem;
  border-bottom: 1px solid var(--lw-hairline);
  font-size: 0.92rem;
  color: var(--lw-ink);
}

.lw-stage-list li:last-child {
  border-bottom: 0;
}

.lw-stage-list li strong {
  font-variant-numeric: tabular-nums;
  color: var(--lw-graphite);
  font-weight: 600;
}

.lw-stage-list li.is-done span,
.lw-stage-list li.is-done strong {
  color: #9a9da5;
  text-decoration: line-through;
}

.lw-mini-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
  font-size: 0.88rem;
  color: var(--lw-graphite);
}

.lw-mini-row strong {
  color: var(--lw-ink);
  font-weight: 600;
}

.lw-mini-num {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  color: var(--lw-ink);
}

.lw-mini-macros {
  display: flex;
  gap: 0.75rem;
  font-size: 0.82rem;
  color: var(--lw-graphite);
}

.lw-mini-macros em {
  font-style: normal;
  font-weight: 650;
  color: var(--lw-ink);
  margin-right: 0.15rem;
}

.lw-mini-bar {
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.lw-mini-bar::after {
  content: "";
  display: block;
  width: var(--lw-fill, 60%);
  height: 100%;
  border-radius: inherit;
  background: var(--lw-lime);
}

.lw-mini-ui {
  margin-top: 0.35rem;
  border-radius: 16px;
  border: 1px solid var(--lw-hairline);
  background: #f7f8fa;
  padding: 0.85rem;
  display: grid;
  gap: 0.45rem;
}

@media (prefers-reduced-motion: reduce) {
  .lw-scene.is-active {
    animation: none;
  }

  .lw-slider-tab.is-active .lw-slider-tab-fill {
    animation: none;
    width: 100%;
  }
}

/* Split story + character */
.lw-story {
  display: grid;
  gap: 1.75rem;
  align-items: center;
  background: var(--lw-paper);
  border: 1px solid var(--lw-hairline);
  border-radius: calc(var(--lw-radius-xl) + 4px);
  padding: 1.5rem;
  box-shadow: var(--lw-shadow-halo);
}

@media (min-width: 900px) {
  .lw-story {
    grid-template-columns: 0.9fr 1.1fr;
    padding: 1.75rem 1.75rem 1.75rem 2rem;
  }
}

.lw-story-figure {
  display: flex;
  justify-content: center;
}

.lw-story-figure img {
  width: min(100%, 280px);
  height: auto;
}

.lw-checklist {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.lw-checklist li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  color: var(--lw-graphite);
  line-height: 1.45;
}

.lw-check {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background: var(--lw-lime);
  color: var(--lw-ink);
  display: grid;
  place-items: center;
  margin-top: 1px;
}

/* Future / roadmap section */
.lw-future-head {
  max-width: 44rem;
  margin-bottom: 2rem;
}

.lw-future-eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a6bff;
}

.lw-future-title {
  margin: 0;
  font-family: var(--lw-font-display);
  font-weight: 400;
  font-size: clamp(2.15rem, 4.8vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.lw-future-title em {
  font-style: italic;
}

.lw-future-lead {
  margin: 1rem 0 0;
  max-width: 36rem;
  color: var(--lw-graphite);
  font-size: 1.05rem;
  line-height: 1.55;
}

.lw-future-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 960px) {
  .lw-future-grid {
    grid-template-columns: 0.92fr 1.08fr;
    gap: 1.15rem;
    align-items: start;
  }
}

.lw-future-hero {
  background: #111114;
  color: #fff;
  padding: 1.75rem 1.5rem;
  border-radius: 10px;
  border: 1px solid #111114;
  box-shadow: 0 18px 40px -24px rgba(11, 11, 14, 0.55);
}

@media (min-width: 960px) {
  .lw-future-hero {
    padding: 2rem 1.75rem;
    position: sticky;
    top: 5.5rem;
  }
}

.lw-future-tag {
  margin: 0 0 1rem;
  display: inline-block;
  padding: 0.3rem 0.55rem;
  border: 1px solid rgba(216, 255, 54, 0.55);
  color: var(--lw-lime);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lw-future-hero h3 {
  margin: 0;
  font-family: var(--lw-font-display);
  font-weight: 400;
  font-size: clamp(1.55rem, 2.4vw, 1.95rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.lw-future-hero > p {
  margin: 0.9rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
  font-size: 0.98rem;
}

.lw-future-points {
  list-style: none;
  margin: 1.25rem 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.lw-future-points li {
  position: relative;
  padding-left: 1rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.45;
}

.lw-future-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  background: var(--lw-lime);
}

.lw-future-hero .lw-btn {
  border-radius: 8px;
}

.lw-future-stack {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .lw-future-stack {
    grid-template-columns: 1fr 1fr;
  }
}

.lw-future-card {
  background: #fff;
  border: 1px solid #d8dae0;
  border-radius: 8px;
  padding: 1.1rem 1.05rem 1.15rem;
  transition: border-color 160ms ease, transform 160ms ease;
}

.lw-future-card:hover {
  border-color: #0b0b0e;
  transform: translateY(-2px);
}

.lw-future-status {
  display: inline-block;
  margin-bottom: 0.65rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lw-future-status.is-next { color: #5b3fd6; }
.lw-future-status.is-lab { color: #c45a12; }
.lw-future-status.is-idea { color: #5c5f66; }

.lw-future-card h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.lw-future-card p {
  margin: 0.45rem 0 0;
  color: var(--lw-graphite);
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Social proof */
.lw-quotes {
  display: grid;
  gap: 1rem;
}

@media (min-width: 860px) {
  .lw-quotes {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lw-quote {
  background: var(--lw-paper);
  border: 1px solid var(--lw-hairline);
  border-radius: var(--lw-radius-xl);
  padding: 1.35rem;
  box-shadow: var(--lw-shadow-raised);
  display: grid;
  gap: 1rem;
}

.lw-quote p {
  margin: 0;
  line-height: 1.55;
  color: var(--lw-ink);
}

.lw-quote-meta {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.lw-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(216, 255, 54, 0.7), rgba(122, 91, 255, 0.35));
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.85rem;
}

.lw-quote-meta strong {
  display: block;
  font-size: 0.92rem;
}

.lw-quote-meta span {
  color: var(--lw-graphite);
  font-size: 0.8rem;
}

/* Pricing 3-up */
.lw-pricing {
  display: grid;
  gap: 1rem;
  align-items: stretch;
}

@media (min-width: 900px) {
  .lw-pricing {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lw-price-card {
  background: var(--lw-paper);
  border: 1px solid var(--lw-hairline);
  border-radius: var(--lw-radius-xl);
  padding: 1.5rem;
  box-shadow: var(--lw-shadow-raised);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.lw-price-card.is-featured {
  background: var(--lw-ink);
  color: #fff;
  border-color: var(--lw-ink);
  box-shadow: var(--lw-shadow-drift);
  transform: none;
}

@media (min-width: 900px) {
  .lw-price-card.is-featured {
    transform: translateY(-10px);
  }
}

.lw-price-card h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 650;
}

.lw-price-amount {
  margin: 0;
  font-size: 2.35rem;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.lw-price-amount span {
  font-size: 0.95rem;
  font-weight: 500;
  opacity: 0.72;
}

.lw-price-note {
  margin: 0;
  color: var(--lw-graphite);
  font-size: 0.9rem;
  line-height: 1.5;
}

.lw-price-card.is-featured .lw-price-note {
  color: rgba(255, 255, 255, 0.72);
}

.lw-price-list {
  margin: 0.25rem 0 0.5rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
  flex: 1;
}

.lw-price-list li {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  font-size: 0.92rem;
  line-height: 1.4;
  color: var(--lw-graphite);
}

.lw-price-card.is-featured .lw-price-list li {
  color: rgba(255, 255, 255, 0.82);
}

.lw-price-list .lw-check {
  background: var(--lw-lime);
}

.lw-price-card .lw-btn {
  margin-top: auto;
}

/* FAQ */
.lw-faq-section .lw-section-head {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.lw-faq-section .lw-section-head .lw-lead {
  margin-left: auto;
  margin-right: auto;
}

.lw-faq {
  display: grid;
  gap: 0.65rem;
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: left;
}

.lw-faq details {
  background: var(--lw-paper);
  border: 1px solid var(--lw-hairline);
  border-radius: 18px;
  padding: 0.15rem 1.1rem;
  box-shadow: var(--lw-shadow-contact);
}

.lw-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 0;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.lw-faq summary::-webkit-details-marker {
  display: none;
}

.lw-faq details[open] summary {
  border-bottom: 1px solid var(--lw-hairline);
}

.lw-faq details p {
  margin: 0.85rem 0 1rem;
  color: var(--lw-graphite);
  line-height: 1.55;
}

/* Final CTA */
.lw-final {
  margin-top: 4.5rem;
  background: var(--lw-ink);
  color: #fff;
  border-radius: calc(var(--lw-radius-xl) + 6px);
  padding: 2rem 1.5rem;
  display: grid;
  gap: 1.25rem;
  box-shadow: var(--lw-shadow-drift);
}

@media (min-width: 860px) {
  .lw-final {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
    padding: 2.4rem;
  }
}

.lw-final .lw-h2 {
  color: #fff;
}

.lw-final .lw-lead {
  color: rgba(255, 255, 255, 0.72);
}

.lw-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

/* Footer */
.lw-footer {
  margin-top: 3rem;
  padding: 2.5rem 1.25rem 3rem;
  border-top: 1px solid var(--lw-hairline);
}

.lw-footer-inner {
  max-width: var(--lw-container);
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 800px) {
  .lw-footer-inner {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
  }
}

.lw-footer h4 {
  margin: 0 0 0.75rem;
  font-size: 0.85rem;
  font-weight: 650;
}

.lw-footer a {
  display: block;
  color: var(--lw-graphite);
  text-decoration: none;
  font-size: 0.9rem;
  margin-top: 0.45rem;
}

.lw-footer a:hover {
  color: var(--lw-ink);
}

.lw-footer-brand {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 1.15rem;
}

.lw-footer-copy {
  margin: 0.75rem 0 0;
  color: var(--lw-graphite);
  font-size: 0.85rem;
  line-height: 1.5;
  max-width: 18rem;
}

.lw-footer-legal {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--lw-hairline);
  color: var(--lw-graphite);
  font-size: 0.8rem;
}

@keyframes lw-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes lw-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Login modal */
body.lw-modal-open {
  overflow: hidden;
}

.lw-modal[hidden] {
  display: none !important;
}

.lw-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding:
    max(0.75rem, env(safe-area-inset-top))
    max(0.75rem, env(safe-area-inset-right))
    max(0.75rem, env(safe-area-inset-bottom))
    max(0.75rem, env(safe-area-inset-left));
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.lw-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(11, 11, 14, 0.28);
  backdrop-filter: blur(5px) saturate(115%);
  -webkit-backdrop-filter: blur(5px) saturate(115%);
}

.lw-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  max-height: min(92vh, 92dvh);
  margin: auto;
  padding: 1.5rem 1.35rem 1.25rem;
  border-radius: var(--lw-radius-xl);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--lw-hairline);
  box-shadow: var(--lw-shadow-drift);
  animation: lw-rise 280ms var(--lw-ease) both;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.lw-modal[data-lw-auth-view="register"] .lw-modal-panel {
  width: min(100%, 520px);
}

.lw-modal-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--lw-graphite);
  cursor: pointer;
  z-index: 2;
}

.lw-modal-close:hover {
  background: rgba(11, 11, 14, 0.05);
  color: var(--lw-ink);
}

.lw-modal-close svg {
  width: 18px;
  height: 18px;
}

.lw-modal-brand {
  display: none;
}

.lw-modal-title {
  margin: 0.15rem 0 0;
  text-align: center;
  font-family: var(--lw-font-display);
  font-weight: 400;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.lw-modal-lead {
  margin: 0.45rem 0 0;
  text-align: center;
  color: var(--lw-graphite);
  font-size: 0.95rem;
  line-height: 1.45;
}

.lw-modal-alert {
  margin: 1rem 0 0;
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: left;
}

.lw-modal-alert-error {
  background: rgba(229, 72, 77, 0.1);
  border: 1px solid rgba(229, 72, 77, 0.28);
  color: #c62828;
}

.lw-modal-alert-success {
  background: rgba(43, 182, 115, 0.12);
  border: 1px solid rgba(43, 182, 115, 0.28);
  color: #1b7a4a;
}

.lw-field-hint {
  display: block;
  margin-top: 0.35rem;
  color: var(--lw-graphite);
  font-size: 0.78rem;
  line-height: 1.4;
  font-weight: 450;
}

.lw-pw-field {
  position: relative;
}

.lw-pw-popover {
  margin-top: 0;
  padding: 0.65rem 0.8rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--lw-hairline);
  box-shadow: var(--lw-shadow-raised);
  animation: lw-rise 180ms var(--lw-ease) both;
}

.lw-pw-popover[hidden] {
  display: none !important;
}

.lw-pw-rules {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.32rem;
}

.lw-modal-form-register .lw-pw-rules {
  grid-template-columns: 1fr 1fr;
  gap: 0.32rem 0.75rem;
}

.lw-pw-rules li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--lw-graphite);
  font-size: 0.78rem;
  line-height: 1.3;
  font-weight: 450;
}

.lw-pw-rules li::before {
  content: "";
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1.5px solid rgba(92, 95, 102, 0.45);
  background: #fff;
  box-sizing: border-box;
  transition: border-color 140ms ease, background 140ms ease, box-shadow 140ms ease;
}

.lw-pw-rules li.is-met {
  color: #1b7a4a;
}

.lw-pw-rules li.is-met::before {
  border-color: #2bb673;
  background:
    radial-gradient(circle at center, #2bb673 0 45%, transparent 46%),
    #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.lw-auth-refresh-wrap {
  display: flex;
  justify-content: center;
  margin-top: 0.85rem;
}

.lw-auth-refresh {
  width: 36px;
  height: 36px;
  border: 1px solid var(--lw-hairline);
  border-radius: 50%;
  background: #fff;
  color: var(--lw-graphite);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.lw-auth-refresh:hover {
  color: var(--lw-ink);
  border-color: rgba(11, 11, 14, 0.25);
  background: #f7f8fa;
}

.lw-auth-refresh svg {
  width: 16px;
  height: 16px;
}

.lw-btn svg {
  width: 16px;
  height: 16px;
}

.lw-btn-google {
  margin-top: 1.35rem;
  width: 100%;
  min-height: 48px;
  gap: 0.7rem;
  background: var(--lw-ink);
  color: #fff;
  border-color: var(--lw-ink);
}

.lw-btn-google:hover {
  background: #1a1a20;
  transform: translateY(-1px);
}

.lw-google-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #fff;
  flex-shrink: 0;
}

.lw-google-label {
  font-weight: 500;
}

.lw-google-label strong {
  font-weight: 700;
}

.lw-modal-divider {
  margin: 1.15rem 0 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.75rem;
  color: var(--lw-graphite);
  font-size: 0.8rem;
}

.lw-modal-divider::before,
.lw-modal-divider::after {
  content: "";
  height: 1px;
  background: var(--lw-hairline);
}

.lw-modal-divider span {
  white-space: nowrap;
}

.lw-modal-form {
  margin-top: 1.1rem;
  display: grid;
  gap: 0.85rem;
}

.lw-modal-form-register {
  gap: 0.75rem 0.9rem;
}

@media (min-width: 620px) {
  .lw-modal-form-register {
    grid-template-columns: 1fr 1fr;
  }

  .lw-modal-form-register .lw-pw-popover,
  .lw-modal-form-register .lw-btn {
    grid-column: 1 / -1;
  }
}

.lw-field {
  display: grid;
  gap: 0.35rem;
}

.lw-field > span {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--lw-graphite);
}

.lw-input {
  width: 100%;
  height: 46px;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid var(--lw-hairline);
  background: #fff;
  color: var(--lw-ink);
  font: inherit;
  font-size: 0.95rem;
  box-sizing: border-box;
}

.lw-input:focus-visible {
  outline: none;
  border-color: rgba(11, 11, 14, 0.35);
  box-shadow: 0 0 0 3px rgba(216, 255, 54, 0.35);
}

.lw-modal-row {
  display: flex;
  justify-content: flex-end;
}

.lw-text-link {
  color: var(--lw-ink);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

.lw-text-link:hover {
  color: var(--lw-violet);
}

.lw-text-btn {
  display: inline;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 600;
}

.lw-modal-footer {
  margin: 1.15rem 0 0;
  text-align: center;
  color: var(--lw-graphite);
  font-size: 0.9rem;
}

.lw-modal-footer .lw-text-link,
.lw-modal-footer .lw-text-btn {
  margin-left: 0.2rem;
}

.lw-modal-footer-sep {
  margin: 0 0.35rem;
  color: var(--lw-graphite);
  opacity: 0.7;
}

.lw-modal-google[hidden] {
  display: none !important;
}

.lw-modal-form[hidden],
.lw-modal-footer[hidden] {
  display: none !important;
}

/* Back to top */
.lw-to-top {
  position: fixed;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 70;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--lw-ink);
  color: #fff;
  box-shadow: 0 10px 28px rgba(11, 11, 14, 0.22);
  cursor: pointer;
  opacity: 0;
  transform: translateY(10px) scale(0.92);
  pointer-events: none;
  transition: opacity 200ms ease, transform 200ms ease, background 160ms ease;
}

.lw-to-top[hidden] {
  display: none !important;
}

.lw-to-top.is-visible {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.lw-to-top:hover {
  background: #1a1a20;
}

.lw-to-top svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 619px) {
  .lw-modal-form-register .lw-pw-rules {
    grid-template-columns: 1fr;
  }
}

@media (max-height: 820px) {
  .lw-modal-panel {
    padding: 1.15rem 1.15rem 1rem;
    max-height: min(94vh, 94dvh);
  }

  .lw-modal-title {
    font-size: 1.55rem;
  }

  .lw-modal-lead {
    margin-top: 0.25rem;
    font-size: 0.88rem;
  }

  .lw-modal-alert {
    margin-top: 0.7rem;
    padding: 0.6rem 0.75rem;
    font-size: 0.84rem;
  }

  .lw-modal-google .lw-btn-google {
    height: 44px;
  }

  .lw-modal-divider {
    margin-top: 0.85rem;
  }

  .lw-modal-form {
    margin-top: 0.8rem;
    gap: 0.65rem;
  }

  .lw-modal-form-register {
    gap: 0.6rem 0.75rem;
  }

  .lw-input {
    height: 42px;
  }

  .lw-pw-popover {
    padding: 0.5rem 0.7rem;
  }

  .lw-pw-rules li {
    font-size: 0.74rem;
  }

  .lw-modal-footer {
    margin-top: 0.85rem;
  }

  .lw-auth-refresh-wrap {
    margin-top: 0.55rem;
  }
}

@media (max-height: 640px) {
  .lw-modal {
    place-items: start center;
  }

  .lw-modal-panel {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lw-modal-title {
    font-size: 1.4rem;
  }

  .lw-modal-lead {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lw-hero-copy,
  .lw-hero-visual,
  .lw-modal-panel {
    animation: none;
  }

  .lw-to-top {
    transition: none;
  }

  .lw-btn:hover,
  .lw-price-card.is-featured {
    transform: none;
  }
}
