/* ============================================================
   LEVYN COMMERCE — STYLE
   Unit 06 · Checkpoint 7.3A
   Premium dark luxury · glassmorphism · commerce command grid
   ============================================================ */

:root {
  --lc-black:     #04060A;
  --lc-graphite:  #0B1018;
  --lc-navy:      #0E1A2B;
  --lc-card:      rgba(15, 22, 36, 0.72);
  --lc-card-2:    rgba(22, 30, 48, 0.55);
  --lc-border:    rgba(255, 255, 255, 0.08);
  --lc-border-2:  rgba(255, 255, 255, 0.14);
  --lc-cyan:      #22D3EE;
  --lc-emerald:   #34D399;
  --lc-gold:      #E6C879;
  --lc-text:      rgba(245, 247, 250, 0.92);
  --lc-text-soft: rgba(245, 247, 250, 0.62);
  --lc-text-mute: rgba(245, 247, 250, 0.38);
  --lc-danger:    #F87171;

  --lc-font-display: "SF Pro Display", "Helvetica Neue", "Segoe UI", system-ui, sans-serif;
  --lc-font-body:    "SF Pro Text", "Helvetica Neue", system-ui, sans-serif;
  --lc-font-mono:    "SF Mono", "JetBrains Mono", ui-monospace, "Cascadia Code", monospace;

  --lc-radius:    14px;
  --lc-radius-sm: 8px;
  --lc-radius-lg: 22px;
  --lc-max:       1200px;
}

/* ============== RESET / BASE ============== */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }

body {
  font-family: var(--lc-font-body);
  color: var(--lc-text);
  background: var(--lc-black);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }
ul { margin: 0; padding: 0; list-style: none; }

.lc-container {
  width: 100%;
  max-width: var(--lc-max);
  margin: 0 auto;
  padding: 0 28px;
}

.lc-mono { font-family: var(--lc-font-mono); font-feature-settings: "tnum" 1; letter-spacing: 0.01em; }
.lc-grad {
  background: linear-gradient(120deg, var(--lc-cyan) 0%, var(--lc-emerald) 60%, var(--lc-gold) 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}

/* ============== ATMOSPHERE ============== */
.lc-bg-grid {
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    linear-gradient(rgba(34,211,238,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34,211,238,0.06) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at 50% 30%, rgba(0,0,0,0.9), transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 30%, rgba(0,0,0,0.9), transparent 75%);
  opacity: 0.55;
}
.lc-bg-glow {
  position: fixed; pointer-events: none; z-index: 0;
  width: 720px; height: 720px; border-radius: 50%;
  filter: blur(120px); opacity: 0.55;
}
.lc-bg-glow--a {
  top: -180px; left: -120px;
  background: radial-gradient(circle, rgba(34,211,238,0.35) 0%, transparent 60%);
}
.lc-bg-glow--b {
  top: 35%; right: -240px;
  background: radial-gradient(circle, rgba(52,211,153,0.30) 0%, transparent 60%);
}
.lc-bg-noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.08 0'/></filter><rect width='160' height='160' filter='url(%23n)'/></svg>");
  mix-blend-mode: overlay;
  opacity: 0.6;
}

main, header, footer { position: relative; z-index: 1; }

/* ============== HEADER ============== */
.lc-header {
  position: sticky; top: 0; z-index: 100;
  background: linear-gradient(180deg, rgba(4,6,10,0.85), rgba(4,6,10,0.55));
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-bottom: 1px solid var(--lc-border);
}
.lc-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.lc-wordmark {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--lc-font-display);
  letter-spacing: 0.16em;
  font-size: 13px;
  font-weight: 700;
}
.lc-wordmark__text { display: flex; flex-direction: column; line-height: 1; }
.lc-wordmark__levyn { color: var(--lc-text); }
.lc-wordmark__commerce {
  color: transparent;
  background: linear-gradient(120deg, var(--lc-cyan), var(--lc-emerald));
  -webkit-background-clip: text; background-clip: text;
  margin-top: 4px;
  font-size: 11px;
  letter-spacing: 0.32em;
}
.lc-wordmark__mark {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(34,211,238,0.12), rgba(52,211,153,0.06));
  border: 1px solid var(--lc-border);
}

.lc-nav { display: flex; gap: 28px; }
.lc-nav a {
  font-size: 13px;
  color: var(--lc-text-soft);
  letter-spacing: 0.02em;
  position: relative;
  padding: 6px 0;
  transition: color .25s ease;
}
.lc-nav a:hover { color: var(--lc-text); }
.lc-nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--lc-cyan), var(--lc-emerald));
  transform: scaleX(0); transform-origin: left;
  transition: transform .35s ease;
}
.lc-nav a:hover::after { transform: scaleX(1); }

.lc-header__actions { display: flex; align-items: center; gap: 14px; }
.lc-back {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--lc-text-soft);
  padding: 8px 14px;
  border: 1px solid var(--lc-border);
  border-radius: 999px;
  transition: all .25s ease;
}
.lc-back:hover { color: var(--lc-text); border-color: var(--lc-border-2); }

