/* MimWise cinematic landing — Django chapter styles */

:root {
  --lc-surface: #121e21;
  --lc-surface-dim: #0f1415;
  --lc-primary: #f4c45f;
  --lc-on-primary: #402d00;
  --lc-brand-teal: #25aba1;
  --lc-navy: var(--lc-surface);
  --lc-navy-bright: #1a2a2e;
  --lc-gold: var(--lc-primary);
  --lc-cyan: var(--lc-brand-teal);
  --lc-magenta: #d48ab8;
  --lc-on: #e3e3df;
  --lc-muted: rgba(207, 197, 180, 0.78);
  --lc-glass-bg: linear-gradient(180deg, rgba(30, 45, 50, 0.72) 0%, rgba(20, 30, 35, 0.82) 100%);
  --lc-glass-blur: 12px;
  --lc-glass-border: rgba(255, 255, 255, 0.1);
  --lc-glass-glow: rgba(37, 171, 161, 0.15);
  --lc-glow-gold: rgba(244, 196, 95, 0.2);
  --lc-glow-cyan: rgba(37, 171, 161, 0.2);
  --lc-glow-magenta: rgba(212, 138, 184, 0.18);
  --lc-shell: min(100%, 1200px);
  --lc-shell-max: 1200px;
  --lc-gutter: clamp(1.25rem, 4vw, 2rem);
  --lc-pad: clamp(3.5rem, 6vw, 5rem);
  --lc-section-pad: var(--lc-pad);
  --lc-header-max: 56rem;
  --lc-radius: 16px;
  --lc-btn-radius: 999px;
  --lc-font: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  --lc-display: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
}

.lc-glass--stitch,
.glass-card {
  background: linear-gradient(180deg, rgba(30, 45, 50, 0.72) 0%, rgba(20, 30, 35, 0.82) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: var(--lc-radius);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

body.landing-cinematic {
  background:
    radial-gradient(circle at 50% 0%, rgba(37, 171, 161, 0.14) 0%, transparent 50%),
    radial-gradient(circle at 50% 100%, rgba(244, 196, 95, 0.1) 0%, transparent 50%),
    var(--lc-surface);
  color: var(--lc-on);
  font-family: var(--lc-font);
  overflow-x: hidden;
}

body.landing-cinematic > header:not(.lc-nav) {
  display: none;
}

.lc-fx {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
}

.lc-fx--scanlines {
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(0, 0, 0, 0.12) 2px,
    rgba(0, 0, 0, 0.12) 4px
  );
  mix-blend-mode: overlay;
  opacity: 0.35;
}

.lc-fx--vignette {
  background: radial-gradient(ellipse at center, transparent 40%, rgba(0, 0, 0, 0.55) 100%);
}

.lc-fx--grain {
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.lc-shell {
  width: var(--lc-shell);
  margin-inline: auto;
  padding-inline: var(--lc-gutter);
}

.lc-chapter {
  position: relative;
  padding-block: var(--lc-pad);
  z-index: 1;
}

.lc-chapter__header {
  text-align: center;
  max-width: var(--lc-header-max);
  margin: 0 auto clamp(2rem, 4vw, 2.75rem);
  background: none;
  border: none;
  box-shadow: none;
}

.lc-eyebrow,
.lc-eyebrow-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lc-brand-teal);
  background: rgba(37, 171, 161, 0.1);
  border: 1px solid rgba(37, 171, 161, 0.22);
  box-shadow: 0 0 10px rgba(37, 171, 161, 0.15);
  margin-bottom: 1rem;
}

.lc-title {
  font-family: var(--lc-display);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin: 0 0 0.75rem;
  color: #fff;
}

.lc-subtitle {
  margin: 0;
  color: var(--lc-muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.lc-accent,
.lc-title em,
.lc-title__hi {
  color: var(--lc-primary);
  font-style: normal;
}

.lc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.5rem;
  border-radius: var(--lc-btn-radius);
  font-weight: 700;
  font-size: 0.95rem;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: filter 0.2s, transform 0.2s, box-shadow 0.2s;
}

.lc-btn--primary {
  background: var(--lc-gold);
  color: #3f2e00;
  box-shadow: 0 0 24px rgba(255, 212, 115, 0.25);
}

.lc-btn--primary:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  color: #3f2e00;
}

.lc-btn--outline {
  background: transparent;
  border-color: rgba(255, 212, 115, 0.5);
  color: var(--lc-gold);
}

.lc-btn--outline:hover {
  background: rgba(255, 212, 115, 0.08);
  color: var(--lc-gold);
}

