/* [project]/src/app/landing.css [app-client] (css) */
.ll-landing {
  --ink: #0e3b2e;
  --ink-2: #174e3e;
  --green: #5fa44a;
  --green-2: #4a8a39;
  --yellow: #f4c542;
  --yellow-2: #e9b430;
  --cream: #fbf7ee;
  --cream-2: #f3edde;
  --paper: #fff;
  --line: #0e3b2e1f;
  --line-2: #0e3b2e38;
  --shadow-sm: 0 1px 0 #0e3b2e14, 0 2px 6px #0e3b2e0f;
  --shadow-md: 0 2px 4px #0e3b2e0f, 0 14px 30px #0e3b2e1a;
  --shadow-lg: 0 30px 60px #0e3b2e2e, 0 8px 20px #0e3b2e1a;
  --f-display: var(--font-nunito), "Nunito", system-ui, sans-serif;
  --f-body: var(--font-quicksand), "Quicksand", system-ui, -apple-system, sans-serif;
  --f-serif: var(--font-fraunces), "Fraunces", Georgia, serif;
  --f-mono: var(--font-jetbrains-mono), ui-monospace, monospace;
  font-family: var(--f-body);
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.5;
}

.ll-landing *, .ll-landing :before, .ll-landing :after {
  box-sizing: border-box;
}

.ll-landing a {
  color: inherit;
  text-decoration: none;
}

.ll-landing button {
  font-family: inherit;
}

.ll-landing .nav {
  z-index: 50;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  background: #fbf7eed1;
  position: sticky;
  top: 0;
}

.ll-landing .nav-inner {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 16px 32px;
  display: flex;
}

.ll-landing .nav-brand {
  font-family: var(--f-display);
  letter-spacing: -.01em;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  display: inline-flex;
}

.ll-landing .nav-brand .nav-wordmark {
  object-fit: contain;
  width: auto;
  height: 36px;
  display: block;
}

.ll-landing .nav-brand .nav-wordmark-light, .ll-landing.dark .nav-brand .nav-wordmark-dark {
  display: none;
}

.ll-landing.dark .nav-brand .nav-wordmark-light {
  display: block;
}

