:root{--purple:#594294;--purple-h:#4b367b;--purple-sub:#6a5d94;--purple-deep:#3d2d6b;--purple-night:#2d1b4e;--lavender:#a497d3;--lavender-200:#b8ade0;--lav-tint:rgba(89,66,148,.08);--blue-light:#d9e9fc;--gold:#ffcd52;--gold-deep:#f2b92e;--coral:#ff8657;--green:#afe79e;--ivory:#f7f4ed;--paper:#fcfaf7;--ice:#f6faff;--ink:#1e1e2e;--muted:#6b6b7b;--display:var(--font-onest),"Onest",ui-sans-serif,system-ui,sans-serif;--body:var(--font-montserrat),"Montserrat",ui-sans-serif,system-ui,sans-serif;--r-pill:999px;--maxw:1200px;--ease:cubic-bezier(0.22,1,0.36,1)}.landing-root,.landing-root *{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}.landing-root{font-family:var(--body);color:var(--ink);background:var(--ivory);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:clip}.landing-root img{display:block;max-width:100%}.landing-root a{color:inherit;text-decoration:none}.landing-root ::selection{background:var(--gold);color:var(--purple)}.landing-root .wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}.landing-root .section{padding:100px 0;position:relative}.landing-root .center{text-align:center}.landing-root .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:var(--body);font-weight:600;font-size:15px;line-height:1;border:none;cursor:pointer;border-radius:26px;padding:14px 28px;transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .2s,color .2s;white-space:nowrap}.landing-root .btn .ic{width:18px;height:18px}.landing-root .btn-gold{background:var(--gold);color:var(--purple)}.landing-root .btn-gold:hover{background:var(--gold-deep);transform:translateY(-2px);box-shadow:0 12px 28px rgba(242,185,46,.38)}.landing-root .btn-green{background:var(--green);color:var(--purple);font-family:var(--display);font-weight:700;padding:16px 36px}.landing-root .btn-green:hover{background:#9bdd86;transform:translateY(-2px);box-shadow:0 12px 28px rgba(143,214,120,.45)}.landing-root .btn-purple{background:var(--purple);color:#fff}.landing-root .btn-purple:hover{background:var(--purple-deep);transform:translateY(-2px);box-shadow:0 12px 28px rgba(89,66,148,.32)}.landing-root .btn-ghost{background:transparent;color:var(--purple);border:1.5px solid var(--purple)}.landing-root .btn-ghost:hover{background:var(--purple);color:#fff;transform:translateY(-2px)}.landing-root .btn-lg{padding:16px 36px;font-size:16px}.landing-root .hero{background:linear-gradient(180deg,#3d2d6b,#4b3a7e 16%,#6b4ba0 46%,#9d86c9 74%,#d9e9fc);position:relative;overflow:hidden}.landing-root .nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;transition:background .35s var(--ease),box-shadow .35s,-webkit-backdrop-filter .35s;transition:background .35s var(--ease),backdrop-filter .35s,box-shadow .35s;transition:background .35s var(--ease),backdrop-filter .35s,box-shadow .35s,-webkit-backdrop-filter .35s}.landing-root .nav .wrap{display:flex;align-items:center;justify-content:space-between;padding-top:20px;padding-bottom:20px}.landing-root .nav.stuck{background:rgba(61,45,107,.82);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 1px 0 hsla(0,0%,100%,.08)}.landing-root .brand{font-family:var(--display);font-weight:800;font-size:22px;color:var(--ivory);letter-spacing:-.02em}.landing-root .brand img{height:36px;width:auto;display:block}.landing-root .brand b{color:var(--gold);font-weight:800}.landing-root .nav-links{display:flex;gap:32px;align-items:center}.landing-root .nav-links a{font-size:14.5px;font-weight:500;color:hsla(0,0%,100%,.88);position:relative;padding:4px 0}.landing-root .nav-links a:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background:var(--gold);transition:width .3s var(--ease)}.landing-root .nav-links a:hover:after{width:100%}.landing-root .nav-cta{display:flex;gap:14px;align-items:center}.landing-root .nav-cta .login{font-size:14px;font-weight:500;color:var(--ivory);padding:9px 20px;border-radius:26px;border:1px solid var(--ivory);transition:background .2s}.landing-root .nav-cta .login:hover{background:hsla(42,38%,95%,.14)}.landing-root .nav-reg{display:flex;flex-direction:column;align-items:center;line-height:1.05;background:var(--gold);color:var(--purple);padding:8px 18px;border-radius:26px;font-size:11px;font-weight:700;text-align:center;transition:transform .2s,box-shadow .2s}.landing-root .nav-reg span:last-child{font-size:12px;font-weight:600}.landing-root .nav-burger{display:none;flex-direction:column;gap:5px;width:44px;height:44px;align-items:center;justify-content:center;background:none;border:none;cursor:pointer}.landing-root .nav-burger span{display:block;width:24px;height:2px;background:var(--ivory);border-radius:2px;transition:transform .3s var(--ease),opacity .3s var(--ease)}.landing-root .nav-burger.open span:first-child{transform:translateY(7px) rotate(45deg)}.landing-root .nav-burger.open span:nth-child(2){opacity:0}.landing-root .nav-burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.landing-root .mobile-menu{display:none;position:fixed;top:76px;left:0;right:0;z-index:49;background:rgba(45,27,78,.97);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);flex-direction:column;padding:16px 24px 28px;gap:4px;transform:translateY(-12px);opacity:0;pointer-events:none;transition:transform .3s var(--ease),opacity .3s var(--ease);max-height:calc(100vh - 76px);overflow-y:auto}.landing-root .mobile-menu.open{transform:none;opacity:1;pointer-events:auto}.landing-root .mobile-menu a{font-family:var(--display);font-weight:600;font-size:17px;color:var(--ivory);padding:16px 4px;border-bottom:1px solid hsla(0,0%,100%,.1)}.landing-root .mobile-menu a:last-child{border-bottom:none}.landing-root .mobile-menu .mm-login{margin-top:16px;text-align:center;border-radius:26px;border:1px solid hsla(0,0%,100%,.4);padding:14px}.landing-root .mobile-menu .mm-reg{margin-top:10px;text-align:center;background:var(--gold);color:var(--purple);border-radius:26px;padding:15px;border-bottom:none}.landing-root .nav-reg:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(242,185,46,.4)}.landing-root .hero-inner{padding:92px 0 0;text-align:center;position:relative;z-index:2}.landing-root .hero h1{color:#fff;font-family:var(--display);font-weight:700;font-size:clamp(40px,6vw,76px);line-height:.98;letter-spacing:-.035em;max-width:16ch;margin:0 auto}.landing-root .hero .stat{color:var(--blue-light);font-family:var(--display);font-weight:500;font-size:clamp(22px,3vw,39px);line-height:1.08;letter-spacing:-.02em;max-width:27ch;margin:28px auto 0}.landing-root .hero .stat b{color:#fff;font-weight:700}.landing-root .hero .source{color:var(--lavender);font-size:13px;margin-top:12px;font-weight:400}.landing-root .hero .hero-sub{color:var(--blue-light);font-family:var(--display);font-size:clamp(15px,1.4vw,18px);line-height:1.55;max-width:56ch;margin:22px auto 0;font-weight:400}.landing-root .hero-cta{margin-top:34px}.landing-root .hero-img-wrap{margin-top:56px;position:relative;z-index:2;padding:0 12px}.landing-root .hero-img-wrap img{width:100%;max-width:1080px;margin:0 auto}.landing-root .funcs{background:linear-gradient(180deg,#ddeafb 0,var(--paper) 26%,var(--paper) 100%);position:relative;overflow:hidden}.landing-root .funcs .wrap{position:relative;z-index:2}.landing-root .funcs-squiggle{position:absolute;z-index:1;right:-120px;top:720px;width:480px;max-width:42vw;opacity:.5;pointer-events:none;will-change:transform}.landing-root .funcs-head{text-align:center;max-width:780px;margin:0 auto}.landing-root .funcs-head h2{font-family:var(--display);font-weight:800;font-size:clamp(34px,4.4vw,56px);letter-spacing:-.03em;line-height:1.04;color:var(--purple-h)}.landing-root .funcs-head p{font-family:var(--display);font-size:clamp(15px,1.3vw,18px);line-height:1.5;color:var(--purple-sub);margin-top:16px}.landing-root .feature-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;margin-top:56px}.landing-root .fcard{background:#fff;border-radius:20px;padding:32px 28px;display:flex;flex-direction:column;gap:20px;box-shadow:0 2px 14px rgba(45,27,78,.05);transition:transform .3s var(--ease),box-shadow .3s var(--ease)}.landing-root .fcard:hover{transform:translateY(-6px);box-shadow:0 22px 44px rgba(45,27,78,.12)}.landing-root .fcard-top{display:flex;align-items:center;gap:16px}.landing-root .fic{flex:none;width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:var(--purple);color:#fff}.landing-root .fic .ic{width:24px;height:24px}.landing-root .fcard h3{font-family:var(--display);font-weight:700;font-size:20px;letter-spacing:-.01em;color:var(--ink)}.landing-root .fcard-div{border:none;border-top:1px solid #e8e4f0;margin:0}.landing-root .fcard p{font-family:var(--display);font-weight:400;font-size:15px;line-height:1.6;color:var(--muted)}.landing-root .fmore{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;margin-top:auto;background:transparent;border:1px solid var(--purple);border-radius:24px;padding:9px 20px;font-family:var(--display);font-size:14px;font-weight:600;color:var(--purple);white-space:nowrap;transition:background .25s,color .25s}.landing-root .fmore:hover{background:var(--purple);color:#fff}.landing-root .fmore .ic{width:15px;height:15px;transition:transform .25s var(--ease)}.landing-root .fcard:hover .fmore .ic{transform:translateX(4px)}.landing-root .funcs-foot{text-align:center;margin-top:52px;display:flex;flex-direction:column;align-items:center;gap:22px}.landing-root .funcs-foot h3{font-family:var(--display);font-weight:700;font-size:clamp(24px,2.8vw,32px);letter-spacing:-.02em;color:var(--purple)}.landing-root .funcs-foot .btn .ic{width:17px;height:17px}.landing-root .marquee{background:var(--green);padding:13px 0;overflow:hidden;white-space:nowrap}.landing-root .marquee-track{display:inline-flex;animation:scrollX 70s linear infinite;will-change:transform}.landing-root .marquee-track span{font-family:var(--body);font-weight:500;font-size:13px;letter-spacing:.02em;color:var(--purple);padding-right:8px}@keyframes scrollX{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.landing-root .counter{background:radial-gradient(120% 130% at 50% 0,#6b4ba0 0,#3d2d6b 70%,#2d1b4e 100%)}.landing-root .counter .head{color:#fff;font-family:var(--display);font-weight:700;font-size:clamp(24px,2.6vw,32px);line-height:1.2;letter-spacing:-.02em;text-align:center;max-width:30ch;margin:0 auto}.landing-root .stats{display:grid;grid-template-columns:repeat(4,1fr);margin-top:52px}.landing-root .stat-cell{text-align:center;padding:0 20px;position:relative}.landing-root .stat-cell+.stat-cell:before{content:"";position:absolute;left:0;top:12%;height:76%;width:1px;background:hsla(0,0%,100%,.16)}.landing-root .stat-num{font-family:var(--display);font-weight:800;font-size:clamp(38px,4vw,48px);color:var(--gold);letter-spacing:-.03em;line-height:1}.landing-root .stat-lbl{color:hsla(0,0%,100%,.73);font-family:var(--display);font-weight:500;font-size:13px;margin-top:12px;line-height:1.4}.landing-root .flow{background:var(--paper)}.landing-root .flow-grid{display:grid;grid-template-columns:1fr 460px;grid-gap:56px;gap:56px;align-items:start}.landing-root .flow-head h2{font-family:var(--display);font-weight:700;font-size:clamp(34px,4.4vw,60px);letter-spacing:-.03em;line-height:1.02;color:var(--purple)}.landing-root .flow-head .sub{font-family:var(--body);font-size:clamp(17px,1.7vw,23px);color:var(--lavender);margin-top:14px;font-weight:400}.landing-root .timeline{margin-top:40px}.landing-root .tl-row{display:grid;grid-template-columns:92px 1fr;grid-gap:24px;gap:24px;padding:20px 0;align-items:start}.landing-root .tl-row+.tl-row{border-top:1.5px solid var(--blue-light)}.landing-root .tl-time span{font-family:var(--body);font-weight:600;font-size:13px;color:var(--ivory);background:var(--purple);padding:6px 12px;border-radius:20px;display:inline-block}.landing-root .tl-body h4{font-family:var(--body);font-weight:600;font-size:16px;color:var(--purple);margin-bottom:6px}.landing-root .tl-body p{font-family:var(--body);font-size:14px;line-height:1.5;color:var(--lavender)}.landing-root .flow-panel{position:-webkit-sticky;position:sticky;top:90px;aspect-ratio:460/600;display:grid;place-items:center}.landing-root .flow-panel img{width:88%;max-width:360px;filter:drop-shadow(0 24px 48px rgba(20,12,45,.28))}.landing-root .flow-cta{margin-top:28px}.landing-root .flow-cta p{font-family:var(--display);font-weight:700;font-size:clamp(20px,2.2vw,26px);color:var(--lavender);letter-spacing:-.01em;max-width:30ch;margin-bottom:22px}.landing-root .testi{background:radial-gradient(120% 130% at 50% 0,#6b4ba0 0,#3d2d6b 75%,#2d1b4e 100%)}.landing-root .testi h2{font-family:var(--display);font-weight:800;font-size:clamp(36px,4.6vw,60px);letter-spacing:-.03em;color:var(--gold)}.landing-root .testi-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px;margin-top:48px}.landing-root .tcard{background:hsla(0,0%,100%,.05);border-radius:16px;padding:32px;transition:transform .3s var(--ease),background .3s}.landing-root .tcard:hover{transform:translateY(-6px);background:hsla(0,0%,100%,.09)}.landing-root .tquote{font-family:var(--display);font-size:44px;line-height:.6;color:var(--gold);font-weight:800;height:24px}.landing-root .tcard p{color:var(--blue-light);font-family:var(--body);font-size:15px;line-height:1.62;margin:16px 0 22px}.landing-root .tcard .who{font-family:var(--body);font-weight:600;color:var(--ivory);font-size:16px}.landing-root .tcard .role{color:var(--lavender-200);font-size:14px;margin-top:3px}.landing-root .bna{background:var(--paper);text-align:center}.landing-root .bna-head{max-width:820px;margin:0 auto}.landing-root .bna-head h2{font-family:var(--display);font-weight:800;font-size:clamp(30px,3.6vw,42px);letter-spacing:-.03em;line-height:1.06;color:var(--purple)}.landing-root .bna-head p{font-family:var(--body);font-size:15px;line-height:1.55;color:var(--lavender);margin-top:14px}.landing-root .pains{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;margin:44px auto 0;max-width:900px;text-align:left}.landing-root .pain{display:flex;gap:14px;align-items:center;padding:18px 20px;background:#fff;border-radius:10px;box-shadow:0 2px 12px rgba(45,27,78,.04)}.landing-root .pain .x{flex:none;width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:var(--lav-tint);color:var(--purple)}.landing-root .pain .x .ic{width:18px;height:18px}.landing-root .pain span{font-family:var(--body);font-size:15px;font-weight:500;line-height:1.4;color:var(--purple)}.landing-root .access-band{text-align:center;margin:76px auto 0;display:flex;flex-direction:column;align-items:center;gap:2px}.landing-root .access-band .a1{font-family:var(--display);font-weight:500;font-size:clamp(26px,3.4vw,42px);color:var(--purple);letter-spacing:-.02em}.landing-root .access-band .a2{font-family:var(--display);font-weight:900;font-size:clamp(40px,5.4vw,64px);color:var(--gold);letter-spacing:-.02em;line-height:1.02}.landing-root .access-band .a3{font-family:var(--display);font-weight:700;font-size:clamp(20px,2.2vw,28px);color:var(--purple)}.landing-root .access-img{width:100%;max-width:760px;margin:28px auto 0}.landing-root .access-img img{width:100%;height:auto;display:block}.landing-root .img-ph{width:100%;height:100%;position:relative;border-radius:22px;overflow:hidden;background:repeating-linear-gradient(45deg,#ece7f6 0 14px,#f4f2fb 14px 28px);display:grid;place-items:center;border:1px solid rgba(45,27,78,.1)}.landing-root .img-ph span{font-family:ui-monospace,Menlo,Consolas,monospace;font-size:13px;color:#7c6fa8;background:hsla(0,0%,100%,.78);padding:7px 14px;border-radius:8px}.landing-root .bna-close{text-align:center;margin-top:56px}.landing-root .bna-close h3{font-family:var(--display);font-weight:700;font-size:clamp(26px,3vw,36px);letter-spacing:-.025em;line-height:1.12;color:var(--purple);max-width:22ch;margin:0 auto}.landing-root .bna-close .sub{font-family:var(--display);font-size:16px;line-height:1.55;color:var(--lavender);margin:18px auto 0;max-width:58ch}.landing-root .bna-actions{display:flex;gap:16px;justify-content:center;margin-top:32px;flex-wrap:wrap}.landing-root .rips{background:var(--ivory);overflow:hidden}.landing-root .rips-top{display:flex;align-items:center;gap:28px}.landing-root .rips-top h2{font-family:var(--display);font-weight:900;font-size:clamp(40px,6vw,84px);letter-spacing:-.04em;line-height:.95;color:var(--purple)}.landing-root .rips-nav{display:flex;gap:14px}.landing-root .rips-nav button{width:54px;height:54px;border-radius:50%;border:none;background:var(--purple);color:#fff;cursor:pointer;display:grid;place-items:center;transition:background .2s,transform .2s,opacity .2s}.landing-root .rips-nav button:hover{background:var(--purple-deep);transform:translateY(-2px)}.landing-root .rips-nav button:disabled{opacity:.35;cursor:default;transform:none}.landing-root .rips-nav .ic{width:22px;height:22px}.landing-root .rips-grid{display:grid;grid-template-columns:340px 1fr;grid-gap:48px;gap:48px;align-items:stretch;margin-top:40px}.landing-root .rips-copy{display:flex;flex-direction:column}.landing-root .rips-copy p{font-family:var(--body);font-size:16px;line-height:1.55;color:var(--lavender)}.landing-root .rips-copy p+p{margin-top:18px}.landing-root .rips-copy h3{font-family:var(--display);font-weight:800;font-size:clamp(22px,2.2vw,28px);letter-spacing:-.02em;line-height:1.12;color:var(--purple);margin-top:26px}.landing-root .rips-copy .btn{align-self:flex-start;margin-top:26px}.landing-root .rips-track-wrap{overflow:hidden}.landing-root .rips-track{display:flex;gap:22px;transition:transform .5s var(--ease)}.landing-root .rips-card{flex:0 0 300px;border-radius:20px;padding:32px 28px 30px;display:flex;flex-direction:column;gap:18px}.landing-root .rips-card.c-green{background:var(--green)}.landing-root .rips-card.c-lavender{background:var(--lavender-200)}.landing-root .rips-card.c-blue{background:var(--blue-light)}.landing-root .rips-card.c-coral{background:var(--coral)}.landing-root .rips-card.c-purple{background:var(--purple-deep)}.landing-root .rips-ic{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;background:rgba(45,27,78,.12);color:var(--purple-night);flex:none}.landing-root .rips-card.c-coral .rips-ic,.landing-root .rips-card.c-purple .rips-ic{background:hsla(0,0%,100%,.2);color:#fff}.landing-root .rips-ic .ic{width:28px;height:28px}.landing-root .rips-card h3{font-family:var(--display);font-weight:700;font-size:20px;line-height:1.18;letter-spacing:-.01em;color:var(--purple-night)}.landing-root .rips-card p{font-family:var(--body);font-size:14px;line-height:1.55;color:rgba(30,30,46,.78)}.landing-root .rips-card.c-coral h3,.landing-root .rips-card.c-purple h3{color:#fff}.landing-root .rips-card.c-coral p,.landing-root .rips-card.c-purple p{color:hsla(0,0%,100%,.92)}.landing-root .feat-modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:24px}.landing-root .feat-modal.open{display:flex}.landing-root .feat-modal-backdrop{position:absolute;inset:0;background:rgba(30,20,55,.55);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity .3s var(--ease)}.landing-root .feat-modal.open .feat-modal-backdrop{opacity:1}.landing-root .feat-modal-card{position:relative;width:100%;max-width:900px;background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 40px 100px rgba(20,12,45,.45);transform:translateY(16px) scale(.98);opacity:0;transition:transform .35s var(--ease),opacity .35s var(--ease);max-height:calc(100vh - 48px)}.landing-root .feat-modal.open .feat-modal-card{transform:none;opacity:1}.landing-root .feat-modal-close{position:absolute;top:18px;right:18px;z-index:3;width:40px;height:40px;border-radius:50%;border:none;background:#fff;color:var(--purple);cursor:pointer;display:grid;place-items:center;box-shadow:0 2px 10px rgba(20,12,45,.2);transition:background .2s,box-shadow .2s}.landing-root .feat-modal-close:hover{background:var(--lav-surface);box-shadow:0 4px 14px rgba(20,12,45,.28)}.landing-root .feat-modal-close svg{width:20px;height:20px}.landing-root .feat-modal-body{display:grid;grid-template-columns:.95fr 1.05fr;max-height:calc(100vh - 48px)}.landing-root .feat-modal-text{padding:48px 44px;overflow-y:auto}.landing-root .feat-modal-eyebrow{font-family:var(--body);font-weight:700;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--coral)}.landing-root .feat-modal-text h3{font-family:var(--display);font-weight:800;font-size:clamp(26px,2.8vw,34px);letter-spacing:-.025em;line-height:1.08;color:var(--purple);margin-top:12px}.landing-root .feat-modal-intro{font-family:var(--body);font-size:15px;line-height:1.6;color:var(--muted);margin-top:16px}.landing-root .feat-modal-list{list-style:none;display:flex;flex-direction:column;gap:14px;margin-top:24px}.landing-root .feat-modal-list li{display:flex;gap:12px;align-items:flex-start;font-family:var(--body);font-size:14.5px;line-height:1.45;color:var(--ink)}.landing-root .feat-modal-list .ck{flex:none;width:22px;height:22px;border-radius:50%;background:var(--lav-surface);color:var(--purple);display:grid;place-items:center;margin-top:1px}.landing-root .feat-modal-list .ck svg{width:13px;height:13px}.landing-root .feat-modal-text .btn{margin-top:30px}.landing-root .feat-modal-mock{background:radial-gradient(140% 130% at 70% 10%,#6b4ba0 0,#3d2d6b 80%,#2d1b4e 100%);display:grid;place-items:center;padding:32px}.landing-root .feat-mock-inner{width:100%;height:100%;min-height:280px;border:2px dashed hsla(0,0%,100%,.3);border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.landing-root .feat-mock-ic{width:64px;height:64px;border-radius:20px;background:hsla(0,0%,100%,.14);color:#fff;display:grid;place-items:center}.landing-root .feat-mock-ic .ic{width:32px;height:32px}.landing-root .feat-mock-inner span{font-family:var(--body);font-size:13px;letter-spacing:.04em;color:hsla(0,0%,100%,.7)}.landing-root .pricing{background:var(--ice)}.landing-root .pricing-head{text-align:center;max-width:680px;margin:0 auto}.landing-root .pricing-head h2{font-family:var(--display);font-weight:800;font-size:clamp(34px,4.4vw,56px);letter-spacing:-.03em;color:var(--purple)}.landing-root .pricing-head p{font-family:var(--body);font-size:15px;color:var(--lavender);margin-top:14px}.landing-root .toggle{display:inline-flex;background:#fff;border-radius:var(--r-pill);padding:5px;margin:26px auto 0;gap:4px;box-shadow:0 2px 10px rgba(45,27,78,.06)}.landing-root .toggle button{border:none;background:transparent;cursor:pointer;font-family:var(--display);font-weight:500;font-size:15px;color:var(--muted);padding:10px 22px;border-radius:var(--r-pill);transition:all .25s var(--ease);display:inline-flex;align-items:center;gap:6px}.landing-root .toggle button.active{background:var(--purple);color:#fff;font-weight:700}.landing-root .toggle .save{font-size:12px;color:var(--coral);font-weight:600}.landing-root .toggle button.active .save{color:var(--gold)}.landing-root .plans{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:22px;gap:22px;margin:50px auto 0;max-width:760px;align-items:stretch}.landing-root .plan{background:#fff;border-radius:28px;padding:34px 30px;display:flex;flex-direction:column;box-shadow:0 4px 20px rgba(45,27,78,.06);transition:transform .3s var(--ease),box-shadow .3s var(--ease);position:relative}.landing-root .plan:hover{transform:translateY(-6px);box-shadow:0 24px 50px rgba(45,27,78,.12)}.landing-root .plan.popular{background:var(--purple);border:none;overflow:hidden;padding-top:58px;box-shadow:0 24px 56px rgba(89,66,148,.28)}.landing-root .plan.popular h3{color:var(--blue-light)}.landing-root .plan.popular .price b{color:var(--ivory)}.landing-root .plan.popular .desc,.landing-root .plan.popular .price small{color:var(--lavender)}.landing-root .plan.popular hr{border-top-color:rgba(164,151,211,.3)}.landing-root .plan.popular li{color:var(--blue-light)}.landing-root .plan.popular li .ck{color:var(--ivory)}.landing-root .badge-pop{position:absolute;top:0;left:0;right:0;background:var(--gold);color:var(--purple);font-family:var(--body);font-weight:700;font-size:12px;letter-spacing:.06em;padding:10px;text-align:center}.landing-root .plan h3{font-family:var(--body);font-weight:600;font-size:18px;color:var(--lavender)}.landing-root .plan .price{display:flex;align-items:baseline;gap:8px;margin:10px 0 6px}.landing-root .plan .price b{font-family:var(--body);font-weight:700;font-size:40px;letter-spacing:-.02em;color:var(--purple)}.landing-root .plan .price small{font-size:14px;color:var(--lavender-200);font-weight:400}.landing-root .plan .desc{font-family:var(--body);font-size:14px;color:var(--lavender-200);line-height:1.5;min-height:40px}.landing-root .plan hr{border:none;border-top:1px solid rgba(89,66,148,.12);margin:22px 0}.landing-root .plan ul{list-style:none;display:flex;flex-direction:column;gap:12px;flex:1 1}.landing-root .plan li{display:flex;gap:11px;align-items:flex-start;font-family:var(--body);font-size:14px;line-height:1.45;color:var(--lavender)}.landing-root .plan li .ck{flex:none;color:var(--coral);margin-top:1px}.landing-root .plan li .ck .ic{width:17px;height:17px}.landing-root .plan .btn{margin-top:26px;width:100%}.landing-root .why{background:radial-gradient(120% 120% at 80% 0,#6b4ba0 0,#3d2d6b 70%,#2d1b4e 100%);overflow:hidden}.landing-root .why-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center}.landing-root .why-copy .eyebrow{font-family:var(--display);font-weight:700;font-size:14px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold)}.landing-root .why-copy h2{font-family:var(--display);margin-top:18px}.landing-root .why-copy h2 .a{display:block;font-weight:800;font-size:clamp(22px,2.4vw,30px);color:#fff;letter-spacing:-.02em}.landing-root .why-copy h2 .b{display:block;font-weight:800;font-size:clamp(30px,3.6vw,46px);color:var(--gold);letter-spacing:-.03em;line-height:1.04;margin-top:6px}.landing-root .why-copy .lede{font-family:var(--display);font-size:16px;line-height:1.55;color:hsla(0,0%,100%,.67);margin-top:20px;max-width:46ch}.landing-root .why-copy .know{display:inline-flex;align-items:center;gap:8px;margin-top:26px;background:var(--gold);color:var(--purple-deep);font-family:var(--display);font-weight:700;font-size:15px;padding:13px 26px;border-radius:24px;transition:transform .2s,box-shadow .2s}.landing-root .why-copy .know .ic{width:16px;height:16px;transition:transform .25s var(--ease)}.landing-root .why-copy .know:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(242,185,46,.4)}.landing-root .why-copy .know:hover .ic{transform:translateX(4px)}.landing-root .why-list{display:flex;flex-direction:column;gap:16px}.landing-root .why-item{border-radius:20px;padding:24px 26px;transition:transform .3s var(--ease)}.landing-root .why-item:hover{transform:translateX(6px)}.landing-root .why-item .top{display:flex;gap:14px;align-items:center}.landing-root .why-item .wic{flex:none;width:40px;height:40px;border-radius:11px;display:grid;place-items:center;background:hsla(0,0%,100%,.35)}.landing-root .why-item .wic .ic{width:20px;height:20px}.landing-root .why-item h4{font-family:var(--display);font-weight:700;font-size:16px;line-height:1.3}.landing-root .why-item p{font-family:var(--display);font-size:13px;line-height:1.5;margin-top:10px}.landing-root .why-item.green{background:var(--green)}.landing-root .why-item.green h4{color:#1e3a1e}.landing-root .why-item.green .wic,.landing-root .why-item.green p{color:#2d6b3f}.landing-root .why-item.gold{background:var(--gold)}.landing-root .why-item.gold h4{color:#4a3800}.landing-root .why-item.gold .wic,.landing-root .why-item.gold p{color:#8b6d14}.landing-root .why-item.blue{background:var(--blue-light)}.landing-root .why-item.blue h4{color:#1e3a5a}.landing-root .why-item.blue .wic,.landing-root .why-item.blue p{color:#2e5d8c}.landing-root .why-ipads{margin-top:56px}.landing-root .why-ipads img{width:100%}.landing-root .community{background:var(--ivory)}.landing-root .community-head{text-align:center;max-width:680px;margin:0 auto}.landing-root .community-head h2{font-family:var(--display);font-weight:800;font-size:clamp(30px,3.6vw,42px);letter-spacing:-.03em;color:var(--purple)}.landing-root .community-head p{font-family:var(--body);font-size:15px;color:var(--lavender);margin-top:14px}.landing-root .blog-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px;margin-top:48px}.landing-root .bcard{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 14px rgba(45,27,78,.05);transition:transform .3s var(--ease),box-shadow .3s var(--ease);display:flex;flex-direction:column}.landing-root .bcard:hover{transform:translateY(-6px);box-shadow:0 22px 44px rgba(45,27,78,.12)}.landing-root .bcard .thumb{aspect-ratio:16/9;background:linear-gradient(120deg,#ede9f7,var(--blue-light));position:relative}.landing-root .bcard .thumb:after{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(45deg,rgba(89,66,148,.05) 0 10px,transparent 10px 20px)}.landing-root .bcard .body{padding:22px 22px 24px;display:flex;flex-direction:column;flex:1 1}.landing-root .tag{align-self:flex-start;font-family:var(--body);font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--coral)}.landing-root .bcard h3{font-family:var(--body);font-weight:600;font-size:18px;line-height:1.32;color:var(--purple);margin:10px 0 18px}.landing-root .bcard .read{display:inline-flex;align-items:center;gap:7px;font-family:var(--body);font-size:14px;font-weight:500;color:var(--coral);margin-top:auto}.landing-root .bcard .read .ic{width:15px;height:15px}.landing-root .footer{background:var(--purple);color:#fff;padding:60px 0 36px}.landing-root .foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:40px;gap:40px}.landing-root .foot-brand .brand{font-size:22px;color:var(--ivory)}.landing-root .foot-brand .brand img{height:22px}.landing-root .foot-brand p{color:var(--lavender-200);font-family:var(--display);font-weight:500;font-size:16px;line-height:1.4;margin-top:14px;max-width:24ch;letter-spacing:.01em}.landing-root .socials{display:flex;gap:12px;margin-top:22px}.landing-root .socials a{width:40px;height:40px;border-radius:50%;border:1px solid hsla(0,0%,100%,.25);display:grid;place-items:center;transition:background .2s,border-color .2s,transform .2s,color .2s;color:#fff}.landing-root .socials a:hover{background:var(--gold);border-color:var(--gold);color:var(--purple);transform:translateY(-3px)}.landing-root .socials .ic{width:18px;height:18px}.landing-root .foot-col h5{font-family:var(--body);font-weight:600;font-size:13px;color:var(--ivory);margin-bottom:16px}.landing-root .foot-col a{display:block;color:var(--lavender-200);font-family:var(--body);font-size:14px;padding:5px 0;transition:color .2s}.landing-root .foot-col a:hover{color:var(--gold)}.landing-root .foot-rule{border:none;border-top:1px solid hsla(0,0%,100%,.16);margin:44px 0 22px}.landing-root .foot-bot{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;color:hsla(0,0%,100%,.6);font-family:var(--body);font-size:13px}.landing-root .faq{background:var(--ivory)}.landing-root .faq-head{text-align:center;max-width:720px;margin:0 auto}.landing-root .faq-head h2{font-family:var(--display);font-weight:800;font-size:clamp(30px,3.6vw,42px);letter-spacing:-.03em;color:var(--purple)}.landing-root .faq-head p{font-family:var(--body);font-size:15px;color:var(--lavender);margin-top:14px}.landing-root .faq-list{max-width:820px;margin:44px auto 0}.landing-root .faq-item{border-bottom:1px solid rgba(45,27,78,.1)}.landing-root .faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 4px;background:none;border:none;cursor:pointer;text-align:left;font-family:var(--body);font-weight:600;font-size:16px;color:var(--purple)}.landing-root .faq-q .chev{flex:none;width:20px;height:20px;color:#6e6e73;transition:transform .35s var(--ease)}.landing-root .faq-item.open .faq-q .chev{transform:rotate(180deg)}.landing-root .faq-a{overflow:hidden;max-height:0;transition:max-height .4s var(--ease)}.landing-root .faq-item.open .faq-a{max-height:460px}.landing-root .faq-a-inner{padding:0 4px 22px;font-family:var(--body);font-size:15px;line-height:1.62;color:var(--lavender);max-width:90%}.landing-root .faq-foot{text-align:center;margin-top:48px;display:flex;flex-direction:column;align-items:center;gap:18px}.landing-root .faq-foot p{font-family:var(--body);font-size:15px;color:var(--lavender-200);max-width:48ch}.landing-root .wa-float{position:fixed;right:24px;bottom:24px;z-index:100;width:60px;height:60px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;box-shadow:0 8px 24px rgba(37,211,102,.45);transition:transform .25s var(--ease),box-shadow .25s var(--ease)}.landing-root .wa-float:hover{transform:scale(1.08) translateY(-2px);box-shadow:0 12px 30px rgba(37,211,102,.55)}.landing-root .wa-float svg{width:32px;height:32px}@media (max-width:640px){.landing-root .wa-float{right:16px;bottom:16px;width:54px;height:54px}.landing-root .wa-float svg{width:28px;height:28px}}@media (prefers-reduced-motion:no-preference){.landing-root .reveal{opacity:0;transform:translateY(28px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.landing-root .reveal.in{opacity:1;transform:none}.landing-root .reveal.shown{opacity:1!important;transform:none!important;transition:none!important}.landing-root .reveal-d1{transition-delay:.08s}.landing-root .reveal-d2{transition-delay:.16s}.landing-root .reveal-d3{transition-delay:.24s}.landing-root .reveal-d4{transition-delay:.32s}}@media (max-width:980px){.landing-root .nav-cta,.landing-root .nav-links{display:none}.landing-root .mobile-menu,.landing-root .nav-burger{display:flex}.landing-root .blog-grid,.landing-root .feature-grid,.landing-root .plans,.landing-root .stats,.landing-root .testi-grid{grid-template-columns:1fr 1fr}.landing-root .stats{gap:36px 0}.landing-root .stat-cell:before{display:none}.landing-root .why-grid{grid-template-columns:1fr;gap:40px}.landing-root .flow-grid{grid-template-columns:1fr 280px;gap:40px}.landing-root .flow-panel img{max-width:240px}.landing-root .foot-grid{grid-template-columns:1fr 1fr;gap:32px}.landing-root .rips-grid{grid-template-columns:280px 1fr;gap:32px}.landing-root .feat-modal-body{grid-template-columns:1fr}.landing-root .feat-modal-mock{order:-1;min-height:180px;padding:24px}.landing-root .feat-mock-inner{min-height:150px}.landing-root .feat-modal-text{padding:36px 32px}}@media (max-width:640px){.landing-root .flow-grid{grid-template-columns:1fr;gap:40px}.landing-root .flow-panel{max-width:420px;margin:0 auto;position:static}.landing-root .flow-panel img{max-width:300px}.landing-root .section{padding:72px 0}.landing-root .blog-grid,.landing-root .feature-grid,.landing-root .pains,.landing-root .plans,.landing-root .testi-grid{grid-template-columns:1fr}.landing-root .stats{grid-template-columns:1fr 1fr}.landing-root .stat-cell:before{display:none!important}.landing-root .tl-row{grid-template-columns:80px 1fr;gap:16px}.landing-root .foot-grid{grid-template-columns:1fr}.landing-root .hero-inner{padding:56px 0 0}.landing-root .hero h1{font-size:34px}.landing-root .hero .stat{font-size:19px;margin-top:18px}.landing-root .hero .hero-sub{margin-top:16px}.landing-root .hero-cta{margin-top:24px;padding:0 12px}.landing-root .hero-cta .btn{white-space:normal;max-width:320px;width:100%;margin:0 auto}.landing-root .hero .btn-lg{padding:16px 24px;font-size:14.5px}.landing-root .hero-img-wrap{margin-top:36px}.landing-root .rips-grid{grid-template-columns:1fr;gap:28px}.landing-root .rips-top h2{font-size:44px}.landing-root .rips-card{flex:0 0 82%}.landing-root .feat-modal-card{border-radius:22px}.landing-root .feat-modal-text{padding:32px 24px}}