.lc-btn--block { width: 100%; }
.lc-btn--sm { padding: 0.55rem 1rem; font-size: 0.82rem; }

.lc-pill {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  background: rgba(255, 212, 115, 0.15);
  color: var(--lc-gold);
  margin-bottom: 0.5rem;
}

/* Nav */
.lc-nav {
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  width: var(--lc-shell);
  max-width: calc(100% - 2 * var(--lc-gutter));
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem 1.25rem;
  border-radius: 999px;
  background: rgba(3, 20, 39, 0.72);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(0, 240, 255, 0.15);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.45);
}

.lc-nav__brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--lc-on);
  font-weight: 700;
  text-decoration: none;
  flex-shrink: 0;
}

.lc-nav__logo {
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 0.65rem;
  overflow: hidden;
  background: transparent;
  flex-shrink: 0;
}

.lc-nav__logo img { width: 100%; height: 100%; object-fit: contain; }

.lc-nav__brand span:not(.lc-nav__logo) {
  font-size: 1.05rem;
  letter-spacing: -0.01em;
}

.lc-nav__minimap {
  display: none;
  align-items: center;
  gap: 0.35rem;
  flex: 1;
  justify-content: center;
}

@media (min-width: 1024px) {
  .lc-nav__minimap { display: flex; }
}

.lc-nav__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(211, 228, 254, 0.25);
  border: 1px solid transparent;
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
}

.lc-nav__dot.is-active,
.lc-nav__dot:hover {
  background: var(--lc-gold);
  box-shadow: 0 0 12px rgba(255, 212, 115, 0.6);
  transform: scale(1.2);
}

.lc-nav__links {
  display: none;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.9rem;
}

.lc-nav__links a {
  color: var(--lc-muted);
  text-decoration: none;
}

.lc-nav__links a:hover { color: var(--lc-gold); }

@media (min-width: 768px) {
  .lc-nav__links { display: flex; }
}

.lc-nav__cta {
  border: none;
  border-radius: var(--lc-btn-radius);
  padding: 0.5rem 1.1rem;
  background: var(--lc-gold);
  color: #3f2e00;
  font-weight: 700;
  font-size: 0.82rem;
  cursor: pointer;
}

.lc-nav__menu-btn {
  display: flex;
  margin-left: auto;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
}

.lc-nav__menu-icon,
.lc-nav__menu-icon::before,
.lc-nav__menu-icon::after {
  display: block;
  width: 16px;
  height: 2px;
  background: var(--lc-on);
  position: relative;
}

.lc-nav__menu-icon::before,
.lc-nav__menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.lc-nav__menu-icon::before { top: -5px; }
.lc-nav__menu-icon::after { top: 5px; }

@media (min-width: 768px) {
  .lc-nav__menu-btn { display: none; }
}