.lc-menu-toggle {
  display: none;
  width: 38px; height: 38px;
  border: 1px solid var(--lc-border);
  border-radius: 8px;
  padding: 0;
  align-items: center; justify-content: center;
  flex-direction: column; gap: 4px;
}
.lc-menu-toggle span {
  display: block;
  width: 16px; height: 1.5px;
  background: var(--lc-text);
  transition: transform .25s ease, opacity .25s ease;
}

/* ============== HERO ============== */
.lc-hero {
  position: relative;
  padding: 100px 0 80px;
  overflow: hidden;
}
.lc-hero__inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
}
.lc-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px;
  background: var(--lc-card);
  border: 1px solid var(--lc-border-2);
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lc-text-soft);
  margin-bottom: 24px;
}
.lc-badge__dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--lc-emerald);
  box-shadow: 0 0 0 4px rgba(52,211,153,0.18), 0 0 14px rgba(52,211,153,0.55);
  animation: lcPulse 2.4s ease-in-out infinite;
}
@keyframes lcPulse {
  0%,100% { box-shadow: 0 0 0 4px rgba(52,211,153,0.18), 0 0 14px rgba(52,211,153,0.55); }
  50% { box-shadow: 0 0 0 8px rgba(52,211,153,0.05), 0 0 22px rgba(52,211,153,0.7); }
}
.lc-hero__title {
  font-family: var(--lc-font-display);
  font-size: clamp(44px, 6.4vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  font-weight: 700;
  margin: 0 0 22px;
}
.lc-hero__sub {
  font-size: 17px;
  color: var(--lc-text-soft);
  max-width: 520px;
  margin: 0 0 32px;
  line-height: 1.65;
}
.lc-hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }

.lc-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 500;
  border-radius: 10px;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
  border: 1px solid transparent;
  position: relative;
}
.lc-btn--primary {
  background: linear-gradient(120deg, var(--lc-cyan), var(--lc-emerald));
  color: #04060A;
  box-shadow: 0 10px 30px -10px rgba(34,211,238,0.55), 0 0 0 1px rgba(255,255,255,0.08) inset;
}
.lc-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -12px rgba(34,211,238,0.7), 0 0 0 1px rgba(255,255,255,0.18) inset;
}
.lc-btn--ghost {
  background: var(--lc-card);
  border-color: var(--lc-border-2);
  color: var(--lc-text);
}
.lc-btn--ghost:hover { border-color: var(--lc-cyan); color: var(--lc-cyan); }

.lc-hero__safety {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 14px;
  background: rgba(230,200,121,0.06);
  border: 1px solid rgba(230,200,121,0.22);
  border-radius: 10px;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--lc-gold);
  margin: 0;
  max-width: 540px;
}

/* === Commerce Core Visual === */
.lc-core {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}
.lc-core__svg {
  width: 100%; height: 100%;
  display: block;
  animation: lcFloat 9s ease-in-out infinite;
}
@keyframes lcFloat {
  0%,100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-12px) rotate(0.4deg); }
}
.lc-core__ring {
  position: absolute; left: 50%; top: 50%;
  border: 1px solid rgba(34,211,238,0.2);
  border-radius: 50%;
  transform: translate(-50%,-50%);
}
.lc-core__ring--1 { width: 80%; height: 80%; animation: lcSpin 30s linear infinite; }
.lc-core__ring--2 { width: 65%; height: 65%; border-color: rgba(52,211,153,0.16); border-style: dashed; animation: lcSpin 45s linear infinite reverse; }
.lc-core__ring--3 { width: 50%; height: 50%; border-color: rgba(230,200,121,0.18); animation: lcSpin 60s linear infinite; }
@keyframes lcSpin { to { transform: translate(-50%,-50%) rotate(360deg); } }

.lc-core__tile { transform-origin: center; animation: lcTileFloat 7s ease-in-out infinite; }
.lc-core__tile:nth-of-type(2) { animation-delay: -1.2s; }
.lc-core__tile:nth-of-type(3) { animation-delay: -2.4s; }
.lc-core__tile:nth-of-type(4) { animation-delay: -3.6s; }
.lc-core__tile:nth-of-type(5) { animation-delay: -4.8s; }
.lc-core__tile:nth-of-type(6) { animation-delay: -6s; }
@keyframes lcTileFloat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.lc-core__dot {
  animation: lcDotPulse 2.4s ease-in-out infinite;
  transform-box: fill-box; transform-origin: center;
}
.lc-core__dot:nth-of-type(odd) { animation-delay: -1.2s; }
@keyframes lcDotPulse {
  0%,100% { opacity: 0.9; r: 2; }
  50% { opacity: 0.35; r: 3; }
}
.lc-core__caption {
  position: absolute; left: 50%; bottom: -8px;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  padding: 10px 16px;
  background: var(--lc-card);
  border: 1px solid var(--lc-border-2);
  border-radius: 10px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.lc-core__caption-label {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--lc-text-soft);
}
.lc-core__caption-status {
  font-family: var(--lc-font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--lc-emerald);
}

