@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--ink:#222032;--muted:#6b6977;--purple:#7452e9;--line:#e8e6ef;--lavender:#f2f0ff;--white:#fff;--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.6;background:#fff}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--purple);outline-offset:5px}.wrap{max-width:1320px;margin-inline:auto;width:calc(100% - 96px)}.header{height:106px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{font-family:'Manrope',sans-serif;font-weight:800;font-size:25px;letter-spacing:-1.2px;display:flex;align-items:center;gap:4px}.brand-ops{font-weight:500;color:var(--purple)}.brand-icon{height:35px;width:36px;background:var(--purple);color:white;border-radius:11px;font-size:24px;letter-spacing:-5px;padding:0 8px 0 5px;margin-right:6px;transform:rotate(-6deg)}.brand-icon span{font-size:17px}.header nav{display:flex;gap:34px;font-size:14px;font-weight:500}.header nav a:hover,.text-link:hover{color:var(--purple)}.button{display:inline-flex;justify-content:center;align-items:center;gap:28px;padding:17px 25px;border:0;border-radius:10px;font-weight:600;font-size:15px;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-3px);box-shadow:0 9px 24px #36227020}.button span{font-size:22px;line-height:1}.button.small{padding:12px 19px;font-size:14px;gap:20px}.dark{background:var(--ink);color:white}.purple{background:var(--purple);color:#fff}.menu-button{display:none}.hero{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center;padding-top:43px;padding-bottom:78px}.eyebrow{font-size:12px;letter-spacing:1.6px;font-weight:700;display:flex;align-items:center;gap:9px}.shopify-symbol{font-size:17px;line-height:1.4;background:#e4f2ce;color:#497e17;letter-spacing:0;padding:0 6px;border-radius:5px;font-style:italic}.hero h1{font-family:'Manrope',sans-serif;font-size:clamp(50px,5.1vw,76px);letter-spacing:-4px;line-height:1.105;margin:25px 0 23px;font-weight:750}.hero h1>span{color:var(--purple)}.hero-copy>p{color:var(--muted);font-size:17px;max-width:485px;line-height:1.75}.hero-actions{display:flex;align-items:center;gap:26px;margin-top:30px}.text-link{font-size:14px;font-weight:600;display:flex;gap:12px}.hero-note{font-size:13px;display:flex;gap:9px;align-items:center;color:var(--muted);margin-top:23px}.mini-star{color:var(--purple);font-size:22px}.hero-art{position:relative;min-height:565px;border-radius:32px;background:var(--lavender);perspective:1000px;isolation:isolate;transform:rotate(1.5deg)}.mascot{position:absolute;width:100%;height:100%;object-fit:contain;border-radius:32px;mix-blend-mode:multiply;animation:mascotFloat 6s ease-in-out infinite;z-index:1}.art-label{position:absolute;top:25px;left:26px;z-index:3;letter-spacing:2px;font-size:12px;color:#8b7ab3;font-weight:650}.orbit{position:absolute;border:1px solid #dcd6f1;border-radius:50%;width:85%;height:77%;left:7%;top:13%;transform:rotate(-25deg)}.orbit-two{width:63%;height:95%;top:2%;left:18%;transform:rotate(45deg)}.float-card{position:absolute;z-index:3;display:flex;align-items:center;gap:11px;background:#ffffffed;box-shadow:0 12px 40px #51319813;border:1px solid #fff;border-radius:13px;padding:13px 17px;transform-style:preserve-3d;animation:cardFloat 5s ease-in-out infinite;white-space:nowrap}.float-card strong{display:block;font-size:13px;font-weight:650}.float-card small{display:block;color:var(--muted);font-size:12px}.float-recommend{top:96px;left:-30px;transform:rotate(-7deg)}.float-recover{right:-15px;bottom:154px;animation-delay:-1.7s}.float-confirm{bottom:76px;left:9px;animation-delay:-3.4s}.card-icon{width:35px;height:35px;border-radius:10px;display:grid;place-items:center;font-size:22px}.peach{background:#ffeadc;color:#b76e3d}.green{background:#e1f2dd;color:#4b8050}.lilac{background:#e8e1fe;color:#7452e9}.blue{background:#e1eeff;color:#5380b4}.art-bottom{position:absolute;bottom:21px;left:25px;right:22px;display:flex;justify-content:space-between;align-items:center;z-index:4;font-size:12px;color:#837393}.art-bottom button{border:1px solid #d6ceec;border-radius:50%;width:29px;height:29px;background:transparent;color:#71618b}.tiny-wave{display:flex;gap:3px;align-items:center;margin-left:5px}.tiny-wave i{height:15px;width:3px;border-radius:3px;background:#75a276;animation:wave .8s ease-in-out infinite alternate}.tiny-wave i:nth-child(2n){height:25px;animation-delay:.3s}.tiny-wave i:nth-child(3){height:32px;animation-delay:.5s}.capabilities{border-block:1px solid var(--line);background:#fcfbfe}.capability-row{display:flex;justify-content:space-between;align-items:center;padding-block:26px;font-family:'Manrope',sans-serif;font-size:19px;font-weight:600}.capability-row>span:first-child{font-family:'DM Sans',sans-serif;font-size:13px;font-weight:400;line-height:1.5;color:var(--muted)}.capability-row strong{color:var(--ink);font-weight:500}.section{padding-block:95px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:40px}.section-heading .eyebrow{color:var(--purple);margin-bottom:15px}h2{font-family:'Manrope',sans-serif;font-size:44px;font-weight:650;letter-spacing:-2px;line-height:1.2;margin:0}.section-heading>p{color:var(--muted);max-width:385px;margin:0 0 4px;font-size:15px;line-height:1.8}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.feature-card{padding:25px 23px 22px;border:1px solid var(--line);border-radius:17px;display:flex;flex-direction:column;transition:transform .25s,border-color .25s,box-shadow .25s}.feature-card:hover{transform:translateY(-8px);border-color:#bdabf4;box-shadow:0 16px 35px #6d4fba0d}.feature-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.feature-icon{height:42px;width:42px;border-radius:12px;font-size:26px;display:grid;place-items:center}.feature-number{font-size:12px;letter-spacing:.6px;color:#8c8995}.feature-card h3{font-size:19px;line-height:1.5;letter-spacing:-.5px;margin:25px 0 10px;font-weight:600}.feature-card p{font-size:14px;color:var(--muted);line-height:1.8;margin:0 0 25px}.feature-link{display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:600;gap:7px;margin-top:auto}.feature-link>span{font-size:20px;color:var(--purple)}.playground{background:#f7f6fc}.demo-shell{display:grid;grid-template-columns:305px 1fr;border:1px solid #e3dfef;border-radius:23px;overflow:hidden;background:white;min-height:470px;box-shadow:0 18px 60px #42327106}.demo-menu{background:#eeebf8;padding:24px;display:flex;flex-direction:column;gap:9px}.demo-menu>button{width:100%;display:flex;gap:14px;align-items:center;text-align:left;background:transparent;border:1px solid transparent;border-radius:12px;padding:17px 14px;color:#676176}.demo-menu>button[aria-selected=true]{background:white;color:var(--ink);box-shadow:0 4px 12px #42327108;border-color:#e2dcee}.demo-menu>button>span{font-size:25px;width:27px;text-align:center;color:var(--purple)}.demo-menu>button div{font-size:16px;font-weight:600}.demo-menu small{display:block;font-weight:400;font-size:12px;margin-top:2px;color:#837e8e}.demo-menu b{margin-left:auto;font-weight:400;color:var(--purple);opacity:0}.demo-menu>button[aria-selected=true] b{opacity:1}.demo-menu-note{margin:auto 15px 2px;padding-top:22px;color:#8b819f;font-size:13px}.demo-panel{padding:27px 36px;display:flex;flex-direction:column;min-width:0}.demo-top{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:12px;letter-spacing:1.2px;font-weight:600;color:#6a597f}.example-label{font-size:12px;border:1px solid var(--line);border-radius:5px;padding:4px 8px;color:#92909b;letter-spacing:.7px}#demo-content{flex:1;padding:24px 0;display:flex;flex-direction:column;justify-content:center;min-height:330px;animation:appear .35s ease}#demo-content h3{font-size:24px;line-height:1.35;letter-spacing:-.6px;margin:0 0 9px}#demo-content>p{font-size:14px;color:var(--muted);margin:0 0 18px;max-width:580px}.example-ui{background:#f9f8fc;border:1px solid var(--line);border-radius:14px;padding:17px 20px;max-width:610px}.ui-heading{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:11px;margin-bottom:12px;font-size:12px;gap:10px;color:#787180}.ui-heading strong{font-size:13px;color:var(--ink)}.product-row{display:flex;align-items:center;gap:12px;font-size:14px}.product-row+.product-row{margin-top:13px;padding-top:13px;border-top:1px solid var(--line)}.product-row .product-symbol{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;background:#e7e0f7;color:#6a51a1;font-size:23px}.product-row small{display:block;color:#80788d;font-size:12px}.product-row b{margin-left:auto;font-weight:500;font-size:14px}.badge{color:#536f43;background:#e6efde;border-radius:5px;padding:4px 8px;font-size:12px}.chat-bubble{background:#ece5ff;padding:11px 15px;border-radius:12px 12px 12px 3px;font-size:14px;max-width:90%;margin-block:7px}.chat-bubble.reply{background:#e4eedf;margin-left:auto;border-radius:12px 12px 3px 12px}.call-row{display:flex;align-items:center;gap:14px;font-size:14px}.waveform{display:flex;align-items:center;gap:5px;height:42px;margin-left:auto}.waveform i{height:var(--h);width:4px;border-radius:3px;background:var(--purple);animation:wave .65s ease-in-out infinite alternate;animation-delay:var(--d)}.insight-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;gap:20px;font-size:13px}.insight-bar{height:8px;border-radius:5px;background:#e9e5f1;width:42%;overflow:hidden}.insight-bar span{display:block;width:var(--w);background:var(--purple);height:100%;border-radius:5px}.demo-bottom{border-top:1px solid var(--line);padding-top:18px;display:flex;justify-content:space-between;align-items:center;gap:15px}.demo-bottom>span{font-size:12px;letter-spacing:1px;color:#928799}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:55px}.steps article{border-top:1px solid var(--line);padding-top:22px}.steps article>span{font-size:13px;color:var(--purple);font-weight:600}.steps h3{font-size:21px;font-weight:550;letter-spacing:-.4px;margin:17px 0 9px}.steps p{font-size:15px;line-height:1.8;color:var(--muted);max-width:310px}.closing{background:#ede8fe;border-radius:25px;padding:58px 65px;position:relative;overflow:hidden;margin-bottom:65px}.closing .eyebrow{font-size:12px;color:#73618c}.closing h2{margin-top:20px;font-size:48px;position:relative;z-index:1}.closing h2 span{color:var(--purple)}.closing p{font-size:16px;color:#796d8d;margin:18px 0 25px}.closing-asterisk{position:absolute;right:85px;top:-48px;font-size:360px;line-height:1.5;color:#d6caf8;animation:spin 45s linear infinite;pointer-events:none}footer{display:flex;justify-content:space-between;align-items:center;gap:25px;padding-block:10px 42px;color:#8b8595;font-size:12px}footer .brand{font-size:22px;color:var(--ink)}.skip{position:fixed;top:-80px;left:20px;z-index:10;background:var(--ink);color:white;padding:12px}.skip:focus{top:10px}.reveal{transition:opacity .6s,transform .6s}.js-reveal .reveal:not(.visible){opacity:0;transform:translateY(24px)}.paused *{animation-play-state:paused!important}.paused{scroll-behavior:auto}@keyframes mascotFloat{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-12px) rotate(1deg)}}@keyframes cardFloat{0%,100%{translate:0 0;rotate:-3deg}50%{translate:0 -9px;rotate:1deg}}@keyframes wave{to{transform:scaleY(.45)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes appear{from{opacity:.2;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1500px){.hero h1{font-size:78px}.hero{gap:60px}}
@media(max-width:1150px){.wrap{width:calc(100% - 64px)}.header nav{gap:22px}.header>.button{font-size:12px}.hero{gap:30px}.hero h1{font-size:60px;letter-spacing:-3px}.hero-art{min-height:510px}.hero-actions{gap:18px}.hero-actions .button{padding:15px 19px}.float-card{padding:10px 12px;gap:9px}.float-card strong{font-size:12px}.float-card small{font-size:12px}.float-recommend{left:-15px}.float-recover{right:-12px}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-card h3 br{display:none}.feature-card p{max-width:390px}.feature-link{font-size:13px}.feature-number{font-size:12px}.feature-card p{font-size:15px}.closing-asterisk{right:30px}.demo-shell{grid-template-columns:275px 1fr}.demo-panel{padding:25px}}
@media(max-width:850px){.header{height:85px}.header>.button{display:none}.hero h1{font-size:49px;letter-spacing:-2.5px}.hero{padding-top:25px;gap:25px}.hero-copy>p{font-size:15px}.hero-art{min-height:440px}.hero-actions{align-items:flex-start;flex-direction:column;gap:18px}.hero-note{font-size:12px}.float-recommend{top:72px}.float-recover{bottom:120px}.float-confirm{bottom:60px}.float-card{padding:8px}.card-icon{width:27px;height:27px;font-size:19px}.tiny-wave{display:none}.float-card strong{font-size:12px}.art-label{font-size:12px;left:18px}.art-bottom{left:16px;right:14px;font-size:12px}.section{padding-block:65px}.section-heading{gap:30px}.section-heading h2{font-size:35px}.section-heading>p{max-width:310px;font-size:14px}.capability-row{font-size:15px}.demo-shell{grid-template-columns:1fr}.demo-menu{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;padding:12px}.demo-menu>button{justify-content:center;padding:12px 5px;gap:8px}.demo-menu small,.demo-menu b,.demo-menu-note{display:none}.demo-menu>button div{font-size:14px}.demo-menu>button>span{font-size:21px;width:auto}.steps{gap:25px}.steps h3{font-size:18px}.steps p{font-size:14px}.closing{padding:45px}.closing h2{font-size:40px}.closing-asterisk{right:-50px;opacity:.65}.closing p,.closing a{position:relative;z-index:1}footer{flex-wrap:wrap}footer>span:last-child{margin-left:auto}}
@media(max-width:600px){.wrap{width:calc(100% - 40px)}.header{height:78px;gap:15px}.brand{font-size:23px}.menu-button{display:block;background:transparent;border:1px solid var(--line);border-radius:8px;padding:4px 10px;font-size:23px;color:var(--ink)}.header nav{display:none;position:absolute;top:70px;left:20px;right:20px;padding:22px;background:#fff;box-shadow:0 15px 40px #3122441c;border:1px solid var(--line);border-radius:14px;z-index:10;flex-direction:column;gap:20px}.header nav.open{display:flex}.hero{grid-template-columns:1fr;gap:35px;padding-top:24px;padding-bottom:42px}.hero h1{font-size:clamp(48px,12.5vw,67px);letter-spacing:-2.8px;margin:22px 0}.eyebrow{font-size:12px;letter-spacing:1.4px}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:row;align-items:center;gap:22px;flex-wrap:wrap;margin-top:25px}.hero-actions .button{font-size:14px;gap:20px}.hero-note{font-size:12px;margin-top:20px}.hero-art{min-height:420px;margin:5px 6px 0;transform:rotate(1deg)}.float-card strong{font-size:12px}.float-card small{font-size:12px}.float-card{padding:10px 13px}.float-recommend{left:-15px}.float-recover{right:-15px;bottom:133px}.float-confirm{left:10px}.art-label{font-size:12px}.art-bottom{font-size:12px}.capability-row{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;padding-block:24px;font-size:16px}.capability-row>span:first-child{grid-column:1/-1;font-size:13px}.capability-row>span:first-child br{display:none}.capability-row strong{margin-left:3px}.section{padding-block:55px}.section-heading{display:block;margin-bottom:28px}.section-heading h2{font-size:36px;letter-spacing:-1.5px}.section-heading>p{margin-top:20px;max-width:100%;font-size:15px}.feature-grid{grid-template-columns:1fr;gap:14px}.feature-card{padding:23px}.feature-card h3{font-size:21px;margin-top:20px}.feature-card p{margin-bottom:17px;font-size:15px}.feature-link{font-size:14px}.demo-menu{gap:3px;padding:8px}.demo-menu>button{flex-direction:column;gap:3px;padding:10px 3px}.demo-menu>button div{font-size:12px}.demo-panel{padding:21px 17px}.demo-top{font-size:12px;letter-spacing:.8px}.example-label{font-size:12px;padding:4px 5px}.example-ui{padding:14px}#demo-content{min-height:345px}#demo-content h3{font-size:22px}.demo-bottom .button{font-size:12px;gap:12px;padding:12px}.demo-bottom>span{font-size:12px;letter-spacing:.5px}.steps{grid-template-columns:1fr;gap:20px}.steps h3{font-size:21px}.steps p{max-width:100%;font-size:15px;margin-bottom:6px}.closing{padding:35px 25px;margin-bottom:35px}.closing h2{font-size:35px}.closing-asterisk{font-size:240px;right:-75px;top:3px;opacity:.35}.closing p{max-width:240px}.closing .eyebrow{font-size:12px}footer{flex-direction:column;align-items:flex-start;gap:12px;padding-bottom:30px}footer>span:last-child{margin-left:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.js-reveal .reveal:not(.visible){opacity:1;transform:none}}

.demo-top,.insight-row{flex-wrap:wrap}.hero-art{transition:transform .25s ease-out}.art-label{max-width:85%}.float-card{max-width:calc(100% + 10px)}

.early-access{display:grid;grid-template-columns:0.8fr 1.2fr;gap:65px;align-items:start;padding-top:25px}.signup-copy{position:sticky;top:45px}.signup-copy .eyebrow{color:var(--purple);margin-bottom:18px}.signup-copy h2{font-size:44px}.signup-copy p{color:var(--muted);font-size:16px;line-height:1.8}.signup-copy .signup-note{font-size:14px;max-width:340px;margin-top:25px}.signup-form{background:#f7f5fd;border:1px solid var(--line);border-radius:22px;padding:30px}.form-heading h3{font-size:25px;margin:0;letter-spacing:-.7px}.form-heading p{font-size:13px;color:var(--muted);margin:5px 0 23px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.signup-form label,.feature-choices legend{font-size:14px;font-weight:500}.signup-form label>span:not(.consent-label span),.feature-choices legend>span{color:var(--muted);font-weight:400}.signup-form input:not([type=checkbox]),.signup-form select,.signup-form textarea{display:block;width:100%;min-width:0;margin-top:7px;font:inherit;font-size:16px;border:1px solid #d8d1e6;border-radius:8px;background:white;color:var(--ink);padding:11px 12px}.signup-form input:focus,.signup-form textarea:focus,.signup-form select:focus{outline:2px solid var(--purple);outline-offset:2px}.signup-form small{display:block;color:var(--muted);font-size:12px;margin-top:5px}.feature-choices{border:0;padding:0;margin:23px 0;display:grid;gap:10px}.feature-choices legend{margin-bottom:12px}.feature-choices label,.consent-label{display:flex;gap:10px;align-items:flex-start;font-weight:400!important}.signup-form input[type=checkbox]{accent-color:var(--purple);width:17px;height:17px;flex-shrink:0;margin:3px 0 0}.notes-label{display:block}.signup-form textarea{resize:vertical}.consent-label{margin-top:23px;line-height:1.65}.data-note{font-size:12px;color:var(--muted);line-height:1.7}.signup-form .button{margin-top:9px;width:100%}.signup-form .button:disabled{opacity:.65;cursor:wait;transform:none}.trap{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}#signup-status{margin:15px 0 0;font-size:14px;line-height:1.7}#signup-status:empty{display:none}#signup-status[data-state=error]{color:#a0273a}#signup-status[data-state=success]{color:#38653e}.signup-form[data-success=true]{border-color:#9bbd90}@media(max-width:850px){.early-access{gap:35px;grid-template-columns:1fr}.signup-copy{position:static}.signup-copy .signup-note{max-width:100%}}@media(max-width:600px){.signup-form{padding:23px 18px}.form-grid{grid-template-columns:1fr}.signup-copy h2{font-size:36px}.early-access{padding-top:15px}.signup-form .button{font-size:14px;gap:15px}}
