/* ── Section 2 · Product ─────────────────────────────────────── */
.s2 { border-top: 1px solid var(--line); background: var(--bg-2); }
.cap { font-size: 12px; color: var(--text-3); margin-top: 8px; }
.cap b { color: var(--text-2); font-weight: 600; }

.demos { margin-top: 32px; display: grid; grid-template-columns: 1.35fr 1fr; gap: 16px; align-items: start; }
.demos .col { display: flex; flex-direction: column; gap: 16px; }
.panel { border: 1px solid var(--line); border-radius: var(--radius-lg); background: #081422; overflow: hidden; box-shadow: 0 18px 46px rgba(12,18,28,.14); }
.panel video { width: 100%; height: auto; display: block; background: #081422; }

.viewport { position: relative; height: 340px; background: radial-gradient(120% 90% at 50% 20%, #0d1c2e, #060e18); overflow: hidden; perspective: 1000px; touch-action: none; }
.stage3d { position: absolute; inset: 0; transform-style: preserve-3d; transform: rotateX(var(--px, 8deg)) rotateY(var(--yw, -18deg)); will-change: transform; cursor: grab; }
.stage3d.grabbing { cursor: grabbing; }
.vp-floor { position: absolute; left: 50%; bottom: -8%; width: 165%; height: 78%; transform: translateX(-50%) rotateX(63deg);
  background-image: radial-gradient(rgba(150,220,160,.55) 1.3px, transparent 1.6px); background-size: 20px 20px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 26%, transparent 70%); mask-image: radial-gradient(ellipse at center, #000 26%, transparent 70%); }
.vp-boundary { position: absolute; left: 50%; bottom: 6%; width: 62%; height: 44%; transform: translateX(-50%) rotateX(63deg) translateZ(6px); border: 2px solid rgba(0,0,0,.55); border-radius: 3px; }
.vp-figure { position: absolute; left: 52%; top: 34%; transform: translateX(-50%) translateZ(46px); }
.vp-figure svg { width: 60px; height: 96px; filter: drop-shadow(0 8px 12px rgba(0,0,0,.5)); }
.vp-box { position: absolute; left: 40%; top: 52%; width: 34px; height: 30px; transform: skewY(-14deg) translateZ(26px); background: linear-gradient(150deg, #d6a54a, #9c6f24); border: 1px solid #b98c33; box-shadow: 0 8px 14px rgba(0,0,0,.45); }
.vp-box::after { content: ""; position: absolute; inset: 0 0 -8px 0; background: rgba(70,211,138,.18); }
.vp-hint { position: absolute; right: 12px; bottom: 12px; z-index: 4; font-size: 10.5px; color: rgba(238,244,250,.7); background: rgba(0,0,0,.42); border: 1px solid rgba(255,255,255,.14); padding: 4px 9px; border-radius: 999px; display: inline-flex; align-items: center; gap: 6px; pointer-events: none; transition: opacity .4s ease; }
.vp-hint svg { width: 12px; height: 12px; }
.viewport.interacted .vp-hint { opacity: 0; }
.vp-tag, .gizmo, .keys { z-index: 3; }
.gizmo { position: absolute; top: 12px; right: 14px; width: 42px; height: 42px; }
.gizmo i { position: absolute; left: 50%; top: 50%; width: 15px; height: 2px; border-radius: 2px; transform-origin: left center; }
.gizmo i.x { background: #ef4444; transform: rotate(20deg); } .gizmo i.x::after { content:""; position:absolute; right:-3px; top:-2px; width:6px; height:6px; border-radius:50%; background:#ef4444; }
.gizmo i.y { background: #46d38a; transform: rotate(-90deg); } .gizmo i.y::after { content:""; position:absolute; right:-3px; top:-2px; width:6px; height:6px; border-radius:50%; background:#46d38a; }
.gizmo i.z { background: #3b82f6; transform: rotate(150deg); } .gizmo i.z::after { content:""; position:absolute; right:-3px; top:-2px; width:6px; height:6px; border-radius:50%; background:#3b82f6; }
.keys { position: absolute; left: 14px; bottom: 12px; display: flex; gap: 6px; }
.keys span { width: 20px; height: 20px; border-radius: 5px; border: 1px solid rgba(255,255,255,.18); background: rgba(0,0,0,.35); color: rgba(238,244,250,.55); font-size: 10px; display: inline-flex; align-items: center; justify-content: center; font-family: "JetBrains Mono", monospace; }
.vp-tag { position: absolute; left: 14px; top: 12px; font-size: 11px; color: rgba(238,244,250,.75); background: rgba(0,0,0,.42); border: 1px solid rgba(255,255,255,.14); padding: 4px 9px; border-radius: 7px; }

.sim .bar1 { background: #04090f; color: #cbd5e1; font-size: 11px; padding: 7px 12px; display: flex; align-items: center; justify-content: space-between; }
.sim .live { color: var(--green); display: inline-flex; align-items: center; gap: 6px; font-weight: 600; }
.sim .live .d { width: 7px; height: 7px; border-radius: 50%; background: #46d38a; box-shadow: 0 0 9px #46d38a; }
.sim .bar2 { background: #e8621f; color: #fff; font-size: 11px; padding: 5px 12px; font-weight: 600; letter-spacing: .01em; }
.sim .room { position: relative; height: 176px; background: #cfd3d6; overflow: hidden; }
.sim .floor { position: absolute; inset: 0; background-image: linear-gradient(rgba(120,130,140,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(120,130,140,.35) 1px, transparent 1px); background-size: 26px 26px; }
.sim .wallL { position: absolute; left: 24%; top: 16%; width: 26%; height: 62%; background: #8f979d; clip-path: polygon(0 12%, 100% 0, 100% 88%, 0 100%); }
.sim .wallR { position: absolute; left: 50%; top: 12%; width: 26%; height: 66%; background: #a7aeb3; clip-path: polygon(0 0, 100% 12%, 100% 100%, 0 88%); }
.sim .win { position: absolute; left: 40%; top: 26%; width: 12%; height: 16%; background: #7d858b; }
.sim .car { position: absolute; left: 43%; top: 62%; width: 26px; height: 15px; border-radius: 5px; background: linear-gradient(#e5484d, #a52830); box-shadow: 0 6px 9px rgba(0,0,0,.25); }

.charts { padding: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ch .t { font-size: 10.5px; color: var(--violet); font-family: "JetBrains Mono", monospace; display: flex; align-items: center; gap: 5px; margin-bottom: 6px; }
.ch svg { width: 100%; height: 62px; display: block; }

.modgrid { margin-top: 30px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.mod { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; transition: border-color .2s, box-shadow .2s, transform .2s; box-shadow: 0 1px 2px rgba(12,18,28,.03); }
.mod:hover { border-color: rgba(22,153,214,.45); box-shadow: 0 10px 26px rgba(12,18,28,.08); transform: translateY(-2px); }
.mod .ic { width: 36px; height: 36px; border-radius: 10px; background: rgba(22,153,214,.10); color: var(--accent); display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(22,153,214,.22); }
.mod .ic svg { width: 18px; height: 18px; }
.mod h4 { font-size: 14.5px; margin-top: 12px; font-weight: 600; }
.chips { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 9px; }
.chips span { font-size: 10.5px; color: var(--text-2); background: #f3f6f8; border: 1px solid var(--line); padding: 2px 7px; border-radius: 999px; }

/* Agentic workflow — animated execution flow (Start → Final output) */
.flow { margin-top: 42px; display: flex; align-items: stretch; }
.fnode { position: relative; flex: 1 1 0; min-width: 0; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 14px 15px; box-shadow: 0 1px 2px rgba(12,18,28,.03); text-align: center; animation: nodeRipple 5s ease-in-out infinite; }
.fnode.out { animation-name: nodeRippleGreen; }
.fnode .fbody { min-width: 0; }
.fnode .badge { position: absolute; top: -9px; left: 50%; transform: translateX(-50%); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; padding: 3px 9px; border-radius: 999px; background: var(--accent); color: #fff; white-space: nowrap; box-shadow: 0 4px 12px var(--glow); }
.fnode.out .badge { background: var(--green); box-shadow: 0 4px 12px rgba(31,157,99,.35); }
.fnode .ic { width: 40px; height: 40px; border-radius: 11px; background: rgba(22,153,214,.10); border: 1px solid rgba(22,153,214,.20); color: var(--accent); display: inline-flex; align-items: center; justify-content: center; }
.fnode .ic svg { width: 20px; height: 20px; }
.fnode.out .ic { background: rgba(31,157,99,.12); border-color: rgba(31,157,99,.24); color: var(--green); }
.fnode h4 { font-size: 13px; margin-top: 11px; font-weight: 600; letter-spacing: -0.01em; }
.fnode .chips { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 10px; justify-content: center; }
.fnode .chips span { font-size: 10px; color: var(--text-2); background: #f3f6f8; border: 1px solid var(--line); padding: 2px 7px; border-radius: 999px; }
.fconn { flex: 0 0 40px; align-self: center; position: relative; height: 2px; background: var(--line); }
.fconn .dot { position: absolute; top: 50%; left: 0; width: 9px; height: 9px; margin: -4.5px 0 0 -4.5px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px 2px var(--glow); animation: flowDot 5s linear infinite; }
.fconn::after { content: ""; position: absolute; right: -1px; top: 50%; transform: translateY(-50%); border-left: 5px solid rgba(22,153,214,.55); border-top: 4px solid transparent; border-bottom: 4px solid transparent; }
.flow-foot { margin-top: 22px; text-align: center; font-size: 12.5px; color: var(--text-3); }
.flow-foot b { color: var(--text-2); font-weight: 600; }

/* Full module index (what powers each step) */
.modindex { margin-top: 32px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.mrow { display: flex; align-items: center; gap: 12px; background: var(--panel); border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; transition: border-color .2s, box-shadow .2s; box-shadow: 0 1px 2px rgba(12,18,28,.03); }
.mrow:hover { border-color: rgba(22,153,214,.4); box-shadow: 0 8px 22px rgba(12,18,28,.06); }
.mrow .ic { width: 34px; height: 34px; flex: none; border-radius: 9px; background: rgba(22,153,214,.10); border: 1px solid rgba(22,153,214,.20); color: var(--accent); display: inline-flex; align-items: center; justify-content: center; }
.mrow .ic svg { width: 17px; height: 17px; }
.mrow .mname { font-weight: 600; font-size: 13.5px; flex: none; width: 88px; }
.mrow .chips { display: flex; flex-wrap: wrap; gap: 5px; }
.mrow .chips span { font-size: 10px; color: var(--text-2); background: #f3f6f8; border: 1px solid var(--line); padding: 2px 7px; border-radius: 999px; }
@media (max-width: 860px) {
  .modindex { grid-template-columns: 1fr; }
  .mrow { flex-wrap: wrap; }
  .mrow .mname { width: auto; }
}

/* Agentic AI hub — a single prompt that routes to every tool */
.agentx { margin-top: 42px; }
.promptbar { max-width: 720px; margin: 0 auto; display: flex; align-items: center; gap: 12px; background: var(--panel); border: 1px solid var(--line-2); border-radius: 999px; padding: 9px 9px 9px 18px; box-shadow: 0 14px 36px rgba(12,18,28,.09); }
.promptbar .spark { flex: none; color: var(--accent); display: inline-flex; }
.promptbar .spark svg { width: 18px; height: 18px; }
.promptbar .ptext { flex: 1; min-width: 0; font-size: 15px; color: var(--text); white-space: nowrap; overflow: hidden; }
.promptbar .cursor { display: inline-block; width: 2px; height: 1.05em; background: var(--accent); margin-left: 1px; vertical-align: -2px; animation: caret 1.05s step-end infinite; }
.promptbar .send { flex: none; width: 38px; height: 38px; border-radius: 999px; background: var(--accent); color: #fff; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px var(--glow); }
.promptbar .send svg { width: 18px; height: 18px; }
.agentflow { display: flex; flex-direction: column; align-items: center; gap: 9px; margin: 16px 0 18px; }
.agentflow .conn { width: 2px; height: 18px; background: linear-gradient(180deg, rgba(22,153,214,.55), rgba(22,153,214,.08)); }
.agentchip { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; color: var(--accent-2); background: rgba(22,153,214,.08); border: 1px solid rgba(22,153,214,.25); padding: 6px 13px; border-radius: 999px; }
.agentchip svg { width: 14px; height: 14px; color: var(--accent); }
.tools { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 14px; }
.tool { position: relative; transition: border-color .3s ease, box-shadow .3s ease, opacity .3s ease, transform .3s ease; }
.tool .mname { width: auto; font-size: 13.5px; }
.tools.running .tool { opacity: .38; }
.tools.running .tool.active { opacity: 1; }
.tool.active { border-color: rgba(22,153,214,.6); box-shadow: 0 12px 28px rgba(22,153,214,.22); transform: translateY(-2px); }
.tool .step { position: absolute; top: -9px; right: -9px; width: 21px; height: 21px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 11px; font-weight: 700; display: none; align-items: center; justify-content: center; box-shadow: 0 3px 10px var(--glow); z-index: 3; }
.tool.active .step { display: inline-flex; }

/* Chat-style bubble that pops on the active tool */
.tool .bubble { position: absolute; left: 50%; bottom: calc(100% + 14px); width: max-content; max-width: 250px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 18px 44px rgba(12,18,28,.18); padding: 11px 14px; text-align: left; opacity: 0; pointer-events: none; transform: translate(-50%, 8px) scale(.97); transition: opacity .32s ease, transform .32s ease; z-index: 6; }
.tool .bubble b { display: block; font-size: 13px; font-weight: 600; color: var(--text); }
.tool .bubble em { display: block; font-style: normal; font-size: 12px; color: var(--text-2); margin-top: 2px; line-height: 1.35; }
.tool .bubble::after { content: ""; position: absolute; top: 100%; left: 50%; width: 13px; height: 13px; background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transform: translate(-50%, -55%) rotate(45deg); }
.tool.active .bubble { opacity: 1; pointer-events: auto; transform: translate(-50%, 0) scale(1); }

.agentresult { margin-top: 20px; min-height: 20px; text-align: center; font-size: 13px; font-weight: 500; color: var(--accent-2); display: flex; align-items: center; justify-content: center; gap: 8px; transition: color .3s; }
.agentresult .rico { display: inline-flex; }
.agentresult .rico svg { width: 15px; height: 15px; }
.agentresult.done { color: var(--green); }

@keyframes caret { 50% { opacity: 0; } }
@media (max-width: 860px) { .tools { grid-template-columns: 1fr; } }

@keyframes nodeRipple { 0%, 24%, 100% { border-color: var(--line); box-shadow: 0 1px 2px rgba(12,18,28,.03); transform: translateY(0); } 8% { border-color: rgba(22,153,214,.55); box-shadow: 0 12px 30px rgba(22,153,214,.22); transform: translateY(-3px); } }
@keyframes nodeRippleGreen { 0%, 24%, 100% { border-color: var(--line); box-shadow: 0 1px 2px rgba(12,18,28,.03); transform: translateY(0); } 8% { border-color: rgba(31,157,99,.5); box-shadow: 0 12px 30px rgba(31,157,99,.22); transform: translateY(-3px); } }
@keyframes flowDot { 0% { left: 0; opacity: 0; } 12% { opacity: 1; } 44% { left: 100%; opacity: 1; } 52%, 100% { left: 100%; opacity: 0; } }

@media (max-width: 860px) {
  .flow { flex-direction: column; }
  .fnode { text-align: left; display: flex; align-items: center; gap: 14px; padding: 14px 16px; }
  .fnode .ic { flex: none; }
  .fnode .fbody { flex: 1 1 auto; }
  .fnode .badge { left: 16px; transform: none; }
  .fnode h4 { margin-top: 0; }
  .fnode .chips { justify-content: flex-start; margin-top: 7px; }
  .fconn { width: 2px; height: 26px; flex: 0 0 26px; align-self: center; }
  .fconn .dot { display: none; }
  .fconn::after { right: auto; left: 50%; top: auto; bottom: -1px; transform: translateX(-50%); border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid rgba(22,153,214,.55); border-bottom: 0; }
}

.tactile { margin-top: 22px; display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: 40px; align-items: center; border: 1px solid var(--line); border-radius: 20px; background: var(--panel); box-shadow: 0 1px 2px rgba(0,0,0,.3); padding: 32px; }
.handclip { width: 100%; margin: 0 auto; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); background: #0a141f; box-shadow: 0 12px 30px rgba(12,18,28,.12); aspect-ratio: 16 / 10; }
.handclip video { width: 100%; height: 100%; object-fit: cover; display: block; }
.tlist { display: flex; flex-direction: column; gap: 12px; margin-top: 6px; }
.tlist li { list-style: none; display: flex; align-items: center; gap: 12px; font-size: 15px; }
.tlist .tk { width: 22px; height: 22px; border-radius: 999px; background: rgba(31,157,99,.14); color: var(--green); display: inline-flex; align-items: center; justify-content: center; flex: none; }
.tlist .tk svg { width: 13px; height: 13px; }

/* ─────────────────────────────────────────────────────────────
   Sales refinements — show a glimpse, keep the rest for the demo.
   ───────────────────────────────────────────────────────────── */

/* Locked/teaser media: a light blur + gradient + a "preview" pill so
   viewers see it's real, but understand the full view lives in a demo. */
.preview-lock { position: relative; }
.preview-lock video { filter: blur(1.4px) saturate(1.03); transform: scale(1.03); }
.preview-lock::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(180deg, rgba(8,20,34,.06) 0%, rgba(8,20,34,0) 34%, rgba(8,20,34,.42) 100%); }
.lockbar { position: absolute; left: 12px; bottom: 12px; z-index: 3; display: inline-flex; align-items: center; gap: 7px; font-size: 11.5px; font-weight: 600; color: #eef4fa; background: rgba(8,20,34,.60); border: 1px solid rgba(255,255,255,.18); padding: 6px 12px; border-radius: 999px; backdrop-filter: blur(6px); }
.lockbar svg { width: 13px; height: 13px; }

/* High-level capability strip (names only — no internal detail) */
.capstrip { margin-top: 30px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.capstrip .pill { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--text); background: var(--panel); border: 1px solid var(--line); border-radius: 999px; padding: 9px 16px; box-shadow: 0 1px 2px rgba(12,18,28,.03); transition: border-color .2s, box-shadow .2s, transform .2s; }
.capstrip .pill:hover { border-color: rgba(22,153,214,.4); box-shadow: 0 8px 20px rgba(12,18,28,.06); transform: translateY(-2px); }
.capstrip .pill svg { width: 15px; height: 15px; color: var(--accent); }

/* "More inside the platform" — showcase capabilities as cards + a
   confident CTA bar (attract, don't hide). */
.platform-more { margin-top: 34px; }
.pm-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.pm-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; box-shadow: 0 1px 2px rgba(12,18,28,.03); transition: border-color .22s, box-shadow .22s, transform .22s; }
.pm-card:hover { border-color: rgba(22,153,214,.4); box-shadow: 0 12px 28px rgba(12,18,28,.08); transform: translateY(-3px); }
.pm-card .pm-ic { width: 42px; height: 42px; border-radius: 11px; background: rgba(22,153,214,.10); border: 1px solid rgba(22,153,214,.22); color: var(--accent); display: inline-flex; align-items: center; justify-content: center; }
.pm-card .pm-ic svg { width: 21px; height: 21px; }
.pm-card h4 { font-size: 15.5px; margin-top: 15px; font-weight: 650; }
.pm-card p { font-size: 13px; color: var(--text-2); margin-top: 7px; line-height: 1.5; }

.pm-bar { margin-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 22px; flex-wrap: wrap; padding: 22px 26px; border-radius: var(--radius-lg); border: 1px solid rgba(22,153,214,.24); background: linear-gradient(120deg, rgba(22,153,214,.12), rgba(22,153,214,.03)); box-shadow: 0 1px 2px rgba(12,18,28,.03); }
.pm-bar .pm-copy b { display: block; font-size: 17px; color: var(--text); font-weight: 700; letter-spacing: -0.02em; }
.pm-bar .pm-copy span { display: block; font-size: 13.5px; color: var(--text-2); margin-top: 5px; }

@media (max-width: 900px) { .pm-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) {
  .pm-grid { grid-template-columns: 1fr; }
  .pm-bar { flex-direction: column; align-items: flex-start; }
  .pm-bar .btn { width: 100%; }
}

/* Hero call-to-action row spacing */
.hero-actions { margin-top: 26px; }

/* ─────────────────────────────────────────────────────────────
   Abstract dashboard preview (replaces product videos).
   A stylised, non-functional UI so viewers get the feel — the real
   thing is shown once they get in touch.
   ───────────────────────────────────────────────────────────── */
.mockui { display: flex; height: 300px; background: radial-gradient(130% 100% at 18% 0%, #10273e, #081420); color: #cfe0ee; }
.mock-side { width: 42%; max-width: 210px; padding: 15px 13px; border-right: 1px solid rgba(255,255,255,.06); display: flex; flex-direction: column; gap: 6px; }
.mock-brand { display: flex; align-items: center; gap: 9px; margin-bottom: 10px; padding: 0 4px; }
.mock-brand .b-dot { width: 18px; height: 18px; border-radius: 6px; background: linear-gradient(135deg, #1aa1de, #0f86c4); flex: none; }
.mock-brand .b-ln { height: 8px; width: 62px; border-radius: 4px; background: rgba(255,255,255,.24); }
.mock-item { display: flex; align-items: center; gap: 9px; padding: 8px 9px; border-radius: 8px; border: 1px solid transparent; }
.mock-item i { width: 14px; height: 14px; border-radius: 4px; background: rgba(255,255,255,.20); flex: none; }
.mock-item .l { height: 7px; border-radius: 4px; background: rgba(255,255,255,.15); flex: 1; }
.mock-item.active { background: rgba(22,153,214,.16); border-color: rgba(22,153,214,.34); }
.mock-item.active i { background: #37b6ec; }
.mock-item.active .l { background: rgba(184,226,247,.6); }
.mock-sep { height: 6px; width: 40px; border-radius: 4px; background: rgba(255,255,255,.10); margin: 8px 0 3px 9px; }
.mock-main { flex: 1; padding: 15px; display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.mock-top { display: flex; align-items: center; justify-content: space-between; }
.mock-top .t { height: 9px; width: 110px; border-radius: 4px; background: rgba(255,255,255,.22); }
.mock-top .p { height: 20px; width: 60px; border-radius: 999px; background: rgba(22,153,214,.28); }
.mock-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mock-kpi { border: 1px solid rgba(255,255,255,.08); border-radius: 10px; padding: 11px; background: rgba(255,255,255,.03); }
.mock-kpi .a { display: block; height: 7px; width: 62%; border-radius: 4px; background: rgba(255,255,255,.16); }
.mock-kpi .b { display: block; height: 15px; width: 76%; border-radius: 5px; margin-top: 9px; background: linear-gradient(90deg, rgba(55,182,236,.55), rgba(55,182,236,.12)); }
.mock-chart { flex: 1; min-height: 0; border: 1px solid rgba(255,255,255,.08); border-radius: 10px; background: rgba(255,255,255,.03); padding: 12px; }
.mock-chart svg { width: 100%; height: 100%; display: block; }

/* Tactile capture illustration (replaces the hand video) */
.tactileviz { display: flex; align-items: center; justify-content: center; aspect-ratio: 16 / 11; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: 0 12px 30px rgba(0,0,0,.35); background: radial-gradient(130% 100% at 30% 12%, #10273e, #060f1a); }
.tgrid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; padding: 30px; width: 100%; max-width: 340px; }
.tgrid span { aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.10); }
.tgrid span.on { background: radial-gradient(circle, #37b6ec, rgba(22,153,214,.25)); box-shadow: 0 0 12px 2px var(--glow); animation: tpulse 3.2s ease-in-out infinite; }
.tgrid span.on:nth-child(8) { animation-delay: .5s; }
.tgrid span.on:nth-child(11) { animation-delay: 1s; }
.tgrid span.on:nth-child(16) { animation-delay: 1.5s; }
.tgrid span.on:nth-child(20) { animation-delay: 2s; }

@keyframes tpulse { 0%, 100% { opacity: .55; transform: scale(1); } 50% { opacity: 1; transform: scale(1.12); } }

@media (max-width: 560px) {
  .mockui { height: 260px; }
  .mock-side { max-width: 150px; }
}

/* ─────────────────────────────────────────────────────────────
   Cinematic platform intro — dark band with converging lines that
   flow into a glowing core (brand cyan). Bold statement + centered
   "The AndLake Platform" title, inspired by modern platform pages.
   ───────────────────────────────────────────────────────────── */
.platform-intro { position: relative; overflow: hidden; scroll-snap-align: start;
  padding: 112px 0 84px; color: #e7edf4;
  background: radial-gradient(1200px 720px at 62% 62%, #0b1622, #05080d 72%);
  border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); }
.platform-intro .wrap { position: relative; z-index: 1; }

.pi-eyebrow { display: inline-block; font-family: var(--mono); font-size: 11px; letter-spacing: .34em; text-transform: uppercase; color: #37b6ec; font-weight: 500; }
.pi-statement { max-width: 720px; margin-top: 22px; font-size: clamp(1.45rem, 2.9vw, 2.25rem); font-weight: 600; line-height: 1.3; letter-spacing: -0.015em; color: #f3f7fb; }

.pi-center { text-align: center; margin-top: 92px; }
.pi-title { font-size: clamp(2.1rem, 5vw, 3.6rem); font-weight: 400; letter-spacing: 0; color: #fff; }
.pi-sub { max-width: 480px; margin: 16px auto 0; font-size: 14.5px; line-height: 1.6; color: #9fb0c0; }

.pi-stage { position: relative; margin-top: 4px; }
.pi-stage svg { width: 100%; height: auto; display: block; }
.pi-pill { position: absolute; left: 60%; top: 61%; transform: translateX(-50%); font-family: var(--mono); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: #8fe3ff; border: 1px solid rgba(55,182,236,.4); background: rgba(55,182,236,.10); padding: 6px 12px; border-radius: 7px; box-shadow: 0 0 24px rgba(55,182,236,.28); white-space: nowrap; }

.al-pulse { transform-origin: center; animation: alPulse 4.5s ease-in-out infinite; }
@keyframes alPulse { 0%, 100% { opacity: .3; } 50% { opacity: .72; } }

@media (max-width: 700px) {
  .platform-intro { padding: 84px 0 60px; }
  .pi-center { margin-top: 58px; }
  .pi-pill { top: 63%; }
}
@media (prefers-reduced-motion: reduce) { .al-pulse { animation: none; } }

/* Title under each preview card (name only — no description) */
.demo-title { margin-top: 14px; font-size: 15.5px; font-weight: 600; color: var(--text); letter-spacing: -0.01em; }

/* CTA bar tuned for the dark theme */
.pm-bar { background: linear-gradient(120deg, rgba(55,182,236,.16), rgba(55,182,236,.04)); border-color: rgba(55,182,236,.28); }

/* ── Cinematic section headers (match the platform-intro vibe) ─── */
.cine-head { text-align: center; max-width: 720px; margin: 0 auto; }
.cine-head .pi-eyebrow { display: inline-block; }
.cine-title { font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 400; letter-spacing: -0.01em; margin-top: 14px; color: #fff; }
.cine-sub { max-width: 540px; margin: 15px auto 0; font-size: 15px; line-height: 1.6; color: var(--text-2); }
.cine-line { display: block; width: 130px; height: 2px; margin: 28px auto 0; border-radius: 2px; position: relative; overflow: hidden; background: linear-gradient(90deg, transparent, rgba(55,182,236,.35), transparent); }
.cine-line::after { content: ""; position: absolute; top: 0; left: -45%; width: 45%; height: 100%; background: linear-gradient(90deg, transparent, #8fe3ff, transparent); animation: cineSweep 2.8s ease-in-out infinite; }
@keyframes cineSweep { 0% { left: -45%; } 100% { left: 130%; } }
@media (prefers-reduced-motion: reduce) { .cine-line::after { animation: none; } }

/* ── Cinematic tactile visual (matches the AndLake core motif) ─── */
.tactstage { position: relative; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: radial-gradient(130% 100% at 30% 20%, #10273e, #060f1a); box-shadow: 0 12px 30px rgba(0,0,0,.35); }
.tactstage svg { width: 100%; height: auto; display: block; }
.tac-pill { position: absolute; left: 16px; top: 14px; display: inline-flex; align-items: center; font-family: var(--mono); font-size: 9.5px; letter-spacing: .2em; text-transform: uppercase; color: #cfe9f7; border: 1px solid rgba(55,182,236,.4); background: rgba(8,20,34,.5); padding: 5px 10px; border-radius: 7px; box-shadow: 0 0 20px rgba(55,182,236,.2); white-space: nowrap; backdrop-filter: blur(4px); }
.tac-pill .rec { width: 7px; height: 7px; border-radius: 50%; background: #ff5a5f; box-shadow: 0 0 8px #ff5a5f; margin-right: 7px; animation: recBlink 1.4s ease-in-out infinite; }
@keyframes recBlink { 0%, 100% { opacity: 1; } 50% { opacity: .3; } }
.tac-pulse { animation: tacPulse 3s ease-in-out infinite; }
@keyframes tacPulse { 0%, 100% { opacity: .4; } 50% { opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .tac-pulse { animation: none; } }
