.nav{z-index:100;background:var(--nav-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);padding:14px 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.nav-inner{justify-content:space-between;align-items:center;display:flex}.nav-logo{align-items:center;gap:10px;display:flex}.nav-logo-img{object-fit:contain;width:38px;height:38px}.logo-text-wrap{align-items:center;gap:6px;display:flex}.logo-text{font-family:var(--font-display);color:var(--white);font-size:1.2rem;font-weight:700}.logo-badge{color:#8b5cf6;letter-spacing:.05em;background:#8b5cf626;border:1px solid #8b5cf640;border-radius:100px;padding:2px 8px;font-size:.65rem;font-weight:700}.nav-links{gap:28px;display:flex}.nav-links a{color:var(--text-2);font-size:.88rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--white)}.nav-right{align-items:center;gap:12px;display:flex}.theme-toggle{border:1px solid var(--border);cursor:pointer;color:var(--text-2);background:0 0;border-radius:8px;align-items:center;padding:8px;transition:all .2s;display:flex}.theme-toggle:hover{border-color:var(--border-h);color:var(--white)}.theme-toggle svg{width:16px;height:16px}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.nav-toggle span{background:var(--text);border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}@media (width<=640px){.nav-links{background:var(--nav-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);flex-direction:column;gap:12px;padding:16px 24px;display:none;position:absolute;top:100%;left:0;right:0}.nav-links.open,.nav-toggle{display:flex}}.hero{align-items:center;min-height:100vh;padding:100px 0 60px;display:flex;position:relative;overflow:hidden}.hero-bg-glow{background:radial-gradient(ellipse 70% 60% at 65% 40%, color-mix(in srgb, var(--glow-color) 6%, transparent), transparent);pointer-events:none;transition:background 1s;position:absolute;inset:0}.hero-grid-bg{background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);opacity:.4;background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(60% 50% at 50% 40%,#000,#0000);mask-image:radial-gradient(60% 50% at 50% 40%,#000,#0000)}.hero-particles{pointer-events:none;position:absolute;inset:0}.hero-inner{grid-template-columns:1fr 1.1fr;align-items:center;gap:48px;min-height:calc(100vh - 200px);display:grid;position:relative}.hero-left{z-index:1}.hero-right{z-index:1;justify-content:center;align-items:center;display:flex}.hero-badge{color:#3b82f6;background:#3b82f614;border:1px solid #3b82f633;border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:8px 18px;font-size:.82rem;font-weight:500;display:inline-flex}.hero-badge-dot{border-radius:50%;width:8px;height:8px;transition:background .5s;animation:2s infinite pulse-dot}.hero-title{color:var(--white);letter-spacing:-.02em;margin-bottom:20px;font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:800;line-height:1.1}.hero-sub{color:var(--text-2);max-width:480px;margin-bottom:36px;font-size:1.1rem;line-height:1.7}.fade-up{animation:.6s forwards heroFadeUp}.fade-up.d2{opacity:0;animation-delay:.15s}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hero-actions{gap:14px;margin-bottom:32px;display:flex}.hero-dots{gap:8px;display:flex}.hero-dot{cursor:pointer;background:#ffffff26;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.hero-dot.active{border-radius:10px;width:28px}.hero-dot:hover{background:#ffffff4d}.hero-visual-frame{background:#0d1117;border:1px solid #ffffff14;border-radius:20px;width:100%;max-width:520px;position:relative;overflow:hidden;box-shadow:0 24px 80px #00000080}[data-theme=light] .hero-visual-frame{background:#1e293b}.hvf-glow{background:radial-gradient(circle, color-mix(in srgb, var(--frame-accent) 12%, transparent), transparent 70%);pointer-events:none;width:200px;height:200px;position:absolute;top:-40px;right:-40px}.hv-dashboard{min-height:320px}.hv-anim{animation:.5s forwards heroVisualIn}@keyframes heroVisualIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.hv-topbar{background:#ffffff08;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.hv-logo-pill{color:#3b82f6;background:#3b82f61f;border-radius:8px;padding:4px 12px;font-size:.7rem;font-weight:700}.hv-topbar-dots{gap:5px;display:flex}.hv-topbar-dots span{border-radius:50%;width:8px;height:8px}.hv-topbar-dots span:first-child{background:#ff5f57}.hv-topbar-dots span:nth-child(2){background:#ffbd2e}.hv-topbar-dots span:nth-child(3){background:#28c840}.hv-body{padding:16px}.hv-stagger{opacity:0;animation:.4s forwards heroStagger}@keyframes heroStagger{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hv-modules{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px;display:grid}.hv-mod{text-align:center;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;padding:12px}.hv-mod-label{color:#fff6;margin-bottom:4px;font-size:.6rem;display:block}.hv-mod-val{font-size:1.4rem;font-weight:700;display:block}.hv-mod-bar{background:#ffffff0f;border-radius:3px;height:3px;margin-top:8px;overflow:hidden}.hv-mod-fill{border-radius:3px;width:0;height:100%;animation:1.2s .3s forwards barFill}.hv-chart{margin-top:8px}.hv-sparkline{width:100%;height:80px}.hv-spark-path{stroke-dasharray:300;stroke-dashoffset:300px;animation:2s .5s forwards drawPath}.hv-spark-fill{opacity:0;animation:.5s 2s forwards fadeIn}.hv-sector-pills{flex-wrap:wrap;gap:6px;margin-bottom:20px;display:flex}.hv-pill{color:#10b981;background:#10b98114;border:1px solid #10b98133;border-radius:100px;padding:4px 10px;font-size:.6rem;font-weight:600}.hv-compliance-ring{flex-direction:column;align-items:center;padding:16px;display:flex}.hv-compliance-ring svg{width:120px;height:120px}.hv-ring-anim{stroke-dasharray:0 252;animation:1.5s .5s forwards ringDraw}@keyframes ringDraw{to{stroke-dasharray:220 252}}.hv-ring-label{color:#10b981;margin-top:-76px;font-size:2rem;font-weight:800}.hv-ring-sub{color:#fff6;margin-top:2px;font-size:.7rem}.hv-builder-body,.hv-builder-blocks{flex-direction:column;gap:8px;display:flex}.hv-block{background:#ffffff08;border:1px dashed #ffffff14;border-radius:8px;padding:10px}.hv-block-nav{background:#ffffff14;border-radius:3px;width:50%;height:6px}.hv-block-line{background:#ffffff1a;border-radius:3px;height:5px;margin-bottom:5px}.hv-block-line.w80{width:80%}.hv-block-line.w60{width:60%}.hv-block-btn{background:#ef444433;border-radius:4px;width:50px;height:14px;margin-top:6px}.hv-block-cards{gap:6px;display:flex}.hv-block-cards span{background:#ffffff0d;border:1px solid #ffffff0f;border-radius:4px;flex:1;height:36px}.hv-publish-badge{color:#10b981;background:#10b9811a;border:1px solid #10b98133;border-radius:8px;align-self:center;padding:6px 18px;font-size:.7rem;font-weight:600}.hv-tool-row{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:16px;display:grid}.hv-tool{text-align:center;background:#ffffff08;border:1px solid #ffffff0f;border-radius:10px;padding:12px 6px}.hv-tool-icon{border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;margin:0 auto 6px;font-size:.85rem;display:flex}.hv-tool span{color:#ffffff80;font-size:.6rem}.hv-wave-row{background:#ffffff05;border-radius:10px;justify-content:center;gap:3px;padding:16px;display:flex}.hv-wave-row span{background:#8b5cf6;border-radius:3px;width:3px;height:20px;animation:.8s ease-in-out infinite wave}.hv-wave-row span:nth-child(2){animation-delay:.1s}.hv-wave-row span:nth-child(3){animation-delay:.2s}.hv-wave-row span:nth-child(4){animation-delay:.3s}.hv-wave-row span:nth-child(5){animation-delay:.4s}.hv-mb-body{align-items:center;gap:12px;display:flex}.hv-mb-left{flex:1}.hv-wf-box{background:#06b6d40d;border:1px solid #06b6d426;border-radius:8px;padding:12px}.hv-wf-line{background:#ffffff1a;border-radius:3px;height:5px;margin-bottom:6px}.hv-wf-line.short{width:60%}.hv-wf-btn{background:#06b6d433;border-radius:4px;width:40px;height:12px;margin-top:8px}.hv-mb-arrow{flex-direction:column;flex-shrink:0;align-items:center;gap:4px;display:flex}.hv-mb-arrow-line{background:linear-gradient(#06b6d4,#8b5cf6);border-radius:2px;width:2px;height:40px;animation:2s infinite pulse-line}.hv-mb-arrow span{color:#8b5cf6;background:#8b5cf61f;border-radius:6px;padding:2px 8px;font-size:.6rem;font-weight:700}.hv-mb-right{flex:1}.hv-code-lines{color:#fff9;background:#ffffff08;border-radius:8px;padding:10px;font-family:JetBrains Mono,monospace;font-size:.58rem;line-height:1.8}.hv-chat-msgs{flex-direction:column;gap:10px;display:flex}.hv-chat-ai,.hv-chat-user{align-items:flex-start;gap:8px;display:flex}.hv-chat-user{flex-direction:row-reverse}.hv-chat-av{color:#fff;background:linear-gradient(135deg,#f59e0b,#ef4444);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.45rem;font-weight:800;display:flex}.hv-chat-bub{color:#ffffffb3;background:#ffffff0d;border:1px solid #ffffff0f;border-radius:10px;max-width:80%;padding:8px 12px;font-size:.68rem;line-height:1.4}.hv-user-bub{background:#f59e0b14;border-color:#f59e0b26}.hv-travel-body{position:relative}.hv-map-area{background:#ffffff05;border-radius:10px;min-height:150px;margin-bottom:10px;padding:16px;position:relative}.hv-pin{color:#ec4899;background:#ec489926;border:1px solid #ec48994d;border-radius:6px;padding:3px 8px;font-size:.55rem;font-weight:700;position:absolute}.hv-route-svg{width:80%;height:60px;position:absolute;top:20%;left:10%}.hv-route-draw{stroke-dasharray:200;stroke-dashoffset:200px;animation:2s .5s forwards drawPath}.hv-itin{background:#ffffff08;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.hv-itin-label{color:#fff6;font-size:.65rem}.hv-itin-price{color:#fff;font-size:.75rem;font-weight:600}.hv-itin-price small{color:#10b981;margin-left:4px;font-size:.6rem}@media (width<=960px){.hero-inner{text-align:center;grid-template-columns:1fr;min-height:auto}.hero-sub{margin:0 auto 36px}.hero-actions,.hero-dots{justify-content:center}.hero-right{max-width:480px;margin:0 auto}}@media (width<=640px){.hero{min-height:auto;padding:100px 0 40px}.hero-title{font-size:1.8rem}.hero-actions{flex-direction:column;align-items:center}.hv-modules{grid-template-columns:1fr}.hv-tool-row{grid-template-columns:repeat(2,1fr)}}.stats-bar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg-2);padding:40px 0}.stats-inner{justify-content:space-around;display:flex}.stat-item{text-align:center}.stat-num{font-family:var(--font-display);color:var(--white);font-size:2.5rem;font-weight:800;display:block}.stat-label{color:var(--text-3);text-transform:uppercase;letter-spacing:.08em;font-size:.8rem}@media (width<=640px){.stats-inner{flex-wrap:wrap;gap:20px}.stat-item{flex:0 0 45%}}.browser-frame{border-radius:var(--radius-lg);box-shadow:var(--shadow);background:#0d1117;border:1px solid #ffffff14;overflow:hidden}[data-theme=light] .browser-frame{background:#1e293b}.bf-bar{background:#ffffff08;border-bottom:1px solid #ffffff0f;align-items:center;gap:12px;padding:10px 14px;display:flex}.bf-dots{gap:5px;display:flex}.bf-dots span{border-radius:50%;width:8px;height:8px}.bf-dots span:first-child{background:#ff5f57}.bf-dots span:nth-child(2){background:#ffbd2e}.bf-dots span:nth-child(3){background:#28c840}.bf-url{text-align:center;color:#fff6;flex:1;font-family:monospace;font-size:.7rem}.bf-lock{font-size:.6rem}.bf-content{min-height:280px;padding:16px}.demo-grc{gap:12px;padding:0;display:flex}.dg-sidebar{background:#ffffff08;border-right:1px solid #ffffff0f;flex-shrink:0;width:100px;padding:12px 8px}.dg-logo{color:#3b82f6;text-align:center;background:#3b82f61a;border-radius:6px;margin-bottom:16px;padding:4px 8px;font-size:.65rem;font-weight:800}.dg-nav-item{color:#ffffff59;border-radius:6px;margin-bottom:3px;padding:5px 8px;font-size:.6rem}.dg-nav-item.active{color:#3b82f6;background:#3b82f626}.dg-main{flex:1;padding:12px}.dg-topbar{color:#fffc;margin-bottom:12px;font-size:.75rem;font-weight:600}.dg-modules{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px;display:grid}.dg-module{text-align:center;opacity:0;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:8px;padding:10px;animation:.4s forwards popIn}.dg-module:first-child{animation-delay:.3s}.dg-module:nth-child(2){animation-delay:.5s}.dg-module:nth-child(3){animation-delay:.7s}.dg-mod-name{color:#fff6;margin-bottom:6px;font-size:.6rem;display:block}.dg-mod-score{font-size:1.3rem;font-weight:700}.dg-mod-bar{background:#ffffff0f;border-radius:3px;height:3px;margin-top:6px;overflow:hidden}.dg-mod-fill{border-radius:3px;width:0;height:100%;animation:1.5s .5s forwards barFill}.dg-table{background:#ffffff05;border-radius:8px;overflow:hidden}.dg-row{color:#ffffff80;border-bottom:1px solid #ffffff0a;grid-template-columns:2fr 1fr 1fr;padding:6px 10px;font-size:.6rem;display:grid}.dg-row-head{color:#ffffff4d;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.dg-status-ok{color:#10b981}.dg-status-warn{color:#f59e0b}.dg-anim-row{opacity:0;animation:.4s forwards slideRow}.dg-anim-row:nth-child(2){animation-delay:.8s}.dg-anim-row:nth-child(3){animation-delay:1.1s}.dg-anim-row:nth-child(4){animation-delay:1.4s}.dg-anim-row:nth-child(5){animation-delay:1.7s}.demo-studio{padding:12px}.ds-grid{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px;display:grid}.ds-tool-card{opacity:0;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;padding:12px;animation:.4s forwards popIn}.ds-tool-card:first-child{animation-delay:.3s}.ds-tool-card:nth-child(2){animation-delay:.5s}.ds-tool-card:nth-child(3){animation-delay:.7s}.ds-tool-card:nth-child(4){animation-delay:.9s}.ds-tool-icon{border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:8px;font-size:.9rem;display:flex}.ds-tool-name{color:#ffffffd9;font-size:.75rem;font-weight:600}.ds-tool-sub{color:#ffffff59;margin-bottom:8px;font-size:.6rem}.ds-progress{background:#ffffff0f;border-radius:3px;height:3px;overflow:hidden}.ds-bar{border-radius:3px;width:0;height:100%;animation:1.5s .5s forwards barFill}.ds-preview{text-align:center;background:#ffffff08;border:1px solid #ffffff0f;border-radius:10px;padding:16px}.ds-preview-label{color:#fff6;margin-bottom:10px;font-size:.7rem}.ds-wave{justify-content:center;gap:3px;margin-bottom:8px;display:flex}.ds-wave span{background:#8b5cf6;border-radius:3px;width:3px;height:16px;animation:.8s ease-in-out infinite wave}.ds-wave span:nth-child(2){animation-delay:.1s}.ds-wave span:nth-child(3){animation-delay:.2s}.ds-wave span:nth-child(4){animation-delay:.3s}.ds-wave span:nth-child(5){animation-delay:.4s}.ds-ai-tag{color:#8b5cf6;background:#8b5cf61f;border-radius:100px;padding:3px 10px;font-size:.6rem;font-weight:600;display:inline-block}.demo-mb360{align-items:center;gap:12px;min-height:260px;padding:16px;display:flex}.dm-left{flex:1}.dm-upload-zone{text-align:center;opacity:0;border:2px dashed #ffffff1a;border-radius:10px;margin-bottom:8px;padding:16px;animation:.5s .2s forwards fadeIn}.dm-upload-icon{margin-bottom:4px;font-size:1.5rem}.dm-upload-text{color:#ffffff4d;font-size:.65rem}.dm-wireframe{opacity:0;background:#06b6d40d;border:1px solid #06b6d426;border-radius:8px;padding:10px;animation:.5s .8s forwards fadeIn}.dm-wf-nav{background:#ffffff14;border-radius:3px;height:6px;margin-bottom:10px}.dm-wf-hero{margin-bottom:10px}.dm-wf-line{background:#ffffff1a;border-radius:3px;height:5px;margin-bottom:5px}.dm-wf-line.w80{width:80%}.dm-wf-line.w60{width:60%}.dm-wf-btn{background:#06b6d433;border-radius:4px;width:50px;height:14px;margin-top:6px}.dm-wf-cards{gap:4px;display:flex}.dm-wf-card{background:#ffffff0f;border-radius:4px;flex:1;height:30px}.dm-arrow{flex-direction:column;flex-shrink:0;align-items:center;gap:4px;display:flex}.dm-arrow-line{background:linear-gradient(#06b6d4,#8b5cf6);border-radius:2px;width:2px;height:50px;animation:2s infinite pulse-line}.dm-arrow-label{color:#8b5cf6;background:#8b5cf61f;border-radius:6px;padding:3px 8px;font-size:.65rem;font-weight:700}.dm-right{flex:1}.dm-code{background:#ffffff08;border-radius:8px;margin-bottom:8px;padding:10px;font-family:JetBrains Mono,monospace;font-size:.6rem;line-height:1.7}.dm-code-line{opacity:0;animation:.3s forwards typeIn}.dm-code-line:first-child{animation-delay:.5s}.dm-code-line:nth-child(2){animation-delay:.7s}.dm-code-line:nth-child(3){animation-delay:.9s}.dm-code-line:nth-child(4){animation-delay:1.1s}.dm-code-line:nth-child(5){animation-delay:1.3s}.dm-code-line:nth-child(6){animation-delay:1.5s}.dm-code-line:nth-child(7){animation-delay:1.7s}.c-kw{color:#c678dd}.c-fn{color:#61afef}.c-str{color:#98c379}.c-tag{color:#e06c75}.c-attr{color:#d19a66}.dm-deploy-bar{opacity:0;background:#10b98114;border:1px solid #10b98133;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:6px;animation:.4s 2s forwards fadeIn;display:flex}.dm-deploy-status{color:#10b981;font-size:.65rem;font-weight:600}.dm-deploy-dot{background:#10b981;border-radius:50%;width:6px;height:6px;animation:2s infinite pulse-dot}.demo-vent{padding:12px}.dv-chat{flex-direction:column;gap:10px;display:flex}.dv-msg{opacity:0;align-items:flex-start;gap:8px;animation:.4s forwards chatIn;display:flex}.dv-msg:first-child{animation-delay:.3s}.dv-msg:nth-child(2){animation-delay:1s}.dv-msg:nth-child(3){animation-delay:1.8s}.dv-msg:nth-child(4){animation-delay:2.6s}.dv-avatar{color:#fff;background:linear-gradient(135deg,#f59e0b,#ef4444);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.5rem;font-weight:800;display:flex}.dv-user{flex-direction:row-reverse}.dv-bubble{color:#ffffffb3;background:#ffffff0d;border:1px solid #ffffff0f;border-radius:10px;max-width:85%;padding:8px 12px;font-size:.7rem;line-height:1.5}.dv-user .dv-bubble{background:#f59e0b14;border-color:#f59e0b26}.dv-bp-title{color:#f59e0b;margin-bottom:6px;font-size:.7rem;font-weight:600}.dv-bp-items{grid-template-columns:1fr 1fr;gap:3px;display:grid}.dv-bp-check{color:#ffffff80;font-size:.6rem}.demo-travel{gap:12px;padding:12px;display:flex}.dt-map{background:#ffffff08;border-radius:10px;flex:1;min-height:200px;padding:20px;position:relative}.dt-pin{color:#ec4899;opacity:0;background:#ec489926;border:1px solid #ec48994d;border-radius:6px;padding:4px 8px;font-size:.6rem;font-weight:700;animation:.4s forwards fadeIn;position:absolute}.dt-pin:first-child{animation-delay:.3s}.dt-pin:nth-child(2){animation-delay:.8s}.dt-pin:nth-child(3){animation-delay:1.3s}.dt-path{width:80%;height:60px;position:absolute;top:30%;left:10%}.dt-path-anim{stroke-dashoffset:200px;animation:2s .5s forwards drawPath}.dt-itinerary{flex-shrink:0;width:160px}.dt-it-head{color:#ffffffb3;border-bottom:1px solid #ffffff0f;margin-bottom:10px;padding-bottom:6px;font-size:.7rem;font-weight:600}.dt-it-item{color:#ffffff80;opacity:0;border-bottom:1px solid #ffffff0a;padding:6px 0;font-size:.6rem;animation:.4s forwards slideRow}.dt-it-item:nth-child(2){animation-delay:.6s}.dt-it-item:nth-child(3){animation-delay:1.1s}.dt-it-item:nth-child(4){animation-delay:1.6s}.dt-day{color:#ec4899;font-size:.55rem;font-weight:600;display:block}.dt-it-price{color:#fff9;opacity:0;margin-top:10px;font-size:.7rem;animation:.4s 2s forwards fadeIn}.dt-it-price strong{color:#fff}.dt-savings{color:#10b981;background:#10b9811f;border-radius:4px;margin-left:4px;padding:2px 6px;font-size:.55rem}.demo-comet{gap:0;min-height:260px;padding:0;display:flex}.dc-toolbar{background:#ffffff08;border-right:1px solid #ffffff0f;flex-direction:column;align-items:center;gap:6px;width:36px;padding:8px 4px;display:flex}.dc-tool{color:#ffffff4d;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.7rem;display:flex}.dc-active{color:#ef4444;background:#ef444426}.dc-canvas{flex:1;padding:12px;position:relative}.dc-block{opacity:0;background:#ffffff08;border:1px dashed #ffffff14;border-radius:6px;margin-bottom:8px;padding:10px;animation:.4s forwards fadeIn}.dc-block:first-child{animation-delay:.2s}.dc-block:nth-child(2){animation-delay:.5s}.dc-block:nth-child(3){animation-delay:.8s}.dc-placeholder-nav{background:#ffffff14;border-radius:3px;width:60%;height:6px}.dc-ph-line{background:#ffffff1a;border-radius:3px;height:5px;margin-bottom:5px}.dc-ph-line.w70{width:70%}.dc-ph-line.w50{width:50%}.dc-ph-btn{background:#ef444433;border-radius:4px;width:50px;height:14px;margin-top:6px}.dc-ph-grid{gap:6px;display:flex}.dc-ph-card{background:#ffffff0d;border:1px solid #ffffff0f;border-radius:4px;flex:1;height:40px}.dc-drag-ghost{color:#ef4444;opacity:0;background:#ef44441a;border:1px solid #ef444433;border-radius:6px;padding:4px 10px;font-size:.6rem;animation:3s ease-in-out infinite float,.4s 1.2s forwards fadeIn;position:absolute;bottom:12px;right:12px}.dc-panel{background:#ffffff08;border-left:1px solid #ffffff0f;width:120px;padding:10px}.dc-panel-title{color:#fff6;text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px;font-size:.6rem;font-weight:600}.dc-prop{color:#ffffff59;justify-content:space-between;margin-bottom:6px;font-size:.58rem;display:flex}.dc-swatch{background:#ef4444;border-radius:3px;width:12px;height:12px;display:inline-block}.dc-publish-btn{text-align:center;color:#10b981;background:#10b9811f;border:1px solid #10b98133;border-radius:6px;margin-top:16px;padding:6px;font-size:.6rem;font-weight:600}@media (width<=640px){.demo-grc .dg-sidebar{display:none}.demo-travel{flex-direction:column}.dt-itinerary{width:100%}.demo-comet .dc-panel{display:none}}.product-showcase{grid-template-columns:1fr 1.3fr;align-items:center;gap:48px;margin-bottom:100px;display:grid}.product-showcase.ps-reverse{grid-template-columns:1.3fr 1fr}.product-showcase.ps-reverse .ps-info{order:2}.product-showcase.ps-reverse .ps-demo{order:1}.ps-badge{color:var(--a,#3b82f6);text-transform:uppercase;letter-spacing:.05em;background:#3b82f61a;border:1px solid #3b82f633;border-radius:100px;margin-bottom:12px;padding:4px 12px;font-size:.7rem;font-weight:600;display:inline-block}.ps-info h3{color:var(--white);margin-bottom:4px;font-size:1.8rem;font-weight:800}.ps-tagline{color:#8b5cf6;margin-bottom:12px;font-size:.95rem;font-weight:500}.ps-desc{color:var(--text-2);margin-bottom:20px;font-size:.92rem;line-height:1.7}.ps-features{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:24px;display:grid}.ps-feat{color:var(--text-2);align-items:center;gap:6px;font-size:.82rem;display:flex}.ps-feat svg{color:#10b981;flex-shrink:0}.ps-btn-row{flex-wrap:wrap;gap:12px;display:flex}@media (width<=960px){.product-showcase,.product-showcase.ps-reverse{grid-template-columns:1fr}.product-showcase.ps-reverse .ps-info{order:1}.product-showcase.ps-reverse .ps-demo{order:2}}@media (width<=640px){.ps-features{grid-template-columns:1fr}}.process-grid{align-items:stretch;display:flex}.process-item{flex:1;align-items:stretch;display:flex}.process-step{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex:1;padding:32px 24px;transition:all .3s}.process-step:hover{border-color:var(--border-h);transform:translateY(-2px)}.proc-num{font-family:var(--font-display);background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:12px;font-size:2.5rem;font-weight:800;line-height:1}.process-step h3{color:var(--white);margin-bottom:8px;font-size:1.05rem;font-weight:700}.process-step p{color:var(--text-2);font-size:.85rem;line-height:1.6}.process-connector{flex-shrink:0;align-items:center;width:40px;display:flex}.process-connector:after{content:"";background:var(--border);width:100%;height:2px;display:block}@media (width<=960px){.process-grid{flex-direction:column;gap:0}.process-item{flex-direction:column}.process-connector{width:2px;height:24px;margin:0 auto}.process-connector:after{width:2px;height:100%}}.about-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:80px;display:grid}.about-content .section-badge{margin-bottom:16px}.about-content h2{color:var(--white);margin-bottom:20px;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;line-height:1.15}.about-content>p{color:var(--text-2);margin-bottom:14px;font-size:.95rem;line-height:1.7}.about-features{flex-direction:column;gap:20px;margin-top:28px;display:flex}.about-feature{align-items:flex-start;gap:14px;display:flex}.af-icon{color:#3b82f6;background:#3b82f61a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.af-icon svg{width:18px;height:18px}.about-feature strong{color:var(--white);margin-bottom:2px;font-size:.9rem;display:block}.about-feature p{color:var(--text-2);font-size:.82rem;line-height:1.5}.about-visual{justify-content:center;display:flex}.av-stack{flex-direction:column;gap:12px;width:100%;max-width:380px;display:flex}.av-layer{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);opacity:0;gap:8px;padding:14px;animation:.5s forwards stackIn;display:flex}.av-layer span{text-align:center;color:var(--text-2);background:#ffffff0a;border-radius:6px;flex:1;padding:6px;font-size:.72rem;font-weight:500}@media (width<=960px){.about-grid{grid-template-columns:1fr;gap:40px}}.industries{background:var(--bg-2)}.industry-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.industry-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;padding:32px;transition:all .3s}.industry-card:hover{border-color:var(--border-h);transform:translateY(-2px)}.ind-icon{margin-bottom:14px;font-size:2.5rem}.industry-card h3{color:var(--white);margin-bottom:6px;font-size:1rem;font-weight:700}.industry-card p{color:var(--text-2);font-size:.82rem;line-height:1.5}@media (width<=960px){.industry-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.industry-grid{grid-template-columns:1fr}}.cta-box{text-align:center;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:80px 40px;position:relative;overflow:hidden}.cta-glow{pointer-events:none;background:radial-gradient(#3b82f614,#0000 70%);width:500px;height:300px;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.cta-box h2{color:var(--white);margin-bottom:14px;font-size:2rem;font-weight:800;position:relative}.cta-box p{color:var(--text-2);max-width:500px;margin:0 auto 28px;font-size:1.02rem;position:relative}.cta-actions{justify-content:center;gap:14px;display:flex;position:relative}@media (width<=640px){.cta-box{padding:48px 20px}.cta-actions{flex-direction:column;align-items:center}}.footer{border-top:1px solid var(--border);padding:56px 0 28px}.footer-top{justify-content:space-between;gap:48px;margin-bottom:40px;display:flex}.footer-brand p{color:var(--text-3);margin-top:12px;font-size:.85rem}.footer-links{gap:48px;display:flex}.footer-col h4{text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);margin-bottom:14px;font-size:.72rem}.footer-col a{color:var(--text-2);padding:3px 0;font-size:.85rem;transition:color .2s;display:block}.footer-col a:hover{color:var(--white)}.footer-bottom{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:20px;display:flex}.footer-bottom p{color:var(--text-3);font-size:.78rem}.footer-domains{gap:14px;display:flex}.footer-domains span{color:var(--text-3);font-size:.78rem;font-weight:500}@media (width<=640px){.footer-top{flex-direction:column}.footer-links{flex-direction:column;gap:20px}.footer-bottom{text-align:center;flex-direction:column;gap:8px}}:root{--font:"Inter", system-ui, -apple-system, sans-serif;--font-display:"Space Grotesk", "Inter", sans-serif;--radius:12px;--radius-lg:20px}[data-theme=dark]{--bg:#060810;--bg-2:#0c0e18;--bg-card:#111320;--bg-card-hover:#161830;--border:#ffffff0f;--border-h:#ffffff1f;--text:#e4e4e7;--text-2:#9ca3af;--text-3:#6b7280;--white:#fff;--nav-bg:#060810d9;--sash:linear-gradient(135deg, transparent 30%, #3b82f60f 45%, #8b5cf60a 55%, transparent 70%);--shadow:0 8px 32px #00000080;--gradient:linear-gradient(135deg, #3b82f6, #8b5cf6, #06b6d4)}[data-theme=light]{--bg:#f8fafc;--bg-2:#f1f5f9;--bg-card:#fff;--bg-card-hover:#f8fafc;--border:#00000014;--border-h:#00000026;--text:#1e293b;--text-2:#475569;--text-3:#94a3b8;--white:#0f172a;--nav-bg:#f8fafcd9;--sash:linear-gradient(135deg, transparent 30%, #3b82f60a 45%, #8b5cf608 55%, transparent 70%);--shadow:0 8px 32px #00000014;--gradient:linear-gradient(135deg, #2563eb, #7c3aed, #0891b2)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6;transition:background .3s,color .3s;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 24px}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-display)}.gradient-text{background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn{cursor:pointer;font-size:.92rem;font-weight:600;font-family:var(--font);border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 28px;transition:all .3s;display:inline-flex}.btn-primary{background:var(--gradient);color:#fff}.btn-primary:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 8px 30px #3b82f64d}.btn-glass{color:var(--text);border:1px solid var(--border-h);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d}.btn-glass:hover{background:#ffffff1a;border-color:#fff3}.btn-sm{padding:10px 22px;font-size:.85rem}.btn-lg{padding:16px 36px;font-size:1.05rem}.section{padding:120px 0}.section-header{text-align:center;margin-bottom:72px}.section-badge{color:#8b5cf6;background:#8b5cf614;border:1px solid #8b5cf633;border-radius:100px;margin-bottom:18px;padding:6px 16px;font-size:.78rem;font-weight:600;display:inline-block}.section-header h2{color:var(--white);letter-spacing:-.02em;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}.section-sub{color:var(--text-2);max-width:520px;margin:14px auto 0;font-size:1.05rem}.anim-in{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.anim-in.visible{opacity:1;transform:translateY(0)}@keyframes fadeIn{to{opacity:1}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.3}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes ring-fill{to{stroke-dasharray:87 100}}@keyframes slideRow{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes barFill{to{width:var(--w)}}@keyframes wave{0%,to{height:6px}50%{height:20px}}@keyframes typeIn{0%{opacity:0;transform:translate(-5px)}to{opacity:1;transform:translate(0)}}@keyframes chatIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes drawPath{to{stroke-dashoffset:0}}@keyframes pulse-line{0%,to{opacity:1}50%{opacity:.4}}@keyframes scroll-bounce{0%,to{transform:rotate(45deg)translate(0)}50%{transform:rotate(45deg)translate(4px,4px)}}@keyframes stackIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@media (width<=960px){.section{padding:80px 0}}@media (width<=640px){.section{padding:60px 0}}