.ll-landing .nav-links {
  color: var(--ink-2);
  gap: 28px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.ll-landing .nav-links a:hover {
  color: var(--ink);
}

.ll-landing .nav-cta {
  align-items: center;
  gap: 16px;
  display: flex;
}

.ll-landing .nav-signin {
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 500;
}

.ll-landing .btn {
  letter-spacing: -.01em;
  cursor: pointer;
  white-space: nowrap;
  border: 1.5px solid #0000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
  transition: transform .12s, box-shadow .12s, background .12s;
  display: inline-flex;
}

.ll-landing .btn-primary {
  background: var(--ink);
  color: var(--cream);
  box-shadow: 0 2px 0 var(--ink-2), 0 6px 18px #0e3b2e40;
}

.ll-landing .btn-primary:hover {
  box-shadow: 0 3px 0 var(--ink-2), 0 10px 26px #0e3b2e47;
  transform: translateY(-1px);
}

.ll-landing .btn-ghost {
  color: var(--ink);
  border-color: var(--line-2);
  background: none;
}

.ll-landing .btn-ghost:hover {
  background: var(--cream-2);
}

.ll-landing .btn-sm {
  padding: 9px 16px;
  font-size: 14px;
}

.ll-landing .btn-big {
  padding: 16px 28px;
  font-size: 16px;
}

.ll-landing .hero {
  position: relative;
  overflow: hidden;
}

.ll-landing .hero-inner {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 72px;
  max-width: 1240px;
  min-height: calc(100dvh - 76px);
  margin: 0 auto;
  padding: 60px 32px 80px;
  display: grid;
  position: relative;
}

.ll-landing .hero-copy {
  flex-direction: column;
  justify-content: center;
  max-width: 520px;
  display: flex;
}

.ll-landing .hero-title {
  font-family: var(--f-display);
  letter-spacing: -.035em;
  color: var(--ink);
  flex-direction: column;
  align-items: flex-start;
  gap: .02em;
  margin: 0 0 24px;
  font-size: clamp(26px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.02;
  display: flex;
}

.ll-landing .hero-title em {
  color: var(--green-2);
  font-style: italic;
  font-weight: 500;
  font-family: var(--f-serif);
}

.ll-landing .hero-line {
  white-space: nowrap;
  align-items: center;
  gap: .24em;
  max-width: 100%;
  display: inline-flex;
}

.ll-landing .yt-wordmark {
  background: var(--ink);
  color: var(--cream);
  letter-spacing: -.025em;
  border-radius: .16em;
  align-items: center;
  gap: .26em;
  padding: .14em .32em .16em .24em;
  font-size: .7em;
  line-height: 1;
  display: inline-flex;
}

.ll-landing .yt-play {
  background: var(--yellow);
  color: var(--ink);
  border-radius: .18em;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 1.1em;
  height: .78em;
  display: inline-flex;
}

.ll-landing .yt-play svg {
  width: .6em;
  height: .6em;
  margin-left: .08em;
}

.ll-landing .hero-sub {
  color: var(--ink-2);
  max-width: 480px;
  margin: 0 0 32px;
  font-size: 18px;
  line-height: 1.55;
}

.ll-landing .hero-cta {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}

.ll-landing .cta-mobile {
  display: none;
}

.ll-landing .hero-player {
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: 0;
  display: grid;
  position: relative;
}

.ll-landing .player {
  background: var(--paper);
  border: 1px solid var(--line-2);
  box-shadow: var(--shadow-lg);
  border-radius: 20px;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  display: grid;
  position: relative;
  overflow: visible;
}

.ll-landing .player-chrome {
  border-bottom: 1px solid var(--line);
  background: var(--cream-2);
  border-radius: 20px 20px 0 0;
  grid-column: 1 / -1;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  display: flex;
}

.ll-landing .browser-dots {
  gap: 6px;
  display: flex;
}

.ll-landing .browser-dots span {
  background: #e5dcc5;
  border: 1px solid #d6c9aa;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.ll-landing .browser-dots span:first-child {
  background: #e66b5c;
  border-color: #c9574a;
}

.ll-landing .browser-dots span:nth-child(2) {
  background: #f4c542;
  border-color: #d9ac30;
}

.ll-landing .browser-dots span:nth-child(3) {
  background: #5fa44a;
  border-color: #4a8a39;
}

.ll-landing .browser-url {
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink-2);
  font-size: 12px;
  font-family: var(--f-mono);
  border-radius: 8px;
  flex: 1;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
  display: flex;
}

.ll-landing .url-play {
  background: var(--yellow);
  width: 20px;
  height: 14px;
  color: var(--ink);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.ll-landing .url-play svg {
  width: 9px;
  height: 9px;
  margin-left: 1px;
}

.ll-landing .url-ext {
  background: var(--ink);
  color: var(--cream);
  font-size: 11px;
  font-family: var(--f-body);
  border-radius: 6px;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  padding: 2px 8px 2px 3px;
  font-weight: 500;
  display: flex;
}

.ll-landing .url-ext img {
  object-fit: contain;
  border-radius: 0;
  width: 18px;
  height: 18px;
}

.ll-landing .player-screen {
  border-right: 1px solid var(--line);
  flex-direction: column;
  display: flex;
  position: relative;
}

.ll-landing .video-thumb {
  aspect-ratio: 16 / 9;
  background: #1a1a1a;
  position: relative;
  overflow: hidden;
}

.ll-landing .vp-video {
  object-fit: cover;
  pointer-events: none;
  filter: blur(6px) saturate(.85) brightness(.78);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  transform: scale(1.05);
}

.ll-landing .video-gradient {
  background: radial-gradient(at 30% 40%, #5fa44a38, #0000 60%), radial-gradient(at 70% 70%, #f4c5422e, #0000 60%);
  position: absolute;
  inset: 0;
}

.ll-landing .play-btn {
  background: var(--play-btn-bg, #fbf7eeeb);
  width: 64px;
  height: 64px;
  color: var(--play-btn-fg, var(--ink));
  border: 1px solid var(--play-btn-border, transparent);
  cursor: pointer;
  -webkit-backdrop-filter: blur(6px);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: transform .12s, background .16s;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 30px #0006;
}

.ll-landing .play-btn:hover {
  transform: translate(-50%, -50%)scale(1.06);
}

.ll-landing .video-progress {
  position: absolute;
  bottom: 12px;
  left: 14px;
  right: 14px;
}

.ll-landing .vp-track {
  background: #fbf7ee40;
  border-radius: 2px;
  height: 4px;
  position: relative;
}

.ll-landing .vp-fill {
  background: var(--yellow);
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.ll-landing .vp-thumb {
  background: var(--yellow);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 3px #f4c5424d;
}

.ll-landing .vp-times {
  color: #fbf7eeb3;
  font-size: 11px;
  font-family: var(--f-mono);
  gap: 6px;
  margin-top: 6px;
  display: flex;
}

.ll-landing .caption-bar {
  background: var(--paper);
  z-index: 2;
  border-top: 1px solid var(--line);
  border-radius: 0 0 20px 20px;
  padding: 18px 20px 20px;
  position: relative;
}

.ll-landing .caption-target {
  font-family: var(--f-display);
  color: var(--ink);
  letter-spacing: -.01em;
  flex-wrap: wrap;
  gap: .28em;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
  display: flex;
}

.ll-landing .tok {
  cursor: default;
  border-radius: 4px;
  padding: 0 2px;
  transition: background .12s;
  position: relative;
}

.ll-landing .tok-known {
  color: var(--ink);
}

.ll-landing .tok-unknown {
  color: var(--ink);
  box-shadow: inset 0 -2px 0 var(--yellow-2);
  cursor: pointer;
  background: #f4c54252;
}

.ll-landing .tok-unknown:hover {
  background: #f4c5428c;
}

.ll-landing .tok-tip {
  background: var(--ink);
  color: var(--cream);
  font-family: var(--f-body);
  z-index: 5;
  border-radius: 10px;
  flex-direction: column;
  gap: 4px;
  min-width: 150px;
  padding: 10px 12px;
  font-size: 13px;
  animation: .2s both llTipIn;
  display: flex;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 10px 28px #0e3b2e4d;
}

.ll-landing .tok-tip:before {
  content: "";
  border: 6px solid #0000;
  border-bottom-color: var(--ink);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.ll-landing .tok-tip b {
  font-size: 15px;
  font-weight: 600;
}

.ll-landing .tok-tip > span:nth-child(2) {
  color: var(--yellow);
  font-size: 12px;
}

.ll-landing .tok-actions {
  gap: 6px;
  margin-top: 6px;
  display: flex;
}

.ll-landing .ta-btn {
  background: var(--yellow);
  color: var(--ink);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
}

.ll-landing .ta-btn-ghost {
  color: var(--cream);
  background: none;
  border: 1px solid #fbf7ee4d;
}

@keyframes llTipIn {
  from {
    opacity: 0;
    transform: translate(-50%, -4px);
  }

  to {
    opacity: 1;
    transform: translate(-50%);
  }
}

.ll-landing .caption-gloss {
  color: var(--ink-2);
  font-size: 13px;
  font-style: italic;
  font-family: var(--f-serif);
}

.ll-landing .sidecar {
  background: linear-gradient(180deg, var(--cream) 0%, var(--paper) 100%);
  border-radius: 0 0 20px;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  padding: 18px;
  display: flex;
}

.ll-landing .sidecar-head {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ll-landing .sidecar-title {
  letter-spacing: -.01em;
  font-size: 13px;
  font-weight: 600;
}

.ll-landing .sidecar-live {
  color: var(--green-2);
  background: #5fa44a1f;
  border-radius: 999px;
  align-items: center;
  gap: 5px;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 500;
  display: inline-flex;
}

.ll-landing .live-dot {
  background: var(--green);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  animation: 1.4s ease-in-out infinite llPulse;
}

@keyframes llPulse {
  0%, 100% {
    box-shadow: 0 0 0 3px #5fa44a40;
  }

  50% {
    box-shadow: 0 0 0 6px #5fa44a1f;
  }
}

.ll-landing .stat-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  display: grid;
}

.ll-landing .stat {
  background: var(--paper);
  border: 1px solid var(--line);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  gap: 2px;
  padding: 12px 10px;
  display: flex;
}

.ll-landing .stat-num {
  font-family: var(--f-display);
  letter-spacing: -.03em;
  color: var(--ink);
  font-size: 22px;
  font-weight: 700;
}

.ll-landing .stat-lbl {
  color: var(--ink-2);
  text-transform: lowercase;
  letter-spacing: .02em;
  font-size: 11px;
}

.ll-landing .stat-accent {
  background: var(--yellow);
  border-color: var(--yellow-2);
}

.ll-landing .stat-accent .stat-num {
  color: var(--ink);
}

.ll-landing .sidecar-words {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.ll-landing .sw-head {
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--ink-2);
  margin-bottom: 2px;
  font-size: 11px;
}

.ll-landing .sw-row {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  font-size: 12px;
  display: flex;
}

.ll-landing .sw-word {
  color: var(--ink);
  font-weight: 600;
}

.ll-landing .sw-en {
  color: var(--ink-2);
  font-family: var(--f-serif);
  flex: 1;
  font-style: italic;
}

.ll-landing .sw-dot {
  background: var(--yellow);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.ll-landing .sw-dot-saved {
  background: var(--green);
}

.ll-landing .logo-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.ll-landing .ls-inner {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 28px 32px;
  display: flex;
}

.ll-landing .ls-item {
  flex: 1;
  align-items: center;
  gap: 12px;
  min-width: 200px;
  display: flex;
}

.ll-landing .ls-icon {
  background: var(--cream);
  width: 40px;
  height: 40px;
  color: var(--ink);
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.ll-landing .ls-copy {
  flex-direction: column;
  gap: 2px;
  display: flex;
}

.ll-landing .ls-title {
  letter-spacing: -.01em;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.ll-landing .ls-sub {
  color: var(--ink-2);
  font-size: 12px;
}

.ll-landing .ls-div {
  background: var(--line);
  width: 1px;
  height: 36px;
}

@media (max-width: 900px) {
  .ll-landing .ls-div {
    display: none;
  }
}

.ll-landing .section-head {
  margin-bottom: 64px;
}

.ll-landing .section-head-center {
  text-align: center;
}

.ll-landing .section-kicker {
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--green-2);
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

.ll-landing .section-title {
  font-family: var(--f-display);
  letter-spacing: -.03em;
  text-wrap: balance;
  margin: 0;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.05;
}

.ll-landing .how {
  padding: 80px 0;
}

.ll-landing .how-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}

.ll-landing .steps {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.ll-landing .step {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 48px;
  padding: 48px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.ll-landing .step:nth-child(2n) {
  direction: rtl;
}

.ll-landing .step:nth-child(2n) > * {
  direction: ltr;
}

.ll-landing .step:nth-child(2) {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}

.ll-landing .step:nth-child(2) .step-body {
  color: #fbf7eebf;
}

.ll-landing .step:nth-child(2) .step-n {
  background: var(--yellow);
  color: var(--ink);
}

.ll-landing .step:nth-child(4) {
  background: var(--yellow);
  border-color: var(--yellow-2);
}

.ll-landing .step-visual {
  aspect-ratio: 4 / 3;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ll-landing .step:nth-child(2) .step-visual {
  background: #fbf7ee0f;
  border-color: #fbf7ee24;
}

.ll-landing .step:nth-child(4) .step-visual {
  background: var(--cream);
  border-color: #0e3b2e33;
}

.ll-landing .step-n {
  font-family: var(--f-mono);
  background: var(--ink);
  color: var(--cream);
  letter-spacing: .06em;
  border-radius: 999px;
  margin-bottom: 20px;
  padding: 4px 10px;
  font-size: 12px;
  display: inline-block;
}

.ll-landing .step-title {
  font-family: var(--f-display);
  letter-spacing: -.03em;
  margin: 0 0 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.05;
}

.ll-landing .step-body {
  color: var(--ink-2);
  max-width: 420px;
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
}

.ll-landing .viz {
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  display: flex;
}

.ll-landing .viz-one {
  gap: 8px;
}

.ll-landing .yt-tab {
  background: var(--paper);
  border: 1.5px solid var(--ink);
  font-family: var(--f-mono);
  min-width: 340px;
  box-shadow: 0 2px 0 var(--ink);
  border-radius: 14px;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  font-size: 13px;
  display: flex;
}

.ll-landing .yt-dot {
  border-radius: 50%;
  flex-shrink: 0;
  width: 9px;
  height: 9px;
}

.ll-landing .yt-dot-r {
  background: #ed6a5e;
}

.ll-landing .yt-dot-y {
  background: #f4bf4f;
}

.ll-landing .yt-dot-g {
  background: #61c554;
  margin-right: 4px;
}

.ll-landing .yt-url {
  background: var(--cream-2);
  border-radius: 6px;
  flex: 1;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  font-size: 12px;
  display: flex;
  overflow: hidden;
}

.ll-landing .yt-lock {
  opacity: .6;
  font-size: 9px;
}

.ll-landing .yt-host {
  color: var(--ink);
  font-weight: 600;
}

.ll-landing .yt-path {
  color: var(--ink-2);
}

.ll-landing .yt-ext {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: inline-flex;
  position: relative;
}

.ll-landing .yt-ext-inner {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.ll-landing .up-chev {
  color: var(--green);
  font-size: 18px;
}

.ll-landing .up-ready {
  border: 1px solid var(--green);
  color: var(--green-2);
  background: #5fa44a26;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  display: inline-flex;
}

.ll-landing .up-ready-dot {
  background: var(--green);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.ll-landing .viz-two {
  gap: 14px;
  position: relative;
}

.ll-landing .v2-caption {
  font-family: var(--f-display);
  letter-spacing: -.02em;
  color: var(--cream);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.ll-landing .v2-tok {
  margin: 0 2px;
}

.ll-landing .v2-unknown {
  box-shadow: inset 0 -2px 0 var(--yellow);
  color: var(--cream);
  background: #f4c54266;
  border-radius: 3px;
  padding: 0 3px;
}

.ll-landing .v2-gloss {
  font-family: var(--f-serif);
  color: #fbf7eea6;
  text-align: center;
  font-size: 15px;
  font-style: italic;
}

.ll-landing .v2-gloss u {
  -webkit-text-decoration-color: var(--yellow);
  text-decoration-color: var(--yellow);
  text-underline-offset: 3px;
}

.ll-landing .v2-pop {
  background: var(--paper);
  color: var(--ink);
  border-radius: 12px;
  flex-direction: column;
  gap: 4px;
  max-width: 260px;
  margin-top: 8px;
  padding: 12px 16px;
  font-size: 13px;
  display: flex;
  box-shadow: 0 10px 30px #0000004d;
}

.ll-landing .v2-pop b {
  letter-spacing: -.02em;
  font-size: 16px;
}

.ll-landing .v2-pop > span:nth-child(2) {
  color: var(--green-2);
  font-size: 12px;
  font-weight: 500;
}

.ll-landing .v2-example {
  color: var(--ink-2);
  font-style: italic;
  font-family: var(--f-serif);
}

.ll-landing .viz-three {
  align-items: stretch;
  gap: 12px;
}

.ll-landing .v3-head {
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--ink-2);
  justify-content: space-between;
  align-items: baseline;
  font-size: 12px;
  display: flex;
}

.ll-landing .v3-count {
  font-family: var(--f-mono);
  color: var(--ink);
  letter-spacing: .02em;
  font-size: 13px;
  font-weight: 600;
}

.ll-landing .v3-chips {
  flex-wrap: wrap;
  flex: 1;
  align-content: flex-start;
  gap: 6px;
  padding: 4px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ll-landing .word-chip {
  border: 1px solid var(--line);
  background: var(--cream-2);
  color: var(--ink);
  letter-spacing: -.01em;
  border-bottom-width: 2px;
  border-radius: 8px;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 600;
  transition: all .12s;
}

.ll-landing .word-chip:hover {
  transform: translateY(-1px);
}

.ll-landing .wc-new {
  color: var(--ink);
  border-color: var(--line);
  border-bottom-color: var(--ink-2);
}

.ll-landing .wc-learning {
  color: var(--yellow-2);
  border-color: #f4c54266;
  border-bottom-color: var(--yellow);
}

.ll-landing .wc-known {
  color: var(--green-2);
  border-color: #5fa44a66;
  border-bottom-color: var(--green);
}

.ll-landing .v3-legend {
  color: var(--ink-2);
  gap: 14px;
  font-size: 11px;
  display: flex;
}

.ll-landing .v3-legend span {
  align-items: center;
  gap: 4px;
  display: inline-flex;
}

.ll-landing .v3-dot {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
}

.ll-landing .v3-known {
  background: var(--green);
}

.ll-landing .v3-learning {
  background: var(--yellow);
}

.ll-landing .v3-new {
  background: var(--ink-2);
}

.ll-landing .flashcard {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  width: 100%;
  max-width: 320px;
  padding: 24px;
  box-shadow: 0 10px 30px #0e3b2e1f;
}

.ll-landing .fc-front {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.ll-landing .fc-label {
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--ink-2);
  font-size: 10px;
}

.ll-landing .fc-word {
  font-family: var(--f-display);
  letter-spacing: -.03em;
  color: var(--ink);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.ll-landing .fc-ipa {
  font-family: var(--f-mono);
  color: var(--green-2);
  font-size: 13px;
}

.ll-landing .fc-clip {
  background: var(--cream);
  border: 1px solid var(--line);
  color: var(--ink-2);
  border-radius: 8px;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 8px 10px;
  font-size: 12px;
  display: flex;
}

.ll-landing .fc-play {
  background: var(--ink);
  width: 22px;
  height: 22px;
  color: var(--cream);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding-left: 1px;
  font-size: 9px;
  display: inline-flex;
}

.ll-landing .fc-clip-text {
  font-family: var(--f-serif);
  font-style: italic;
}

.ll-landing .fc-actions {
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-top: 16px;
  display: grid;
}

.ll-landing .fc-act {
  border: 1px solid var(--line);
  text-align: center;
  color: var(--ink-2);
  border-radius: 8px;
  padding: 8px 4px;
  font-size: 12px;
  font-weight: 500;
}

.ll-landing .fc-act-good {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}

.ll-landing .features {
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 80px 0;
}

.ll-landing .features-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}

.ll-landing .feat-grid {
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 20px;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  display: grid;
  overflow: hidden;
}

.ll-landing .feat {
  background: var(--paper);
  flex-direction: column;
  gap: 20px;
  padding: 40px;
  display: flex;
}

.ll-landing .feat-accent {
  background: var(--cream);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 48px;
  padding: 4px;
  display: flex;
}

.ll-landing .feat-title {
  font-family: var(--f-display);
  letter-spacing: -.02em;
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
}

.ll-landing .feat-body {
  color: var(--ink-2);
  max-width: 420px;
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.ll-landing .stats {
  background: var(--ink);
  color: var(--cream);
  padding: 80px 0;
}

.ll-landing .stats-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}

.ll-landing .stats-row {
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  display: grid;
}

.ll-landing .stat-big {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.ll-landing .sb-num {
  font-family: var(--f-display);
  letter-spacing: -.04em;
  color: var(--yellow);
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 700;
  line-height: .95;
}

.ll-landing .sb-lbl {
  color: #fbf7eebf;
  max-width: 280px;
  font-size: 15px;
  line-height: 1.45;
}

.ll-landing .meet-sec {
  background: var(--cream);
  padding: 260px 0 40px;
  position: relative;
  overflow: hidden;
}

.ll-landing .meet-sec:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at 50% 20%, #5fa44a1a, #0000 42%), radial-gradient(circle at 90% 90%, #f4c5420d, #0000 50%);
  position: absolute;
  inset: 0;
}

.ll-landing .meet-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
}

.ll-landing .meet-mascot {
  z-index: 1;
  filter: drop-shadow(0 18px 28px #0e3b2e2e);
  width: 180px;
  height: auto;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 48px;
}

.ll-landing .meet-card {
  z-index: 2;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 44px 48px;
  position: relative;
  box-shadow: 0 30px 60px -24px #0e3b2e2e, 0 0 0 1px #0e3b2e0a;
}

.ll-landing .meet-bubble {
  background: var(--paper);
  border: 1.5px solid var(--ink);
  font-family: var(--f-serif);
  color: var(--green);
  box-shadow: 3px 3px 0 var(--ink);
  z-index: 3;
  border-radius: 20px;
  padding: 7px 16px;
  font-size: 19px;
  font-style: italic;
  font-weight: 500;
  position: absolute;
  top: -24px;
  right: 48px;
  transform: rotate(6deg);
}

.ll-landing .mb-tail {
  background: var(--paper);
  border-right: 1.5px solid var(--ink);
  border-bottom: 1.5px solid var(--ink);
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: -8px;
  left: 22px;
  transform: rotate(45deg);
}

.ll-landing .meet-grid {
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
  gap: 48px;
  display: grid;
}

.ll-landing .meet-kicker {
  font-family: var(--f-mono);
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--green);
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

.ll-landing .meet-title {
  font-family: var(--f-serif);
  letter-spacing: -.02em;
  color: var(--ink);
  text-wrap: pretty;
  margin: 0 0 16px;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.15;
}

.ll-landing .meet-title em {
  color: var(--green);
  font-style: italic;
}

.ll-landing .meet-sub {
  color: var(--ink-2);
  max-width: 42ch;
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.ll-landing .meet-abilities {
  border-left: 1px solid var(--line);
  flex-direction: column;
  gap: 12px;
  padding-left: 32px;
  display: flex;
}

.ll-landing .ability {
  align-items: center;
  gap: 14px;
  display: flex;
}

.ll-landing .ability-icon {
  width: 40px;
  height: 40px;
  color: var(--ink);
  border-radius: 10px;
  flex: 0 0 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ll-landing .ability-icon-a {
  color: var(--green);
  background: #5fa44a26;
}

.ll-landing .ability-icon-b {
  color: var(--yellow-2);
  background: #f4c54233;
}

.ll-landing .ability-icon-c {
  background: var(--cream-2);
  color: var(--ink);
}

.ll-landing .ability-text {
  flex-direction: column;
  gap: 1px;
  font-size: 14px;
  display: flex;
}

.ll-landing .ability-text strong {
  color: var(--ink);
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 600;
}

.ll-landing .ability-text span {
  color: var(--ink-2);
  font-size: 13px;
}

@media (max-width: 820px) {
  .ll-landing .meet-sec {
    padding: 180px 0 60px;
  }

  .ll-landing .meet-mascot {
    width: 190px;
    left: 20px;
  }

  .ll-landing .meet-card {
    padding: 32px 28px;
  }

  .ll-landing .meet-bubble {
    font-size: 17px;
    top: -22px;
    right: 24px;
  }

  .ll-landing .meet-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ll-landing .meet-abilities {
    border-left: none;
    border-top: 1px solid var(--line);
    padding-top: 20px;
    padding-left: 0;
  }
}

.ll-landing .pricing {
  background: var(--cream);
  border-top: 1px solid var(--line);
  padding: 80px 0;
}

.ll-landing .pricing-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

.ll-landing .pricing-editorial .ped-grid {
  grid-template-columns: 1fr 1.15fr 1fr;
  align-items: stretch;
  gap: 20px;
  margin-top: 56px;
  display: grid;
}

.ll-landing .ped-card {
  border-radius: 20px;
  flex-direction: column;
  gap: 20px;
  padding: 36px 32px 32px;
  transition: transform .22s, box-shadow .22s;
  display: flex;
  position: relative;
}

.ll-landing .ped-light {
  background: var(--paper);
  border: 1px solid var(--line);
}

.ll-landing .ped-light:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -18px #0e3b2e26;
}

.ll-landing .ped-featured {
  color: #fbf7ee;
  z-index: 2;
  background: radial-gradient(circle at 85% -10%, #f4c54238, #0000 50%), radial-gradient(circle at 0 110%, #5fa44a33, #0000 55%), #0e3b2e;
  border: 1.5px solid #1a5a44;
  transform: translateY(-10px);
  box-shadow: 0 30px 70px -24px #00000080, inset 0 0 0 1px #f4c54233;
}

.ll-landing .ped-ribbon {
  background: var(--yellow);
  color: var(--ink);
  font-family: var(--f-mono);
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 7px 14px;
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 28px;
  transform: translateY(-50%)rotate(-2deg);
  box-shadow: 0 6px 16px #f4c54266;
}

.ll-landing .ped-header {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.ll-landing .ped-name {
  font-family: var(--f-display);
  letter-spacing: -.02em;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.ll-landing .ped-featured .ped-name {
  color: #fbf7ee;
}

.ll-landing .ped-pitch {
  color: var(--ink-2);
  font-size: 13px;
  line-height: 1.4;
}

.ll-landing .ped-featured .ped-pitch {
  color: #fbf7eebf;
}

.ll-landing .ped-price {
  border-top: 1px dashed var(--line);
  border-bottom: 1px dashed var(--line);
  align-items: flex-start;
  gap: 4px;
  padding: 10px 0;
  display: flex;
}

.ll-landing .ped-featured .ped-price {
  border-color: #fbf7ee2e;
}

.ll-landing .ped-dollar {
  font-family: var(--f-display);
  color: var(--ink-2);
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
}

.ll-landing .ped-featured .ped-dollar {
  color: #f4c542;
}

.ll-landing .ped-num {
  font-family: var(--f-display);
  letter-spacing: -.045em;
  color: var(--ink);
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
}

.ll-landing .ped-featured .ped-num {
  color: #fbf7ee;
}

.ll-landing .ped-unit {
  text-align: right;
  color: var(--ink-2);
  flex-direction: column;
  align-self: center;
  gap: 2px;
  margin-left: auto;
  font-size: 13px;
  display: flex;
}

.ll-landing .ped-featured .ped-unit {
  color: #fbf7eeb3;
}

.ll-landing .ped-strike {
  opacity: .6;
  font-size: 12px;
  text-decoration: line-through;
}

.ll-landing .ped-badge {
  font-family: var(--f-mono);
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--green-2);
  background: #5fa44a24;
  border: 1px solid #5fa44a4d;
  border-radius: 999px;
  align-self: flex-start;
  margin-top: -8px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
}

.ll-landing .ped-featured .ped-badge {
  color: #f4c542;
  background: #f4c54229;
  border-color: #f4c54259;
}

.ll-landing .ped-feats {
  flex-direction: column;
  flex: 1;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.ll-landing .ped-feats li {
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.45;
  display: flex;
}

.ll-landing .ped-featured .ped-feats li {
  color: #fbf7ee;
}

.ll-landing .ped-bullet {
  background: var(--green);
  border-radius: 50%;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 8px;
}

.ll-landing .ped-featured .ped-bullet {
  background: #f4c542;
}

.ll-landing .ped-card .btn {
  justify-content: center;
  width: 100%;
  margin-top: auto;
}

.ll-landing .ped-featured .btn-primary {
  box-shadow: 0 2px #e9b430, 0 10px 24px #f4c54247;
  color: #0e3b2e !important;
  background: #f4c542 !important;
  border-color: #f4c542 !important;
}

.ll-landing .ped-footnote {
  color: var(--ink-2);
  font-size: 12px;
  font-family: var(--f-mono);
  letter-spacing: .02em;
  margin-top: -4px;
}

.ll-landing .ped-error {
  color: #8f2626;
  text-align: center;
  background: #b8353514;
  border: 1px solid #b835353d;
  border-radius: 12px;
  max-width: 680px;
  margin: 22px auto 0;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 1.5;
}

.ll-landing.dark .ped-error {
  color: #ffb4b4;
  background: #ff82821f;
  border-color: #ff828252;
}

.ll-landing .ped-foot {
  text-align: center;
  color: var(--ink-2);
  margin-top: 40px;
  font-size: 14px;
}

.ll-landing .ped-foot a {
  color: var(--green-2);
  font-weight: 600;
}

.ll-landing .faq {
  background: var(--cream);
  padding: 80px 0;
}

.ll-landing .faq-inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 32px;
}

.ll-landing .faq-list {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.ll-landing .faq-item {
  background: var(--paper);
  border: 1px solid var(--line);
  cursor: pointer;
  border-radius: 14px;
  padding: 18px 22px;
  transition: background .12s;
}

.ll-landing .faq-item:hover {
  background: var(--cream-2);
}

.ll-landing .faq-q {
  font-family: var(--f-display);
  letter-spacing: -.01em;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.ll-landing .faq-plus {
  color: var(--green-2);
  text-align: center;
  width: 24px;
  font-size: 22px;
  font-weight: 300;
}

.ll-landing .faq-a {
  color: var(--ink-2);
  max-width: 640px;
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.6;
}

.ll-landing .cta-sec {
  background: var(--yellow);
  padding: 120px 0 140px;
  position: relative;
  overflow: hidden;
}

.ll-landing .cta-sec:before {
  content: "";
  background: radial-gradient(circle at 50% 0, #0e3b2e14, #0000 50%);
  position: absolute;
  inset: 0;
}

.ll-landing .cta-inner {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
}

.ll-landing .cta-mascot {
  object-fit: contain;
  filter: drop-shadow(0 14px 30px #0e3b2e33);
  width: 180px;
  height: 180px;
  margin: 0 auto 16px;
  display: block;
}

.ll-landing .cta-title {
  font-family: var(--f-display);
  letter-spacing: -.035em;
  color: var(--ink);
  text-wrap: balance;
  margin: 0 0 16px;
  font-size: clamp(36px, 4.5vw, 60px);
  font-weight: 700;
  line-height: 1.02;
}

.ll-landing .cta-sub {
  color: var(--ink-2);
  margin: 0 0 32px;
  font-size: 17px;
}

.ll-landing .cta-buttons {
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  display: flex;
}

.ll-landing .footer {
  background: var(--ink);
  color: #fbf7eeb3;
  padding: 64px 0 24px;
}

.ll-landing .footer-inner {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 3fr);
  gap: 48px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
}

.ll-landing .foot-brand {
  align-items: center;
  display: inline-flex;
}

.ll-landing .foot-wordmark {
  object-fit: contain;
  width: auto;
  height: 40px;
  display: block;
}

.ll-landing .foot-wordmark.nav-wordmark-light, .ll-landing.dark .foot-wordmark.nav-wordmark-dark {
  display: none;
}

.ll-landing.dark .foot-wordmark.nav-wordmark-light {
  display: block;
}

.ll-landing .foot-cols {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  display: grid;
}

.ll-landing .foot-col {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.ll-landing .fc-head {
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--yellow);
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
}

.ll-landing .foot-col a {
  font-size: 14px;
  transition: color .12s;
}

.ll-landing .foot-col a:hover {
  color: var(--cream);
}

.ll-landing .foot-bottom {
  border-top: 1px solid #fbf7ee1f;
  justify-content: space-between;
  max-width: 1240px;
  margin: 48px auto 0;
  padding: 24px 32px 0;
  font-size: 13px;
  display: flex;
}

@media (max-width: 1024px) {
  .ll-landing .hero-inner {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 60px 24px 80px;
  }

  .ll-landing .player {
    grid-template-columns: 1fr;
  }

  .ll-landing .player-screen {
    border-right: none;
    border-bottom: 1px solid var(--line);
  }

  .ll-landing .sidecar {
    border-radius: 0 0 20px 20px;
  }

  .ll-landing .step {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 32px;
  }

  .ll-landing .step:nth-child(2n) {
    direction: ltr;
  }

  .ll-landing .feat-grid {
    grid-template-columns: 1fr;
  }

  .ll-landing .ped-grid {
    grid-template-columns: 1fr !important;
  }

  .ll-landing .ped-featured {
    transform: none;
  }

  .ll-landing .stats-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ll-landing .footer-inner {
    grid-template-columns: 1fr;
  }

  .ll-landing .foot-cols {
    grid-template-columns: repeat(2, 1fr);
  }

  .ll-landing .nav-links {
    display: none;
  }
}

@media (max-width: 820px) {
  .ll-landing .how-inner, .ll-landing .features-inner, .ll-landing .stats-inner, .ll-landing .pricing-inner, .ll-landing .faq-inner, .ll-landing .cta-inner, .ll-landing .footer-inner, .ll-landing .meet-inner, .ll-landing .ls-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .ll-landing .nav-inner {
    gap: 12px;
    padding: 12px 18px;
  }

  .ll-landing .nav-brand {
    gap: 8px !important;
    font-size: 20px !important;
  }

  .ll-landing .nav-brand .nav-wordmark {
    width: auto;
    height: 30px;
  }

  .ll-landing .nav-signin {
    border: 1.5px solid var(--line);
    background: var(--paper);
    border-radius: 999px;
    align-items: center;
    min-height: 36px;
    padding: 0 10px;
    display: inline-flex;
  }

  .ll-landing .nav-cta {
    gap: 10px;
  }

  .ll-landing .hero-inner {
    gap: 36px;
    padding: 40px 20px 60px !important;
  }

  .ll-landing .hero-title {
    font-size: clamp(24px, 6.5vw, 44px) !important;
  }

  .ll-landing .hero-sub {
    font-size: 17px;
  }

  .ll-landing .hero-cta {
    gap: 10px;
  }

  .ll-landing .hero-cta .btn {
    padding: 14px 20px;
    font-size: 14px;
  }

  .ll-landing .how, .ll-landing .features, .ll-landing .pricing, .ll-landing .faq, .ll-landing .meet-sec {
    padding: 72px 0 !important;
  }

  .ll-landing .section-head {
    padding: 0 20px;
  }

  .ll-landing .section-title {
    font-size: clamp(30px, 6.5vw, 42px) !important;
  }

  .ll-landing .step {
    gap: 18px;
    padding: 24px !important;
  }

  .ll-landing .step-visual {
    aspect-ratio: 5 / 4;
    padding: 18px;
  }

  .ll-landing .v2-caption {
    font-size: 20px;
  }

  .ll-landing .v2-gloss {
    font-size: 13px;
  }

  .ll-landing .v2-pop {
    max-width: 220px;
  }

  .ll-landing .meet-sec {
    padding: 224px 0 60px !important;
  }

  .ll-landing .meet-mascot {
    width: 160px !important;
    left: 20px !important;
  }

  .ll-landing .meet-bubble {
    font-size: 15px !important;
    top: -18px !important;
    right: 16px !important;
  }

  .ll-landing .yt-tab {
    flex-wrap: wrap;
    gap: 6px;
    padding: 8px 10px;
  }

  .ll-landing .yt-url {
    font-size: 11px;
  }

  .ll-landing .ped-featured {
    transform: none !important;
  }
}

@media (max-width: 640px) {
  .ll-landing {
    --meet-mobile-mascot-width: 104px;
    --meet-mobile-mascot-top: -48px;
    font-size: 15px;
  }

  .ll-landing .section-head {
    margin-bottom: 36px !important;
    padding: 0 !important;
  }

  .ll-landing .nav-inner {
    gap: 8px;
    padding: 10px 14px;
  }

  .ll-landing .nav-brand .nav-wordmark {
    width: auto;
    height: 28px;
  }

  .ll-landing .nav-cta {
    gap: 8px;
  }

  .ll-landing .btn-sm {
    padding: 8px 12px;
    font-size: 13px;
  }

  .ll-landing .nav-signin {
    padding: 0 9px;
    font-size: 13px;
  }

  .ll-landing .hero-inner {
    gap: 28px;
    min-height: auto;
    padding: 28px 18px 48px !important;
  }

  .ll-landing .hero-copy {
    max-width: none;
  }

  .ll-landing .hero-title {
    font-size: clamp(20px, 6.2vw, 36px) !important;
    line-height: 1.02 !important;
  }

  .ll-landing .hero-line {
    white-space: normal;
    flex-wrap: wrap;
    row-gap: .14em;
  }

  .ll-landing .hero-sub {
    font-size: 15px;
    line-height: 1.5;
  }

  .ll-landing .hero-cta {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .ll-landing .hero-cta .btn {
    justify-content: center;
    width: 100%;
    padding: 14px 18px;
    font-size: 15px;
  }

  .ll-landing .cta-desktop {
    display: none;
  }

  .ll-landing .cta-mobile {
    display: inline-flex;
  }

  .ll-landing .hero-player {
    width: 100%;
  }

  .ll-landing .player {
    border-radius: 18px;
  }

  .ll-landing .player-chrome {
    border-radius: 18px 18px 0 0;
    gap: 8px;
    padding: 10px 12px;
  }

  .ll-landing .browser-dots {
    display: none;
  }

  .ll-landing .browser-url {
    flex-wrap: wrap;
    gap: 8px;
    padding: 7px 10px;
    font-size: 11px;
  }

  .ll-landing .url-ext {
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }

  .ll-landing .play-btn {
    width: 56px;
    height: 56px;
  }

  .ll-landing .video-progress {
    bottom: 10px;
    left: 12px;
    right: 12px;
  }

  .ll-landing .caption-bar {
    border-radius: 0 0 18px 18px;
    padding: 16px 14px;
  }

  .ll-landing .caption-target {
    gap: .24em;
    font-size: 18px;
    line-height: 1.32;
  }

  .ll-landing .caption-gloss {
    font-size: 12px;
  }

  .ll-landing .sidecar {
    border-radius: 0 0 18px 18px;
    gap: 12px;
    padding: 14px;
  }

  .ll-landing .stat {
    padding: 10px 8px;
  }

  .ll-landing .stat-num {
    font-size: 19px;
  }

  .ll-landing .sw-row {
    padding: 7px 8px;
    font-size: 11px;
  }

  .ll-landing .section-title {
    font-size: clamp(26px, 7vw, 34px) !important;
  }

  .ll-landing .how, .ll-landing .features, .ll-landing .pricing, .ll-landing .faq {
    padding: 56px 0 !important;
  }

  .ll-landing .step {
    border-radius: 18px;
    gap: 16px !important;
    padding: 18px !important;
  }

  .ll-landing .step-title {
    line-height: 1.15;
    font-size: 22px !important;
  }

  .ll-landing .step-body {
    font-size: 14px;
  }

  .ll-landing .step-n {
    font-size: 11px;
  }

  .ll-landing .step-visual {
    aspect-ratio: auto;
    min-height: 200px;
    padding: 14px;
  }

  .ll-landing .steps {
    gap: 14px !important;
  }

  .ll-landing .v2-caption {
    font-size: 18px;
    line-height: 1.35;
  }

  .ll-landing .v2-gloss {
    font-size: 12px;
  }

  .ll-landing .v2-pop {
    max-width: 200px;
    padding: 10px 12px;
  }

  .ll-landing .v2-pop b {
    font-size: 14px;
  }

  .ll-landing .v3-chips {
    gap: 5px;
  }

  .ll-landing .word-chip {
    padding: 4px 9px;
    font-size: 12px;
  }

  .ll-landing .flashcard {
    max-width: 100%;
  }

  .ll-landing .fc-word {
    font-size: 22px !important;
  }

  .ll-landing .meet-sec {
    padding: 64px 0 24px !important;
  }

  .ll-landing .meet-card {
    overflow: visible;
    padding: 80px 18px 20px !important;
  }

  .ll-landing .meet-mascot {
    bottom: auto;
    transform: translateX(-50%);
    width: var(--meet-mobile-mascot-width) !important;
    left: 50% !important;
    top: var(--meet-mobile-mascot-top) !important;
  }

  .ll-landing .meet-bubble {
    transform: rotate(4deg);
    padding: 8px 12px !important;
    font-size: 13px !important;
    top: 12px !important;
    right: 14px !important;
  }

  .ll-landing .meet-grid {
    gap: 18px !important;
  }

  .ll-landing .meet-copy {
    text-align: center;
  }

  .ll-landing .meet-sub {
    max-width: none;
  }

  .ll-landing .meet-abilities {
    padding-top: 18px;
  }

  .ll-landing .ped-card {
    padding: 24px 20px 22px !important;
  }

  .ll-landing .faq-item {
    padding: 16px 18px;
  }

  .ll-landing .faq-q {
    font-size: 15px;
    line-height: 1.3;
  }

  .ll-landing .faq-a {
    font-size: 14px;
  }

  .ll-landing .footer {
    padding: 40px 0 24px;
  }

  .ll-landing .footer-inner {
    gap: 28px;
  }

  .ll-landing .foot-cols {
    gap: 20px;
    grid-template-columns: 1fr 1fr !important;
  }

  .ll-landing .foot-bottom {
    flex-direction: column;
    gap: 8px;
    padding: 0 14px;
    font-size: 12px;
  }
}

@media (max-width: 380px) {
  .ll-landing {
    --meet-mobile-mascot-width: 92px;
    --meet-mobile-mascot-top: -42px;
  }

  .ll-landing .hero-title {
    font-size: 20px !important;
  }

  .ll-landing .section-title {
    font-size: 26px !important;
  }

  .ll-landing .foot-cols {
    grid-template-columns: 1fr !important;
  }

  .ll-landing .hero-cta .btn {
    font-size: 14px;
  }
}

.ll-landing .ll-divider {
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  isolation: isolate;
  padding: 28px 0;
  position: relative;
  overflow: hidden;
}

.ll-landing .ll-div-glow {
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(60% 120% at 15%, #5fa44a1a, #0000 70%), radial-gradient(60% 120% at 85%, #f4c5421a, #0000 70%);
  position: absolute;
  inset: 0;
}

.ll-landing .ll-div-row {
  z-index: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ll-landing .ll-div-row + .ll-div-row {
  margin-top: 12px;
}

.ll-landing .marquee {
  will-change: transform;
  gap: 12px;
  width: max-content;
  display: flex;
}

.ll-landing .marquee-left {
  animation: 42s linear infinite ll-marquee-left;
}

.ll-landing .marquee-right {
  animation: 52s linear infinite ll-marquee-right;
}

@keyframes ll-marquee-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes ll-marquee-right {
  from {
    transform: translate3d(-50%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.ll-landing .div-chip {
  box-shadow: inset 0 -2px 0 var(--yellow-2);
  background: #f4c54224;
  border: 1px solid #f4c54247;
  border-radius: 999px;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  font-size: 14px;
  line-height: 1;
  transition: transform .2s;
  display: inline-flex;
}

.ll-landing .div-chip:nth-child(3n) {
  box-shadow: inset 0 -2px 0 var(--green-2);
  background: #5fa44a1f;
  border-color: #5fa44a4d;
}

.ll-landing .div-chip:nth-child(5n) {
  border-color: var(--line-2);
  box-shadow: none;
  background: none;
}

.ll-landing .div-es {
  font-family: var(--f-display);
  letter-spacing: -.01em;
  color: var(--ink);
  font-weight: 700;
}

.ll-landing .div-sep {
  color: var(--ink-2);
  opacity: .4;
}

.ll-landing .div-en {
  font-family: var(--f-serif);
  color: var(--ink-2);
  font-size: 13px;
  font-style: italic;
}

.ll-landing .ll-divider:before, .ll-landing .ll-divider:after {
  content: "";
  z-index: 2;
  pointer-events: none;
  width: clamp(60px, 12vw, 180px);
  position: absolute;
  top: 0;
  bottom: 0;
}

.ll-landing .ll-divider:before {
  background: linear-gradient(90deg, var(--paper) 0%, #fff0 100%);
  left: 0;
}

.ll-landing .ll-divider:after {
  background: linear-gradient(270deg, var(--paper) 0%, #fff0 100%);
  right: 0;
}

.ll-landing.dark .ll-divider {
  background: var(--paper);
  border-color: var(--line);
}

.ll-landing.dark .ll-divider:before {
  background: linear-gradient(90deg, var(--paper) 0%, #0000 100%);
}

.ll-landing.dark .ll-divider:after {
  background: linear-gradient(270deg, var(--paper) 0%, #0000 100%);
}

.ll-landing.dark .ll-div-glow {
  background: radial-gradient(60% 120% at 15%, #7fd68f1a, #0000 70%), radial-gradient(60% 120% at 85%, #e8bc5f1a, #0000 70%);
}

.ll-landing.dark .div-es {
  color: var(--ink);
}

.ll-landing.dark .div-en {
  color: var(--ink-2);
}

@media (max-width: 640px) {
  .ll-landing .ll-divider {
    padding: 22px 0;
  }

  .ll-landing .div-chip {
    padding: 6px 12px;
    font-size: 13px;
  }

  .ll-landing .div-en {
    font-size: 12px;
  }

  .ll-landing .marquee-left {
    animation-duration: 32s;
  }

  .ll-landing .marquee-right {
    animation-duration: 40s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ll-landing .marquee-left, .ll-landing .marquee-right {
    animation: none !important;
  }
}

.ll-landing .mode-toggle {
  border: 1px solid var(--line-2);
  width: 36px;
  height: 36px;
  color: var(--ink);
  cursor: pointer;
  background: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: background .12s, border-color .12s, color .12s;
  display: inline-flex;
}

.ll-landing .mode-toggle:hover {
  background: var(--cream-2);
}

.ll-landing.dark {
  --ink: #e8ede5;
  --ink-2: #9aa79c;
  --green: #6fc27d;
  --green-2: #86cf92;
  --yellow: #e8bc5f;
  --yellow-2: #d4a848;
  --cream: #0a100e;
  --cream-2: #111814;
  --paper: #151d19;
  --line: #e8ede514;
  --line-2: #e8ede529;
  background: var(--cream);
  color: var(--ink);
}

.ll-landing.dark .nav {
  border-color: var(--line);
  background: #0a100ed1;
}

.ll-landing.dark .btn-primary {
  background: var(--green);
  color: #0a100e;
  box-shadow: 0 2px #5bae6b, 0 8px 20px #7fd68f2e;
}

.ll-landing.dark .btn-primary:hover {
  box-shadow: 0 3px #5bae6b, 0 12px 26px #7fd68f38;
}

.ll-landing.dark .btn-ghost {
  color: var(--ink);
  border-color: var(--line-2);
}

.ll-landing.dark .btn-ghost:hover {
  background: var(--paper);
}

.ll-landing.dark .hero-title em {
  color: var(--green);
  font-style: italic;
}

.ll-landing.dark .yt-wordmark {
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--line-2);
}

.ll-landing.dark .player {
  background: var(--paper);
  border-color: var(--line-2);
  box-shadow: 0 30px 60px #00000080, 0 0 0 1px var(--line);
}

.ll-landing.dark .player-chrome {
  background: var(--cream-2);
  border-color: var(--line);
}

.ll-landing.dark .browser-dots span {
  background: #2a332e;
  border-color: #333e37;
}

.ll-landing.dark .browser-dots span:first-child {
  background: #e66b5c;
  border-color: #a34b40;
}

.ll-landing.dark .browser-dots span:nth-child(2) {
  background: var(--yellow);
  border-color: var(--yellow-2);
}

.ll-landing.dark .browser-dots span:nth-child(3) {
  background: var(--green);
  border-color: #5bae6b;
}

.ll-landing.dark .browser-url {
  background: var(--cream);
  border-color: var(--line-2);
  color: var(--ink-2);
}

.ll-landing.dark .url-ext {
  background: var(--green);
  color: #0a100e;
}

.ll-landing.dark .caption-bar {
  background: var(--paper);
  border-color: var(--line);
}

.ll-landing.dark .caption-target, .ll-landing.dark .tok-known {
  color: var(--ink);
}

.ll-landing.dark .tok-unknown {
  color: var(--ink);
  box-shadow: inset 0 -2px 0 var(--yellow);
  background: #ffd26624;
}

.ll-landing.dark .tok-unknown:hover {
  background: #ffd26638;
}

.ll-landing.dark .tok-tip {
  background: var(--cream);
  color: var(--ink);
  border: 1px solid var(--line-2);
}

.ll-landing.dark .tok-tip:before {
  border-bottom-color: var(--cream);
}

.ll-landing.dark .ta-btn {
  background: var(--green);
  color: #0a100e;
}

.ll-landing.dark .caption-gloss {
  color: var(--ink-2);
}

.ll-landing.dark .sidecar {
  background: linear-gradient(180deg, var(--cream-2), var(--paper));
  border-color: var(--line);
}

.ll-landing.dark .sidecar-live {
  color: var(--green);
  background: #7fd68f24;
}

.ll-landing.dark .stat, .ll-landing.dark .sw-row {
  background: var(--cream-2);
  border-color: var(--line);
}

.ll-landing.dark .stat-num {
  color: var(--ink);
}

.ll-landing.dark .stat-accent {
  background: var(--green);
  border-color: #5bae6b;
}

.ll-landing.dark .stat-accent .stat-num, .ll-landing.dark .stat-accent .stat-lbl {
  color: #0a100e;
}

.ll-landing.dark .sw-word {
  color: var(--ink);
}

.ll-landing.dark .sw-en {
  color: var(--ink-2);
}

.ll-landing.dark .sw-dot {
  background: var(--yellow);
}

.ll-landing.dark .sw-dot-saved {
  background: var(--green);
}

.ll-landing.dark .logo-strip {
  background: var(--paper);
  border-color: var(--line);
}

.ll-landing.dark .ls-icon {
  background: var(--cream-2);
  color: var(--ink);
}

.ll-landing.dark .ls-title {
  color: var(--ink);
}

.ll-landing.dark .ls-sub {
  color: var(--ink-2);
}

.ll-landing.dark .ls-div {
  background: var(--line);
}

.ll-landing.dark .how {
  background: var(--cream);
}

.ll-landing.dark .step {
  background: var(--paper);
  border-color: var(--line);
}

.ll-landing.dark .step:nth-child(2) {
  background: var(--green);
  color: #0a100e;
  border-color: var(--green);
}

.ll-landing.dark .step:nth-child(2) .step-body {
  color: #0a100eb8;
}

.ll-landing.dark .step:nth-child(2) .step-n {
  color: var(--green);
  background: #0a100e;
}

.ll-landing.dark .step:nth-child(4) {
  color: #0a100e;
  background: #c8a452;
  border-color: #a88737;
}

.ll-landing.dark .step:nth-child(4) .step-title, .ll-landing.dark .step:nth-child(4) .step-body {
  color: #0a100e;
}

.ll-landing.dark .step-visual {
  background: var(--cream-2);
  border-color: var(--line);
}

.ll-landing.dark .step:nth-child(2) .step-visual {
  background: #0a100e1f;
  border-color: #0a100e33;
}

.ll-landing.dark .step:nth-child(4) .step-visual {
  background: #e8ddc0;
  border-color: #0a100e33;
}

.ll-landing.dark .step-n {
  background: var(--ink);
  color: var(--cream);
}

.ll-landing.dark .v3-count {
  color: var(--ink);
}

.ll-landing.dark .word-chip {
  color: var(--ink);
  background: #ffffff05;
}

.ll-landing.dark .wc-learning {
  color: var(--yellow);
  border-color: #ffd2664d;
  border-bottom-color: var(--yellow);
}

.ll-landing.dark .wc-known {
  color: var(--green);
  border-color: #7fd68f4d;
  border-bottom-color: var(--green);
}

.ll-landing.dark .wc-new {
  border-color: var(--line-2);
  border-bottom-color: var(--ink-2);
}

.ll-landing.dark .v3-new {
  background: var(--ink-2);
}

.ll-landing.dark .fc-front .fc-word {
  color: var(--ink);
}

.ll-landing.dark .flashcard {
  background: var(--paper);
  border-color: var(--line);
}

.ll-landing.dark .fc-clip {
  background: var(--cream-2);
  border-color: var(--line);
  color: var(--ink-2);
}

.ll-landing.dark .fc-play {
  background: var(--green);
  color: #0a100e;
}

.ll-landing.dark .fc-act {
  border-color: var(--line-2);
  color: var(--ink-2);
}

.ll-landing.dark .fc-act-good {
  background: var(--green);
  border-color: var(--green);
  color: #0a100e;
}

.ll-landing.dark .fc-ipa {
  color: var(--green);
}

.ll-landing.dark .features {
  background: var(--paper);
  border-color: var(--line);
}

.ll-landing.dark .feat-grid {
  background: var(--line);
  border-color: var(--line);
}

.ll-landing.dark .feat {
  background: var(--paper);
}

.ll-landing.dark .feat-title {
  color: var(--ink);
}

.ll-landing.dark .feat-body {
  color: var(--ink-2);
}

.ll-landing.dark .feat-accent {
  background: var(--cream-2);
}

.ll-landing.dark .stats {
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.ll-landing.dark .sb-num {
  color: var(--green);
}

.ll-landing.dark .sb-lbl {
  color: var(--ink-2);
}

.ll-landing.dark .meet-sec {
  background: var(--cream);
}

.ll-landing.dark .meet-card {
  background: var(--paper);
  border-color: var(--line);
}

.ll-landing.dark .meet-bubble {
  background: var(--paper);
  border-color: var(--ink);
  color: var(--green);
  box-shadow: 3px 3px #0009;
}

.ll-landing.dark .mb-tail {
  background: var(--paper);
  border-color: var(--ink);
}

.ll-landing.dark .meet-kicker {
  color: var(--green);
}

.ll-landing.dark .meet-title {
  color: var(--ink);
}

.ll-landing.dark .meet-title em {
  color: var(--green);
}

.ll-landing.dark .meet-sub {
  color: var(--ink-2);
}

.ll-landing.dark .meet-abilities {
  border-left-color: var(--line);
}

.ll-landing.dark .ability-text strong {
  color: var(--ink);
}

.ll-landing.dark .ability-text span {
  color: var(--ink-2);
}

.ll-landing.dark .ability-icon-a {
  color: var(--green);
  background: #7fd68f24;
}

.ll-landing.dark .ability-icon-b {
  color: var(--yellow);
  background: #e8bc5f24;
}

.ll-landing.dark .ability-icon-c {
  background: var(--cream-2);
  color: var(--ink);
}

.ll-landing.dark .pricing {
  background: var(--cream);
  border-color: var(--line);
}

.ll-landing.dark .ped-light {
  background: var(--paper);
  border-color: var(--line);
  color: var(--ink);
}

.ll-landing.dark .ped-light .ped-name, .ll-landing.dark .ped-light .ped-num, .ll-landing.dark .ped-light .ped-feats li, .ll-landing.dark .ped-light .btn-ghost {
  color: var(--ink);
}

.ll-landing.dark .faq {
  background: var(--cream);
}

.ll-landing.dark .faq-item {
  background: var(--paper);
  border-color: var(--line);
  color: var(--ink);
}

.ll-landing.dark .faq-item:hover {
  background: var(--cream-2);
}

.ll-landing.dark .faq-q {
  color: var(--ink);
}

.ll-landing.dark .faq-plus {
  color: var(--green);
}

.ll-landing.dark .faq-a {
  color: var(--ink-2);
}

.ll-landing.dark .cta-sec {
  background: var(--green);
}

.ll-landing.dark .cta-sec:before {
  background: radial-gradient(circle at 50% 0, #0a100e1f, #0000 50%);
}

.ll-landing.dark .cta-title, .ll-landing.dark .cta-sub {
  color: #0a100e;
}

.ll-landing.dark .cta-sec .btn-primary {
  color: var(--green);
  background: #0a100e;
  box-shadow: 0 2px #000, 0 6px 18px #0006;
}

.ll-landing.dark .footer {
  border-top: 1px solid var(--line);
  background: #050807;
}

.ll-landing.dark .foot-name {
  color: var(--ink);
}

.ll-landing.dark .fc-head {
  color: var(--green);
}

.ll-landing.dark .foot-col a {
  color: var(--ink-2);
}

.ll-landing.dark .foot-col a:hover {
  color: var(--ink);
}

.ll-landing.dark .video-thumb {
  background: #050807;
}

.ll-landing.dark .play-btn {
  --play-btn-bg: #151d19c7;
  --play-btn-fg: var(--ink);
  --play-btn-border: var(--line-2);
  box-shadow: 0 10px 30px #0000008c;
}

.ll-landing.dark .play-btn:hover {
  --play-btn-bg: #222e26d9;
}

.ll-landing.dark .section-kicker {
  color: var(--green);
}

.ll-landing.dark .section-title, .ll-landing.dark .step-title {
  color: var(--ink);
}

.ll-landing.dark .step-body, .ll-landing.dark .hero-sub {
  color: var(--ink-2);
}

.ll-landing.dark .hero-title, .ll-landing.dark .nav-brand {
  color: var(--ink);
}

.ll-landing.dark .nav-links a {
  color: var(--ink-2);
}

.ll-landing.dark .nav-links a:hover {
  color: var(--ink);
}

.ll-landing.dark .nav-signin {
  color: var(--ink-2);
}

.ll-landing.dark .mode-toggle {
  color: var(--ink);
  border-color: var(--line-2);
}

.ll-landing.dark .mode-toggle:hover {
  background: var(--paper);
}

.ll-landing.ll-landing-compact {
  flex-direction: column;
  min-height: 100%;
  display: flex;
}

.ll-landing.ll-landing-compact .pricing {
  flex-direction: column;
  flex: 1;
  display: flex;
  padding: 24px 0 !important;
}

.ll-landing.ll-landing-compact .pricing-inner {
  flex-direction: column;
  flex: 1;
  width: 100%;
  display: flex;
}

.ll-landing.ll-landing-compact .section-head {
  margin-bottom: 20px;
}

.ll-landing.ll-landing-compact .section-title {
  font-size: clamp(26px, 2.6vw, 36px);
}

.ll-landing.ll-landing-compact .section-kicker {
  margin-bottom: 10px;
}

.ll-landing.ll-landing-compact .ped-grid {
  flex: none;
  align-items: stretch;
  gap: 20px;
  min-height: 0;
  margin-top: 0;
}

.ll-landing.ll-landing-compact .ped-card {
  border-radius: 20px;
  align-self: stretch;
  gap: 18px;
  height: 100%;
  min-height: 0;
  padding: 32px 28px;
}

.ll-landing.ll-landing-compact .ped-featured {
  transform: translateY(-6px);
}

.ll-landing.ll-landing-compact .ped-name {
  font-size: 20px;
}

.ll-landing.ll-landing-compact .ped-pitch {
  font-size: 12px;
}

.ll-landing.ll-landing-compact .ped-price {
  padding: 6px 0;
}

.ll-landing.ll-landing-compact .ped-dollar {
  margin-top: 8px;
  font-size: 18px;
}

.ll-landing.ll-landing-compact .ped-num {
  font-size: 48px;
}

.ll-landing.ll-landing-compact .ped-unit {
  font-size: 12px;
}

.ll-landing.ll-landing-compact .ped-feats {
  gap: 6px;
}

.ll-landing.ll-landing-compact .ped-feats li {
  font-size: 13px;
  line-height: 1.35;
}

.ll-landing.ll-landing-compact .ped-bullet {
  margin-top: 6px;
}

.ll-landing.ll-landing-compact .btn {
  padding: 10px 16px;
  font-size: 14px;
}

.ll-landing.ll-landing-compact .ped-ribbon {
  padding: 5px 10px;
  font-size: 10px;
}

.ll-landing.ll-landing-compact .ped-footnote {
  font-size: 11px;
}

.ll-landing.ll-landing-compact .ped-foot {
  margin-top: 20px;
  font-size: 13px;
}

@media (max-width: 900px) {
  .ll-landing.ll-landing-compact .ped-featured {
    transform: none;
  }
}

.ll-landing.versions-page {
  background: radial-gradient(circle at top left, #5fa44a29, transparent 28%),
    radial-gradient(circle at top right, #f4c54229, transparent 24%),
    var(--cream);
  min-height: 100vh;
}

.ll-landing .versions-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}

.ll-landing .versions-hero {
  padding: 72px 0 48px;
}

.ll-landing .versions-hero-inner {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  align-items: center;
  gap: 48px;
  display: grid;
}

.ll-landing .versions-title {
  font-family: var(--f-display);
  letter-spacing: -.045em;
  max-width: 10ch;
  margin: 0 0 18px;
  font-size: clamp(40px, 5.6vw, 72px);
  line-height: .96;
}

.ll-landing .versions-sub {
  max-width: 58ch;
  color: var(--ink-2);
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}

.ll-landing .versions-pills {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  display: flex;
}

.ll-landing .versions-hero-notes {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
  margin-top: 24px;
  display: grid;
}

.ll-landing .versions-note {
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  background: #ffffffa3;
  border-radius: 18px;
  padding: 16px 18px;
}

.ll-landing .versions-note strong {
  letter-spacing: -.01em;
  margin-bottom: 6px;
  font-size: 13px;
  display: block;
}

.ll-landing .versions-note span {
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.5;
}

.ll-landing .versions-pill {
  background: var(--paper);
  border: 1px solid var(--line-2);
  box-shadow: var(--shadow-sm);
  letter-spacing: -.01em;
  border-radius: 999px;
  align-items: center;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
}

.ll-landing .versions-pill-muted {
  background: #5fa44a1f;
  border-color: #5fa44a42;
}

.ll-landing .versions-hero-card {
  border: 1px solid var(--line-2);
  min-height: 420px;
  box-shadow: var(--shadow-lg);
  background: linear-gradient(#ffffffbd, #f3eddef2);
  border-radius: 28px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.ll-landing .versions-hero-glow {
  background: radial-gradient(circle, #f4c54257, #0000 66%);
  border-radius: 50%;
  width: 260px;
  height: 260px;
  position: absolute;
  inset: auto -10% -12% auto;
}

.ll-landing .versions-mini-line {
  background: linear-gradient(180deg, var(--yellow), var(--green));
  border-radius: 999px;
  width: 3px;
  position: absolute;
  top: 44px;
  bottom: 44px;
  left: 40px;
}

.ll-landing .versions-mini-card {
  box-shadow: var(--shadow-md);
  background: #ffffffe0;
  border: 1px solid #0e3b2e24;
  border-radius: 20px;
  margin-left: 38px;
  padding: 22px 22px 22px 24px;
  position: relative;
}

.ll-landing .versions-mini-card + .versions-mini-card {
  margin-top: 124px;
}

.ll-landing .versions-mini-card:before {
  content: "";
  background: var(--paper);
  border: 4px solid var(--green);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 28px;
  left: -38px;
  box-shadow: 0 0 0 5px #5fa44a24;
}

.ll-landing .versions-mini-card-alt:before {
  border-color: var(--yellow-2);
  box-shadow: 0 0 0 5px #f4c54229;
}

.ll-landing .versions-mini-date {
  font-family: var(--f-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--green-2);
  font-size: 12px;
}

.ll-landing .versions-mini-title {
  font-family: var(--f-display);
  letter-spacing: -.03em;
  margin-top: 8px;
  font-size: 28px;
  line-height: 1.04;
}

.ll-landing .versions-mini-card p {
  color: var(--ink-2);
  margin: 10px 0 0;
}

.ll-landing .versions-snapshot {
  padding: 8px 0 18px;
}

.ll-landing .versions-snapshot-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  display: grid;
}

.ll-landing .versions-snapshot-card {
  border: 1px solid var(--line-2);
  box-shadow: var(--shadow-sm);
  background: #ffffffb8;
  border-radius: 22px;
  padding: 22px 22px 20px;
}

.ll-landing .versions-snapshot-card-accent {
  background: linear-gradient(#f4c5422e, #ffffffc7);
}

.ll-landing .versions-snapshot-label {
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--green-2);
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}

.ll-landing .versions-snapshot-card strong {
  font-family: var(--f-display);
  letter-spacing: -.03em;
  font-size: 28px;
  line-height: 1.04;
  display: block;
}

.ll-landing .versions-snapshot-card p {
  color: var(--ink-2);
  margin: 10px 0 0;
  line-height: 1.55;
}

.ll-landing .versions-timeline, .ll-landing .versions-breakdown {
  padding: 54px 0 84px;
}

.ll-landing .timeline-track {
  flex-direction: column;
  gap: 28px;
  display: flex;
  position: relative;
}

.ll-landing .timeline-track:before {
  content: "";
  background: linear-gradient(#5fa44a2e, #f4c54252, #5fa44a2e);
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.ll-landing .timeline-item {
  width: calc(50% - 28px);
  position: relative;
}

.ll-landing .timeline-item-right {
  margin-left: auto;
}

.ll-landing .timeline-dot {
  background: var(--paper);
  border: 4px solid var(--yellow-2);
  z-index: 1;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 34px;
  right: -37px;
  box-shadow: 0 0 0 6px #f4c5421f;
}

.ll-landing .timeline-item-right .timeline-dot {
  border-color: var(--green);
  left: -37px;
  right: auto;
  box-shadow: 0 0 0 6px #5fa44a1f;
}

.ll-landing .timeline-card {
  border: 1px solid var(--line-2);
  box-shadow: var(--shadow-md);
  background: #ffffffe0;
  border-radius: 24px;
  padding: 26px 28px 24px;
}

.ll-landing .timeline-meta {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  display: flex;
}

.ll-landing .timeline-meta-main {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  display: flex;
}

.ll-landing .timeline-badge {
  color: var(--green-2);
  text-transform: uppercase;
  letter-spacing: .08em;
  background: #5fa44a1f;
  border-radius: 999px;
  align-items: center;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.ll-landing .timeline-version {
  background: var(--paper);
  border: 1px solid var(--line);
  font-family: var(--f-mono);
  border-radius: 999px;
  align-items: center;
  padding: 6px 10px;
  font-size: 12px;
  display: inline-flex;
}

.ll-landing .timeline-date {
  font-family: var(--f-mono);
  color: var(--ink-2);
  font-size: 12px;
}

.ll-landing .timeline-title {
  font-family: var(--f-display);
  letter-spacing: -.03em;
  margin: 16px 0 10px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.05;
}

.ll-landing .timeline-body {
  color: var(--ink-2);
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.ll-landing .timeline-submeta {
  border-top: 1px solid var(--line);
  grid-template-columns: minmax(0, 180px) minmax(0, 1fr);
  gap: 16px;
  margin-top: 18px;
  padding-top: 18px;
  display: grid;
}

.ll-landing .timeline-focus {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.ll-landing .timeline-focus-label {
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--ink-2);
  font-size: 11px;
  font-weight: 700;
}

.ll-landing .timeline-focus strong {
  letter-spacing: -.01em;
  font-size: 15px;
}

.ll-landing .timeline-areas {
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 8px;
  display: flex;
}

.ll-landing .timeline-area-chip {
  border: 1px solid var(--line);
  letter-spacing: -.01em;
  background: #0e3b2e0d;
  border-radius: 999px;
  align-items: center;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.ll-landing .timeline-card-ship {
  background: linear-gradient(#ffffffeb, #ffffffd1), linear-gradient(90deg, #f4c5421a, #0000 36%);
}

.ll-landing .timeline-card-growth {
  background: linear-gradient(#ffffffeb, #ffffffd1), linear-gradient(90deg, #5fa44a1a, #0000 36%);
}

.ll-landing .timeline-card-polish {
  background: linear-gradient(#ffffffeb, #ffffffd1), linear-gradient(90deg, #0e3b2e14, #0000 36%);
}

.ll-landing .timeline-points {
  flex-direction: column;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.ll-landing .timeline-points li {
  color: var(--ink);
  padding-left: 18px;
  position: relative;
}

.ll-landing .timeline-points li:before {
  content: "";
  background: var(--yellow);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: .6em;
  left: 0;
}

.ll-landing .versions-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  display: grid;
}

.ll-landing .versions-panel {
  border: 1px solid var(--line-2);
  box-shadow: var(--shadow-md);
  background: #ffffffe0;
  border-radius: 24px;
  padding: 28px;
}

.ll-landing .versions-panel-soft {
  background: linear-gradient(#5fa44a14, #ffffffdb);
}

.ll-landing .versions-panel-kicker {
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--green-2);
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.ll-landing .versions-panel h3 {
  font-family: var(--f-display);
  letter-spacing: -.03em;
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.04;
}

.ll-landing .versions-panel p {
  color: var(--ink-2);
  margin: 0;
  line-height: 1.6;
}

.ll-landing .versions-panel ul {
  color: var(--ink);
  flex-direction: column;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 18px;
  display: flex;
}

.ll-landing .versions-footer {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .ll-landing .versions-hero-inner, .ll-landing .versions-grid, .ll-landing .versions-snapshot-grid, .ll-landing .versions-hero-notes {
    grid-template-columns: 1fr;
  }

  .ll-landing .timeline-track:before {
    left: 17px;
    transform: none;
  }

  .ll-landing .timeline-item, .ll-landing .timeline-item-right {
    width: 100%;
    margin-left: 0;
    padding-left: 42px;
  }

  .ll-landing .timeline-dot, .ll-landing .timeline-item-right .timeline-dot {
    left: 8px;
    right: auto;
  }

  .ll-landing .timeline-submeta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ll-landing .versions-shell {
    padding: 0 18px;
  }

  .ll-landing .versions-hero {
    padding: 44px 0 28px;
  }

  .ll-landing .versions-title {
    max-width: none;
    font-size: clamp(30px, 10vw, 46px);
  }

  .ll-landing .versions-sub {
    font-size: 16px;
  }

  .ll-landing .versions-hero-card, .ll-landing .timeline-card, .ll-landing .versions-panel, .ll-landing .versions-snapshot-card, .ll-landing .versions-note {
    border-radius: 20px;
    padding: 20px;
  }

  .ll-landing .versions-mini-card {
    margin-left: 28px;
    padding: 18px;
  }

  .ll-landing .versions-mini-card + .versions-mini-card {
    margin-top: 84px;
  }

  .ll-landing .versions-mini-card:before {
    left: -28px;
  }

  .ll-landing .versions-mini-line {
    left: 28px;
  }

  .ll-landing .timeline-item, .ll-landing .timeline-item-right {
    padding-left: 34px;
  }

  .ll-landing .timeline-dot, .ll-landing .timeline-item-right .timeline-dot {
    left: 4px;
  }

  .ll-landing .versions-timeline, .ll-landing .versions-breakdown {
    padding: 36px 0 56px;
  }

  .ll-landing .versions-snapshot {
    padding: 4px 0 10px;
  }
}

.ll-landing.dark.versions-page {
  background: radial-gradient(circle at top left, #7fd68f1a, transparent 28%),
    radial-gradient(circle at top right, #e8bc5f1a, transparent 24%),
    var(--cream);
}

.ll-landing.dark .versions-pill, .ll-landing.dark .timeline-card, .ll-landing.dark .versions-panel, .ll-landing.dark .versions-mini-card, .ll-landing.dark .versions-snapshot-card, .ll-landing.dark .versions-note, .ll-landing.dark .timeline-version, .ll-landing.dark .timeline-area-chip {
  border-color: var(--line-2);
  background: #151d19eb;
}

.ll-landing.dark .versions-pill-muted {
  background: #7fd68f1f;
}

.ll-landing.dark .versions-hero-card {
  border-color: var(--line-2);
  background: linear-gradient(#151d19eb, #0a100ef5);
}

.ll-landing.dark .versions-mini-line, .ll-landing.dark .timeline-track:before {
  opacity: .8;
}

.ll-landing.dark .timeline-badge, .ll-landing.dark .versions-panel-soft {
  background: #7fd68f1f;
}

.ll-landing.dark .versions-snapshot-card-accent {
  background: linear-gradient(#e8bc5f1f, #151d19eb);
}

/*# sourceMappingURL=src_app_landing_10ro7oc.css.map*/