/* Lazie Website — Styles */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--sf);
  color: var(--ink-1);
  background: #FAFAF7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button { font-family: inherit; }

/* ── Global tech grid background layer ─────────── */
.tech-grid {
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    linear-gradient(rgba(43,42,40,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(43,42,40,0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 50% at 50% 40%, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 70% 50% at 50% 40%, #000 30%, transparent 80%);
}

/* ── Nav ─────────────────────────────────────────── */
.nav {
  position: fixed; top: 14px; left: 50%; transform: translateX(-50%);
  z-index: 100;
  display: flex; align-items: center; gap: 6px;
  padding: 7px 7px 7px 18px;
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(40px) saturate(180%);
  -webkit-backdrop-filter: blur(40px) saturate(180%);
  border-radius: 999px;
  box-shadow: var(--shadow-1);
}
.nav::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  padding: 0.5px;
  background: linear-gradient(180deg, var(--glass-rim-top) 0%, var(--glass-rim-side) 50%, var(--glass-rim-bottom) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.nav-brand {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 14.5px; font-weight: 600; color: var(--ink-1); letter-spacing: -0.01em;
}
.nav-brand img { width: 22px; height: 22px; border-radius: 5px; }
.nav-links { display: inline-flex; align-items: center; gap: 2px; margin: 0 8px 0 14px; }
.nav-links a {
  font-size: 13px; font-weight: 500; color: var(--ink-2);
  padding: 6px 12px; border-radius: 999px;
  transition: background 140ms, color 140ms;
}
.nav-links a:hover { background: rgba(0,0,0,0.05); color: var(--ink-1); }
.nav-cta {
  all: unset; cursor: pointer;
  display: inline-flex; align-items: center; gap: 6px;
  height: 32px; padding: 0 14px;
  font-size: 13px; font-weight: 600;
  color: #fff; background: var(--brand-warm-black);
  border-radius: 999px;
  transition: transform 120ms, background 140ms;
}
.nav-cta:hover { background: #111; }
.nav-cta:active { transform: scale(0.96); }
.nav-cta .apple { font-size: 14px; line-height: 1; }

/* ── Section shell ─────────────────────────────── */
section { position: relative; z-index: 1; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 28px; }

/* ── HERO ────────────────────────────────────────── */
.hero {
  position: relative; padding: 140px 0 80px;
  overflow: hidden;
}
.hero-ambient {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(ellipse 60% 40% at 15% 20%, rgba(123,229,160,0.35), transparent 60%),
    radial-gradient(ellipse 55% 40% at 85% 25%, rgba(255,179,64,0.22), transparent 60%),
    radial-gradient(ellipse 80% 50% at 50% 100%, rgba(216,255,218,0.55), transparent 65%);
}
.hero-inner { position: relative; z-index: 1; text-align: center; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px 6px 6px;
  background: rgba(255,255,255,0.7);
  border-radius: 999px;
  box-shadow: 0 0 0 0.5px var(--ink-hair), 0 2px 8px rgba(0,0,0,0.04);
  font-size: 12.5px; font-weight: 500; color: var(--ink-2);
  margin-bottom: 28px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.hero-eyebrow .dot {
  width: 16px; height: 16px; border-radius: 999px;
  background: radial-gradient(circle, #D8FFDA 0%, #7BE5A0 55%, #30D158 100%);
  box-shadow: 0 0 0 2px rgba(123,229,160,0.2);
  animation: breathe-mint 2.4s ease-in-out infinite;
}
.hero-eyebrow strong { color: var(--ink-1); font-weight: 600; }
.hero-eyebrow .mono {
  font-family: var(--mono); font-size: 9.5px; font-weight: 600;
  color: var(--accent); letter-spacing: 0.6px; text-transform: uppercase;
  padding: 2px 6px; background: var(--accent-soft); border-radius: 999px;
  margin-left: 4px;
}
@keyframes breathe-mint {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 2px rgba(123,229,160,0.2); }
  50%      { transform: scale(1.05); box-shadow: 0 0 0 4px rgba(123,229,160,0.12); }
}

.hero h1 {
  font-size: clamp(56px, 9vw, 112px);
  font-weight: 700; letter-spacing: -0.04em; line-height: 0.98;
  color: var(--ink-1);
  margin: 0 0 22px;
  text-wrap: balance;
}
.hero h1 .accent-word {
  background: linear-gradient(180deg, #FFB340 0%, #FF9F0A 60%, #E07A00 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  display: inline-block;
  /* descender fix: clip-box only reaches baseline, so y/g/p get cut.
     padding extends the clip area, negative margin keeps neighbors put. */
  padding-bottom: 0.22em;
  margin-bottom: -0.22em;
  vertical-align: baseline;
}
.hero h1 .mint-word {
  background: linear-gradient(180deg, #7BE5A0 0%, #30D158 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-sub {
  font-size: 19px; font-weight: 500; line-height: 1.5;
  color: var(--ink-2); max-width: 620px; margin: 0 auto 36px;
  text-wrap: balance;
}
.hero-ctas { display: flex; justify-content: center; align-items: center; gap: 12px; flex-wrap: wrap; }
.btn {
  all: unset; cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  height: 48px; padding: 0 22px;
  font-size: 15px; font-weight: 600;
  border-radius: 999px;
  transition: transform 120ms, background 160ms, box-shadow 160ms;
}
.btn-primary {
  color: #fff; background: var(--brand-warm-black);
  box-shadow: 0 0 0 0.5px rgba(0,0,0,0.2), 0 8px 24px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.1);
}
.btn-primary:hover { background: #111; box-shadow: 0 0 0 0.5px rgba(0,0,0,0.2), 0 12px 32px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.12); }
.btn-primary:active { transform: scale(0.97); }
.btn-ghost {
  color: var(--ink-1); background: rgba(255,255,255,0.7);
  box-shadow: 0 0 0 0.5px var(--ink-hair), 0 2px 8px rgba(0,0,0,0.06);
  backdrop-filter: blur(30px); -webkit-backdrop-filter: blur(30px);
}
.btn-ghost:hover { background: rgba(255,255,255,0.95); }
.btn-ghost:active { transform: scale(0.97); }
.btn .kbd {
  font-family: var(--mono); font-size: 10.5px; font-weight: 600;
  background: rgba(255,255,255,0.18); color: rgba(255,255,255,0.9);
  padding: 2px 6px; border-radius: 5px;
  letter-spacing: 0.4px;
}
.btn-ghost .kbd { background: rgba(0,0,0,0.07); color: var(--ink-2); }

.hero-meta {
  margin-top: 32px;
  display: flex; justify-content: center; align-items: center; gap: 16px;
  flex-wrap: wrap;
  font-size: 12px; color: var(--ink-3); font-weight: 500;
}
.hero-meta .sep { width: 3px; height: 3px; border-radius: 999px; background: var(--ink-4); }

/* Floating sloth head in hero */
.hero-sloth {
  position: absolute; z-index: 0;
  width: 200px; height: 200px;
  top: 26%; right: 6%;
  animation: floaty 6s ease-in-out infinite;
  opacity: 0.9;
  filter: drop-shadow(0 18px 32px rgba(43,42,40,0.18));
  object-fit: contain;
}
.hero-sloth.left {
  top: 16%; left: 5%; right: auto;
  width: 140px; height: 140px;
  animation-delay: -2s;
  opacity: 0.7;
  transform: rotate(-8deg);
}
@keyframes floaty {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50%      { transform: translateY(-18px) rotate(2deg); }
}

/* ── Promo demo (animated "video") ──────────────── */
.promo {
  padding: 80px 0 120px;
}
.promo-head { text-align: center; margin-bottom: 56px; }
.section-eyebrow {
  font-family: var(--mono); font-size: 10.5px; font-weight: 600;
  color: var(--accent); letter-spacing: 0.8px; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 16px;
}
.section-eyebrow .bar { width: 18px; height: 1px; background: var(--accent); }
.section-head h2 {
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 700; letter-spacing: -0.03em; line-height: 1.05;
  margin: 0 0 16px; text-wrap: balance;
}
.section-head p {
  font-size: 18px; color: var(--ink-2); line-height: 1.5;
  max-width: 620px; margin: 0 auto;
  text-wrap: balance;
}

/* Promo frame = browser-style window holding the scripted demo */
.promo-stage {
  position: relative;
  max-width: 1080px; margin: 0 auto;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(ellipse 60% 40% at 20% 20%, rgba(255,179,140,0.45), transparent 60%),
    radial-gradient(ellipse 55% 45% at 80% 30%, rgba(170,200,255,0.5), transparent 60%),
    radial-gradient(ellipse 70% 50% at 60% 90%, rgba(255,170,200,0.4), transparent 65%),
    linear-gradient(180deg, #FFE2C8 0%, #FFC9D6 100%);
  border-radius: 24px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(0,0,0,0.08),
    0 20px 40px rgba(0,0,0,0.12),
    0 60px 120px rgba(0,0,0,0.18);
}
.promo-stage::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  padding: 1px;
  background: linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.3) 50%, rgba(0,0,0,0.05) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  z-index: 2;
}

/* Menubar inside stage */
.ps-menubar {
  position: absolute; top: 0; left: 0; right: 0; height: 28px;
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(30px) saturate(180%);
  -webkit-backdrop-filter: blur(30px) saturate(180%);
  border-bottom: 0.5px solid var(--ink-hair);
  display: flex; align-items: center; gap: 18px; padding: 0 16px;
  font-size: 12.5px; color: var(--ink-1); z-index: 10;
}
.ps-apple { font-size: 14px; }
.ps-spacer { flex: 1; }
.ps-status { display: flex; align-items: center; gap: 12px; color: var(--ink-1); font-weight: 500; }
.ps-lazie {
  width: 22px; height: 22px; border-radius: 5px;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background 140ms;
  position: relative;
}
.ps-lazie img { width: 18px; height: 18px; }
.ps-lazie.pulse::after {
  content: ""; position: absolute; inset: -2px; border-radius: 7px;
  box-shadow: 0 0 0 0 rgba(48,209,88,0.6);
  animation: pulse-ring 1.6s ease-out infinite;
}
@keyframes pulse-ring {
  0% { box-shadow: 0 0 0 0 rgba(48,209,88,0.6); }
  100% { box-shadow: 0 0 0 10px rgba(48,209,88,0); }
}

/* Doc inside stage */
.ps-doc {
  position: absolute; top: 56px; left: 50%; transform: translateX(-50%);
  width: 64%; max-width: 640px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  box-shadow:
    0 0 0 0.5px rgba(0,0,0,0.08),
    0 4px 20px rgba(0,0,0,0.12),
    0 20px 60px rgba(0,0,0,0.18);
  padding: 26px 32px 30px;
  font-size: 14px; line-height: 1.7; color: var(--ink-1);
}
.ps-doc-head {
  display: flex; align-items: center; gap: 8px;
  padding-bottom: 10px; margin-bottom: 14px;
  border-bottom: 0.5px solid var(--ink-hair);
}
.ps-doc-title {
  font-family: var(--mono); font-size: 10px; color: var(--ink-3);
  letter-spacing: 0.5px; text-transform: uppercase;
}
.ps-doc-dots { display: inline-flex; gap: 5px; }
.ps-doc-dots span { width: 9px; height: 9px; border-radius: 999px; }
.ps-doc-dots span:nth-child(1) { background: #FF5F57; }
.ps-doc-dots span:nth-child(2) { background: #FEBC2E; }
.ps-doc-dots span:nth-child(3) { background: #28C840; }
.ps-doc p { margin: 0 0 10px; }
.ps-sel {
  background: transparent;
  padding: 1px 3px; border-radius: 3px;
  transition: background 240ms ease-out;
}
.ps-sel.on { background: var(--highlight); }
.ps-sel .cursor-ghost {
  display: inline-block;
  width: 1.5px; height: 16px; vertical-align: -3px;
  background: var(--ink-1); margin-left: 1px;
  animation: cur-blink 900ms steps(1) infinite;
}
@keyframes cur-blink { 50% { opacity: 0; } }

/* Anchor & toolbar positioned over selection */
.ps-anchor {
  position: absolute; z-index: 20;
  opacity: 0; transform: scale(0.6) translateY(-4px);
  transition: opacity 220ms, transform 420ms cubic-bezier(.2,1.4,.3,1);
}
.ps-anchor.on { opacity: 1; transform: scale(1) translateY(0); }
.ps-halo {
  width: 34px; height: 34px; border-radius: 999px;
  background: radial-gradient(circle at 50% 50%, #D8FFDA 0%, #7BE5A0 55%, #30D158 100%);
  box-shadow: var(--shadow-1);
  display: inline-flex; align-items: center; justify-content: center;
  animation: breathe 2.4s ease-in-out infinite;
}
@keyframes breathe {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.04); }
}
.ps-halo img { width: 24px; height: 24px; }

.ps-toolbar {
  position: absolute; z-index: 25;
  opacity: 0; transform: scale(0.92) translateX(-8px);
  transition: opacity 200ms, transform 200ms var(--motion-ease-out);
  display: inline-flex; align-items: center;
  background: var(--glass-bg-strong);
  backdrop-filter: blur(40px) saturate(180%);
  -webkit-backdrop-filter: blur(40px) saturate(180%);
  border-radius: 999px;
  padding: 3px 4px;
  box-shadow: var(--shadow-1);
}
.ps-toolbar.on { opacity: 1; transform: scale(1) translateX(0); }
.ps-toolbar::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  padding: 0.5px;
  background: linear-gradient(180deg, var(--glass-rim-top) 0%, var(--glass-rim-side) 50%, var(--glass-rim-bottom) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.ps-tbtn {
  display: inline-flex; align-items: center; gap: 6px;
  height: 30px; padding: 0 13px; border-radius: 999px;
  font-size: 13px; font-weight: 500; color: var(--ink-1);
  letter-spacing: 0.1px;
  transition: background 160ms;
}
.ps-tbtn.hl { background: rgba(255,159,10,0.14); box-shadow: inset 0 0 0 0.5px rgba(255,159,10,0.3); }
.ps-divider { width: 0.5px; height: 14px; background: rgba(0,0,0,0.12); }

.ps-panel {
  position: absolute; z-index: 30;
  width: 420px;
  background: var(--glass-bg-strong);
  backdrop-filter: blur(50px) saturate(200%);
  -webkit-backdrop-filter: blur(50px) saturate(200%);
  border-radius: var(--r-panel);
  box-shadow: var(--shadow-float);
  opacity: 0; transform: scale(0.97) translateY(-4px);
  transition: opacity 220ms var(--motion-ease-out), transform 220ms var(--motion-ease-out);
  overflow: hidden;
}
.ps-panel.on { opacity: 1; transform: scale(1) translateY(0); }
.ps-panel::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  padding: 0.5px;
  background: linear-gradient(180deg, var(--glass-rim-top) 0%, var(--glass-rim-side) 50%, var(--glass-rim-bottom) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.ps-hd {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 14px;
  border-bottom: 0.5px solid var(--ink-hair);
}
.ps-hd-title {
  font-size: 13px; font-weight: 600; color: var(--ink-1);
  display: inline-flex; align-items: center; gap: 6px;
}
.ps-hd-right { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; }
.ps-lang {
  padding: 3px 10px;
  background: rgba(0,0,0,0.06);
  border-radius: 999px;
  font-size: 11.5px; font-weight: 500; color: var(--ink-1);
}
.ps-close {
  width: 22px; height: 22px; border-radius: 999px;
  color: var(--ink-2);
  display: inline-flex; align-items: center; justify-content: center;
}
.ps-bd { padding: 14px 16px 16px; }
.ps-mono {
  font-family: var(--mono); font-size: 9.5px; font-weight: 600;
  color: var(--accent); letter-spacing: 0.5px; text-transform: uppercase;
  margin-bottom: 6px;
}
.ps-body {
  font-size: 15.5px; font-weight: 500; line-height: 1.55; color: var(--ink-1);
}
.ps-caret {
  display: inline-block;
  width: 7px; height: 16px; vertical-align: -3px;
  margin-left: 2px;
  background: linear-gradient(180deg, #FFB340 0%, #FF9F0A 100%);
  border-radius: 1px;
  box-shadow: 0 0 8px rgba(255,159,10,0.5);
  animation: cur-blink 900ms steps(1) infinite;
}
.ps-sum {
  margin-top: 12px; padding-top: 10px;
  border-top: 0.5px solid var(--ink-hair);
  font-family: var(--mono); font-size: 10.5px; font-weight: 600;
  color: var(--ink-2); letter-spacing: 0.3px;
}

/* Promo scrubber / timeline */
.promo-timeline {
  margin-top: 28px; max-width: 1080px; margin-left: auto; margin-right: auto;
  display: flex; align-items: center; gap: 16px;
}
.promo-play {
  all: unset; cursor: pointer;
  width: 44px; height: 44px; border-radius: 999px;
  background: var(--brand-warm-black); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform 120ms, background 140ms;
  flex-shrink: 0;
}
.promo-play:hover { background: #111; }
.promo-play:active { transform: scale(0.94); }
.promo-track {
  flex: 1; height: 6px; background: rgba(0,0,0,0.08); border-radius: 999px;
  position: relative; overflow: hidden;
  cursor: pointer;
}
.promo-progress {
  position: absolute; top: 0; left: 0; bottom: 0;
  background: linear-gradient(90deg, #7BE5A0 0%, #30D158 60%, #FFB340 100%);
  border-radius: 999px;
  width: 0%;
}
.promo-chapters {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 2px; pointer-events: none;
}
.promo-chapter {
  width: 2px; height: 10px; background: rgba(0,0,0,0.2); border-radius: 1px;
  transform: translateY(-2px);
}
.promo-label {
  font-family: var(--mono); font-size: 10px; font-weight: 600;
  color: var(--ink-3); letter-spacing: 0.6px; text-transform: uppercase;
  min-width: 90px;
}
.promo-captions {
  margin-top: 20px;
  display: flex; justify-content: center; gap: 28px;
}
.promo-cap {
  display: flex; flex-direction: column; gap: 4px;
  font-size: 12.5px; color: var(--ink-3);
  font-weight: 500;
  cursor: pointer;
  transition: color 160ms;
}
.promo-cap.on { color: var(--ink-1); }
.promo-cap .chip {
  font-family: var(--mono); font-size: 9.5px; font-weight: 600;
  color: var(--ink-4); letter-spacing: 0.6px; text-transform: uppercase;
}
.promo-cap.on .chip { color: var(--accent); }

/* ── FEATURES ─────────────────────────────────────── */
.features { padding: 100px 0 80px; background: #fff; }
.features-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 18px;
}
.feat-card {
  position: relative;
  padding: 28px;
  border-radius: 20px;
  background: rgba(250, 250, 247, 1);
  box-shadow: 0 0 0 0.5px var(--ink-hair);
  overflow: hidden;
  min-height: 280px;
  display: flex; flex-direction: column;
}
.feat-card.span-2 { grid-column: span 2; }
.feat-card.dark {
  background: var(--brand-warm-black); color: rgba(255,255,255,0.92);
  box-shadow: 0 0 0 0.5px rgba(255,255,255,0.08);
}
.feat-card.dark .feat-title { color: #fff; }
.feat-card.dark .feat-desc { color: rgba(255,255,255,0.62); }
.feat-card.dark .feat-kbd { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.9); border-color: rgba(255,255,255,0.1); }
.feat-card.mint {
  background: linear-gradient(165deg, #D8FFDA 0%, #7BE5A0 100%);
  color: var(--brand-warm-black);
}
.feat-card.mint .feat-title, .feat-card.mint .feat-desc { color: var(--brand-warm-black); }
.feat-eyebrow {
  font-family: var(--mono); font-size: 10px; font-weight: 600;
  letter-spacing: 0.6px; text-transform: uppercase;
  color: var(--accent); margin-bottom: 10px;
  display: inline-flex; align-items: center; gap: 6px;
}
.feat-card.mint .feat-eyebrow { color: rgba(43,42,40,0.7); }
.feat-title {
  font-size: 22px; font-weight: 700; letter-spacing: -0.01em; line-height: 1.2;
  margin: 0 0 10px; color: var(--ink-1);
}
.feat-desc {
  font-size: 14.5px; line-height: 1.5; color: var(--ink-2);
  margin: 0; max-width: 420px;
}
.feat-visual {
  margin-top: auto; padding-top: 20px; position: relative;
}

/* Visual — selection-to-panel mini */
.visual-selection {
  display: flex; flex-direction: column; gap: 10px;
}
.vs-line {
  font-size: 13px; color: var(--ink-1); line-height: 1.6;
}
.vs-hl { background: var(--highlight); padding: 1px 3px; border-radius: 3px; }
.vs-anchor {
  display: inline-flex; align-items: center; gap: 6px;
  margin-left: 8px;
}
.vs-halo {
  width: 22px; height: 22px; border-radius: 999px;
  background: radial-gradient(circle, #D8FFDA 0%, #7BE5A0 55%, #30D158 100%);
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 8px rgba(48,209,88,0.3);
  animation: breathe 2.4s ease-in-out infinite;
}
.vs-halo img { width: 15px; height: 15px; }

/* Visual — languages */
.visual-langs {
  display: flex; flex-wrap: wrap; gap: 6px;
  margin-top: 20px;
}
.lang-chip {
  padding: 5px 10px;
  background: rgba(255,255,255,0.08);
  border-radius: 999px;
  font-size: 12px; font-weight: 500; color: rgba(255,255,255,0.9);
  border: 0.5px solid rgba(255,255,255,0.15);
}
.lang-chip.hl {
  background: var(--accent); color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(255,159,10,0.3);
}

/* Visual — menubar */
.visual-menubar {
  position: relative;
  background: rgba(255,255,255,0.5);
  border-radius: 12px;
  padding: 12px 14px 10px;
  border: 0.5px solid var(--ink-hair);
  backdrop-filter: blur(20px);
}
.vm-bar {
  display: flex; align-items: center; gap: 10px;
  padding-bottom: 8px; border-bottom: 0.5px solid var(--ink-hair);
  font-size: 11px;
}
.vm-status { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; }
.vm-status img { width: 14px; height: 14px; }
.vm-menu {
  margin-top: 10px;
  background: rgba(252,252,252,0.95);
  border-radius: 8px;
  padding: 4px; box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  border: 0.5px solid var(--ink-hair);
}
.vm-row {
  display: flex; align-items: center; gap: 8px;
  padding: 5px 8px; border-radius: 5px;
  font-size: 11.5px;
}
.vm-row.on { background: var(--accent); color: #fff; }
.vm-row .sp { margin-left: auto; font-family: var(--mono); font-size: 9.5px; opacity: 0.6; }
.vm-row.on .sp { color: rgba(255,255,255,0.8); }
.vm-dot { width: 5px; height: 5px; border-radius: 999px; background: var(--brand-mint-deep); }

/* Visual — stream lines */
.visual-stream {
  font-family: var(--mono); font-size: 10.5px;
  background: var(--brand-warm-black); color: #eee;
  border-radius: 10px;
  padding: 14px; margin-top: auto;
  line-height: 1.7;
  position: relative;
  box-shadow: inset 0 0 0 0.5px rgba(255,255,255,0.08);
}
.visual-stream .ln { display: block; opacity: 0.7; }
.visual-stream .ln.active { color: #7BE5A0; opacity: 1; }
.visual-stream .ln .tk { color: #FFB340; }
.visual-stream .caret-stream {
  display: inline-block; width: 6px; height: 12px; vertical-align: -2px;
  background: linear-gradient(180deg, #FFB340, #FF9F0A);
  border-radius: 1px;
  margin-left: 2px;
  animation: cur-blink 900ms steps(1) infinite;
}

/* ── HOW IT WORKS ───────────────────────────────── */
.how { padding: 120px 0 100px; }
.how-steps {
  margin-top: 56px;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  counter-reset: step;
}
.step {
  position: relative;
  padding: 28px 28px 28px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 0 0.5px var(--ink-hair);
}
.step-no {
  font-family: var(--mono); font-size: 11px; font-weight: 600;
  color: var(--ink-3); letter-spacing: 0.8px;
  margin-bottom: 14px;
}
.step h3 {
  font-size: 20px; font-weight: 700; letter-spacing: -0.01em;
  margin: 0 0 10px;
}
.step p {
  font-size: 14.5px; line-height: 1.55; color: var(--ink-2);
  margin: 0 0 18px;
}
.step-visual {
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(ellipse 60% 50% at 30% 20%, rgba(255,214,180,0.6), transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 80%, rgba(180,210,255,0.5), transparent 60%),
    linear-gradient(180deg, #FFF4E8 0%, #FDE8EF 100%);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
  border: 0.5px solid var(--ink-hair);
}


/* ── SCENARIOS ─────────────────────────────────── */
.scenarios {
  padding: 100px 0 100px;
  background: linear-gradient(180deg, #FDFBF5 0%, #F3FBF4 100%);
  position: relative;
  overflow: hidden;
}
.scenarios::before {
  content:""; position:absolute; inset:0; pointer-events:none;
  background-image:
    linear-gradient(rgba(43,42,40,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(43,42,40,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 30%, transparent 80%);
}
.scenarios .wrap { position: relative; z-index: 1; }
.scenario-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;
  margin-top: 48px;
}
.scenario {
  position: relative; overflow: hidden;
  padding: 28px 28px 0;
  border-radius: 20px;
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 0 0 0.5px rgba(43,42,40,0.1), 0 24px 48px -24px rgba(43,42,40,0.18);
  transition: transform 220ms ease, box-shadow 220ms ease;
  display: flex; flex-direction: column;
  min-height: 280px;
}
.scenario:hover { transform: translateY(-3px); box-shadow: 0 0 0 0.5px rgba(43,42,40,0.12), 0 32px 60px -24px rgba(43,42,40,0.24); }
.scenario::before {
  content:""; position:absolute; top:0; left:0; right:0; height:1px;
  background: linear-gradient(90deg, transparent, rgba(43,42,40,0.18), transparent);
}
.scenario-chip {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 9.5px; font-weight: 600; letter-spacing: 0.8px;
  padding: 5px 10px; border-radius: 999px;
  background: rgba(43,42,40,0.06); color: rgba(43,42,40,0.7);
  width: fit-content;
}
.scenario-chip::before {
  content:""; width:5px; height:5px; border-radius:999px; background:var(--accent);
  box-shadow: 0 0 8px var(--accent);
}
.scenario h3 { font-size: 22px; font-weight: 700; letter-spacing: -0.015em; margin: 14px 0 6px; }
.scenario p { font-size: 14px; line-height: 1.55; color: var(--ink-2); margin: 0 0 20px; max-width: 380px; }
.scenario-preview {
  margin: auto -28px -0; padding: 20px 28px 24px;
  border-top: 0.5px solid rgba(43,42,40,0.08);
  background: rgba(250,250,247,0.5);
  font-size: 13px;
  display: flex; flex-direction: column; gap: 6px;
}
.scenario-preview .ln { font-family: var(--mono); font-size: 12.5px; display:block; }
.scenario-preview.term { background: #1a1a18; border: none; border-radius: 0 0 20px 20px; padding: 20px 24px; }
.scenario-preview.term .ln { color: #E7E5DE; }
.scenario-preview.term .ln .p { color: #7BE5A0; margin-right: 6px; }
.scenario-preview.term .ln.err { color: #FF6B6B; }
.scenario-preview.term .ln.err .hl { background: rgba(255,107,107,0.18); padding: 1px 4px; border-radius: 4px; }
.scenario-preview.term .ln.tip { color: #FFB340; font-family: inherit; font-size: 13px; }
.scenario-preview.web .url {
  font-family: var(--mono); font-size: 10.5px; color: var(--ink-3);
  padding: 4px 10px; background: rgba(43,42,40,0.06); border-radius: 6px; width: fit-content;
  margin-bottom: 8px;
}
.scenario-preview.web .line, .scenario-preview.mail .line, .scenario-preview.doc .line {
  font-size: 13.5px; line-height: 1.5; color: var(--ink-1);
}
.scenario-preview .hl {
  background: linear-gradient(120deg, rgba(123,229,160,0.35), rgba(48,209,88,0.2));
  padding: 1px 4px; border-radius: 4px; font-weight: 600;
}
.scenario-preview .out {
  color: var(--accent); font-weight: 600;
  padding-left: 18px; position: relative;
}
.scenario-preview .out::before {
  content:"↳"; position: absolute; left: 0; color: var(--accent); opacity: 0.6;
}
.scenario-preview .strike { color: var(--ink-3); text-decoration: line-through; }
.scenario-preview .quote { font-style: italic; color: var(--ink-2); }

/* ── TECH / AI  (rich dark section) ─────────────── */
.tech {
  padding: 110px 0 110px;
  background: #0A0A0A;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.tech .wrap { position: relative; z-index: 1; }
.tech-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.tech-grid-lines {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 70% 80% at 50% 40%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 80% at 50% 40%, #000 20%, transparent 75%);
}
.tech-aurora {
  position: absolute; width: 900px; height: 900px; top: -200px; left: -200px;
  background: radial-gradient(circle, rgba(255,159,10,0.25), transparent 60%);
  filter: blur(20px);
  animation: aurora-drift 18s ease-in-out infinite;
}
.tech-aurora.two {
  top: auto; bottom: -300px; left: auto; right: -200px;
  background: radial-gradient(circle, rgba(123,229,160,0.22), transparent 60%);
  animation-duration: 22s; animation-direction: reverse;
}
@keyframes aurora-drift {
  0%,100% { transform: translate(0,0) scale(1); }
  50%     { transform: translate(80px,60px) scale(1.1); }
}

.tech-head { text-align: center; max-width: 780px; margin: 0 auto 72px; }
.section-eyebrow.inv { color: #FFB340; justify-content: center; display: inline-flex; }
.section-eyebrow.inv .bar { background: #FFB340; }
.tech-h {
  font-size: clamp(38px, 4.4vw, 54px);
  font-weight: 700; letter-spacing: -0.03em; line-height: 1.08;
  margin: 14px 0 18px; color: #fff; text-wrap: balance;
}
.tech-em {
  background: linear-gradient(180deg, #FFB340 0%, #FF9F0A 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.tech-p {
  font-size: 16.5px; line-height: 1.6; color: rgba(255,255,255,0.62);
  margin: 0 auto; max-width: 620px; text-wrap: pretty;
}

/* combined pipeline + orbit layout */
.tech-combo {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 48px; align-items: stretch;
  margin-bottom: 72px;
}
.tech-combo-left, .tech-combo-right {
  position: relative;
  padding: 28px;
  border-radius: 24px;
  background: rgba(255,255,255,0.02);
  border: 0.5px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}
.tech-combo-right {
  display: flex; flex-direction: column; align-items: center;
  justify-content: center;
  min-height: 560px;
  background:
    radial-gradient(ellipse 70% 60% at 50% 50%, rgba(255,159,10,0.06), transparent 70%),
    rgba(255,255,255,0.02);
}
.combo-label {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 10px; font-weight: 600; letter-spacing: 0.8px;
  color: rgba(255,255,255,0.55);
  padding: 5px 11px; border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 0.5px solid rgba(255,255,255,0.12);
  margin-bottom: 20px;
  width: fit-content;
}
.combo-label .dot { width: 6px; height: 6px; border-radius: 999px; background: #FFB340; box-shadow: 0 0 8px #FFB340; animation: dot-pulse 1.8s ease-in-out infinite; }
.combo-label .dot.mint { background: #7BE5A0; box-shadow: 0 0 8px #7BE5A0; }
@keyframes dot-pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }

/* pipeline cards — vertical inside left column */
.tech-pipeline {
  display: flex; flex-direction: column;
  gap: 10px;
  margin: 0;
}
.tech-combo .pipe-col { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.tech-combo .pipe-conn {
  min-height: 28px;
  display: flex; align-items: center; justify-content: center;
}
.tech-combo .pipe-conn::before {
  content:""; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; right: auto; height: auto;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.3), rgba(255,255,255,0.08));
}
.tech-combo .pipe-conn .pulse {
  animation: conn-run-v 2.4s ease-in-out infinite;
}
@keyframes conn-run-v {
  0%   { transform: translateY(-14px); opacity: 0; }
  25%  { opacity: 1; }
  75%  { opacity: 1; }
  100% { transform: translateY(14px); opacity: 0; }
}
.tech-combo .pipe-card { padding: 18px 18px; }
.tech-combo .pipe-title { font-size: 16px; }
.tech-combo .pipe-code { margin-top: 12px; padding: 11px 12px; font-size: 11px; }

/* orbit sizing — fit combo-right */
.tech-combo .tech-orbit {
  width: 100%; height: 500px;
  max-width: 500px;
  margin: 0 auto;
}
.tech-combo .orbit-ring.r1 { width: 240px; height: 240px; }
.tech-combo .orbit-ring.r2 { width: 360px; height: 360px; }
.tech-combo .orbit-ring.r3 { width: 470px; height: 470px; }
.tech-combo .orbit-center { width: 120px; height: 120px; }
.tech-combo .orbit-center img { width: 72px; height: 72px; }

@media (max-width: 1040px) {
  .tech-combo { grid-template-columns: 1fr; gap: 24px; }
  .tech-combo-right { min-height: 440px; }
}
@media (max-width: 520px) {
  .tech-combo .tech-orbit { height: 380px; }
  .tech-combo .orbit-ring.r3 { width: 360px; height: 360px; }
  .tech-combo .orbit-chip.small[style*="200"],
  .tech-combo .orbit-chip.small[style*="195"],
  .tech-combo .orbit-chip.small[style*="190"] { display: none; }
}

/* original pipeline / orbit-wrap styles were horizontal + full-width;
   override removed since we no longer use .tech-orbit-wrap */
.tech-orbit-wrap { display: none; }
.pipe-col { display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.pipe-chip.mono {
  font-family: var(--mono); font-size: 9.5px; font-weight: 600;
  letter-spacing: 0.9px; color: rgba(255,255,255,0.45);
  padding: 6px 12px; border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 0.5px solid rgba(255,255,255,0.12);
  width: fit-content;
  display: inline-flex; align-items: center; gap: 8px;
}
.pipe-card {
  flex: 1;
  padding: 24px 22px; border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 0.5px solid rgba(255,255,255,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 24px 48px -20px rgba(0,0,0,0.6);
  position: relative; overflow: hidden;
}
.pipe-card.ctx { border-color: rgba(123,229,160,0.35); box-shadow: inset 0 1px 0 rgba(123,229,160,0.1), 0 24px 48px -20px rgba(48,209,88,0.18); }
.pipe-card.llm { border-color: rgba(255,179,64,0.4); box-shadow: inset 0 1px 0 rgba(255,179,64,0.15), 0 24px 48px -20px rgba(255,159,10,0.25); }
.pipe-dot {
  position: absolute; top: 18px; right: 18px;
  width: 10px; height: 10px; border-radius: 999px;
  background: rgba(255,255,255,0.3);
}
.pipe-dot .r {
  position: absolute; inset: -6px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.3);
  animation: dot-ring 1.8s ease-out infinite;
}
.pipe-dot.ctx { background: #7BE5A0; box-shadow: 0 0 12px rgba(123,229,160,0.7); }
.pipe-dot.ctx .r { border-color: #7BE5A0; }
.pipe-dot.llm { background: #FFB340; box-shadow: 0 0 12px rgba(255,179,64,0.7); }
.pipe-dot.llm .r { border-color: #FFB340; }
@keyframes dot-ring {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(2.2); opacity: 0; }
}
.pipe-title { font-size: 18px; font-weight: 700; letter-spacing: -0.01em; color: #fff; }
.pipe-sub { font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: 0.7px; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-top: 4px; }
.pipe-code {
  margin-top: 18px; padding: 14px; border-radius: 10px;
  background: rgba(0,0,0,0.45);
  border: 0.5px solid rgba(255,255,255,0.06);
  font-family: var(--mono); font-size: 11.5px;
  display: flex; flex-direction: column; gap: 6px;
  color: rgba(255,255,255,0.8);
}
.pipe-code .ln { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pipe-code .t { color: #7BE5A0; }
.pipe-code .k { color: rgba(255,255,255,0.4); }
.pipe-code .s { color: #FFB340; }
.pipe-code .n { color: #BF5AF2; }
.pipe-code .m { color: #FFB340; font-weight: 600; }
.pipe-code .ok { color: #7BE5A0; font-size: 10.5px; opacity: 0.85; }
.pipe-code.stream .stream-live {
  color: #fff;
  animation: stream-fade 2.8s ease-in-out infinite;
}
.caret-x {
  display: inline-block; width: 7px; height: 13px; background: #FFB340;
  margin-left: 2px; vertical-align: -2px; animation: caret-x 900ms steps(1) infinite;
}
@keyframes caret-x { 50% { opacity: 0; } }
@keyframes stream-fade {
  0%, 100% { opacity: 0.9; }
  50%      { opacity: 1; }
}

.pipe-conn { position: relative; display: flex; align-items: center; justify-content: center; min-height: 100%; }
.pipe-conn::before {
  content:""; position: absolute; top: 50%; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0.08), rgba(255,255,255,0.3), rgba(255,255,255,0.08));
}
.pipe-conn .pulse {
  position: relative; z-index: 1;
  width: 6px; height: 6px; border-radius: 999px; background: #FFB340;
  box-shadow: 0 0 16px #FFB340;
  animation: conn-run 2.4s ease-in-out infinite;
}
.pipe-conn .pulse.d2 { animation-delay: 0.8s; }
@keyframes conn-run {
  0%   { transform: translateX(-28px); opacity: 0; }
  25%  { opacity: 1; }
  75%  { opacity: 1; }
  100% { transform: translateX(28px); opacity: 0; }
}

/* orbit */
.tech-orbit-wrap {
  margin: 0 auto 96px; text-align: center; position: relative;
}
.tech-orbit-head { max-width: 560px; margin: 0 auto 48px; }
.tech-orbit-h {
  font-size: 28px; font-weight: 700; letter-spacing: -0.02em;
  color: #fff; margin: 10px 0 0;
}
.tech-orbit {
  position: relative; width: 560px; height: 560px; margin: 0 auto;
  max-width: 100%;
}
.orbit-ring {
  position: absolute; top: 50%; left: 50%;
  border: 0.5px dashed rgba(255,255,255,0.14);
  border-radius: 999px;
  transform: translate(-50%,-50%);
  animation: orbit-spin 60s linear infinite;
}
.orbit-ring.r1 { width: 280px; height: 280px; }
.orbit-ring.r2 { width: 400px; height: 400px; animation-duration: 90s; animation-direction: reverse; }
.orbit-ring.r3 { width: 540px; height: 540px; animation-duration: 120s; }
@keyframes orbit-spin { to { transform: translate(-50%,-50%) rotate(360deg); } }

.orbit-center {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 140px; height: 140px; border-radius: 999px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  background: radial-gradient(circle, rgba(255,179,64,0.18), transparent 70%);
  z-index: 2;
}
.orbit-center img { width: 84px; height: 84px; filter: drop-shadow(0 10px 30px rgba(48,209,88,0.4)); }
.orbit-center .orbit-label {
  font-family: var(--mono); font-size: 9px; font-weight: 600;
  letter-spacing: 0.8px; color: rgba(255,255,255,0.55);
  padding: 4px 10px; border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 0.5px solid rgba(255,255,255,0.12);
  margin-top: 4px;
}

.orbit-chip {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%) rotate(var(--a)) translateY(calc(-1 * var(--r))) rotate(calc(-1 * var(--a)));
  padding: 9px 14px; border-radius: 999px;
  font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,0.88);
  background: rgba(255,255,255,0.05);
  border: 0.5px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(10px);
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}
.orbit-chip.hi {
  background: linear-gradient(165deg, rgba(255,179,64,0.3) 0%, rgba(255,159,10,0.1) 100%);
  border-color: rgba(255,179,64,0.55);
  color: #FFD48A;
  box-shadow: 0 0 0 0.5px rgba(255,179,64,0.35), 0 12px 30px rgba(255,159,10,0.25);
}
.orbit-chip.small { font-size: 11px; padding: 6px 11px; color: rgba(255,255,255,0.65); }
.orbit-chip.more { border-style: dashed; color: rgba(255,255,255,0.5); }

/* stats row */
.tech-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  margin-top: 0;
}
.tstat {
  padding: 28px 24px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 0.5px solid rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
  position: relative; overflow: hidden;
}
.tstat::after {
  content:""; position:absolute; top:0; left:0; right:0; height:1px;
  background: linear-gradient(90deg, transparent, rgba(255,179,64,0.6), transparent);
  opacity: 0.5;
}
.tstat-n {
  font-size: 42px; font-weight: 700; letter-spacing: -0.03em; color: #fff;
  font-variant-numeric: tabular-nums; line-height: 1;
  display: flex; align-items: baseline; gap: 4px;
}
.tstat-n .u { font-size: 16px; font-weight: 500; color: rgba(255,255,255,0.4); }
.tstat-l { font-size: 12.5px; color: rgba(255,255,255,0.55); margin-top: 10px; font-weight: 500; }

@media (max-width: 960px) {
  .scenario-grid { grid-template-columns: 1fr; }
  .tech-pipeline { grid-template-columns: 1fr; gap: 16px; }
  .pipe-conn { min-height: 40px; }
  .pipe-conn::before { left: 50%; right: auto; top: 0; bottom: 0; width: 1px; height: 100%; background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.3), rgba(255,255,255,0.08)); }
  @keyframes conn-run { 0% { transform: translateY(-16px); opacity: 0; } 25%,75% { opacity: 1; } 100% { transform: translateY(16px); opacity: 0; } }
  .tech-orbit { width: 420px; height: 420px; }
  .orbit-ring.r3 { width: 400px; height: 400px; }
  .orbit-chip.small[style*="220"], .orbit-chip.small[style*="225"], .orbit-chip.small[style*="230"], .orbit-chip.small[style*="215"] { display: none; }
  .tech-stats { grid-template-columns: repeat(2, 1fr); }
}


/* ── DOWNLOAD CTA ───────────────────────────────── */
.cta {
  padding: 120px 0 140px;
  background: linear-gradient(180deg, #FAFAF7 0%, #F0FDF2 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 50% 40% at 50% 0%, rgba(123,229,160,0.3), transparent 60%);
}
.cta .wrap { position: relative; z-index: 1; }
.cta-sloth {
  width: 140px; height: 140px;
  margin: 0 auto 28px;
  display: block;
  object-fit: contain;
  animation: floaty 6s ease-in-out infinite;
  filter: drop-shadow(0 14px 28px rgba(43,42,40,0.18));
}
.cta-sloth-halo {
  width: 120px; height: 120px;
  margin: 0 auto 28px;
  border-radius: 999px;
  background: radial-gradient(circle at 50% 45%, #D8FFDA 0%, #7BE5A0 55%, #30D158 100%);
  display: flex; align-items: center; justify-content: center;
  animation: floaty 6s ease-in-out infinite;
  box-shadow:
    0 0 0 6px rgba(123,229,160,0.18),
    0 18px 36px rgba(48,209,88,0.3),
    inset 0 2px 0 rgba(255,255,255,0.6);
}
.cta-sloth-halo img {
  width: 84px; height: 84px;
  object-fit: contain;
  filter: drop-shadow(0 2px 2px rgba(0,0,0,0.15));
}
.cta h2 {
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 700; letter-spacing: -0.03em; line-height: 1;
  margin: 0 0 18px; text-wrap: balance;
}
.cta p {
  font-size: 18px; color: var(--ink-2); line-height: 1.5;
  max-width: 560px; margin: 0 auto 36px; text-wrap: balance;
}
.cta-row {
  display: flex; align-items: center; gap: 12px;
  flex-wrap: wrap; justify-content: center;
}
.cta-meta {
  margin-top: 22px;
  display: flex; justify-content: center; align-items: center; gap: 14px;
  flex-wrap: wrap;
  font-size: 12px; color: var(--ink-3); font-weight: 500;
}
.cta-meta .sep { width: 3px; height: 3px; border-radius: 999px; background: var(--ink-4); }

/* ── FOOTER ──────────────────────────────────────── */
footer {
  padding: 60px 0 40px;
  background: #FAFAF7;
  border-top: 0.5px solid var(--ink-hair);
}
.foot-row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.foot-brand {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 14px; font-weight: 600; color: var(--ink-1);
}
.foot-brand img { width: 22px; height: 22px; border-radius: 5px; }
.foot-links {
  display: inline-flex; gap: 22px;
  font-size: 13px; color: var(--ink-2); font-weight: 500;
}
.foot-links a:hover { color: var(--ink-1); }
.foot-meta { font-size: 12px; color: var(--ink-3); }

/* ── Responsive ──────────────────────────────────── */
@media (max-width: 960px) {
  .features-grid { grid-template-columns: 1fr; }
  .feat-card.span-2 { grid-column: auto; }
  .how-steps { grid-template-columns: 1fr; }
  .tech-grid-boxes { grid-template-columns: 1fr 1fr; }
  .pipe-stages { grid-template-columns: 1fr; gap: 12px; }
  .pipe-arrow { transform: rotate(90deg); height: 18px; }
  .tech-compact { grid-template-columns: 1fr; gap: 32px; }
  .hero-sloth { display: none; }
  .nav-links { display: none; }
}


/* ============== SLOTH FAMILY DECORATIONS ============== */

/* Scenario card mascots — peeking from top-right corner */
.scenario-mascot {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 104px;
  height: 104px;
  border-radius: 22px;
  object-fit: cover;
  box-shadow:
    0 0 0 3px rgba(255,255,255,0.9),
    0 12px 28px -8px rgba(43,42,40,0.28);
  rotate: 8deg;
  transform: translateZ(0);
  transition: rotate 300ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
  z-index: 2;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.scenario:hover .scenario-mascot {
  rotate: 0deg;
  transform: scale(1.06) translateZ(0);
}
.scenario-mascot.explorer { animation: mascotFloat 5s ease-in-out infinite; }
.scenario-mascot.branch   { animation: mascotFloat 5.6s ease-in-out 0.3s infinite; }
.scenario-mascot.zen      { animation: mascotFloat 5.2s ease-in-out 0.6s infinite; }
.scenario-mascot.coffee   { animation: mascotFloat 5.8s ease-in-out 0.9s infinite; }

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

/* How-it-works floating mascot */
.how { position: relative; overflow: hidden; }
.how-mascot {
  position: absolute;
  top: 60px;
  right: 4%;
  width: 140px;
  height: 140px;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 0 0 4px rgba(255,255,255,0.95), 0 24px 48px -12px rgba(43,42,40,0.25);
  rotate: -6deg;
  transform: translateZ(0);
  animation: mascotFloat 7s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* CTA family — flanking the main sloth */
.cta { position: relative; overflow: hidden; }
.cta-family {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.85), 0 20px 40px -12px rgba(43,42,40,0.22);
  z-index: 1;
  pointer-events: none;
}
.cta-f1 {
  left: 8%;
  bottom: 18%;
  rotate: -10deg;
  transform: translateZ(0);
  animation: mascotFloat 6s ease-in-out infinite;
  will-change: transform;
  backface-visibility: hidden;
}
.cta-f2 {
  right: 7%;
  top: 22%;
  rotate: 9deg;
  transform: translateZ(0);
  animation: mascotFloat 6.4s ease-in-out 0.7s infinite;
  will-change: transform;
  backface-visibility: hidden;
}

@media (max-width: 900px) {
  .scenario-mascot { width: 72px; height: 72px; top: -12px; right: -12px; }
  .how-mascot { width: 92px; height: 92px; top: 24px; right: 16px; }
  .cta-family { width: 72px; height: 72px; }
  .cta-f1 { left: 4%; bottom: 8%; }
  .cta-f2 { right: 4%; top: 8%; }
}


/* Tech section — orbit only layout */
.tech-orbit-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 48px;
}
.tech-orbit-wrap .combo-label {
  margin-bottom: 32px;
}


/* Model chips in features card */
.model-chip {
  display: inline-flex; align-items: center;
  padding: 6px 14px; border-radius: 999px;
  font-size: 12px; font-weight: 600;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.8);
  border: 0.5px solid rgba(255,255,255,0.12);
  letter-spacing: -0.01em;
}
.model-chip.hi {
  background: rgba(255,179,64,0.18);
  color: #FFB340;
  border-color: rgba(255,179,64,0.3);
}
.model-chip.dim {
  opacity: 0.45;
}

/* Smooth image rendering for animated mascots */
.scenario-mascot, .how-mascot, .cta-family {
  image-rendering: -webkit-optimize-contrast;
  transform-style: preserve-3d;
}


/* ── Language switcher ── */
/* Language dropdown */
.lang-dd {
  position: fixed;
  top: 14px;
  right: 20px;
  z-index: 9999;
  font-family: inherit;
}
.lang-dd-trigger {
  all: unset;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px 7px 10px;
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  box-shadow: 0 0 0 0.5px rgba(43,42,40,0.12), 0 4px 14px -6px rgba(43,42,40,0.22);
  color: var(--ink-1);
  font-size: 12.5px;
  font-weight: 500;
  cursor: pointer;
  transition: background 160ms, box-shadow 160ms, transform 120ms;
  line-height: 1;
}
.lang-dd-trigger:hover {
  background: rgba(255,255,255,0.95);
  box-shadow: 0 0 0 0.5px rgba(43,42,40,0.18), 0 6px 18px -6px rgba(43,42,40,0.28);
}
.lang-dd-globe { color: var(--ink-2); opacity: 0.75; }
.lang-dd-chev {
  color: var(--ink-3);
  transition: transform 200ms cubic-bezier(0.2, 0.8, 0.2, 1);
  margin-left: 2px;
}
.lang-dd.open .lang-dd-chev { transform: rotate(180deg); }
.lang-dd-current { letter-spacing: 0.01em; }

.lang-dd-menu {
  list-style: none;
  margin: 0;
  padding: 5px;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 140px;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: 12px;
  box-shadow: 0 0 0 0.5px rgba(43,42,40,0.12), 0 12px 32px -8px rgba(43,42,40,0.28), 0 2px 6px rgba(43,42,40,0.06);
  opacity: 0;
  transform: translateY(-4px) scale(0.98);
  transform-origin: top right;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.lang-dd.open .lang-dd-menu {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.lang-dd-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px 8px 12px;
  border-radius: 7px;
  font-size: 13px;
  color: var(--ink-1);
  cursor: pointer;
  transition: background 120ms;
  line-height: 1.2;
}
.lang-dd-item:hover { background: rgba(43,42,40,0.06); }
.lang-dd-item.active { color: var(--accent); font-weight: 600; }
.lang-dd-check {
  opacity: 0;
  color: var(--accent);
  transition: opacity 120ms;
}
.lang-dd-item.active .lang-dd-check { opacity: 1; }

@media (max-width: 700px) {
  .lang-dd { top: 10px; right: 12px; }
  .lang-dd-menu { min-width: 120px; }
}


/* ── Rewrite suggestion cards in promo panel ── */
.ps-rew-suggs { display: flex; flex-direction: column; gap: 8px; margin-top: 10px; }
.ps-sugg {
  padding: 10px 12px;
  background: rgba(255,255,255,0.6);
  border-radius: 10px;
  box-shadow: 0 0 0 0.5px var(--ink-hair);
  cursor: pointer;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 320ms ease, transform 320ms cubic-bezier(0.2,0.8,0.2,1), background 160ms, box-shadow 160ms;
}
.ps-sugg:hover { background: rgba(255,255,255,0.9); box-shadow: 0 0 0 0.5px rgba(0,0,0,0.1); }
.ps-sugg-tag {
  font-family: var(--mono); font-size: 9.5px; font-weight: 600;
  color: var(--accent); letter-spacing: 0.4px; text-transform: uppercase;
  margin-bottom: 4px;
}
.ps-sugg-body { font-size: 13px; line-height: 1.5; color: var(--ink-1); }
