/* /branding/process — FUTURISTIC / SCI-FI mission-system theme
   Dark space canvas, neon brand accents, wired timeline, HUD panels.
   On-brand: the BytesGlue mark is a space astronaut. */

.proc {
  --p-bg: #05080F;
  --p-bg2: #0A0F1C;
  --p-panel: rgba(14, 23, 42, 0.94);
  --p-solid: #0C1322;
  --p-line: rgba(120, 160, 220, 0.16);
  --p-line-2: rgba(120, 160, 220, 0.30);
  --p-blue: #2E8BFF;
  --p-cyan: #34E0FF;
  --p-orange: #FB7A2E;
  --p-violet: #7C5CFF;
  --p-text: #EAF1FB;
  --p-muted: #94A8C6;
  --p-dim: #5E6F8C;
  --p-mono: "JetBrains Mono", ui-monospace, monospace;
  --p-display: "Space Grotesk", system-ui, sans-serif;
  --p-body: "Inter", system-ui, sans-serif;

  position: relative;
  background: var(--p-bg);
  color: var(--p-text);
  font-family: var(--p-body);
  overflow: hidden;
}

/* page-wide dark + ambient field — scoped to the React mount so the surrounding
   site chrome (header/footer) keeps its own background. */
.bg-brand-scope { background: #05080F; }

/* /branding only: pull the footer's top padding in so the dark constellation
   section meets the footer band without the default 240px gap. Pricing keeps
   its default gap. */
body.bytesglue-webdesign-body footer > .vl-footer {
  padding-top: 50px !important;
}

.proc-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(900px 520px at 82% 4%, rgba(46,125,255,0.18), transparent 60%),
    radial-gradient(760px 520px at 8% 30%, rgba(52,224,255,0.10), transparent 60%),
    radial-gradient(700px 700px at 50% 116%, rgba(124,92,255,0.12), transparent 60%);
}
.proc-grid {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(120,160,220,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120,160,220,0.06) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(180deg, black, transparent 70%);
  -webkit-mask-image: linear-gradient(180deg, black, transparent 70%);
}
.proc-stars {
  position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: 0.8;
  background-image:
    radial-gradient(1.5px 1.5px at 15% 18%, rgba(255,255,255,0.7), transparent),
    radial-gradient(1px 1px at 68% 28%, rgba(52,224,255,0.8), transparent),
    radial-gradient(1px 1px at 42% 48%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1.5px 1.5px at 88% 62%, rgba(255,255,255,0.6), transparent),
    radial-gradient(1px 1px at 26% 72%, rgba(46,139,255,0.8), transparent),
    radial-gradient(1px 1px at 78% 88%, rgba(255,255,255,0.4), transparent);
}
.proc > * { position: relative; z-index: 1; }

.proc .container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 32px; }
@media (max-width: 720px) { .proc .container { padding: 0 20px; } }
.proc .sec { padding: 110px 0; position: relative; overflow: hidden; }
@media (max-width: 720px) { .proc .sec { padding: 72px 0; } }

/* ---------- HUD label / eyebrow ---------- */
.hud {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--p-mono);
  font-size: 11px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--p-cyan);
}
.hud::before {
  content: ""; width: 22px; height: 1px; background: linear-gradient(90deg, transparent, var(--p-cyan));
}
.hud-pill {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--p-mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--p-cyan);
  padding: 7px 13px; border-radius: 999px;
  border: 1px solid rgba(52,224,255,0.30);
  background: rgba(52,224,255,0.06);
}
.hud-pill .led { width: 6px; height: 6px; border-radius: 50%; background: var(--p-cyan); box-shadow: 0 0 10px var(--p-cyan); animation: led 2.4s ease-in-out infinite; }
@keyframes led { 50% { opacity: 0.35; } }

.proc h1, .proc h2, .proc h3, .proc h4 { font-family: var(--p-display); margin: 0; color: var(--p-text); letter-spacing: -0.02em; font-weight: 600; }
.proc-display { font-size: clamp(42px, 5.6vw, 76px); line-height: 1.0; letter-spacing: -0.04em; font-weight: 700; }
.proc-h2 { font-size: clamp(30px, 3.6vw, 50px); line-height: 1.05; letter-spacing: -0.03em; font-weight: 700; }
.proc-lede { font-size: clamp(16px, 1.3vw, 19px); line-height: 1.6; color: var(--p-muted); max-width: 62ch; }
.proc-body { font-size: 14.5px; line-height: 1.6; color: var(--p-muted); }
.glow-cyan { color: var(--p-cyan); text-shadow: 0 0 24px rgba(52,224,255,0.5); }
.glow-blue { color: #6FB4FF; text-shadow: 0 0 24px rgba(46,139,255,0.55); }

/* ---------- Hero ---------- */
.proc-hero { padding: 88px 0 80px; position: relative; overflow: hidden; }
.proc-hero .container { position: relative; z-index: 1; }
.hero-constellation { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }

/* Page-wide constellation: sticks to the viewport while .proc is in view so the
   network of points sits behind every section (not just the hero) and scrolls
   off naturally when the footer comes up. */
.proc > .hero-constellation-page {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin-bottom: -100vh; /* take no space in flow — sections render directly after the backdrop layers */
  z-index: 0;
  pointer-events: none;
}

/* Per-section constellation overlay: same look as HeroFX but bound to a single
   .sec so each section carries its own local particle field on top of (and
   independent from) the sticky page-wide canvas. */
.proc .sec > .sec-constellation {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.proc-hero-art { transition: transform .25s ease-out; will-change: transform; }
.proc-hero-grid { margin-top: 20px; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(0,0.92fr); gap: 48px; align-items: center; }
@media (max-width: 960px) { .proc-hero-grid { grid-template-columns: 1fr; gap: 36px; } .proc-hero-art { order: -1; } }

.proc-hero-art { position: relative; display: flex; align-items: center; justify-content: center; }
.proc-hero-ring {
  position: absolute; width: 86%; aspect-ratio: 1; border-radius: 50%;
  border: 1px solid rgba(52,224,255,0.18);
  box-shadow: inset 0 0 60px rgba(46,139,255,0.18);
}
.proc-hero-ring::after {
  content: ""; position: absolute; inset: -8%; border-radius: 50%;
  border: 1px dashed rgba(120,160,220,0.18);
  animation: spin 40s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.proc-hero-art .halo {
  position: absolute; width: 70%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(46,139,255,0.4), transparent 70%);
  filter: blur(14px);
}
.proc-hero-art img { position: relative; width: 74%; filter: drop-shadow(0 26px 50px rgba(46,139,255,0.5)); animation: bob 6s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(-14px); } }

.proc-stats { display: flex; gap: 14px; margin-top: 40px; flex-wrap: wrap; }
.proc-stat { flex: 1; min-width: 120px; padding: 16px 18px; border: 1px solid var(--p-line); border-radius: 12px; background: var(--p-panel); }
.proc-stat-k { font-family: var(--p-display); font-size: 28px; font-weight: 700; letter-spacing: -0.02em; }
.proc-stat-l { font-family: var(--p-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--p-dim); margin-top: 6px; }

/* buttons on the dark page */
.proc .btn-neon {
  display: inline-flex; align-items: center; gap: 11px;
  font-family: var(--p-mono); font-size: 12px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 13px 22px; border-radius: 10px; cursor: pointer;
  background: linear-gradient(180deg, #3A93FF, #1E66E6); color: #fff;
  border: 1px solid rgba(120,180,255,0.6);
  box-shadow: 0 0 0 1px rgba(46,139,255,0.3), 0 18px 40px -16px rgba(46,139,255,0.8);
  transition: transform .15s ease, box-shadow .2s ease;
}
.proc .btn-neon:hover { transform: translateY(-2px); box-shadow: 0 0 0 1px rgba(52,224,255,0.6), 0 22px 48px -14px rgba(52,224,255,0.6); }
.proc .btn-line {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--p-mono); font-size: 12px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 13px 22px; border-radius: 10px; cursor: pointer;
  background: transparent; color: var(--p-text);
  border: 1px solid var(--p-line-2);
  transition: border-color .15s ease, color .15s ease, background .15s ease;
}
.proc .btn-line:hover { border-color: var(--p-cyan); color: var(--p-cyan); background: rgba(52,224,255,0.05); }
.proc .ar { width: 14px; height: 14px; }

/* ---------- Section heading ---------- */
.proc-head { max-width: 720px; margin: 0 auto 60px; text-align: center; }
.proc-head .hud, .proc-head .hud-pill { margin-bottom: 18px; }

/* ---------- Mission timeline ---------- */
.tl { position: relative; }
.tl-spine { position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; transform: translateX(-50%);
  background: linear-gradient(180deg, transparent, rgba(52,224,255,0.45) 8%, rgba(46,139,255,0.45) 92%, transparent);
}
.tl-step { position: relative; display: grid; grid-template-columns: 1fr 76px 1fr; align-items: center; margin-bottom: 26px; }
.tl-step:last-child { margin-bottom: 0; }
.tl-card-wrap { grid-column: 1; display: flex; justify-content: flex-end; }
.tl-step.right .tl-card-wrap { grid-column: 3; justify-content: flex-start; }
.tl-node { grid-column: 2; display: flex; align-items: center; justify-content: center; position: relative; }

.tl-node-dot {
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--p-bg); border: 2px solid var(--p-cyan);
  box-shadow: 0 0 0 4px rgba(52,224,255,0.10), 0 0 18px rgba(52,224,255,0.7);
  position: relative; z-index: 2;
}
.tl-node-dot::after { content: ""; position: absolute; inset: -7px; border-radius: 50%; border: 1px solid rgba(52,224,255,0.4); animation: ping 2.6s ease-out infinite; }
@keyframes ping { 0% { transform: scale(0.7); opacity: 0.9; } 100% { transform: scale(1.6); opacity: 0; } }
.tl-step.gate .tl-node-dot { border-color: var(--p-orange); box-shadow: 0 0 0 4px rgba(251,122,46,0.12), 0 0 18px rgba(251,122,46,0.7); }
.tl-step.gate .tl-node-dot::after { border-color: rgba(251,122,46,0.45); }
.tl-step.opt .tl-node-dot { border-color: var(--p-dim); box-shadow: none; }
.tl-step.opt .tl-node-dot::after { display: none; }

