/* ============================================================
   Jardo landing. Monochrome, editorial, premium.
   Black canvas, hairline structure, Fraunces display + Inter body.
   ============================================================ */

:root {
  --bg: #000000;
  --bg-1: #060607;
  --bg-2: #0b0b0d;
  --ink: #f5f5f4;
  --ink-dim: #b9b9bd;
  --muted: #7d7d84;
  --faint: #4a4a50;
  --line: rgba(255, 255, 255, 0.10);
  --line-soft: rgba(255, 255, 255, 0.06);
  --white: #ffffff;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --gutter: clamp(1.25rem, 5vw, 6rem);
  --maxw: 1200px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
  letter-spacing: -0.01em;
}

::selection { background: var(--white); color: #000; }

a { color: inherit; text-decoration: none; }
em { font-style: italic; }

/* film grain overlay ---------------------------------------- */
.grain {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.035;
  mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ─────────────── nav ─────────────── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.4rem var(--gutter);
  transition: padding 0.4s var(--ease), background 0.4s var(--ease), border-color 0.4s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.is-stuck {
  padding: 0.85rem var(--gutter);
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(14px) saturate(120%);
  border-bottom: 1px solid var(--line-soft);
}
.brand { display: flex; align-items: center; gap: 0.6rem; }
.brand__mark { width: 26px; height: 26px; border-radius: 6px; }
.brand__word { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; letter-spacing: 0.01em; }
.nav__links { margin-left: auto; display: flex; gap: 2rem; }
.nav__links a { color: var(--ink-dim); font-size: 0.9rem; transition: color 0.25s; }
.nav__links a:hover { color: var(--white); }
.nav__cta { margin-left: 0; }

@media (max-width: 720px) {
  .nav__links { display: none; }
  .nav__cta { margin-left: auto; }
}

/* ─────────────── buttons ─────────────── */
.btn {
  --pad-y: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: var(--pad-y) 1.5rem;
  border-radius: 100px;
  font-size: 0.94rem;
  font-weight: 500;
  letter-spacing: 0;
  border: 1px solid var(--line);
  transition: transform 0.3s var(--ease), background 0.3s var(--ease), color 0.3s var(--ease), border-color 0.3s var(--ease);
  will-change: transform;
}
.btn--solid { background: var(--white); color: #000; border-color: var(--white); }
.btn--solid:hover { background: #e6e6e6; }
.btn--ghost { color: var(--ink); background: transparent; }
.btn--ghost:hover { border-color: rgba(255,255,255,0.35); background: rgba(255,255,255,0.04); }
.btn--lg { --pad-y: 1.1rem; padding-left: 2rem; padding-right: 2rem; font-size: 1rem; }
.btn--disabled { color: var(--muted); border-style: dashed; cursor: not-allowed; }
.btn__tag {
  font-size: 0.62rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 0.15em 0.5em; border-radius: 100px;
  background: rgba(0,0,0,0.12); border: 1px solid rgba(0,0,0,0.18);
}
.btn--disabled .btn__tag { background: transparent; border-color: var(--line); }

/* ─────────────── hero ─────────────── */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 8rem var(--gutter) 6rem;
  overflow: hidden;
}
.hero__halftone {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.9;
  -webkit-mask-image: radial-gradient(120% 90% at 78% 42%, #000 0%, #000 45%, transparent 78%);
          mask-image: radial-gradient(120% 90% at 78% 42%, #000 0%, #000 45%, transparent 78%);
}
.hero__inner { position: relative; z-index: 1; max-width: 900px; }
.eyebrow {
  font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 1.6rem;
}
.hero__title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(2.9rem, 8vw, 6.4rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  margin-bottom: 1.8rem;
}
.hero__title em { font-weight: 400; font-style: italic; }
.hero__sub {
  max-width: 620px;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  color: var(--ink-dim);
  line-height: 1.55;
  margin-bottom: 2.6rem;
}
.hero__sub strong { color: var(--ink); font-weight: 600; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 1.5rem; }
.hero__note { font-size: 0.85rem; color: var(--faint); }

.hero__scroll {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  width: 1px; height: 54px; background: linear-gradient(var(--line), transparent);
  z-index: 1;
}
.hero__scroll span {
  position: absolute; top: 0; left: 0; width: 1px; height: 18px; background: var(--white);
  animation: scrolldot 2.4s var(--ease) infinite;
}
@keyframes scrolldot { 0% { transform: translateY(0); opacity: 0; } 30% { opacity: 1; } 100% { transform: translateY(40px); opacity: 0; } }

/* ─────────────── shared section rhythm ─────────────── */
section { position: relative; }
.section-head { max-width: var(--maxw); margin: 0 auto 3.5rem; }
.section-head h2, .cost h2, .download h2 {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1.02; letter-spacing: -0.02em;
}
.section-head .eyebrow { margin-bottom: 1rem; }

/* ─────────────── statement ─────────────── */
.statement { padding: 9rem var(--gutter); border-top: 1px solid var(--line-soft); }
.statement__text {
  max-width: 1000px; margin: 0 auto;
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(1.6rem, 3.6vw, 2.7rem); line-height: 1.28; letter-spacing: -0.015em;
  color: var(--muted);
}
.statement__hl { color: var(--ink); }

/* ─────────────── pillars ─────────────── */
.pillars {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0; max-width: var(--maxw); margin: 0 auto;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.pillar { padding: 3.5rem clamp(1.5rem, 3vw, 3rem); border-left: 1px solid var(--line-soft); }
.pillar:first-child { border-left: none; }
.pillar__num { font-family: var(--serif); font-size: 0.95rem; color: var(--faint); }
.pillar h3 { font-family: var(--serif); font-weight: 400; font-size: 1.7rem; margin: 1.4rem 0 0.9rem; letter-spacing: -0.01em; }
.pillar p { color: var(--muted); font-size: 0.98rem; }
.pillar em { color: var(--ink-dim); }
@media (max-width: 820px) {
  .pillars { grid-template-columns: 1fr; }
  .pillar { border-left: none; border-top: 1px solid var(--line-soft); }
  .pillar:first-child { border-top: none; }
}

/* ─────────────── how ─────────────── */
.how { padding: 9rem var(--gutter); }
.steps { list-style: none; max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); }
.step { background: var(--bg); padding: 2.8rem clamp(1.5rem, 3vw, 2.6rem); transition: background 0.4s var(--ease); }
.step:hover { background: var(--bg-2); }
.step__k { font-family: var(--serif); font-size: 0.9rem; color: var(--faint); }
.step h4 { font-family: var(--serif); font-weight: 400; font-size: 1.4rem; margin: 1rem 0 0.7rem; }
.step p { color: var(--muted); font-size: 0.96rem; }
.step code { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 0.85em; color: var(--ink-dim); background: rgba(255,255,255,0.05); padding: 0.1em 0.4em; border-radius: 4px; }
@media (max-width: 720px) { .steps { grid-template-columns: 1fr; } }

/* ─────────────── device memory ─────────────── */
.memory {
  padding: 9rem var(--gutter); border-top: 1px solid var(--line-soft);
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 6vw, 5rem);
  max-width: calc(var(--maxw) + 4rem); margin: 0 auto; align-items: center;
}
.memory__lede { color: var(--ink-dim); margin: 1.4rem 0 1.8rem; font-size: 1.06rem; line-height: 1.65; }
.memory__lede strong { color: var(--white); font-weight: 600; }
.memory__lede em { color: var(--ink); font-style: italic; }
.memory__list { list-style: none; display: grid; gap: 0.9rem; }
.memory__list li { position: relative; padding-left: 1.6rem; color: var(--muted); font-size: 0.98rem; }
.memory__list li::before { content: ""; position: absolute; left: 0; top: 0.62em; width: 7px; height: 7px; border-radius: 50%; background: var(--white); }
.memcard {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: 14px;
  padding: 2rem 1.8rem; box-shadow: 0 30px 80px -40px rgba(0,0,0,0.9);
}
.memcard__tag {
  display: inline-block; font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted); border: 1px solid var(--line); border-radius: 999px; padding: 4px 10px; margin-bottom: 1rem;
}
.memcard h4 { font-family: var(--serif); font-weight: 400; font-size: 1.5rem; margin-bottom: 1.2rem; }
.memcard dl { display: grid; gap: 0.85rem; margin: 0; }
.memcard dl div { display: grid; grid-template-columns: 5.5rem 1fr; gap: 0.75rem; font-size: 0.92rem; }
.memcard dt { color: var(--faint); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.72rem; padding-top: 2px; }
.memcard dd { color: var(--ink-dim); margin: 0; }
.memcard__foot { margin-top: 1.4rem; font-size: 0.82rem; color: var(--faint); }
@media (max-width: 900px) { .memory { grid-template-columns: 1fr; } }

/* ─────────────── cost ─────────────── */
.cost {
  padding: 9rem var(--gutter); border-top: 1px solid var(--line-soft);
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 6vw, 6rem);
  max-width: calc(var(--maxw) + 4rem); margin: 0 auto; align-items: center;
}
.cost__lede { color: var(--ink-dim); margin: 1.6rem 0 2rem; font-size: 1.08rem; }
.cost__lede em { color: var(--white); font-style: italic; }
.cost__list { list-style: none; display: grid; gap: 0.9rem; }
.cost__list li { position: relative; padding-left: 1.6rem; color: var(--muted); }
.cost__list li::before { content: ""; position: absolute; left: 0; top: 0.62em; width: 7px; height: 7px; border-radius: 50%; background: var(--white); }
.cost__stats { display: grid; gap: 1px; background: var(--line-soft); border: 1px solid var(--line); }
.stat { background: var(--bg); padding: 2.2rem 2rem; }
.stat__num { display: block; font-family: var(--serif); font-weight: 300; font-size: clamp(2.6rem, 6vw, 3.8rem); line-height: 1; letter-spacing: -0.02em; }
.stat__label { display: block; margin-top: 0.7rem; color: var(--muted); font-size: 0.9rem; max-width: 34ch; }
@media (max-width: 900px) { .cost { grid-template-columns: 1fr; } }

/* ─────────────── compute stack ─────────────── */
.compute { padding: 9rem var(--gutter); border-top: 1px solid var(--line-soft); }
.compute__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px;
  background: var(--line-soft); border: 1px solid var(--line);
  max-width: var(--maxw); margin: 0 auto;
}
.ccard { background: var(--bg); padding: 2.4rem clamp(1.5rem, 3vw, 2.4rem); transition: background 0.4s var(--ease); }
.ccard:hover { background: var(--bg-2); }
.ccard h4 { font-family: var(--serif); font-weight: 400; font-size: 1.35rem; margin-bottom: 0.75rem; }
.ccard p { color: var(--muted); font-size: 0.96rem; line-height: 1.6; }
@media (max-width: 720px) { .compute__grid { grid-template-columns: 1fr; } }

/* ─────────────── trust ─────────────── */
.trust { padding: 9rem var(--gutter); border-top: 1px solid var(--line-soft); }
.trust__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line-soft); border: 1px solid var(--line); max-width: var(--maxw); margin: 0 auto; }
.tcard { background: var(--bg); padding: 2.6rem clamp(1.5rem, 3vw, 2.6rem); transition: background 0.4s var(--ease); }
.tcard:hover { background: var(--bg-2); }
.tcard h4 { font-family: var(--serif); font-weight: 400; font-size: 1.35rem; margin-bottom: 0.7rem; }
.tcard p { color: var(--muted); font-size: 0.96rem; }
@media (max-width: 720px) { .trust__grid { grid-template-columns: 1fr; } }