.lc-nav__drawer {
  position: fixed;
  inset: 0;
  z-index: 199;
  padding: 5rem 1.25rem 2rem;
  background: rgba(3, 20, 39, 0.97);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.lc-nav__drawer[hidden] { display: none !important; }

.lc-nav__drawer-link,
.lc-nav__drawer-cta {
  padding: 0.85rem 1rem;
  border-radius: var(--lc-radius);
  color: var(--lc-on);
  text-decoration: none;
  border: none;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.lc-nav__drawer-cta {
  margin-top: 0.5rem;
  background: var(--lc-gold);
  color: #3f2e00;
  font-weight: 700;
  text-align: center;
}

/* UTM */
.lc-utm-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 1rem;
  background: linear-gradient(90deg, rgba(0, 240, 255, 0.12), rgba(255, 212, 115, 0.12));
  border-bottom: 1px solid rgba(0, 240, 255, 0.25);
  font-size: 0.9rem;
  position: relative;
  z-index: 201;
}

.lc-utm-banner__cta { color: var(--lc-gold); font-weight: 600; margin-left: 0.5rem; }
.lc-utm-banner__dismiss { background: none; border: none; color: var(--lc-on); font-size: 1.25rem; cursor: pointer; }

/* Testimonials */
.lc-testimonials {
  background: radial-gradient(circle at center, rgba(255, 212, 115, 0.06), transparent 65%);
}

.lc-testimonials__stage {
  position: relative;
  padding: 0;
  margin-bottom: 1.75rem;
  border-radius: calc(var(--lc-radius) + 4px);
  background: var(--lc-glass-bg);
  border: 1px solid var(--lc-glass-border);
  backdrop-filter: blur(var(--lc-glass-blur));
  -webkit-backdrop-filter: blur(var(--lc-glass-blur));
  box-shadow: 0 0 40px var(--lc-glass-glow);
}

.lc-testimonials__track {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

@media (min-width: 900px) {
  .lc-testimonials__stage .lc-testimonials__track {
    display: flex;
    grid-template-columns: unset;
    margin-bottom: 0;
  }
}

.lc-testimonial-card {
  padding: 1rem 1.15rem 1.15rem;
  transform-style: preserve-3d;
  transition: transform 0.3s, box-shadow 0.3s;
}

.lc-testimonial-card.lc-glass--stitch:hover {
  transform: translateY(-6px) rotateX(2deg);
  box-shadow:
    0 0 0 1px rgba(255, 212, 115, 0.12) inset,
    0 24px 48px rgba(0, 0, 0, 0.45),
    0 0 32px var(--lc-glow-cyan);
}

.lc-testimonial-card__frame {
  border-radius: calc(var(--lc-radius) - 2px);
  overflow: hidden;
  border: 1px solid rgba(255, 212, 115, 0.25);
  box-shadow: 0 0 20px var(--lc-glow-gold);
}

.lc-testimonial-card__shot { width: 100%; height: auto; display: block; }

.lc-testimonial-card__user {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1rem;
}

.lc-avatar {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 212, 115, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  color: var(--lc-gold);
}

.lc-testimonial-card__user > div span { display: block; font-size: 0.82rem; color: var(--lc-muted); }

.lc-constellation { text-align: center; position: relative; margin-top: 0.5rem; padding-bottom: 0.5rem; }
.lc-constellation__label { font-size: 0.85rem; color: var(--lc-muted); margin-bottom: 1rem; }

.lc-constellation__nodes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.25rem;
  align-items: stretch;
}

.lc-constellation__node {
  flex: 0 1 160px;
  min-height: 72px;
  display: grid;
  place-items: center;
  padding: 0.65rem 1rem;
  background: rgba(255, 255, 255, 0.92);
  transition: transform 0.25s, box-shadow 0.25s;
}

.lc-constellation__node.lc-glass--stitch {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.35);
}

.lc-constellation__node.lc-glass--stitch:hover {
  transform: translateY(-4px);
  box-shadow:
    0 0 0 1px rgba(255, 212, 115, 0.15) inset,
    0 16px 32px rgba(0, 0, 0, 0.35),
    0 0 28px var(--lc-glow-gold);
}

.lc-constellation__node img {
  max-height: 2rem;
  max-width: 130px;
  width: auto;
  object-fit: contain;
}

.lc-constellation__lines { display: none; }

/* Pricing */
.lc-pricing {
  background-image: radial-gradient(#ffd473 0.5px, transparent 0.5px);
  background-size: 28px 28px;
  background-color: #020c18;
}

.lc-pricing__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 900px) {
  .lc-pricing__grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
}

.lc-pricing-card {
  position: relative;
  padding: 2rem 1.75rem;
  text-align: center;
}

.lc-pricing-card.lc-glass--stitch {
  transition: box-shadow 0.3s, transform 0.3s;
}

.lc-pricing-card.lc-glass--stitch:hover {
  transform: translateY(-4px);
  box-shadow:
    0 0 0 1px rgba(0, 240, 255, 0.15) inset,
    0 20px 48px rgba(0, 0, 0, 0.4),
    0 0 36px var(--lc-glow-cyan);
}

.lc-pricing-card--legend {
  border-color: rgba(255, 212, 115, 0.45);
  box-shadow:
    0 0 0 1px rgba(255, 212, 115, 0.2) inset,
    0 16px 48px rgba(0, 0, 0, 0.35),
    0 0 48px var(--lc-glow-gold);
  animation: lc-rune-pulse 4s ease-in-out infinite;
}

@keyframes lc-rune-pulse {
  0%, 100% { box-shadow: 0 0 30px rgba(255, 212, 115, 0.12); }
  50% { box-shadow: 0 0 50px rgba(0, 240, 255, 0.15); }
}

.lc-pricing-card__badge {
  position: absolute;
  top: -0.65rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--lc-gold);
  color: #3f2e00;
}

