:root{--bg-color: #050505;--text-main: #fcfcfc;--text-muted: #737373;--accent: #f97316;--bubble-human-bg: transparent;--bubble-human-border: #333;--bubble-ai-bg: #1f1a17;--cursor-size: 10px;--section-pad: 15vh 10vw}body[data-theme=warm-dark]{--bg-color: #171412;--text-muted: #8c827b;--bubble-human-border: #4a413b;--bubble-ai-bg: #2b231e}body[data-theme=warm-mid]{--bg-color: #d6cfc7;--text-main: #141210;--text-muted: #5e5752;--bubble-human-border: #b8afa6;--bubble-ai-bg: #e8e2dc}body[data-theme=light]{--bg-color: #fdfcfaf0;--text-main: #0a0908;--text-muted: #6b645f;--bubble-human-border: #e0d8d0;--bubble-ai-bg: #f0ebe4}*{box-sizing:border-box;margin:0;padding:0;cursor:none!important}body{font-family:Plus Jakarta Sans,sans-serif;background-color:var(--bg-color);color:var(--text-main);transition:background-color 1.5s ease-in-out,color 1.5s ease-in-out;overflow-x:hidden;line-height:1.5;font-size:clamp(15px,1.2vw,17px);font-weight:400}.cursor-dot{position:fixed;top:0;left:0;width:var(--cursor-size);height:var(--cursor-size);background:#fff;border-radius:50%;mix-blend-mode:difference;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:width .3s cubic-bezier(.16,1,.3,1),height .3s cubic-bezier(.16,1,.3,1)}.cursor-dot.hovered{width:40px;height:40px}h1,h2,h3{font-weight:300;letter-spacing:-.03em;line-height:1.1;margin-bottom:.5em}h1{font-size:clamp(3rem,6vw,5rem)}h2{font-size:clamp(2rem,4vw,3.5rem)}h3{font-size:clamp(1.2rem,2vw,1.5rem);font-weight:600}p{color:var(--text-muted);transition:color 1.5s ease}strong{font-weight:600;color:var(--text-main)}section{min-height:100vh;padding:var(--section-pad);display:flex;flex-direction:column;justify-content:center;position:relative}.container{max-width:1200px;width:100%;margin:0 auto}.split{display:flex;gap:10vw;align-items:center}.split.reverse{flex-direction:row-reverse}.split>div{flex:1}@media(max-width:768px){.split,.split.reverse{flex-direction:column;gap:4rem;text-align:left}}.fade-in{opacity:0;transform:translateY(40px);transition:opacity 1.2s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1)}.fade-in.is-visible{opacity:1;transform:translateY(0)}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.svg-canvas{width:100%;height:auto;max-height:400px;stroke:var(--text-muted);transition:stroke 1.5s ease;fill:none;stroke-width:1}.svg-canvas.accent{stroke:var(--accent);stroke-width:1.5}.chat-cluster{display:flex;flex-direction:column;gap:1.5rem;max-width:400px}.bubble{padding:1rem 1.5rem;border-radius:2rem;font-size:.95em;max-width:85%;transition:background-color 1.5s ease,border-color 1.5s ease}.bubble.human{align-self:flex-end;border:1px solid var(--bubble-human-border);border-bottom-right-radius:.2rem;color:var(--text-main)}.bubble.ai{align-self:flex-start;background-color:var(--bubble-ai-bg);border-bottom-left-radius:.2rem;color:var(--text-main)}.btn{display:inline-block;padding:1.2rem 2.5rem;background-color:var(--accent);color:#fff;text-decoration:none;border-radius:3rem;font-weight:600;font-size:1.1em;margin-top:2rem;transition:transform .3s ease,background-color .3s ease;border:none}.btn:hover{transform:scale(1.05)}.spacer{height:10vh}@keyframes pulse{0%{r:2;opacity:1}to{r:15;opacity:0}}.node-pulse{animation:pulse 3s infinite cubic-bezier(.16,1,.3,1);transform-origin:center}@keyframes hero-pulse{0%{r:4;opacity:1}to{r:35;opacity:0}}.hero-pulse{animation:hero-pulse 2.5s infinite cubic-bezier(.16,1,.3,1);transform-origin:center}@keyframes radar-pulse{0%{r:40;opacity:.8}to{r:90;opacity:0}}.radar-pulse{animation:radar-pulse 3s infinite cubic-bezier(.16,1,.3,1);transform-origin:center}.pricing-row[data-astro-cid-hkoc4sea]{display:flex;justify-content:space-between;gap:4rem;margin-top:4rem}.price-col[data-astro-cid-hkoc4sea]{flex:1;display:flex;flex-direction:column;gap:1rem}.price-col[data-astro-cid-hkoc4sea] h3[data-astro-cid-hkoc4sea]{margin:0}.price-val[data-astro-cid-hkoc4sea]{font-size:clamp(2rem,3vw,2.5rem);font-weight:300;color:var(--text-main)}.price-desc[data-astro-cid-hkoc4sea]{font-size:.9em}@media(max-width:768px){.pricing-row[data-astro-cid-hkoc4sea]{flex-direction:column;gap:3rem}}