/* ─────────────── download ─────────────── */
.download { padding: 10rem var(--gutter); text-align: center; border-top: 1px solid var(--line); background: radial-gradient(80% 120% at 50% 0%, var(--bg-2) 0%, var(--bg) 60%); }
.download__inner { max-width: 720px; margin: 0 auto; }
.download__mark { width: 64px; height: 64px; border-radius: 14px; margin-bottom: 2rem; }
.download__sub { color: var(--ink-dim); font-size: 1.15rem; margin: 1.4rem auto 2.6rem; max-width: 46ch; }
.download__install { max-width: 40rem; margin: 0 auto 1.6rem; }
.download__install-label { color: var(--ink-dim); font-size: 0.82rem; margin: 0 0 0.6rem; }
.download__cmd { display: flex; align-items: stretch; gap: 0; border: 1px solid var(--line, rgba(255,255,255,0.14)); border-radius: 10px; overflow: hidden; background: rgba(0,0,0,0.35); }
.download__cmd code { flex: 1; padding: 0.85rem 1rem; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.9rem; text-align: left; white-space: nowrap; overflow-x: auto; color: var(--ink, #eee); }
.copy-btn { flex: 0 0 auto; border: none; border-left: 1px solid var(--line, rgba(255,255,255,0.14)); background: rgba(255,255,255,0.06); color: var(--ink, #eee); padding: 0 1.1rem; font-size: 0.85rem; font-weight: 600; cursor: pointer; }
.copy-btn:hover { background: rgba(255,255,255,0.12); }
.download__actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-bottom: 2rem; }
.download__fine { color: var(--faint); font-size: 0.86rem; max-width: 48ch; margin: 0 auto; }
.download__fine strong { color: var(--muted); }

/* ─────────────── footer ─────────────── */
.foot { padding: 4rem var(--gutter); border-top: 1px solid var(--line-soft); display: grid; gap: 1rem; }
.foot__brand { display: flex; align-items: center; gap: 0.55rem; }
.foot__brand .brand__mark { width: 22px; height: 22px; }
.foot__tag { color: var(--muted); max-width: 52ch; }
.foot__copy { color: var(--faint); font-size: 0.85rem; }

/* ─────────────── scroll reveal ─────────────── */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero__scroll { display: none; }
}

/* ─────────────── hero free-trial line ─────────────── */
.hero__trial {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 0.92rem; color: var(--ink-dim); margin-bottom: 1rem;
}
.hero__trial .dot {
  width: 7px; height: 7px; border-radius: 50%; background: #fff;
  box-shadow: 0 0 0 0 rgba(255,255,255,0.6); animation: trial-pulse 2s ease-in-out infinite;
}
@keyframes trial-pulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(255,255,255,0.5); }
  50% { box-shadow: 0 0 0 6px rgba(255,255,255,0); }
}