.lc-pricing-card__title { font-size: 1.25rem; font-weight: 700; color: var(--lc-gold); margin-bottom: 0.35rem; }
.lc-pricing-card__desc { font-size: 0.9rem; color: var(--lc-muted); min-height: 2.5rem; margin-bottom: 0.75rem; }
.lc-pricing-card__price { font-size: 2.5rem; font-weight: 800; margin-bottom: 1rem; }
.lc-pricing-card__price span { font-size: 0.95rem; font-weight: 400; color: var(--lc-muted); }
.lc-pricing-card__features { list-style: none; padding: 0; margin: 1.25rem 0 0; text-align: left; }
.lc-pricing-card__features li { font-size: 0.88rem; color: var(--lc-muted); margin-bottom: 0.5rem; padding-left: 1.25rem; position: relative; }
.lc-pricing-card__features li::before { content: "✓"; position: absolute; left: 0; color: var(--lc-gold); }
.lc-pricing-card__note { font-size: 0.75rem; color: var(--lc-muted); margin-top: 0.75rem; font-style: italic; }
.lc-pricing-card__link { display: block; margin-top: 0.75rem; color: var(--lc-gold); font-size: 0.85rem; }
.lc-pricing__disclaimer { margin-top: 2rem; font-size: 0.8rem; color: var(--lc-muted); text-align: center; }

/* Access terminal */
.lc-access__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 900px) {
  .lc-access__grid { grid-template-columns: repeat(2, 1fr); align-items: stretch; }
}

