:root{--ink:#17102d;--muted:#716b82;--purple:#6c3bff;--pink:#d33cff;--cyan:#24d7e8;--orange:#ff7758;--cream:#fbf9ff;--navy:#100629;--line:#e9e4f1}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font-family:"DM Sans",sans-serif;overflow-x:hidden}.noise{position:fixed;inset:0;opacity:.035;pointer-events:none;z-index:20;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")}.container{width:min(1160px,calc(100% - 40px));margin:auto}.nav-wrap{position:relative;z-index:30;padding:22px 0}.nav{display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);font:700 25px "Space Grotesk";text-decoration:none;letter-spacing:-1px}.brand>span:last-child>span{color:var(--purple)}.brand-mark{width:28px;height:28px;display:flex;align-items:center;justify-content:center;gap:2px;border-radius:9px;background:linear-gradient(135deg,var(--purple),var(--pink));box-shadow:0 7px 18px #793bff55}.brand-mark i{display:block;width:3px;border-radius:5px;background:#fff;animation:eq 1.1s infinite ease-in-out}.brand-mark i:nth-child(1){height:9px}.brand-mark i:nth-child(2){height:17px;animation-delay:.14s}.brand-mark i:nth-child(3){height:12px;animation-delay:.28s}@keyframes eq{50%{transform:scaleY(.55)}}.nav-links{display:flex;gap:34px}.nav-links a,.text-link{color:#443d55;text-decoration:none;font-weight:600;font-size:14px}.nav-links a:hover{color:var(--purple)}.button{display:inline-flex;align-items:center;justify-content:center;gap:11px;padding:16px 23px;border-radius:14px;color:#fff;background:linear-gradient(120deg,#6439f6,#9c3ef3);font-weight:700;text-decoration:none;box-shadow:0 14px 28px #6c3bff35;transition:.25s}.button:hover{transform:translateY(-3px);box-shadow:0 18px 38px #6c3bff55}.button-small{padding:11px 17px;border-radius:11px;font-size:13px}.hero{min-height:680px;display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:55px;padding-top:50px;padding-bottom:85px}.hero:before{content:"";position:absolute;width:520px;height:520px;right:-170px;top:-80px;border-radius:50%;background:radial-gradient(circle,#dbe4ff 0,#eee6ff 38%,transparent 68%);z-index:-1}.eyebrow{display:inline-flex;align-items:center;gap:9px;color:#655c79;font-size:12px;letter-spacing:1.4px;font-weight:800}.pulse,.live-dot{width:8px;height:8px;background:#25d39c;border-radius:50%;box-shadow:0 0 0 5px #25d39c1d}.hero h1,.section-heading h2,.workflow-copy h2,.cta h2{font:700 clamp(46px,5.2vw,72px)/1.02 "Space Grotesk";letter-spacing:-3.7px;margin:24px 0}.gradient-text{background:linear-gradient(100deg,#6338f4,#c13eea 55%,#ff6b59);background-clip:text;-webkit-background-clip:text;color:transparent}.hero-lead{font-size:19px;line-height:1.65;color:var(--muted);max-width:610px}.hero-actions{display:flex;align-items:center;gap:26px;margin:32px 0 42px}.text-link{display:flex;align-items:center;gap:10px}.play{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#fff;box-shadow:0 8px 24px #37265d22;color:var(--purple);font-size:11px}.trust-row{display:flex;gap:27px}.trust-row div{display:flex;flex-direction:column;padding-right:27px;border-right:1px solid var(--line)}.trust-row div:last-child{border:0}.trust-row strong{font:700 14px "Space Grotesk"}.trust-row span{font-size:11px;color:#8a8398;margin-top:4px}.hero-visual{position:relative;min-height:540px;display:grid;place-items:center}.call-card{position:relative;width:min(440px,92%);z-index:4;padding:22px;border:1px solid #ffffffaa;border-radius:27px;background:linear-gradient(145deg,#ffffffd9,#f8f3ffb8);box-shadow:0 35px 80px #4e2b8b33;backdrop-filter:blur(20px);transform:rotate(1deg)}.call-head{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px}.avatar{position:relative;width:46px;height:46px;display:grid;place-items:center;border-radius:15px;color:#fff;font:700 20px "Space Grotesk";background:linear-gradient(135deg,var(--purple),var(--pink))}.online{position:absolute;width:11px;height:11px;border-radius:50%;background:#2bdba2;border:2px solid #fff;right:-2px;bottom:1px}.call-head div:nth-child(2){display:flex;flex-direction:column}.call-head b{font:700 15px "Space Grotesk"}.call-head span{font-size:11px;color:#8a8398;margin-top:3px}.call-time{font:700 13px "Space Grotesk";color:var(--purple);padding:6px 9px;border-radius:8px;background:#eee7ff}.wave{height:62px;margin:22px 0 18px;display:flex;align-items:center;justify-content:center;gap:4px;border-radius:16px;background:linear-gradient(90deg,#6c3bff0b,#ff775812)}.wave i{width:4px;height:12px;border-radius:5px;background:linear-gradient(var(--purple),var(--pink));animation:wave 1s infinite ease-in-out}.wave i:nth-child(3n){animation-delay:.15s}.wave i:nth-child(4n){animation-delay:.3s}.wave i:nth-child(5n){animation-delay:.45s}@keyframes wave{50%{height:42px}}.transcript{display:flex;flex-direction:column;gap:9px}.transcript p{position:relative;margin:0;padding:11px 13px 11px 42px;border-radius:13px;font-size:12px;line-height:1.45}.transcript p span{position:absolute;left:10px;top:10px;font-size:8px;font-weight:800;border-radius:6px;padding:3px 5px}.ai-line{background:#f0eaff;color:#4c3e69}.ai-line span{background:#7c47f4;color:#fff}.lead-line{background:#fff1e8;color:#654c41}.lead-line span{background:#ff795b;color:#fff}.active-line{box-shadow:inset 3px 0 0 var(--purple)}.call-footer{display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding-top:15px;border-top:1px solid var(--line);font-size:10px;color:#81798d}.call-footer>span{display:flex;align-items:center;gap:8px}.live-dot{width:6px;height:6px;box-shadow:none}.call-actions{display:flex;gap:7px}.call-actions button{width:31px;height:31px;border:0;border-radius:50%;background:#ece7f7;color:#665d76}.call-actions .hang{background:#ff665d;color:#fff}.orbit{position:absolute;border:1px dashed #8a55f63d;border-radius:50%;animation:spin 25s linear infinite}.orbit-one{width:505px;height:505px}.orbit-two{width:390px;height:390px;animation-direction:reverse;animation-duration:18s}@keyframes spin{to{transform:rotate(360deg)}}.float-chip{position:absolute;z-index:6;display:flex;align-items:center;gap:8px;padding:10px 13px;background:#fff;border-radius:12px;box-shadow:0 15px 35px #3a236832;font-size:11px}.float-chip span{width:23px;height:23px;display:grid;place-items:center;border-radius:8px;color:#fff}.chip-one{right:-8px;top:110px;animation:float 3s infinite ease-in-out}.chip-one span{background:#27cfa0}.chip-two{left:-5px;bottom:110px;animation:float 3.5s infinite ease-in-out}.chip-two span{background:#ff7659}.chip-three{right:7px;bottom:40px;animation:float 4s infinite ease-in-out}.chip-three span{background:#6d40ee}@keyframes float{50%{transform:translateY(-10px)}}.logo-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.strip-inner{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:22px;color:#a29baa}.strip-inner span{font-size:11px}.strip-inner b{font:700 11px "Space Grotesk";letter-spacing:1px;color:#777080}.section{padding-top:115px;padding-bottom:120px}.section-heading{max-width:710px}.section-heading h2,.workflow-copy h2,.cta h2{font-size:52px;letter-spacing:-2.8px}.section-heading p{color:var(--muted);font-size:17px;line-height:1.65}.coral{color:#ef684f}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:52px}.feature-card{position:relative;overflow:hidden;padding:30px;border:1px solid var(--line);border-radius:23px;background:#fff;box-shadow:0 15px 50px #3e2c6610;transition:.3s}.feature-card:hover{transform:translateY(-8px);box-shadow:0 25px 65px #3e2c6625}.feature-card:after{content:"";position:absolute;width:170px;height:170px;border-radius:50%;right:-70px;top:-70px;opacity:.12}.feature-card.violet:after{background:var(--purple)}.feature-card.orange:after{background:var(--orange)}.feature-card.cyan:after{background:var(--cyan)}.icon-box{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;color:#fff;font-size:23px}.violet .icon-box{background:linear-gradient(135deg,#673cf3,#ae4ee6)}.orange .icon-box{background:linear-gradient(135deg,#ff6c50,#ff9e4a)}.cyan .icon-box{background:linear-gradient(135deg,#13bccc,#32dca4)}.card-tag{margin:25px 0 9px;color:#8b8398;font-size:10px;letter-spacing:1.5px;font-weight:800}.feature-card h3{font:700 25px "Space Grotesk";margin:0 0 14px}.feature-card p{min-height:92px;color:var(--muted);font-size:14px;line-height:1.65}.feature-card ul{list-style:none;padding:18px 0 0;margin:0;border-top:1px solid var(--line)}.feature-card li{position:relative;margin:10px 0;padding-left:20px;font-size:13px;font-weight:600}.feature-card li:before{content:"✓";position:absolute;left:0;color:#40b98f}.dark-section{overflow:hidden;background:var(--navy);color:#fff;padding:120px 0;position:relative}.dark-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 40%,#6a38e733,transparent 33%),radial-gradient(circle at 80% 80%,#e33bcb24,transparent 30%)}.split{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.workflow-visual{min-height:480px;position:relative;display:grid;place-items:center}.flow-core{position:relative;width:170px;height:170px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#663af4,#d442e9);box-shadow:0 0 80px #8a3cf477;z-index:3}.flow-core>b{font:700 48px "Space Grotesk"}.flow-core>span{position:absolute;bottom:28px;font-size:10px;text-align:center;opacity:.75}.core-rings{position:absolute;width:230px;height:230px;border:1px solid #a885ff4a;border-radius:50%;box-shadow:0 0 0 45px #a885ff0b,0 0 0 90px #a885ff08}.flow-card{position:absolute;z-index:4;display:flex;flex-direction:column;min-width:205px;padding:17px 19px;border:1px solid #ffffff20;border-radius:16px;background:#ffffff10;backdrop-filter:blur(10px)}.flow-card span,.flow-pill span{font-size:9px;color:#bca6ff}.flow-card b{font:700 15px "Space Grotesk";margin:8px 0 4px}.flow-card small{color:#9f94b7}.source{left:0;top:35px}.result{right:0;bottom:35px}.flow-pill{position:absolute;z-index:4;right:5px;top:155px;padding:11px 15px;border-radius:50px;background:#fff;color:var(--ink);font-size:11px;font-weight:700}.flow-pill span{margin-right:8px;color:var(--purple)}.workflow-copy h2{margin-top:20px}.light{color:#bd9cff}.steps{display:flex;flex-direction:column;gap:24px;margin-top:38px}.steps>div{display:grid;grid-template-columns:43px 1fr;gap:17px}.steps>div>span{width:43px;height:43px;display:grid;place-items:center;border-radius:13px;background:#ffffff12;border:1px solid #ffffff20;color:#cbb9ff;font-weight:800}.steps p{margin:0;color:#a89ebc;font-size:14px;line-height:1.6}.steps b{display:block;color:#fff;font:700 17px "Space Grotesk";margin-bottom:5px}.centered{text-align:center;margin:auto}.industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:45px}.industry{display:grid;grid-template-columns:50px 1fr;align-items:center;padding:21px;border:1px solid var(--line);border-radius:17px;background:#fff}.industry>span{grid-row:1/3;width:39px;height:39px;display:grid;place-items:center;border-radius:12px;background:#f0e9ff;color:var(--purple);font-weight:800}.industry b{font:700 15px "Space Grotesk"}.industry small{color:#8a8397;margin-top:3px}.cta-wrap{padding-bottom:100px}.cta{position:relative;overflow:hidden;display:grid;grid-template-columns:1fr auto;align-items:center;gap:50px;padding:64px;border-radius:28px;color:#fff;background:linear-gradient(125deg,#5f35eb,#a73deb 58%,#f05b85);box-shadow:0 30px 70px #6a3aec45}.cta h2{font-size:46px;max-width:720px;margin:16px 0}.cta p{max-width:680px;margin:0;color:#eee2ff}.white{position:relative;color:var(--purple);background:#fff;box-shadow:0 14px 35px #32156855;white-space:nowrap}.cta-orb{position:absolute;border-radius:50%;background:#fff;opacity:.08}.orb-a{width:300px;height:300px;right:-80px;top:-130px}.orb-b{width:180px;height:180px;left:40%;bottom:-140px}footer{padding:30px 0;border-top:1px solid var(--line);background:#fff}.footer-inner{display:flex;align-items:center;justify-content:space-between;color:#918a9d;font-size:12px}.footer-inner .brand{font-size:20px}.footer-inner .brand-mark{width:24px;height:24px}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s,transform .7s}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.24s}@media(max-width:900px){.nav-links{display:none}.hero{grid-template-columns:1fr;padding-top:75px}.hero-copy{text-align:center}.hero-lead,.section-heading{margin-left:auto;margin-right:auto}.hero-actions,.trust-row{justify-content:center}.hero-visual{min-height:500px}.cards-grid{grid-template-columns:1fr}.feature-card p{min-height:0}.split{grid-template-columns:1fr;gap:60px}.industry-grid{grid-template-columns:repeat(2,1fr)}.cta{grid-template-columns:1fr;text-align:center}.cta .button{justify-self:center}.strip-inner span{display:none}.section-heading{text-align:center}.footer-inner{flex-direction:column;gap:15px}}@media(max-width:600px){.container{width:min(100% - 26px,1160px)}.nav-wrap{padding:16px 0}.button-small{display:none}.hero{padding-top:45px;gap:20px}.hero h1{font-size:45px;letter-spacing:-2.4px}.hero-lead{font-size:16px}.hero-actions{flex-direction:column}.trust-row{gap:10px}.trust-row div{padding-right:10px}.trust-row span{display:none}.hero-visual{min-height:440px}.call-card{padding:16px}.float-chip{font-size:9px}.chip-one{right:-5px}.chip-two{left:-5px}.orbit-one{width:390px;height:390px}.orbit-two{width:310px;height:310px}.logo-strip{display:none}.section{padding:85px 0}.section-heading h2,.workflow-copy h2,.cta h2{font-size:38px;letter-spacing:-2px}.dark-section{padding:85px 0}.workflow-visual{min-height:420px}.flow-card{min-width:170px;padding:13px}.source{left:0}.result{right:0}.flow-core{width:135px;height:135px}.core-rings{width:185px;height:185px}.industry-grid{grid-template-columns:1fr}.cta{padding:45px 22px}.footer-inner{text-align:center}.footer-inner p{margin:0}}
