:root{--primary:#6C3AED;--primary-light:#8B5CF6;--primary-dark:#5B21B6;--accent:#06B6D4;--accent-light:#22D3EE;--bg:#F8FAFC;--bg-card:#FFFFFF;--text:#1E293B;--text-light:#64748B;--text-lighter:#94A3B8;--border:#E2E8F0;--gradient-1:linear-gradient(135deg,#6C3AED,#06B6D4);--gradient-2:linear-gradient(135deg,#8B5CF6,#22D3EE);--shadow-sm:0 1px 3px rgba(0,0,0,0.08);--shadow-md:0 4px 20px rgba(0,0,0,0.08);--shadow-lg:0 10px 40px rgba(0,0,0,0.12);--shadow-glow:0 0 40px rgba(108,58,237,0.15);--radius:16px}.legacy-home *{margin:0;padding:0;box-sizing:border-box}.legacy-home{scroll-behavior:smooth;font-size:16px;scroll-padding-top:88px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden;line-height:1.6}.legacy-home header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.92);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);transition:box-shadow .3s ease}.legacy-home header.scrolled{box-shadow:var(--shadow-md)}.legacy-home .header-inner{max-width:1280px;margin:0 auto;padding:0 1.5rem;height:72px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.legacy-home .logo{gap:12px;text-decoration:none;color:var(--text)}.legacy-home .logo,.legacy-home .logo-icon{display:flex;align-items:center;flex-shrink:0}.legacy-home .logo-icon{width:40px;height:40px;justify-content:center}.legacy-home .logo-text{font-size:1.2rem;font-weight:800;letter-spacing:-.5px;background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.legacy-home .nav-links{display:flex;align-items:center;gap:4px;background:#F1F5F9;padding:4px;border-radius:12px}.legacy-home .nav-links a{padding:8px 16px;border-radius:9px;font-size:.85rem;font-weight:600;color:var(--text-light);text-decoration:none;transition:all .2s;white-space:nowrap}.legacy-home .nav-links a.active,.legacy-home .nav-links a:hover{background:white;color:var(--primary);box-shadow:var(--shadow-sm)}.legacy-home .header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.legacy-home .btn{padding:10px 20px;border-radius:10px;font-size:.88rem;font-weight:600;cursor:pointer;transition:all .25s ease;border:none;font-family:inherit;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.legacy-home .btn-ghost{background:transparent;color:var(--text)}.legacy-home .btn-ghost:hover{background:rgba(108,58,237,.08);color:var(--primary)}.legacy-home .btn-primary{background:var(--gradient-1);color:white;box-shadow:0 4px 15px rgba(108,58,237,.3)}.legacy-home .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 25px rgba(108,58,237,.4)}.legacy-home .btn-outline{background:white;color:var(--primary);border:2px solid rgba(108,58,237,.2)}.legacy-home .btn-outline:hover{border-color:var(--primary);background:rgba(108,58,237,.04)}.legacy-home .hero{min-height:100vh;display:flex;align-items:center;padding:100px 2rem 60px;position:relative;overflow:hidden}.legacy-home .hero:before{content:"";position:absolute;top:-200px;right:-200px;width:600px;height:600px;background:radial-gradient(circle,rgba(108,58,237,.08) 0,transparent 70%);border-radius:50%;pointer-events:none}.legacy-home .hero-inner{max-width:1280px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.legacy-home .hero-left{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.legacy-home .hero-right{display:flex;align-items:flex-start;justify-content:center;padding-top:8.5rem}.legacy-home .hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:rgba(108,58,237,.08);border:1px solid rgba(108,58,237,.15);border-radius:50px;font-size:.82rem;font-weight:600;color:var(--primary)}.legacy-home .hero-badge .dot{width:8px;height:8px;background:#10B981;border-radius:50%;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.legacy-home .hero-title{font-size:3rem;font-weight:800;line-height:1.15;letter-spacing:-1.5px;text-align:left}.legacy-home .hero-title .gradient{background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.legacy-home .hero-subtitle{font-size:1.05rem;color:var(--text-light);text-align:left;max-width:520px;line-height:1.65}.legacy-home .hero-description-photo{display:block;width:100%;max-width:520px;height:auto;border-radius:16px;box-shadow:var(--shadow-md);border:1px solid var(--border)}.legacy-home .hero-exist{width:100%;max-width:560px}.legacy-home .hero-exist-label{display:inline-flex;align-items:center;gap:8px;font-size:.82rem;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:14px}.legacy-home .hero-exist-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.legacy-home .hero-exist-stat{padding:18px 16px;background:var(--bg-card);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}.legacy-home .hero-exist-stat:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.legacy-home .hero-exist-num{font-size:1.75rem;font-weight:800;letter-spacing:-.5px;line-height:1.1;margin-bottom:8px}.legacy-home .hero-exist-text{font-size:.78rem;color:var(--text-light);line-height:1.45}.legacy-home section{padding:100px 2rem}.legacy-home .section-header{text-align:center;margin-bottom:70px}.legacy-home .section-label{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:rgba(108,58,237,.08);border-radius:50px;font-size:.82rem;font-weight:600;color:var(--primary);margin-bottom:16px}.legacy-home .section-title{font-size:2.5rem;font-weight:800;letter-spacing:-1px;margin-bottom:16px}.legacy-home .section-desc{font-size:1.05rem;color:var(--text-light);max-width:600px;margin:0 auto}.legacy-home .product-list{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:80px}.legacy-home .product-card{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;opacity:0;transform:translateY(40px);transition:all .7s cubic-bezier(.16,1,.3,1)}.legacy-home .product-card.visible{opacity:1;transform:translateY(0)}.legacy-home .product-card:nth-child(2n){direction:rtl}.legacy-home .product-card:nth-child(2n)>*{direction:ltr}.legacy-home .product-image-wrap{border-radius:16px;overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid var(--border);background:#f1f5f9}.legacy-home .product-screenshot{display:block;width:100%;height:auto;vertical-align:middle}.legacy-home .functions-section{padding:100px 1.5rem;background:var(--bg)}.legacy-home .industries-section{background:white}.legacy-home .industries-hashtags{max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:16px;opacity:0;transform:translateY(30px);transition:all .7s cubic-bezier(.16,1,.3,1)}.legacy-home .industries-hashtags.visible{opacity:1;transform:translateY(0)}.legacy-home .industries-row{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.legacy-home .industry-tag{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;border-radius:14px;font-size:15px;font-weight:600;border:1.5px solid transparent;transition:all .25s cubic-bezier(.4,0,.2,1)}.legacy-home .industry-tag:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 8px 24px rgba(0,0,0,.12)}.legacy-home .industry-icon{width:20px;height:20px;flex-shrink:0}.legacy-home .industry-tag.h-all{background:#1e3a5f;color:#e0ecff;border-color:#2a5080}.legacy-home .industry-tag.h-accounting{background:#0e7490;color:#e0f7fa;border-color:#06b6d4}.legacy-home .industry-tag.h-callcenter{background:#7c3aed;color:#ede9fe;border-color:#8b5cf6}.legacy-home .industry-tag.h-ecommerce{background:#e11d48;color:#fff1f2;border-color:#f43f5e}.legacy-home .industry-tag.h-finance{background:#059669;color:#ecfdf5;border-color:#10b981}.legacy-home .industry-tag.h-hospitality{background:#b45309;color:#fffbeb;border-color:#d97706}.legacy-home .industry-tag.h-insurance{background:#4338ca;color:#e0e7ff;border-color:#6366f1}.legacy-home .industry-tag.h-lawfirm{background:#92400e;color:#fef3c7;border-color:#b45309}.legacy-home .industry-tag.h-logistics{background:#1d4ed8;color:#dbeafe;border-color:#3b82f6}.legacy-home .industry-tag.h-professional{background:#be185d;color:#fce7f3;border-color:#ec4899}.legacy-home .industry-tag.h-general{background:#374151;color:#e5e7eb;border-color:#6b7280}.legacy-home .functions-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.legacy-home .functions-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:24px 20px;border-radius:16px;text-decoration:none;color:inherit;background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:all .25s ease}.legacy-home .functions-card:hover{transform:translateY(-3px);border-color:rgba(108,58,237,.25);box-shadow:var(--shadow-md)}.legacy-home .functions-card h3{font-size:1.05rem;font-weight:700}.legacy-home .functions-arrow{font-size:1.1rem;color:var(--primary);font-weight:700}.legacy-home .functions-cta-wrap{max-width:1280px;margin:28px auto 0;text-align:center}.legacy-home .product-info{display:flex;flex-direction:column;gap:16px}.legacy-home .product-number{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--gradient-1);color:white;border-radius:12px;font-size:1.1rem;font-weight:800}.legacy-home .product-info h3{font-size:1.7rem;font-weight:800;letter-spacing:-.5px}.legacy-home .product-info p{font-size:.98rem;color:var(--text-light);line-height:1.7}.legacy-home .product-tags{display:flex;flex-wrap:wrap;gap:8px}.legacy-home .product-tag{padding:6px 14px;background:rgba(108,58,237,.06);border:1px solid rgba(108,58,237,.12);border-radius:8px;font-size:.78rem;font-weight:600;color:var(--primary)}.legacy-home .ui-mock{font-size:11px;line-height:1.4;color:#334155}.legacy-home .ui-mock-bar{background:white;border-bottom:1px solid #e2e8f0;padding:10px 14px;display:flex;align-items:center;justify-content:space-between}.legacy-home .ui-mock-bar .brand{font-weight:700;color:#1e293b;font-size:12px}.legacy-home .ui-mock-bar .sub{font-size:10px;color:#64748b}.legacy-home .ui-mock-body{display:flex;min-height:280px;background:#f8fafc}.legacy-home .ui-sidebar{width:130px;background:white;border-right:1px solid #e2e8f0;padding:10px 8px;display:flex;flex-direction:column;gap:4px}.legacy-home .ui-nav-item{padding:6px 8px;border-radius:6px;font-size:10px;color:#64748b;display:flex;align-items:center;gap:6px}.legacy-home .ui-nav-item.active{background:#eff6ff;color:#2563eb;font-weight:600}.legacy-home .ui-main{flex:1;padding:14px;overflow:hidden}.legacy-home .ui-greeting{font-size:16px;font-weight:700;margin-bottom:12px;color:#1e293b}.legacy-home .ui-input-box{background:white;border:1px solid #e2e8f0;border-radius:10px;padding:12px;margin-bottom:12px;min-height:56px;color:#94a3b8;font-size:11px}.legacy-home .ui-chips{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}.legacy-home .ui-chip{padding:3px 8px;border-radius:999px;background:#f1f5f9;border:1px solid #e2e8f0;font-size:9px;color:#475569}.legacy-home .ui-skills{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.legacy-home .ui-skill{background:white;border:1px solid #e2e8f0;border-radius:8px;padding:8px}.legacy-home .ui-skill .title{font-weight:600;font-size:10px;margin-bottom:4px}.legacy-home .ui-skill .tag{font-size:8px;color:#2563eb;background:#eff6ff;padding:1px 5px;border-radius:4px}.legacy-home .ui-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.legacy-home .ui-metric{background:white;border:1px solid #e2e8f0;border-radius:8px;padding:10px}.legacy-home .ui-metric .label{font-size:9px;color:#64748b;margin-bottom:4px}.legacy-home .ui-metric .value{font-size:18px;font-weight:800;color:#1e293b}.legacy-home .ui-metric .trend{font-size:8px;color:#10b981;margin-top:2px}.legacy-home .ui-player{background:white;border:1px solid #e2e8f0;border-radius:8px;padding:10px;margin-bottom:10px;display:flex;align-items:center;gap:8px}.legacy-home .ui-play-btn{width:28px;height:28px;border-radius:50%;background:#2563eb;color:white;display:flex;align-items:center;justify-content:center;font-size:10px}.legacy-home .ui-wave{flex:1;height:24px;background:linear-gradient(90deg,#cbd5e1 30%,#e2e8f0 30% 35%,#cbd5e1 35% 60%,#e2e8f0 60%);border-radius:4px}.legacy-home .ui-transcript{display:flex;flex-direction:column;gap:8px}.legacy-home .ui-speaker-block{background:white;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.legacy-home .ui-speaker-head{background:#eff6ff;padding:5px 10px;font-size:9px;font-weight:600;color:#2563eb;display:flex;justify-content:space-between}.legacy-home .ui-speaker-text{padding:8px 10px;font-size:10px;color:#475569}.legacy-home .features{background:linear-gradient(180deg,#F8FAFC,#EEF2FF 50%,#F8FAFC)}.legacy-home .why-section{background:linear-gradient(180deg,#F8FAFC,#FFFFFF 40%,#EEF2FF);padding:0}.legacy-home .ai-hub{font-family:Inter,sans-serif;max-width:1200px;margin:0 auto;padding:56px 28px;color:#1e293b}.legacy-home .ai-hero{text-align:center;margin-bottom:40px}.legacy-home .ai-hero-badge{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#eef2ff,#ecfeff);border:1px solid #c7d2fe;border-radius:50px;padding:10px 24px;font-size:1.1rem;font-weight:700;color:#4f46e5;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:16px;animation:fadeDown .6s ease both}.legacy-home .ai-hero-badge svg{width:20px;height:20px}.legacy-home .ai-hero h2{font-size:clamp(1.85rem,4.5vw,2.5rem);font-weight:900;line-height:1.2;margin:0 0 12px;color:#1e293b;animation:fadeDown .6s ease .1s both}.legacy-home .ai-hero h2 .gradient{background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.legacy-home .ai-hero-blocks{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;animation:fadeDown .6s ease .2s both}.legacy-home .ai-hero-block{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 20px;font-size:1rem;font-weight:600;color:#475569;box-shadow:0 2px 8px rgba(15,23,42,.04);transition:all .25s ease}.legacy-home .ai-hero-block:hover{border-color:#4f46e5;color:#4f46e5;transform:translateY(-2px);box-shadow:0 4px 12px rgba(79,70,229,.1)}.legacy-home .ai-reality{background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 24px rgba(15,23,42,.06);border-radius:20px;padding:36px 32px;margin-bottom:40px;color:#1e293b;position:relative;overflow:hidden}.legacy-home .ai-reality:before{content:"";position:absolute;top:-80px;right:-80px;width:280px;height:280px;background:radial-gradient(circle,rgba(79,70,229,.08),transparent 70%)}.legacy-home .ai-reality:after{content:"";position:absolute;bottom:-60px;left:-40px;width:200px;height:200px;background:radial-gradient(circle,rgba(6,182,212,.06),transparent 70%)}.legacy-home .ai-reality-header{text-align:center;margin-bottom:28px;position:relative;z-index:1}.legacy-home .ai-reality-header .tag{display:inline-block;font-size:1.05rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#4f46e5;margin-bottom:12px;background:#eef2ff;padding:8px 20px;border-radius:50px}.legacy-home .ai-reality-header h3{font-size:1.75rem;font-weight:800;color:#1e293b;margin:0;line-height:1.3}.legacy-home .ai-info-stats{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;position:relative;z-index:1}.legacy-home .ai-info-card{flex:1;min-width:180px;max-width:260px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:22px 18px;text-align:center;position:relative;overflow:hidden;transition:all .3s ease}.legacy-home .ai-info-card:hover{background:#fff;transform:translateY(-4px);box-shadow:0 12px 32px rgba(15,23,42,.1)}.legacy-home .ai-info-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:20px 20px 0 0}.legacy-home .ai-info-card.card-blue:before{background:linear-gradient(90deg,#4f46e5,#818cf8)}.legacy-home .ai-info-card.card-orange:before{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.legacy-home .ai-info-card.card-red:before{background:linear-gradient(90deg,#ef4444,#f87171)}.legacy-home .ai-info-ring{width:88px;height:88px;margin:0 auto 16px;position:relative}.legacy-home .ai-info-ring svg{width:88px;height:88px;transform:rotate(-90deg)}.legacy-home .ai-info-ring .ring-bg{fill:none;stroke:#e2e8f0;stroke-width:6}.legacy-home .ai-info-ring .ring-fill{fill:none;stroke-width:6;stroke-linecap:round;transition:stroke-dashoffset 1.5s ease}.legacy-home .ai-info-ring .ring-fill.fill-blue{stroke:#818cf8}.legacy-home .ai-info-ring .ring-fill.fill-orange{stroke:#fbbf24}.legacy-home .ai-info-ring .ring-fill.fill-red{stroke:#f87171}.legacy-home .ai-info-ring .ring-num{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:1.85rem;font-weight:900;color:#1e293b;letter-spacing:-1px}.legacy-home .ai-info-card .card-label{font-size:1rem;font-weight:700;color:#1e293b;margin-bottom:6px}.legacy-home .ai-info-card .card-sub{font-size:.9rem;color:#94a3b8;line-height:1.45}.legacy-home .ai-source{text-align:center;color:#64748b;font-size:.9rem;margin-top:20px;position:relative;z-index:1}.legacy-home .ai-why{margin-bottom:40px}.legacy-home .ai-section-label{text-align:center;margin-bottom:10px}.legacy-home .ai-section-label span{display:inline-block;font-size:1.05rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#4f46e5;background:#eef2ff;padding:8px 20px;border-radius:50px}.legacy-home .ai-section-title{text-align:center;font-size:1.85rem;font-weight:800;margin:0 0 28px;color:#1e293b}.legacy-home .ai-why-list{display:flex;flex-direction:column;gap:28px}.legacy-home .ai-why-row{display:grid;grid-template-columns:1.4fr .6fr;gap:40px;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:32px;transition:all .3s ease;overflow:hidden}.legacy-home .ai-why-row:nth-child(2n){grid-template-columns:.6fr 1.4fr}.legacy-home .ai-why-row:nth-child(2n) .ai-why-visual{order:2}.legacy-home .ai-why-row:nth-child(2n) .ai-why-info{order:1}.legacy-home .ai-why-row:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(15,23,42,.08);border-color:#c7d2fe}.legacy-home .ai-why-visual{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;padding:28px}.legacy-home .ai-mock{font-size:1.05rem;color:#334155;line-height:1.5}.legacy-home .ai-mock-workflow .ai-mock-top{display:flex;align-items:flex-start;gap:14px;margin-bottom:16px}.legacy-home .ai-mock-doc-icon{font-size:2rem;line-height:1}.legacy-home .ai-mock-workflow h4{margin:0;font-size:1.35rem;font-weight:700;color:#1e3a5f;line-height:1.35}.legacy-home .ai-mock-workflow h4 em{font-style:normal;color:#64748b;font-weight:600;font-size:1.1rem}.legacy-home .ai-mock-intro{font-size:1.1rem;color:#475569;margin:0 0 20px}.legacy-home .ai-mock-label{font-size:1.15rem;font-weight:700;color:#334155;margin-bottom:14px}.legacy-home .ai-mock-field{margin-bottom:14px}.legacy-home .ai-mock-field-name{display:block;font-size:1.05rem;font-weight:600;color:#334155;margin-bottom:8px}.legacy-home .ai-mock-input{border:2px solid #e8b84a;border-radius:12px;padding:14px 18px;font-size:1.05rem;color:#b8860b;background:#fffef8;line-height:1.45}.legacy-home .ai-mock-input-tall{min-height:72px}.legacy-home .ai-mock-citation,.legacy-home .ai-mock-email{display:flex;flex-direction:column;gap:16px}.legacy-home .ai-mock-claim{font-size:1.25rem;color:#1e293b;line-height:1.55;padding:20px;background:#fff;border-radius:12px;border:1px solid #e2e8f0}.legacy-home .ai-mock-claim strong{font-weight:800}.legacy-home .ai-mock-cite{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 6px;margin:0 4px;background:#dbeafe;color:#1d4ed8;font-size:.95rem;font-weight:800;border-radius:6px;vertical-align:middle}.legacy-home .ai-mock-source-line{font-size:1.1rem;color:#334155;line-height:1.7}.legacy-home .ai-mock-meta{font-size:1rem;color:#94a3b8}.legacy-home .ai-mock-copy{color:#64748b;font-weight:600}.legacy-home .ai-mock-sources-head{font-size:.95rem;font-weight:700;letter-spacing:1.5px;color:#94a3b8;margin-top:8px;padding-top:16px;border-top:1px solid #e2e8f0}.legacy-home .ai-mock-source-row{display:grid;grid-template-columns:36px 40px 1fr 32px;gap:14px;align-items:center;background:#eff6ff;border-radius:12px;padding:16px 18px}.legacy-home .ai-mock-source-row.highlight{background:#dbeafe}.legacy-home .ai-mock-logo{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800}.legacy-home .ai-mock-logo.splunk{background:#ff6b35;color:#fff}.legacy-home .ai-mock-logo.yt{background:#ff0000;color:#fff}.legacy-home .ai-mock-logo.ibm{background:#f1f5f9}.legacy-home .ai-mock-source-text{font-size:1.05rem;font-weight:600;color:#1e293b}.legacy-home .ai-mock-ext{font-size:1.2rem;color:#3b82f6;font-weight:700;text-align:right}.legacy-home .ai-mock-email-note{font-size:1.1rem;font-weight:700;color:#4f46e5;text-align:center;background:#eef2ff;padding:14px 20px;border-radius:12px}.legacy-home .ai-mock-connect-label{font-size:.95rem;font-weight:700;letter-spacing:2px;color:#94a3b8;margin-bottom:12px}.legacy-home .ai-mock-connected{display:grid;grid-template-columns:56px 1fr 52px;gap:16px;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px;margin-bottom:24px}.legacy-home .ai-mock-app-icon{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:800;background:#f1f5f9}.legacy-home .ai-mock-app-icon.outlook{background:#e8f4fc;color:#0078d4}.legacy-home .ai-mock-app-icon.gmail{background:#fef2f2;color:#ea4335}.legacy-home .ai-mock-app-icon.gcal{background:#eff6ff;color:#4285f4;font-size:1.1rem}.legacy-home .ai-mock-app-body strong{display:block;font-size:1.2rem;color:#1e293b;margin-bottom:6px}.legacy-home .ai-mock-app-body p{margin:0 0 8px;font-size:1rem;color:#64748b;line-height:1.45}.legacy-home .ai-mock-account{font-size:.95rem;color:#94a3b8}.legacy-home .ai-mock-toggle{width:48px;height:28px;border-radius:50px;background:#cbd5e1;position:relative}.legacy-home .ai-mock-toggle.on{background:#3b82f6}.legacy-home .ai-mock-toggle.on:after{content:"";position:absolute;top:3px;right:3px;width:22px;height:22px;border-radius:50%;background:#fff}.legacy-home .ai-mock-available{display:grid;grid-template-columns:1fr 1fr;gap:16px}.legacy-home .ai-mock-available-card{display:grid;grid-template-columns:48px 1fr auto;gap:12px;align-items:start;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:18px}.legacy-home .ai-mock-available-card strong{display:block;font-size:1.1rem;color:#1e293b;margin-bottom:6px}.legacy-home .ai-mock-available-card p{margin:0;font-size:.95rem;color:#64748b;line-height:1.4}.legacy-home .ai-mock-btn{font-size:.95rem;font-weight:700;padding:8px 16px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;color:#334155;cursor:default}.legacy-home .ai-why-info{padding:12px 8px}.legacy-home .ai-why-info h3{font-size:1.55rem;font-weight:800;margin:0 0 16px;color:#1e293b}.legacy-home .ai-why-info p{font-size:1.15rem;color:#64748b;line-height:1.65;margin:0}.legacy-home .ai-cta{text-align:center;background:linear-gradient(135deg,#4f46e5,#06b6d4);border-radius:20px;padding:36px 28px;color:#fff;position:relative;overflow:hidden}.legacy-home .ai-cta:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.legacy-home .ai-cta h3{font-size:1.65rem;font-weight:800;margin:0 0 8px;position:relative;z-index:1}.legacy-home .ai-cta p{font-size:1.05rem;color:rgba(255,255,255,.85);margin:0 0 20px;position:relative;z-index:1}.legacy-home .ai-cta-btn{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#4f46e5;font-weight:700;font-size:1.05rem;padding:14px 32px;border-radius:12px;text-decoration:none;border:none;cursor:pointer;position:relative;z-index:1;transition:all .25s ease;box-shadow:0 4px 16px rgba(0,0,0,.15)}.legacy-home .ai-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.2)}.legacy-home .ai-cta-btn svg{width:18px;height:18px}@keyframes fadeDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.legacy-home .ai-hub{padding:40px 20px}.legacy-home .ai-reality{padding:28px 20px}.legacy-home .ai-info-stats{flex-direction:column;align-items:center}.legacy-home .ai-info-card{max-width:100%}}@media (max-width:900px){.legacy-home .ai-why-row,.legacy-home .ai-why-row:nth-child(2n){grid-template-columns:1fr;gap:24px;padding:24px}.legacy-home .ai-why-row:nth-child(2n) .ai-why-info,.legacy-home .ai-why-row:nth-child(2n) .ai-why-visual{order:unset}.legacy-home .ai-mock-available{grid-template-columns:1fr}.legacy-home .ai-mock-connected{grid-template-columns:48px 1fr}.legacy-home .ai-mock-toggle{display:none}}.legacy-home .features-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.legacy-home .feature-card{background:var(--bg-card);border-radius:var(--radius);padding:32px 26px;border:1px solid var(--border);transition:all .35s cubic-bezier(.16,1,.3,1);opacity:0;transform:translateY(30px);box-shadow:var(--shadow-sm)}.legacy-home .feature-card.visible{opacity:1;transform:translateY(0)}.legacy-home .feature-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg),var(--shadow-glow);border-color:rgba(108,58,237,.2)}.legacy-home .feature-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:18px}.legacy-home .feature-icon.purple{background:rgba(108,58,237,.1);color:var(--primary)}.legacy-home .feature-icon.cyan{background:rgba(6,182,212,.1);color:var(--accent)}.legacy-home .feature-icon.green{background:rgba(16,185,129,.1);color:#10B981}.legacy-home .feature-icon.orange{background:rgba(245,158,11,.1);color:#F59E0B}.legacy-home .feature-icon.pink{background:rgba(236,72,153,.1);color:#EC4899}.legacy-home .feature-icon.blue{background:rgba(59,130,246,.1);color:#3B82F6}.legacy-home .feature-card h3{font-size:1.1rem;font-weight:700;margin-bottom:10px}.legacy-home .feature-card p{font-size:.88rem;color:var(--text-light);line-height:1.6}.legacy-home .pricing{background:white}.legacy-home .pricing-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.legacy-home .pricing-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:28px 24px;display:flex;flex-direction:column;gap:16px;transition:all .3s;opacity:0;transform:translateY(30px)}.legacy-home .pricing-card.visible{opacity:1;transform:translateY(0)}.legacy-home .pricing-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.legacy-home .pricing-card.popular{border-color:var(--primary);background:linear-gradient(180deg,#faf5ff,#f8fafc);position:relative}.legacy-home .pricing-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--gradient-1);color:white;font-size:.72rem;font-weight:700;padding:4px 14px;border-radius:999px}.legacy-home .pricing-card h3{font-size:1.1rem;font-weight:700}.legacy-home .pricing-card .desc{font-size:.85rem;color:var(--text-light);min-height:40px}.legacy-home .pricing-card .price{font-size:2.2rem;font-weight:800;letter-spacing:-1px}.legacy-home .pricing-card .period{font-size:.85rem;color:var(--text-light);font-weight:500}.legacy-home .pricing-card ul{list-style:none;display:flex;flex-direction:column;gap:10px;flex:1}.legacy-home .pricing-card li{font-size:.88rem;color:var(--text-light);display:flex;align-items:center;gap:8px}.legacy-home .pricing-card li i{color:var(--primary);font-size:.75rem}.legacy-home .pricing-card .btn{width:100%;justify-content:center;margin-top:auto}.legacy-home .addons{max-width:900px;margin:50px auto 0;text-align:center}.legacy-home .addons h3{font-size:1.3rem;font-weight:700;margin-bottom:24px}.legacy-home .addons-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.legacy-home .addon-card{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:20px 16px}.legacy-home .addon-card .amount{font-size:1rem;font-weight:700;margin-bottom:6px}.legacy-home .addon-card .cost{font-size:1.4rem;font-weight:800;color:var(--primary)}.legacy-home .pricing-note{text-align:center;margin-top:32px;font-size:.85rem;color:var(--text-lighter)}.legacy-home .about-section{background:linear-gradient(180deg,#F8FAFC,#EEF2FF 50%,#F8FAFC)}.legacy-home .about-content{max-width:800px;margin:0 auto;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:40px 44px;box-shadow:var(--shadow-md);opacity:0;transform:translateY(30px);transition:all .7s cubic-bezier(.16,1,.3,1)}.legacy-home .about-content.visible{opacity:1;transform:translateY(0)}.legacy-home .about-content p{font-size:1rem;color:var(--text-light);line-height:1.75;margin-bottom:20px}.legacy-home .about-content p:last-child{margin-bottom:0}.legacy-home .partners-section{background:white}.legacy-home .partners-section-alt{background:linear-gradient(180deg,#F8FAFC,#EEF2FF 50%,#F8FAFC)}.legacy-home .partners-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;opacity:0;transform:translateY(30px);transition:all .7s cubic-bezier(.16,1,.3,1)}.legacy-home .partners-grid.visible{opacity:1;transform:translateY(0)}.legacy-home .partner-logo-cell{min-height:96px;display:flex;align-items:center;justify-content:center;background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:20px 16px;box-shadow:var(--shadow-sm);transition:box-shadow .25s,border-color .25s}.legacy-home .partner-logo-cell:hover{box-shadow:var(--shadow-md);border-color:rgba(108,58,237,.2)}.legacy-home .partner-logo-cell img{max-width:100%;max-height:64px;width:auto;height:auto;object-fit:contain}.legacy-home .partner-logo-name{font-size:.88rem;font-weight:700;color:var(--text-light);text-align:center}.legacy-home .partner-skeleton{min-height:96px;border-radius:16px;border:1px solid var(--border);background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%);background-size:200% 100%;animation:legacy-shimmer 1.4s infinite}@keyframes legacy-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.legacy-home .footer{background:#0F172A;color:#CBD5E1;padding:80px 2rem 40px}.legacy-home .footer-inner{max-width:1280px;margin:0 auto}.legacy-home .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:60px}.legacy-home .footer-brand .logo-text{font-size:1.3rem;font-weight:800;color:white;margin-bottom:16px;display:block;-webkit-text-fill-color:white}.legacy-home .footer-brand p{font-size:.9rem;line-height:1.7;color:#94A3B8;max-width:320px}.legacy-home .footer-col h4{color:white;font-size:.95rem;font-weight:700;margin-bottom:20px}.legacy-home .footer-col ul{list-style:none;display:flex;flex-direction:column;gap:12px}.legacy-home .footer-col a{color:#94A3B8;text-decoration:none;font-size:.88rem;transition:color .2s}.legacy-home .footer-col a:hover{color:white}.legacy-home .footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:30px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.legacy-home .footer-bottom p{font-size:.82rem;color:#64748B}.legacy-home .footer-bottom-links{display:flex;gap:24px}.legacy-home .footer-bottom-links a{font-size:.82rem;color:#64748B;text-decoration:none}.legacy-home .footer-bottom-links a:hover{color:white}.legacy-home .modal-overlay{position:fixed;inset:0;background:rgba(15,23,42,.6);backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease}.legacy-home .modal-overlay.active{opacity:1;visibility:visible}.legacy-home .modal{background:white;border-radius:24px;width:440px;max-width:90vw;padding:40px;position:relative;transform:scale(.9) translateY(20px);transition:transform .35s cubic-bezier(.16,1,.3,1);box-shadow:0 25px 60px rgba(0,0,0,.2)}.legacy-home .modal-overlay.active .modal{transform:scale(1) translateY(0)}.legacy-home .modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border:none;background:rgba(0,0,0,.05);border-radius:10px;cursor:pointer}.legacy-home .modal h2{font-size:1.6rem;font-weight:800;margin-bottom:8px}.legacy-home .modal .subtitle{color:var(--text-light);font-size:.92rem;margin-bottom:28px}.legacy-home .modal-tabs{display:flex;background:#F1F5F9;border-radius:12px;padding:4px;margin-bottom:28px}.legacy-home .modal-tab{flex:1;padding:10px;text-align:center;border:none;background:transparent;border-radius:10px;font-size:.88rem;font-weight:600;color:var(--text-light);cursor:pointer}.legacy-home .modal-tab.active{background:white;color:var(--primary);box-shadow:var(--shadow-sm)}.legacy-home .form-group{margin-bottom:18px}.legacy-home .form-group label{display:block;font-size:.85rem;font-weight:600;margin-bottom:8px}.legacy-home .form-group input{width:100%;padding:12px 16px;border:2px solid var(--border);border-radius:12px;font-size:.9rem;font-family:inherit;outline:none}.legacy-home .form-panel{display:none}.legacy-home .form-panel.active{display:block}.legacy-home .modal .btn-primary{width:100%;justify-content:center;padding:14px;margin-top:8px}.legacy-home .scroll-top{position:fixed;bottom:30px;right:30px;width:48px;height:48px;background:var(--gradient-1);color:white;border:none;border-radius:14px;cursor:pointer;font-size:18px;opacity:0;visibility:hidden;transition:all .3s;z-index:999}.legacy-home .scroll-top.visible{opacity:1;visibility:visible}@media (max-width:1024px){.legacy-home .nav-links{display:none}.legacy-home .addons-grid,.legacy-home .partners-grid,.legacy-home .pricing-grid{grid-template-columns:repeat(2,1fr)}.legacy-home .functions-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.legacy-home .hero-inner{grid-template-columns:1fr;gap:40px}.legacy-home .hero-right{padding-top:0}.legacy-home .hero-exist-stats{grid-template-columns:1fr}.legacy-home .hero-title{font-size:2.2rem}.legacy-home .product-card{grid-template-columns:1fr;gap:30px}.legacy-home .product-card:nth-child(2n){direction:ltr}.legacy-home .features-grid,.legacy-home .functions-grid{grid-template-columns:repeat(2,1fr)}.legacy-home .footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.legacy-home .features-grid,.legacy-home .footer-grid,.legacy-home .functions-grid,.legacy-home .pricing-grid{grid-template-columns:1fr}.legacy-home .section-title{font-size:1.8rem}.legacy-home .addons-grid,.legacy-home .partners-grid{grid-template-columns:1fr 1fr}}