.lc-access__grid > .lc-terminal {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.lc-access__grid .lc-terminal--contact {
  overflow: hidden;
}

.lc-terminal--contact .lc-terminal__body {
  padding-bottom: 1.5rem;
}

.lc-terminal__body--stretch {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.lc-terminal--contact .lc-terminal__body--stretch {
  justify-content: flex-start;
  gap: 1.25rem;
}

.lc-terminal__contact-top {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex-shrink: 0;
}

.lc-terminal__contact-fill {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 0;
  margin-top: 0.25rem;
  padding: 1.35rem 0 0.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lc-terminal--contact .lc-terminal__heading {
  font-size: 1.55rem;
}

.lc-terminal--contact .lc-terminal__text {
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: 0;
}

.lc-terminal--contact .lc-terminal__text--muted {
  font-size: 1rem;
}

.lc-terminal--contact .lc-terminal__actions {
  margin: 0.25rem 0 0;
}

.lc-terminal__fill {
  flex: 1;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.lc-terminal__quick-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lc-terminal__quick-links li {
  font-size: 1rem;
  color: var(--lc-on-surface, #e3e3df);
  padding-left: 1.35rem;
  position: relative;
  line-height: 1.6;
}

.lc-terminal__quick-links li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--lc-brand-teal);
}

.lc-terminal__email {
  margin: 0.5rem 0 0;
  padding-top: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.lc-terminal__email a {
  color: var(--lc-gold);
  text-decoration: none;
}

.lc-terminal__email a:hover {
  text-decoration: underline;
}

.lc-terminal {
  overflow: hidden;
  font-family: ui-monospace, 'Cascadia Code', monospace;
  position: relative;
}

.lc-terminal.lc-glass--stitch::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 240, 255, 0.06) 0%,
    transparent 12%,
    transparent 88%,
    rgba(0, 240, 255, 0.04) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.lc-terminal.lc-glass--stitch .lc-terminal__body {
  position: relative;
  z-index: 2;
}

.lc-terminal__bar {
  display: flex;
  gap: 0.35rem;
  padding: 0.65rem 0.85rem;
  background: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.lc-terminal__bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
}

.lc-terminal__bar span:first-child { background: #ff5f57; }
.lc-terminal__bar span:nth-child(2) { background: #febc2e; }
.lc-terminal__bar span:nth-child(3) { background: #28c840; }

.lc-terminal__body { padding: 1.5rem; font-family: var(--lc-font); }
.lc-terminal__prompt { color: var(--lc-cyan); font-size: 0.8rem; margin-bottom: 0.75rem; font-family: ui-monospace, monospace; }
.lc-terminal__heading { font-size: 1.35rem; font-weight: 700; margin-bottom: 0.5rem; }
.lc-terminal__text { color: var(--lc-muted); font-size: 0.95rem; line-height: 1.55; margin-bottom: 0.75rem; }
.lc-terminal__text--muted { font-size: 0.88rem; }
.lc-terminal__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin: 1rem 0; }
.lc-terminal__email a { color: var(--lc-gold); }
.lc-terminal__hint { font-size: 0.85rem; color: var(--lc-muted); margin-top: 0.75rem; }
.lc-terminal__hint a { color: var(--lc-gold); }

.lc-terminal--vault .lc-terminal__body {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 900px) {
  .lc-terminal--vault .lc-terminal__body {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
  }
}

.lc-terminal__vault-aside {
  display: none;
  border-radius: calc(var(--lc-radius) - 4px);
  border: 1px solid rgba(37, 171, 161, 0.22);
  background:
    radial-gradient(circle at 30% 20%, rgba(37, 171, 161, 0.12), transparent 55%),
    radial-gradient(circle at 80% 70%, rgba(244, 196, 95, 0.1), transparent 50%),
    rgba(15, 20, 21, 0.65);
  padding: 1.35rem 1.5rem;
}

@media (min-width: 900px) {
  .lc-terminal__vault-aside { display: block; }
}

.lc-terminal__vault-aside h4 {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lc-brand-teal);
}

.lc-terminal__vault-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.lc-terminal__vault-steps li {
  font-size: 0.9rem;
  color: var(--lc-muted);
  padding-left: 1.35rem;
  position: relative;
  line-height: 1.45;
}

.lc-terminal__vault-steps li::before {
  content: counter(vault-step);
  counter-increment: vault-step;
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: rgba(37, 171, 161, 0.2);
  color: var(--lc-brand-teal);
  font-size: 0.68rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}

.lc-terminal__vault-aside ol.lc-terminal__vault-steps {
  counter-reset: vault-step;
}

.lc-input,
.lc-form .input,
.lc-form select,
.lc-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 0.7rem 1rem;
  line-height: 1.35;
  border-radius: var(--lc-btn-radius);
  border: 1px solid rgba(37, 171, 161, 0.28);
  background: rgba(15, 20, 21, 0.85);
  color: var(--lc-on);
  font: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.lc-form select {
  appearance: none;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2325aba1' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px 8px;
}

.lc-form textarea {
  resize: none;
  min-height: 108px;
  border-radius: 12px;
}

.lc-input:focus,
.lc-form .input:focus,
.lc-form select:focus,
.lc-form textarea:focus {
  outline: none;
  border-color: var(--lc-brand-teal);
  box-shadow: 0 0 0 3px rgba(37, 171, 161, 0.15);
}

.lc-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lc-form .space-y-3 > * + * { margin-top: 0; }

.mw-phone-fields.interest-row-2 {
  display: grid;
  grid-template-columns: minmax(0, 0.35fr) minmax(0, 0.65fr);
  gap: 0.75rem;
  align-items: center;
}

@media (max-width: 520px) {
  .mw-phone-fields.interest-row-2 { grid-template-columns: 1fr; }
}

.mw-compliance-check {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.88rem;
  margin: 0;
}

.mw-compliance-check input[type="checkbox"] {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin: 0;
}

/* Origin */
.lc-origin__panel.lc-glass--stitch {
  padding: clamp(1.5rem, 3vw, 2rem);
}

.lc-origin__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 900px) {
  .lc-origin__grid { grid-template-columns: 1.2fr 1fr; align-items: start; }
}

.lc-origin__lead { color: var(--lc-muted); line-height: 1.65; margin-bottom: 1rem; }
.lc-origin__quote {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 700;
  color: var(--lc-gold);
  margin: 1.25rem 0;
  border-left: 3px solid var(--lc-cyan);
  padding-left: 1rem;
}

.lc-origin__footnote { font-size: 0.9rem; color: var(--lc-muted); }
.lc-origin__footnote a { color: var(--lc-gold); }
.lc-origin__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.5rem; }

.lc-origin__card.lc-glass--stitch {
  padding: 1.5rem;
  transform: perspective(800px) rotateY(-2deg);
  transition: transform 0.3s, box-shadow 0.3s;
}

.lc-origin__card.lc-glass--stitch:hover {
  transform: perspective(800px) rotateY(0deg);
  box-shadow:
    0 0 0 1px rgba(255, 212, 115, 0.15) inset,
    0 20px 48px rgba(0, 0, 0, 0.4),
    0 0 32px var(--lc-glow-gold);
}
.lc-origin__card-title { font-size: 1.1rem; margin-bottom: 0.35rem; }
.lc-origin__card-desc { font-size: 0.88rem; color: var(--lc-muted); margin-bottom: 0.75rem; }
.lc-origin__chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1rem; }
.lc-origin__chips span {
  font-size: 0.72rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: rgba(255, 212, 115, 0.12);
  color: var(--lc-gold);
}

.lc-origin__link { color: var(--lc-cyan); font-size: 0.9rem; }

/* Community: live orbital guild */
.lc-community {
  background:
    radial-gradient(circle at 50% 40%, rgba(0, 240, 255, 0.08), transparent 55%),
    radial-gradient(circle at 80% 80%, rgba(255, 212, 115, 0.05), transparent 50%);
}

.lc-community__inner {
  text-align: center;
}

.lc-community__head {
  max-width: 42rem;
  margin: 0 auto 1rem;
}

.lc-community__sub {
  margin-inline: auto;
}

.lc-community__orbit {
  position: relative;
  width: min(100%, 760px);
  height: clamp(360px, 46vw, 520px);
  margin: clamp(1rem, 3vw, 2rem) auto 1.5rem;
}

.lc-community__stars {
  position: absolute;
  inset: -10%;
  background-image: radial-gradient(rgba(0, 240, 255, 0.55) 1px, transparent 1px),
    radial-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px);
  background-size: 46px 46px, 73px 73px;
  background-position: 0 0, 20px 30px;
  mask-image: radial-gradient(circle at center, black 35%, transparent 78%);
  opacity: 0.5;
}