/* connector from node to card */
.tl-card-wrap::before {
  content: ""; position: absolute; top: 50%; width: 38px; height: 1px;
  background: linear-gradient(90deg, var(--p-cyan), transparent);
}
.tl-step:not(.right) .tl-card-wrap::before { right: calc(50% - 38px); transform: translateX(0); left: auto; background: linear-gradient(270deg, var(--p-cyan), transparent); }
.tl-step.right .tl-card-wrap::before { left: calc(50% - 38px); }

/* console card */
.tl-card {
  position: relative;
  width: 100%; max-width: 460px;
  background: linear-gradient(180deg, rgba(18,28,50,0.96), rgba(10,16,30,0.96));
  border: 1px solid var(--p-line);
  border-radius: 14px;
  padding: 22px 22px 20px;
  transition: border-color .18s ease, transform .18s ease, box-shadow .2s ease;
}
.tl-card:hover { border-color: rgba(52,224,255,0.5); transform: translateY(-3px); box-shadow: 0 24px 60px -28px rgba(46,139,255,0.6); }
.tl-step.gate .tl-card { border-color: rgba(251,122,46,0.32); }
.tl-step.opt .tl-card { border-style: dashed; }

.tl-cardhead { display: flex; align-items: center; justify-content: space-between; }
.tl-num { font-family: var(--p-display); font-weight: 700; font-size: 30px; letter-spacing: -0.03em; color: #6FB4FF; line-height: 1; }
.tl-step.gate .tl-num { color: var(--p-orange); }
.tl-step.opt .tl-num { color: var(--p-dim); }
.tl-status {
  font-family: var(--p-mono); font-size: 9.5px; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 4px 9px; border-radius: 5px; border: 1px solid var(--p-line-2); color: var(--p-muted);
}
.tl-status.s-gate { color: var(--p-orange); border-color: rgba(251,122,46,0.4); }
.tl-status.s-hand { color: var(--p-cyan); border-color: rgba(52,224,255,0.4); }
.tl-title { font-family: var(--p-display); font-size: 21px; font-weight: 600; letter-spacing: -0.015em; margin-top: 14px; color: var(--p-text); }
.tl-what { font-size: 13.5px; line-height: 1.55; color: var(--p-muted); margin-top: 9px; }

.tl-why {
  margin-top: 14px; padding: 11px 13px;
  border-left: 2px solid var(--p-cyan);
  background: linear-gradient(90deg, rgba(52,224,255,0.08), transparent);
  border-radius: 0 8px 8px 0;
}
.tl-why-label { font-family: var(--p-mono); font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--p-cyan); }
.tl-why-text { font-size: 12.5px; line-height: 1.5; color: var(--p-text); opacity: 0.92; margin-top: 4px; }

