:root{--bg-primary:#fbfbfe;--bg-secondary:#f4f5f8;--bg-card:#fff9;--bg-card-hover:#fffc;--glass:#ffffff8c;--glass-brd:#ffffffbf;--accent-primary:#ff1a28;--accent-secondary:#e01220;--accent-tertiary:#ff2436;--accent-glow:#ff1a2824;--text-primary:#0e0e16;--text-secondary:#565c6b;--text-muted:#8b90a0;--border-color:#ff1a2838;--border-subtle:#0e0e1614;--overlay-soft:#0e0e1609;--overlay-line:#0e0e1614;--green:#16a34a;--amber:#d97706;--cyan:#0891b2;--rose:#e11d48;--gradient-hero:linear-gradient(115deg, #ff2436 0%, #f0182a 50%, #e01220 100%);--gradient-card:linear-gradient(145deg, #ffffffb8, #f6f7fa99);--shadow-glow:0 10px 34px #0e0e160f;--shadow-glow-hover:0 22px 56px #0e0e161f;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono:"JetBrains Mono", monospace}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}::selection{background:var(--accent-primary);color:#fff}nav#navbar{z-index:1000;-webkit-backdrop-filter:blur(18px)saturate(180%);backdrop-filter:blur(18px)saturate(180%);background:var(--glass);border:1px solid var(--glass-brd);border-radius:16px;width:calc(100% - 2rem);max-width:1180px;padding:.6rem .7rem .6rem 1.4rem;transition:all .3s;position:fixed;top:14px;left:50%;transform:translate(-50%);box-shadow:0 8px 30px #0e0e1612}nav#navbar.scrolled{background:#ffffffd9;top:10px;box-shadow:0 10px 34px #0e0e161a}.nav-inner{justify-content:space-between;align-items:center;max-width:1300px;margin:0 auto;display:flex}.nav-logo{align-items:center;gap:.6rem;text-decoration:none;display:flex}.nav-logo img{width:auto;height:32px}.nav-logo-text{color:var(--text-primary);letter-spacing:-.02em;font-size:1.5rem;font-weight:800}.nav-logo-sub{display:none}.nav-links{align-items:center;gap:.3rem;list-style:none;display:flex}.nav-links a{color:var(--text-secondary);border-radius:9px;padding:.5rem .8rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s}.nav-links a:hover{color:var(--text-primary);background:var(--overlay-soft)}.nav-link--active{color:var(--accent-primary)!important;background:var(--accent-glow)!important}.nav-cta{border-radius:10px;margin-left:.4rem;font-weight:600;background:var(--text-primary)!important;color:#fff!important;padding:.55rem 1.2rem!important}.nav-cta:hover{transform:translateY(-1px);background:var(--accent-secondary)!important}.mobile-menu-btn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;font-size:1.5rem;display:none}.hero{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:7.5rem 2rem 3.5rem;display:flex;position:relative;overflow:hidden}.hero-scroll-cue{z-index:1;color:var(--text-muted);flex-direction:column;align-items:center;gap:.3rem;animation:2.2s ease-in-out infinite scroll-bounce;display:flex;position:absolute;bottom:1.75rem;left:50%;transform:translate(-50%)}.hero-scroll-cue svg{width:18px;height:18px}@keyframes scroll-bounce{0%,to{opacity:.55;transform:translate(-50%)}50%{opacity:1;transform:translate(-50%,6px)}}@media (prefers-reduced-motion:reduce){.hero-scroll-cue{animation:none}}.aurora{z-index:0;pointer-events:none;filter:blur(60px);opacity:.75;height:850px;position:absolute;inset:-10% -10% auto}.blob{mix-blend-mode:multiply;border-radius:50%;position:absolute}.b1{background:radial-gradient(circle at 30% 30%,#ff1a2880,#0000 62%);width:420px;height:420px;animation:18s ease-in-out infinite alternate drift1;top:40px;left:6%}.b2{background:radial-gradient(circle at 60% 40%,#e012206b,#0000 62%);width:380px;height:380px;animation:22s ease-in-out infinite alternate drift2;top:90px;right:8%}.b3{background:radial-gradient(circle,#f0182a52,#0000 60%);width:440px;height:440px;animation:26s ease-in-out infinite alternate drift3;top:200px;left:38%}@keyframes drift1{to{transform:translate(50px,30px)scale(1.1)}}@keyframes drift2{to{transform:translate(-40px,25px)scale(1.08)}}@keyframes drift3{to{transform:translate(-30px,-25px)scale(1.12)}}@media (prefers-reduced-motion:reduce){.blob{animation:none!important}}.hero-content{z-index:1;max-width:900px;position:relative}.hero-badge{background:var(--glass);border:1px solid var(--glass-brd);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--text-secondary);border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.4rem;padding:.45rem 1.05rem;font-size:.82rem;font-weight:500;display:inline-flex;box-shadow:0 4px 20px #0e0e160d}.hero-badge .dot{background:var(--accent-primary);width:7px;height:7px;box-shadow:0 0 0 4px var(--accent-glow);border-radius:50%;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.hero h1{letter-spacing:-.04em;margin-bottom:1.1rem;font-size:clamp(2.5rem,5.6vw,4.5rem);font-weight:850;line-height:1.05}.hero h1 .gradient{background:var(--gradient-hero);color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero p{color:var(--text-secondary);max-width:620px;margin:0 auto 1.8rem;font-size:1.15rem;line-height:1.65}.hero-stats{grid-template-columns:repeat(4,1fr);gap:.8rem;max-width:760px;margin:2.2rem auto 0;display:grid}.hero-stat{text-align:left;background:var(--glass);border:1px solid var(--glass-brd);-webkit-backdrop-filter:blur(16px)saturate(160%);backdrop-filter:blur(16px)saturate(160%);box-shadow:var(--shadow-glow);border-radius:16px;padding:.95rem 1.05rem;transition:transform .25s,box-shadow .25s}.hero-stat:hover{box-shadow:var(--shadow-glow-hover);transform:translateY(-4px)}.hero-stat .number{font-size:1.7rem;font-weight:800;font-family:var(--font-mono);letter-spacing:-.02em;background:var(--gradient-hero);color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-stat .label{color:var(--text-muted);letter-spacing:.02em;margin-top:.3rem;font-size:.72rem;font-weight:600}.btn{border-radius:12px;align-items:center;gap:.4rem;padding:.9rem 1.7rem;font-size:.95rem;font-weight:650;text-decoration:none;transition:all .25s;display:inline-flex}.btn-primary{background:var(--gradient-hero);color:#fff;box-shadow:0 12px 32px #e0122052}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 42px #e012206b}.btn-ghost{border:1px solid var(--glass-brd);color:var(--text-primary);background:var(--glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.btn-ghost:hover{border-color:var(--border-color);transform:translateY(-2px)}section{max-width:1300px;margin:0 auto;padding:6rem 2rem}.section-label{font-family:var(--font-mono);color:var(--accent-primary);text-transform:uppercase;letter-spacing:.2em;margin-bottom:.8rem;font-size:.75rem;font-weight:600}.section-title{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.section-description{color:var(--text-secondary);max-width:600px;margin-bottom:3rem;font-size:1.1rem;line-height:1.7}.products-grid{grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.product-card{background:var(--gradient-card);-webkit-backdrop-filter:blur(16px)saturate(160%);backdrop-filter:blur(16px)saturate(160%);border:1px solid var(--border-subtle);cursor:default;box-shadow:var(--shadow-glow);border-radius:20px;padding:2rem;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.product-card:before{content:"";background:var(--card-accent,var(--gradient-hero));opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.product-card:hover{border-color:var(--border-color);box-shadow:var(--shadow-glow-hover);transform:translateY(-5px)}.product-card:hover:before{opacity:1}.product-card-featured{background:radial-gradient(120% 140% at 0% 0%, #ff1a281a, transparent 55%), var(--gradient-card);border-color:#ff1a2842;grid-column:span 2;box-shadow:0 22px 54px #0e0e161a}.product-card-sava-featured{--card-accent:var(--gradient-hero)}.product-card-sicaja-forte{--card-accent:linear-gradient(90deg, #ff1a28, #f97316)}.product-card-sicaja-cloud{--card-accent:linear-gradient(90deg, #0891b2, #6366f1)}.product-card-sirh{--card-accent:linear-gradient(90deg, #0ea5e9, #22c55e)}.product-card-webia{--card-accent:linear-gradient(90deg, #06b6d4, #ff1a28)}.product-card-sava-ide{--card-accent:var(--gradient-hero)}.product-card-sava-web{--card-accent:linear-gradient(90deg, #ff1a28, #f59e0b)}.product-card-sava-studio{--card-accent:linear-gradient(90deg, #a855f7, #ff1a28)}.product-card-sicaja{--card-accent:linear-gradient(90deg, #f59e0b, #ff1a28)}.product-card-sicaja-expres{--card-accent:linear-gradient(90deg, #f59e0b, #22c55e)}.product-card-agentes-virtuales{--card-accent:linear-gradient(90deg, #ff1a28, #8b5cf6)}.product-card-vicviewer{--card-accent:linear-gradient(90deg, #06b6d4, #22c55e)}.product-card-preciocheck{--card-accent:linear-gradient(90deg, #22c55e, #f59e0b)}.product-card-yoavanzo{--card-accent:linear-gradient(90deg, #8b5cf6, #f43f5e)}.product-card-tutorclip{--card-accent:linear-gradient(90deg, #06b6d4, #8b5cf6)}.product-card-sicaja-bridge{--card-accent:linear-gradient(90deg, #64748b, #94a3b8)}.product-card-featured:before{opacity:1;height:4px}.product-card-featured .product-name{font-size:clamp(1.6rem,2vw,2rem)}.product-eyebrow{border:1px solid var(--overlay-line);background:var(--overlay-soft);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary);border-radius:999px;align-items:center;gap:.5rem;margin-bottom:.9rem;padding:.3rem .8rem;font-size:.72rem;display:inline-flex}.product-proof{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-bottom:1.25rem;display:grid}.product-proof-item{background:var(--overlay-soft);border:1px solid var(--overlay-line);border-radius:12px;padding:.9rem}.product-proof-item strong{margin-bottom:.25rem;font-size:.82rem;display:block}.product-proof-item span{color:var(--text-muted);font-size:.75rem;line-height:1.55}.product-header{justify-content:flex-end;align-items:flex-start;margin-bottom:1rem;display:flex}.product-icon{border:1px solid var(--border-subtle);width:40px;height:40px;color:var(--accent-primary);background:linear-gradient(135deg,#ff1a2821,#e0122021);border-radius:11px;justify-content:center;align-items:center;display:flex}.product-status{text-transform:uppercase;letter-spacing:.08em;color:#fff;background:var(--gradient-hero);border-radius:20px;padding:.3rem .75rem;font-size:.68rem;font-weight:700;box-shadow:0 4px 14px #e0122047}.product-name{margin-bottom:.3rem;font-size:1.3rem;font-weight:700}.product-tagline{color:var(--accent-tertiary);margin-bottom:.8rem;font-size:.85rem;font-weight:500}.product-desc{color:var(--text-secondary);margin-bottom:1.2rem;font-size:.9rem;line-height:1.6}.product-tech{flex-wrap:wrap;gap:.4rem;margin-bottom:1.2rem;display:flex}.tech-tag{background:var(--overlay-soft);border:1px solid var(--border-subtle);color:var(--text-secondary);font-size:.7rem;font-family:var(--font-mono);border-radius:6px;padding:.2rem .6rem;font-weight:500}.product-metrics{border-top:1px solid var(--border-subtle);gap:1.5rem;padding-top:1rem;display:flex}.metric{text-align:left}.metric-value{font-family:var(--font-mono);color:var(--text-primary);font-size:1.1rem;font-weight:700}.metric-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.65rem}.product-link{color:var(--accent-primary);align-items:center;gap:.4rem;margin-top:.5rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.product-link:hover{color:var(--accent-tertiary);gap:.6rem}.ecosystem-section{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:24px;max-width:1300px;margin:4rem auto;padding:4rem 3rem}.eco-visual{grid-template-columns:1fr 2fr;align-items:center;gap:3rem;margin-top:2rem;display:grid}.eco-center{text-align:center;border:1px solid var(--border-color);background:linear-gradient(160deg,#ff1a280f,#fff6);border-radius:16px;padding:2rem}.eco-center-icon{color:var(--accent-primary);justify-content:center;margin-bottom:1rem;display:flex}.eco-center h3{margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.eco-center p{color:var(--text-secondary);font-size:.85rem}.eco-connections{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.eco-node{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-subtle);border-radius:14px;padding:1.2rem;transition:all .3s}.eco-node:hover{border-color:var(--border-color);background:var(--bg-card-hover);transform:translateY(-2px)}.eco-node-name{margin-bottom:.3rem;font-size:.9rem;font-weight:600}.eco-node-desc{color:var(--text-muted);font-size:.75rem}.eco-node-arrow{color:var(--accent-primary);margin-top:.3rem;font-size:.7rem;display:block}.eco-center-meta{font-family:var(--font-mono);color:var(--accent-primary);margin-top:1rem;font-size:.7rem}.section-description-wide{max-width:700px}.eco-visual-split{grid-template-columns:1fr 1fr}.eco-center-left{text-align:left;padding:2rem}.oss-header{align-items:center;gap:.8rem;margin-bottom:1rem;display:flex}.oss-title{font-size:1.3rem;font-weight:700}.oss-badge{color:var(--green);font-size:.8rem;font-weight:600}.oss-body{color:var(--text-secondary);margin-bottom:1.2rem;font-size:.95rem;line-height:1.7}.oss-body strong{color:var(--text-primary)}.oss-tech{margin-bottom:1rem}.oss-note{color:var(--text-muted);margin-bottom:1rem;font-size:.85rem;line-height:1.6}.oss-links{flex-wrap:wrap;gap:1rem;display:flex}.product-link-secondary{color:var(--cyan)}.oss-side{flex-direction:column;gap:1rem;display:flex}.oss-feature-title{margin-bottom:.4rem;font-size:1rem;font-weight:700}.oss-feature-arrow{color:var(--accent-primary)}.oss-footer{text-align:center;color:var(--text-muted);margin-top:2rem;font-size:.85rem}.oss-footer strong{color:var(--text-secondary)}.vision-description{text-align:center;max-width:600px;margin:0 auto 2rem}.tech-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:2rem;display:grid}.tech-item{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-subtle);border-radius:14px;align-items:center;gap:1rem;padding:1.2rem;transition:all .3s;display:flex}.tech-item:hover{border-color:var(--border-color);background:var(--bg-card-hover);box-shadow:var(--shadow-glow);transform:translateY(-3px)}.tech-item-icon{text-align:center;width:36px;color:var(--accent-primary);flex-shrink:0}.tech-item-name{font-size:.9rem;font-weight:600}.tech-item-role{color:var(--text-muted);font-size:.75rem}.timeline{margin-top:3rem;position:relative}.timeline:before{content:"";background:linear-gradient(to bottom, var(--accent-primary), var(--accent-secondary), transparent);width:2px;position:absolute;top:0;bottom:0;left:24px}.timeline-item{gap:2rem;margin-bottom:2rem;display:flex;position:relative}.timeline-dot{background:var(--gradient-hero);border:3px solid var(--bg-primary);z-index:1;width:12px;height:12px;box-shadow:0 0 0 3px var(--accent-glow);border-radius:50%;flex-shrink:0;margin-top:.4rem;position:relative;left:19px}.timeline-dot.active{background:var(--green);box-shadow:0 0 10px #22c55e80}.timeline-content{padding-left:1rem}.timeline-year{font-family:var(--font-mono);color:var(--accent-primary);margin-bottom:.2rem;font-size:.8rem;font-weight:600}.timeline-title{margin-bottom:.3rem;font-size:1.1rem;font-weight:700}.timeline-desc{color:var(--text-secondary);font-size:.85rem}.vision-section{border:1px solid var(--border-color);text-align:center;background:linear-gradient(135deg,#ff1a280d,#fff6);border-radius:24px;max-width:1300px;margin:4rem auto;padding:4rem 3rem;position:relative;overflow:hidden}.vision-section:before{content:"";background:radial-gradient(circle,#ff1a2814,#0000);border-radius:50%;width:300px;height:300px;position:absolute;top:-100px;right:-100px}.vision-quote{color:var(--text-secondary);max-width:700px;margin:2rem auto;font-size:1.5rem;font-style:italic;font-weight:300;line-height:1.6}.vision-chat{text-align:left;max-width:500px;margin:2rem auto}.chat-msg{border-radius:16px;margin-bottom:.8rem;padding:1rem 1.2rem;font-size:.9rem;line-height:1.5;animation:.5s ease-out backwards fade-up}.chat-user{background:var(--gradient-hero);color:#fff;border-bottom-right-radius:4px;margin-left:3rem}.chat-agent{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-subtle);border-bottom-left-radius:4px;margin-right:3rem}@keyframes fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}footer{text-align:center;border-top:1px solid var(--border-subtle);margin-top:2rem;padding:3rem 2rem}.footer-brand{background:var(--gradient-hero);color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.2rem;font-weight:800;display:inline-block}.footer-tagline{color:var(--text-muted);margin-bottom:1rem;font-size:.85rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:1.5rem;display:flex}.footer-links a{color:var(--text-secondary);font-size:.85rem;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--text-primary)}.footer-copy{color:var(--text-muted);font-size:.75rem}.cta-panel{text-align:center;color:#fff;background:var(--text-primary);border-radius:28px;margin:2rem auto;padding:4.5rem 3rem;position:relative;overflow:hidden;box-shadow:0 30px 80px #0e0e164d}.cta-panel:before{content:"";filter:blur(40px);pointer-events:none;background:radial-gradient(circle,#ff1a2873,#0000 60%);width:560px;height:560px;position:absolute;top:-55%;left:50%;transform:translate(-50%)}.cta-panel>*{position:relative}.cta-panel .section-label{color:#ff6169}.cta-panel .section-title{margin-bottom:.8rem}.cta-panel .section-description{color:#b7bcc8;margin:0 auto 2rem}.cta-links{font-family:var(--font-mono);flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2.5rem;font-size:.85rem;display:flex}.cta-links a{color:#fff;border-bottom:1px solid #fff3;padding-bottom:6px;text-decoration:none;transition:border-color .2s,color .2s}.cta-links a:hover{border-color:var(--accent-primary);color:#ff6169}@media (width<=768px){nav#navbar{width:calc(100% - 1.4rem);padding:.55rem .6rem .55rem 1rem}.nav-links{display:none}.nav-links.open{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--glass-brd);background:#fffffffa;border-radius:16px;flex-direction:column;align-items:stretch;gap:.3rem;padding:1rem;display:flex;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 12px 30px #0e0e161f}.mobile-menu-btn{display:block}.hero h1{font-size:2.5rem}.hero-stats{grid-template-columns:repeat(2,1fr)}.products-grid{grid-template-columns:1fr}.product-card-featured{grid-column:span 1}.product-proof,.eco-visual,.eco-visual-split{grid-template-columns:1fr}.ecosystem-section,.vision-section{padding:2rem 1.5rem}.chat-user{margin-left:1rem}.chat-agent{margin-right:1rem}section{padding:3rem 1.5rem}.cta-panel{border-radius:20px;padding:3rem 1.5rem}}.fade-in{opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1);transform:translateY(30px)}.fade-in.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.fade-in{opacity:1;transition:none;transform:none}}.product-icon svg{stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.tech-item-icon svg{stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.eco-center-icon svg{stroke-linecap:round;stroke-linejoin:round;width:28px;height:28px}.service-icon svg{width:22px;height:22px}.eco-node-icon{width:20px;height:20px;color:var(--accent-primary);flex-shrink:0}.eco-node-icon svg{stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.eco-node-name{align-items:center;gap:.5rem;display:flex}.site-header.svelte-12qhfyh{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffd9;border-bottom:1px solid #0f172a14;justify-content:flex-end;align-items:center;padding:.75rem 1.5rem;display:flex;position:sticky;top:0}.lang-switcher.svelte-12qhfyh{letter-spacing:.08em;align-items:center;gap:.5rem;font-size:.8rem;font-weight:700;display:flex}.lang-switcher__link.svelte-12qhfyh{color:#0f172a8c;border-radius:4px;padding:.25rem .4rem;text-decoration:none;transition:color .16s}.lang-switcher__link.svelte-12qhfyh:hover{color:#0f172ad9}.lang-switcher__link--active.svelte-12qhfyh{color:#ff1a28}.lang-switcher__sep.svelte-12qhfyh{color:#0f172a40}.site-main.svelte-12qhfyh{min-height:calc(100vh - 56px)}