.lc-community__rings {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 1px;
  transform: translate(-50%, -50%) rotateX(68deg);
  transform-style: preserve-3d;
}

.lc-community__ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: lc-orbit-spin 18s linear infinite;
}

.lc-community__ring--1 {
  width: clamp(220px, 30vw, 320px);
  height: clamp(220px, 30vw, 320px);
  border: 1.5px solid rgba(0, 240, 255, 0.45);
  box-shadow: 0 0 22px rgba(0, 240, 255, 0.18);
}

.lc-community__ring--2 {
  width: clamp(330px, 44vw, 470px);
  height: clamp(330px, 44vw, 470px);
  border: 1.5px solid rgba(63, 224, 192, 0.35);
  animation-duration: 26s;
  animation-direction: reverse;
}

.lc-community__ring--3 {
  width: clamp(440px, 58vw, 620px);
  height: clamp(440px, 58vw, 620px);
  border: 1.5px solid rgba(255, 212, 115, 0.3);
  animation-duration: 34s;
}

.lc-community__core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(150px, 24vw, 210px);
  height: clamp(150px, 24vw, 210px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 38% 32%, rgba(180, 255, 245, 0.95), transparent 45%),
    radial-gradient(circle at 50% 50%, rgba(0, 240, 200, 0.55), rgba(0, 120, 130, 0.25) 70%);
  box-shadow: 0 0 60px rgba(0, 240, 200, 0.5), inset 0 0 40px rgba(0, 0, 0, 0.35);
  animation: lc-core-pulse 5s ease-in-out infinite;
}

.lc-community__core-label {
  font-family: var(--lc-font-display, "Inter", sans-serif);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(0.95rem, 2.4vw, 1.3rem);
  line-height: 1.05;
  color: #03201d;
  text-shadow: 0 1px 8px rgba(180, 255, 245, 0.6);
}

.lc-community__node {
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  width: clamp(56px, 9vw, 72px);
  text-decoration: none;
  color: var(--lc-on, #d3e4fe);
  animation: lc-node-float 6s ease-in-out infinite;
}

.lc-community__node svg {
  width: 58%;
  height: 58%;
}

.lc-community__node::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: clamp(56px, 9vw, 72px);
  height: clamp(56px, 9vw, 72px);
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(6, 24, 48, 0.72);
  border: 1px solid var(--lc-glass-border);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: -1;
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}

.lc-community__node > svg {
  margin-top: calc(clamp(56px, 9vw, 72px) * 0.21);
}

.lc-community__node-label {
  font-size: 0.74rem;
  color: var(--lc-muted);
}

.lc-community__node:hover::before,
.lc-community__node:focus-visible::before {
  box-shadow: 0 0 26px rgba(0, 240, 255, 0.5);
  border-color: var(--lc-cyan);
  transform: translateX(-50%) scale(1.08);
}

.lc-community__node--discord {
  top: 30%;
  left: 24%;
}
.lc-community__node--youtube {
  top: 34%;
  left: 78%;
  animation-delay: -1.5s;
}
.lc-community__node--instagram {
  top: 74%;
  left: 28%;
  animation-delay: -3s;
}
.lc-community__node--x {
  top: 70%;
  left: 76%;
  animation-delay: -4.5s;
}

.lc-community__stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2.5rem;
  color: var(--lc-muted);
  font-size: 0.92rem;
}
.lc-community__stat strong {
  color: var(--lc-gold);
}