/* ============== SECTIONS ============== */
.lc-section {
  padding: 100px 0;
  position: relative;
}
.lc-section--alt {
  background: linear-gradient(180deg, rgba(11,16,24,0.6), rgba(4,6,10,0));
}
.lc-section__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 64px;
}
.lc-eyebrow {
  display: inline-block;
  font-family: var(--lc-font-mono);
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--lc-cyan);
  margin-bottom: 16px;
}
.lc-section__title {
  font-family: var(--lc-font-display);
  font-size: clamp(30px, 3.6vw, 44px);
  letter-spacing: -0.02em;
  font-weight: 600;
  margin: 0 0 18px;
  line-height: 1.1;
}
.lc-section__lead {
  font-size: 16px;
  color: var(--lc-text-soft);
  margin: 0;
  line-height: 1.7;
}

/* ============== CATEGORY GRID ============== */
.lc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.lc-card {
  position: relative;
  padding: 28px 24px 24px;
  background: var(--lc-card);
  border: 1px solid var(--lc-border);
  border-radius: var(--lc-radius);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
  transition: transform .35s ease, border-color .35s ease, background .35s ease;
}
.lc-card::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 20% 0%, rgba(34,211,238,0.12), transparent 50%);
  opacity: 0; transition: opacity .35s ease;
  pointer-events: none;
}
.lc-card:hover {
  transform: translateY(-4px);
  border-color: var(--lc-border-2);
  background: var(--lc-card-2);
}
.lc-card:hover::before { opacity: 1; }
.lc-card__icon {
  width: 56px; height: 56px;
  margin-bottom: 18px;
  filter: drop-shadow(0 4px 12px rgba(34,211,238,0.25));
}
.lc-card__title {
  font-family: var(--lc-font-display);
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}
.lc-card__desc {
  font-size: 14px;
  color: var(--lc-text-soft);
  margin: 0 0 20px;
  line-height: 1.6;
}
.lc-card__meta {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--lc-border);
  font-size: 12px;
}
.lc-price { color: var(--lc-text-soft); }
.lc-price strong {
  font-family: var(--lc-font-mono);
  font-weight: 500;
  color: var(--lc-text);
  margin-left: 4px;
}
.lc-upsell {
  font-family: var(--lc-font-mono);
  font-size: 11px;
  color: var(--lc-emerald);
  letter-spacing: 0.04em;
}

/* ============== TIERS ============== */
.lc-tiers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}
.lc-tier {
  position: relative;
  padding: 28px 24px;
  background: var(--lc-card);
  border: 1px solid var(--lc-border);
  border-radius: var(--lc-radius);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform .3s ease, border-color .3s ease;
}
.lc-tier::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--lc-cyan), var(--lc-emerald));
  border-radius: var(--lc-radius) 0 0 var(--lc-radius);
  opacity: 0.5;
}
.lc-tier:hover { transform: translateY(-3px); border-color: var(--lc-border-2); }
.lc-tier--accent-cyan::before    { background: linear-gradient(180deg, var(--lc-cyan), var(--lc-cyan)); opacity: 0.8; }
.lc-tier--accent-emerald::before { background: linear-gradient(180deg, var(--lc-emerald), var(--lc-emerald)); opacity: 0.8; }
.lc-tier--accent-gold::before    { background: linear-gradient(180deg, var(--lc-gold), var(--lc-gold)); opacity: 0.85; }
.lc-tier__head { margin-bottom: 16px; }
.lc-tier__index {
  display: block;
  font-family: var(--lc-font-mono);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--lc-text-mute);
  margin-bottom: 6px;
}
.lc-tier__name {
  font-family: var(--lc-font-display);
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.01em;
}
.lc-tier__price {
  font-size: 14px;
  color: var(--lc-cyan);
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--lc-border);
}
.lc-tier__points { display: flex; flex-direction: column; gap: 10px; margin: 0 0 18px; }
.lc-tier__points li {
  font-size: 13px;
  color: var(--lc-text-soft);
  padding-left: 18px;
  position: relative;
  line-height: 1.55;
}
.lc-tier__points li::before {
  content: ""; position: absolute; left: 0; top: 7px;
  width: 6px; height: 6px;
  border-radius: 1px;
  background: linear-gradient(135deg, var(--lc-cyan), var(--lc-emerald));
  transform: rotate(45deg);
}
.lc-tier__upsell {
  font-family: var(--lc-font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--lc-emerald);
  margin: 0;
  padding: 8px 0 0;
  border-top: 1px dashed var(--lc-border);
}

.lc-pricing-note {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px;
  color: var(--lc-gold);
  padding: 10px 14px;
  background: rgba(230,200,121,0.06);
  border: 1px solid rgba(230,200,121,0.22);
  border-radius: 10px;
}

