:root{--ink:#130817;--purple:#25002f;--purple-2:#3e0050;--violet:#8b5cf6;--soft:#f7f2f8;--line:#e5dbe8;--muted:#6f6373}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.site-header{height:82px;padding:0 5vw;justify-content:space-between;position:absolute;inset:0 0 auto;z-index:20;color:#fff;border-bottom:1px solid rgba(255,255,255,.13)}.logo,.site-header{display:flex;align-items:center}.logo{gap:10px;font-size:23px;font-weight:700;letter-spacing:-.7px}.logo-mark{width:35px;height:35px;display:grid;place-items:center;border:1px solid;border-radius:10px;font-size:14px;font-weight:800;letter-spacing:-1px}nav{display:flex;align-items:center;gap:34px;font-size:14px}.nav-cta{padding:12px 18px;background:#fff;color:var(--purple);border-radius:50px;font-weight:700}.hero{min-height:850px;padding:160px 5vw 100px;background:radial-gradient(circle at 64% 8%,#581270 0,transparent 29%),linear-gradient(135deg,#18001f,#2b0036 53%,#140019);color:#fff;display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;gap:5vw;position:relative;overflow:hidden}.hero:after{content:"";width:700px;height:700px;border:1px solid rgba(255,255,255,.07);right:-250px;top:50px}.glow,.hero:after{position:absolute;border-radius:50%}.glow{filter:blur(70px);opacity:.35}.glow-one{width:320px;height:320px;background:#8b5cf6;left:-100px;bottom:10%}.glow-two{width:220px;height:220px;background:#f65ab7;right:24%;top:18%;opacity:.2}.hero-copy{position:relative;z-index:2;max-width:650px}.eyebrow,.section-kicker{display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.19em;font-size:11px;font-weight:700;color:#7b5c83}.eyebrow{color:#d9b4e4}.eyebrow span{width:7px;height:7px;border-radius:50%;background:#a873ff;box-shadow:0 0 0 5px rgba(168,115,255,.15)}h1{font-size:clamp(55px,6vw,92px);line-height:.95;letter-spacing:-.065em;margin:30px 0 25px;max-width:780px}h1 em,h2 em{color:#b993ff;font-style:normal;font-weight:400}.hero-copy>p{max-width:610px;font-size:18px;line-height:1.7;color:#d5c7d9}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:38px}.button{border:0;border-radius:10px;padding:16px 22px;font-weight:750;display:inline-flex;align-items:center;justify-content:center;gap:26px;cursor:pointer;transition:.25s}.button:hover{transform:translateY(-2px)}.button-light{color:var(--purple);background:#fff;box-shadow:0 14px 35px rgba(0,0,0,.25)}.button-dark{color:#fff;background:var(--purple)}.text-link{font-size:14px;color:#ded0e2;border-bottom:1px solid rgba(255,255,255,.25);padding:10px 0}.hero-proof{margin-top:45px;display:flex;align-items:center;gap:15px}.hero-proof p{font-size:12px;line-height:1.55;color:#baaabf;margin:0}.hero-proof strong{color:#fff;font-size:13px}.mini-avatars{display:flex}.mini-avatars i{width:34px;height:34px;margin-left:-8px;border-radius:50%;border:2px solid #2b0036;background:#6e3b7b;display:grid;place-items:center;font-size:9px;font-style:normal}.mini-avatars i:first-child{margin-left:0}.product-scene{position:relative;z-index:3;perspective:1200px}.app-window{background:#fbfafc;border:1px solid rgba(255,255,255,.26);border-radius:18px;box-shadow:0 50px 100px rgba(0,0,0,.42);overflow:hidden;color:#1b1020;transform:rotateY(-2deg) rotateX(1deg)}.app-top{height:62px;justify-content:space-between;padding:0 18px;border-bottom:1px solid #eee8f0}.app-brand,.app-top{display:flex;align-items:center}.app-brand{gap:8px;font-weight:700}.app-brand b{background:var(--purple);color:#fff;border-radius:8px;width:29px;height:29px;display:grid;place-items:center;font-size:10px}.top-actions{display:flex;align-items:center;gap:10px}.top-actions span{width:16px;height:16px;border-radius:50%;background:#efe9f1}.top-actions i{font-style:normal;width:30px;height:30px;display:grid;place-items:center;background:#f0daf6;color:var(--purple);border-radius:50%;font-size:9px;font-weight:700}.app-body{height:500px;display:grid;grid-template-columns:120px 245px 1fr}.app-body aside{padding:18px 10px;border-right:1px solid #eee8f0;display:flex;flex-direction:column;gap:7px;background:#f8f5f9}.app-body aside button,.aside-bottom{border:0;padding:10px;background:transparent;border-radius:8px;text-align:left;display:flex;gap:8px;align-items:center;font-size:11px;color:#736777}.app-body aside .active{background:#ede2f1;color:var(--purple);font-weight:700}.app-body aside button b{margin-left:auto;background:var(--purple);color:#fff;border-radius:8px;padding:1px 5px;font-size:8px}.aside-bottom{margin-top:auto}.conversation-list{border-right:1px solid #eee8f0;background:#fff}.list-title{height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;font-size:12px;font-weight:700}.list-title button{border:0;background:#eee4f2;color:var(--purple);border-radius:7px}.search{margin:0 12px 10px;padding:10px;border:1px solid #eee8f0;border-radius:7px;color:#a39aa6;font-size:9px}.conversation{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:9px;padding:13px 12px;border-left:3px solid transparent}.conversation.selected{background:#f6eff8;border-left-color:var(--purple)}.chat-head i,.conversation i{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-size:10px;font-style:normal}.conversation div{display:flex;flex-direction:column;min-width:0}.conversation strong{font-size:10px}.conversation span{font-size:8px;color:#918795;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation small{font-size:7px;color:#a198a3}.chat-panel{flex-direction:column;background:#fcfbfc}.chat-head,.chat-panel{padding:0 14px;display:flex}.chat-head{height:56px;margin:0 -14px;border-bottom:1px solid #eee8f0;align-items:center;gap:9px}.chat-head i{background:#cfb5ff}.chat-head div{display:flex;flex-direction:column}.chat-head strong{font-size:10px}.chat-head span{font-size:7px;color:#4a9e70}.chat-head button{border:0;background:transparent;margin-left:auto}.chat-day{align-self:center;color:#aaa0ad;font-size:7px;margin:14px}.bubble{max-width:82%;border-radius:10px;padding:10px 12px 7px;font-size:9px;line-height:1.55;margin-bottom:8px;display:flex;flex-direction:column}.bubble small{font-size:6px;align-self:flex-end;margin-top:3px;opacity:.6}.incoming{background:#fff;border:1px solid #eee8f0}.outgoing{background:#e9dafa;align-self:flex-end}.ai-label{align-self:flex-end;font-size:7px;color:#846c8c;margin:4px 4px 5px}.ai-label b{color:#7c3aed}.lead-chip{border:1px solid #caead6;color:#3b8059;border-radius:7px;padding:8px;font-size:7px;margin-top:8px;background:#f3fbf6}.reply-box{margin-top:auto;margin-bottom:14px;border:1px solid #e5dce7;border-radius:9px;padding:11px;color:#aca1af;font-size:8px;display:flex;align-items:center}.reply-box button{margin-left:auto;border:0;width:25px;height:25px;border-radius:7px;background:var(--purple);color:#fff}.float-card{position:absolute;z-index:5;background:#fff;color:#2d1733;padding:12px 15px;border-radius:11px;box-shadow:0 16px 40px rgba(0,0,0,.25);font-size:10px;display:flex;align-items:center;gap:8px}.fc-one{top:-25px;right:15px}.fc-two{bottom:-32px;left:12%;flex-direction:column;align-items:flex-start;gap:2px}.fc-two strong{font-size:20px;color:var(--purple)}.fc-two span{color:#807484}.status-dot{width:7px;height:7px;border-radius:50%;background:#34c77b}.channel-strip{padding:25px 5vw;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);background:#fff}.channel-strip>p{color:#847887;font-size:12px}.channel-strip>div{display:flex;gap:30px}.channel-strip span{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:700}.channel-strip i{width:25px;height:25px;display:grid;place-items:center;border-radius:7px;color:#fff;font-style:normal;font-size:7px}.section-pad{padding:110px 7vw}.problem-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:8vw;align-items:end}h2{font-size:clamp(40px,5vw,70px);line-height:1.06;letter-spacing:-.05em;margin:22px 0}.how h2 em,.problem h2 em{color:#6e3b7b}.features-head>p,.problem-grid p{color:var(--muted);font-size:16px;line-height:1.8}.problem-cards{display:grid;grid-template-columns:repeat(3,1fr);margin-top:65px;border-top:1px solid var(--line);border-left:1px solid var(--line)}.problem-cards article{padding:30px;min-height:280px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);position:relative}.feature-grid article>span,.problem-cards article>span{color:#9f92a3;font-size:10px}.problem-icon{margin:35px 0 28px;font-size:28px;color:#70447d}h3{margin:0 0 12px;font-size:21px;letter-spacing:-.025em}.feature-grid p,.problem-cards p,.steps p{color:var(--muted);line-height:1.65;font-size:14px}.features{background:var(--purple);color:#fff}.features-head{display:grid;grid-template-columns:1.2fr .6fr;gap:10vw;align-items:end}.section-kicker.light{color:#c29dcc}.features-head>p{color:#c7b6cb}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:60px;border-top:1px solid rgba(255,255,255,.16);border-left:1px solid rgba(255,255,255,.16)}.feature-grid article{padding:28px;min-height:280px;border-right:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16)}.feature-grid article>span{color:#ae8eba}.feature-glyph{font-size:28px;color:#c7a1ff;margin:34px 0 25px}.feature-grid p{color:#c8b8cc;max-width:310px}.how{text-align:center;background:var(--soft)}.how .section-kicker{justify-content:center}.steps{display:grid;grid-template-columns:repeat(3,1fr);max-width:1150px;margin:65px auto 0;text-align:left;gap:20px}.steps article{background:#fff;padding:30px;border-radius:15px;display:flex;gap:22px;box-shadow:0 8px 30px rgba(42,17,48,.06)}.steps b{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;background:#eee4f2;color:var(--purple);border-radius:50%}.audience{padding-top:0;background:var(--soft)}.audience-card{background:linear-gradient(130deg,#2b0036,#4b0a5c);color:#fff;border-radius:24px;padding:75px;overflow:hidden;position:relative}.audience-card:after{content:"54";position:absolute;font-size:300px;font-weight:800;color:rgba(255,255,255,.035);right:-20px;bottom:-120px}.audience-card h2{max-width:850px}.audience-card>p{color:#d2bfd7;max-width:700px;line-height:1.7}.industry-pills{display:flex;flex-wrap:wrap;gap:9px;margin-top:35px}.industry-pills span{padding:9px 14px;border:1px solid rgba(255,255,255,.2);border-radius:50px;font-size:11px}.waitlist{background:linear-gradient(130deg,#1b0022,#31003d);color:#fff;display:grid;grid-template-columns:.8fr 1.2fr;gap:9vw;align-items:center}.waitlist-copy>p{color:#cbb8cf;max-width:520px;line-height:1.8}.waitlist-copy>a{display:inline-block;margin-top:25px;color:#d9adff;border-bottom:1px solid #79518b}.form-card{background:#fff;color:var(--ink);padding:38px;border-radius:18px;box-shadow:0 25px 70px rgba(0,0,0,.28)}.form-heading{display:flex;justify-content:space-between;text-transform:uppercase;letter-spacing:.14em;font-size:10px;color:#6c5c70;padding-bottom:20px;border-bottom:1px solid var(--line)}.form-row label,form>label{display:flex;flex-direction:column;gap:8px;font-size:11px;font-weight:700;color:#554b58;margin-top:17px}.optional{display:inline;margin-left:4px;color:#938897;font-size:9px;font-weight:400}.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}input,select{width:100%;border:1px solid #ddd3df;border-radius:8px;padding:13px;outline:none;background:#fff;color:#201524}input:focus,select:focus{border-color:#7c3aed;box-shadow:0 0 0 3px rgba(124,58,237,.1)}.check{flex-direction:row!important;align-items:flex-start;font-weight:400!important;line-height:1.5}.check input{width:16px;height:16px;accent-color:var(--purple);margin-top:1px}.submit{width:100%;margin-top:20px}.submit:disabled{opacity:.65;cursor:wait}.form-note{color:#938897;font-size:9px;line-height:1.5;text-align:center}.form-note a{text-decoration:underline}.form-error{color:#b42318;font-size:12px;text-align:center}.success-state{min-height:550px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.success-state>div{width:60px;height:60px;display:grid;place-items:center;color:#fff;background:#32a66a;border-radius:50%;font-size:25px;margin-bottom:22px}.success-state h3{font-size:30px}.success-state p{color:var(--muted);max-width:380px;line-height:1.7;margin-bottom:25px}footer{background:#100014;color:#fff;padding:65px 7vw 30px}.footer-top{display:flex;justify-content:space-between;align-items:end;padding-bottom:45px;border-bottom:1px solid rgba(255,255,255,.13)}.footer-top p{color:#a995ae;max-width:350px;text-align:right;line-height:1.6}.footer-bottom{padding-top:24px;display:flex;justify-content:space-between;color:#8e7995;font-size:11px}.footer-bottom div{display:flex;gap:22px}.legal-page{min-height:100vh;background:var(--soft)}.legal-header{height:82px;padding:0 6vw;background:var(--purple);color:#fff;display:flex;justify-content:space-between;align-items:center}.legal-header>a:last-child{font-size:13px;color:#dfcfe3}.legal-content{max-width:880px;margin:0 auto;padding:90px 30px 120px}.legal-label{text-transform:uppercase;letter-spacing:.16em;color:#795c81;font-size:10px;font-weight:700}.legal-content h1{color:var(--purple);margin:18px 0 24px}.legal-intro{font-size:20px!important;color:#5f5263!important;line-height:1.65!important;padding-bottom:35px;border-bottom:1px solid var(--line)}.legal-content h2{font-size:25px;letter-spacing:-.02em;margin:42px 0 12px}.legal-content li,.legal-content p{color:#5f5662;font-size:15px;line-height:1.8}.legal-content a{color:#652978;text-decoration:underline}.legal-content li{margin:8px 0}@media (max-width:1050px){.hero{grid-template-columns:1fr;padding-top:150px}.hero-copy{max-width:760px}.product-scene{max-width:800px;width:100%;margin:30px auto 0}.features-head,.problem-grid,.waitlist{grid-template-columns:1fr}.waitlist{gap:50px}}@media (max-width:760px){.site-header{height:72px}nav>a:not(.nav-cta){display:none}.hero{padding:125px 22px 75px;min-height:auto}h1{font-size:52px}.hero-actions{align-items:flex-start;flex-direction:column;gap:9px}.product-scene{margin-top:65px}.app-body{height:390px;grid-template-columns:70px 1fr}.app-body aside{padding:10px 6px}.app-body aside b,.app-body aside span,.conversation-list{display:none}.channel-strip{align-items:flex-start;gap:14px;flex-direction:column;overflow:hidden}.channel-strip>div{gap:16px;flex-wrap:wrap}.section-pad{padding:80px 22px}.feature-grid,.problem-cards,.steps{grid-template-columns:1fr}.feature-grid,.problem-cards{border-left:0}.feature-grid article,.problem-cards article{min-height:auto}.audience-card{padding:45px 25px}.form-card{padding:25px 20px;min-height:0}.form-row{grid-template-columns:1fr;gap:0}.footer-bottom,.footer-top{align-items:flex-start;flex-direction:column;gap:25px}.footer-top p{text-align:left}.footer-bottom div{flex-wrap:wrap;gap:13px}}