@keyframes lc-orbit-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes lc-core-pulse {
  0%, 100% {
    box-shadow: 0 0 50px rgba(0, 240, 200, 0.4), inset 0 0 40px rgba(0, 0, 0, 0.35);
  }
  50% {
    box-shadow: 0 0 80px rgba(0, 240, 200, 0.65), inset 0 0 40px rgba(0, 0, 0, 0.35);
  }
}
@keyframes lc-node-float {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: -10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lc-community__ring,
  .lc-community__core,
  .lc-community__node {
    animation: none;
  }
}

/* Interest forms */
.lc-interest__tabs {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.lc-interest__tab {
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  border: 1px solid var(--lc-glass-border);
  background: var(--lc-glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--lc-muted);
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.lc-interest__tab--active,
.lc-interest__tab:hover {
  background: rgba(0, 240, 255, 0.12);
  border-color: rgba(0, 240, 255, 0.45);
  color: var(--lc-on);
  box-shadow: 0 0 20px var(--lc-glow-cyan);
}

.lc-interest__panels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  width: 100%;
}

.lc-interest-panel.lc-glass--stitch {
  padding: 1.5rem;
}

.lc-interest-panel[hidden] { display: none; }
.lc-interest-panel__title { font-size: 1.2rem; font-weight: 700; margin-bottom: 0.35rem; }
.lc-interest-panel__desc { color: var(--lc-muted); margin-bottom: 1rem; font-size: 0.95rem; }

/* Footer */
.lc-footer {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
}

.lc-footer__shell {
  background: var(--lc-glass-bg);
  border: 1px solid var(--lc-glass-border);
  backdrop-filter: blur(var(--lc-glass-blur));
  -webkit-backdrop-filter: blur(var(--lc-glass-blur));
  border-radius: var(--lc-radius);
  padding: 2rem var(--lc-gutter);
  box-shadow: 0 0 32px var(--lc-glass-glow);
}

.lc-footer__marquee {
  overflow: hidden;
  margin-bottom: 2rem;
  opacity: 0.35;
}

.lc-footer__marquee-track {
  display: flex;
  gap: 3rem;
  white-space: nowrap;
  animation: lc-marquee 28s linear infinite;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lc-cyan);
}

@keyframes lc-marquee {
  to { transform: translateX(-50%); }
}

.lc-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .lc-footer__grid { grid-template-columns: 1.2fr 1.7fr 1fr 1fr; }
}

.lc-footer__brand { display: flex; flex-direction: column; gap: 0.75rem; }
.lc-footer__logo { display: inline-flex; width: fit-content; border-radius: 0.6rem; transition: transform 0.2s ease, opacity 0.2s ease; }
.lc-footer__logo:hover { transform: translateY(-2px); opacity: 0.92; }
.lc-footer__logo:focus-visible { outline: 2px solid var(--lc-gold); outline-offset: 3px; }
.lc-footer__logo img { width: 92px; height: auto; border-radius: 0.6rem; display: block; }
.lc-footer__name { font-weight: 700; font-size: 1.1rem; }
.lc-footer__tagline { color: var(--lc-muted); font-size: 0.9rem; margin: 0; }
.lc-footer__social { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.lc-footer__social a {
  padding: 0.35rem 0.55rem;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.75rem;
  color: var(--lc-muted);
  text-decoration: none;
}

.lc-footer__social a:hover { color: var(--lc-gold); border-color: rgba(255, 212, 115, 0.35); }
.lc-footer__col h4 { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.75rem; color: var(--lc-gold); }
.lc-footer__col a, .lc-footer__col button { display: block; font-size: 0.88rem; color: var(--lc-muted); text-decoration: none; margin-bottom: 0.45rem; background: none; border: none; padding: 0; cursor: pointer; text-align: left; font: inherit; }
.lc-footer__col a:hover { color: var(--lc-on); }
.lc-footer__links2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1.25rem; }
.lc-footer__col--product .js-open-waitlist { margin-top: 0.75rem; }

.lc-footer__bottom {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.8rem;
  color: var(--lc-muted);
}

.lc-footer__links a { color: var(--lc-muted); text-decoration: none; }
.lc-footer__links a:hover { color: var(--lc-gold); }

/* Error overlay cinematic */
body.landing-cinematic .error-overlay-content {
  border: 1px solid rgba(255, 0, 85, 0.4);
  box-shadow: 0 0 40px rgba(255, 0, 85, 0.15);
  animation: lc-shake 0.4s ease;
}

@keyframes lc-shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-6px); }
  75% { transform: translateX(6px); }
}

body.landing-cinematic .modal-panel {
  border: 1px solid rgba(0, 240, 255, 0.25);
  background: rgba(3, 20, 39, 0.95);
  backdrop-filter: blur(16px);
}