/* ============== FLOW (FUTURE STORE) ============== */
.lc-flow {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}
.lc-flow__step {
  padding: 24px;
  background: var(--lc-card);
  border: 1px solid var(--lc-border);
  border-radius: var(--lc-radius);
  position: relative;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: border-color .25s ease, transform .25s ease;
}
.lc-flow__step:hover { border-color: var(--lc-border-2); transform: translateY(-2px); }
.lc-flow__num {
  font-family: var(--lc-font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--lc-cyan);
  margin-bottom: 12px;
}
.lc-flow__step h4 {
  font-family: var(--lc-font-display);
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.lc-flow__step p {
  font-size: 13.5px;
  color: var(--lc-text-soft);
  line-height: 1.6;
  margin: 0 0 14px;
}
.lc-flow__state {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--lc-font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 4px;
}
.lc-flow__state--ready   { color: var(--lc-emerald); background: rgba(52,211,153,0.10); border: 1px solid rgba(52,211,153,0.3); }
.lc-flow__state--blocked { color: var(--lc-danger);  background: rgba(248,113,113,0.08); border: 1px solid rgba(248,113,113,0.28); }
.lc-flow__state--future  { color: var(--lc-gold);    background: rgba(230,200,121,0.08); border: 1px solid rgba(230,200,121,0.3); }

/* ============== ROLES (REVENUE ENGINE) ============== */
.lc-roles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.lc-role {
  padding: 28px 22px;
  background: var(--lc-card);
  border: 1px solid var(--lc-border);
  border-radius: var(--lc-radius);
  text-align: left;
  position: relative;
  overflow: hidden;
  transition: transform .3s ease, border-color .3s ease;
}
.lc-role::after {
  content: ""; position: absolute; bottom: -40px; right: -40px;
  width: 160px; height: 160px; border-radius: 50%;
  background: radial-gradient(circle, rgba(34,211,238,0.16), transparent 60%);
  pointer-events: none;
}
.lc-role:hover { transform: translateY(-3px); border-color: var(--lc-border-2); }
.lc-role__num {
  display: block;
  font-size: 22px;
  color: transparent;
  background: linear-gradient(120deg, var(--lc-cyan), var(--lc-emerald));
  -webkit-background-clip: text; background-clip: text;
  margin-bottom: 14px;
  font-weight: 500;
}
.lc-role h4 {
  font-family: var(--lc-font-display);
  font-size: 17px;
  margin: 0 0 8px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.lc-role p {
  font-size: 13.5px;
  color: var(--lc-text-soft);
  margin: 0;
  line-height: 1.6;
}

/* ============== LADDER (ECOSYSTEM) ============== */
.lc-ladder {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 14px;
  justify-content: center;
}
.lc-ladder__rung {
  flex: 1 1 240px;
  max-width: 280px;
  padding: 22px 20px;
  background: var(--lc-card);
  border: 1px solid var(--lc-border);
  border-radius: var(--lc-radius);
  display: flex; flex-direction: column;
  transition: transform .3s ease, border-color .3s ease;
}
.lc-ladder__rung:hover { transform: translateY(-3px); }
.lc-ladder__rung--commerce   { border-color: rgba(34,211,238,0.45); box-shadow: 0 0 0 1px rgba(34,211,238,0.2) inset, 0 18px 38px -20px rgba(34,211,238,0.4); }
.lc-ladder__rung--automation { border-color: rgba(52,211,153,0.35); }
.lc-ladder__rung--business   { border-color: rgba(230,200,121,0.35); }
.lc-ladder__rung--ai         { border-color: rgba(245,247,250,0.18); background: linear-gradient(160deg, rgba(15,22,36,0.85), rgba(14,26,43,0.85)); }
.lc-ladder__tag {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--lc-text-mute);
  margin-bottom: 12px;
}
.lc-ladder__rung--commerce .lc-ladder__tag { color: var(--lc-cyan); }
.lc-ladder__rung--automation .lc-ladder__tag { color: var(--lc-emerald); }
.lc-ladder__rung--business .lc-ladder__tag { color: var(--lc-gold); }
.lc-ladder__rung--ai .lc-ladder__tag { color: var(--lc-text-soft); }
.lc-ladder__rung h4 {
  font-family: var(--lc-font-display);
  font-size: 17px;
  margin: 0 0 8px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.lc-ladder__rung p {
  font-size: 13px;
  color: var(--lc-text-soft);
  margin: 0 0 14px;
  flex: 1;
  line-height: 1.55;
}
.lc-ladder__price {
  font-size: 12px;
  color: var(--lc-text);
  padding-top: 12px;
  border-top: 1px solid var(--lc-border);
}
.lc-ladder__arrow {
  display: flex; align-items: center;
  color: var(--lc-text-mute);
}

/* ============== SAFETY GRID ============== */
.lc-safety {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.lc-safety__item {
  padding: 28px 24px;
  background: var(--lc-card);
  border: 1px solid var(--lc-border);
  border-radius: var(--lc-radius);
  text-align: left;
}
.lc-safety__icon {
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 12px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(34,211,238,0.10), rgba(52,211,153,0.06));
  border: 1px solid var(--lc-border-2);
  color: var(--lc-cyan);
}
.lc-safety__item h4 {
  font-family: var(--lc-font-display);
  font-size: 17px;
  margin: 0 0 8px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.lc-safety__item p {
  font-size: 13.5px;
  color: var(--lc-text-soft);
  margin: 0;
  line-height: 1.65;
}

/* ============== FOOTER ============== */
.lc-footer {
  padding: 80px 0 24px;
  border-top: 1px solid var(--lc-border);
  background: linear-gradient(180deg, rgba(4,6,10,0), rgba(11,16,24,0.7));
}
.lc-footer__inner {
  display: grid;
  grid-template-columns: 1fr 1.6fr 1fr;
  gap: 48px;
  align-items: start;
}
.lc-footer__brand { display: flex; flex-direction: column; gap: 8px; }
.lc-footer__wordmark {
  font-family: var(--lc-font-display);
  font-size: 14px;
  letter-spacing: 0.3em;
  font-weight: 700;
  background: linear-gradient(120deg, var(--lc-cyan), var(--lc-emerald));
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.lc-footer__tag {
  font-size: 12px;
  color: var(--lc-text-soft);
}
.lc-footer__meta { display: flex; flex-direction: column; gap: 12px; }
.lc-footer__row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  align-items: center;
  font-size: 12px;
}
.lc-footer__label {
  color: var(--lc-text-mute);
  font-family: var(--lc-font-mono);
  letter-spacing: 0.18em;
}
.lc-status { color: var(--lc-emerald); }
.lc-status--blocked { color: var(--lc-danger); }
.lc-footer__back {
  display: flex; flex-direction: column; gap: 8px;
  align-items: flex-end;
  font-size: 12px;
}
.lc-footer__back a {
  color: var(--lc-text-soft);
  transition: color .25s ease;
}
.lc-footer__back a:hover { color: var(--lc-cyan); }
.lc-footer__base {
  display: flex; justify-content: space-between;
  margin-top: 48px; padding-top: 20px;
  border-top: 1px solid var(--lc-border);
  font-size: 11px;
  color: var(--lc-text-mute);
}

/* ============== REVEAL ============== */
[data-reveal] {
  opacity: 0; transform: translateY(20px);
  transition: opacity .9s ease, transform .9s ease;
}
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

/* ============== RESPONSIVE ============== */
@media (max-width: 980px) {
  .lc-hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .lc-core { max-width: 420px; }
  .lc-footer__inner { grid-template-columns: 1fr; gap: 28px; }
  .lc-footer__back { align-items: flex-start; }
}
@media (max-width: 760px) {
  .lc-nav { display: none; }
  .lc-menu-toggle { display: inline-flex; }
  .lc-nav.is-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 72px; left: 0; right: 0;
    background: var(--lc-graphite);
    border-bottom: 1px solid var(--lc-border);
    padding: 18px 28px;
    gap: 18px;
  }
  .lc-section { padding: 72px 0; }
  .lc-hero { padding: 64px 0; }
  .lc-section__head { margin-bottom: 40px; }
  .lc-ladder { flex-direction: column; align-items: stretch; }
  .lc-ladder__rung { max-width: none; }
  .lc-ladder__arrow { transform: rotate(90deg); justify-content: center; }
  .lc-footer__row { grid-template-columns: 1fr; gap: 4px; }
  .lc-footer__base { flex-direction: column; gap: 8px; }
}

/* ============== ACCESSIBILITY ============== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
}
:focus-visible {
  outline: 2px solid var(--lc-cyan);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ==========================================================================
   CHECKPOINT 7.3A-1 ADDITIONS
   Logo asset · language labels · market badges · text helpers
   Appended to preserve the approved 7.3A visual style.
   ========================================================================== */

/* --- LEVYN X1 LOGO ASSET --- */
.lc-logo-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 10px;
  background:
    radial-gradient(120% 120% at 50% 30%, rgba(34,211,238,0.18), rgba(4,6,10,0.0) 60%),
    linear-gradient(160deg, rgba(15,22,36,0.95), rgba(4,6,10,0.95));
  border: 1px solid rgba(34,211,238,0.35);
  box-shadow:
    0 0 0 1px rgba(34,211,238,0.18) inset,
    0 14px 32px -18px rgba(34,211,238,0.4);
  padding: 4px;
  flex-shrink: 0;
}
.lc-wordmark { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.lc-logo-img--footer {
  width: 56px;
  height: 56px;
}

/* small text helper */
.lc-text-soft { color: var(--lc-text-soft); }

/* --- LANGUAGE / MARKET / PRICE PILLS (product cards) --- */
.lc-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed var(--lc-border);
}
.lc-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--lc-font-mono);
  font-size: 10.5px;
  letter-spacing: 0.05em;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid var(--lc-border);
  background: rgba(15, 22, 36, 0.55);
  color: var(--lc-text-soft);
  white-space: nowrap;
  text-transform: uppercase;
}
.lc-pill--lang {
  color: var(--lc-cyan);
  border-color: rgba(34, 211, 238, 0.35);
  background: rgba(34, 211, 238, 0.06);
}
.lc-pill--market {
  color: var(--lc-emerald);
  border-color: rgba(52, 211, 153, 0.35);
  background: rgba(52, 211, 153, 0.06);
}
.lc-pill--price {
  color: var(--lc-gold);
  border-color: rgba(230, 200, 121, 0.4);
  background: rgba(230, 200, 121, 0.06);
  font-weight: 600;
}