/* ─────────────── live sample / demo ─────────────── */
.demo {
  padding: 9rem var(--gutter); border-top: 1px solid var(--line-soft);
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem, 6vw, 5rem);
  max-width: calc(var(--maxw) + 4rem); margin: 0 auto; align-items: center;
}
.demo__lede { color: var(--ink-dim); margin: 1.4rem 0 1.8rem; font-size: 1.06rem; line-height: 1.6; }
.demo__points { list-style: none; display: grid; gap: 0.8rem; }
.demo__points li { position: relative; padding-left: 1.6rem; color: var(--muted); }
.demo__points li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 7px; height: 7px; border-radius: 50%; background: var(--white); }
.term {
  background: #050506; border: 1px solid var(--line); border-radius: 12px;
  overflow: hidden; box-shadow: 0 30px 80px -30px rgba(0,0,0,0.9);
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
}
.term__bar {
  display: flex; align-items: center; gap: 7px; padding: 11px 14px;
  border-bottom: 1px solid var(--line-soft); background: #0b0b0d;
}
.term__bar span { width: 11px; height: 11px; border-radius: 50%; background: #2a2a30; }
.term__bar em { margin-left: auto; font-style: normal; font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--faint); }
.term__body { padding: 20px 20px 24px; min-height: 340px; font-size: 0.9rem; line-height: 1.9; }
.term__line { display: block; white-space: pre-wrap; opacity: 0; transform: translateY(4px); animation: term-in 0.35s var(--ease) forwards; }
@keyframes term-in { to { opacity: 1; transform: none; } }
.term__line .who { color: var(--faint); }
.term__line.you .who { color: #cfcfd4; }
.term__line.jardo .who { color: #fff; }
.term__line.agent .who { color: #8a8a90; }
.term__line .ok { color: #cfcfd4; }
.term__line .no { color: #e28c8c; }
.term__cursor::after { content: "▋"; color: var(--white); animation: term-blink 1s steps(2) infinite; }
@keyframes term-blink { 50% { opacity: 0; } }
@media (max-width: 900px) { .demo { grid-template-columns: 1fr; } .term__body { min-height: 300px; } }

/* ─────────────── free trial / powered by ─────────────── */
.trial { padding: 9rem var(--gutter); border-top: 1px solid var(--line-soft); text-align: center; }
.trial__inner { max-width: 760px; margin: 0 auto; }
.trial__lede { color: var(--ink-dim); font-size: 1.1rem; line-height: 1.65; margin: 1.4rem auto 0; max-width: 60ch; }
.trial__lede strong { color: var(--white); font-weight: 600; }
.trial__stack { display: flex; flex-wrap: wrap; gap: 0.7rem; justify-content: center; margin-top: 2.2rem; }
.trial__optional { margin-top: 1rem; padding-top: 1.2rem; border-top: 1px solid var(--line-soft); }
.trial__optional em { color: var(--ink-dim); font-style: italic; }
.chip {
  font-size: 0.82rem; color: var(--ink-dim); padding: 8px 16px; border-radius: 100px;
  border: 1px solid var(--line); background: rgba(255,255,255,0.02);
}

/* ─────────────── live app scene (demo) ─────────────── */
.demo__stage { position: relative; }
.scene {
  position: relative; height: clamp(380px, 42vw, 460px); width: 100%;
  perspective: 1400px;
}
.win {
  position: absolute; border-radius: 12px; overflow: hidden;
  background: #050506; border: 1px solid var(--line);
  box-shadow: 0 40px 90px -30px rgba(0,0,0,0.9);
}
.win__bar {
  display: flex; align-items: center; gap: 7px; padding: 10px 13px;
  border-bottom: 1px solid var(--line-soft); background: #0b0b0d;
}
.win__bar span { width: 10px; height: 10px; border-radius: 50%; background: #26262c; }
.win__bar em {
  margin-left: auto; font-style: normal; font-size: 0.7rem;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--faint);
}
.win__body { padding: 16px; }

/* terminal window: behind, upper-right, animates open */
.win--term {
  top: 0; right: 0; width: 70%; height: 80%;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  opacity: 0; transform: translate(24px, -14px) scale(0.96) rotateY(-6deg);
  transform-origin: top right;
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}
.win--term.is-open { opacity: 1; transform: none; }
.win--term .win__body { height: calc(100% - 40px); overflow: hidden; font-size: 0.82rem; line-height: 1.85; }

/* Jardo app window: front, lower-left */
.win--app {
  bottom: 0; left: 0; width: 55%; z-index: 2;
  box-shadow: 0 40px 90px -24px rgba(0,0,0,0.95);
}
.app__body { display: flex; flex-direction: column; align-items: center; padding: 22px 18px 20px; }
.app__avatar { width: 96px; height: 96px; }
.app__state {
  margin-top: 10px; font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted); min-height: 1em; transition: color 0.3s;
}
.app__state.approve { color: #8fd6ad; }
.app__state.decline { color: #e6a2a2; }
.app__chat { width: 100%; margin-top: 16px; display: flex; flex-direction: column; gap: 8px; min-height: 120px; }
.cbub {
  max-width: 88%; padding: 8px 12px; border-radius: 12px; font-size: 0.82rem; line-height: 1.45;
  opacity: 0; transform: translateY(6px); animation: cbub-in 0.4s var(--ease) forwards;
}
.cbub.out { animation: cbub-out 0.5s var(--ease) forwards; }
.cbub.you { align-self: flex-end; background: var(--white); color: #000; border-bottom-right-radius: 4px; }
.cbub.jardo { align-self: flex-start; background: rgba(255,255,255,0.06); border: 1px solid var(--line); border-bottom-left-radius: 4px; }
@keyframes cbub-in { to { opacity: 1; transform: none; } }
@keyframes cbub-out { to { opacity: 0; transform: translateY(-6px); } }

/* terminal lines + verdict chips */
.term__line { display: block; white-space: pre-wrap; opacity: 0; transform: translateY(3px); animation: term-in 0.3s var(--ease) forwards; color: var(--ink-dim); }
@keyframes term-in { to { opacity: 1; transform: none; } }
.term__line .muted { color: var(--faint); }
.term__line .prompt { color: #fff; }
.term__verdict { display: inline-block; margin-left: 4px; padding: 1px 8px; border-radius: 100px; font-size: 0.72rem; border: 1px solid var(--line); }
.term__verdict.ok { color: #8fd6ad; border-color: rgba(143,214,173,0.4); }
.term__verdict.no { color: #e6a2a2; border-color: rgba(230,162,162,0.4); }

@media (max-width: 900px) {
  .scene { height: auto; display: flex; flex-direction: column; gap: 14px; perspective: none; }
  .win { position: relative; width: 100% !important; }
  .win--term { height: 240px; transform: none; opacity: 1; }
  .win--app { order: -1; }
}

/* live infra status pill */
.trial__status { margin-top: 1.4rem; font-size: 0.86rem; color: var(--ink-dim); display: inline-flex; align-items: center; gap: 9px; }
.trial__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--faint); }
.trial__dot.live { background: #8fd6ad; box-shadow: 0 0 0 0 rgba(143,214,173,0.6); animation: trial-pulse 2s ease-in-out infinite; }
