
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --bg: #05060f; --bg-2: #0a0c1d; --ink: #f2f3ff; --muted: #9aa1c9; --line: rgba(255, 255, 255, 0.09);
  --v: #7c5cff; --c: #22d3ee; --p: #ff5ca8; --g: #34e3a0;
  --grad: linear-gradient(120deg, #a78bfa 0%, #7c5cff 35%, #22d3ee 100%);
  --ease: cubic-bezier(0.22, 1, 0.36, 1); --spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --demo: #7c5cff;
}
html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, sans-serif; background: var(--bg); color: var(--ink); line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
h1, h2, h3, .display { font-family: 'Plus Jakarta Sans', 'Inter', sans-serif; letter-spacing: -0.03em; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
::selection { background: rgba(124, 92, 255, 0.45); }

/* ambient */
.noise { position: fixed; inset: 0; z-index: 1; pointer-events: none; opacity: 0.05; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E"); }
#glow { position: fixed; width: 520px; height: 520px; border-radius: 50%; pointer-events: none; z-index: 0; left: 0; top: 0; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(124, 92, 255, 0.16), transparent 62%); transition: opacity 0.4s; opacity: 0; will-change: transform; }
#progress { position: fixed; top: 0; left: 0; height: 3px; width: 100%; transform-origin: left; transform: scaleX(0); background: var(--grad); z-index: 120; box-shadow: 0 0 14px rgba(124, 92, 255, 0.8); }

/* nav */
.navbar { position: fixed; top: 16px; left: 50%; transform: translateX(-50%); z-index: 100; width: min(1130px, calc(100% - 28px)); display: flex; align-items: center; justify-content: space-between; padding: 11px 14px 11px 22px; border-radius: 18px; border: 1px solid transparent; transition: background 0.4s, border-color 0.4s, box-shadow 0.4s, top 0.4s var(--ease); }
.navbar.scrolled { background: rgba(10, 12, 29, 0.66); backdrop-filter: blur(20px) saturate(170%); -webkit-backdrop-filter: blur(20px) saturate(170%); border-color: var(--line); box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.7); top: 10px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: 'Plus Jakarta Sans'; font-weight: 800; font-size: 22px; letter-spacing: -0.04em; }
.brand i { width: 28px; height: 28px; border-radius: 9px; background: var(--grad); display: block; box-shadow: 0 6px 20px rgba(124, 92, 255, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.5); -webkit-mask: radial-gradient(circle at 70% 30%, transparent 5px, #000 5.6px); mask: radial-gradient(circle at 70% 30%, transparent 5px, #000 5.6px); }
.brand b { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 800; }
.navbar .links { display: flex; align-items: center; gap: 4px; }
.navbar .links a { color: #b9bfe4; font-weight: 500; font-size: 14px; padding: 8px 14px; border-radius: 10px; transition: color 0.2s, background 0.2s; }
.navbar .links a:hover { color: #fff; background: rgba(255, 255, 255, 0.07); }

.btn { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 15px; padding: 14px 26px; border-radius: 14px; border: none; cursor: pointer; font-family: inherit; position: relative; color: #fff; background: var(--grad); background-size: 180% 180%; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 14px 34px -10px rgba(124, 92, 255, 0.7); transition: transform 0.35s var(--spring), box-shadow 0.3s, background-position 0.6s; will-change: transform; }
.btn:hover { background-position: 100% 50%; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 20px 44px -10px rgba(124, 92, 255, 0.9); }
.btn svg { width: 16px; height: 16px; transition: transform 0.3s var(--ease); }
.btn:hover svg { transform: translateX(4px); }
.btn.ghost { background: rgba(255, 255, 255, 0.05); border: 1px solid var(--line); box-shadow: none; backdrop-filter: blur(10px); }
.btn.ghost:hover { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.22); }
.btn.sm { padding: 9px 18px; font-size: 14px; border-radius: 11px; }

/* hero */
.hero { position: relative; min-height: 100vh; padding: 150px 0 40px; text-align: center; overflow: hidden; }
#net { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.hero::after { content: ''; position: absolute; inset: auto 0 0 0; height: 260px; background: linear-gradient(transparent, var(--bg)); z-index: 1; pointer-events: none; }
.aurora { position: absolute; border-radius: 50%; filter: blur(110px); z-index: 0; opacity: 0.55; animation: drift 16s ease-in-out infinite; }
.aurora.a { width: 620px; height: 620px; background: #6d4bff; left: -180px; top: -200px; }
.aurora.b { width: 520px; height: 520px; background: #12b5d6; right: -160px; top: 60px; animation-delay: -6s; opacity: 0.4; }
.aurora.c { width: 420px; height: 420px; background: #ff4f9a; left: 38%; top: 420px; animation-delay: -11s; opacity: 0.22; }
@keyframes drift { 0%, 100% { transform: translate(0, 0) scale(1); } 33% { transform: translate(50px, -30px) scale(1.1); } 66% { transform: translate(-40px, 40px) scale(0.94); } }
.hero .wrap { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 7px 16px 7px 8px; border-radius: 40px; font-size: 13px; font-weight: 500; color: #d5d9f7; background: rgba(255, 255, 255, 0.05); border: 1px solid var(--line); backdrop-filter: blur(12px); margin-bottom: 30px; }
.eyebrow em { font-style: normal; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; padding: 3px 9px; border-radius: 20px; background: var(--grad); color: #fff; }
.hero h1 { font-size: clamp(42px, 7.6vw, 96px); line-height: 1.0; font-weight: 800; max-width: 1000px; margin: 0 auto 26px; }
.hero h1 .w { display: inline-block; opacity: 0; transform: translateY(0.55em) rotate(4deg); filter: blur(12px); animation: wordIn 0.95s var(--ease) forwards; }
@keyframes wordIn { to { opacity: 1; transform: none; filter: none; } }
.shine { background: linear-gradient(100deg, #c4b5fd 0%, #7c5cff 30%, #22d3ee 55%, #c4b5fd 85%); background-size: 220% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: shine 6s linear infinite; }
@keyframes shine { to { background-position: -220% 0; } }
.hero p.lead { color: var(--muted); max-width: 660px; margin: 0 auto 38px; font-size: clamp(16px, 1.6vw, 19px); }
.hero .cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.trust { margin-top: 26px; font-size: 13px; color: #7f86b3; display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; }
.trust span::before { content: '✓'; color: var(--g); margin-right: 7px; font-weight: 700; }

/* 3D product stage */
.stage { perspective: 1800px; margin: 78px auto 0; max-width: 1080px; position: relative; z-index: 2; }
.mock { position: relative; border-radius: 22px; border: 1px solid rgba(255, 255, 255, 0.13); background: linear-gradient(180deg, rgba(22, 25, 54, 0.92), rgba(10, 12, 29, 0.96)); box-shadow: 0 80px 160px -40px rgba(0, 0, 0, 0.9), 0 0 0 1px rgba(124, 92, 255, 0.18), 0 0 140px -30px rgba(124, 92, 255, 0.55); transform: rotateX(var(--rx, 22deg)) rotateY(var(--ry, 0deg)) scale(var(--sc, 0.92)); transform-style: preserve-3d; transition: transform 0.2s linear; overflow: hidden; text-align: left; will-change: transform; }
.mock::before { content: ''; position: absolute; inset: 0; background: radial-gradient(600px circle at var(--gx, 50%) var(--gy, 0%), rgba(255, 255, 255, 0.07), transparent 50%); pointer-events: none; z-index: 5; }
.mock-bar { display: flex; align-items: center; gap: 7px; padding: 13px 16px; border-bottom: 1px solid var(--line); }
.mock-bar i { width: 11px; height: 11px; border-radius: 50%; background: #ff5f57; } .mock-bar i:nth-child(2) { background: #febc2e; } .mock-bar i:nth-child(3) { background: #28c840; }
.mock-bar span { margin-left: 14px; font-size: 12px; color: #6f76a6; background: rgba(255, 255, 255, 0.05); padding: 4px 14px; border-radius: 8px; }
.mock-body { display: grid; grid-template-columns: 58px 1fr 1.05fr; min-height: 430px; }
.m-side { border-right: 1px solid var(--line); padding: 14px 0; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.m-side b { width: 34px; height: 34px; border-radius: 11px; background: rgba(255, 255, 255, 0.05); display: grid; place-items: center; font-size: 15px; }
.m-side b.on { background: linear-gradient(135deg, rgba(124, 92, 255, 0.6), rgba(34, 211, 238, 0.35)); box-shadow: 0 8px 20px -6px rgba(124, 92, 255, 0.8); }
.m-list { border-right: 1px solid var(--line); padding: 14px; overflow: hidden; position: relative; }
.m-list h4, .m-thread h4 { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: #6f76a6; margin-bottom: 12px; font-family: 'Inter'; font-weight: 600; display: flex; justify-content: space-between; }
.m-list h4 em { font-style: normal; color: var(--g); } .m-list h4 em::before { content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--g); margin-right: 6px; animation: blip 1.6s infinite; }
@keyframes blip { 50% { opacity: 0.25; } }
.m-row { display: flex; gap: 11px; padding: 11px 12px; border-radius: 13px; margin-bottom: 7px; background: rgba(255, 255, 255, 0.03); border: 1px solid transparent; transition: transform 0.6s var(--ease), opacity 0.6s, background 0.4s, border-color 0.4s; }
.m-row.new { animation: rowDrop 0.75s var(--spring) both; background: rgba(124, 92, 255, 0.13); border-color: rgba(124, 92, 255, 0.4); }
@keyframes rowDrop { from { opacity: 0; transform: translateY(-26px) scale(0.94); } to { opacity: 1; transform: none; } }
.m-row .ch { width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; font-size: 15px; flex-shrink: 0; background: rgba(255, 255, 255, 0.07); }
.m-row .tx { min-width: 0; flex: 1; }
.m-row .tx strong { display: block; font-size: 12.5px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.m-row .tx span { display: block; font-size: 11.5px; color: #8088b3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tag { font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 20px; color: #fff; align-self: flex-start; white-space: nowrap; }
.m-thread { padding: 14px 16px; display: flex; flex-direction: column; }
.bub { max-width: 84%; font-size: 12.5px; line-height: 1.5; padding: 10px 13px; border-radius: 14px 14px 14px 4px; background: rgba(255, 255, 255, 0.06); margin-bottom: 10px; color: #dfe2fb; }
.bub.me { margin-left: auto; border-radius: 14px 14px 4px 14px; background: linear-gradient(135deg, rgba(124, 92, 255, 0.55), rgba(34, 211, 238, 0.3)); color: #fff; }
.ai-card { margin-top: auto; border-radius: 14px; padding: 12px 14px; border: 1px solid rgba(124, 92, 255, 0.45); background: rgba(124, 92, 255, 0.1); position: relative; }
.ai-card small { font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em; color: #b9a8ff; display: block; margin-bottom: 6px; }
.ai-card p { font-size: 12.5px; color: #e4e6ff; min-height: 56px; }
.caret { display: inline-block; width: 2px; height: 14px; background: var(--c); margin-left: 2px; vertical-align: -2px; animation: blip 0.9s infinite; }
.float { position: absolute; z-index: 6; padding: 11px 15px; border-radius: 15px; font-size: 12.5px; font-weight: 600; background: rgba(16, 18, 42, 0.78); backdrop-filter: blur(16px); border: 1px solid rgba(255, 255, 255, 0.14); box-shadow: 0 24px 50px -16px rgba(0, 0, 0, 0.8); display: flex; align-items: center; gap: 9px; animation: bob 6s ease-in-out infinite; will-change: transform; }
.float small { display: block; font-weight: 400; color: #8f96c2; font-size: 11px; }
.float.f1 { left: -46px; top: 22%; } .float.f2 { right: -40px; top: 12%; animation-delay: -2s; } .float.f3 { right: -26px; bottom: 16%; animation-delay: -4s; }
@keyframes bob { 0%, 100% { translate: 0 0; } 50% { translate: 0 -14px; } }

/* marquee */
.marquee { padding: 46px 0 20px; position: relative; z-index: 2; -webkit-mask: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); overflow: hidden; }
.marquee p { text-align: center; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: #5f668f; margin-bottom: 22px; }
.track { display: flex; gap: 14px; width: max-content; animation: slide 38s linear infinite; }
.track.rev { animation-direction: reverse; margin-top: 14px; animation-duration: 46s; }
.marquee:hover .track { animation-play-state: paused; }
@keyframes slide { to { transform: translateX(-50%); } }
.pill { padding: 11px 22px; border-radius: 40px; border: 1px solid var(--line); background: rgba(255, 255, 255, 0.03); font-size: 14px; font-weight: 500; color: #c6cbee; white-space: nowrap; display: flex; align-items: center; gap: 9px; }

/* sections */
section { padding: 120px 0; position: relative; z-index: 2; }
.kicker { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 16px; }
.h2 { font-size: clamp(32px, 4.6vw, 58px); font-weight: 800; line-height: 1.05; max-width: 820px; margin-bottom: 18px; }
.center { text-align: center; } .center .h2, .center .sub { margin-left: auto; margin-right: auto; }
.sub { color: var(--muted); font-size: 17px; max-width: 620px; margin-bottom: 56px; }

[data-reveal] { opacity: 0; transform: translateY(44px) scale(0.98); filter: blur(8px); transition: opacity 0.95s var(--ease), transform 0.95s var(--ease), filter 0.95s var(--ease); transition-delay: var(--d, 0ms); }
[data-reveal="left"] { transform: translateX(-60px); } [data-reveal="right"] { transform: translateX(60px); } [data-reveal="zoom"] { transform: scale(0.84); }
[data-reveal].in { opacity: 1; transform: none; filter: none; }

/* stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 26px; background: rgba(255, 255, 255, 0.025); overflow: hidden; backdrop-filter: blur(10px); }
.stats div { padding: 38px 24px; text-align: center; border-right: 1px solid var(--line); position: relative; }
.stats div:last-child { border-right: none; }
.stats b { font-family: 'Plus Jakarta Sans'; font-size: clamp(38px, 4.4vw, 60px); font-weight: 800; letter-spacing: -0.04em; display: block; line-height: 1; background: linear-gradient(180deg, #fff 30%, #8f7bff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stats span { color: var(--muted); font-size: 14px; margin-top: 10px; display: block; }

/* bento */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.tile { position: relative; border-radius: 26px; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)); padding: 30px; overflow: hidden; min-height: 320px; display: flex; flex-direction: column; transition: transform 0.5s var(--ease), border-color 0.4s, box-shadow 0.5s; transform-style: preserve-3d; }
.tile::before { content: ''; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(520px circle at var(--mx, 50%) var(--my, 50%), rgba(124, 92, 255, 0.2), transparent 45%); opacity: 0; transition: opacity 0.4s; pointer-events: none; }
.tile:hover { border-color: rgba(124, 92, 255, 0.5); box-shadow: 0 40px 90px -40px rgba(124, 92, 255, 0.6); transform: translateY(-6px); }
.tile:hover::before { opacity: 1; }
.tile h3 { font-size: 22px; font-weight: 700; margin-bottom: 8px; position: relative; }
.tile p { color: var(--muted); font-size: 14.5px; position: relative; max-width: 440px; }
.tile .viz { margin-top: auto; padding-top: 26px; position: relative; }
.t-6 { grid-column: span 6; } .t-4 { grid-column: span 4; } .t-3 { grid-column: span 3; } .t-2 { grid-column: span 2; }

.flowin { display: flex; align-items: center; gap: 18px; }
.flowin .srcs { display: flex; flex-direction: column; gap: 9px; }
.flowin .srcs span { font-size: 12.5px; padding: 8px 14px; border-radius: 12px; background: rgba(255, 255, 255, 0.05); border: 1px solid var(--line); white-space: nowrap; animation: nudge 3.2s var(--ease) infinite; }
.flowin .srcs span:nth-child(2) { animation-delay: 0.5s; } .flowin .srcs span:nth-child(3) { animation-delay: 1s; } .flowin .srcs span:nth-child(4) { animation-delay: 1.5s; }
@keyframes nudge { 0%, 70%, 100% { transform: none; border-color: var(--line); } 35% { transform: translateX(10px); border-color: rgba(34, 211, 238, 0.7); box-shadow: 0 0 22px -4px rgba(34, 211, 238, 0.6); } }
.flowin svg { flex: 1; height: 170px; min-width: 120px; }
.flowin path { fill: none; stroke: url(#lg); stroke-width: 1.6; stroke-dasharray: 5 9; animation: dash 1.4s linear infinite; opacity: 0.85; }
@keyframes dash { to { stroke-dashoffset: -28; } }
.hub { width: 108px; height: 108px; border-radius: 30px; flex-shrink: 0; display: grid; place-items: center; font-family: 'Plus Jakarta Sans'; font-weight: 800; font-size: 15px; background: var(--grad); box-shadow: 0 0 0 10px rgba(124, 92, 255, 0.12), 0 0 0 22px rgba(124, 92, 255, 0.06), 0 30px 60px -16px rgba(124, 92, 255, 0.9); animation: hub 3.2s ease-in-out infinite; }
@keyframes hub { 50% { box-shadow: 0 0 0 16px rgba(124, 92, 255, 0.14), 0 0 0 34px rgba(124, 92, 255, 0.05), 0 30px 70px -14px rgba(34, 211, 238, 0.8); } }

.typebox { border-radius: 16px; border: 1px solid rgba(124, 92, 255, 0.4); background: rgba(124, 92, 255, 0.08); padding: 16px; font-size: 13.5px; color: #e2e4ff; min-height: 118px; }
.typebox small { display: flex; justify-content: space-between; color: #b9a8ff; font-weight: 700; letter-spacing: 0.08em; font-size: 10.5px; margin-bottom: 8px; }

.auto { display: flex; align-items: center; gap: 0; flex-wrap: nowrap; }
.node { padding: 10px 14px; border-radius: 13px; font-size: 12.5px; font-weight: 600; background: rgba(255, 255, 255, 0.05); border: 1px solid var(--line); white-space: nowrap; animation: lit 4.5s infinite; }
.node:nth-of-type(2) { animation-delay: 1.1s; } .node:nth-of-type(3) { animation-delay: 2.2s; } .node:nth-of-type(4) { animation-delay: 3.3s; }
@keyframes lit { 0%, 22%, 100% { border-color: var(--line); box-shadow: none; color: #c6cbee; } 8% { border-color: var(--g); box-shadow: 0 0 26px -4px rgba(52, 227, 160, 0.75); color: #fff; } }
.wire { flex: 1; height: 2px; min-width: 14px; background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.28) 0 5px, transparent 5px 10px); background-size: 20px 2px; animation: wire 0.7s linear infinite; }
@keyframes wire { to { background-position: 20px 0; } }

.ring { width: 92px; height: 92px; border-radius: 50%; margin: 0 auto; display: grid; place-items: center; font-size: 34px; background: linear-gradient(135deg, rgba(52, 227, 160, 0.3), rgba(34, 211, 238, 0.18)); position: relative; }
.ring::before, .ring::after { content: ''; position: absolute; inset: 0; border-radius: 50%; border: 2px solid rgba(52, 227, 160, 0.65); animation: ringOut 2.2s var(--ease) infinite; }
.ring::after { animation-delay: 1.1s; }
@keyframes ringOut { to { transform: scale(2.1); opacity: 0; } }
.ringlbl { text-align: center; margin-top: 20px; font-size: 13px; font-weight: 600; } .ringlbl span { display: block; font-weight: 400; color: var(--muted); font-size: 12px; }

.checks div { display: flex; align-items: center; gap: 11px; font-size: 13.5px; padding: 8px 0; color: #c6cbee; }
.checks i { width: 21px; height: 21px; border-radius: 7px; border: 1.5px solid rgba(255, 255, 255, 0.22); display: grid; place-items: center; font-style: normal; font-size: 12px; color: transparent; transition: all 0.5s var(--spring); flex-shrink: 0; }
.tile.in .checks i { background: var(--g); border-color: var(--g); color: #04241a; transform: scale(1.08); }
.tile.in .checks div:nth-child(1) i { transition-delay: 0.5s; } .tile.in .checks div:nth-child(2) i { transition-delay: 1s; } .tile.in .checks div:nth-child(3) i { transition-delay: 1.5s; } .tile.in .checks div:nth-child(4) i { transition-delay: 2s; }

.bars { display: flex; align-items: flex-end; gap: 10px; height: 130px; }
.bars i { flex: 1; border-radius: 9px 9px 3px 3px; background: linear-gradient(180deg, #7c5cff, rgba(34, 211, 238, 0.35)); height: 0; transition: height 1.3s var(--ease); }
.tile.in .bars i { height: var(--h); }
.bars i:nth-child(2) { transition-delay: 0.1s; } .bars i:nth-child(3) { transition-delay: 0.2s; } .bars i:nth-child(4) { transition-delay: 0.3s; } .bars i:nth-child(5) { transition-delay: 0.4s; } .bars i:nth-child(6) { transition-delay: 0.5s; } .bars i:nth-child(7) { transition-delay: 0.6s; }

.codeblk { font-family: 'JetBrains Mono', Consolas, monospace; font-size: 12.5px; line-height: 1.8; border-radius: 16px; background: rgba(0, 0, 0, 0.4); border: 1px solid var(--line); padding: 16px 18px; color: #b9c0ea; overflow: hidden; }
.codeblk .k { color: #c4b5fd; } .codeblk .s { color: #67e8f9; } .codeblk .c { color: #5f668f; }

.kan { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.kan > div { border-radius: 14px; background: rgba(255, 255, 255, 0.035); padding: 10px; min-height: 130px; }
.kan small { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: #6f76a6; display: block; margin-bottom: 8px; }
.kan b { display: block; font-size: 12px; font-weight: 600; padding: 9px 10px; border-radius: 10px; background: rgba(255, 255, 255, 0.07); border: 1px solid var(--line); margin-bottom: 7px; }
.kan b.mv { animation: hop 6s var(--ease) infinite; border-color: rgba(124, 92, 255, 0.7); background: rgba(124, 92, 255, 0.2); position: relative; z-index: 2; }
@keyframes hop { 0%, 18% { transform: none; } 30%, 50% { transform: translateX(calc(100% + 30px)) rotate(2deg); } 62%, 82% { transform: translateX(calc(200% + 60px)); } 94%, 100% { transform: none; } }

/* sticky story */
.story { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.story .pin { position: sticky; top: 16vh; height: 68vh; min-height: 460px; border-radius: 30px; border: 1px solid var(--line); background: radial-gradient(circle at 50% 40%, rgba(124, 92, 255, 0.16), rgba(255, 255, 255, 0.02) 70%); overflow: hidden; }
.win { position: absolute; left: 50%; top: 50%; width: 150px; height: 100px; margin: -50px 0 0 -75px; border-radius: 14px; border: 1px solid rgba(255, 255, 255, 0.16); background: rgba(18, 20, 46, 0.92); box-shadow: 0 24px 50px -18px rgba(0, 0, 0, 0.85); padding: 10px 12px; font-size: 11.5px; font-weight: 600; color: #c6cbee; transition: transform 1.25s var(--ease), opacity 1s, border-color 1s, width 1.25s var(--ease), height 1.25s var(--ease), margin 1.25s var(--ease); transform: translate(var(--x), var(--y)) rotate(var(--r)); }
.win::before { content: ''; display: block; height: 5px; width: 34px; border-radius: 4px; background: var(--wc, #7c5cff); margin-bottom: 9px; }
.win::after { content: ''; display: block; height: 4px; border-radius: 3px; background: rgba(255, 255, 255, 0.1); margin-top: 9px; box-shadow: 0 9px 0 rgba(255, 255, 255, 0.07), 0 18px 0 rgba(255, 255, 255, 0.05); }
.pin[data-step="2"] .win { transform: translate(calc(var(--x) * 0.32), calc(var(--y) * 0.32)) rotate(calc(var(--r) * 0.3)); }
.pin[data-step="3"] .win { transform: translate(0, 0) rotate(0deg) scale(0.6); opacity: 0; }
.one { position: absolute; left: 50%; top: 50%; width: 78%; height: 66%; transform: translate(-50%, -50%) scale(0.5); opacity: 0; border-radius: 22px; border: 1px solid rgba(124, 92, 255, 0.6); background: linear-gradient(180deg, rgba(26, 29, 66, 0.96), rgba(10, 12, 29, 0.98)); box-shadow: 0 0 120px -10px rgba(124, 92, 255, 0.75), 0 50px 100px -30px rgba(0, 0, 0, 0.9); transition: transform 1.2s var(--spring) 0.25s, opacity 0.9s 0.25s; padding: 20px; display: flex; flex-direction: column; gap: 10px; }
.pin[data-step="3"] .one { transform: translate(-50%, -50%) scale(1); opacity: 1; }
.one h5 { font-family: 'Plus Jakarta Sans'; font-size: 17px; display: flex; align-items: center; gap: 9px; } .one h5 i { width: 20px; height: 20px; border-radius: 7px; background: var(--grad); display: block; }
.one div { height: 34px; border-radius: 10px; background: rgba(255, 255, 255, 0.05); display: flex; align-items: center; padding: 0 12px; font-size: 12px; color: #c6cbee; gap: 8px; }
.pinlbl { position: absolute; left: 22px; bottom: 18px; font-size: 12px; color: #7f86b3; letter-spacing: 0.1em; text-transform: uppercase; }
.steps .s { min-height: 62vh; display: flex; flex-direction: column; justify-content: center; opacity: 0.28; transition: opacity 0.6s; }
.steps .s.on { opacity: 1; }
.steps .s b { font-family: 'Plus Jakarta Sans'; font-size: 15px; color: #7f86b3; letter-spacing: 0.12em; }
.steps .s h3 { font-size: clamp(28px, 3.2vw, 42px); font-weight: 800; line-height: 1.1; margin: 12px 0 16px; }
.steps .s p { color: var(--muted); font-size: 16.5px; max-width: 460px; }

/* white-label demo */
.wl { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: center; }
.swatches { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.swatches button { width: 46px; height: 46px; border-radius: 15px; border: 2px solid transparent; cursor: pointer; background: var(--sw); transition: transform 0.35s var(--spring), border-color 0.3s, box-shadow 0.3s; box-shadow: 0 10px 24px -8px var(--sw); }
.swatches button:hover { transform: scale(1.14) rotate(-6deg); } .swatches button.on { border-color: #fff; transform: scale(1.1); }
.demo { border-radius: 24px; border: 1px solid var(--line); background: #0d0f24; overflow: hidden; box-shadow: 0 60px 120px -40px color-mix(in srgb, var(--demo) 70%, transparent); transition: box-shadow 0.8s; display: grid; grid-template-columns: 120px 1fr; min-height: 330px; }
.demo aside { padding: 18px 12px; background: radial-gradient(200px 160px at 0 0, color-mix(in srgb, var(--demo) 45%, transparent), transparent 70%), #080a1a; transition: background 0.8s; }
.demo aside strong { font-family: 'Plus Jakarta Sans'; font-size: 14px; display: block; margin-bottom: 16px; }
.demo aside span { display: block; font-size: 11.5px; padding: 8px 10px; border-radius: 9px; color: #9aa1c9; margin-bottom: 3px; }
.demo aside span.on { color: #fff; background: color-mix(in srgb, var(--demo) 35%, transparent); transition: background 0.8s; }
.demo main { padding: 20px; }
.demo .kp { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 14px; }
.demo .kp div { border-radius: 14px; background: rgba(255, 255, 255, 0.04); padding: 12px; border-top: 3px solid var(--demo); transition: border-color 0.8s; }
.demo .kp b { font-family: 'Plus Jakarta Sans'; font-size: 22px; display: block; } .demo .kp small { color: #7f86b3; font-size: 11px; }
.demo .ln { height: 38px; border-radius: 11px; background: rgba(255, 255, 255, 0.04); margin-bottom: 8px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; font-size: 12px; color: #c6cbee; }
.demo .ln em { font-style: normal; font-size: 10.5px; font-weight: 700; padding: 3px 10px; border-radius: 20px; background: var(--demo); color: #fff; transition: background 0.8s; }

/* pricing */
.plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
.plan { border-radius: 26px; border: 1px solid var(--line); background: rgba(255, 255, 255, 0.03); padding: 30px 26px; display: flex; flex-direction: column; position: relative; transition: transform 0.5s var(--ease), border-color 0.4s, box-shadow 0.5s; }
.plan:hover { transform: translateY(-10px); border-color: rgba(124, 92, 255, 0.5); box-shadow: 0 40px 80px -36px rgba(124, 92, 255, 0.7); }
.plan.hot { background: linear-gradient(180deg, rgba(124, 92, 255, 0.2), rgba(34, 211, 238, 0.05)); border-color: transparent; }
.plan.hot::before { content: ''; position: absolute; inset: -1.5px; border-radius: 27px; padding: 1.5px; background: conic-gradient(from var(--ang, 0deg), #7c5cff, #22d3ee, #ff5ca8, #7c5cff); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; animation: spin 5s linear infinite; pointer-events: none; }
@property --ang { syntax: '<angle>'; inherits: false; initial-value: 0deg; }
@keyframes spin { to { --ang: 360deg; } }
.plan .tagx { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); font-size: 10.5px; font-weight: 800; letter-spacing: 0.12em; padding: 5px 14px; border-radius: 20px; background: var(--grad); white-space: nowrap; box-shadow: 0 10px 24px -8px rgba(124, 92, 255, 0.9); }
.plan h3 { font-size: 19px; font-weight: 700; }
.plan .price { font-family: 'Plus Jakarta Sans'; font-size: 52px; font-weight: 800; letter-spacing: -0.05em; margin: 14px 0 0; line-height: 1; }
.plan .price small { font-size: 14px; color: var(--muted); font-weight: 500; letter-spacing: 0; }
.plan .for { color: var(--muted); font-size: 13.5px; margin: 10px 0 22px; min-height: 40px; }
.plan ul { list-style: none; flex: 1; margin-bottom: 26px; }
.plan li { font-size: 14px; padding: 7px 0 7px 28px; position: relative; color: #d3d7f5; }
.plan li::before { content: ''; position: absolute; left: 0; top: 10px; width: 17px; height: 17px; border-radius: 50%; background: rgba(52, 227, 160, 0.16) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2334e3a0' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.5l4 4 8-9'/%3E%3C/svg%3E") center/11px no-repeat; }
.plan .btn { justify-content: center; width: 100%; }
.fine { text-align: center; color: #7f86b3; font-size: 14px; margin-top: 34px; }

/* timeline */
.tl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; position: relative; }
.tl::before { content: ''; position: absolute; left: 8%; right: 8%; top: 27px; height: 2px; background: linear-gradient(90deg, #7c5cff, #22d3ee, #34e3a0); transform: scaleX(var(--tl, 0)); transform-origin: left; transition: transform 0.2s linear; }
.tl .st { text-align: center; padding: 0 12px; }
.tl .st i { width: 56px; height: 56px; border-radius: 19px; display: grid; place-items: center; margin: 0 auto 22px; font-style: normal; font-family: 'Plus Jakarta Sans'; font-weight: 800; font-size: 20px; background: #0d0f24; border: 1px solid rgba(124, 92, 255, 0.55); position: relative; z-index: 1; box-shadow: 0 0 40px -8px rgba(124, 92, 255, 0.8); }
.tl h3 { font-size: 20px; margin-bottom: 8px; } .tl p { color: var(--muted); font-size: 14.5px; }

/* faq */
.faq { max-width: 780px; margin: 0 auto; }
.qa { border: 1px solid var(--line); border-radius: 18px; margin-bottom: 12px; background: rgba(255, 255, 255, 0.025); overflow: hidden; transition: border-color 0.4s, background 0.4s; }
.qa.open { border-color: rgba(124, 92, 255, 0.5); background: rgba(124, 92, 255, 0.07); }
.qa button { width: 100%; text-align: left; background: none; border: none; color: var(--ink); font: 600 16px 'Inter'; padding: 21px 24px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.qa button i { width: 26px; height: 26px; border-radius: 9px; background: rgba(255, 255, 255, 0.07); flex-shrink: 0; position: relative; transition: transform 0.5s var(--spring), background 0.3s; }
.qa button i::before, .qa button i::after { content: ''; position: absolute; left: 7px; right: 7px; top: 12px; height: 2px; border-radius: 2px; background: #fff; } .qa button i::after { transform: rotate(90deg); transition: transform 0.4s var(--ease); }
.qa.open button i { transform: rotate(180deg); background: var(--v); } .qa.open button i::after { transform: rotate(0deg); }
.qa .a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.55s var(--ease); }
.qa.open .a { grid-template-rows: 1fr; } .qa .a > div { overflow: hidden; } .qa .a p { padding: 0 24px 22px; color: var(--muted); font-size: 15px; }

/* final cta */
.final { border-radius: 36px; border: 1px solid rgba(124, 92, 255, 0.35); padding: 80px 40px; position: relative; overflow: hidden; background: radial-gradient(700px 360px at 20% 0%, rgba(124, 92, 255, 0.4), transparent 60%), radial-gradient(600px 340px at 90% 100%, rgba(34, 211, 238, 0.28), transparent 60%), #0a0c1d; display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.final h2 { font-size: clamp(34px, 4.4vw, 56px); font-weight: 800; line-height: 1.04; margin-bottom: 18px; }
.final p { color: #b9bfe4; font-size: 17px; margin-bottom: 30px; max-width: 460px; }
form.early { background: rgba(8, 10, 26, 0.6); backdrop-filter: blur(20px); border: 1px solid var(--line); border-radius: 24px; padding: 28px; }
form.early h4 { font-family: 'Plus Jakarta Sans'; font-size: 18px; margin-bottom: 4px; } form.early > small { color: var(--muted); display: block; margin-bottom: 18px; font-size: 13px; }
form.early input, form.early textarea, form.early select { width: 100%; border: 1px solid var(--line); border-radius: 13px; padding: 13px 15px; font-size: 14px; margin-bottom: 11px; font-family: inherit; background: rgba(255, 255, 255, 0.05); color: #fff; transition: border-color 0.25s, box-shadow 0.25s, background 0.25s; }
form.early select option { color: #111; }
form.early input::placeholder, form.early textarea::placeholder { color: #7f86b3; }
form.early input:focus, form.early textarea:focus, form.early select:focus { outline: none; border-color: var(--v); box-shadow: 0 0 0 4px rgba(124, 92, 255, 0.25); background: rgba(255, 255, 255, 0.08); }
#eaOk { display: none; color: var(--g); font-weight: 600; text-align: center; margin-top: 12px; }

footer { padding: 60px 0 46px; border-top: 1px solid var(--line); color: #7f86b3; font-size: 13.5px; position: relative; z-index: 2; }
footer .wrap { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; align-items: center; }
footer strong { color: #c6cbee; }

@media (max-width: 980px) {
  .navbar .links a:not(.btn) { display: none; }
  .mock-body { grid-template-columns: 1fr; } .m-side, .m-thread { display: none; } .float { display: none; }
  .stats { grid-template-columns: repeat(2, 1fr); } .stats div:nth-child(2) { border-right: none; } .stats div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .t-6, .t-4, .t-3, .t-2 { grid-column: span 6; }
  .story, .wl, .final { grid-template-columns: 1fr; gap: 36px; } .story .pin { position: relative; top: 0; height: 380px; min-height: 0; } .steps .s { min-height: 0; padding: 26px 0; opacity: 1; }
  .plans { grid-template-columns: repeat(2, 1fr); } .tl { grid-template-columns: 1fr; } .tl::before { display: none; }
  section { padding: 84px 0; } .final { padding: 46px 24px; }
}
@media (max-width: 600px) { .plans { grid-template-columns: 1fr; } .flowin svg { display: none; } .auto { flex-wrap: wrap; gap: 8px; } .wire { display: none; } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition-duration: 0.01ms !important; }
  [data-reveal], .hero h1 .w { opacity: 1 !important; transform: none !important; filter: none !important; }
  .mock { --rx: 0deg !important; --sc: 1 !important; }
}

/* ---------- multi-page additions ---------- */
@view-transition { navigation: auto; }
::view-transition-old(root) { animation: 0.35s var(--ease) both vtOut; } ::view-transition-new(root) { animation: 0.55s var(--ease) both vtIn; }
@keyframes vtOut { to { opacity: 0; transform: translateY(-14px) scale(0.99); filter: blur(6px); } } @keyframes vtIn { from { opacity: 0; transform: translateY(22px) scale(0.99); filter: blur(8px); } }
.navbar .links a.cur { color: #fff; background: rgba(255, 255, 255, 0.09); }
.burger { display: none; width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--line); background: rgba(255, 255, 255, 0.05); cursor: pointer; position: relative; }
.burger i, .burger i::before, .burger i::after { position: absolute; left: 11px; right: 11px; height: 2px; border-radius: 2px; background: #fff; transition: transform 0.4s var(--ease), opacity 0.3s; content: ''; }
.burger i { top: 20px; } .burger i::before { top: -6px; left: 0; right: 0; } .burger i::after { top: 6px; left: 0; right: 0; }
.navbar.open .burger i { background: transparent; } .navbar.open .burger i::before { transform: translateY(6px) rotate(45deg); } .navbar.open .burger i::after { transform: translateY(-6px) rotate(-45deg); }
.page-hero { position: relative; padding: 190px 0 90px; text-align: center; overflow: hidden; }
.page-hero h1 { font-size: clamp(38px, 6vw, 76px); line-height: 1.03; font-weight: 800; max-width: 920px; margin: 0 auto 22px; }
.page-hero p.lead { color: var(--muted); max-width: 640px; margin: 0 auto; font-size: clamp(16px, 1.5vw, 19px); }
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero::after { content: ''; position: absolute; inset: auto 0 0 0; height: 160px; background: linear-gradient(transparent, var(--bg)); z-index: 1; }
.grid-bg { position: absolute; inset: 0; z-index: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 56px 56px; -webkit-mask: radial-gradient(ellipse 70% 60% at 50% 30%, #000 20%, transparent 75%); mask: radial-gradient(ellipse 70% 60% at 50% 30%, #000 20%, transparent 75%); }

.split { display: grid; grid-template-columns: 1fr 1.1fr; gap: 70px; align-items: center; padding: 70px 0; border-top: 1px solid var(--line); scroll-margin-top: 110px; }
.split:first-of-type { border-top: none; } .split.flip > :first-child { order: 2; }
.split h2 { font-size: clamp(28px, 3.4vw, 44px); font-weight: 800; line-height: 1.08; margin-bottom: 16px; }
.split p { color: var(--muted); font-size: 16.5px; margin-bottom: 22px; }
.ticks { list-style: none; display: grid; gap: 11px; } .ticks li { position: relative; padding-left: 30px; color: #d3d7f5; font-size: 15px; }
.ticks li::before { content: ''; position: absolute; left: 0; top: 3px; width: 19px; height: 19px; border-radius: 50%; background: rgba(52, 227, 160, 0.16) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2334e3a0' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.5l4 4 8-9'/%3E%3C/svg%3E") center/12px no-repeat; }
.panel { border-radius: 28px; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.015)); padding: 34px; position: relative; overflow: hidden; min-height: 320px; display: flex; flex-direction: column; justify-content: center; box-shadow: 0 50px 100px -50px rgba(124, 92, 255, 0.55); transition: transform 0.6s var(--ease); }
.panel:hover { transform: translateY(-6px) rotate(-0.4deg); }
.panel::before { content: ''; position: absolute; width: 380px; height: 380px; border-radius: 50%; filter: blur(90px); background: rgba(124, 92, 255, 0.28); right: -120px; top: -140px; pointer-events: none; }
.panel > * { position: relative; }
.toc { position: sticky; top: 96px; z-index: 40; display: flex; gap: 4px; justify-content: center; flex-wrap: wrap; padding: 7px; margin: 0 auto 30px; width: fit-content; max-width: 100%; border-radius: 18px; border: 1px solid var(--line); background: rgba(10, 12, 29, 0.94); backdrop-filter: blur(18px); box-shadow: 0 18px 40px -18px rgba(0, 0, 0, 0.9); }
.toc a { font-size: 13px; font-weight: 600; color: #9aa1c9; padding: 8px 14px; border-radius: 12px; transition: all 0.25s; } .toc a:hover { color: #fff; } .toc a.on { color: #fff; background: var(--grad); }

.itabs { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-bottom: 44px; }
.itabs button { font: 600 14.5px 'Inter'; color: #b9bfe4; padding: 12px 22px; border-radius: 40px; border: 1px solid var(--line); background: rgba(255,255,255,.03); cursor: pointer; transition: all 0.35s var(--ease); }
.itabs button:hover { color: #fff; border-color: rgba(255,255,255,.25); } .itabs button.on { color: #fff; background: var(--grad); border-color: transparent; box-shadow: 0 14px 30px -12px rgba(124,92,255,.9); transform: translateY(-2px); }
.ipane { display: none; } .ipane.on { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; animation: paneIn 0.6s var(--ease) both; } @keyframes paneIn { from { opacity: 0; transform: translateY(24px); filter: blur(6px); } }
.ibox { border-radius: 24px; border: 1px solid var(--line); background: rgba(255,255,255,.03); padding: 28px; } .ibox h3 { font-size: 20px; margin-bottom: 14px; } .ibox p { color: var(--muted); font-size: 15px; }
.stagechips { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; } .stagechips span { font-size: 12.5px; font-weight: 600; padding: 8px 14px; border-radius: 12px; background: rgba(124,92,255,.14); border: 1px solid rgba(124,92,255,.35); } .stagechips em { color: #5f668f; font-style: normal; }
.rule { display: flex; gap: 12px; align-items: flex-start; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; color: #d3d7f5; } .rule:last-child { border: none; } .rule b { font-size: 18px; }

.cmp { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: rgba(255,255,255,.02); }
.cmp th, .cmp td { padding: 15px 18px; text-align: center; font-size: 14px; border-bottom: 1px solid var(--line); } .cmp tr:last-child td { border-bottom: none; }
.cmp th { font: 700 15px 'Plus Jakarta Sans'; background: rgba(255,255,255,.04); } .cmp td:first-child, .cmp th:first-child { text-align: left; color: #d3d7f5; font-weight: 500; }
.cmp .hotcol { background: rgba(124, 92, 255, 0.1); } .cmp tr:hover td { background: rgba(255,255,255,.03); } .cmp .grp td { text-align: left; font: 700 11.5px 'Inter'; letter-spacing: .16em; text-transform: uppercase; color: #8f7bff; background: rgba(124,92,255,.06); }
.yes { color: var(--g); font-weight: 800; } .no { color: #4b5180; }
.tablewrap { overflow-x: auto; }

.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; } .values .tile { min-height: 0; }
.bigquote { font: 700 clamp(24px, 3.2vw, 40px)/1.25 'Plus Jakarta Sans'; letter-spacing: -0.02em; max-width: 900px; margin: 0 auto; text-align: center; }
.bigquote em { font-style: normal; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 60px; } .facts div { border-top: 1px solid var(--line); padding-top: 18px; } .facts b { display: block; font: 800 15px 'Plus Jakarta Sans'; margin-bottom: 4px; } .facts span { color: var(--muted); font-size: 14px; }
.explore { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.explore a { border-radius: 22px; border: 1px solid var(--line); padding: 24px; background: rgba(255,255,255,.03); transition: all 0.45s var(--ease); display: block; }
.explore a:hover { transform: translateY(-8px); border-color: rgba(124,92,255,.6); box-shadow: 0 30px 60px -30px rgba(124,92,255,.8); }
.explore b { font: 700 18px 'Plus Jakarta Sans'; display: flex; justify-content: space-between; margin-bottom: 6px; } .explore b::after { content: '→'; transition: transform 0.3s var(--ease); } .explore a:hover b::after { transform: translateX(6px); } .explore span { color: var(--muted); font-size: 14px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: start; }
.ways { display: grid; gap: 14px; } .ways div { border: 1px solid var(--line); border-radius: 20px; padding: 22px; background: rgba(255,255,255,.03); } .ways b { display: block; font: 700 16px 'Plus Jakarta Sans'; margin-bottom: 4px; } .ways span { color: var(--muted); font-size: 14.5px; }
footer .cols { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; width: 100%; margin-bottom: 40px; } footer h6 { font: 700 12px 'Inter'; letter-spacing: .16em; text-transform: uppercase; color: #c6cbee; margin-bottom: 14px; } footer .cols a { display: block; padding: 5px 0; color: #8f96c2; transition: color .2s, transform .25s var(--ease); } footer .cols a:hover { color: #fff; transform: translateX(4px); }
footer .base { width: 100%; border-top: 1px solid var(--line); padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
@media (max-width: 980px) {
  .burger { display: block; } .navbar .links { position: absolute; top: calc(100% + 10px); left: 0; right: 0; flex-direction: column; align-items: stretch; padding: 12px; border-radius: 18px; background: rgba(10,12,29,.96); border: 1px solid var(--line); backdrop-filter: blur(20px); display: none; }
  .navbar.open .links { display: flex; animation: paneIn .4s var(--ease) both; } .navbar .links a:not(.btn) { display: block !important; padding: 13px 16px; } .navbar .links .btn { justify-content: center; margin-top: 6px; }
  .split, .ipane.on, .contact-grid { grid-template-columns: 1fr; gap: 34px; } .split.flip > :first-child { order: 0; } .split { padding: 50px 0; }
  .values, .facts, .explore { grid-template-columns: 1fr 1fr; } .page-hero { padding: 150px 0 60px; } footer .cols { grid-template-columns: 1fr 1fr; } .toc { display: none; }
}
@media (max-width: 600px) { .values, .facts, .explore { grid-template-columns: 1fr; } }

/* ---------- per-page hero animations (canvas injected by site.js) ---------- */
.herofx { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; opacity: 0; animation: fxIn 1.6s var(--ease) 0.2s forwards; }
@keyframes fxIn { to { opacity: 1; } }
.page-hero { min-height: 72vh; display: flex; align-items: center; }
.page-hero > .wrap { width: 100%; }
.page-hero .aurora { opacity: 0.32; }
.fx-features .grid-bg, .fx-about .grid-bg, .fx-pricing .grid-bg { display: none; }
.fx-features .herofx { -webkit-mask: linear-gradient(180deg, transparent 22%, #000 62%, #000 90%, transparent); mask: linear-gradient(180deg, transparent 22%, #000 62%, #000 90%, transparent); }
.fx-features.page-hero { padding-bottom: 200px; }
.fx-solutions .herofx { opacity: 0; animation-name: fxInSoft; } @keyframes fxInSoft { to { opacity: 0.85; } }
.page-hero h1, .page-hero p.lead { text-shadow: 0 2px 30px rgba(5, 6, 15, 0.9), 0 0 60px rgba(5, 6, 15, 0.7); }
@media (max-width: 980px) { .page-hero { min-height: 60vh; } }


/* =====================================================================
   Motion pack 2 — cursor, tilt + glare, border beams, masked headings,
   scrubbed manifesto, pinned horizontal story, intro curtain, mega wordmark
   ===================================================================== */

/* intro curtain (once per session) */
#intro { position: fixed; inset: 0; z-index: 500; background: #05060f; display: grid; place-items: center; transition: transform 0.9s cubic-bezier(0.76, 0, 0.24, 1) 0.15s; }
#intro.gone { transform: translateY(-101%); }
#intro .mk { width: 78px; height: 78px; border-radius: 24px; background: var(--grad); box-shadow: 0 0 80px rgba(124, 92, 255, 0.9); -webkit-mask: radial-gradient(circle at 70% 30%, transparent 13px, #000 14px); mask: radial-gradient(circle at 70% 30%, transparent 13px, #000 14px); animation: mkIn 0.9s var(--spring) both; }
#intro::after { content: ''; position: absolute; left: 50%; top: calc(50% + 70px); width: 140px; height: 2px; margin-left: -70px; border-radius: 2px; background: linear-gradient(90deg, transparent, #7c5cff, #22d3ee, transparent); background-size: 200% 100%; animation: shine 0.9s linear infinite; }
@keyframes mkIn { from { transform: scale(0.2) rotate(-90deg); opacity: 0; } to { transform: none; opacity: 1; } }

/* custom cursor */
.cur-dot, .cur-ring { position: fixed; left: 0; top: 0; z-index: 400; pointer-events: none; border-radius: 50%; will-change: transform; opacity: 0; transition: opacity 0.3s; }
.cur-dot { width: 6px; height: 6px; margin: -3px 0 0 -3px; background: #fff; mix-blend-mode: difference; }
.cur-ring { width: 38px; height: 38px; margin: -19px 0 0 -19px; border: 1.5px solid rgba(167, 139, 250, 0.75); transition: opacity 0.3s, width 0.35s var(--ease), height 0.35s var(--ease), margin 0.35s var(--ease), background 0.35s, border-color 0.35s; }
body.cur-on .cur-dot, body.cur-on .cur-ring { opacity: 1; }
body.cur-link .cur-ring { width: 64px; height: 64px; margin: -32px 0 0 -32px; background: rgba(124, 92, 255, 0.16); border-color: rgba(34, 211, 238, 0.9); }
body.cur-down .cur-ring { width: 26px; height: 26px; margin: -13px 0 0 -13px; }

/* nav hover indicator */
.navbar .links { position: relative; }
.navglow { position: absolute; top: 50%; height: 36px; margin-top: -18px; border-radius: 10px; background: rgba(255, 255, 255, 0.08); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08); opacity: 0; pointer-events: none; transition: left 0.4s var(--ease), width 0.4s var(--ease), opacity 0.3s; z-index: -1; }
.navbar .links a:not(.btn):hover { background: transparent; }

/* button shine sweep */
.btn { overflow: hidden; }
.btn::after { content: ''; position: absolute; top: -20%; bottom: -20%; width: 46%; left: -60%; transform: skewX(-22deg); background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent); pointer-events: none; }
.btn:hover::after { animation: sweep 0.85s var(--ease); }
@keyframes sweep { to { left: 130%; } }

/* 3D tilt + glare (JS sets --rx/--ry/--gx/--gy) */
/* .ready is added by JS once the scroll-reveal entrance has finished, so the two transforms never fight */
[data-tilt].ready { transform: perspective(1000px) rotateX(var(--trx, 0deg)) rotateY(var(--try, 0deg)) translateY(var(--tly, 0px)); transition: transform 0.5s var(--ease), border-color 0.4s, box-shadow 0.5s; transition-delay: 0s; transform-style: preserve-3d; }
[data-tilt].ready.tilting { transition: transform 0.08s linear, border-color 0.4s, box-shadow 0.5s; }
[data-tilt].ready:hover { --tly: -6px; }
.glare { position: absolute; inset: 0; border-radius: inherit; pointer-events: none; opacity: 0; transition: opacity 0.4s; background: radial-gradient(420px circle at var(--gx, 50%) var(--gy, 50%), rgba(255, 255, 255, 0.13), transparent 55%); z-index: 3; }
[data-tilt]:hover > .glare { opacity: 1; }

/* travelling border beam */
.beam { position: absolute; inset: -1px; border-radius: inherit; padding: 1.5px; pointer-events: none; opacity: 0; transition: opacity 0.5s; background: conic-gradient(from var(--ang, 0deg), transparent 0 62%, #7c5cff 76%, #22d3ee 88%, transparent 100%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; animation: spin 3.2s linear infinite; z-index: 2; }
[data-tilt]:hover > .beam, .final > .beam, .hshow .hcard.on > .beam { opacity: 1; }

/* masked word reveal for section headings */
.mw { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: 0.12em; margin-bottom: -0.12em; }
.mw > span { display: inline-block; transform: translateY(115%) rotate(6deg); transform-origin: left bottom; transition: transform 0.95s var(--ease); transition-delay: calc(var(--i, 0) * 45ms + var(--d, 0ms)); }
.in .mw > span, .mw.in > span { transform: none; }
[data-split][data-reveal] { opacity: 1 !important; transform: none !important; filter: none !important; }

/* scroll-scrubbed manifesto */
.manifesto { padding: 140px 0; }
.manifesto p { font: 700 clamp(28px, 4.4vw, 60px)/1.18 'Plus Jakarta Sans', sans-serif; letter-spacing: -0.03em; max-width: 1040px; margin: 0 auto; text-align: center; }
.manifesto .sw { opacity: 0.13; transition: opacity 0.35s, color 0.35s; }
.manifesto .sw.lit { opacity: 1; }
.manifesto .sw.key.lit { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* pinned horizontal story */
.hshow { position: relative; height: 420vh; padding: 0; }
.hshow .sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.hshow .head { padding: 0 max(24px, calc((100vw - 1180px) / 2 + 24px)); margin-bottom: 34px; display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.hshow .head h2 { font-size: clamp(30px, 4vw, 54px); font-weight: 800; line-height: 1.05; max-width: 720px; }
.hshow .clock { font: 800 clamp(34px, 4.6vw, 64px) 'Plus Jakarta Sans', sans-serif; letter-spacing: -0.04em; font-variant-numeric: tabular-nums; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hshow .track2 { display: flex; gap: 26px; padding: 0 max(24px, calc((100vw - 1180px) / 2 + 24px)); will-change: transform; }
.hcard { flex: 0 0 min(430px, 78vw); height: min(440px, 54vh); border-radius: 30px; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)); padding: 30px; position: relative; display: flex; flex-direction: column; opacity: 0.35; transform: scale(0.93); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease), box-shadow 0.6s; }
.hcard.on { opacity: 1; transform: scale(1); box-shadow: 0 50px 110px -50px rgba(124, 92, 255, 0.85); }
.hcard time { font: 700 13px 'Inter'; letter-spacing: 0.14em; color: #a78bfa; }
.hcard h3 { font-size: 25px; font-weight: 800; margin: 10px 0 10px; line-height: 1.15; }
.hcard p { color: var(--muted); font-size: 15px; }
.hcard .ico { margin-top: auto; font-size: 54px; line-height: 1; filter: drop-shadow(0 12px 28px rgba(124, 92, 255, 0.7)); animation: bob 5s ease-in-out infinite; }
.hshow .bar { margin: 34px max(24px, calc((100vw - 1180px) / 2 + 24px)) 0; height: 3px; border-radius: 3px; background: rgba(255, 255, 255, 0.09); overflow: hidden; }
.hshow .bar i { display: block; height: 100%; width: 100%; transform-origin: left; transform: scaleX(var(--hp, 0)); background: var(--grad); }

/* giant footer wordmark */
.megamark { width: 100%; text-align: center; font: 800 clamp(90px, 23vw, 360px)/0.86 'Plus Jakarta Sans', sans-serif; letter-spacing: -0.06em; margin: 10px 0 34px; padding-bottom: 0.14em; user-select: none; color: transparent; background: linear-gradient(100deg, #7c5cff, #22d3ee, #ff5ca8, #7c5cff); background-size: 300% 100%; -webkit-background-clip: text; background-clip: text; position: relative; animation: shine 9s linear infinite; clip-path: inset(0 calc(100% - var(--mm, 0) * 100%) 0 0); }
.megawrap { position: relative; width: 100%; overflow: hidden; }
.megawrap .ghost { position: absolute; inset: 0; text-align: center; font: 800 clamp(90px, 23vw, 360px)/0.86 'Plus Jakarta Sans', sans-serif; letter-spacing: -0.06em; margin: 10px 0 34px; padding-bottom: 0.14em; color: transparent; -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.12); user-select: none; }

/* parallax helper */
[data-par] { will-change: transform; }

@media (max-width: 980px) {
  .hshow { height: auto; padding: 84px 0; }
  .hshow .sticky { position: static; height: auto; overflow: visible; }
  .hshow .track2 { flex-direction: column; transform: none !important; }
  .hcard { flex: none; height: auto; min-height: 250px; opacity: 1; transform: none; }
  .hshow .bar, .hshow .clock { display: none; }
  .manifesto { padding: 90px 0; }
}
@media (pointer: coarse) { .cur-dot, .cur-ring { display: none; } }
@media (prefers-reduced-motion: reduce) {
  #intro, .cur-dot, .cur-ring, .beam { display: none !important; }
  .mw > span { transform: none !important; } .manifesto .sw { opacity: 1 !important; }
  .hshow { height: auto; } .hshow .sticky { position: static; height: auto; } .hshow .track2 { flex-wrap: wrap; transform: none !important; } .hcard { opacity: 1; transform: none; }
  .megamark { clip-path: none; }
}

/* Legal pages (terms, privacy) */
.legal-hero { padding-bottom: 20px; }
.legal { padding: 40px 0 120px; }
.legal article { max-width: 780px; margin: 0 auto; font-size: 16px; line-height: 1.7; color: var(--ink); }
.legal .updated { color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 28px; }
.legal h2 { font: 800 clamp(20px, 2.2vw, 26px)/1.2 'Plus Jakarta Sans'; letter-spacing: -0.02em; margin: 44px 0 14px; padding-top: 24px; border-top: 1px solid var(--line); }
.legal p { margin: 0 0 16px; color: var(--muted); }
.legal p strong, .legal li strong { color: var(--ink); }
.legal ul { margin: 0 0 18px; padding-left: 22px; color: var(--muted); }
.legal li { margin-bottom: 8px; }
.legal a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