/* --- pricing note small print --- */
.lc-pricing-note {
  margin-top: 36px;
  font-family: var(--lc-font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--lc-text-mute);
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero core caption text wrap fix when paired with longer subline */
.lc-hero__sub .lc-text-soft {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  letter-spacing: 0.04em;
}

/* Responsive logo */
@media (max-width: 760px) {
  .lc-logo-img { width: 36px; height: 36px; }
  .lc-logo-img--footer { width: 48px; height: 48px; }
}

/* =====================================================================
   7.3B · Sample Product Catalog — additive classes only.
   All approved 7.3A / 7.3A-1 tokens left untouched above.
   ===================================================================== */

.lc-samples-grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}

.lc-sample-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px 22px 20px;
}

.lc-sample-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 2px;
}

.lc-sample-card__num {
  font-family: var(--lc-font-mono, ui-monospace, "JetBrains Mono", "Menlo", monospace);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--lc-cyan);
  background: rgba(34, 211, 238, 0.08);
  border: 1px solid rgba(34, 211, 238, 0.28);
  border-radius: 4px;
  padding: 3px 8px;
  line-height: 1;
}

.lc-sample-card__category {
  font-family: var(--lc-font-mono, ui-monospace, "JetBrains Mono", "Menlo", monospace);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lc-text-mute);
}

