:root {
    --bg: #070711;
    --bg-2: #0b0b18;
    --surface: rgba(17, 17, 35, .72);
    --surface-strong: #111121;
    --surface-soft: rgba(255, 255, 255, .055);
    --surface-hover: rgba(255, 255, 255, .09);
    --text: #f8f7ff;
    --text-soft: #c7c5d8;
    --muted: #9390aa;
    --line: rgba(255, 255, 255, .105);
    --line-strong: rgba(255, 255, 255, .18);
    --purple: #7c5cff;
    --purple-bright: #9a82ff;
    --violet: #b55cff;
    --blue: #46a8ff;
    --cyan: #4ae5e1;
    --green: #49e7a8;
    --amber: #ffc166;
    --coral: #ff708e;
    --danger: #ff6f7d;
    --shadow: 0 30px 100px rgba(0, 0, 0, .42);
    --shadow-purple: 0 28px 90px rgba(108, 70, 255, .28);
    --radius-sm: 14px;
    --radius: 22px;
    --radius-lg: 34px;
    --shell: min(1240px, calc(100vw - 48px));
    --heading: "Space Grotesk", "Manrope", sans-serif;
    --body: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html[data-theme="light"] {
    --bg: #f6f5fb;
    --bg-2: #eeedf7;
    --surface: rgba(255, 255, 255, .78);
    --surface-strong: #ffffff;
    --surface-soft: rgba(18, 16, 42, .045);
    --surface-hover: rgba(18, 16, 42, .075);
    --text: #161427;
    --text-soft: #4d4964;
    --muted: #706b85;
    --line: rgba(24, 20, 50, .1);
    --line-strong: rgba(24, 20, 50, .18);
    --shadow: 0 30px 100px rgba(47, 33, 87, .14);
    --shadow-purple: 0 28px 90px rgba(108, 70, 255, .18);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    color: var(--text);
    background: var(--bg);
    font-family: var(--body);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    transition: background-color .45s ease, color .45s ease;
}
body.menu-open { overflow: hidden; }
body.is-loading { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img, svg { display: block; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
::selection { color: #fff; background: rgba(124, 92, 255, .8); }

.shell { width: var(--shell); margin-inline: auto; position: relative; }
.section { position: relative; padding: 125px 0; }
.svg-sprite { position: absolute; pointer-events: none; }
.skip-link { position: fixed; z-index: 99999; top: 10px; left: 10px; padding: 10px 16px; border-radius: 10px; color: #fff; background: #111; transform: translateY(-160%); transition: .2s; }
.skip-link:focus { transform: translateY(0); }
.noscript-note { position: fixed; z-index: 999999; right: 12px; bottom: 12px; max-width: 420px; padding: 14px 18px; color: #1c1730; background: #fff; border: 1px solid #ddd; border-radius: 12px; box-shadow: 0 15px 50px rgba(0,0,0,.18); }

.noise { position: fixed; inset: 0; z-index: 9000; opacity: .028; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E"); mix-blend-mode: overlay; }
.cursor-glow { position: fixed; z-index: 0; width: 520px; height: 520px; border-radius: 50%; pointer-events: none; opacity: .18; filter: blur(90px); background: radial-gradient(circle, rgba(124,92,255,.6), rgba(73,161,255,.22) 38%, transparent 70%); transform: translate3d(-50%,-50%,0); transition: opacity .3s; }
html[data-theme="light"] .cursor-glow { opacity: .1; }
.scroll-progress { position: fixed; z-index: 9999; top: 0; left: 0; right: 0; height: 2px; pointer-events: none; background: transparent; }
.scroll-progress span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left center; background: linear-gradient(90deg, var(--purple), var(--cyan), var(--violet)); box-shadow: 0 0 18px rgba(124,92,255,.8); }

/* Loader */
.site-loader { position: fixed; inset: 0; z-index: 100000; display: grid; place-items: center; color: #fff; background: #070711; overflow: hidden; transition: opacity .7s ease, visibility .7s ease; }
.site-loader.is-done { opacity: 0; visibility: hidden; }
.loader-aura { position: absolute; width: 48vw; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(125,87,255,.32), transparent 66%); filter: blur(20px); animation: loader-breathe 2s ease-in-out infinite; }
.loader-core { position: relative; display: flex; min-width: 260px; flex-direction: column; align-items: center; }
.loader-logo { position: relative; display: grid; width: 76px; height: 76px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.03)); box-shadow: inset 0 1px rgba(255,255,255,.22), 0 25px 80px rgba(101,64,255,.4); overflow: hidden; }
.loader-logo::before { content: ""; position: absolute; inset: -70%; background: conic-gradient(transparent, rgba(255,255,255,.9), transparent 24%); animation: spin 1.5s linear infinite; }
.loader-logo::after { content: ""; position: absolute; inset: 2px; border-radius: 22px; background: linear-gradient(145deg,#8a63ff,#5b42db); }
.loader-logo span { position: relative; z-index: 2; font: 800 34px/1 var(--heading); }
.loader-word { margin-top: 22px; font: 700 18px/1 var(--heading); letter-spacing: .48em; text-indent: .48em; }
.loader-track { width: 230px; height: 3px; margin-top: 25px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.09); }
.loader-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#6b4aff,#52dfe1); box-shadow: 0 0 18px #7657ff; transition: width .2s linear; }
.loader-status { margin-top: 13px; color: rgba(255,255,255,.45); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
@keyframes loader-breathe { 50% { transform: scale(1.12); opacity: .7; } }
@keyframes spin { to { transform: rotate(360deg); } }

/* Top bars and navigation */
.announcement-bar { position: relative; z-index: 100; height: 32px; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.06); color: rgba(255,255,255,.68); background: #090914; }
.announcement-track { display: flex; width: max-content; min-width: 100%; height: 100%; align-items: center; justify-content: center; gap: 20px; padding: 0 20px; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.announcement-track b { margin-right: 7px; padding: 2px 6px; border-radius: 99px; color: #fff; background: linear-gradient(90deg,var(--purple),var(--violet)); font-size: 8px; }
.announcement-track i { width: 3px; height: 3px; border-radius: 50%; background: var(--purple-bright); box-shadow: 0 0 8px var(--purple); }
.site-header { position: sticky; z-index: 1000; top: 0; border-bottom: 1px solid transparent; transition: background .35s, border-color .35s, box-shadow .35s, transform .35s; }
.site-header.is-scrolled { border-color: var(--line); background: color-mix(in srgb, var(--bg) 74%, transparent); backdrop-filter: blur(22px) saturate(150%); -webkit-backdrop-filter: blur(22px) saturate(150%); box-shadow: 0 14px 50px rgba(0,0,0,.12); }
.site-header.is-hidden { transform: translateY(-110%); }
.nav-shell { display: flex; height: 78px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 12px; }
.brand-emblem { position: relative; display: grid; width: 44px; height: 44px; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; color: #fff; background: linear-gradient(145deg,#906dff,#5a3edf); box-shadow: inset 0 1px rgba(255,255,255,.24), 0 10px 28px rgba(98,64,232,.32); }
.brand-emblem::before { content: ""; position: absolute; width: 70px; height: 20px; top: -16px; left: -30px; background: rgba(255,255,255,.38); transform: rotate(-35deg); filter: blur(4px); }
.brand-emblem span { font: 800 22px/1 var(--heading); }
.brand-emblem i { position: absolute; right: 5px; bottom: 5px; width: 5px; height: 5px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: #74ffd0; box-shadow: 0 0 8px #4ef4b8; }
.brand-copy strong { display: block; font: 700 21px/.95 var(--heading); letter-spacing: -.04em; }
.brand-copy small { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 7px; padding: 6px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface-soft); }
.desktop-nav a { position: relative; padding: 8px 13px; border-radius: 99px; color: var(--text-soft); font-size: 12px; font-weight: 700; transition: color .25s, background .25s; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: var(--text); background: var(--surface-hover); }
.nav-actions { display: flex; align-items: center; gap: 9px; }
.icon-button, .mobile-menu-toggle { display: grid; width: 38px; height: 38px; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 12px; color: var(--text-soft); background: var(--surface-soft); cursor: pointer; transition: .25s; }
.icon-button:hover, .mobile-menu-toggle:hover { color: var(--text); border-color: var(--line-strong); background: var(--surface-hover); transform: translateY(-1px); }
.theme-icon { width: 16px; height: 16px; }
html[data-theme="dark"] .theme-icon-sun, html[data-theme="light"] .theme-icon-moon { display: none; }
.command-button, .footer-command { display: inline-flex; height: 38px; align-items: center; gap: 7px; padding: 0 8px 0 11px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); background: var(--surface-soft); cursor: pointer; transition: .25s; }
.command-button svg, .footer-command svg { width: 14px; height: 14px; }
.command-button span { display: none; font-size: 11px; font-weight: 700; }
.command-button kbd, .footer-command kbd { padding: 3px 6px; border: 1px solid var(--line); border-bottom-color: var(--line-strong); border-radius: 6px; color: var(--text-soft); background: var(--surface-strong); font: 600 9px var(--body); box-shadow: 0 2px 0 var(--line); }
.command-button:hover, .footer-command:hover { color: var(--text); border-color: var(--line-strong); background: var(--surface-hover); }
.nav-demo { padding: 9px 7px; color: var(--text-soft); font-size: 12px; font-weight: 700; transition: color .2s; }
.nav-demo:hover { color: var(--text); }
.button { position: relative; display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 0 21px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; color: #fff; background: linear-gradient(135deg,#8a68ff,#6443e8 56%,#7a43dc); box-shadow: inset 0 1px rgba(255,255,255,.25), 0 16px 38px rgba(92,54,222,.27); font-size: 13px; font-weight: 800; letter-spacing: -.01em; cursor: pointer; transition: transform .25s, box-shadow .25s, border-color .25s, background .25s; isolation: isolate; }
.button::before { content: ""; position: absolute; z-index: -1; width: 40px; height: 160%; top: -30%; left: -70px; background: rgba(255,255,255,.35); transform: rotate(25deg); filter: blur(8px); transition: left .7s cubic-bezier(.2,.8,.2,1); }
.button:hover::before { left: calc(100% + 30px); }
.button:hover { transform: translateY(-2px); box-shadow: inset 0 1px rgba(255,255,255,.28), 0 22px 50px rgba(92,54,222,.36); }
.button:active { transform: translateY(0) scale(.985); }
.button svg { width: 16px; height: 16px; transition: transform .25s; }
.button:hover svg { transform: translateX(3px); }
.button-small { min-height: 40px; padding-inline: 15px; border-radius: 12px; font-size: 11px; }
.button-glow { box-shadow: inset 0 1px rgba(255,255,255,.28), 0 0 0 1px rgba(128,91,255,.15), 0 20px 55px rgba(105,64,239,.38); }
.button-ghost { color: var(--text); border-color: var(--line-strong); background: var(--surface-soft); box-shadow: inset 0 1px rgba(255,255,255,.07), 0 12px 35px rgba(0,0,0,.08); backdrop-filter: blur(12px); }
.button-ghost:hover { border-color: rgba(128,94,255,.45); background: var(--surface-hover); box-shadow: 0 18px 45px rgba(0,0,0,.12); }
.button-light { color: #171326; border-color: rgba(255,255,255,.8); background: #fff; box-shadow: 0 18px 50px rgba(0,0,0,.22); }
.button-light:hover { box-shadow: 0 22px 65px rgba(0,0,0,.28); }
.button-transparent { color: #fff; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.08); box-shadow: inset 0 1px rgba(255,255,255,.1); backdrop-filter: blur(12px); }
.mobile-menu-toggle { display: none; }
.mobile-menu-toggle .menu-close { display: none; }
.mobile-menu-toggle.is-open .menu-open { display: none; }
.mobile-menu-toggle.is-open .menu-close { display: block; }
.mobile-menu { position: absolute; top: 100%; left: 0; right: 0; overflow: hidden; max-height: 0; border-bottom: 1px solid transparent; background: color-mix(in srgb, var(--bg) 94%, transparent); backdrop-filter: blur(24px); transition: max-height .5s cubic-bezier(.22,1,.36,1), border-color .3s; }
.mobile-menu.is-open { max-height: 620px; border-color: var(--line); }
.mobile-menu-inner { display: grid; width: var(--shell); margin: auto; padding: 18px 0 28px; gap: 4px; }
.mobile-menu-inner > a:not(.button) { padding: 13px 4px; border-bottom: 1px solid var(--line); color: var(--text-soft); font: 600 20px var(--heading); }
.mobile-menu-inner .button { margin-top: 13px; }

/* Hero */
.hero { position: relative; min-height: calc(100svh - 32px); padding: 84px 0 36px; overflow: hidden; isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -4; inset: 0; background: radial-gradient(circle at 46% 12%, rgba(110,74,244,.12), transparent 34%), linear-gradient(180deg, rgba(255,255,255,.014), transparent 30%); }
.hero-grid-lines, .rhythm-grid, .cta-grid { position: absolute; z-index: -3; inset: 0; opacity: .34; background-image: linear-gradient(rgba(255,255,255,.038) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.038) 1px, transparent 1px); background-size: 70px 70px; mask-image: radial-gradient(ellipse at center, #000 12%, transparent 72%); }
html[data-theme="light"] .hero-grid-lines, html[data-theme="light"] .rhythm-grid { opacity: .26; background-image: linear-gradient(rgba(30,20,70,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(30,20,70,.05) 1px, transparent 1px); }
.hero-aurora { position: absolute; z-index: -2; border-radius: 50%; filter: blur(100px); opacity: .32; pointer-events: none; }
.hero-aurora-one { width: 700px; height: 700px; top: -390px; left: -120px; background: rgba(126,79,255,.58); animation: drift-a 12s ease-in-out infinite alternate; }
.hero-aurora-two { width: 760px; height: 650px; right: -320px; top: 80px; background: rgba(34,153,255,.24); animation: drift-b 14s ease-in-out infinite alternate; }
@keyframes drift-a { to { transform: translate(150px,100px) scale(1.15); } }
@keyframes drift-b { to { transform: translate(-120px,-70px) scale(.9); } }
.particle-canvas { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; opacity: .45; pointer-events: none; }
.hero-layout { display: grid; grid-template-columns: minmax(0,.94fr) minmax(520px,1.06fr); align-items: center; gap: 62px; }
.hero-copy { position: relative; z-index: 5; padding: 35px 0; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; padding: 7px 11px 7px 7px; border: 1px solid var(--line); border-radius: 999px; color: var(--text-soft); background: var(--surface-soft); box-shadow: inset 0 1px rgba(255,255,255,.07); backdrop-filter: blur(12px); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.hero-kicker > svg { width: 12px; height: 12px; color: var(--purple-bright); }
.live-dot { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: rgba(73,231,168,.1); }
.live-dot i { position: relative; width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 11px var(--green); }
.live-dot i::after { content: ""; position: absolute; inset: -4px; border: 1px solid var(--green); border-radius: 50%; animation: pulse-out 1.8s ease-out infinite; }
@keyframes pulse-out { to { transform: scale(2); opacity: 0; } }
.hero-title { margin: 24px 0 24px; font: 700 clamp(50px,5.7vw,84px)/.98 var(--heading); letter-spacing: -.065em; }
.gradient-text { color: transparent; background: linear-gradient(100deg,#fff 3%,#c6b9ff 34%,#8b69ff 58%,#55dce6 97%); -webkit-background-clip: text; background-clip: text; }
html[data-theme="light"] .gradient-text { background-image: linear-gradient(100deg,#20183c,#6d46e4 55%,#187db2); }
.word-rotator { position: relative; display: inline-block; min-width: 6.7em; height: 1em; vertical-align: top; }
.word { position: absolute; left: 0; top: 0; color: var(--text); opacity: 0; transform: translateY(50%) rotateX(-70deg); transform-origin: top center; }
.word.is-active { opacity: 1; transform: none; }
.hero-description { max-width: 670px; margin: 0; color: var(--text-soft); font-size: clamp(16px,1.4vw,19px); line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 31px; }
.hero-actions .button { min-height: 56px; padding-inline: 24px; }
.play-circle { display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; background: var(--surface-soft); }
.play-circle svg { width: 11px; height: 11px; fill: currentColor; stroke: none; transform: translateX(1px); }
.hero-actions .button:hover .play-circle svg { transform: translateX(1px); }
.hero-assurance { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 27px; color: var(--muted); font-size: 10px; font-weight: 700; }
.hero-assurance span { display: inline-flex; align-items: center; gap: 6px; }
.hero-assurance svg { width: 12px; height: 12px; color: var(--green); stroke-width: 2.5; }
.hero-visual { position: relative; min-height: 620px; display: grid; place-items: center; perspective: 1200px; }
.visual-orbit { position: absolute; z-index: 0; border: 1px dashed rgba(143,117,255,.22); border-radius: 50%; pointer-events: none; animation: orbit-spin 28s linear infinite; }
.visual-orbit span { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--purple-bright); box-shadow: 0 0 20px var(--purple); }
.orbit-one { width: 590px; height: 590px; }
.orbit-one span { top: 40px; left: 110px; }
.orbit-two { width: 460px; height: 460px; animation-direction: reverse; animation-duration: 21s; }
.orbit-two span { right: 30px; bottom: 120px; background: var(--cyan); box-shadow: 0 0 20px var(--cyan); }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
.product-window { position: relative; z-index: 2; width: min(720px, 100%); overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 26px; background: #0b0c18; box-shadow: 0 45px 120px rgba(0,0,0,.52), 0 0 0 1px rgba(117,82,255,.06), inset 0 1px rgba(255,255,255,.12); transform: rotateY(-7deg) rotateX(3deg); transform-style: preserve-3d; transition: transform .25s ease-out; }
.window-glow { position: absolute; z-index: 10; width: 200px; height: 400px; top: -180px; left: 30%; opacity: .35; background: rgba(255,255,255,.22); filter: blur(45px); transform: rotate(28deg); pointer-events: none; }
.browser-bar { display: grid; grid-template-columns: 1fr 2fr 1fr; height: 42px; align-items: center; padding: 0 13px; border-bottom: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.42); background: linear-gradient(180deg,#191a2b,#11121f); font-size: 8px; }
.browser-dots { display: flex; gap: 5px; }
.browser-dots i { width: 7px; height: 7px; border-radius: 50%; background: #3a3b50; }
.browser-dots i:first-child { background: #ff6c79; }
.browser-dots i:nth-child(2) { background: #ffc05a; }
.browser-dots i:nth-child(3) { background: #4bdd9a; }
.browser-address { display: flex; width: 100%; max-width: 250px; height: 23px; align-items: center; justify-content: center; gap: 5px; justify-self: center; border: 1px solid rgba(255,255,255,.05); border-radius: 7px; background: rgba(0,0,0,.18); }
.address-lock svg { width: 9px; height: 9px; color: #61e8ad; }
.browser-live { display: flex; align-items: center; justify-self: end; gap: 5px; color: #6ee7af; font-weight: 800; letter-spacing: .12em; }
.browser-live i { width: 5px; height: 5px; border-radius: 50%; background: #54e3a3; box-shadow: 0 0 8px #54e3a3; }
.app-shell { display: grid; min-height: 470px; grid-template-columns: 60px 1fr; color: #f8f8ff; background: #f5f5fa; }
.app-sidebar { display: flex; flex-direction: column; align-items: center; padding: 14px 8px; background: linear-gradient(180deg,#121328,#17172e); }
.app-logo { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 9px; color: #fff; background: linear-gradient(145deg,#8b6cff,#6543dc); font: 800 14px var(--heading); box-shadow: 0 8px 20px rgba(104,68,224,.35); }
.app-nav-icons { display: grid; gap: 8px; margin-top: 28px; }
.app-nav-icons button { display: grid; width: 33px; height: 33px; place-items: center; padding: 0; border: 0; border-radius: 9px; color: #777a9a; background: transparent; }
.app-nav-icons button.is-active { color: #fff; background: rgba(121,91,255,.85); box-shadow: 0 8px 18px rgba(106,70,225,.3); }
.app-nav-icons svg { width: 14px; height: 14px; }
.app-user { display: grid; width: 27px; height: 27px; margin-top: auto; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(145deg,#d977b2,#825cec); font-size: 8px; font-weight: 800; }
.app-main { min-width: 0; padding: 18px; color: #171828; background: linear-gradient(145deg,#f8f8fc,#f1f1f8); }
.app-topbar { display: flex; align-items: center; justify-content: space-between; }
.app-topbar small { color: #9b9cae; font-size: 6px; font-weight: 800; letter-spacing: .13em; }
.app-topbar h3 { margin: 2px 0 0; font: 700 16px var(--heading); letter-spacing: -.03em; }
.topbar-actions { display: flex; align-items: center; gap: 8px; }
.topbar-actions button { display: inline-flex; align-items: center; gap: 5px; padding: 6px 9px; border: 1px solid #e4e3ee; border-radius: 7px; color: #6b4ee2; background: #fff; font-size: 7px; font-weight: 800; }
.topbar-actions button svg { width: 9px; height: 9px; }
.notification-dot { position: relative; width: 24px; height: 24px; border: 1px solid #e4e3ee; border-radius: 7px; background: #fff; }
.notification-dot::before { content: ""; position: absolute; inset: 7px; border: 1.5px solid #797b8f; border-radius: 50% 50% 42% 42%; }
.notification-dot::after { content: ""; position: absolute; top: 4px; right: 4px; width: 5px; height: 5px; border: 1px solid #fff; border-radius: 50%; background: #ff6584; }
.mini-avatar { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(145deg,#9e69dd,#5545c6); font-size: 7px; font-weight: 800; }
.app-overview-grid { display: grid; grid-template-columns: 1.25fr .9fr .9fr; gap: 9px; margin-top: 16px; }
.overview-card { position: relative; min-height: 112px; padding: 12px; overflow: hidden; border: 1px solid #e9e8f0; border-radius: 12px; background: #fff; box-shadow: 0 8px 25px rgba(37,30,75,.04); }
.overview-card.purple-card { color: #fff; border: 0; background: linear-gradient(145deg,#7455ed,#8f66f8); box-shadow: 0 12px 28px rgba(105,73,226,.25); }
.overview-card.purple-card::after { content: ""; position: absolute; width: 100px; height: 100px; top: -50px; right: -25px; border-radius: 50%; background: rgba(255,255,255,.13); }
.overview-head { display: flex; align-items: center; justify-content: space-between; font-size: 7px; font-weight: 700; }
.overview-head i { padding: 2px 4px; border-radius: 4px; color: #daf8ea; background: rgba(255,255,255,.12); font-style: normal; }
.overview-head i.neutral { color: #9a9bad; background: #f3f3f7; }
.overview-card > strong { display: inline-block; margin-top: 11px; font: 700 28px var(--heading); letter-spacing: -.05em; }
.overview-card > em { font: 600 11px var(--heading); font-style: normal; }
.mini-bars { position: absolute; left: 12px; right: 12px; bottom: 11px; display: flex; height: 34px; align-items: end; gap: 4px; }
.mini-bars i { flex: 1; height: var(--h); border-radius: 3px 3px 1px 1px; background: rgba(255,255,255,.3); }
.mini-bars i:nth-last-child(-n+2) { background: rgba(255,255,255,.82); }
.presence-ring { position: absolute; left: 13px; bottom: 12px; display: grid; width: 50px; height: 50px; place-items: center; border-radius: 50%; background: conic-gradient(#61d7b0 0 92%,#eef0f3 92%); }
.presence-ring::before { content: ""; position: absolute; inset: 6px; border-radius: 50%; background: #fff; }
.presence-ring span { position: relative; font: 700 13px var(--heading); }
.presence-ring small { font-size: 6px; }
.presence-copy { position: absolute; right: 11px; bottom: 21px; }
.presence-copy b, .presence-copy small { display: block; font-size: 7px; }
.presence-copy small { margin-top: 3px; color: #a1a2b3; }
.progress-line { height: 4px; margin-top: 8px; overflow: hidden; border-radius: 99px; background: #ececf2; }
.progress-line span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#6f52e9,#55cfd2); }
.card-note { display: block; margin-top: 8px; color: #9a9bab; font-size: 6px; }
.app-bottom-grid { display: grid; grid-template-columns: 1.55fr .85fr; gap: 9px; margin-top: 9px; }
.app-panel { min-height: 230px; padding: 13px; border: 1px solid #e8e7ef; border-radius: 12px; background: #fff; box-shadow: 0 8px 25px rgba(37,30,75,.04); }
.panel-title { display: flex; align-items: center; justify-content: space-between; }
.panel-title small { color: #a4a4b4; font-size: 5.5px; font-weight: 800; letter-spacing: .12em; }
.panel-title h4 { margin: 1px 0 0; font: 700 11px var(--heading); }
.panel-title button { padding: 4px 7px; border: 1px solid #e5e4ed; border-radius: 5px; color: #77788b; background: #fff; font-size: 6px; }
.task-row { display: grid; grid-template-columns: 20px 1fr auto; align-items: center; gap: 8px; margin-top: 10px; padding: 9px 7px; border: 1px solid #efeff4; border-radius: 8px; }
.task-check { display: grid; width: 15px; height: 15px; place-items: center; border: 1px solid #d7d7e1; border-radius: 5px; }
.task-check.done { color: #fff; border-color: #65d7ae; background: #65d7ae; }
.task-check svg { width: 9px; height: 9px; }
.task-row b, .task-row small { display: block; }
.task-row b { font-size: 7.5px; }
.task-row small { margin-top: 2px; color: #9c9cac; font-size: 5.8px; }
.task-avatar, .avatar { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(145deg,#a877e9,#6651ce); font-size: 5.5px; font-weight: 800; }
.task-avatar.pink, .avatar.pink { background: linear-gradient(145deg,#ef8fad,#bd5f93); }
.task-avatar.blue, .avatar.blue { background: linear-gradient(145deg,#62b9f0,#526bd6); }
.avatar.amber { background: linear-gradient(145deg,#efb755,#d77d4a); }
.live-pill { display: inline-flex; align-items: center; gap: 4px; padding: 3px 6px; border-radius: 99px; color: #36a979; background: #e9f8f2; font-size: 5.5px; font-weight: 800; }
.live-pill i { width: 4px; height: 4px; border-radius: 50%; background: #44ca92; }
.activity-feed { display: grid; gap: 14px; margin-top: 17px; }
.activity-feed > div { display: flex; align-items: center; gap: 8px; }
.activity-icon { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 7px; color: #2faa77; background: #eaf8f2; }
.activity-icon.purple { color: #7252dc; background: #f0ebff; }
.activity-icon.blue { color: #3b8dcd; background: #e8f4fc; }
.activity-icon svg { width: 10px; height: 10px; }
.activity-feed p { margin: 0; font-size: 6.5px; }
.activity-feed p b, .activity-feed p small { display: block; }
.activity-feed p small { margin-top: 2px; color: #aaaaba; font-size: 5.5px; }
.glass-card { border: 1px solid rgba(255,255,255,.14); background: rgba(16,16,34,.72); box-shadow: 0 20px 60px rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.1); backdrop-filter: blur(18px); }
.visual-badge { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 10px 13px; border-radius: 15px; color: #fff; }
.visual-badge small, .visual-badge strong { display: block; white-space: nowrap; }
.visual-badge small { color: rgba(255,255,255,.52); font-size: 6px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.visual-badge strong { margin-top: 2px; font-size: 8px; }
.visual-badge-top { top: 50px; right: -20px; }
.visual-badge-bottom { left: -25px; bottom: 70px; }
.badge-icon { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 9px; color: var(--green); background: rgba(74,231,168,.13); }
.badge-icon svg { width: 13px; height: 13px; }
.pulse-ring { position: absolute; right: 9px; top: 9px; width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px var(--green); }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar-stack i { display: grid; width: 28px; height: 28px; margin-left: -8px; place-items: center; border: 2px solid #17172c; border-radius: 50%; color: #fff; background: linear-gradient(145deg,#8969e6,#5543b7); font-style: normal; font-size: 6px; font-weight: 800; }
.avatar-stack i:nth-child(2) { background: linear-gradient(145deg,#ec8bab,#ac5785); }
.avatar-stack i:nth-child(3) { background: linear-gradient(145deg,#60b6e6,#5062c3); }
.avatar-stack i:nth-child(4) { background: #282941; }
.hero-bottom { display: grid; grid-template-columns: 1fr repeat(3,auto); align-items: center; gap: 37px; margin-top: 6px; padding-top: 29px; border-top: 1px solid var(--line); }
.scroll-cue { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.scroll-cue i { position: relative; display: block; width: 24px; height: 36px; border: 1px solid var(--line-strong); border-radius: 14px; }
.scroll-cue i::after { content: ""; position: absolute; width: 3px; height: 6px; top: 7px; left: 50%; border-radius: 3px; background: var(--purple-bright); transform: translateX(-50%); animation: scroll-dot 1.8s ease-in-out infinite; }
@keyframes scroll-dot { 60%,100% { transform: translate(-50%,12px); opacity: 0; } }
.hero-mini-metric { display: grid; grid-template-columns: 9px auto; column-gap: 8px; align-items: center; }
.hero-mini-metric strong { font: 600 10px var(--heading); }
.hero-mini-metric small { grid-column: 2; color: var(--muted); font-size: 7px; }
.metric-orb { grid-row: span 2; width: 7px; height: 7px; border-radius: 50%; background: var(--purple-bright); box-shadow: 0 0 14px var(--purple); }
.metric-orb.orb-two { background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
.metric-orb.orb-three { background: var(--green); box-shadow: 0 0 14px var(--green); }

/* Marquee */
.logo-marquee-section { position: relative; overflow: hidden; padding: 20px 0 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-2); }
.marquee-label { margin-bottom: 17px; color: var(--muted); text-align: center; font-size: 8px; font-weight: 800; letter-spacing: .22em; }
.marquee { overflow: hidden; mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); }
.marquee-track { display: flex; width: max-content; align-items: center; gap: 44px; padding-bottom: 20px; animation: marquee 34s linear infinite; }
.marquee-track span { display: inline-flex; align-items: center; gap: 9px; color: var(--text-soft); font: 600 13px var(--heading); white-space: nowrap; }
.marquee-track svg { width: 12px; height: 12px; color: var(--purple-bright); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Headings */
.section-heading { max-width: 800px; margin-bottom: 62px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-label { display: inline-flex; align-items: center; gap: 8px; color: var(--purple-bright); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-label i { width: 24px; height: 1px; background: currentColor; box-shadow: 0 0 10px currentColor; }
.section-label.light { color: rgba(255,255,255,.7); }
.section-heading h2, .experience-copy h2, .security-copy h2, .faq-copy h2 { margin: 17px 0 18px; font: 700 clamp(38px,5vw,65px)/1.02 var(--heading); letter-spacing: -.055em; }
.section-heading p, .experience-copy > p, .security-copy > p, .faq-copy > p { max-width: 680px; margin: 0 auto; color: var(--text-soft); font-size: 16px; line-height: 1.8; }

/* Bento */
.product-section { overflow: hidden; background: linear-gradient(180deg,var(--bg),var(--bg-2) 52%,var(--bg)); }
.section-aurora { position: absolute; width: 600px; height: 700px; border-radius: 50%; opacity: .13; filter: blur(120px); pointer-events: none; }
.section-aurora-left { top: 10%; left: -360px; background: var(--purple); }
.bento-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.bento-card { position: relative; min-height: 370px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg,var(--surface),color-mix(in srgb,var(--surface-strong) 68%, transparent)); box-shadow: inset 0 1px rgba(255,255,255,.06); isolation: isolate; transition: transform .35s, border-color .35s, box-shadow .35s; }
.bento-card:hover { border-color: rgba(139,105,255,.28); box-shadow: 0 30px 80px rgba(0,0,0,.18), inset 0 1px rgba(255,255,255,.08); transform: translateY(-4px); }
.spotlight { position: absolute; z-index: -1; width: 420px; height: 420px; left: var(--mouse-x, 50%); top: var(--mouse-y, 50%); border-radius: 50%; opacity: 0; background: radial-gradient(circle, rgba(133,95,255,.18), transparent 66%); transform: translate(-50%,-50%); transition: opacity .3s; pointer-events: none; }
.spotlight-card:hover .spotlight { opacity: 1; }
.bento-large { grid-column: 1 / -1; display: grid; min-height: 500px; grid-template-columns: .72fr 1.28fr; }
.bento-copy { position: relative; z-index: 2; padding: 44px; }
.bento-copy.compact { padding: 34px; }
.bento-icon { display: grid; width: 45px; height: 45px; margin-bottom: 24px; place-items: center; border: 1px solid rgba(124,92,255,.25); border-radius: 14px; color: #a890ff; background: rgba(124,92,255,.11); box-shadow: inset 0 1px rgba(255,255,255,.08); }
.bento-icon.coral { color: #ff8ba2; border-color: rgba(255,112,142,.25); background: rgba(255,112,142,.1); }
.bento-icon.blue { color: #66baff; border-color: rgba(70,168,255,.25); background: rgba(70,168,255,.1); }
.bento-icon.green { color: #66e6b3; border-color: rgba(73,231,168,.25); background: rgba(73,231,168,.1); }
.bento-icon.violet { color: #ca8aff; border-color: rgba(181,92,255,.28); background: rgba(181,92,255,.11); }
.bento-icon svg { width: 21px; height: 21px; }
.micro-label { display: block; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.bento-copy h3 { max-width: 520px; margin: 13px 0 13px; font: 650 clamp(27px,3vw,43px)/1.08 var(--heading); letter-spacing: -.045em; }
.bento-copy.compact h3 { font-size: 29px; }
.bento-copy p { max-width: 500px; margin: 0; color: var(--text-soft); font-size: 13px; line-height: 1.75; }
.bento-copy > a { display: inline-flex; align-items: center; gap: 8px; margin-top: 27px; color: var(--text); font-size: 11px; font-weight: 800; }
.bento-copy > a svg { width: 13px; height: 13px; color: var(--purple-bright); transition: transform .2s; }
.bento-copy > a:hover svg { transform: translateX(4px); }
.kanban-preview { position: relative; display: grid; grid-template-columns: repeat(3,1fr); align-items: start; gap: 11px; padding: 42px 24px 28px 0; transform: perspective(900px) rotateY(-4deg) rotateX(2deg); transform-origin: center right; }
.kanban-preview::before { content: ""; position: absolute; z-index: -1; inset: 14% 0 5% 10%; border-radius: 50%; background: rgba(112,72,255,.25); filter: blur(70px); }
.kanban-column { min-height: 390px; padding: 14px 10px; border: 1px solid var(--line); border-radius: 14px; background: color-mix(in srgb,var(--surface-strong) 80%, transparent); box-shadow: 0 22px 50px rgba(0,0,0,.16); }
.kanban-column > span { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 6px; font-weight: 800; letter-spacing: .1em; }
.kanban-column > span b { display: grid; width: 15px; height: 15px; place-items: center; border-radius: 5px; color: var(--text-soft); background: var(--surface-soft); font-size: 6px; }
.kanban-item { position: relative; margin-top: 11px; padding: 12px 11px 34px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface-strong); box-shadow: 0 10px 25px rgba(0,0,0,.1); }
.kanban-item.highlighted { border-color: rgba(130,92,255,.34); box-shadow: 0 12px 30px rgba(99,65,223,.16); }
.kanban-item.faded { opacity: .55; }
.kanban-item strong, .kanban-item small { display: block; }
.kanban-item strong { margin-top: 10px; font-size: 8px; line-height: 1.4; }
.kanban-item small { margin-top: 5px; color: var(--muted); font-size: 6px; }
.kanban-item em { position: absolute; right: 9px; bottom: 8px; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(145deg,#966de3,#5a46bd); font-size: 5px; font-style: normal; font-weight: 800; }
.kanban-item.success em { color: var(--green); background: rgba(73,231,168,.1); }
.kanban-item em svg { width: 10px; height: 10px; }
.priority { display: block; width: 16px; height: 3px; border-radius: 99px; background: var(--coral); }
.priority.amber { background: var(--amber); }
.priority.purple { background: var(--purple-bright); }
.priority.blue { background: var(--blue); }
.priority.green { background: var(--green); }
.bento-people, .bento-reports { min-height: 390px; }
.people-orbit { position: absolute; right: -24px; bottom: -90px; width: 320px; height: 320px; border: 1px dashed rgba(255,255,255,.1); border-radius: 50%; }
.people-orbit::before, .people-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; }
.people-orbit::before { inset: 45px; }
.people-orbit::after { inset: 90px; }
.center-presence { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 115px; height: 115px; place-items: center; align-content: center; border: 1px solid rgba(73,231,168,.22); border-radius: 50%; background: radial-gradient(circle,rgba(73,231,168,.14),rgba(73,231,168,.03)); transform: translate(-50%,-50%); box-shadow: 0 0 50px rgba(73,231,168,.1), inset 0 1px rgba(255,255,255,.08); }
.center-presence strong { font: 700 29px var(--heading); }
.center-presence small { color: var(--muted); font-size: 7px; text-transform: uppercase; }
.people-avatar { position: absolute; display: grid; width: 42px; height: 42px; place-items: center; border: 3px solid var(--surface-strong); border-radius: 50%; color: #fff; background: linear-gradient(145deg,#9a6fea,#5e4ac9); box-shadow: 0 12px 35px rgba(0,0,0,.22); font-size: 8px; font-weight: 800; }
.people-avatar i { position: absolute; right: 0; bottom: 0; width: 8px; height: 8px; border: 2px solid var(--surface-strong); border-radius: 50%; background: var(--green); }
.people-avatar.a1 { top: 25px; left: 78px; animation: bob 4.2s ease-in-out infinite; }
.people-avatar.a2 { top: 88px; right: 20px; background: linear-gradient(145deg,#ed8cac,#a65383); animation: bob 5s ease-in-out infinite reverse; }
.people-avatar.a3 { bottom: 40px; right: 72px; background: linear-gradient(145deg,#64bbed,#4e62c6); animation: bob 4.7s ease-in-out infinite; }
.people-avatar.a4 { bottom: 57px; left: 22px; background: linear-gradient(145deg,#edbb61,#c77b49); animation: bob 5.4s ease-in-out infinite reverse; }
@keyframes bob { 50% { transform: translateY(-8px); } }
.report-preview { position: absolute; right: 22px; bottom: 22px; width: 55%; min-width: 260px; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface-strong); box-shadow: 0 20px 50px rgba(0,0,0,.18); transform: rotate(-2deg); }
.report-head { display: flex; align-items: center; gap: 8px; padding-bottom: 12px; border-bottom: 1px solid var(--line); font-size: 7px; }
.report-head span { display: flex; gap: 3px; }
.report-head span i { width: 4px; height: 4px; border-radius: 50%; background: var(--muted); }
.report-head b { margin-right: auto; }
.report-head em { padding: 3px 6px; border-radius: 99px; color: var(--green); background: rgba(73,231,168,.1); font-size: 5px; font-style: normal; }
.report-line { height: 6px; margin-top: 13px; border-radius: 99px; background: var(--surface-soft); }
.report-line.w90 { width: 90%; }
.report-line.w65 { width: 65%; }
.report-stat-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-top: 15px; }
.report-stat-row div { padding: 9px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface-soft); }
.report-stat-row strong, .report-stat-row small { display: block; }
.report-stat-row strong { font: 700 17px var(--heading); }
.report-stat-row small { margin-top: 2px; color: var(--muted); font-size: 5px; }
.bento-meetings, .bento-ai { min-height: 430px; }
.meeting-preview { position: absolute; left: 32px; right: 32px; bottom: 28px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface-strong); box-shadow: 0 20px 60px rgba(0,0,0,.18); }
.meeting-wave { display: flex; height: 45px; align-items: center; justify-content: center; gap: 4px; overflow: hidden; }
.meeting-wave i { width: 3px; height: 30%; border-radius: 99px; background: linear-gradient(180deg,var(--green),var(--blue)); animation: wave 1.2s ease-in-out infinite; }
.meeting-wave i:nth-child(2n) { animation-delay: -.3s; }
.meeting-wave i:nth-child(3n) { animation-delay: -.55s; }
.meeting-wave i:nth-child(4n) { animation-delay: -.75s; }
@keyframes wave { 50% { height: 90%; } }
.meeting-row { display: flex; align-items: center; justify-content: space-between; padding: 8px 0 12px; color: var(--muted); font-size: 7px; }
.meeting-live { display: inline-flex; align-items: center; gap: 5px; color: var(--coral); font-weight: 800; }
.meeting-live i { width: 5px; height: 5px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 8px var(--coral); animation: blink 1.3s infinite; }
@keyframes blink { 50% { opacity: .25; } }
.meeting-action { display: flex; align-items: center; gap: 9px; padding: 10px; border: 1px solid rgba(124,92,255,.2); border-radius: 10px; background: rgba(124,92,255,.07); }
.meeting-action > span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 8px; color: var(--purple-bright); background: rgba(124,92,255,.12); }
.meeting-action svg { width: 13px; height: 13px; }
.meeting-action p { margin: 0; }
.meeting-action b, .meeting-action small { display: block; }
.meeting-action b { font-size: 7px; }
.meeting-action small { margin-top: 2px; color: var(--muted); font-size: 5.5px; }
.bento-ai { overflow: hidden; background: radial-gradient(circle at 78% 25%,rgba(181,92,255,.19),transparent 32%), linear-gradient(145deg,var(--surface),color-mix(in srgb,var(--surface-strong) 68%, transparent)); }
.bento-ai .bento-copy { max-width: 630px; }
.bento-ai::after { content: ""; position: absolute; width: 330px; height: 330px; right: -100px; bottom: -150px; border: 1px solid rgba(181,92,255,.19); border-radius: 50%; box-shadow: 0 0 0 42px rgba(181,92,255,.035),0 0 0 84px rgba(181,92,255,.02); }
.ai-stars i { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: #fff; box-shadow: 0 0 10px #fff; animation: twinkle 2.2s ease-in-out infinite; }
.ai-stars i:nth-child(1) { top: 50px; right: 120px; }
.ai-stars i:nth-child(2) { top: 110px; right: 55px; animation-delay: -.6s; }
.ai-stars i:nth-child(3) { bottom: 70px; right: 180px; animation-delay: -1.2s; }
.ai-stars i:nth-child(4) { top: 150px; right: 250px; animation-delay: -.9s; }
.ai-stars i:nth-child(5) { bottom: 140px; right: 55px; animation-delay: -1.6s; }
@keyframes twinkle { 50% { opacity: .15; transform: scale(.4); } }
.ai-prompt { position: relative; z-index: 2; display: flex; max-width: 500px; align-items: center; gap: 10px; margin-top: 28px; padding: 11px; border: 1px solid rgba(181,92,255,.25); border-radius: 14px; background: rgba(8,8,18,.48); box-shadow: inset 0 1px rgba(255,255,255,.06); backdrop-filter: blur(10px); }
html[data-theme="light"] .ai-prompt { background: rgba(255,255,255,.62); }
.ai-prompt > span { display: grid; flex: 0 0 auto; width: 30px; height: 30px; place-items: center; border-radius: 9px; color: #d18bff; background: rgba(181,92,255,.12); }
.ai-prompt p { flex: 1; color: var(--text-soft); font-size: 8px; }
.ai-prompt button { display: grid; width: 30px; height: 30px; place-items: center; padding: 0; border: 0; border-radius: 9px; color: #fff; background: linear-gradient(145deg,#9a64ff,#6c42df); }
.ai-prompt button svg { width: 12px; height: 12px; }

/* Product experience */
.experience-section { overflow: hidden; background: var(--bg); }
.experience-layout { display: grid; grid-template-columns: .68fr 1.32fr; align-items: start; gap: 62px; }
.experience-copy { position: sticky; top: 130px; }
.experience-copy > p { margin-inline: 0; }
.experience-tabs { display: grid; gap: 5px; margin-top: 34px; }
.experience-tab { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 12px; padding: 11px 12px; border: 1px solid transparent; border-radius: 12px; color: var(--muted); background: transparent; text-align: left; cursor: pointer; transition: .25s; }
.experience-tab > span { color: var(--muted); font-size: 8px; font-weight: 800; }
.experience-tab strong, .experience-tab small { display: block; }
.experience-tab strong { color: var(--text-soft); font-size: 11px; }
.experience-tab small { margin-top: 1px; font-size: 7px; }
.experience-tab svg { width: 12px; height: 12px; opacity: 0; transform: translateX(-5px); transition: .25s; }
.experience-tab:hover { color: var(--text); background: var(--surface-soft); }
.experience-tab.is-active { border-color: rgba(124,92,255,.2); color: var(--purple-bright); background: rgba(124,92,255,.08); box-shadow: inset 0 1px rgba(255,255,255,.04); }
.experience-tab.is-active strong { color: var(--text); }
.experience-tab.is-active svg { opacity: 1; transform: none; }
.experience-stage { position: relative; min-width: 0; }
.stage-glow { position: absolute; z-index: -1; width: 70%; height: 70%; left: 15%; bottom: -5%; border-radius: 50%; background: rgba(109,72,244,.22); filter: blur(90px); }
.stage-browser { overflow: hidden; border: 1px solid var(--line-strong); border-radius: 25px; background: #0d0e1a; box-shadow: var(--shadow); }
.stage-toolbar { display: grid; grid-template-columns: 1fr 1fr 1fr; height: 43px; align-items: center; padding: 0 13px; border-bottom: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.42); background: linear-gradient(180deg,#18192a,#10111d); font-size: 7px; }
.stage-toolbar b { justify-self: center; color: rgba(255,255,255,.6); font-size: 8px; }
.stage-dots { display: flex; gap: 5px; }
.stage-dots i { width: 7px; height: 7px; border-radius: 50%; background: #44465b; }
.stage-status { display: inline-flex; align-items: center; justify-self: end; gap: 5px; }
.stage-status i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 7px var(--green); }
.stage-content { display: grid; min-height: 590px; grid-template-columns: 58px 1fr; background: #f5f5fa; }
.stage-side { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 13px 8px; background: #15162a; }
.stage-side-logo { display: grid; width: 29px; height: 29px; margin-bottom: 18px; place-items: center; border-radius: 9px; color: #fff; background: linear-gradient(145deg,#8c69ff,#603fd6); font: 800 13px var(--heading); }
.stage-side > span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 9px; color: #696c8b; }
.stage-side > span.is-active { color: #fff; background: #7454e8; }
.stage-side svg { width: 14px; height: 14px; }
.stage-main { position: relative; min-width: 0; color: #171828; background: linear-gradient(145deg,#fbfbfd,#f0f0f7); }
.product-panel { position: absolute; inset: 0; padding: 24px; opacity: 0; visibility: hidden; transform: translateY(18px) scale(.985); }
.product-panel.is-active { position: relative; opacity: 1; visibility: visible; transform: none; }
.panel-header { display: flex; align-items: center; justify-content: space-between; }
.panel-header small { color: #9b9cac; font-size: 6px; font-weight: 800; letter-spacing: .13em; }
.panel-header h3 { margin: 2px 0 0; font: 700 18px var(--heading); letter-spacing: -.035em; }
.panel-header button { display: inline-flex; align-items: center; gap: 5px; padding: 7px 10px; border: 0; border-radius: 7px; color: #fff; background: #7353e5; box-shadow: 0 8px 18px rgba(107,73,222,.2); font-size: 6.5px; font-weight: 800; }
.panel-header button svg { width: 9px; height: 9px; }
.work-view { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 22px; }
.work-col { min-height: 450px; padding: 11px; border: 1px solid #e7e7ef; border-radius: 11px; background: #f7f7fa; }
.work-col > span { display: flex; align-items: center; justify-content: space-between; color: #9192a3; font-size: 6px; font-weight: 800; letter-spacing: .1em; }
.work-col > span b { display: grid; width: 15px; height: 15px; place-items: center; border-radius: 5px; background: #eaebf1; font-size: 5.5px; }
.work-col article { position: relative; margin-top: 10px; padding: 12px 9px 39px; border: 1px solid #e8e8ef; border-radius: 9px; background: #fff; box-shadow: 0 8px 20px rgba(30,27,59,.04); }
.work-col article.accent { border-color: #cfc5fb; box-shadow: 0 10px 24px rgba(96,68,203,.1); }
.work-col article.done { opacity: .75; }
.work-col article strong, .work-col article small { display: block; }
.work-col article strong { margin-top: 10px; font-size: 7.5px; line-height: 1.4; }
.work-col article small { margin-top: 4px; color: #a0a1b0; font-size: 5.5px; }
.work-col article em { position: absolute; right: 8px; bottom: 8px; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(145deg,#986ee2,#5d4ac4); font-size: 5px; font-style: normal; font-weight: 800; }
.work-col article.done em { color: #38ac78; background: #eaf8f2; }
.work-col article em svg { width: 9px; height: 9px; }
.dot { display: block; width: 15px; height: 3px; border-radius: 99px; background: #ff7183; }
.dot.amber { background: #f1b15d; }.dot.purple { background: #825fe8; }.dot.blue { background: #5ca9e8; }.dot.green { background: #4cc794; }
.people-view { display: grid; grid-template-columns: .8fr 1.2fr; gap: 13px; margin-top: 22px; }
.people-summary, .people-list { border: 1px solid #e7e7ef; border-radius: 12px; background: #fff; box-shadow: 0 8px 25px rgba(30,27,59,.04); }
.people-summary { display: flex; min-height: 430px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.big-ring { position: relative; display: grid; width: 154px; height: 154px; place-items: center; border-radius: 50%; background: conic-gradient(#65d5ac 0 92%,#eceef1 92%); box-shadow: 0 14px 35px rgba(71,185,138,.12); }
.big-ring::before { content: ""; position: absolute; inset: 14px; border-radius: 50%; background: #fff; }
.big-ring span { position: relative; font: 700 39px var(--heading); }
.big-ring small { font-size: 13px; }
.people-summary > div:last-child { margin-top: 18px; }
.people-summary b { font-size: 10px; }
.people-summary p { margin: 5px 0 10px; color: #9b9cab; font-size: 7px; }
.trend { display: inline-flex; align-items: center; gap: 4px; padding: 4px 7px; border-radius: 99px; color: #289d6d; background: #eaf8f2; font-size: 5.5px; font-weight: 800; }
.trend svg { width: 8px; height: 8px; }
.people-list { padding: 12px; }
.people-list > div { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 9px; padding: 12px 4px; border-bottom: 1px solid #efeff4; }
.people-list > div:last-child { border: 0; }
.people-list .avatar { position: relative; width: 27px; height: 27px; font-size: 6px; }
.people-list .avatar i { position: absolute; right: 0; bottom: 0; width: 7px; height: 7px; border: 1.5px solid #fff; border-radius: 50%; background: #4ad197; }
.people-list p { margin: 0; }
.people-list b, .people-list small { display: block; }
.people-list b { font-size: 7.5px; }
.people-list small { margin-top: 2px; color: #9fa0af; font-size: 5.5px; }
.people-list em { padding: 4px 7px; border-radius: 99px; font-size: 5.5px; font-style: normal; font-weight: 800; }
.people-list em.online { color: #2da676; background: #eaf8f2; }
.people-list em.leave { color: #a56b33; background: #fff4e4; }
.people-list em.outside { color: #487ebc; background: #eaf3fb; }
.reports-view { display: grid; grid-template-columns: .7fr 1.05fr; grid-template-rows: auto 1fr; gap: 12px; margin-top: 22px; }
.report-score, .report-insights, .report-chart { border: 1px solid #e7e7ef; border-radius: 12px; background: #fff; box-shadow: 0 8px 25px rgba(30,27,59,.04); }
.report-score { min-height: 190px; padding: 18px; }
.report-score > span { color: #8f90a0; font-size: 7px; font-weight: 700; }
.report-score strong { display: block; margin-top: 12px; font: 700 39px var(--heading); }
.report-score strong small { font-size: 14px; }
.report-score > div { height: 5px; margin-top: 13px; overflow: hidden; border-radius: 99px; background: #ececf2; }
.report-score > div i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#7253e3,#51cfd0); }
.report-score p { margin: 8px 0 0; color: #a0a1af; font-size: 6px; }
.report-insights { grid-row: span 2; padding: 12px; }
.report-insights article { display: flex; align-items: center; gap: 10px; padding: 15px 5px; border-bottom: 1px solid #efeff4; }
.report-insights article:last-child { border: 0; }
.insight-icon { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 8px; color: #2fab78; background: #eaf8f2; }
.insight-icon.amber { color: #bc7835; background: #fff3e4; }.insight-icon.purple { color: #704fda; background: #f0ebff; }
.insight-icon svg { width: 12px; height: 12px; }
.report-insights b, .report-insights small { display: block; }
.report-insights b { font-size: 7.5px; }.report-insights small { margin-top: 2px; color: #9fa0ae; font-size: 5.5px; }
.report-chart { position: relative; display: grid; height: 230px; grid-template-columns: repeat(5,1fr); align-items: end; gap: 10px; padding: 20px 15px 28px; }
.report-chart i { grid-row: 1; width: 60%; height: var(--h); justify-self: center; border-radius: 5px 5px 2px 2px; background: linear-gradient(180deg,#8665ed,#6350c8); }
.report-chart span { grid-row: 2; color: #a0a1af; text-align: center; font-size: 5px; }
.meeting-view { display: grid; grid-template-columns: 1.15fr .85fr; gap: 12px; margin-top: 22px; }
.recording-button { color: #e45e76 !important; background: #fff0f2 !important; box-shadow: none !important; }
.recording-button i { width: 5px; height: 5px; border-radius: 50%; background: #ee667b; animation: blink 1.2s infinite; }
.meeting-transcript, .meeting-ai { min-height: 440px; border: 1px solid #e7e7ef; border-radius: 12px; background: #fff; box-shadow: 0 8px 25px rgba(30,27,59,.04); }
.meeting-transcript { padding: 15px; }
.speaker { display: flex; gap: 10px; padding: 13px 3px; border-bottom: 1px solid #efeff4; }
.speaker > span { display: grid; flex: 0 0 auto; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(145deg,#986ee1,#5b48bf); font-size: 6px; font-weight: 800; }
.speaker > span.blue { background: linear-gradient(145deg,#64b9ec,#4d62c5); }.speaker > span.pink { background: linear-gradient(145deg,#ea8bab,#a95183); }
.speaker p { margin: 0; }
.speaker b, .speaker small { display: block; }
.speaker b { font-size: 6.5px; }.speaker small { margin-top: 5px; color: #858696; font-size: 6px; line-height: 1.7; }
.speaker.active { border: 0; border-radius: 9px; background: #faf9ff; }
.speaker.active small { display: flex; height: 20px; align-items: center; gap: 3px; }
.speaker.active small i { width: 2px; height: 30%; border-radius: 99px; background: #7756df; animation: wave 1s infinite; }
.speaker.active small i:nth-child(2n) { animation-delay: -.4s; }.speaker.active small i:nth-child(3n) { animation-delay: -.7s; }
.meeting-ai { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 23px; overflow: hidden; text-align: center; background: radial-gradient(circle at center,#f4efff,#fff 70%); }
.meeting-ai::before { content: ""; position: absolute; width: 250px; height: 250px; border: 1px solid rgba(116,82,224,.12); border-radius: 50%; box-shadow: 0 0 0 32px rgba(116,82,224,.04),0 0 0 64px rgba(116,82,224,.025); }
.meeting-ai > * { position: relative; }
.meeting-ai > span { display: grid; width: 50px; height: 50px; margin-bottom: 17px; place-items: center; border-radius: 16px; color: #fff; background: linear-gradient(145deg,#9c6ef2,#684cd0); box-shadow: 0 13px 30px rgba(100,70,202,.25); }
.meeting-ai > span svg { width: 22px; height: 22px; }
.meeting-ai small { color: #8e6edf; font-size: 6px; font-weight: 800; letter-spacing: .14em; }
.meeting-ai b { display: block; margin-top: 8px; font: 650 14px var(--heading); line-height: 1.35; }
.meeting-ai p { margin: 8px 0 16px; color: #8f90a0; font-size: 6px; }
.meeting-ai button { display: inline-flex; align-items: center; gap: 6px; padding: 8px 11px; border: 0; border-radius: 8px; color: #fff; background: #7251dd; font-size: 6px; font-weight: 800; }
.meeting-ai button svg { width: 9px; height: 9px; }
.chat-view { display: grid; min-height: 460px; grid-template-columns: .76fr 1.24fr; gap: 0; margin-top: 22px; overflow: hidden; border: 1px solid #e7e7ef; border-radius: 12px; background: #fff; box-shadow: 0 8px 25px rgba(30,27,59,.04); }
.chat-list { border-right: 1px solid #ececf2; padding: 10px; background: #f9f9fb; }
.chat-list > div { display: grid; grid-template-columns: 29px 1fr auto; align-items: center; gap: 8px; padding: 10px 7px; border-radius: 8px; }
.chat-list > div.is-active { background: #eeeafe; }
.chat-list .avatar { width: 26px; height: 26px; font-size: 7px; }
.chat-list p { min-width: 0; margin: 0; }
.chat-list b, .chat-list small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.chat-list b { font-size: 6.5px; }.chat-list small { margin-top: 2px; color: #9c9dac; font-size: 5.3px; }
.chat-list em { display: grid; width: 14px; height: 14px; place-items: center; border-radius: 50%; color: #fff; background: #7554e3; font-size: 5px; font-style: normal; }
.chat-list svg { width: 9px; height: 9px; color: #868798; }
.chat-thread { position: relative; padding: 20px 15px 65px; }
.chat-message { display: flex; gap: 9px; margin-bottom: 18px; }
.chat-message .avatar { flex: 0 0 auto; width: 26px; height: 26px; font-size: 6px; }
.chat-message p { margin: 0; }
.chat-message b, .chat-message span { display: block; }
.chat-message b { font-size: 6.5px; }.chat-message b small { margin-left: 5px; color: #aaaab8; font-size: 5px; font-weight: 500; }
.chat-message p > span { max-width: 290px; margin-top: 5px; padding: 9px 10px; border-radius: 3px 9px 9px 9px; color: #676879; background: #f1f1f6; font-size: 6px; line-height: 1.6; }
.chat-input { position: absolute; left: 15px; right: 15px; bottom: 14px; display: flex; height: 38px; align-items: center; justify-content: space-between; padding: 0 7px 0 12px; border: 1px solid #e2e2ea; border-radius: 10px; color: #aaaab8; background: #fff; font-size: 6px; }
.chat-input button { display: grid; width: 25px; height: 25px; place-items: center; border: 0; border-radius: 7px; color: #fff; background: #7453df; }
.chat-input svg { width: 9px; height: 9px; }
.intelligence-view { display: grid; grid-template-columns: 1.25fr .75fr; gap: 12px; margin-top: 22px; }
.intelligence-chart, .intelligence-insight { min-height: 440px; border: 1px solid #e7e7ef; border-radius: 12px; background: #fff; box-shadow: 0 8px 25px rgba(30,27,59,.04); }
.intelligence-chart { padding: 18px; }
.chart-head { display: flex; align-items: center; justify-content: space-between; font-size: 7px; font-weight: 700; }
.chart-head em { padding: 4px 7px; border-radius: 99px; color: #2ca273; background: #eaf8f2; font-size: 5.5px; font-style: normal; }
.intelligence-chart > svg { width: 100%; height: 290px; margin-top: 30px; overflow: visible; }
.intelligence-chart .area { fill: url(#areaGradient); stroke: none; }
.intelligence-chart .line { fill: none; stroke: #7757e2; stroke-width: 3; filter: drop-shadow(0 5px 6px rgba(118,84,224,.25)); }
.chart-labels { display: flex; justify-content: space-between; color: #aaaab8; font-size: 5px; }
.intelligence-insight { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 24px; overflow: hidden; background: radial-gradient(circle at 75% 15%,#f2ebff,#fff 60%); }
.intelligence-insight::after { content: ""; position: absolute; width: 180px; height: 180px; right: -100px; bottom: -100px; border: 1px solid rgba(119,86,226,.12); border-radius: 50%; box-shadow: 0 0 0 30px rgba(119,86,226,.035); }
.intelligence-insight > span { display: grid; width: 42px; height: 42px; margin-bottom: 20px; place-items: center; border-radius: 13px; color: #fff; background: linear-gradient(145deg,#9d6df0,#684ccc); box-shadow: 0 13px 30px rgba(100,70,202,.22); }
.intelligence-insight > span svg { width: 18px; height: 18px; }
.intelligence-insight small { color: #8462d7; font-size: 6px; font-weight: 800; letter-spacing: .13em; }
.intelligence-insight h4 { margin: 9px 0; font: 650 15px/1.4 var(--heading); }
.intelligence-insight p { color: #858696; font-size: 6.5px; line-height: 1.7; }
.intelligence-insight button { display: inline-flex; width: max-content; align-items: center; gap: 5px; margin-top: 10px; padding: 0; border: 0; color: #7152d9; background: transparent; font-size: 6px; font-weight: 800; }
.intelligence-insight button svg { width: 9px; height: 9px; }
.stage-caption { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; margin-top: 15px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface-soft); }
.caption-pulse { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: rgba(73,231,168,.1); }
.caption-pulse i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.stage-caption p { margin: 0; }
.stage-caption strong, .stage-caption small { display: block; }
.stage-caption strong { font-size: 8px; }.stage-caption small { margin-top: 2px; color: var(--muted); font-size: 6px; }
.caption-index { color: var(--muted); font-size: 7px; }
.caption-index b { color: var(--text); font: 700 15px var(--heading); }

/* Rhythm */
.rhythm-section { overflow: hidden; background: var(--bg-2); }
.rhythm-timeline { position: relative; max-width: 1000px; margin: 0 auto; }
.timeline-line { position: absolute; top: 0; bottom: 0; left: 49px; width: 1px; background: var(--line); }
.timeline-line span { display: block; width: 100%; height: 0; background: linear-gradient(var(--purple),var(--cyan),var(--green)); box-shadow: 0 0 14px var(--purple); }
.rhythm-step { position: relative; display: grid; grid-template-columns: 100px minmax(0,1fr) auto; align-items: center; min-height: 190px; gap: 28px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.rhythm-step:last-child { border-bottom: 0; }
.step-number { position: absolute; left: -48px; top: 50%; color: color-mix(in srgb,var(--text) 10%,transparent); font: 700 80px/1 var(--heading); transform: translateY(-50%); pointer-events: none; }
.step-orb { position: relative; z-index: 2; display: grid; width: 58px; height: 58px; place-items: center; border: 1px solid rgba(124,92,255,.22); border-radius: 18px; color: var(--purple-bright); background: color-mix(in srgb,var(--surface-strong) 88%, transparent); box-shadow: 0 14px 35px rgba(0,0,0,.15), inset 0 1px rgba(255,255,255,.06); }
.step-orb svg { width: 23px; height: 23px; }
.rhythm-step small { color: var(--muted); font-size: 7px; font-weight: 800; letter-spacing: .17em; }
.rhythm-step h3 { margin: 5px 0 8px; font: 650 27px var(--heading); letter-spacing: -.035em; }
.rhythm-step p { max-width: 600px; margin: 0; color: var(--text-soft); font-size: 12px; line-height: 1.75; }
.step-chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid rgba(73,231,168,.17); border-radius: 99px; color: #70e5b8; background: rgba(73,231,168,.07); font-size: 7px; font-weight: 800; white-space: nowrap; }
.step-chip i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); }
.step-chip.purple { color: #ad96ff; border-color: rgba(124,92,255,.2); background: rgba(124,92,255,.08); }.step-chip.purple i { background: var(--purple-bright); box-shadow: 0 0 8px var(--purple); }
.step-chip.blue { color: #7fc8ff; border-color: rgba(70,168,255,.2); background: rgba(70,168,255,.08); }.step-chip.blue i { background: var(--blue); box-shadow: 0 0 8px var(--blue); }

/* Outcomes */
.outcomes-section { padding-top: 0; background: var(--bg-2); }
.outcomes-card { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; gap: 55px; padding: 64px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-lg); color: #fff; background: linear-gradient(130deg,#18162f,#24194c 50%,#11162f); box-shadow: var(--shadow); isolation: isolate; }
.outcomes-card::before { content: ""; position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(rgba(255,255,255,.027) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.027) 1px,transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg,transparent,#000); }
.outcomes-aura { position: absolute; z-index: -1; width: 600px; height: 500px; right: -150px; top: -160px; border-radius: 50%; background: rgba(112,73,255,.25); filter: blur(100px); }
.outcomes-copy h2 { margin: 16px 0; font: 700 clamp(39px,4.4vw,58px)/1.04 var(--heading); letter-spacing: -.055em; }
.outcomes-copy p { margin: 0 0 28px; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.8; }
.outcomes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.outcomes-grid article { position: relative; min-height: 210px; padding: 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: rgba(255,255,255,.055); backdrop-filter: blur(12px); transition: transform .3s, background .3s; }
.outcomes-grid article:hover { background: rgba(255,255,255,.085); transform: translateY(-3px); }
.role-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; color: #79e6bb; background: rgba(73,231,168,.1); }
.role-icon.purple { color: #ae97ff; background: rgba(124,92,255,.13); }.role-icon.blue { color: #7ac9ff; background: rgba(70,168,255,.11); }.role-icon.green { color: #80e6c2; background: rgba(73,231,168,.11); }
.role-icon svg { width: 18px; height: 18px; }
.outcomes-grid small { display: block; margin-top: 20px; color: rgba(255,255,255,.45); font-size: 7px; font-weight: 800; letter-spacing: .14em; }
.outcomes-grid h3 { margin: 8px 0; font: 650 19px var(--heading); }
.outcomes-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: 9px; line-height: 1.7; }
.role-line { position: absolute; left: 24px; right: 24px; bottom: 0; height: 2px; background: linear-gradient(90deg,var(--purple),transparent); transform: scaleX(0); transform-origin: left; transition: transform .4s; }
.outcomes-grid article:hover .role-line { transform: scaleX(1); }

/* Security */
.security-section { overflow: hidden; }
.security-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.security-visual { position: relative; min-height: 620px; }
.security-core { position: absolute; z-index: 4; top: 50%; left: 50%; display: flex; width: 220px; height: 220px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(124,92,255,.25); border-radius: 50%; background: radial-gradient(circle at 40% 30%,rgba(124,92,255,.2),rgba(12,12,27,.88) 63%); box-shadow: 0 0 0 30px rgba(124,92,255,.025),0 0 0 62px rgba(124,92,255,.015),0 25px 80px rgba(0,0,0,.35); transform: translate(-50%,-50%); }
html[data-theme="light"] .security-core { background: radial-gradient(circle at 40% 30%,rgba(124,92,255,.16),rgba(255,255,255,.92) 63%); }
.shield-icon { display: grid; width: 62px; height: 62px; margin-bottom: 12px; place-items: center; border: 1px solid rgba(124,92,255,.3); border-radius: 20px; color: #b59fff; background: rgba(124,92,255,.12); box-shadow: inset 0 1px rgba(255,255,255,.1), 0 12px 30px rgba(95,62,214,.18); }
.shield-icon svg { width: 29px; height: 29px; }
.security-core strong { font: 650 17px var(--heading); }
.security-core small { margin-top: 4px; color: var(--muted); font-size: 7px; }
.security-orbit { position: absolute; left: 0; top: 50%; width: 50vw; height: 50vw; max-width: 720px; max-height: 720px; border: 1px dashed rgba(124,92,255,.12); border-radius: 50%; transform: translate(-20%,-50%); pointer-events: none; }
.security-orbit::before, .security-orbit::after { content: ""; position: absolute; border: 1px solid rgba(124,92,255,.08); border-radius: 50%; }
.security-orbit::before { inset: 12%; }.security-orbit::after { inset: 27%; }
.security-node { position: absolute; z-index: 5; display: flex; min-width: 210px; align-items: center; gap: 11px; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: color-mix(in srgb,var(--surface-strong) 88%, transparent); box-shadow: 0 18px 55px rgba(0,0,0,.18), inset 0 1px rgba(255,255,255,.06); backdrop-filter: blur(14px); }
.security-node > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; color: var(--purple-bright); background: rgba(124,92,255,.1); }
.security-node svg { width: 15px; height: 15px; }
.security-node b, .security-node small { display: block; }
.security-node b { font-size: 8px; }.security-node small { margin-top: 2px; color: var(--muted); font-size: 6px; }
.node-one { top: 75px; left: 0; }.node-two { top: 150px; right: -15px; }.node-three { bottom: 115px; left: -15px; }.node-four { right: 5px; bottom: 55px; }
.security-copy > p { margin-inline: 0; }
.security-list { display: grid; gap: 17px; margin-top: 31px; }
.security-list > div { display: flex; gap: 12px; }
.security-list > div > span { display: grid; flex: 0 0 auto; width: 25px; height: 25px; place-items: center; border: 1px solid rgba(73,231,168,.18); border-radius: 8px; color: var(--green); background: rgba(73,231,168,.07); }
.security-list svg { width: 12px; height: 12px; stroke-width: 2.4; }
.security-list p { margin: 0; }
.security-list b, .security-list small { display: block; }
.security-list b { font-size: 11px; }.security-list small { margin-top: 4px; color: var(--muted); font-size: 9px; line-height: 1.6; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 28px; color: var(--purple-bright); font-size: 10px; font-weight: 800; }
.text-link svg { width: 12px; height: 12px; transition: transform .2s; }.text-link:hover svg { transform: translateX(4px); }

/* Pricing */
.pricing-section { overflow: hidden; background: var(--bg-2); }
.pricing-aurora { position: absolute; width: 700px; height: 500px; top: -260px; left: 50%; border-radius: 50%; background: rgba(113,75,244,.16); filter: blur(100px); transform: translateX(-50%); }
.billing-toggle { position: relative; display: inline-flex; margin-top: 30px; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface-soft); }
.billing-toggle button { position: relative; z-index: 2; min-width: 110px; padding: 9px 13px; border: 0; border-radius: 99px; color: var(--muted); background: transparent; font-size: 9px; font-weight: 800; cursor: pointer; transition: color .25s; }
.billing-toggle button.is-active { color: var(--text); }
.billing-toggle button span { margin-left: 4px; padding: 2px 5px; border-radius: 99px; color: #64d7aa; background: rgba(73,231,168,.1); font-size: 6px; }
.billing-toggle > i { position: absolute; z-index: 1; width: calc(50% - 4px); top: 4px; bottom: 4px; left: 4px; border: 1px solid var(--line); border-radius: 99px; background: var(--surface-strong); box-shadow: 0 7px 22px rgba(0,0,0,.12); transition: transform .35s cubic-bezier(.22,1,.36,1); }
.billing-toggle.is-annual > i { transform: translateX(100%); }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); align-items: stretch; gap: 17px; }
.pricing-card { position: relative; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg,var(--surface),color-mix(in srgb,var(--surface-strong) 74%,transparent)); box-shadow: inset 0 1px rgba(255,255,255,.05); isolation: isolate; transition: transform .35s,border-color .35s,box-shadow .35s; }
.pricing-card:hover { transform: translateY(-6px); border-color: rgba(124,92,255,.28); box-shadow: 0 30px 80px rgba(0,0,0,.18),inset 0 1px rgba(255,255,255,.07); }
.pricing-card.featured { border-color: rgba(124,92,255,.45); background: radial-gradient(circle at 50% 0,rgba(124,92,255,.13),transparent 35%),linear-gradient(145deg,var(--surface),color-mix(in srgb,var(--surface-strong) 74%,transparent)); box-shadow: var(--shadow-purple),inset 0 1px rgba(255,255,255,.08); transform: translateY(-9px); }
.pricing-card.featured:hover { transform: translateY(-14px); }
.popular-badge { position: absolute; top: 15px; right: 15px; display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px; border: 1px solid rgba(124,92,255,.3); border-radius: 99px; color: #bbaaff; background: rgba(124,92,255,.12); font-size: 6px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.popular-badge svg { width: 9px; height: 9px; }
.plan-head { display: flex; align-items: flex-start; gap: 13px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.plan-symbol { display: grid; flex: 0 0 auto; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(124,92,255,.21); border-radius: 13px; color: var(--purple-bright); background: rgba(124,92,255,.08); font: 700 16px var(--heading); }
.plan-head h3 { margin: 0; font: 650 20px var(--heading); }
.plan-head p { min-height: 42px; margin: 5px 0 0; color: var(--muted); font-size: 8px; line-height: 1.6; }
.plan-price { display: flex; align-items: flex-end; margin: 25px 0 16px; }
.plan-price .currency { align-self: flex-start; margin-top: 7px; color: var(--text-soft); font: 600 14px var(--heading); }
.plan-price strong { font: 700 48px/.9 var(--heading); letter-spacing: -.06em; }
.plan-price > div { margin-left: 8px; }
.plan-price small, .plan-price em { display: block; }
.plan-price small { color: var(--text-soft); font-size: 8px; font-weight: 700; }.plan-price em { margin-top: 2px; color: var(--muted); font-size: 6px; font-style: normal; }
.plan-capacity { padding: 9px 11px; border: 1px solid var(--line); border-radius: 10px; color: var(--text-soft); background: var(--surface-soft); font-size: 7px; }
.plan-capacity span { display: flex; align-items: center; gap: 7px; }.plan-capacity svg { width: 12px; height: 12px; color: var(--purple-bright); }
.pricing-card ul { display: grid; gap: 11px; margin: 24px 0; padding: 0; list-style: none; }
.pricing-card li { display: flex; align-items: center; gap: 9px; color: var(--text-soft); font-size: 8px; }
.pricing-card li > span { display: grid; flex: 0 0 auto; width: 18px; height: 18px; place-items: center; border-radius: 6px; color: var(--green); background: rgba(73,231,168,.08); }
.pricing-card li svg { width: 9px; height: 9px; stroke-width: 2.5; }
.pricing-card .button { width: 100%; min-height: 46px; }
.plan-note { display: block; margin-top: 13px; color: var(--muted); text-align: center; font-size: 5.5px; line-height: 1.5; }
.enterprise-strip { display: grid; grid-template-columns: auto 1.3fr .8fr auto; align-items: center; gap: 18px; margin-top: 29px; padding: 19px 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface-soft); }
.enterprise-icon { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(70,168,255,.22); border-radius: 14px; color: #75c5ff; background: rgba(70,168,255,.08); }
.enterprise-icon svg { width: 21px; height: 21px; }
.enterprise-strip small { color: var(--muted); font-size: 6px; font-weight: 800; letter-spacing: .15em; }
.enterprise-strip h3 { margin: 3px 0 0; font: 600 15px var(--heading); }
.enterprise-strip p { margin: 0; color: var(--muted); font-size: 8px; line-height: 1.6; }
.enterprise-strip .button { min-height: 42px; }

/* FAQ */
.faq-section { background: var(--bg); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-copy { position: sticky; top: 130px; align-self: start; }
.faq-copy > p { margin-inline: 0; }
.faq-copy .button { margin-top: 28px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item > button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; border: 0; color: var(--text); background: transparent; text-align: left; font: 600 17px var(--heading); cursor: pointer; }
.faq-item > button i { position: relative; display: block; flex: 0 0 auto; width: 24px; height: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface-soft); }
.faq-item > button i::before, .faq-item > button i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 9px; height: 1px; background: var(--text-soft); transform: translate(-50%,-50%); transition: transform .25s; }
.faq-item > button i::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-item.is-open > button i::after { transform: translate(-50%,-50%) rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.faq-answer > p { min-height: 0; overflow: hidden; margin: 0; color: var(--text-soft); font-size: 11px; line-height: 1.8; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer > p { padding-bottom: 24px; }

/* Final CTA */
.final-cta-section { padding-top: 30px; }
.final-cta { position: relative; min-height: 510px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-lg); color: #fff; background: linear-gradient(135deg,#1c1641,#3c2375 48%,#122746); box-shadow: var(--shadow); isolation: isolate; }
.cta-grid { opacity: .28; mask-image: radial-gradient(circle at center,#000,transparent 72%); }
.cta-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(80px); }
.cta-orb-one { width: 500px; height: 500px; top: -300px; left: -100px; background: rgba(152,94,255,.45); }
.cta-orb-two { width: 500px; height: 500px; right: -180px; bottom: -320px; background: rgba(41,190,255,.3); }
.cta-stars i { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: #fff; box-shadow: 0 0 9px #fff; animation: twinkle 2s infinite; }
.cta-stars i:nth-child(1) { top: 17%; left: 13%; }.cta-stars i:nth-child(2) { top: 26%; right: 18%; animation-delay: -.4s; }.cta-stars i:nth-child(3) { bottom: 21%; left: 18%; animation-delay: -.9s; }.cta-stars i:nth-child(4) { bottom: 15%; right: 22%; animation-delay: -1.3s; }.cta-stars i:nth-child(5) { top: 15%; left: 67%; animation-delay: -.7s; }.cta-stars i:nth-child(6) { bottom: 38%; left: 7%; animation-delay: -1.6s; }
.final-cta-content { position: relative; z-index: 2; max-width: 840px; padding: 65px 25px; text-align: center; }
.cta-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.13); border-radius: 99px; color: rgba(255,255,255,.75); background: rgba(255,255,255,.06); font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; backdrop-filter: blur(12px); }
.cta-eyebrow svg { width: 12px; height: 12px; color: #c5a9ff; }
.final-cta h2 { margin: 20px 0 16px; font: 700 clamp(42px,5.5vw,72px)/.98 var(--heading); letter-spacing: -.06em; }
.final-cta h2 span { color: transparent; background: linear-gradient(90deg,#fff,#c8b6ff,#76e8ec); -webkit-background-clip: text; background-clip: text; }
.final-cta p { max-width: 650px; margin: auto; color: rgba(255,255,255,.67); font-size: 14px; line-height: 1.8; }
.final-actions { display: flex; justify-content: center; gap: 11px; margin-top: 30px; }
.final-actions .button { min-height: 54px; }
.cta-trust { display: flex; justify-content: center; gap: 22px; margin-top: 24px; color: rgba(255,255,255,.55); font-size: 8px; font-weight: 700; }
.cta-trust span { display: inline-flex; align-items: center; gap: 5px; }.cta-trust svg { width: 11px; height: 11px; color: #6be0b3; stroke-width: 2.5; }

/* Footer */
.site-footer { position: relative; overflow: hidden; padding: 80px 0 25px; border-top: 1px solid var(--line); background: #06060e; color: #fff; }
.footer-aurora { position: absolute; width: 500px; height: 400px; top: -280px; left: 10%; border-radius: 50%; background: rgba(104,69,231,.15); filter: blur(100px); }
.footer-main { display: grid; grid-template-columns: 1.7fr repeat(3,1fr); gap: 60px; }
.footer-brand-column p { max-width: 360px; margin: 22px 0; color: rgba(255,255,255,.52); font-size: 11px; line-height: 1.8; }
.footer-brand .brand-copy strong { color: #fff; }.footer-brand .brand-copy small { color: rgba(255,255,255,.4); }
.footer-command { color: rgba(255,255,255,.45); background: rgba(255,255,255,.04); }
.footer-command span { font-size: 8px; font-weight: 700; }
.footer-command kbd { color: rgba(255,255,255,.6); background: rgba(255,255,255,.05); }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-links strong { margin-bottom: 8px; font: 600 11px var(--heading); }
.footer-links a { color: rgba(255,255,255,.48); font-size: 9px; transition: color .2s,transform .2s; }
.footer-links a:hover { color: #fff; transform: translateX(3px); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 57px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.35); font-size: 7px; letter-spacing: .04em; }
.footer-status { display: inline-flex; align-items: center; gap: 6px; }.footer-status i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); }
.back-to-top { position: fixed; z-index: 800; right: 22px; bottom: 22px; display: grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 1px solid var(--line-strong); border-radius: 13px; color: var(--text); background: color-mix(in srgb,var(--surface-strong) 82%,transparent); box-shadow: 0 15px 45px rgba(0,0,0,.2); backdrop-filter: blur(14px); opacity: 0; visibility: hidden; transform: translateY(15px); transition: .3s; cursor: pointer; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: none; }.back-to-top:hover { border-color: rgba(124,92,255,.4); transform: translateY(-2px); }.back-to-top svg { width: 15px; height: 15px; }

/* Legal pages */
.page-legal .site-header { background: color-mix(in srgb,var(--bg) 78%,transparent); backdrop-filter: blur(22px); border-bottom-color: var(--line); }
.legal-hero { position: relative; overflow: hidden; padding: 130px 0 80px; background: linear-gradient(180deg,var(--bg),var(--bg-2)); }
.legal-aurora { position: absolute; width: 700px; height: 450px; top: -300px; left: 50%; border-radius: 50%; background: rgba(112,73,245,.22); filter: blur(100px); transform: translateX(-50%); }
.legal-hero-inner { text-align: center; }
.legal-hero h1 { margin: 17px 0 14px; font: 700 clamp(48px,7vw,80px)/1 var(--heading); letter-spacing: -.06em; }
.legal-hero p { max-width: 650px; margin: auto; color: var(--text-soft); font-size: 15px; }.legal-hero small { display: block; margin-top: 22px; color: var(--muted); font-size: 8px; }
.legal-content-section { padding: 90px 0 130px; }
.legal-layout { display: grid; grid-template-columns: 220px 1fr; align-items: start; gap: 70px; }
.legal-index { position: sticky; top: 130px; display: flex; flex-direction: column; border-left: 1px solid var(--line); }
.legal-index a { padding: 8px 0 8px 16px; color: var(--muted); font-size: 9px; font-weight: 700; transition: color .2s,border-color .2s; }.legal-index a:hover { color: var(--text); }
.legal-document { max-width: 820px; }
.legal-document > section { position: relative; padding: 0 0 45px 48px; border-left: 1px solid var(--line); }
.legal-document > section:last-of-type { border-left-color: transparent; }
.legal-document > section > span { position: absolute; top: 0; left: -16px; display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid rgba(124,92,255,.25); border-radius: 10px; color: var(--purple-bright); background: var(--bg); font-size: 7px; font-weight: 800; }
.legal-document h2 { margin: 0 0 12px; font: 650 26px var(--heading); letter-spacing: -.035em; }
.legal-document p { margin: 0; color: var(--text-soft); font-size: 12px; line-height: 1.9; }.legal-document p a { color: var(--purple-bright); text-decoration: underline; text-underline-offset: 3px; }
.legal-notice { display: flex; gap: 14px; padding: 20px; border: 1px solid rgba(255,193,102,.2); border-radius: 14px; color: #dfb369; background: rgba(255,193,102,.07); }.legal-notice svg { flex: 0 0 auto; width: 21px; height: 21px; }.legal-notice p { color: inherit; font-size: 9px; }

/* SweetAlert premium skin */
.swal2-container { backdrop-filter: blur(12px); }
.swal2-popup.tork-swal { width: min(520px, calc(100vw - 28px)); padding: 29px; border: 1px solid var(--line-strong); border-radius: 23px; color: var(--text); background: color-mix(in srgb,var(--surface-strong) 94%,transparent); box-shadow: 0 40px 130px rgba(0,0,0,.5); backdrop-filter: blur(26px); }
.swal2-popup.tork-swal .swal2-title { padding: 0; color: var(--text); font: 650 27px/1.15 var(--heading); letter-spacing: -.04em; }
.swal2-popup.tork-swal .swal2-html-container { margin: 13px 0 0; color: var(--text-soft); font-size: 11px; line-height: 1.7; }
.swal2-popup.tork-swal .swal2-actions { width: 100%; margin-top: 23px; gap: 9px; }
.swal2-popup.tork-swal .swal2-confirm, .swal2-popup.tork-swal .swal2-cancel { min-height: 43px; padding: 0 17px; border-radius: 12px; font-size: 10px; font-weight: 800; }
.swal2-popup.tork-swal .swal2-confirm { background: linear-gradient(135deg,#8a68ff,#6543e8); box-shadow: 0 13px 30px rgba(92,54,222,.28); }
.swal2-popup.tork-swal .swal2-cancel { color: var(--text); background: var(--surface-soft); border: 1px solid var(--line); }
.swal2-popup.tork-swal .swal2-close { color: var(--muted); }
.swal2-popup.tork-swal .swal2-loader { border-color: var(--purple) transparent var(--purple) transparent; }
.swal2-popup.tork-swal input, .swal2-popup.tork-swal textarea, .swal2-popup.tork-swal select { width: 100%; margin: 0; padding: 11px 12px; border: 1px solid var(--line); border-radius: 10px; outline: 0; color: var(--text); background: var(--surface-soft); font-size: 10px; box-shadow: none; }
.swal2-popup.tork-swal input:focus, .swal2-popup.tork-swal textarea:focus, .swal2-popup.tork-swal select:focus { border-color: rgba(124,92,255,.55); box-shadow: 0 0 0 3px rgba(124,92,255,.1); }
.swal2-validation-message { color: #ff8794 !important; background: rgba(255,111,125,.09) !important; font-size: 9px !important; }
.tork-modal-icon { display: grid; width: 54px; height: 54px; margin: 0 auto 17px; place-items: center; border: 1px solid rgba(124,92,255,.3); border-radius: 17px; color: #b59fff; background: rgba(124,92,255,.11); box-shadow: 0 13px 35px rgba(97,64,222,.14); }.tork-modal-icon svg { width: 25px; height: 25px; }
.demo-credentials { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 16px; text-align: left; }.demo-credentials div { padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface-soft); }.demo-credentials span,.demo-credentials strong,.demo-credentials code { display: block; }.demo-credentials span { color: var(--muted); font-size: 6px; font-weight: 800; letter-spacing: .12em; }.demo-credentials strong { margin-top: 3px; font-size: 8px; }.demo-credentials code { margin-top: 4px; color: var(--purple-bright); font-size: 7px; word-break: break-all; }
.contact-modal-form { display: grid; gap: 9px; margin-top: 17px; text-align: left; }.contact-modal-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }.contact-modal-form label { display: grid; gap: 5px; color: var(--text-soft); font-size: 7px; font-weight: 800; }.contact-modal-form textarea { min-height: 92px; resize: vertical; }.contact-modal-form .website-field { position: absolute !important; left: -9999px !important; }
.command-menu { display: grid; gap: 7px; margin-top: 16px; }.command-menu button { display: grid; grid-template-columns: 35px 1fr auto; align-items: center; gap: 10px; padding: 9px; border: 1px solid var(--line); border-radius: 11px; color: var(--text); background: var(--surface-soft); text-align: left; cursor: pointer; transition: .2s; }.command-menu button:hover { border-color: rgba(124,92,255,.35); background: var(--surface-hover); transform: translateX(3px); }.command-menu button > span:first-child { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 10px; color: var(--purple-bright); background: rgba(124,92,255,.1); }.command-menu svg { width: 15px; height: 15px; }.command-menu b,.command-menu small { display: block; }.command-menu b { font-size: 9px; }.command-menu small { margin-top: 2px; color: var(--muted); font-size: 6px; }.command-menu em { color: var(--muted); font-size: 7px; font-style: normal; }

/* Reveal fallbacks */
.reveal-up { opacity: 1; transform: none; }
.gsap-ready .reveal-up { opacity: 0; transform: translateY(30px); }

/* Responsive */
@media (min-width: 1180px) {
    .command-button span { display: inline; }
}
@media (max-width: 1120px) {
    :root { --shell: min(100% - 36px, 1120px); }
    .desktop-nav { display: none; }
    .command-button { display: none; }
    .mobile-menu-toggle { display: grid; }
    .hero { min-height: auto; padding-top: 55px; }
    .hero-layout { grid-template-columns: 1fr; }
    .hero-copy { max-width: 800px; text-align: center; margin-inline: auto; }
    .hero-kicker { margin-inline: auto; }
    .hero-description { margin-inline: auto; }
    .hero-actions, .hero-assurance { justify-content: center; }
    .hero-visual { min-height: 610px; }
    .product-window { max-width: 760px; transform: rotateY(-3deg) rotateX(2deg); }
    .hero-bottom { grid-template-columns: repeat(3,1fr); }
    .scroll-cue { display: none; }
    .bento-large { grid-template-columns: .8fr 1.2fr; }
    .experience-layout { grid-template-columns: 1fr; }
    .experience-copy { position: relative; top: auto; }
    .experience-tabs { grid-template-columns: repeat(3,1fr); }
    .experience-tab { grid-template-columns: 26px 1fr; }
    .experience-tab svg { display: none; }
    .security-layout { gap: 45px; }
    .security-node { min-width: 180px; }
    .outcomes-card { padding: 48px; }
    .faq-layout { gap: 55px; }
}
@media (max-width: 900px) {
    .section { padding: 95px 0; }
    .nav-demo { display: none; }
    .hero-title { font-size: clamp(48px,9vw,72px); }
    .hero-visual { min-height: 520px; }
    .visual-badge-top { right: 0; }.visual-badge-bottom { left: 0; bottom: 28px; }
    .product-window { width: 90%; }
    .hero-bottom { gap: 15px; }
    .bento-grid { grid-template-columns: 1fr; }
    .bento-large { grid-column: auto; grid-template-columns: 1fr; min-height: 780px; }
    .kanban-preview { padding: 0 25px 30px; }
    .bento-people, .bento-reports, .bento-meetings, .bento-ai { min-height: 430px; }
    .experience-tabs { grid-template-columns: 1fr 1fr; }
    .stage-content { min-height: 530px; }
    .product-panel { padding: 19px; }
    .work-view { gap: 7px; }
    .security-layout { grid-template-columns: 1fr; }
    .security-copy { max-width: 700px; }
    .security-visual { order: 2; min-height: 580px; }
    .outcomes-card { grid-template-columns: 1fr; }
    .pricing-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
    .pricing-card.featured { transform: none; }.pricing-card.featured:hover { transform: translateY(-6px); }
    .enterprise-strip { grid-template-columns: auto 1fr auto; }.enterprise-strip p { display: none; }
    .faq-layout { grid-template-columns: 1fr; }.faq-copy { position: relative; top: auto; }
    .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }.footer-links:last-child { grid-column: 2; }
    .legal-layout { grid-template-columns: 1fr; }.legal-index { position: relative; top: auto; flex-direction: row; flex-wrap: wrap; gap: 5px; border: 0; }.legal-index a { padding: 6px 9px; border: 1px solid var(--line); border-radius: 99px; }
}
@media (max-width: 720px) {
    :root { --shell: min(100% - 26px, 720px); }
    .announcement-track { justify-content: flex-start; animation: marquee 22s linear infinite; }
    .announcement-track span:nth-of-type(n+3), .announcement-track i:nth-of-type(n+2) { display: none; }
    .nav-shell { height: 69px; }
    .brand-emblem { width: 39px; height: 39px; border-radius: 12px; }.brand-copy strong { font-size: 18px; }.brand-copy small { font-size: 8px; }
    .theme-toggle { display: none; }
    .nav-actions .button-small { display: none; }
    .hero { padding-top: 48px; }
    .hero-title { margin-top: 19px; font-size: clamp(43px,12.5vw,62px); }
    .word-rotator { min-width: 6.6em; }
    .hero-description { font-size: 14px; }
    .hero-actions { flex-direction: column; align-items: stretch; }.hero-actions .button { width: 100%; }
    .hero-assurance { display: grid; grid-template-columns: 1fr 1fr; text-align: left; }
    .hero-visual { min-height: 430px; margin-top: 20px; }
    .product-window { width: 100%; border-radius: 18px; transform: none; }
    .browser-bar { height: 34px; }
    .app-shell { min-height: 360px; grid-template-columns: 42px 1fr; }
    .app-sidebar { padding: 9px 5px; }.app-logo { width: 25px; height: 25px; }.app-nav-icons { margin-top: 18px; gap: 5px; }.app-nav-icons button { width: 26px; height: 26px; }.app-user { width: 22px; height: 22px; }
    .app-main { padding: 10px; }.app-topbar h3 { font-size: 11px; }.topbar-actions button,.notification-dot { display: none; }
    .app-overview-grid { grid-template-columns: 1.3fr 1fr; }.app-overview-grid .overview-card:last-child { display: none; }
    .overview-card { min-height: 91px; padding: 8px; }.overview-card > strong { font-size: 21px; }.mini-bars { left: 8px; right: 8px; bottom: 7px; height: 25px; }.presence-ring { width: 39px; height: 39px; left: 8px; bottom: 8px; }.presence-copy { right: 7px; bottom: 13px; }
    .app-bottom-grid { grid-template-columns: 1fr; }.activity-panel { display: none; }.app-panel { min-height: 180px; padding: 9px; }.task-row { margin-top: 7px; padding: 6px; }
    .visual-badge { display: none; }.visual-orbit { opacity: .5; }
    .hero-bottom { display: none; }
    .section { padding: 78px 0; }
    .section-heading { margin-bottom: 42px; }.section-heading h2,.experience-copy h2,.security-copy h2,.faq-copy h2 { font-size: clamp(36px,10vw,50px); }
    .bento-copy,.bento-copy.compact { padding: 27px; }.bento-copy h3,.bento-copy.compact h3 { font-size: 27px; }
    .bento-large { min-height: 750px; }.kanban-preview { grid-template-columns: 1fr 1fr; overflow: hidden; }.kanban-column:last-child { display: none; }.kanban-column { min-height: 330px; }
    .bento-people,.bento-reports,.bento-meetings,.bento-ai { min-height: 470px; }.people-orbit { right: -35px; }.report-preview { left: 25px; right: 25px; width: auto; }.meeting-preview { left: 25px; right: 25px; }.bento-ai .bento-copy { padding-top: 32px; }
    .experience-tabs { grid-template-columns: 1fr; }.experience-tab { padding: 9px 10px; }
    .stage-browser { border-radius: 17px; }.stage-content { min-height: 480px; grid-template-columns: 38px 1fr; }.stage-side { padding: 9px 4px; }.stage-side-logo { width: 25px; height: 25px; }.stage-side > span { width: 27px; height: 27px; }.stage-side > span:nth-of-type(n+4) { display: none; }
    .panel-header h3 { font-size: 13px; }.panel-header button { padding: 6px 7px; }
    .work-view { grid-template-columns: 1fr 1fr; }.work-col:last-child { display: none; }.work-col { min-height: 365px; }
    .people-view,.meeting-view,.intelligence-view { grid-template-columns: 1fr; }.people-summary,.meeting-ai,.intelligence-insight { display: none; }.people-list,.meeting-transcript,.intelligence-chart { min-height: 370px; }
    .reports-view { grid-template-columns: 1fr; }.report-insights { display: none; }.report-chart { height: 235px; }
    .chat-view { grid-template-columns: 1fr; }.chat-list { display: none; }
    .stage-caption { display: none; }
    .rhythm-step { grid-template-columns: 65px 1fr; gap: 18px; }.timeline-line { left: 28px; }.step-number { display: none; }.step-orb { width: 52px; height: 52px; }.step-chip { grid-column: 2; width: max-content; }.rhythm-step h3 { font-size: 23px; }
    .outcomes-card { padding: 32px 22px; gap: 35px; }.outcomes-grid { grid-template-columns: 1fr; }.outcomes-grid article { min-height: 180px; }
    .security-visual { min-height: 480px; transform: scale(.83); margin: -30px -50px; }.security-node { min-width: 165px; }.node-two { right: -20px; }.node-four { right: -15px; }
    .pricing-card { padding: 25px; }.enterprise-strip { grid-template-columns: auto 1fr; }.enterprise-strip .button { grid-column: 1/-1; width: 100%; }
    .faq-item > button { font-size: 15px; }
    .final-cta { min-height: 520px; }.final-cta-content { padding-inline: 18px; }.final-cta h2 { font-size: clamp(40px,12vw,58px); }.final-actions { flex-direction: column; }.final-actions .button { width: 100%; }.cta-trust { flex-wrap: wrap; gap: 10px 15px; }
    .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 25px; }.footer-brand-column { grid-column: 1/-1; }.footer-links:last-child { grid-column: auto; }.footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
    .legal-hero { padding: 100px 0 65px; }.legal-document > section { padding-left: 34px; }.legal-document h2 { font-size: 22px; }
    .demo-credentials,.contact-modal-form .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 430px) {
    .hero-kicker { font-size: 8px; }.hero-title { font-size: 42px; }.hero-assurance { grid-template-columns: 1fr; }
    .hero-visual { min-height: 390px; }.app-overview-grid { grid-template-columns: 1fr; }.app-overview-grid .overview-card:nth-child(2) { display: none; }.app-shell { min-height: 335px; }.task-row:nth-child(4) { display: none; }
    .bento-large { min-height: 680px; }.kanban-preview { grid-template-columns: 1fr; padding-inline: 22px; }.kanban-column:nth-child(2) { display: none; }.kanban-column { min-height: 300px; }
    .bento-people,.bento-reports,.bento-meetings,.bento-ai { min-height: 440px; }.people-orbit { transform: scale(.85); transform-origin: bottom right; }.report-preview { min-width: 0; }.report-stat-row { gap: 4px; }.meeting-preview { left: 18px; right: 18px; }
    .security-visual { transform: scale(.7); margin: -70px -100px; }
    .outcomes-card { border-radius: 24px; }.final-cta { border-radius: 24px; }
}

@media (pointer: coarse) {
    .cursor-glow { display: none; }
    .spotlight { display: none; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *,*::before,*::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
    .site-loader { display: none; }
    .gsap-ready .reveal-up { opacity: 1; transform: none; }
    .particle-canvas,.cursor-glow { display: none; }
}