.lc-reveal {
  opacity: 0;
}

.lc-reveal.is-visible {
  opacity: 1;
  transition: opacity 0.7s ease;
}

.lc-chapter__header.lc-reveal {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .lc-reveal { opacity: 1; }
  .lc-chapter__header.lc-reveal { opacity: 1; }
  .lc-footer__marquee-track { animation: none; }
  .lc-pricing-card--legend { animation: none; }
}

/* Testimonials: single centered card after Jason removal */
.lc-testimonials__track--single {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  padding: 1.15rem;
  margin-bottom: 0;
}
.lc-testimonials__track--single .lc-testimonial-card {
  width: min(100%, 26rem);
}
@media (min-width: 900px) {
  .lc-testimonials__stage .lc-testimonials__track--single {
    display: flex;
    justify-content: center;
  }
}

/* Origin: timeline rail */
.lc-origin__panel {
  position: relative;
}
.lc-origin__rail {
  display: none;
}
@media (min-width: 992px) {
  .lc-origin__rail {
    display: block;
    position: absolute;
    left: 0.65rem;
    top: 2.5rem;
    bottom: 2.5rem;
    width: 1.5rem;
  }
}
.lc-origin__rail-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, transparent, rgba(63, 224, 192, 0.6), transparent);
}
.lc-origin__rail-dot {
  position: absolute;
  left: 50%;
  top: 44%;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #3fe0c0;
  box-shadow: 0 0 16px rgba(63, 224, 192, 0.85);
}
.lc-origin__rail-year {
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -210%);
  font-family: var(--lc-font-mono, ui-monospace, monospace);
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  color: #3fe0c0;
}

/* Interest: glow the active panel a touch more */
.lc-interest-panel.lc-glass--stitch {
  box-shadow:
    0 0 0 1px rgba(255, 212, 115, 0.08) inset,
    0 18px 48px rgba(0, 0, 0, 0.35),
    0 0 44px var(--lc-glow-cyan);
}

/* --- Ambient section backdrops (decorative blurred washes) --- */
.lc-testimonials,
.lc-origin,
.lc-community,
.lc-interest {
  overflow: hidden;
}
.lc-testimonials::before,
.lc-origin::before,
.lc-community::before,
.lc-interest::before {
  content: "";
  position: absolute;
  inset: -12% -6%;
  z-index: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.2);
  pointer-events: none;
  opacity: 0.05;
  filter: blur(90px) saturate(1.05);
  mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 20%, transparent 75%);
}
.lc-testimonials::before {
  background-image: url("/static/landing/stitch/testimonials_ref.a2d2685dd9f9.png");
}
.lc-origin::before {
  background-image: url("/static/landing/stitch/origin_ref.cf23eab41671.png");
}
.lc-community::before {
  background-image: url("/static/landing/stitch/community_ref.cd1dc289ee37.png");
}
.lc-interest::before {
  background-image: url("/static/landing/stitch/interest_ref.2ead7d82ec71.png");
}
.lc-chapter > .lc-shell {
  position: relative;
  z-index: 1;
}
body.lc-tier-low .lc-testimonials::before,
body.lc-tier-low .lc-origin::before,
body.lc-tier-low .lc-community::before,
body.lc-tier-low .lc-interest::before,
body.lc-fx-reduced .lc-testimonials::before,
body.lc-fx-reduced .lc-origin::before,
body.lc-fx-reduced .lc-community::before,
body.lc-fx-reduced .lc-interest::before {
  filter: blur(45px);
  opacity: 0.07;
}

/* --- Tom testimonial: phone-frame treatment --- */
.lc-testimonial-card__frame {
  position: relative;
  border-radius: 34px;
  border: 8px solid rgba(18, 28, 48, 0.95);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.5),
    0 0 40px var(--lc-glow-gold);
  padding: 0;
}
.lc-testimonial-card__frame::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 108px;
  height: 20px;
  border-radius: 0 0 12px 12px;
  background: rgba(18, 28, 48, 0.95);
}
.lc-testimonial-card__shot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 26px;
}

/* --- Origin chat excerpt: device-framed panel --- */
.lc-origin__excerpt {
  position: relative;
  border-radius: 14px;
  border: 1px solid rgba(120, 200, 255, 0.22);
  background: rgba(6, 14, 28, 0.7);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 18px 40px rgba(0, 0, 0, 0.4);
  padding: 0.85rem 0.95rem;
  overflow: hidden;
}