.lc-sample-card__flag {
  margin-left: auto;
  font-family: var(--lc-font-mono, ui-monospace, "JetBrains Mono", "Menlo", monospace);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lc-gold);
  background: rgba(245, 197, 24, 0.08);
  border: 1px solid rgba(245, 197, 24, 0.34);
  border-radius: 4px;
  padding: 3px 8px;
  line-height: 1;
}

.lc-sample-card .lc-card__title {
  font-size: 18px;
  line-height: 1.35;
  margin: 0;
}

.lc-sample-card .lc-card__desc {
  font-size: 14px;
  line-height: 1.55;
  color: var(--lc-text-soft);
  margin: 0;
}

.lc-sample-card__includes {
  border: 1px solid var(--lc-border);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.015);
}

.lc-sample-card__includes-label {
  display: block;
  font-family: var(--lc-font-mono, ui-monospace, "JetBrains Mono", "Menlo", monospace);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lc-text-mute);
  margin-bottom: 8px;
}

.lc-sample-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.lc-sample-card__list li {
  position: relative;
  padding-left: 16px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--lc-text-soft);
}

.lc-sample-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lc-cyan);
  opacity: 0.7;
}

.lc-sample-card .lc-card__meta {
  margin-top: 2px;
}

.lc-pill--status {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--lc-text-soft);
}

.lc-sample-card__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.lc-btn--sm {
  padding: 8px 14px;
  font-size: 12.5px;
  letter-spacing: 0.04em;
}

.lc-sample-card__note {
  font-family: var(--lc-font-mono, ui-monospace, "JetBrains Mono", "Menlo", monospace);
  font-size: 10.5px;
  letter-spacing: 0.06em;
  color: var(--lc-text-mute);
  margin: 4px 0 0;
}

.lc-sample-card--featured {
  border-color: rgba(34, 211, 238, 0.42);
  box-shadow: 0 0 0 1px rgba(34, 211, 238, 0.16) inset, 0 12px 36px -18px rgba(34, 211, 238, 0.32);
}

@media (max-width: 720px) {
  .lc-samples-grid {
    grid-template-columns: 1fr;
  }
  .lc-sample-card {
    padding: 18px 18px 16px;
  }
}

/* =====================================================================
   3-FIX REPAIR (post-7.3B) — additive only
   - Logo image removed in HTML; .lc-logo-img class kept as no-op so any
     legacy reference fails gracefully without producing a broken icon.
   - Wordmark realigned now that the logo image is gone.
   - Local modal for Preview Sample / Ask Boss for Availability buttons.
   ===================================================================== */

/* Safety: hide any stray .lc-logo-img if it sneaks back in */
.lc-logo-img,
img.lc-logo-img,
.lc-logo-img--footer {
  display: none !important;
}

/* Wordmark stays self-contained without the logo image */
.lc-wordmark { gap: 0; }
.lc-wordmark__text { padding-left: 0; }

/* =========================
   Modal
   ========================= */
.lc-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease, visibility 0s linear 200ms;
}
.lc-modal.is-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 200ms ease, visibility 0s linear 0s;
}

