:root{--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-card: #0b0f19;--text-primary: #0f172a;--text-secondary: #334155;--text-muted: #64748b;--text-card-primary: #f8fafc;--text-card-secondary: #cbd5e1;--royal-purple-dark: #2e1065;--royal-purple: #6b21a8;--royal-purple-bright: #a855f7;--royal-purple-light: #f3e8ff;--royal-purple-glow: rgba(168, 85, 247, .35);--obsidian-border: rgba(168, 85, 247, .3);--glass-shadow: 0 25px 60px -15px rgba(11, 15, 25, .18), 0 8px 24px rgba(107, 33, 168, .12), inset 0 1px 2px rgba(255, 255, 255, .8);--transition-smooth: all .35s cubic-bezier(.4, 0, .2, 1);--font-heading: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif}*{box-sizing:border-box;margin:0;padding:0;user-select:text;-webkit-user-select:text}body{background-color:var(--bg-primary);background-image:radial-gradient(circle at 12% 12%,rgba(243,232,255,.7) 0%,transparent 45%),radial-gradient(circle at 88% 88%,rgba(241,245,249,.9) 0%,transparent 45%),radial-gradient(circle at 50% 50%,rgba(255,255,255,.6) 0%,transparent 60%);color:var(--text-primary);font-family:var(--font-body);line-height:1.6;overflow-x:hidden;min-height:100vh}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.flash-intro-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#090d16;z-index:999999;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;transition:opacity .6s ease,visibility .6s ease}.flash-streak-line{position:absolute;top:50%;right:-100%;width:200%;height:4px;background:linear-gradient(90deg,transparent,#a855f7,#ffffff,transparent);box-shadow:0 0 25px #a855f7,0 0 50px #fff;animation:flashStreak 1.2s cubic-bezier(.1,.8,.3,1) forwards}@keyframes flashStreak{0%{right:-100%}to{right:100%}}.flash-title-container{position:relative;overflow:hidden;padding:10px 40px}.flash-name-text{font-family:var(--font-heading);font-size:4.5rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fff;text-shadow:0 0 30px rgba(168,85,247,.8),0 0 60px rgba(255,255,255,.5);animation:flashNameIn 1.4s cubic-bezier(.16,1,.3,1) forwards;display:inline-block;white-space:nowrap}@keyframes flashNameIn{0%{transform:translate(120%) skew(-20deg);opacity:0;filter:blur(10px)}60%{transform:translate(-5%) skew(5deg);opacity:1;filter:blur(0)}to{transform:translate(0) skew(0);opacity:1}}.flash-sub-title{color:#c084fc;font-size:1.1rem;letter-spacing:.3em;text-transform:uppercase;margin-top:1rem;opacity:0;animation:fadeIn .8s ease 1s forwards}h1{font-size:3.4rem;font-weight:800;line-height:1.15;color:#0f172a;letter-spacing:-.03em}h2{font-size:2.2rem;font-weight:700;margin-bottom:1rem;color:#0f172a;letter-spacing:-.02em}.glass-card{background:var(--bg-card);color:var(--text-card-primary);border:1px solid var(--obsidian-border);border-radius:24px;box-shadow:0 30px 70px -15px #0b0f1966,0 10px 30px #6b21a833;transition:var(--transition-smooth);position:relative;overflow:hidden}.glass-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#a855f7,#ffffff,transparent)}.glass-card:hover{transform:translateY(-6px) scale(1.005);border-color:#a855f799;box-shadow:0 35px 80px -10px #6b21a859}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:30px;background:#fff;border:1px solid #e2e8f0;font-size:.85rem;color:var(--text-secondary);box-shadow:0 2px 8px #0000000a}.hero-badge strong{color:var(--royal-purple-bright)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem;margin-top:1.75rem}.stat-card{padding:1.25rem;border-radius:18px;background:#111827;border:1px solid rgba(168,85,247,.25);text-align:center;box-shadow:0 4px 14px #0000004d}.stat-number{font-size:2.2rem;font-weight:800;color:var(--royal-purple-bright);line-height:1.1}.stat-label{font-size:.8rem;color:var(--text-card-secondary);margin-top:4px}.project-graphics-container{margin-top:1.25rem;border-radius:18px;overflow:hidden;border:1px solid rgba(168,85,247,.4);box-shadow:0 12px 30px #0b0f1980;position:relative}.project-graphics-img{width:100%;height:auto;max-height:380px;object-fit:cover;display:block;transition:transform .4s ease}.project-graphics-container:hover .project-graphics-img{transform:scale(1.03)}.graphics-badge-overlay{position:absolute;top:12px;left:12px;background:#0b0f19e6;backdrop-filter:blur(12px);color:#f3e8ff;border:1px solid #a855f7;padding:4px 12px;border-radius:20px;font-size:.78rem;font-weight:700}.tree-container{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.tree-node-parent{cursor:pointer;border-radius:22px;padding:1.5rem;background:#0b0f19;border:1px solid var(--obsidian-border);box-shadow:0 20px 45px -10px #0b0f194d;transition:var(--transition-smooth)}.tree-node-parent:hover{border-color:#a855f7b3;box-shadow:0 25px 60px -5px #6b21a859}.tree-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.tree-icon-title{display:flex;align-items:center;gap:14px}.node-icon-wrapper{width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#2e1065,#7e22ce);display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#fff;box-shadow:0 4px 14px #7e22ce66,inset 0 1px 1px #fff}.tree-expand-badge{font-size:.8rem;padding:4px 14px;border-radius:20px;background:#a855f726;color:#c084fc;border:1px solid rgba(168,85,247,.3);font-weight:600}.tree-children{margin-top:1.25rem;padding-left:1rem;border-left:2px dashed rgba(168,85,247,.4);display:flex;flex-direction:column;gap:1.25rem;animation:fadeIn .4s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.tree-child-card{background:#111827;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:1.5rem}.demo-widget-container{margin-top:1.25rem;background:#090d16;border:1px solid rgba(168,85,247,.25);border-radius:16px;padding:1.25rem}.demo-kanban-board{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.kanban-col{background:#1e293b;padding:10px;border-radius:12px;border:1px solid rgba(255,255,255,.08)}.kanban-col-title{font-size:.75rem;font-weight:700;color:#94a3b8;margin-bottom:6px;text-transform:uppercase}.kanban-card-item{background:#0f172a;padding:8px 10px;border-radius:8px;font-size:.78rem;border:1px solid rgba(255,255,255,.1);margin-bottom:6px;color:#f8fafc}.whatsapp-fab{position:fixed;bottom:2rem;right:2rem;z-index:10000;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;border:none;font-size:1.6rem;cursor:pointer;box-shadow:0 8px 20px #25d36659,inset 0 1px 1px #fff;display:flex;align-items:center;justify-content:center;transition:var(--transition-smooth)}.whatsapp-fab:hover{transform:scale(1.1);box-shadow:0 12px 28px #25d36680}.whatsapp-modal{position:fixed;bottom:6rem;right:2rem;width:340px;z-index:10000;background:#0f172a;border-radius:20px;overflow:hidden;border:1px solid rgba(168,85,247,.3);box-shadow:0 25px 50px -12px #000000b3;animation:slideUp .3s ease}.whatsapp-header{background:linear-gradient(135deg,#075e54,#128c7e);color:#fff;padding:1rem;display:flex;align-items:center;justify-content:space-between}.whatsapp-body{padding:1rem;display:flex;flex-direction:column;gap:10px}.wa-template-btn{background:#1e293b;border:1px solid rgba(255,255,255,.1);padding:10px 12px;border-radius:12px;font-size:.82rem;color:#f8fafc;text-align:left;cursor:pointer;transition:var(--transition-smooth)}.wa-template-btn:hover{background:#a855f726;border-color:#a855f7;color:#c084fc}.robot-avatar-container{position:fixed;bottom:2rem;left:2rem;z-index:10000;display:flex;align-items:flex-end;gap:14px;transition:transform 1.4s cubic-bezier(.34,1.2,.64,1),left 1.4s ease,top 1.4s ease}.robot-sprite{width:82px;height:104px;cursor:pointer;filter:drop-shadow(0 12px 25px rgba(168,85,247,.45));transition:transform .2s ease;animation:robotFloat 3s ease-in-out infinite}@keyframes robotFloat{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-10px) rotate(2deg)}}.robot-sprite:hover{transform:scale(1.15) rotate(-4deg)}.robot-speech-bubble{background:#0f172a;border:2px solid #a855f7;border-radius:20px;padding:14px 18px;max-width:320px;font-size:.88rem;color:#f8fafc;box-shadow:0 15px 35px -5px #a855f74d;position:relative;animation:fadeIn .4s ease}.robot-speech-bubble:before{content:"";position:absolute;bottom:14px;left:-10px;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #a855f7}.ai-chat-window{position:fixed;bottom:6rem;left:2rem;width:360px;height:500px;z-index:10000;display:flex;flex-direction:column;border-radius:24px;overflow:hidden;background:#0f172a;border:1px solid rgba(168,85,247,.35);box-shadow:0 25px 50px -12px #000000b3;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ai-chat-header{background:linear-gradient(135deg,#090d16,#2e1065);color:#fff;padding:1rem;display:flex;align-items:center;justify-content:space-between}.ai-chat-body{flex-grow:1;padding:1rem;overflow-y:auto;display:flex;flex-direction:column;gap:10px;background:#090d16}.chat-bubble{max-width:85%;padding:10px 14px;border-radius:16px;font-size:.85rem;line-height:1.45}.chat-bubble.ai{background:#1e293b;border:1px solid rgba(255,255,255,.1);color:#f8fafc;align-self:flex-start;border-bottom-left-radius:4px}.chat-bubble.user{background:linear-gradient(135deg,#7e22ce,#6b21a8);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.ai-chat-input-row{padding:10px;background:#0f172a;border-top:1px solid rgba(255,255,255,.1);display:flex;gap:8px;align-items:center}.ai-chat-input-row input{flex-grow:1;background:#1e293b;border:1px solid rgba(168,85,247,.3);color:#f8fafc;padding:8px 14px;border-radius:12px;font-size:.85rem;outline:none}.voice-btn{background:#1e293b;border:1px solid rgba(168,85,247,.3);color:#c084fc;padding:8px 12px;border-radius:12px;cursor:pointer;font-size:.9rem}.voice-btn.active{background:#dc2626;color:#fff;border-color:#b91c1c}.tech-badge-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:1rem}.tech-badge{background:#1e293b99;border:1px solid rgba(255,255,255,.1);padding:6px 14px;border-radius:20px;font-size:.8rem;color:var(--text-secondary);display:inline-flex;align-items:center;gap:6px}.tech-badge.highlight{border-color:#a855f766;color:#c084fc;background:#a855f71f}@media (max-width: 640px){.flash-name-text{font-size:2.5rem}h1{font-size:2.2rem}h2{font-size:1.6rem}.demo-kanban-board{grid-template-columns:1fr}.ai-chat-window{width:calc(100vw - 2rem);left:1rem;bottom:5rem}.whatsapp-modal{width:calc(100vw - 2rem);right:1rem;bottom:5rem}.robot-avatar-container{left:1rem;bottom:1rem}.robot-speech-bubble{max-width:210px;font-size:.78rem}}