.tl-meta { margin-top: 16px; display: grid; gap: 10px; }
.tl-meta-row { display: grid; grid-template-columns: 64px 1fr; gap: 10px; align-items: start; }
.tl-meta-k { font-family: var(--p-mono); font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--p-dim); padding-top: 5px; }
.tl-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.tl-chip { font-family: var(--p-mono); font-size: 10px; letter-spacing: 0.02em; color: var(--p-muted); padding: 4px 9px; border-radius: 6px; border: 1px solid var(--p-line); background: rgba(120,160,220,0.05); }
.tl-chip.out { color: #8FE9FF; border-color: rgba(52,224,255,0.25); background: rgba(52,224,255,0.06); }

@media (max-width: 860px) {
  .tl-spine { left: 22px; }
  .tl-step { grid-template-columns: 44px 1fr; gap: 6px; }
  .tl-node { grid-column: 1; }
  .tl-card-wrap, .tl-step.right .tl-card-wrap { grid-column: 2; justify-content: flex-start; }
  .tl-card-wrap::before, .tl-step.right .tl-card-wrap::before { left: -16px; right: auto; width: 16px; background: linear-gradient(270deg, var(--p-cyan), transparent); }
  .tl-card { max-width: none; }
}

/* ---------- Palette showcase ---------- */
.pal-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
@media (max-width: 880px) { .pal-grid { grid-template-columns: repeat(2, 1fr); } }
.pal-card {
  position: relative; border: 1px solid var(--p-line); border-radius: 14px; overflow: hidden;
  background: var(--p-solid); transition: transform .18s ease, box-shadow .2s ease;
}
.pal-card:hover { transform: translateY(-4px); box-shadow: 0 24px 50px -26px rgba(0,0,0,0.8); }
.pal-fill { height: 130px; position: relative; display: flex; align-items: flex-end; padding: 12px; }
.pal-fill::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.35)); }
.pal-role { position: relative; font-family: var(--p-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; }
.pal-meta { padding: 14px; }
.pal-name { font-family: var(--p-display); font-weight: 600; font-size: 15px; }
.pal-hex { font-family: var(--p-mono); font-size: 11px; color: var(--p-cyan); margin-top: 3px; }
.pal-use { font-size: 11.5px; color: var(--p-muted); margin-top: 8px; line-height: 1.45; }

.pal-extras { display: grid; grid-template-columns: 1.4fr 1fr; gap: 14px; margin-top: 14px; }
@media (max-width: 760px) { .pal-extras { grid-template-columns: 1fr; } }
.pal-panel { border: 1px solid var(--p-line); border-radius: 14px; background: var(--p-panel); padding: 18px; }
.pal-gradient { height: 80px; border-radius: 10px; background: linear-gradient(110deg, #1E66E6, #2E8BFF 45%, #34E0FF); }
.pal-ramp { display: flex; border-radius: 8px; overflow: hidden; margin-top: 14px; }
.pal-ramp span { flex: 1; height: 40px; }

/* ---------- Type showcase ---------- */
.type-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 16px; }
@media (max-width: 880px) { .type-grid { grid-template-columns: 1fr; } }
.type-card { border: 1px solid var(--p-line); border-radius: 16px; background: var(--p-panel); padding: clamp(22px, 3vw, 34px); }
.type-row { display: flex; align-items: baseline; justify-content: space-between; }
.type-spec { font-weight: 700; line-height: 0.96; letter-spacing: -0.04em; margin-top: 14px; color: var(--p-text); }
.type-sample { color: var(--p-muted); margin-top: 12px; }
.type-why { font-size: 12.5px; color: var(--p-muted); margin-top: 14px; line-height: 1.5; }
.type-tag { font-family: var(--p-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--p-cyan); }
.type-scale { border: 1px solid var(--p-line); border-radius: 16px; background: var(--p-panel); padding: clamp(20px,3vw,30px); margin-top: 16px; }
.type-scale-row { display: grid; grid-template-columns: 96px 1fr; gap: 18px; align-items: baseline; border-top: 1px solid var(--p-line); padding-top: 14px; margin-top: 14px; }
.type-scale-row:first-of-type { border-top: none; }
.type-scale-k { font-family: var(--p-mono); font-size: 10px; letter-spacing: 0.08em; color: var(--p-dim); text-transform: uppercase; }

/* ---------- AI band ---------- */
.ai-band { border: 1px solid var(--p-line); border-radius: 22px; padding: clamp(28px,4vw,54px); background:
  radial-gradient(700px 300px at 88% 0%, rgba(46,139,255,0.16), transparent 70%), linear-gradient(180deg, rgba(16,26,46,0.7), rgba(8,13,26,0.7)); position: relative; overflow: hidden; }
.ai-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
@media (max-width: 860px) { .ai-grid2 { grid-template-columns: 1fr; gap: 30px; } }
.ai-items2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 480px) { .ai-items2 { grid-template-columns: 1fr; } }
.ai-item2 { border: 1px solid var(--p-line); border-radius: 12px; background: rgba(10,16,30,0.5); padding: 18px; }
.ai-item2 .n { font-family: var(--p-mono); font-size: 11px; color: var(--p-cyan); letter-spacing: 0.1em; }
.ai-item2 h4 { font-family: var(--p-display); font-size: 16px; font-weight: 600; margin-top: 8px; }
.ai-item2 p { font-size: 12.5px; color: var(--p-muted); margin-top: 6px; line-height: 1.5; }

/* ---------- CTA ---------- */
.proc-cta { border: 1px solid rgba(52,224,255,0.28); border-radius: 24px; padding: clamp(32px,4vw,64px); position: relative; overflow: hidden;
  background: radial-gradient(620px 300px at 84% 50%, rgba(46,139,255,0.22), transparent 70%), linear-gradient(180deg, rgba(14,22,42,0.85), rgba(7,11,22,0.9)); }
.proc-cta-grid { display: grid; grid-template-columns: 1.5fr auto; gap: 40px; align-items: center; }
@media (max-width: 720px) { .proc-cta-grid { grid-template-columns: 1fr; } }

@media (prefers-reduced-motion: reduce) {
  .proc-hero-art img, .proc-hero-ring::after, .tl-node-dot::after, .hud-pill .led { animation: none; }
}

/* ============================================================
   FANCY FRAMES + HUD GRAPHICS
   ============================================================ */

/* 4-corner L brackets + edge ticks (Frame component) */
.frame { position: relative; isolation: isolate; }
.frame > .cnr {
  position: absolute; width: 15px; height: 15px; pointer-events: none; z-index: -1;
  color: var(--p-cyan); border-color: var(--p-cyan); opacity: 0.85;
}
.frame > .cnr.tl { top: 8px; left: 8px; border-top: 2px solid; border-left: 2px solid; border-top-left-radius: 5px; }
.frame > .cnr.tr { top: 8px; right: 8px; border-top: 2px solid; border-right: 2px solid; border-top-right-radius: 5px; }
.frame > .cnr.bl { bottom: 8px; left: 8px; border-bottom: 2px solid; border-left: 2px solid; border-bottom-left-radius: 5px; }
.frame > .cnr.br { bottom: 8px; right: 8px; border-bottom: 2px solid; border-right: 2px solid; border-bottom-right-radius: 5px; }
.frame > .edge-tick { position: absolute; left: 50%; transform: translateX(-50%); width: 28px; height: 2px; background: var(--p-line-2); pointer-events: none; z-index: -1; }
.frame > .edge-tick.et-t { top: -1px; }
.frame > .edge-tick.et-b { bottom: -1px; }
.frame.frame-glow:hover > .cnr { opacity: 1; }
.tl-step.gate .frame > .cnr { border-color: var(--p-orange); }
.tl-step.opt .frame > .cnr { border-color: var(--p-dim); }

/* base for all decorative svg/graphics */
.deco { position: absolute; pointer-events: none; color: var(--p-cyan); z-index: 0; }

/* scanline overlay */
.scanline { position: absolute; inset: 0; pointer-events: none; z-index: 0; opacity: 0.5;
  background: repeating-linear-gradient(180deg, rgba(120,160,220,0.05) 0 1px, transparent 1px 4px);
  mask-image: radial-gradient(ellipse at 60% 40%, black, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 60% 40%, black, transparent 75%);
}

/* radar sweep (hero) */
.radar { position: absolute; width: 78%; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(52,224,255,0.18); overflow: hidden; }
.radar::after { content: ""; position: absolute; inset: 0; border-radius: 50%;
  background: conic-gradient(from 0deg, rgba(52,224,255,0.32), rgba(52,224,255,0) 70deg);
  animation: spin 5s linear infinite; }

/* readout chips */
.readout { position: absolute; z-index: 3; display: inline-flex; flex-direction: column; gap: 1px;
  font-family: var(--p-mono); padding: 6px 10px; border-radius: 8px;
  background: rgba(8,13,26,0.92); border: 1px solid var(--p-line-2); }
.readout-l { font-size: 8px; letter-spacing: 0.16em; color: var(--p-dim); }
.readout-v { font-size: 11px; letter-spacing: 0.06em; color: var(--p-cyan); }
.ro-1 { top: 6%; left: -4%; } .ro-2 { bottom: 18%; left: -8%; } .ro-3 { top: 38%; right: -6%; }
@media (max-width: 540px) { .readout { display: none; } }

/* ---- hero decorations ---- */
.d-hero-ret { width: 150px; height: 150px; top: 8%; right: 4%; opacity: 0.16; }
.d-hero-ticks { width: 14px; height: 240px; top: 30%; left: -10px; opacity: 0.22; }
.d-hero-plus { width: 200px; height: 200px; bottom: 4%; left: 2%; opacity: 0.18; color: var(--p-violet); }
.d-hero-rings { width: 150%; height: 150%; opacity: 0.14; color: var(--p-blue); }
.d-hero-wave { width: 180px; height: 50px; bottom: 4%; right: -4%; opacity: 0.5; color: var(--p-cyan); }

/* ---- timeline decorations ---- */
.d-tl-rings { width: 360px; height: 360px; top: 4%; left: -120px; opacity: 0.10; }
.d-tl-circuit { width: 340px; height: 200px; bottom: 6%; right: -80px; opacity: 0.12; color: var(--p-violet); }
.d-tl-ticks { width: 14px; height: 320px; top: 24%; right: 8px; opacity: 0.16; }
.tl-pulse { position: absolute; left: 50%; top: 0; width: 8px; height: 8px; transform: translateX(-50%);
  border-radius: 50%; background: var(--p-cyan); box-shadow: 0 0 14px var(--p-cyan);
  animation: pulse-down 4.5s ease-in-out infinite; }
@keyframes pulse-down { 0% { top: 0; opacity: 0; } 12% { opacity: 1; } 88% { opacity: 1; } 100% { top: 100%; opacity: 0; } }
@media (max-width: 860px) { .tl-pulse { left: 22px; } }

.tl-watermark { position: absolute; top: 6px; right: 16px; font-family: var(--p-display); font-weight: 700;
  font-size: 78px; line-height: 1; color: rgba(120,160,220,0.05); z-index: 0; pointer-events: none; letter-spacing: -0.04em; }
.d-card-dots { width: 70px; height: 46px; bottom: 16px; right: 14px; opacity: 0.18; }
.tl-card > .tl-cardhead, .tl-card > .tl-title, .tl-card > .tl-what, .tl-card > .tl-why, .tl-card > .tl-meta { position: relative; z-index: 2; }

/* ---- palette decorations ---- */
.d-pal-ret { width: 170px; height: 170px; top: 6%; left: 2%; opacity: 0.14; }
.d-pal-bars { width: 120px; height: 100px; top: 10%; right: 4%; opacity: 0.2; color: var(--p-blue); }
.d-pal-plus { width: 220px; height: 220px; bottom: 0; right: 6%; opacity: 0.14; color: var(--p-violet); }
.pal-idx { position: absolute; top: 10px; right: 12px; font-family: var(--p-mono); font-size: 10px; letter-spacing: 0.12em; color: rgba(255,255,255,0.55); }
.pal-card { overflow: hidden; }

/* ---- type decorations ---- */
.d-type-wave { width: 240px; height: 60px; top: 8%; right: 3%; opacity: 0.35; }
.d-type-dots { width: 140px; height: 84px; bottom: 6%; left: 3%; opacity: 0.16; color: var(--p-violet); }
.type-card-main { position: relative; overflow: hidden; }
.d-type-baseline { width: 90px; height: 14px; top: 18px; right: 18px; opacity: 0.4; }
.type-card > .type-row, .type-card > .type-spec, .type-card > .type-sample, .type-card > .type-why, .type-card > .type-tag, .type-card > p { position: relative; z-index: 2; }

/* ---- AI decorations ---- */
.d-ai-circuit { width: 320px; height: 190px; bottom: -10px; right: -40px; opacity: 0.14; }
.d-ai-ret { width: 130px; height: 130px; top: -20px; left: -20px; opacity: 0.14; color: var(--p-violet); }
.ai-band { position: relative; overflow: hidden; }
.ai-band > .ai-grid2 { position: relative; z-index: 2; }

/* ---- CTA decorations ---- */
.proc-cta { position: relative; overflow: hidden; }
.d-cta-rings { width: 280px; height: 280px; top: -40px; right: -40px; opacity: 0.16; }
.d-cta-plus { width: 180px; height: 180px; bottom: 0; left: 2%; opacity: 0.16; color: var(--p-violet); }
.d-cta-wave { width: 200px; height: 50px; top: 12%; left: 30%; opacity: 0.3; }
.proc-cta > .proc-cta-grid { position: relative; z-index: 2; }

@media (prefers-reduced-motion: reduce) {
  .radar::after, .tl-pulse { animation: none; }
}

/* ============================================================
   PER-CHECKPOINT VIZ WIDGETS
   ============================================================ */
.tl-card > .tl-screen { position: relative; z-index: 2; margin: 14px 0 6px; }

.viz-screen { border: 1px solid var(--p-line); border-radius: 11px; overflow: hidden; background: rgba(6,11,22,0.55); }
.viz-bar { display: flex; align-items: center; justify-content: space-between; padding: 7px 11px; border-bottom: 1px solid var(--p-line); background: rgba(10,16,30,0.7); }
.viz-dots { display: inline-flex; gap: 5px; }
.viz-dots i { width: 7px; height: 7px; border-radius: 50%; background: var(--p-line-2); }
.viz-dots i:first-child { background: var(--p-orange); opacity: 0.8; }
.viz-tag { font-family: var(--p-mono); font-size: 9.5px; letter-spacing: 0.08em; color: var(--p-dim); }
.viz-body { padding: 13px; }

/* 01 research console */
.viz-console { font-family: var(--p-mono); font-size: 11px; line-height: 1.7; min-height: 112px; }
.vc-line { white-space: pre-wrap; word-break: break-word; }
.vc-sys { color: var(--p-cyan); }
.vc-res { color: var(--p-muted); }
.vc-mark { color: var(--p-cyan); margin-right: 6px; }
.vc-caret { display: inline-block; width: 7px; height: 13px; background: var(--p-cyan); margin-left: 3px; vertical-align: -2px; animation: blink 1s steps(1) infinite; box-shadow: 0 0 8px var(--p-cyan); }
@keyframes blink { 50% { opacity: 0; } }

/* 02 brand axis calibration (semantic sliders) */
.viz-axes { display: grid; gap: 13px; padding: 4px 2px 2px; }
.ax-row { display: grid; gap: 6px; }
.ax-cap { display: flex; justify-content: space-between; font-family: var(--p-mono); font-size: 8.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--p-dim); transition: color .4s; }
.ax-cap .on { color: var(--p-cyan); text-shadow: 0 0 10px rgba(52,224,255,0.45); }
.ax-track { position: relative; height: 5px; border-radius: 3px; background: rgba(159,178,199,0.12); touch-action: none; }
.ax-mid { position: absolute; left: 50%; top: -3px; bottom: -3px; width: 1px; background: rgba(159,178,199,0.22); }
.ax-fill { position: absolute; left: 0; top: 0; bottom: 0; border-radius: 3px; background: linear-gradient(90deg, rgba(46,139,255,0.55), #34E0FF); box-shadow: 0 0 12px rgba(52,224,255,0.32); }
.ax-knob { position: absolute; top: 50%; width: 13px; height: 13px; transform: translate(-50%, -50%); border-radius: 50%; border: 1.5px solid #BFefff; background: radial-gradient(circle at 38% 32%, #eafcff, #2E8BFF 78%); box-shadow: 0 0 0 3px rgba(46,139,255,0.18), 0 0 12px rgba(52,224,255,0.55); cursor: grab; padding: 0; }
.ax-knob:hover { box-shadow: 0 0 0 4px rgba(52,224,255,0.22), 0 0 16px rgba(52,224,255,0.8); }
.ax-row.dragging .ax-knob { cursor: grabbing; box-shadow: 0 0 0 5px rgba(52,224,255,0.22), 0 0 18px rgba(52,224,255,0.9); }
.viz-axes-foot { display: flex; align-items: center; gap: 7px; margin-top: 14px; font-family: var(--p-mono); font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--p-cyan); }
.ax-led { width: 6px; height: 6px; border-radius: 50%; background: #34E0FF; box-shadow: 0 0 8px #34E0FF; animation: axpulse 1.8s ease-in-out infinite; }
@keyframes axpulse { 50% { opacity: 0.35; } }

/* 03 palette (tints + click-to-copy) */
.viz-pal2 { display: flex; gap: 7px; }
.viz-pchip { flex: 1; min-width: 0; border: 0; background: transparent; padding: 0; cursor: pointer; display: flex; flex-direction: column; gap: 5px; font-family: var(--p-mono); }
.viz-pchip-fill { height: 54px; border-radius: 8px; display: flex; align-items: flex-end; padding: 7px; transition: transform .15s, box-shadow .2s; }
.viz-pchip:hover .viz-pchip-fill { transform: translateY(-4px); box-shadow: 0 12px 22px -8px var(--c); }
.viz-pchip-tag { font-size: 8px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; }
.viz-pchip-tints { display: flex; gap: 3px; }
.viz-pchip-tints i { flex: 1; height: 8px; border-radius: 2px; }
.viz-pchip-hex { font-size: 8.5px; color: var(--p-muted); text-align: left; }
.viz-pal-grad { height: 12px; border-radius: 6px; margin-top: 10px; background: linear-gradient(90deg, #1E66E6, #2E8BFF 45%, #34E0FF); }

/* 04 type chips */
.viz-type-row { display: flex; gap: 8px; }
.viz-type-chip { flex: 1; aspect-ratio: 1; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-family: var(--p-display); font-weight: 700; font-size: 26px; letter-spacing: -0.03em; }
.viz-type-light { background: #F3F8FF; color: #0A0F1C; }
.viz-type-names { display: flex; align-items: center; gap: 8px; justify-content: center; margin-top: 12px; font-family: var(--p-mono); font-size: 10px; color: var(--p-muted); }
.viz-type-names i { color: var(--p-dim); }

/* 05 messaging (interactive) */
.viz-msg { position: relative; min-height: 96px; display: flex; flex-direction: column; justify-content: center; padding: 4px 4px 0; }
.viz-msg-q { position: absolute; top: -8px; left: 0; font-family: var(--p-display); font-size: 44px; color: rgba(52,224,255,0.25); line-height: 1; }
.viz-msg-text { font-family: var(--p-display); font-weight: 600; font-size: 18px; letter-spacing: -0.01em; color: var(--p-text); padding-left: 22px; min-height: 46px; animation: msgIn .45s ease; }
@keyframes msgIn { from { opacity: 0; transform: translateY(6px); } }
.viz-msg-ctl { display: flex; align-items: center; gap: 9px; margin-top: 12px; padding-left: 22px; }
.viz-msg-btn { width: 24px; height: 24px; border-radius: 6px; border: 1px solid var(--p-line-2); background: transparent; color: var(--p-cyan); cursor: pointer; font-size: 15px; line-height: 1; display: flex; align-items: center; justify-content: center; }
.viz-msg-btn:hover { border-color: var(--p-cyan); background: rgba(52,224,255,0.08); }
.viz-msg-dots { display: flex; gap: 6px; }
.viz-msg-dots i { width: 14px; height: 3px; border-radius: 2px; background: var(--p-line-2); transition: background .3s; cursor: pointer; }
.viz-msg-dots i.on { background: var(--p-cyan); }
.viz-msg-gen { margin-left: auto; font-family: var(--p-mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--p-cyan); background: rgba(52,224,255,0.08); border: 1px solid rgba(52,224,255,0.3); border-radius: 6px; padding: 5px 10px; cursor: pointer; }
.viz-msg-gen:hover { background: rgba(52,224,255,0.16); }

/* 06 logo (interactive variants) */
.viz-logo2 { height: 116px; border-radius: 10px; border: 1px solid var(--p-line); display: flex; align-items: center; justify-content: center; gap: 12px; transition: background .25s; }
.viz-logo2-mark { width: 64px; transition: filter .25s, width .25s; }
.viz-logo2-word { font-family: var(--p-display); font-weight: 700; font-size: 22px; letter-spacing: -0.02em; transition: color .25s; }
.viz-logo2.v-dark { background: radial-gradient(circle at 50% 35%, rgba(46,139,255,0.25), #070C17 75%); }
.viz-logo2.v-dark .viz-logo2-word { color: #fff; }
.viz-logo2.v-light { background: #F3F8FF; }
.viz-logo2.v-light .viz-logo2-word { color: #0A0F1C; }
.viz-logo2.v-mono { background: #0c1322; }
.viz-logo2.v-mono .viz-logo2-mark { filter: grayscale(1) brightness(1.6); }
.viz-logo2.v-mono .viz-logo2-word { color: #C2D2E6; }
.viz-logo2.v-icon { background: radial-gradient(circle at 50% 40%, rgba(52,224,255,0.22), #070C17 78%); }
.viz-logo2.v-icon .viz-logo2-mark { width: 84px; }
.viz-logo-tabs { display: flex; gap: 6px; margin-top: 10px; }
.viz-logo-tabs button { flex: 1; font-family: var(--p-mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--p-muted); background: transparent; border: 1px solid var(--p-line); border-radius: 7px; padding: 7px 0; cursor: pointer; transition: all .15s; }
.viz-logo-tabs button:hover { border-color: rgba(52,224,255,0.5); color: var(--p-text); }
.viz-logo-tabs button.on { color: var(--p-cyan); border-color: var(--p-cyan); background: rgba(52,224,255,0.08); }

/* 07 system */
.viz-sys { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 7px; }
.viz-sys-tile { border: 1px solid var(--p-line); border-radius: 8px; background: #070C17; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; }
.viz-sys-tile img { width: 30px; } .viz-sys-tile b { font-size: 22px; color: var(--p-text); }
.viz-sys-tile span { font-family: var(--p-mono); font-size: 8px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--p-dim); }
.viz-sys-pal { display: flex; gap: 3px; } .viz-sys-pal i { width: 8px; height: 18px; border-radius: 2px; }
.viz-sys-grid { width: 30px; height: 30px; background-image: linear-gradient(var(--p-cyan) 1px, transparent 1px), linear-gradient(90deg, var(--p-cyan) 1px, transparent 1px); background-size: 8px 8px; opacity: 0.5; }

/* 08 business card (flip + circuit + QR) */
.viz-flip { perspective: 1100px; display: flex; justify-content: center; padding: 4px 0; }
.viz-flip-in { position: relative; width: 88%; aspect-ratio: 1.74; transition: transform .7s cubic-bezier(.2,.8,.2,1); transform-style: preserve-3d; }
.viz-flip:hover .viz-flip-in, .viz-flip.flip-on .viz-flip-in { transform: rotateY(180deg); }
.viz-bcard { position: absolute; inset: 0; border-radius: 11px; backface-visibility: hidden; overflow: hidden; }
.viz-bcircuit { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.5; pointer-events: none; }

/* front — echoes the real BytesGlue card */
.viz-bcard-front { display: flex; gap: 9px; padding: 11px 12px; border: 1px solid rgba(46,139,255,0.45); background: radial-gradient(130% 120% at 16% 6%, #14274d 0%, #0a1428 46%, #050a14 100%); box-shadow: inset 0 0 22px rgba(46,139,255,0.12); }
.bc-left { position: relative; z-index: 1; flex: 1.3; min-width: 0; display: flex; flex-direction: column; justify-content: space-between; }
.bc-brand { display: flex; align-items: center; gap: 8px; }
.bc-brand img { width: 30px; height: 30px; object-fit: contain; filter: drop-shadow(0 2px 7px rgba(52,224,255,0.55)); }
.bc-brand-tx { display: flex; flex-direction: column; line-height: 1; min-width: 0; }
.bc-word { font-family: var(--p-display); font-weight: 700; font-size: 15px; letter-spacing: -0.02em; color: #fff; }
.bc-sub { font-family: var(--p-mono); font-size: 6.2px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--p-cyan); margin-top: 4px; white-space: nowrap; }
.bc-svcs { display: flex; gap: 7px; }
.bc-hex { color: var(--p-cyan); filter: drop-shadow(0 0 5px rgba(52,224,255,0.4)); }
.bc-hex svg { width: 22px; height: 22px; display: block; }
.bc-hex .bc-hex-o { stroke: rgba(52,224,255,0.55); }
.bc-tagstrip { display: flex; align-items: center; gap: 5px; font-family: var(--p-mono); font-size: 6px; letter-spacing: 0.18em; color: #9fc6e6; }
.bc-tagstrip span { white-space: nowrap; }
.bc-tagstrip b { width: 2px; height: 2px; border-radius: 50%; background: var(--p-cyan); flex: none; }
.bc-tagstrip i { flex: none; width: 12px; height: 1px; background: linear-gradient(90deg, transparent, rgba(52,224,255,0.6)); }
.bc-tagstrip i:last-child { background: linear-gradient(90deg, rgba(52,224,255,0.6), transparent); }
.bc-right { position: relative; z-index: 1; flex: none; width: 30%; max-width: 96px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.bc-scan { font-family: var(--p-mono); font-size: 6.4px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--p-cyan); }
.bc-qrwrap { position: relative; padding: 5px; }
.viz-qr2 { width: 62px; height: 62px; display: grid; grid-template-columns: repeat(21, 1fr); grid-template-rows: repeat(21, 1fr); padding: 4px; background: #fff; border-radius: 4px; box-shadow: 0 0 10px rgba(52,224,255,0.3); }
.viz-qr2 i { background: transparent; }
.viz-qr2 i.on { background: #07101f; }
.bc-cnr { position: absolute; width: 7px; height: 7px; border: 1.5px solid var(--p-cyan); }
.bc-cnr.tl { top: 0; left: 0; border-right: 0; border-bottom: 0; }
.bc-cnr.tr { top: 0; right: 0; border-left: 0; border-bottom: 0; }
.bc-cnr.bl { bottom: 0; left: 0; border-right: 0; border-top: 0; }
.bc-cnr.br { bottom: 0; right: 0; border-left: 0; border-top: 0; }
.bc-vpill { font-family: var(--p-mono); font-size: 6.4px; letter-spacing: 0.1em; color: var(--p-cyan); border: 1px solid rgba(52,224,255,0.4); border-radius: 20px; padding: 2px 9px; }

/* back — white contact side */
.viz-bcard-back { transform: rotateY(180deg); border: 1px solid rgba(46,139,255,0.3); background: linear-gradient(160deg, #ffffff, #eaf1fa); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 9px; text-align: center; }
.bc-back-logo { width: 28px; height: 28px; object-fit: contain; }
.bc-back-word { font-family: var(--p-display); font-weight: 700; font-size: 14px; color: #0a1430; letter-spacing: -0.02em; margin-top: 3px; }
.bc-back-sub { font-family: var(--p-mono); font-size: 5.6px; letter-spacing: 0.1em; text-transform: uppercase; color: #2E8BFF; margin-top: 3px; }
.bc-back-name { font-family: var(--p-display); font-weight: 700; font-size: 13px; color: #0a1430; margin-top: 6px; }
.bc-back-role { font-family: var(--p-mono); font-size: 6px; letter-spacing: 0.12em; text-transform: uppercase; color: #2E8BFF; margin-top: 2px; }
.bc-back-rows { display: flex; flex-direction: column; gap: 2px; margin-top: 7px; }
.bc-back-rows span { display: flex; align-items: center; gap: 5px; font-family: var(--p-mono); font-size: 7px; color: #41506a; }
.bc-back-rows i { width: 4px; height: 4px; border-radius: 50%; background: #2E8BFF; flex: none; }

/* 09 pillars */
.viz-pillars { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.viz-pillar { border: 1px solid var(--p-line); border-radius: 8px; background: #070C17; padding: 10px; display: grid; gap: 7px; }
.viz-pillar i { width: 18px; height: 3px; border-radius: 2px; }
.viz-pillar span { font-size: 10px; font-weight: 600; color: var(--p-text); }
.viz-pillar em { display: grid; gap: 3px; } .viz-pillar u { height: 3px; background: rgba(159,178,199,0.2); border-radius: 2px; display: block; }

/* 10 real social posts */
.viz-posts { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.viz-post { position: relative; margin: 0; border-radius: 10px; overflow: hidden; border: 1px solid var(--p-line); aspect-ratio: 1; }
.viz-post img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.viz-post:hover img { transform: scale(1.06); }
.viz-post figcaption { position: absolute; left: 8px; bottom: 8px; font-family: var(--p-mono); font-size: 9px; letter-spacing: 0.06em; color: #fff; background: rgba(6,11,22,0.85); border: 1px solid rgba(52,224,255,0.3); padding: 3px 7px; border-radius: 5px; }
.viz-posts-meta { display: flex; align-items: center; gap: 8px; justify-content: center; margin-top: 11px; font-family: var(--p-mono); font-size: 9.5px; color: var(--p-muted); }
.viz-posts-meta i { color: var(--p-dim); }

/* 11 file tree */
.viz-tree { font-family: var(--p-mono); font-size: 11px; line-height: 1.9; }
.viz-tree-row { color: var(--p-muted); } .viz-tree-row span { color: var(--p-cyan); margin-right: 8px; }

/* 12 calendar (real month) */
.viz-calhead { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 10px; }
.viz-calmonth { font-family: var(--p-display); font-weight: 700; font-size: 13px; letter-spacing: 0.04em; color: var(--p-text); }
.viz-callabel { font-family: var(--p-mono); font-size: 9px; color: var(--p-dim); }
.viz-caldow { display: grid; grid-template-columns: repeat(7,1fr); gap: 4px; margin-bottom: 4px; }
.viz-caldow span { text-align: center; font-family: var(--p-mono); font-size: 8.5px; color: var(--p-dim); }
.viz-cal2 { display: grid; grid-template-columns: repeat(7,1fr); gap: 4px; }
.viz-cell { position: relative; aspect-ratio: 1; border-radius: 4px; border: 1px solid var(--p-line); background: rgba(159,178,199,0.04); display: flex; align-items: center; justify-content: center; }
.viz-cell.empty { border-color: transparent; background: transparent; }
.viz-cell-n { font-family: var(--p-mono); font-size: 8.5px; color: var(--p-muted); }
.viz-cell.post { border-color: rgba(46,139,255,0.45); background: rgba(46,139,255,0.10); }
.viz-cell.post .viz-cell-n { color: #bcd9ff; }
.viz-cell.camp { border-color: transparent; background: var(--p-orange); }
.viz-cell.camp .viz-cell-n { color: #2a1003; font-weight: 600; }
.viz-cell-dot { position: absolute; bottom: 3px; width: 4px; height: 4px; border-radius: 50%; background: var(--p-blue); }
.viz-cell-dot.camp { background: #2a1003; }
.viz-cal-key { display: flex; gap: 16px; margin-top: 10px; font-family: var(--p-mono); font-size: 9px; color: var(--p-dim); }
.viz-cal-key span { display: inline-flex; align-items: center; gap: 6px; }
.viz-cal-key i { width: 10px; height: 10px; border-radius: 3px; } .k-post { background: rgba(46,139,255,0.6); } .k-camp { background: var(--p-orange); }

@media (prefers-reduced-motion: reduce) {
  .vc-caret, .viz-msg-text, .ax-led { animation: none !important; }
  .viz-flip-in, .ax-fill, .ax-knob { transition: none !important; }
}

/* ============================================================
   MOBILE / RESPONSIVE
   ============================================================ */
@media (max-width: 760px) {
  .proc-display { font-size: clamp(30px, 9vw, 40px); }
  .proc-h2 { font-size: clamp(24px, 7vw, 34px); }
  .proc-hero { padding: 52px 0 54px; }
  .proc-hero-grid { gap: 26px; }
  .proc-hero-art img { width: 60%; max-width: 240px; }
  .proc-stats { gap: 10px; }
  .proc-stat { padding: 12px 14px; min-width: 92px; }
  .proc-stat-k { font-size: 22px; }
  .proc-head { margin-bottom: 38px; }
  .proc-head .proc-lede { font-size: 15px; }
  /* trim heavy decorations on small screens for clarity + perf */
  .scanline, .d-hero-plus, .d-hero-ticks, .d-hero-wave,
  .d-tl-circuit, .d-tl-ticks, .d-tl-rings,
  .d-pal-plus, .d-pal-bars, .d-type-dots, .d-type-wave,
  .d-ai-circuit, .d-cta-plus, .d-cta-wave { display: none; }
  .ai-band, .proc-cta { padding: 26px 20px; }
  .ai-items2 { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  /* timeline already switches to left-spine; tighten card padding */
  .tl-card { padding: 18px 16px 18px; }
  .tl-title { font-size: 19px; }
  .tl-watermark { font-size: 60px; right: 12px; }
}

@media (max-width: 600px) {
  .tl-step { grid-template-columns: 30px 1fr; }
  .tl-spine { left: 15px; }
  .tl-pulse { left: 15px; }
  .tl-node-dot { width: 14px; height: 14px; }
  .tl-card-wrap::before, .tl-step.right .tl-card-wrap::before { left: -13px; width: 13px; }
  .viz-pchip-hex { font-size: 8px; }
  .viz-type-chip { font-size: 20px; border-radius: 7px; }
  .viz-msg-text { font-size: 16px; }
  .viz-msg-gen { display: none; }
}

@media (max-width: 420px) {
  .proc-stats { width: 100%; }
  .proc-stat { flex: 1 1 40%; }
  .viz-pchip-tag { font-size: 7px; }
}

/* ============================================================
   WEB-SERVICES SECTIONS (new content blocks)
   ============================================================ */
.proc .ic { width: 30px; height: 30px; }
.inline-link { color: var(--p-cyan); border-bottom: 1px solid rgba(52,224,255,0.4); }
.inline-link:hover { color: #8FE9FF; }

/* The model */
.model-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 900px) { .model-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .model-grid { grid-template-columns: 1fr; } }
.model-card { position: relative; border: 1px solid var(--p-line); border-radius: 14px; background: linear-gradient(180deg, rgba(18,28,50,0.7), rgba(10,16,30,0.7)); padding: 22px 20px; transition: border-color .18s ease, transform .18s ease; }
.model-card:hover { border-color: rgba(52,224,255,0.45); transform: translateY(-3px); }
.model-sig { font-family: var(--p-mono); font-size: 10px; letter-spacing: 0.14em; color: var(--p-dim); }
.model-ic { display: flex; width: 52px; height: 52px; border-radius: 13px; align-items: center; justify-content: center; margin: 14px 0 14px; color: var(--p-cyan); background: radial-gradient(circle at 40% 30%, rgba(52,224,255,0.22), rgba(46,139,255,0.10)); border: 1px solid rgba(52,224,255,0.25); }
.model-ic .ic { width: 26px; height: 26px; }
.model-card h3 { font-family: var(--p-display); font-size: 17px; font-weight: 600; color: var(--p-text); }
.model-card p { font-size: 13px; line-height: 1.55; color: var(--p-muted); margin-top: 8px; }
.model-q { text-align: center; font-family: var(--p-display); font-size: clamp(20px, 2.6vw, 28px); font-weight: 600; color: var(--p-text); margin-top: 40px; letter-spacing: -0.02em; }

/* Why it matters */
.journey-band { border: 1px solid var(--p-line); border-radius: 18px; background: linear-gradient(180deg, rgba(16,26,46,0.7), rgba(8,13,26,0.7)); padding: 30px 26px; position: relative; overflow: hidden; }
.journey { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; }
.jstep { display: flex; flex-direction: column; align-items: center; gap: 10px; flex: 0 0 auto; }
.jc { width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--p-cyan); background: radial-gradient(circle at 40% 30%, rgba(52,224,255,0.18), #0A0F1C 78%); border: 1px solid rgba(52,224,255,0.35); box-shadow: 0 0 18px -6px rgba(52,224,255,0.6); }
.jc .ic { width: 26px; height: 26px; }
.jl { font-family: var(--p-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--p-text); }
.jarrow { color: var(--p-cyan); font-size: 22px; font-weight: 700; padding-bottom: 28px; opacity: 0.7; }
@media (max-width: 700px) {
  .journey { flex-wrap: wrap; justify-content: center; gap: 18px 22px; }
  .jarrow { display: none; }
}
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 16px; }
@media (max-width: 880px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .why-grid { grid-template-columns: 1fr; } }
.why-feat { display: flex; align-items: center; gap: 14px; border: 1px solid var(--p-line); border-radius: 12px; background: rgba(10,16,30,0.5); padding: 16px 18px; font-size: 14px; font-weight: 500; color: var(--p-text); }
.why-ic { display: flex; width: 42px; height: 42px; border-radius: 11px; align-items: center; justify-content: center; color: var(--p-cyan); background: rgba(52,224,255,0.08); border: 1px solid rgba(52,224,255,0.22); flex-shrink: 0; }
.why-ic .ic { width: 22px; height: 22px; }
.lang-bar { display: flex; align-items: center; gap: 18px; border: 1px solid rgba(52,224,255,0.28); border-radius: 16px; background: radial-gradient(600px 160px at 90% 0%, rgba(46,139,255,0.18), transparent 70%), linear-gradient(180deg, rgba(14,22,42,0.85), rgba(7,11,22,0.9)); padding: 22px 26px; margin-top: 16px; }
.lang-ic { display: flex; width: 52px; height: 52px; border-radius: 13px; align-items: center; justify-content: center; color: var(--p-cyan); background: rgba(52,224,255,0.10); border: 1px solid rgba(52,224,255,0.28); flex-shrink: 0; }
.lang-ic .ic { width: 26px; height: 26px; }
.lang-t { font-family: var(--p-display); font-weight: 600; font-size: 18px; color: var(--p-text); }
.lang-chips { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 10px; }
.lang-chips span { font-family: var(--p-mono); font-size: 11px; letter-spacing: 0.06em; color: #8FE9FF; padding: 5px 12px; border-radius: 999px; border: 1px solid rgba(52,224,255,0.25); background: rgba(52,224,255,0.06); }
.lang-chips em { font-style: normal; font-size: 12.5px; color: var(--p-muted); }

/* What's included */
.incl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 880px) { .incl-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .incl-grid { grid-template-columns: 1fr; } }
.incl-card { position: relative; display: flex; align-items: center; gap: 14px; border: 1px solid var(--p-line); border-radius: 12px; background: rgba(10,16,30,0.55); padding: 16px 18px; transition: border-color .18s ease, transform .18s ease; }
.incl-card:hover { border-color: rgba(52,224,255,0.45); transform: translateY(-2px); }
.incl-ic { display: flex; width: 44px; height: 44px; border-radius: 11px; align-items: center; justify-content: center; color: var(--p-cyan); background: radial-gradient(circle at 40% 30%, rgba(52,224,255,0.18), rgba(46,139,255,0.08)); border: 1px solid rgba(52,224,255,0.22); flex-shrink: 0; }
.incl-ic .ic { width: 23px; height: 23px; }
.incl-t { font-size: 14px; font-weight: 600; color: var(--p-text); line-height: 1.3; }
.incl-n { margin-left: auto; font-family: var(--p-mono); font-size: 11px; color: var(--p-dim); align-self: flex-start; }
.incl-note { text-align: center; max-width: 70ch; margin: 28px auto 0; }

/* Credibility quote */
.cred-quote { font-family: var(--p-display); font-size: clamp(20px, 2.4vw, 26px); font-weight: 600; color: var(--p-text); margin-top: 26px; letter-spacing: -0.02em; }

/* QR & print */
.qr-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 760px) { .qr-grid { grid-template-columns: 1fr; } }
.qr-card { border: 1px solid var(--p-line); border-radius: 16px; background: linear-gradient(180deg, rgba(18,28,50,0.7), rgba(10,16,30,0.7)); padding: 28px; transition: border-color .18s ease, transform .18s ease; }
.qr-card:hover { border-color: rgba(52,224,255,0.45); transform: translateY(-3px); }
.qr-ic { display: flex; width: 56px; height: 56px; border-radius: 14px; align-items: center; justify-content: center; color: var(--p-cyan); background: radial-gradient(circle at 40% 30%, rgba(52,224,255,0.22), rgba(46,139,255,0.10)); border: 1px solid rgba(52,224,255,0.25); margin-bottom: 18px; }
.qr-ic .ic { width: 28px; height: 28px; }
.qr-card h3 { font-family: var(--p-display); font-size: 19px; font-weight: 600; color: var(--p-text); }
.qr-card p { font-size: 13.5px; line-height: 1.55; color: var(--p-muted); margin-top: 10px; }
.qr-samples { border: 1px solid var(--p-line); border-radius: 16px; background: var(--p-panel); padding: 24px 26px; margin-top: 16px; }
.qr-tiers { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 26px; margin-top: 16px; }
@media (max-width: 600px) { .qr-tiers { grid-template-columns: 1fr; } }
.qr-tier { display: flex; align-items: center; gap: 12px; font-size: 13.5px; color: var(--p-text); }
.qr-tier .ic { width: 22px; height: 22px; color: var(--p-cyan); flex-shrink: 0; }
.qr-tier b { color: var(--p-text); }
.qr-tier span { color: var(--p-muted); }
.qr-tier b { color: #8FE9FF; }

/* Hosting */
.host-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 700px) { .host-grid { grid-template-columns: 1fr; } }
.host-card { border: 1px solid var(--p-line); border-radius: 16px; overflow: hidden; background: var(--p-solid); }
.host-h { font-family: var(--p-display); font-weight: 700; font-size: 16px; color: #fff; padding: 14px 22px; background: linear-gradient(110deg, #1E66E6, #2E8BFF 50%, #34E0FF); }
.host-card.alt .host-h { background: linear-gradient(110deg, #0c2747, #15406e); }
.host-rows { padding: 8px 22px 16px; }
.host-rows > div { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--p-line); font-size: 13.5px; color: var(--p-muted); }
.host-rows > div:last-child { border-bottom: 0; }
.host-rows b { font-family: var(--p-display); font-weight: 700; color: var(--p-text); }
.host-note { display: flex; gap: 16px; align-items: flex-start; border: 1px solid var(--p-line); border-radius: 14px; background: rgba(10,16,30,0.5); padding: 20px 22px; margin-top: 16px; }
.host-note-ic { display: flex; width: 46px; height: 46px; border-radius: 12px; align-items: center; justify-content: center; color: var(--p-orange); background: rgba(251,122,46,0.10); border: 1px solid rgba(251,122,46,0.28); flex-shrink: 0; }
.host-note-ic .ic { width: 24px; height: 24px; }
.host-note-t { font-family: var(--p-display); font-weight: 600; font-size: 15px; color: var(--p-text); margin-bottom: 6px; }
.host-note p { font-size: 13px; line-height: 1.55; color: var(--p-muted); margin: 0; }

/* Terms */
.terms-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 760px) { .terms-cols { grid-template-columns: 1fr; } }
.terms-col { border: 1px solid var(--p-line); border-radius: 16px; background: rgba(10,16,30,0.5); padding: 26px 28px; }
.terms-colh { font-family: var(--p-mono); font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--p-cyan); margin-bottom: 18px; }
.titem { border-left: 2px solid rgba(52,224,255,0.5); padding-left: 14px; margin-bottom: 16px; }
.titem:last-child { margin-bottom: 0; }
.titem .tt { font-family: var(--p-display); font-weight: 600; font-size: 14.5px; color: var(--p-text); margin-bottom: 4px; }
.titem .td { font-size: 12.5px; line-height: 1.5; color: var(--p-muted); margin: 0; }

/* CTA fine print */
.cta-fine { margin-top: 18px; font-family: var(--p-mono); font-size: 12px; letter-spacing: 0.1em; color: var(--p-cyan); }

/* ============================================================
   HERO PRODUCT MOCK (browser + phone + QR + chips + pilot)
   ============================================================ */
.hm { position: relative; width: 100%; max-width: 470px; margin: 0 auto; aspect-ratio: 1 / 0.95; min-height: 390px; }
.hm img { animation: none; }
.hm-grid-lines { position: absolute; inset: -8% -6%; z-index: 0; border-radius: 24px;
  background-image: linear-gradient(rgba(120,160,220,0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(120,160,220,0.07) 1px, transparent 1px);
  background-size: 34px 34px; mask-image: radial-gradient(ellipse at 50% 45%, black, transparent 72%); -webkit-mask-image: radial-gradient(ellipse at 50% 45%, black, transparent 72%); }

/* browser */
.hm-browser { position: absolute; left: 0; top: 26px; width: 84%; z-index: 2;
  border: 1px solid rgba(120,160,220,0.28); border-radius: 14px; overflow: hidden;
  background: linear-gradient(180deg, rgba(18,28,50,0.97), rgba(10,16,30,0.97));
  box-shadow: 0 40px 80px -32px rgba(0,0,0,0.85), 0 0 0 1px rgba(52,224,255,0.06); }
.hm-bar { display: flex; align-items: center; gap: 12px; padding: 9px 12px; border-bottom: 1px solid var(--p-line); background: rgba(10,16,30,0.8); }
.hm-dots { display: inline-flex; gap: 5px; }
.hm-dots i { width: 8px; height: 8px; border-radius: 50%; background: rgba(120,160,220,0.3); }
.hm-dots i:first-child { background: var(--p-orange); opacity: 0.8; }
.hm-url { display: inline-flex; align-items: center; gap: 6px; flex: 1; font-family: var(--p-mono); font-size: 10px; letter-spacing: 0.04em; color: var(--p-muted); background: rgba(120,160,220,0.07); border-radius: 6px; padding: 4px 10px; }
.hm-url svg { width: 10px; height: 10px; color: var(--p-cyan); }
.hm-screen { padding: 14px; }
.hm-topnav { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.hm-mbrand { display: inline-flex; align-items: center; gap: 8px; font-family: var(--p-display); font-weight: 600; font-size: 12px; color: var(--p-text); }
.hm-avatar { width: 20px; height: 20px; border-radius: 50%; background: linear-gradient(135deg, #2E8BFF, #34E0FF); display: inline-block; flex-shrink: 0; }
.hm-avatar.sm { width: 16px; height: 16px; }
.hm-mlinks { display: inline-flex; align-items: center; gap: 7px; }
.hm-mlinks i { width: 18px; height: 4px; border-radius: 2px; background: rgba(159,178,199,0.22); }
.hm-mlinks b { width: 30px; height: 12px; border-radius: 6px; background: rgba(52,224,255,0.5); }
.hm-block { position: relative; border-radius: 11px; padding: 18px 16px 16px; overflow: hidden;
  background: radial-gradient(120% 120% at 14% 8%, rgba(46,139,255,0.4) 0%, rgba(30,102,230,0.22) 45%, rgba(10,16,30,0.1) 100%);
  border: 1px solid rgba(52,224,255,0.2); }
.hm-eyebrow { display: block; width: 70px; height: 7px; border-radius: 4px; background: rgba(52,224,255,0.55); margin-bottom: 11px; }
.hm-h { display: block; height: 12px; border-radius: 6px; background: rgba(255,255,255,0.9); margin-bottom: 7px; width: 86%; }
.hm-h.hm-h2 { width: 60%; background: rgba(255,255,255,0.55); }
.hm-cta { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-family: var(--p-display); font-weight: 600; font-size: 11px; color: #06212f; background: linear-gradient(180deg, #5fe6ff, #34E0FF); padding: 7px 13px; border-radius: 8px; }
.hm-cta-ar { font-size: 13px; }
.hm-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 14px; }
.hm-tiles > span { height: 38px; border-radius: 8px; border: 1px solid var(--p-line); background: rgba(120,160,220,0.05); display: flex; align-items: center; justify-content: center; }
.hm-tiles > span i { width: 16px; height: 16px; border-radius: 5px; background: rgba(52,224,255,0.4); }
.hm-tiles > span:nth-child(2) i { background: rgba(46,139,255,0.45); }
.hm-tiles > span:nth-child(3) i { background: rgba(124,92,255,0.45); }

/* phone */
.hm-phone { position: absolute; right: -1%; bottom: -2%; width: 31%; min-width: 110px; z-index: 4;
  border: 1px solid rgba(120,160,220,0.3); border-radius: 18px; padding: 8px; overflow: hidden;
  background: linear-gradient(180deg, #0c1322, #070c17);
  box-shadow: 0 30px 60px -24px rgba(0,0,0,0.9), 0 0 0 1px rgba(52,224,255,0.1); }
.hm-phone-notch { width: 34%; height: 5px; border-radius: 3px; background: rgba(120,160,220,0.3); margin: 2px auto 8px; }
.hm-phone-hero { border-radius: 11px; padding: 12px 10px 14px; display: flex; flex-direction: column; gap: 7px;
  background: radial-gradient(120% 120% at 30% 0%, rgba(46,139,255,0.5), rgba(10,16,30,0.2)); border: 1px solid rgba(52,224,255,0.18); }
.hm-phone-hero i { height: 7px; border-radius: 4px; background: rgba(255,255,255,0.85); width: 80%; }
.hm-phone-hero i.s { width: 52%; background: rgba(255,255,255,0.5); }
.hm-phone-wa { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 9px; font-family: var(--p-display); font-weight: 600; font-size: 10.5px; color: #fff; padding: 8px; border-radius: 9px; background: linear-gradient(180deg, #2bbb52, #1f9d43); }
.hm-phone-wa svg { width: 13px; height: 13px; }

/* QR card */
.hm-qr-card { position: absolute; right: 6%; top: -2px; z-index: 5; display: flex; flex-direction: column; align-items: center; gap: 4px;
  background: #fff; border-radius: 10px; padding: 8px 8px 5px; box-shadow: 0 16px 30px -12px rgba(0,0,0,0.7), 0 0 0 1px rgba(52,224,255,0.4); }
.hm-qr-card span { font-family: var(--p-mono); font-size: 7.5px; letter-spacing: 0.14em; text-transform: uppercase; color: #07101f; }
.qr-mini { width: 64px; height: 64px; display: grid; grid-template-columns: repeat(21, 1fr); grid-template-rows: repeat(21, 1fr); }
.qr-mini i { background: transparent; }
.qr-mini i.on { background: #07101f; }

/* floating HUD chips */
.hm-chip { position: absolute; z-index: 6; display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--p-mono); font-size: 10px; letter-spacing: 0.04em; color: var(--p-text);
  background: rgba(8,13,26,0.92); border: 1px solid var(--p-line-2); border-radius: 999px; padding: 6px 11px;
  box-shadow: 0 10px 24px -12px rgba(0,0,0,0.8); }
.hm-chip .ic { width: 13px; height: 13px; color: var(--p-cyan); }
.hm-chip-1 { left: -6%; top: 40%; }
.hm-chip-2 { left: 2%; bottom: 6%; }
.hm-chip-3 { right: -4%; top: 54%; }

/* pilot badge (brand presence) */
.hm-pilot { position: absolute; left: -7%; top: -10%; z-index: 7; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.hm-pilot img { width: 78px; height: 78px; filter: drop-shadow(0 14px 26px rgba(46,139,255,0.55)); animation: bob 6s ease-in-out infinite; }
.hm-pilot-tag { display: inline-flex; align-items: center; gap: 6px; font-family: var(--p-mono); font-size: 8px; letter-spacing: 0.14em; color: var(--p-cyan); background: rgba(8,13,26,0.9); border: 1px solid rgba(52,224,255,0.3); border-radius: 999px; padding: 4px 9px; white-space: nowrap; }
.hm-led { width: 5px; height: 5px; border-radius: 50%; background: var(--p-cyan); box-shadow: 0 0 8px var(--p-cyan); animation: led 2.4s ease-in-out infinite; }

.hm .readout.ro-1 { top: 8%; right: -6%; }
.hm .readout.ro-3 { bottom: 30%; left: -10%; }

@media (max-width: 960px) {
  .hm { max-width: 420px; margin: 8px auto 0; }
}
@media (max-width: 540px) {
  .hm { min-height: 330px; }
  .hm-pilot img { width: 58px; height: 58px; }
  .hm-chip { font-size: 9px; padding: 5px 9px; }
  .hm .readout { display: none; }
}

/* ============================================================
   SCROLL REVEAL (transform-only — opacity stays 1 so content is
   NEVER invisible, even if paint frames / timers are frozen)
   ============================================================ */
.reveal-ready .rv { opacity: 1; transform: translateY(14px); transition: transform .6s cubic-bezier(.2,.7,.3,1); will-change: transform; }
.reveal-ready .rv.in { transform: none; }
.reveal-ready .model-card.rv:nth-child(2) { transition-delay: .06s; }
.reveal-ready .model-card.rv:nth-child(3) { transition-delay: .12s; }
.reveal-ready .model-card.rv:nth-child(4) { transition-delay: .18s; }
.reveal-ready .incl-card.rv:nth-child(3n+2) { transition-delay: .06s; }
.reveal-ready .incl-card.rv:nth-child(3n+3) { transition-delay: .12s; }
@media (prefers-reduced-motion: reduce) {
  .reveal-ready .rv { transform: none !important; transition: none !important; }
}

/* ============================================================
   INTERACTIVE CHECKPOINT VIZ
   ============================================================ */
.viz-bar-right { margin-left: auto; }
.vz-tag-dim { margin-left: auto; font-family: var(--p-mono); font-size: 9.5px; color: var(--p-dim); }
.vz-btn { font-family: var(--p-mono); font-size: 9.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--p-cyan); background: rgba(52,224,255,0.08); border: 1px solid rgba(52,224,255,0.3); border-radius: 6px; padding: 4px 9px; cursor: pointer; transition: background .15s, border-color .15s, color .15s; }
.vz-btn:hover { background: rgba(52,224,255,0.18); }
.vz-btn.on { background: var(--p-cyan); color: #06212f; border-color: var(--p-cyan); }
.vz-tabs { display: flex; gap: 5px; margin-bottom: 11px; flex-wrap: wrap; }
.vz-hint { font-family: var(--p-mono); font-size: 9.5px; color: var(--p-dim); margin-top: 11px; letter-spacing: 0.02em; }

/* 02 sitemap tree */
.vz-tree { display: grid; gap: 4px; font-family: var(--p-mono); }
.vz-tree-row { width: 100%; display: flex; align-items: center; gap: 8px; font-size: 11.5px; color: var(--p-muted); background: rgba(120,160,220,0.05); border: 1px solid var(--p-line); border-radius: 7px; padding: 8px 11px; cursor: pointer; transition: border-color .15s, color .15s; }
.vz-tree-row:hover { border-color: rgba(52,224,255,0.4); color: var(--p-text); }
.vz-tree-row.on { color: var(--p-cyan); border-color: rgba(52,224,255,0.45); background: rgba(52,224,255,0.07); }
.vz-tree-caret { color: var(--p-cyan); width: 12px; }
.vz-tree-count { margin-left: auto; font-size: 9px; color: var(--p-dim); border: 1px solid var(--p-line); border-radius: 20px; padding: 1px 7px; }
.vz-tree-kids { display: flex; flex-wrap: wrap; gap: 5px; padding: 9px 0 4px 28px; }
.vz-tree-kid { font-size: 9.5px; color: #8FE9FF; background: rgba(52,224,255,0.06); border: 1px solid rgba(52,224,255,0.25); border-radius: 5px; padding: 3px 8px; }

/* 03 wireframe → design */
.wf { border: 1px solid var(--p-line); border-radius: 10px; padding: 12px; background: rgba(6,11,22,0.5); display: grid; gap: 9px; transition: background .3s; }
.wf-nav { display: flex; align-items: center; gap: 7px; }
.wf-logo { width: 26px; height: 9px; border-radius: 3px; background: rgba(159,178,199,0.3); }
.wf-nav span:not(.wf-logo) { width: 22px; height: 5px; border-radius: 3px; background: rgba(159,178,199,0.18); }
.wf-nav span:nth-child(2) { margin-left: auto; }
.wf-hero { border-radius: 8px; padding: 14px; background: rgba(159,178,199,0.08); display: grid; gap: 7px; justify-items: start; }
.wf-h { height: 9px; width: 70%; border-radius: 4px; background: rgba(159,178,199,0.3); }
.wf-h.s { width: 48%; background: rgba(159,178,199,0.2); }
.wf-btn { width: 64px; height: 16px; border-radius: 5px; background: rgba(159,178,199,0.28); margin-top: 4px; }
.wf-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.wf-cards span { height: 30px; border-radius: 6px; background: rgba(159,178,199,0.1); }
.wf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.wf-row span { height: 8px; border-radius: 4px; background: rgba(159,178,199,0.14); }
.wf-design { background: radial-gradient(120% 120% at 12% 0%, rgba(46,139,255,0.18), rgba(6,11,22,0.5) 70%); }
.wf-design .wf-logo { background: linear-gradient(90deg,#2E8BFF,#34E0FF); }
.wf-design .wf-hero { background: radial-gradient(120% 120% at 20% 0%, rgba(46,139,255,0.45), rgba(10,16,30,0.2)); border: 1px solid rgba(52,224,255,0.2); }
.wf-design .wf-h { background: rgba(255,255,255,0.9); }
.wf-design .wf-h.s { background: rgba(255,255,255,0.55); }
.wf-design .wf-btn { background: linear-gradient(180deg,#5fe6ff,#34E0FF); }
.wf-design .wf-cards span { background: rgba(52,224,255,0.14); border: 1px solid rgba(52,224,255,0.2); }
.wf-design .wf-row span { background: rgba(120,160,220,0.22); }

/* 04 UI tokens */
.ui-prev { border: 1px solid var(--p-line); border-radius: 10px; overflow: hidden; background: #070C17; }
.ui-prev-bar { display: block; height: 10px; }
.ui-prev-body { padding: 14px; display: grid; gap: 8px; justify-items: start; }
.ui-prev-h { height: 10px; width: 72%; border-radius: 5px; background: rgba(255,255,255,0.85); }
.ui-prev-h.s { width: 46%; background: rgba(159,178,199,0.4); }
.ui-prev-btn { margin-top: 4px; font-family: var(--p-display); font-weight: 600; font-size: 11px; color: #06212f; border-radius: 7px; padding: 7px 13px; }
.ui-swatches { display: flex; gap: 8px; margin-top: 12px; }
.ui-sw { width: 34px; height: 34px; border-radius: 9px; border: 2px solid transparent; cursor: pointer; transition: transform .15s, border-color .15s; }
.ui-sw:hover { transform: translateY(-2px); }
.ui-sw.on { border-color: #fff; box-shadow: 0 0 0 2px rgba(255,255,255,0.15); }

/* 05 lang */
.lang-tabs { display: flex; gap: 6px; margin-bottom: 12px; }
.lang-tabs button { flex: 1; font-family: var(--p-mono); font-size: 11px; letter-spacing: 0.06em; color: var(--p-muted); background: transparent; border: 1px solid var(--p-line); border-radius: 7px; padding: 7px 0; cursor: pointer; transition: all .15s; }
.lang-tabs button:hover { border-color: rgba(52,224,255,0.5); color: var(--p-text); }
.lang-tabs button.on { color: var(--p-cyan); border-color: var(--p-cyan); background: rgba(52,224,255,0.08); }
.lang-sample { font-family: var(--p-display); font-weight: 600; font-size: 17px; color: var(--p-text); min-height: 48px; display: flex; align-items: center; animation: msgIn .4s ease; }
.lang-foot { display: flex; align-items: center; gap: 8px; margin-top: 10px; font-family: var(--p-mono); font-size: 9.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--p-cyan); }

/* 06 build */
.bd-stage { display: flex; justify-content: center; padding: 6px 0 2px; min-height: 92px; align-items: flex-end; }
.bd-frame { border: 1px solid var(--p-line-2); border-radius: 9px; overflow: hidden; background: #070C17; padding: 7px; display: grid; gap: 6px; transition: width .35s cubic-bezier(.2,.8,.2,1); }
.bd-bar { height: 8px; border-radius: 3px; background: rgba(120,160,220,0.25); }
.bd-hero { height: 34px; border-radius: 6px; background: radial-gradient(120% 120% at 20% 0%, rgba(46,139,255,0.5), rgba(10,16,30,0.2)); }
.bd-line { height: 6px; border-radius: 3px; background: rgba(159,178,199,0.22); }
.bd-line.s { width: 60%; }
.bd-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.bd-chip { display: inline-flex; align-items: center; gap: 6px; font-family: var(--p-mono); font-size: 10px; color: var(--p-dim); background: rgba(120,160,220,0.05); border: 1px solid var(--p-line); border-radius: 999px; padding: 5px 11px 5px 9px; cursor: pointer; transition: all .15s; }
.bd-chip .ic { width: 13px; height: 13px; }
.bd-chip .bd-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(159,178,199,0.3); }
.bd-chip.on { color: var(--p-text); border-color: rgba(52,224,255,0.4); background: rgba(52,224,255,0.07); }
.bd-chip.on .ic { color: var(--p-cyan); }
.bd-chip.on .bd-dot { background: #34E0FF; box-shadow: 0 0 8px #34E0FF; }

/* 07 performance */
.perf { position: relative; width: 110px; height: 110px; margin: 4px auto 2px; }
.perf-ring { width: 110px; height: 110px; transform: rotate(-90deg); }
.perf-track { fill: none; stroke: rgba(120,160,220,0.14); stroke-width: 7; }
.perf-fill { fill: none; stroke: url(#perfgrad); stroke: #34E0FF; stroke-width: 7; stroke-linecap: round; filter: drop-shadow(0 0 6px rgba(52,224,255,0.5)); }
.perf-num { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.perf-num b { font-family: var(--p-display); font-weight: 700; font-size: 30px; color: var(--p-text); line-height: 1; }
.perf-num span { font-family: var(--p-mono); font-size: 9px; color: var(--p-dim); }
.perf-metrics { display: grid; gap: 8px; margin-top: 12px; }
.perf-metric { display: grid; grid-template-columns: 86px 1fr 28px; align-items: center; gap: 9px; }
.perf-metric-k { font-family: var(--p-mono); font-size: 9.5px; color: var(--p-muted); }
.perf-metric-bar { height: 5px; border-radius: 3px; background: rgba(120,160,220,0.14); overflow: hidden; }
.perf-metric-bar i { display: block; height: 100%; border-radius: 3px; background: linear-gradient(90deg,#2E8BFF,#34E0FF); transition: width .5s ease; }
.perf-metric-v { font-family: var(--p-mono); font-size: 10px; color: var(--p-cyan); text-align: right; }

/* 08 QA */
.qa-list { display: grid; gap: 8px; }
.qa-row { display: flex; align-items: center; gap: 10px; font-size: 12.5px; color: var(--p-dim); font-family: var(--p-body); padding: 3px 0; transition: color .2s; }
.qa-box { width: 17px; height: 17px; border-radius: 5px; border: 1.5px solid var(--p-line-2); position: relative; flex-shrink: 0; transition: all .2s; }
.qa-row.busy .qa-box { border-color: var(--p-cyan); animation: axpulse 1s ease-in-out infinite; }
.qa-row.ok { color: var(--p-text); }
.qa-row.ok .qa-box { background: var(--p-cyan); border-color: var(--p-cyan); }
.qa-row.ok .qa-box::after { content: ''; position: absolute; left: 5px; top: 1.5px; width: 4px; height: 8px; border-right: 2px solid #06212f; border-bottom: 2px solid #06212f; transform: rotate(45deg); }

/* 09 launch live badge */
.ln-live { display: inline-flex; align-items: center; gap: 8px; margin-top: 11px; font-family: var(--p-mono); font-size: 10.5px; letter-spacing: 0.06em; color: #6FE9A6; background: rgba(52,224,127,0.08); border: 1px solid rgba(52,224,127,0.3); border-radius: 7px; padding: 6px 11px; }
.ln-live-dot { width: 7px; height: 7px; border-radius: 50%; background: #34E07B; box-shadow: 0 0 10px #34E07B; animation: led 1.6s ease-in-out infinite; }

/* 10 hosting uptime */
.up-row { display: flex; gap: 3px; align-items: flex-end; height: 46px; }
.up-bar { flex: 1; height: 100%; border-radius: 2px; background: linear-gradient(180deg, rgba(52,224,127,0.7), rgba(52,224,127,0.3)); cursor: pointer; transition: transform .12s; }
.up-bar:hover { transform: scaleY(1.08); }
.up-bar.warn { background: linear-gradient(180deg, rgba(251,122,46,0.85), rgba(251,122,46,0.35)); height: 76%; }
.up-bar.now { background: linear-gradient(180deg, #34E0FF, rgba(52,224,255,0.4)); box-shadow: 0 0 10px rgba(52,224,255,0.5); }
.up-meta { margin-top: 11px; font-family: var(--p-mono); font-size: 10.5px; color: var(--p-muted); min-height: 16px; }
.up-meta b { color: var(--p-text); }
.up-tip b { font-family: var(--p-mono); }

/* 11 care calendar */
.vz-cell { font: inherit; cursor: pointer; }
.vz-cell:disabled { cursor: default; }
.viz-cell.sel { border-color: var(--p-cyan); box-shadow: 0 0 0 2px rgba(52,224,255,0.3); }
.vz-care-note { display: flex; align-items: center; gap: 8px; margin-top: 12px; font-family: var(--p-mono); font-size: 10.5px; letter-spacing: 0.04em; color: var(--p-cyan); }