.lc-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 6, 10, 0.78);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.lc-modal__panel {
  position: relative;
  width: min(560px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 28px 28px 24px;
  background: linear-gradient(180deg, #0F1624 0%, #0B1120 100%);
  border: 1px solid rgba(34, 211, 238, 0.28);
  border-radius: 14px;
  box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.6),
              0 0 0 1px rgba(34, 211, 238, 0.08) inset,
              0 0 60px -20px rgba(34, 211, 238, 0.25);
  transform: translateY(10px) scale(0.985);
  transition: transform 220ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
.lc-modal.is-open .lc-modal__panel {
  transform: translateY(0) scale(1);
}

.lc-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: var(--lc-text-soft, rgba(245, 247, 250, 0.78));
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}
.lc-modal__close:hover,
.lc-modal__close:focus-visible {
  background: rgba(34, 211, 238, 0.10);
  border-color: rgba(34, 211, 238, 0.42);
  color: var(--lc-cyan, #22D3EE);
  outline: none;
}

.lc-modal__eyebrow {
  display: inline-block;
  font-family: var(--lc-font-mono, ui-monospace, "JetBrains Mono", "Menlo", monospace);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lc-cyan, #22D3EE);
  margin: 4px 0 10px;
}

.lc-modal__title {
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 6px;
  color: var(--lc-text, #F5F7FA);
}

.lc-modal__product {
  font-family: var(--lc-font-mono, ui-monospace, "JetBrains Mono", "Menlo", monospace);
  font-size: 12.5px;
  letter-spacing: 0.04em;
  color: var(--lc-gold, #E6C879);
  margin: 0 0 14px;
}
.lc-modal__product:empty { display: none; }

.lc-modal__body p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--lc-text-soft, rgba(245, 247, 250, 0.78));
  margin: 0 0 12px;
}

.lc-modal__list {
  list-style: none;
  margin: 14px 0 0;
  padding: 14px 16px;
  border: 1px solid var(--lc-border, rgba(255, 255, 255, 0.10));
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.lc-modal__list li {
  font-size: 12.5px;
  color: var(--lc-text-soft, rgba(245, 247, 250, 0.78));
  letter-spacing: 0.02em;
}

.lc-modal__notice {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 18px 0 14px;
  padding: 12px 14px;
  border: 1px solid rgba(245, 197, 24, 0.30);
  border-radius: 10px;
  background: rgba(245, 197, 24, 0.05);
  font-size: 12.5px;
  color: var(--lc-text-soft, rgba(245, 247, 250, 0.78));
}

.lc-modal__ctas {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 6px;
}

@media (max-width: 480px) {
  .lc-modal { padding: 14px; }
  .lc-modal__panel { padding: 22px 20px 18px; }
  .lc-modal__title { font-size: 20px; }
}

/* Lock body scroll when modal is open */
body.lc-modal-open {
  overflow: hidden;
}

/* =====================================================================
   HERO VISIBILITY GUARD (post-7.3B — defense in depth)
   The page-wide `[data-reveal]` rule starts elements at opacity:0 and
   only reveals them once the IntersectionObserver adds .is-visible.
   The hero is the FIRST thing the user sees — it must never depend on
   JS, intersection, or animation timing. The two rules below force the
   hero copy and the orbit visual to stay visible no matter what.
   ===================================================================== */
.lc-hero [data-reveal],
.lc-hero__copy[data-reveal],
.lc-core[data-reveal] {
  opacity: 1 !important;
  transform: none !important;
}

/* Belt-and-braces: the .is-visible state is also forced for hero. */
.lc-hero [data-reveal] { transition: none; }

/* =====================================================================
   HERO POLISH & ANIMATION — Revisi: dirapihkan, lebih hidup, lebih animasi
   ---------------------------------------------------------------------
   1. Orbit tile fix — earlier keyframes applied `transform: translateY()`,
      which OVERRODE each tile's inline SVG `transform="translate(x y)"`
      attribute and stacked all 6 tiles at the SVG origin (0,0). The new
      keyframes use the modern CSS `translate` property, which composes
      additively with the SVG transform attribute so each tile stays at
      its base position AND floats up/down gently.
   2. Hero copy entrance — staggered fade-up for badge / title / sub /
      CTAs / safety, gated behind prefers-reduced-motion: no-preference.
   3. Animated gradient on the headline highlight word.
   4. Hexagon pulse glow + ring opacity breathing.
   5. text-wrap balance on the headline for tidier line breaks.
   ===================================================================== */

/* ----- 1. Orbit tile fix ----- */
@keyframes lcTileFloat {
  0%, 100% { translate: 0 0; }
  50%      { translate: 0 -6px; }
}
.lc-core__tile {
  /* Animation already declared earlier; this block just refines timing
     for additional visual interest. */
  animation-duration: 7s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

/* Soft scale-pulse on individual tiles to feel alive */
.lc-core__tile rect {
  transform-origin: center;
  transform-box: fill-box;
  animation: lcTilePulse 6.5s ease-in-out infinite;
}
.lc-core__tile:nth-of-type(2) rect { animation-delay: -1s; }
.lc-core__tile:nth-of-type(3) rect { animation-delay: -2s; }
.lc-core__tile:nth-of-type(4) rect { animation-delay: -3s; }
.lc-core__tile:nth-of-type(5) rect { animation-delay: -4s; }
.lc-core__tile:nth-of-type(6) rect { animation-delay: -5s; }
@keyframes lcTilePulse {
  0%, 100% { opacity: 0.9; }
  50%      { opacity: 1;   }
}

/* ----- 2. Hero copy — staggered entrance (only when motion is OK) ----- */
@media (prefers-reduced-motion: no-preference) {
  .lc-hero__copy > .lc-badge,
  .lc-hero__copy > .lc-hero__title,
  .lc-hero__copy > .lc-hero__sub,
  .lc-hero__copy > .lc-hero__ctas,
  .lc-hero__copy > .lc-hero__safety {
    animation: lcHeroFadeUp 0.9s cubic-bezier(0.2, 0.7, 0.2, 1) both;
  }
  .lc-hero__copy > .lc-badge        { animation-delay: 0.05s; }
  .lc-hero__copy > .lc-hero__title  { animation-delay: 0.18s; }
  .lc-hero__copy > .lc-hero__sub    { animation-delay: 0.34s; }
  .lc-hero__copy > .lc-hero__ctas   { animation-delay: 0.50s; }
  .lc-hero__copy > .lc-hero__safety { animation-delay: 0.66s; }
}
@keyframes lcHeroFadeUp {
  0%   { opacity: 0; transform: translateY(14px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* ----- 3. Animated gradient on headline highlight ----- */
.lc-hero__title .lc-grad {
  background: linear-gradient(
    100deg,
    var(--lc-cyan) 0%,
    var(--lc-emerald) 40%,
    var(--lc-gold) 65%,
    var(--lc-emerald) 90%,
    var(--lc-cyan) 100%
  );
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: lcGradShift 9s ease-in-out infinite;
}
@keyframes lcGradShift {
  0%, 100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}

/* ----- 4. Hexagon pulse glow + ring breathing ----- */
.lc-core__svg {
  filter: drop-shadow(0 0 14px rgba(34, 211, 238, 0.20));
  animation: lcCoreGlow 6s ease-in-out infinite;
}
@keyframes lcCoreGlow {
  0%, 100% { filter: drop-shadow(0 0 14px rgba(34, 211, 238, 0.20)); }
  50%      { filter: drop-shadow(0 0 30px rgba(34, 211, 238, 0.45))
                     drop-shadow(0 0 60px rgba(52, 211, 153, 0.15)); }
}

/* Subtle ring opacity breathing on top of the existing spin */
.lc-core__ring--1 { animation: lcSpin 30s linear infinite,
                                lcRingBreath 5s ease-in-out infinite; }
.lc-core__ring--2 { animation: lcSpin 45s linear infinite reverse,
                                lcRingBreath 6s ease-in-out infinite; }
.lc-core__ring--3 { animation: lcSpin 60s linear infinite,
                                lcRingBreath 7s ease-in-out infinite; }
@keyframes lcRingBreath {
  0%, 100% { opacity: 0.55; }
  50%      { opacity: 1;    }
}

/* ----- 5. Headline typography polish ----- */
.lc-hero__title {
  font-size: clamp(40px, 5.6vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.024em;
  /* Modern browsers will balance line breaks; older browsers ignore. */
  text-wrap: balance;
  -webkit-text-wrap: balance;
}

/* Hero badge gets a gentle border glow pulse */
.lc-badge {
  position: relative;
  animation: lcBadgeBorder 4.5s ease-in-out infinite;
}
@keyframes lcBadgeBorder {
  0%, 100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.0),
                         0 0 14px rgba(34, 211, 238, 0.10) inset; }
  50%      { box-shadow: 0 0 0 1px rgba(52, 211, 153, 0.18),
                         0 0 22px rgba(34, 211, 238, 0.22) inset; }
}

/* CTA buttons — gentle constant idle glow + lift on hover (additive only) */
.lc-hero__ctas .lc-btn--primary {
  position: relative;
  animation: lcCtaPulse 4.8s ease-in-out infinite;
}
@keyframes lcCtaPulse {
  0%, 100% { box-shadow: 0 8px 24px -10px rgba(34, 211, 238, 0.50),
                         0 0 0 0 rgba(34, 211, 238, 0.0); }
  50%      { box-shadow: 0 10px 30px -8px rgba(34, 211, 238, 0.70),
                         0 0 0 4px rgba(34, 211, 238, 0.10); }
}

/* Respect prefers-reduced-motion — kill all ambient hero motion */
@media (prefers-reduced-motion: reduce) {
  .lc-core__svg,
  .lc-core__ring--1,
  .lc-core__ring--2,
  .lc-core__ring--3,
  .lc-core__tile,
  .lc-core__tile rect,
  .lc-hero__title .lc-grad,
  .lc-badge,
  .lc-hero__ctas .lc-btn--primary {
    animation: none !important;
  }
}
