*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--violet:#7c3aed;--violet-dark:#6d28d9;--violet-light:#8b5cf6;--violet-pale:#f5f3ff;--dark:#0b0b14;--dark-2:#13131f;--dark-3:#1c1c2e;--gray-900:#111827;--gray-700:#374151;--gray-500:#6b7280;--gray-400:#9ca3af;--gray-200:#e5e7eb;--gray-100:#ebebee;--gray-50:#f0f0f3;--white:#f5f5f8;--font:"Inter", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--serif:"Instrument Serif", Georgia, serif;--radius:12px;--radius-lg:20px;--radius-xl:28px;--shadow-sm:0 1px 3px #00000012, 0 1px 2px #0000000d;--shadow-md:0 4px 16px #00000014;--shadow-lg:0 20px 60px #0000001f;--shadow-violet:0 8px 32px #7c3aed40}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--gray-900);background:var(--white);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}.container{max-width:1160px;margin:0 auto;padding:0 24px}img{max-width:100%;display:block}.fade-up{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(28px)}.fade-up.visible{opacity:1;transform:none}.fade-up-delay{transition-delay:.18s}.btn-primary{background:var(--violet);color:var(--white);font-family:var(--font);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;display:inline-flex}.btn-primary:hover{background:var(--violet-dark);box-shadow:var(--shadow-violet);transform:translateY(-1px)}.btn-lg{border-radius:10px;padding:13px 26px;font-size:15px}.btn-full{justify-content:center;width:100%}.btn-ghost{color:var(--gray-700);border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.btn-ghost:hover{background:var(--gray-100);color:var(--gray-900)}.btn-outline-white{color:var(--white);border:1.5px solid #ffffff59;border-radius:10px;align-items:center;gap:8px;padding:13px 26px;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.btn-outline-white:hover{background:#ffffff1a;border-color:#fff9}.btn-white{background:var(--white);color:var(--violet);cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;padding:13px 26px;font-size:15px;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.btn-white:hover{background:var(--violet-pale);transform:translateY(-1px)}.section-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--violet);background:var(--violet-pale);border-radius:100px;margin-bottom:16px;padding:5px 12px;font-size:12px;font-weight:700;display:inline-block}.section-h2{color:var(--gray-900);letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(28px,4vw,44px);font-weight:800;line-height:1.2}.section-sub{color:var(--gray-500);max-width:560px;font-size:17px;line-height:1.7}.navbar{z-index:1000;padding:0 24px;transition:top .3s;position:fixed;top:20px;left:0;right:0}.navbar.scrolled{top:0}.nav-pill{-webkit-backdrop-filter:blur(20px);background:#060f2899;border:1px solid #ffffff1a;border-radius:100px;align-items:center;max-width:1100px;height:56px;margin:0 auto;padding:0 8px 0 20px;transition:background .3s,border-color .3s;display:flex;box-shadow:0 4px 24px #0000004d}.navbar.scrolled .nav-pill{background:#040a1eeb;border-color:#ffffff14}.nav-logo{color:var(--white);letter-spacing:-.02em;flex-shrink:0;align-items:center;gap:10px;font-size:16px;font-weight:800;text-decoration:none;display:flex}.logo-mark{flex-shrink:0;justify-content:center;align-items:center;display:flex}.nav-links{gap:2px;margin-left:28px;list-style:none;display:flex}.nav-links a{color:#fff9;border-radius:100px;padding:7px 12px;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s,background .2s}.nav-links a:hover{color:var(--white);background:#ffffff14}.nav-cta{align-items:center;gap:6px;margin-left:auto;display:flex}.nav-cta .btn-ghost{color:#ffffffb3;padding:8px 14px;font-size:13px}.nav-cta .btn-ghost:hover{color:var(--white);background:#ffffff14}.nav-btn{border-radius:100px;padding:9px 18px;font-size:13px}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;margin-left:auto;padding:8px;display:none}.hamburger span{background:var(--white);border-radius:2px;width:22px;height:2px;display:block}.mobile-menu{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0f0a1ef7;border:1px solid #ffffff14;border-radius:20px;margin:8px 0 0;padding:16px 24px 24px;display:none}.mobile-menu.open{display:block}.mobile-menu ul{list-style:none}.mobile-menu ul li a{color:#ffffffb3;border-bottom:1px solid #ffffff12;padding:12px 4px;font-size:16px;font-weight:500;text-decoration:none;display:block}.mobile-cta{flex-direction:column;gap:10px;margin-top:20px;display:flex}.btn-ghost-full{text-align:center;color:#ffffffb3;border:1.5px solid #ffffff26;border-radius:10px;padding:13px 26px;font-size:15px;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:block}.btn-ghost-full:hover{color:var(--white);background:#ffffff12}.hero{background:#060f28;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{pointer-events:none;position:absolute;inset:0}.hero-glow-1{filter:blur(60px);will-change:transform;background:radial-gradient(at 35% 40%,#2563ebbf 0%,#1d4ed866 35%,#0000 70%);width:70%;height:90%;animation:14s ease-in-out infinite alternate glow-drift-1;position:absolute;top:-20%;left:-15%}.hero-glow-2{filter:blur(60px);will-change:transform;background:radial-gradient(at 50% 80%,#0d94888c 0%,#0f766e40 40%,#0000 70%);width:65%;height:60%;animation:18s ease-in-out infinite alternate glow-drift-2;position:absolute;bottom:-10%;left:20%}.hero-glow-3{filter:blur(50px);will-change:transform;background:radial-gradient(at 70% 30%,#1e3a8a99 0%,#0000 65%);width:45%;height:70%;animation:22s ease-in-out infinite alternate glow-drift-3;position:absolute;top:0;right:-10%}@keyframes glow-drift-1{0%{transform:translate(0)scale(1)}33%{transform:translate(6%,8%)scale(1.08)}66%{transform:translate(-4%,12%)scale(.95)}to{transform:translate(10%,4%)scale(1.05)}}@keyframes glow-drift-2{0%{transform:translate(0)scale(1)}25%{transform:translate(-8%,-10%)scale(1.1)}50%{transform:translate(6%,-6%)scale(.92)}75%{transform:translate(-5%,8%)scale(1.06)}to{transform:translate(10%,-12%)scale(1.02)}}@keyframes glow-drift-3{0%{transform:translate(0)scale(1)}40%{transform:translate(-8%,10%)scale(1.12)}70%{transform:translate(5%,5%)scale(.9)}to{transform:translate(-12%,-8%)scale(1.08)}}.hero-noise{opacity:.35;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");position:absolute;inset:0}.hero-center{z-index:1;text-align:center;opacity:1;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:80px 24px 0;animation:.9s both hero-fade-in;display:flex;position:relative;transform:none}@keyframes hero-fade-in{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.hero-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#ffffff8c;white-space:nowrap;max-width:100%;margin-bottom:36px;font-size:10px;font-weight:600}.hero-h1{font-family:var(--serif);letter-spacing:-.01em;color:var(--white);font-size:clamp(56px,7.5vw,108px);font-style:italic;font-weight:400;line-height:1.05}.hero-h1 em{color:#ffffffbf;font-style:italic}.hero-bottom{z-index:1;border-top:1px solid #ffffff14;width:100%;padding:28px 48px;position:relative}.hero-bottom-inner{justify-content:space-between;align-items:center;gap:32px;max-width:1160px;margin:0 auto;display:flex}.hero-bottom-left{flex-direction:column;gap:10px;display:flex}.hero-rating{align-items:center;gap:8px;display:flex}.rating-stars{color:#fbbf24;letter-spacing:1px;font-size:14px}.rating-score{color:var(--white);font-size:13px;font-weight:700}.rating-source{color:#fff6;border:1px solid #ffffff1f;border-radius:4px;padding:2px 8px;font-size:12px}.hero-bottom-desc{color:#ffffff73;max-width:420px;font-size:13px;line-height:1.6}.hero-demo-btn{color:var(--white);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);white-space:nowrap;background:#ffffff14;border:1px solid #ffffff24;border-radius:16px;align-items:center;gap:16px;padding:14px 14px 14px 22px;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s;display:flex}.hero-demo-btn:hover{background:#ffffff21;border-color:#ffffff38}.demo-orb{background:radial-gradient(circle at 35% 35%,#a78bfa 0%,#7c3aed 40%,#3730a3 75%,#1e1b4b 100%);border-radius:12px;flex-shrink:0;width:52px;height:52px;box-shadow:0 0 20px #7c3aed80,inset 0 1px #ffffff40}.phone-header{justify-content:space-between;align-items:center;display:flex}.phone-logo-row{color:var(--white);letter-spacing:.04em;align-items:center;gap:6px;font-size:12px;font-weight:800;display:flex}.phone-logo-dot{background:var(--violet);border-radius:5px;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.phone-live{letter-spacing:.08em;color:var(--violet-light);background:#7c3aed33;border-radius:6px;padding:3px 8px;font-size:9px;font-weight:700}.phone-call-active{text-align:center;background:#7c3aed1f;border:1px solid #7c3aed40;border-radius:16px;padding:12px 10px}.phone-wave{justify-content:center;align-items:center;gap:3px;height:24px;margin-bottom:8px;display:flex}.pw{background:var(--violet-light);opacity:.85;border-radius:2px;width:3px;animation:1.2s ease-in-out infinite alternate pw-anim}.pw:first-child{height:30%;animation-delay:0s}.pw:nth-child(2){height:70%;animation-delay:.15s}.pw:nth-child(3){height:100%;animation-delay:.3s}.pw:nth-child(4){height:70%;animation-delay:.15s}.pw:nth-child(5){height:30%;animation-delay:0s}@keyframes pw-anim{0%{transform:scaleY(.4)}to{transform:scaleY(1)}}.phone-call-label{color:var(--violet-light);text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px;font-size:9px;font-weight:600}.phone-call-num{color:var(--white);margin-bottom:3px;font-size:12px;font-weight:700}.phone-call-lang{color:#ffffff80;font-size:10px}.phone-requests{flex-direction:column;gap:7px;display:flex}.phone-req{background:#ffffff0d;border:1px solid #ffffff12;border-radius:12px;align-items:center;gap:7px;padding:8px 9px;display:flex}.phone-req-icon{flex-shrink:0;font-size:13px}.phone-req-text{color:#ffffffbf;flex:1;font-size:9px;font-weight:500;line-height:1.35}.phone-req-status{color:#6ee7b7;flex-shrink:0;font-size:11px}.pending-dot{background:var(--violet-light);border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:1.5s infinite live-pulse}.phone-home-bar{background:#ffffff40;border-radius:2px;flex-shrink:0;width:60px;height:4px;margin:8px auto 4px}.browser-chrome{background:#ffffff0a;border-bottom:1px solid #ffffff0f;align-items:center;gap:10px;padding:12px 16px;display:flex}.chrome-dots{gap:6px;display:flex}.dot{border-radius:50%;width:10px;height:10px}.dot-red{background:#ff5f57}.dot-yellow{background:#febc2e}.dot-green{background:#28c840}.chrome-url{text-align:center;color:#ffffff4d;background:#ffffff0f;border-radius:5px;flex:1;padding:4px 12px;font-family:monospace;font-size:11px}.dash-body{padding:18px}.dash-topbar{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.dash-title-row{color:#ffffffd9;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.live-dot{background:var(--violet-light);border-radius:50%;width:7px;height:7px;animation:1.8s ease-in-out infinite live-pulse}@keyframes live-pulse{0%,to{opacity:1;box-shadow:0 0 #8b5cf699}60%{box-shadow:0 0 0 5px #8b5cf600}}.dash-live-badge{letter-spacing:.08em;color:var(--violet-light);background:#7c3aed33;border-radius:5px;padding:3px 8px;font-size:10px;font-weight:700}.dash-kpis{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px;display:grid}.dash-kpi{text-align:center;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:8px;padding:10px}.kpi-val{color:var(--white);margin-bottom:4px;font-size:20px;font-weight:800;line-height:1}.kpi-unit{color:var(--violet-light);font-size:14px}.kpi-label{color:#fff6;text-transform:uppercase;letter-spacing:.05em;font-size:9px}.dash-chart{align-items:flex-end;gap:5px;height:52px;margin-bottom:16px;padding:0 2px;display:flex}.chart-bar{height:var(--h,50%);background:#7c3aed59;border-radius:3px 3px 0 0;flex:1;transition:height .4s}.chart-bar-active{background:var(--violet);box-shadow:0 0 8px #7c3aed80}.dash-calls{flex-direction:column;gap:8px;display:flex}.call-row{background:#ffffff0a;border:1px solid #ffffff0d;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;display:flex}.call-avatar{width:30px;height:30px;color:var(--violet-light);background:#7c3aed40;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:9px;font-weight:700;display:flex}.call-info{flex:1;min-width:0}.call-name{color:#ffffffd9;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:600;overflow:hidden}.call-time{color:#ffffff59;margin-top:1px;font-size:10px}.call-chip{border-radius:5px;flex-shrink:0;padding:3px 8px;font-size:9px;font-weight:700}.call-chip.confirmed{color:#6ee7b7;background:#10b98126}.call-chip.live{color:var(--violet-light);background:#7c3aed33;align-items:center;gap:5px;display:flex}.chip-pulse{background:var(--violet-light);border-radius:50%;width:5px;height:5px;animation:1.5s infinite live-pulse}.marquee-section{border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);background:var(--white);padding:48px 0;overflow:hidden}.marquee-label{text-align:center;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-400);margin-bottom:24px;font-size:12px;font-weight:600}.marquee-track{overflow:hidden}.marquee-inner{align-items:center;gap:40px;width:max-content;animation:40s linear infinite marquee;display:flex}.marquee-inner span{color:var(--gray-400);white-space:nowrap;letter-spacing:-.01em;font-size:15px;font-weight:600}.mq-sep{color:var(--gray-200)!important;font-weight:300!important}.marquee-label-2{margin-top:28px}.marquee-inner-reverse{animation-direction:reverse}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.stats-section{background:var(--white);padding:100px 0}.stats-grid{background:var(--gray-200);border-radius:var(--radius-lg);grid-template-columns:repeat(4,1fr);gap:2px;display:grid;overflow:hidden}.stat-card{background:var(--white);text-align:center;padding:40px 32px;transition:background .2s}.stat-card:hover{background:var(--violet-pale)}.stat-top{justify-content:center;align-items:baseline;gap:2px;margin-bottom:8px;display:flex}.stat-val{color:var(--violet);letter-spacing:-.03em;font-size:clamp(40px,5vw,58px);font-weight:900;line-height:1}.stat-static{font-size:clamp(32px,4vw,48px)}.stat-unit{color:var(--violet-light);font-size:24px;font-weight:700}.stat-label{color:var(--gray-900);margin-bottom:4px;font-size:14px;font-weight:700}.stat-desc{color:var(--gray-400);font-size:13px}.comparison-section{background:var(--gray-50);padding:100px 0}.comparison-section .section-sub{margin-bottom:56px}.cmp-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.cmp-col{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);overflow:hidden}.cmp-new{border-color:var(--violet);box-shadow:0 0 0 1px var(--violet), var(--shadow-violet)}.cmp-header{border-bottom:1px solid var(--gray-100);padding:28px 28px 20px}.cmp-new .cmp-header{border-bottom-color:#7c3aed1f}.cmp-tag{letter-spacing:.07em;text-transform:uppercase;border-radius:5px;margin-bottom:10px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-block}.cmp-tag-old{background:var(--gray-100);color:var(--gray-500)}.cmp-tag-new{background:var(--violet-pale);color:var(--violet)}.cmp-header h3{color:var(--gray-900);letter-spacing:-.02em;font-size:20px;font-weight:700}.cmp-list{flex-direction:column;gap:0;padding:20px 28px;list-style:none;display:flex}.cmp-list li{border-bottom:1px solid var(--gray-100);align-items:center;gap:12px;padding:12px 0;font-size:14px;display:flex}.cmp-list li:last-child{border-bottom:none}.cmp-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex}.cmp-bad .cmp-icon{color:#ef4444;background:#fee2e2}.cmp-good .cmp-icon{background:var(--violet-pale);color:var(--violet)}.cmp-bad{color:var(--gray-500)}.cmp-good{color:var(--gray-700);font-weight:500}.live-demo-section{background:var(--gray-50);border-top:1px solid var(--gray-200);padding:100px 0}.live-demo-section .section-h2{font-family:var(--serif);letter-spacing:-.01em;font-size:clamp(22px,2.4vw,32px);font-style:italic;font-weight:400;line-height:1.45}.live-demo-grid{grid-template-columns:1fr 1fr;align-items:center;gap:72px;display:grid}.live-demo-list{flex-direction:column;gap:20px;margin:32px 0 36px;list-style:none;display:flex}.live-demo-list li{align-items:flex-start;gap:14px;display:flex}.live-demo-list li svg{color:var(--violet);flex-shrink:0;margin-top:2px}.live-demo-list li div{flex-direction:column;gap:2px;display:flex}.live-demo-list li strong{color:var(--gray-900);font-size:14px;font-weight:700}.live-demo-list li span{color:var(--gray-500);font-size:13px}.player-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);padding:32px}.player-header{color:var(--gray-900);letter-spacing:-.01em;margin-bottom:28px;font-size:18px;font-weight:700}.player-track{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);padding:20px}.player-label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px;font-size:12px;font-weight:600}.player-main{align-items:center;gap:16px;display:flex}.player-play-btn{background:var(--violet);color:#fff;cursor:pointer;width:48px;height:48px;box-shadow:var(--shadow-violet);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding-left:2px;transition:background .2s,transform .15s;display:flex}.player-play-btn:hover{background:var(--violet-dark);transform:scale(1.06)}.player-play-btn:active{transform:scale(.97)}.player-right{flex:1;min-width:0}.player-waveform{align-items:center;gap:3px;height:40px;margin-bottom:10px;display:flex}.pw-bar{background:var(--violet-light);height:var(--h,60%);opacity:.3;transform-origin:50%;border-radius:2px;flex:1;transition:opacity .2s}.player-waveform.playing .pw-bar{opacity:.7;animation:1s ease-in-out infinite alternate pw-bounce}.player-waveform.playing .pw-bar:nth-child(odd){animation-delay:0s}.player-waveform.playing .pw-bar:nth-child(2n){animation-delay:.15s}.player-waveform.playing .pw-bar:nth-child(3n){animation-delay:.3s}.player-waveform.playing .pw-bar:nth-child(4n){animation-delay:.45s}@keyframes pw-bounce{0%{opacity:.4;transform:scaleY(.5)}to{opacity:.9;transform:scaleY(1)}}.player-progress-wrap{background:var(--gray-200);cursor:pointer;border-radius:2px;width:100%;height:4px;margin-bottom:8px;position:relative}.player-progress-fill{background:var(--violet);pointer-events:none;border-radius:2px;width:0%;height:100%;transition:width .1s linear}.player-times{color:var(--gray-400);font-variant-numeric:tabular-nums;justify-content:space-between;font-size:11px;display:flex}.features-section{background:var(--white);padding:100px 0}.features-section .section-sub{margin-bottom:56px}.features-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.feat-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:32px;transition:border-color .2s,box-shadow .2s,transform .2s}.feat-card:hover{box-shadow:var(--shadow-violet);border-color:#7c3aed4d;transform:translateY(-3px)}.feat-large{grid-column:span 2}.feat-icon-wrap{background:var(--violet-pale);width:44px;height:44px;color:var(--violet);border-radius:10px;justify-content:center;align-items:center;margin-bottom:18px;display:flex}.feat-card h3{color:var(--gray-900);letter-spacing:-.01em;margin-bottom:10px;font-size:18px;font-weight:700}.feat-card p{color:var(--gray-500);font-size:14px;line-height:1.7}.waveform{align-items:center;gap:3px;height:36px;margin-top:24px;display:flex}.wb{background:var(--violet);opacity:.7;border-radius:2px;flex:1;animation:1.4s ease-in-out infinite alternate wave-anim}.wb:first-child{height:30%;animation-delay:0s}.wb:nth-child(2){height:70%;animation-delay:.1s}.wb:nth-child(3){height:50%;animation-delay:.2s}.wb:nth-child(4){height:90%;animation-delay:.3s}.wb:nth-child(5){height:60%;animation-delay:.15s}.wb:nth-child(6){height:100%;animation-delay:.35s}.wb:nth-child(7){height:45%;animation-delay:50ms}.wb:nth-child(8){height:80%;animation-delay:.25s}.wb:nth-child(9){height:55%;animation-delay:.4s}.wb:nth-child(10){height:35%;animation-delay:.12s}.wb:nth-child(11){height:65%;animation-delay:.3s}@keyframes wave-anim{0%{transform:scaleY(.4)}to{transform:scaleY(1)}}.esc-diagram{align-items:center;gap:12px;margin-top:24px;display:flex}.esc-node{border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;font-size:12px;font-weight:700;display:flex}.esc-ai{background:var(--violet-pale);color:var(--violet)}.esc-staff{color:#16a34a;background:#dcfce7}.esc-arrow{color:var(--gray-300)}.how-section{background:var(--gray-900);padding:100px 0}.how-header{justify-content:space-between;align-items:flex-end;gap:48px;margin-bottom:56px;display:flex}.how-header .section-h2{color:var(--white);margin-bottom:12px}.how-header .section-tag{color:var(--violet-light);background:#8b5cf626}.how-header .section-sub{color:#ffffff80;margin-bottom:0}.how-cta{flex-shrink:0}.steps-row{grid-template-columns:1fr auto 1fr auto 1fr;align-items:stretch;gap:0;display:grid}.step{border-radius:var(--radius-lg);text-align:left;background:#ffffff0a;border:1px solid #ffffff14;padding:32px 28px}.step-num{letter-spacing:.12em;color:var(--violet-light);text-transform:uppercase;margin-bottom:20px;font-size:11px;font-weight:700}.step-img-wrap{width:56px;height:56px;color:var(--violet-light);background:#7c3aed33;border-radius:14px;justify-content:center;align-items:center;margin-bottom:24px;display:flex}.step h3{color:var(--white);letter-spacing:-.01em;margin-bottom:10px;font-size:17px;font-weight:700}.step p{color:#ffffff80;font-size:13px;line-height:1.75}.step-line{flex-shrink:0;justify-content:center;align-items:center;width:40px;display:flex}.step-line:after{content:"→";color:#fff3;font-size:20px}.testimonials-section{background:var(--white);padding:100px 0}.testi-header{grid-template-columns:340px 1fr;align-items:start;gap:64px;display:grid}.testi-header>div:first-child .section-h2{margin-bottom:16px}.testi-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.testi-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);flex-direction:column;gap:20px;padding:32px;display:flex}.testi-dark{background:var(--dark);border-color:#ffffff14}.testi-violet{background:var(--violet);border-color:var(--violet-dark)}.testi-stars{color:#fbbf24;letter-spacing:2px;font-size:16px}.testi-dark .testi-stars,.testi-violet .testi-stars{color:#fde68a}.testi-quote{color:var(--gray-700);flex:1;font-size:15px;line-height:1.75}.testi-dark .testi-quote{color:#ffffffbf}.testi-violet .testi-quote{color:#ffffffe6}.testi-author{align-items:center;gap:12px;display:flex}.testi-avatar{background:var(--violet);width:40px;height:40px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.testi-dark .testi-avatar{background:#7c3aed66}.testi-violet .testi-avatar{background:#ffffff40}.testi-name{color:var(--gray-900);font-size:13px;font-weight:700}.testi-role{color:var(--gray-400);margin-top:2px;font-size:12px}.testi-dark .testi-name{color:var(--white)}.testi-dark .testi-role{color:#fff6}.testi-violet .testi-name{color:var(--white)}.testi-violet .testi-role{color:#fff9}.integrations-section{background:var(--gray-50);padding:100px 0 0}.integrations-section .section-sub{margin-bottom:56px}.int-orbit-wrap{border-top:1px solid var(--gray-200);margin-top:56px;padding:56px 0;position:relative}.int-single-row{align-items:center;display:flex}.int-half{flex:1;min-width:0;overflow:hidden}.int-half-left{transform:scaleX(-1);-webkit-mask-image:linear-gradient(270deg,#000 0% 65%,#0000 100%);mask-image:linear-gradient(270deg,#000 0% 65%,#0000 100%)}.int-half-left .int-logo-card{transform:scaleX(-1)}.int-half-right{-webkit-mask-image:linear-gradient(270deg,#000 0% 65%,#0000 100%);mask-image:linear-gradient(270deg,#000 0% 65%,#0000 100%)}.int-svara-center{z-index:4;background:var(--dark);width:90px;height:90px;box-shadow:0 0 0 10px var(--gray-50), 0 0 48px #7c3aed4d;pointer-events:none;border:1.5px solid #7c3aed80;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.int-svara-center img{width:26px;height:26px}.int-svara-center span{letter-spacing:.1em;color:#ffffffd9;text-transform:uppercase;font-size:10px;font-weight:800}.int-logos{align-items:center;gap:0;width:max-content;display:flex}@keyframes scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.int-scroll-right{animation:24s linear infinite scroll-right}.int-scroll-left{animation:24s linear infinite scroll-left}.int-logo-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);white-space:nowrap;box-shadow:var(--shadow-sm);color:var(--gray-700);flex-shrink:0;align-items:center;gap:9px;margin-right:14px;padding:11px 18px;font-size:13px;font-weight:600;display:flex}.int-logo-img{object-fit:contain;flex-shrink:0;width:22px;height:22px}.demo-section{background:var(--white);padding:100px 0}.demo-grid{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.demo-copy h2{color:var(--gray-900);letter-spacing:-.025em;margin-bottom:16px;font-size:clamp(28px,3.5vw,40px);font-weight:800;line-height:1.2}.demo-copy p{color:var(--gray-500);margin-bottom:32px;font-size:16px;line-height:1.75}.demo-benefits{flex-direction:column;gap:14px;list-style:none;display:flex}.demo-benefits li{color:var(--gray-700);align-items:center;gap:12px;font-size:15px;font-weight:500;display:flex}.benefit-check{background:var(--violet-pale);width:22px;height:22px;color:var(--violet);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.demo-form-wrap{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:36px}.demo-form{flex-direction:column;gap:18px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:var(--gray-700);font-size:13px;font-weight:600}.form-group input,.form-group select{font-family:var(--font);color:var(--gray-900);background:var(--white);border:1.5px solid var(--gray-200);-webkit-appearance:none;border-radius:8px;outline:none;padding:11px 14px;font-size:14px;transition:border-color .2s,box-shadow .2s}.form-group input::placeholder{color:var(--gray-400)}.form-group input:focus,.form-group select:focus{border-color:var(--violet);box-shadow:0 0 0 3px #7c3aed1f}.form-note{text-align:center;color:var(--gray-400);margin-top:-6px;font-size:12px}.form-success{text-align:center;padding:32px 16px;display:none}.form-success.show{display:block}.success-icon{background:var(--violet);width:56px;height:56px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;font-size:22px;display:flex}.form-success h3{color:var(--gray-900);margin-bottom:8px;font-size:20px;font-weight:700}.form-success p{color:var(--gray-500);font-size:14px;line-height:1.7}.faq-section{background:var(--white);border-top:1px solid var(--gray-200);padding:100px 0}.faq-grid{grid-template-columns:360px 1fr;align-items:start;gap:80px;display:grid}.faq-left .section-h2{margin-bottom:16px}.faq-left .section-sub{margin-bottom:32px}.faq-still{border-top:1px solid var(--gray-200);color:var(--gray-500);margin-top:40px;padding-top:32px;font-size:14px;line-height:1.7}.faq-still p:first-child{color:var(--gray-900);margin-bottom:6px;font-weight:600}.faq-right{flex-direction:column;display:flex}.faq-item{border-bottom:1px solid var(--gray-200)}.faq-q{text-align:left;width:100%;color:var(--gray-900);cursor:pointer;font-size:15px;font-weight:600;font-family:var(--font);background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 0;line-height:1.4;transition:color .2s;display:flex}.faq-q:hover{color:var(--violet)}.faq-arrow{color:var(--gray-400);flex-shrink:0;font-size:18px;transition:transform .25s}.faq-item.open .faq-arrow{color:var(--violet);transform:rotate(180deg)}.faq-a{color:var(--gray-500);padding-bottom:20px;font-size:14px;line-height:1.75;display:none}.faq-item.open .faq-a{display:block}.cta-banner{background:var(--dark);padding:100px 0;position:relative;overflow:hidden}.cta-banner:before{content:"";pointer-events:none;background:radial-gradient(#7c3aed4d 0%,#0000 70%);width:70%;height:120%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-inner{z-index:1;text-align:center;max-width:640px;margin:0 auto;position:relative}.cta-inner h2{color:var(--white);letter-spacing:-.03em;margin-bottom:16px;font-size:clamp(30px,4.5vw,52px);font-weight:800;line-height:1.15}.cta-inner p{color:#fff9;margin-bottom:36px;font-size:17px;line-height:1.7}.cta-actions{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.footer{background:var(--dark-2);padding:72px 0 0}.footer-grid{border-bottom:1px solid #ffffff12;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:40px;padding-bottom:64px;display:grid}.footer-logo{color:var(--white)}.footer-tagline{color:#fff6;margin:14px 0 24px;font-size:13px;line-height:1.6}.footer-socials{gap:12px;display:flex}.footer-socials a{color:#ffffff80;background:#ffffff12;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;text-decoration:none;transition:background .2s,color .2s;display:flex}.footer-socials a:hover{background:var(--violet);color:var(--white)}.footer-col h4{letter-spacing:.08em;text-transform:uppercase;color:#ffffff80;margin-bottom:18px;font-size:12px;font-weight:700}.footer-col ul{flex-direction:column;gap:10px;list-style:none;display:flex}.footer-col ul li a{color:#ffffff80;font-size:14px;text-decoration:none;transition:color .2s}.footer-col ul li a:hover{color:var(--white)}.footer-legal{color:#ffffff40;border-top:1px solid #ffffff12;padding:20px 0;font-size:12px;line-height:1.7}.footer-legal a{color:#ffffff59;text-decoration:none;transition:color .2s}.footer-legal a:hover{color:#fff9}.footer-bottom{color:#ffffff40;justify-content:space-between;align-items:center;padding:20px 0;font-size:13px;display:flex}@media (width<=1024px){.nav-links{display:none}.hamburger{display:flex}.nav-cta{display:none}.hero-h1{font-size:clamp(42px,9vw,72px)}.hero-bottom{padding:24px}.hero-bottom-inner{flex-direction:column;align-items:flex-start;gap:20px}.features-grid{grid-template-columns:repeat(2,1fr)}.feat-large{grid-column:span 2}.testi-grid{grid-template-columns:1fr;max-width:520px;margin:0 auto}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:span 2}}@media (width<=768px){.navbar{top:12px}.hero-h1{font-size:clamp(36px,8vw,56px)}.hero-eyebrow{white-space:normal;text-align:center;letter-spacing:.08em;padding:0 16px;font-size:9px}.stats-grid{grid-template-columns:repeat(2,1fr)}.cmp-grid{grid-template-columns:1fr}.demo-grid{grid-template-columns:1fr;gap:40px}.steps-row{flex-direction:column;align-items:stretch;display:flex}.step-line{background:linear-gradient(180deg, transparent, var(--violet-light), transparent);width:1px;height:40px;margin:0 auto}.step{text-align:left;padding:28px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:span 2}.features-grid{grid-template-columns:1fr}.feat-large{grid-column:span 1}.footer-bottom{text-align:center;flex-direction:column;gap:8px}}@media (width<=480px){.hero-h1{font-size:38px}.stats-grid{grid-template-columns:1fr 1fr}.form-row{grid-template-columns:1fr}.cta-actions{flex-direction:column;align-items:center}}.founding-section{background:var(--dark);padding:100px 0;position:relative;overflow:hidden}.founding-section:before{content:"";pointer-events:none;background:radial-gradient(at 50% 10%,#7c3aed38 0%,#0000 65%);width:80%;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.founding-inner{z-index:1;text-align:center;max-width:920px;margin:0 auto;position:relative}.founding-eyebrow{flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;margin-bottom:28px;display:flex}.founding-badge{letter-spacing:.1em;text-transform:uppercase;color:var(--violet-light);background:#7c3aed2e;border:1px solid #7c3aed59;border-radius:100px;padding:5px 14px;font-size:11px;font-weight:700;display:inline-block}.founding-spots-label{color:#ffffff73;font-size:14px}.founding-count{color:var(--white);font-weight:700}.founding-h2{color:var(--white)!important}.founding-sub{max-width:640px;color:#ffffff80!important;margin:0 auto 56px!important}.founding-grid{text-align:left;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:52px;display:grid}.founding-card{border-radius:var(--radius-lg);background:#ffffff0a;border:1px solid #ffffff14;padding:28px 22px;transition:border-color .2s,background .2s}.founding-card:hover{background:#7c3aed12;border-color:#7c3aed66}.founding-icon-wrap{width:40px;height:40px;color:var(--violet-light);background:#7c3aed33;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.founding-card h3{color:var(--white);letter-spacing:-.01em;margin-bottom:10px;font-size:15px;font-weight:700;line-height:1.3}.founding-card p{color:#ffffff7a;font-size:13px;line-height:1.7}.founding-cta{flex-direction:column;align-items:center;gap:14px;display:flex}.founding-note{color:#ffffff4d;font-size:13px}@media (width<=1024px){.founding-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.founding-grid{grid-template-columns:1fr}.founding-eyebrow{flex-direction:column;gap:10px}}@media (width<=768px){.stats-section,.comparison-section,.live-demo-section,.features-section,.how-section,.integrations-section,.demo-section,.faq-section,.cta-banner,.founding-section{padding:64px 0}.live-demo-grid{grid-template-columns:1fr;gap:40px}.live-demo-section .section-h2{font-size:clamp(22px,5vw,32px)}.faq-grid{grid-template-columns:1fr;gap:36px}.faq-still{display:none}.how-header{flex-direction:column;align-items:flex-start;gap:24px}.how-cta{align-self:flex-start}.int-logo-card{gap:7px;padding:8px 12px;font-size:12px}.int-logo-img{width:16px;height:16px}.int-svara-center{width:72px;height:72px}.player-card{padding:24px 20px}.demo-form-wrap{padding:28px 20px}}@media (width<=480px){.stats-section,.comparison-section,.live-demo-section,.features-section,.how-section,.integrations-section,.demo-section,.faq-section,.cta-banner,.founding-section{padding:48px 0}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-brand{grid-column:span 1}.hero-bottom{padding:20px 16px}.int-logo-card{gap:6px;margin-right:10px;padding:7px 10px;font-size:11px}.int-logo-img{width:14px;height:14px}.int-svara-center{width:60px;height:60px}.int-svara-center span{font-size:8px}.int-orbit-wrap{padding:40px 0}.cmp-col{padding:28px 20px}.step{text-align:left;padding:24px 20px}.cta-inner h2{font-size:clamp(24px,7vw,36px)}.cta-inner p{font-size:15px}}
