*,:after,:before{margin:0;padding:0;box-sizing:border-box}body,html,main{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}body{overflow-x:hidden}body,html{margin:0!important;padding:0!important}footer,header{width:100%}html{scroll-behavior:smooth}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#ece9f7;background:#0a0714;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:color .2s}ol,ul{list-style:none}h1,h2,h3,h4{line-height:1.2;font-weight:700}h1{font-size:clamp(2rem,5vw,3rem)}h2{font-size:clamp(1.5rem,3.5vw,2.25rem)}h3{font-size:1.125rem}.container{max-width:1200px}.container,.container-sm{margin:0 auto;padding:0 24px}.container-sm{max-width:700px}.container-xs{max-width:520px;margin:0 auto;padding:0 24px}.section{padding:80px 24px}.text-center{text-align:center}.text-muted{color:#9a94b8}.text-light{color:rgba(255,255,255,.75)}.subtitle{font-size:1.1rem;color:#9a94b8;line-height:1.7;max-width:600px}.subtitle.centered{margin-left:auto;margin-right:auto}.section-header{margin-bottom:48px}.section-header h2{margin-bottom:12px}.label{display:inline-block;font-size:.75rem;letter-spacing:.5px;text-transform:uppercase}.btn,.label{font-weight:600}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;border-radius:10px;font-size:.95rem;border:none;cursor:pointer;transition:transform .15s,box-shadow .15s}.btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.btn-primary{background:#d4a84f;color:#0a0714}.btn-gradient{background:linear-gradient(135deg,#e6b450,#d4a84f);color:#fff}.btn-outline{background:transparent;border:1px solid rgba(255,255,255,.3);color:#ece9f7}.btn-outline:hover{background:rgba(255,255,255,.1)}.btn-lg{padding:14px 36px;font-size:1.05rem;border-radius:12px}.btn-group{display:flex;gap:12px;flex-wrap:wrap}.btn-group.centered{justify-content:center}.site-nav{display:flex;align-items:center;justify-content:space-between;padding:11px 40px;background:#0a0714;border-bottom:1px solid #2a2140;z-index:100}header{position:-webkit-sticky;position:sticky;top:0;z-index:100}.site-nav .logo{font-size:1.25rem;font-weight:800;color:#d4a84f}.site-nav .nav-links{display:flex;gap:24px}.site-nav .nav-links a{color:#9a94b8;font-size:.875rem;font-weight:500}.site-nav .nav-links a:hover{color:#d4a84f}.hero{padding:100px 24px;background:linear-gradient(135deg,#0a0714,#150f24,#8b5cf6);color:#ece9f7;text-align:center}.hero h1{max-width:800px;margin:0 auto 16px;font-weight:800}.hero .subtitle{color:rgba(255,255,255,.8);margin:0 auto 32px}.hero-title{background:linear-gradient(135deg,#e6b450,#d4a84f);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-split{padding:80px 24px;background:linear-gradient(135deg,#0a0714,#150f24,#8b5cf6);color:#ece9f7}.hero-split .hero-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;max-width:1100px;margin:0 auto;align-items:center}.hero-split .hero-text{text-align:left}.hero-split h1{font-weight:800;margin-bottom:16px}.hero-split .subtitle{color:rgba(255,255,255,.8);margin-bottom:32px;text-align:left}.hero-split .hero-image svg{width:100%;height:auto;max-height:380px;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3))}.hero-split .hero-image{border-radius:16px;aspect-ratio:4/3;width:100%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);font-size:.85rem;color:rgba(255,255,255,.4);overflow:hidden}.hero-split .hero-image img{object-fit:contain!important;max-width:100%;max-height:100%}.hero-carousel{padding:80px 24px;background:linear-gradient(135deg,#0a0714,#150f24,#8b5cf6);color:#ece9f7}.hero-carousel .hero-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;max-width:1100px;margin:0 auto;align-items:center}.hero-carousel .hero-text{text-align:left}.hero-carousel h1{font-weight:800;margin-bottom:16px}.hero-carousel .subtitle{color:rgba(255,255,255,.8);margin-bottom:32px;text-align:left}.hero-carousel .carousel-wrap{border-radius:16px;overflow:hidden;background:rgba(255,255,255,.08);box-shadow:0 20px 60px rgba(0,0,0,.25)}.hero-carousel .carousel-slides{position:relative;aspect-ratio:4/3;width:100%}.hero-carousel .carousel-slide{position:absolute;inset:0;opacity:0;transition:opacity .5s;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#ece9f7;background:rgba(255,255,255,.08)}.hero-carousel .carousel-slide.active{opacity:1}.hero-carousel .carousel-slide img{object-fit:contain!important;background:rgba(255,255,255,.08)}.hero-carousel .carousel-nav{display:flex;justify-content:center;gap:8px;padding:12px}.hero-carousel .carousel-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.3);border:none;cursor:pointer;transition:all .3s}.hero-carousel .carousel-dot.active{background:#fff;width:28px;border-radius:5px}.hero-carousel .carousel-wrap{position:relative}.hero-carousel .carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;background:rgba(0,0,0,.45);color:#fff;border:1px solid rgba(255,255,255,.2);cursor:pointer;font-size:22px;line-height:1;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s,background .2s;z-index:5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-carousel .carousel-wrap:hover .carousel-arrow{opacity:1}.hero-carousel .carousel-arrow:hover{background:rgba(0,0,0,.7)}.hero-carousel .carousel-arrow-prev{left:12px}.hero-carousel .carousel-arrow-next{right:12px}.hero-minimal{padding:72px 24px;background:#120c22;text-align:center}.hero-minimal h1{color:#ece9f7;max-width:700px;margin:0 auto 12px;font-weight:800}.hero-minimal .subtitle{color:#9a94b8;margin:0 auto 28px}.hero-minimal .label{color:#d4a84f;margin-bottom:12px}.hero-bold{padding:120px 24px;background:linear-gradient(135deg,#0a0714,#150f24,#8b5cf6);color:#ece9f7;text-align:center}.hero-bold h1{font-size:clamp(2.5rem,6vw,4rem);max-width:900px;margin:0 auto 20px;font-weight:900;line-height:1.05}.hero-bold .subtitle{color:rgba(255,255,255,.8);margin:0 auto 36px;font-size:1.2rem}.hero-video{position:relative;padding:120px 24px;text-align:center;color:#ece9f7;overflow:hidden}.hero-video .video-bg{position:absolute;inset:0;background:linear-gradient(135deg,#0a0714,#150f24,#8b5cf6)}.hero-video .video-bg:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.45)}.hero-video .hero-content{position:relative;z-index:1}.hero-video h1{max-width:800px;margin:0 auto 16px;font-weight:800}.hero-video .subtitle{color:rgba(255,255,255,.8);margin:0 auto 32px}.hero-video .play-btn-hero{width:72px;height:72px;border-radius:50%;background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:inline-flex;align-items:center;justify-content:center;margin-bottom:24px;cursor:pointer;border:2px solid rgba(255,255,255,.3)}.hero-video .play-arrow-hero{width:0;height:0;border-left:20px solid #fff;border-top:12px solid transparent;border-bottom:12px solid transparent;margin-left:4px}.grid{display:grid;grid-gap:24px;gap:24px}.grid-2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.card{padding:32px;border:1px solid #2a2140;border-radius:12px;background:#150f24;transition:box-shadow .2s,transform .2s}.card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-2px)}.card-icon{font-size:2rem;margin-bottom:16px}.card h3{margin-bottom:8px}.card p{color:#9a94b8;font-size:.9rem;line-height:1.6}.bg-dark{background:#150f24;color:#ece9f7}.bg-light{background:#120c22}.bg-gradient-dark{background:linear-gradient(135deg,#0a0714,#150f24,#8b5cf6);color:#ece9f7}.bg-gradient-cta{background:linear-gradient(135deg,#d4a84f,#8b5cf6);color:#fff}.testimonial{text-align:left}.testimonial blockquote{font-style:italic;color:#9a94b8;margin-bottom:12px;line-height:1.6}.testimonial cite{font-weight:600;font-size:.85rem;font-style:normal}.ts-stars{color:#fbbf24;font-size:1rem;margin-bottom:12px}.ts-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}@media(max-width:1024px){.ts-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.ts-grid{grid-template-columns:1fr}}.ts-card{background:#150f24;border-radius:20px;padding:28px;box-shadow:0 4px 20px rgba(0,0,0,.06);border:1px solid #2a2140;transition:all .3s}.ts-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px rgba(0,0,0,.1)}.ts-quote{font-size:.95rem;line-height:1.7;color:#9a94b8;margin-bottom:20px;font-style:italic}.ts-author{gap:12px;padding-top:16px;border-top:1px solid #2a2140}.ts-author,.ts-avatar{display:flex;align-items:center}.ts-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#e6b450,#d4a84f);justify-content:center;font-size:20px;color:#fff;flex-shrink:0}.ts-name{font-size:.9rem;font-weight:600;color:#ece9f7}.ts-role{font-size:.8rem;color:#9a94b8}.ts-hero{background:linear-gradient(135deg,#e6b450,#d4a84f);border-radius:24px;padding:60px 40px;color:#fff;text-align:center;box-shadow:0 20px 60px #d4a84f33;margin-bottom:32px}.ts-hero-qm{font-size:64px;line-height:1;opacity:.3}.ts-hero-q{font-size:1.5rem;line-height:1.6;font-weight:500;max-width:700px;margin:16px auto 24px}.ts-hero-avatar{width:80px;height:80px;border-radius:50%;border:3px solid rgba(255,255,255,.3);background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;font-size:36px;margin:0 auto 12px}.ts-hero-name{font-size:1.1rem;font-weight:700}.ts-hero-role{font-size:.9rem;opacity:.9}.ts-carousel-wrap{background:linear-gradient(135deg,#e6b450,#d4a84f);border-radius:20px;padding:48px 32px;color:#fff;text-align:center;position:relative;overflow:hidden}.ts-carousel-inner{max-width:700px;margin:0 auto}.ts-carousel-q{font-size:1.15rem;line-height:1.7;font-style:italic;margin:16px 0}.ts-carousel-dots{display:flex;gap:8px;justify-content:center;margin-top:20px}.ts-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.3)}.ts-dot.on{background:#fff;width:24px;border-radius:4px}.ts-marquee-wrap{overflow:hidden;position:relative}.ts-marquee-wrap:after,.ts-marquee-wrap:before{content:"";position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}.ts-marquee-wrap:before{left:0;background:linear-gradient(90deg,#0a0714,transparent)}.ts-marquee-wrap:after{right:0;background:linear-gradient(270deg,#0a0714,transparent)}.ts-marquee-row{display:flex;gap:16px;margin-bottom:16px;animation-timing-function:linear;animation-iteration-count:infinite}.ts-marquee-row:hover{animation-play-state:paused}.ts-row-1{animation:tsScrollL 35s linear infinite}.ts-row-2{animation:tsScrollR 40s linear infinite}@keyframes tsScrollL{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes tsScrollR{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.ts-mcard{min-width:300px;background:#150f24;border-radius:16px;padding:20px;border:1px solid #2a2140;flex-shrink:0}@media(max-width:768px){.ts-mcard{min-width:260px}}.faq-item{border:1px solid #2a2140;border-radius:10px;margin-bottom:8px}.faq-item summary{padding:16px;font-weight:600;cursor:pointer}.faq-item summary:hover{color:#d4a84f}.faq-item p{padding:0 16px 16px;color:#9a94b8;font-size:.9rem;line-height:1.6}.faq-accordion{display:flex;flex-direction:column;gap:12px}.faq-acc-item{background:#150f24;border-radius:16px;overflow:hidden;border:2px solid #2a2140;transition:all .3s;cursor:pointer}.faq-acc-item:hover{border-color:#d4a84f44}.faq-acc-item.active{border-color:#d4a84f;box-shadow:0 8px 24px #d4a84f22}.faq-acc-head{display:flex;align-items:center;gap:16px;padding:20px 24px;transition:all .2s}.faq-acc-head:hover{background:rgba(255,255,255,.03)}.faq-acc-item.active .faq-acc-head{background:linear-gradient(135deg,#e6b450,#d4a84f)}.faq-acc-icon{width:44px;height:44px;background:rgba(255,255,255,.08);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;transition:all .3s}.faq-acc-item.active .faq-acc-icon{background:rgba(255,255,255,.2)}.faq-acc-q{flex:1 1;font-size:1rem;font-weight:600;color:#ece9f7;transition:color .3s}.faq-acc-item.active .faq-acc-q{color:#fff}.faq-acc-tog{width:32px;height:32px;background:rgba(255,255,255,.08);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s;font-size:.75rem;color:#9a94b8}.faq-acc-item.active .faq-acc-tog{background:rgba(255,255,255,.2);color:#fff;transform:rotate(180deg)}.faq-acc-body{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-acc-item.active .faq-acc-body{max-height:500px}.faq-acc-a{color:#9a94b8;font-size:.9rem;line-height:1.7;border-top:1px solid #2a2140;padding:16px 24px 24px}.faq-chat-wrap{max-width:700px;margin:0 auto;background:#150f24;border-radius:20px;border:1px solid #2a2140;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.08)}.faq-chat-head{padding:16px 24px;background:linear-gradient(135deg,#e6b450,#d4a84f);display:flex;align-items:center;gap:12px;color:#fff}.faq-chat-head .ch-avatar{width:40px;height:40px;background:rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px}.faq-chat-head .ch-title{font-weight:700;font-size:.95rem}.faq-chat-head .ch-status{font-size:.75rem;opacity:.85;display:flex;align-items:center;gap:6px}.faq-chat-head .ch-dot{width:8px;height:8px;border-radius:50%;background:#4ade80}.faq-chat-msgs{padding:24px;display:flex;flex-direction:column;gap:20px;max-height:600px;overflow-y:auto}.faq-chat-q{align-self:flex-end;max-width:80%;padding:12px 18px;background:#d4a84f;color:#0a0714;border-radius:20px 20px 4px 20px;font-size:.9rem;font-weight:500}.faq-chat-a{align-self:flex-start;max-width:85%;padding:14px 18px;background:rgba(255,255,255,.08);color:#ece9f7;border-radius:4px 20px 20px 20px;font-size:.9rem;line-height:1.6}.faq-cards{display:flex;flex-direction:column;gap:16px}.faq-fcard{background:#150f24;border-radius:20px;padding:28px;box-shadow:0 4px 16px rgba(0,0,0,.06);border:1px solid #2a2140;cursor:pointer;transition:all .3s}.faq-fcard:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.1)}.faq-fcard.active{border-color:#d4a84f;box-shadow:0 12px 40px #d4a84f22}.faq-fcard-head{display:flex;align-items:center;gap:16px}.faq-fcard-icon{width:52px;height:52px;background:linear-gradient(135deg,#e6b450,#d4a84f);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff;flex-shrink:0;box-shadow:0 4px 12px #d4a84f33}.faq-fcard-q{flex:1 1;font-size:1.05rem;font-weight:700;color:#ece9f7}.faq-fcard-tog{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#9a94b8;transition:all .3s;flex-shrink:0}.faq-fcard.active .faq-fcard-tog{background:#d4a84f;color:#fff;transform:rotate(180deg)}.faq-fcard-body{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-fcard.active .faq-fcard-body{max-height:500px}.faq-fcard-a{padding-top:20px;margin-top:20px;border-top:1px solid #2a2140;color:#9a94b8;font-size:.9rem;line-height:1.7}.form-stack{display:flex;flex-direction:column;gap:16px}.form-group label{display:block;font-size:.8rem;font-weight:600;margin-bottom:6px;color:#ece9f7}.required{color:#ef4444}input[type=email],input[type=tel],input[type=text],input[type=url],select,textarea{width:100%;padding:12px 16px;border:1px solid #2a2140;border-radius:10px;font-size:.9rem;font-family:inherit;transition:border-color .2s;background:#150f24;color:#ece9f7}input:focus,textarea:focus{outline:none;border-color:#d4a84f;box-shadow:0 0 0 3px #d4a84f22}textarea{min-height:120px;resize:vertical}.form-inline{display:flex;gap:8px;flex-wrap:wrap}.form-inline input{flex:1 1;min-width:200px}.team-member{text-align:center}.team-avatar{width:100px;height:100px;border-radius:50%;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;background:linear-gradient(135deg,#0a0714,#150f24,#8b5cf6)}.team-member h3{margin-bottom:4px;font-size:.95rem}.team-member p{color:#9a94b8;font-size:.8rem}.metric{text-align:center}.metric-value{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1}.metric-label{color:#9a94b8;margin-top:4px}.step-number{width:56px;height:56px;border-radius:50%;font-size:1.25rem;font-weight:800;margin:0 auto 16px;color:#0a0714;background:#d4a84f}.step-number,.video-placeholder{display:flex;align-items:center;justify-content:center}.video-placeholder{max-width:800px;margin:0 auto;aspect-ratio:16/9;background:#0a0714;border-radius:16px}.play-btn{width:80px;height:80px;border-radius:50%;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;cursor:pointer}.play-arrow{width:0;height:0;border-left:24px solid #fff;border-top:14px solid transparent;border-bottom:14px solid transparent;margin-left:6px}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:12px;gap:12px}.gallery-item{aspect-ratio:4/3;border-radius:12px;font-size:.75rem}.gallery-item,.map-placeholder{display:flex;align-items:center;justify-content:center;color:#9a94b8}.map-placeholder{height:300px;background:#120c22;border-radius:16px}.banner{padding:14px 20px;background:linear-gradient(135deg,#e6b450,#d4a84f);color:#fff;text-align:center;font-size:.875rem;font-weight:500}.banner a{color:#fde68a;text-decoration:underline;font-weight:700}.divider{border:none;height:1px;background:linear-gradient(90deg,transparent,#2a2140 20%,#2a2140 80%,transparent);margin:0 auto;max-width:800px}.badge-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:16px;gap:16px}.badge-item{padding:20px;border:1px solid #2a2140;border-radius:12px;font-weight:600;font-size:.85rem;background:#150f24;text-align:center}.app-btn{display:inline-flex;align-items:center;gap:10px;background:#000;color:#fff;padding:12px 24px;border-radius:10px;font-weight:600}.app-label{font-size:.65rem;opacity:.7}.app-store{font-size:1rem}.site-footer{background:#0a0714;color:#9a94b8;padding:50px 24px 30px;text-align:center}.footer-brand{font-size:1.125rem;font-weight:700;color:#ece9f7;margin-bottom:16px}.footer-nav{display:flex;justify-content:center;gap:24px;margin-bottom:24px;flex-wrap:wrap}.footer-nav a{color:#9a94b8;font-size:.875rem}.footer-nav a:hover{color:#ece9f7}.footer-bottom{border-top:1px solid #2a2140;padding-top:20px}.footer-copy{font-size:.75rem;color:#9a94b8}.footer-credit{font-size:.625rem;color:#9a94b8;margin-top:8px}.vex-badge{display:inline-flex;width:12px;height:12px;background:#d4a853;color:#0a0812;border-radius:3px;align-items:center;justify-content:center;font-size:7px;font-weight:900;vertical-align:middle;margin:0 2px}@media (max-width:768px){.section{padding:60px 16px}.site-nav{padding:12px 16px}.site-nav .btn-primary,.site-nav .nav-links{display:none}.site-nav .nav-hamburger{display:flex}.site-nav .nav-links.nav-open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:inherit;padding:16px 24px;gap:16px;border-bottom:1px solid rgba(128,128,128,.2);box-shadow:0 8px 24px rgba(0,0,0,.15);z-index:99}.site-nav .nav-links.nav-open+.btn-primary{display:none}.hero{padding:72px 16px}.hero-carousel .hero-grid,.hero-split .hero-grid{grid-template-columns:1fr;gap:32px}.hero-carousel .hero-text,.hero-carousel .subtitle,.hero-split .hero-text,.hero-split .subtitle{text-align:center}.hero-carousel .btn-group,.hero-split .btn-group{justify-content:center}.hero-split .hero-image{aspect-ratio:4/3;height:auto}.hero-bold,.hero-video{padding:80px 16px}.grid-3{grid-template-columns:1fr}.btn-group{flex-direction:column;align-items:center}#comparison [style*=grid-template-columns]:not(.tc-section *),#features [style*=grid-template-columns]:not(.tc-section *),#footer [style*=grid-template-columns],#howworks [style*=grid-template-columns]:not(.tc-section *),#pricing [style*=grid-template-columns]:not(.tc-section *),#products [style*=grid-template-columns]:not(.tc-section *),#usecases [style*=grid-template-columns]:not(.tc-section *){display:block!important;gap:0!important}#comparison [style*=grid-template-columns]:not(.tc-section *)>*,#features [style*=grid-template-columns]:not(.tc-section *)>*,#footer [style*=grid-template-columns]>div,#howworks [style*=grid-template-columns]:not(.tc-section *)>*,#pricing [style*=grid-template-columns]:not(.tc-section *)>*,#products [style*=grid-template-columns]:not(.tc-section *)>*,#usecases [style*=grid-template-columns]:not(.tc-section *)>*{margin-bottom:20px!important;max-width:100%!important}#comparison,#features,#footer,#howworks,#pricing,#products,#usecases{padding-left:16px!important;padding-right:16px!important}#footer .container,#footer>div>div.container{padding-left:0!important;padding-right:0!important}#footer h3,#footer h4{font-size:14px!important;margin-bottom:12px!important}#footer a,#footer p{font-size:13px!important}#footer nav{gap:10px!important}#footer [style*="max-width: 280px"],#footer [style*="max-width:280px"]{max-width:100%!important}#footer+div,footer+div{padding-left:12px!important;padding-right:12px!important}#footer+div [style*="font-size:.72rem"],footer+div [style*="font-size:.72rem"]{font-size:.65rem!important;padding:2px 8px!important}}@media (max-width:480px){#comparison [style*=grid-template-columns]>*,#features [style*=grid-template-columns]>*,#products [style*=grid-template-columns]>*,#usecases [style*=grid-template-columns]>*{padding:20px 16px!important}#comparison h2,#features h2,#howworks h2,#pricing h2,#products h2,#usecases h2{font-size:1.5rem!important}#comparison h3,#features h3,#products h3{font-size:1rem!important}#footer{padding-top:32px!important;padding-bottom:24px!important}#footer [style*=grid-template-columns]{gap:24px!important}#footer img{max-height:48px!important}#footer [style*=grid-template-columns]>div:first-child{text-align:center}#footer [style*=grid-template-columns]>div:first-child img,#footer [style*=grid-template-columns]>div:first-child p{margin-left:auto!important;margin-right:auto!important}}.nav-hamburger{display:none;width:36px;height:36px;border-radius:8px;border:1px solid rgba(128,128,128,.2);background:none;color:inherit;cursor:pointer;align-items:center;justify-content:center;font-size:1.2rem}[data-reveal]{opacity:0;will-change:transform,opacity;transition:opacity .45s cubic-bezier(.16,1,.3,1),transform .45s cubic-bezier(.16,1,.3,1),filter .45s cubic-bezier(.16,1,.3,1),-webkit-clip-path .45s cubic-bezier(.16,1,.3,1);transition:opacity .45s cubic-bezier(.16,1,.3,1),transform .45s cubic-bezier(.16,1,.3,1),filter .45s cubic-bezier(.16,1,.3,1),clip-path .45s cubic-bezier(.16,1,.3,1);transition:opacity .45s cubic-bezier(.16,1,.3,1),transform .45s cubic-bezier(.16,1,.3,1),filter .45s cubic-bezier(.16,1,.3,1),clip-path .45s cubic-bezier(.16,1,.3,1),-webkit-clip-path .45s cubic-bezier(.16,1,.3,1)}[data-reveal].rv{opacity:1;transform:none!important;filter:none!important;-webkit-clip-path:none!important;clip-path:none!important;will-change:auto}[data-reveal][data-d="1"]{transition-delay:.06s}[data-reveal][data-d="2"]{transition-delay:.13s}[data-reveal][data-d="3"]{transition-delay:.2s}[data-reveal][data-d="4"]{transition-delay:.27s}@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1!important;transform:none!important;filter:none!important;-webkit-clip-path:none!important;clip-path:none!important;transition:none!important}[data-shimmer]{animation:none!important;-webkit-text-fill-color:inherit!important;background:none!important}[data-splitword] .sw-word,[data-typewriter] .tw-char{opacity:1!important;animation:none!important}}[data-reveal]{transform:translateY(44px)}.s-label{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#d4a84f;margin-bottom:10px;position:relative;padding-left:26px}.s-label:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:18px;height:2px;background:#d4a84f;border-radius:2px}.nav-scrolled:not(.vex-nav-dock):not(.vex-nav-premium):not(.vex-nav-transparent){background:#0a0714!important;box-shadow:0 2px 20px rgba(0,0,0,.18)!important;border-bottom-color:#2a2140!important}.hero-text-reveal{display:block;overflow:hidden;line-height:1.15}.hero-text-line{display:block;transform:translateY(110%) skewY(3deg);animation:heroLineUp .75s cubic-bezier(.16,1,.3,1) both}.hero-text-reveal:first-child .hero-text-line{animation-delay:.05s}.hero-text-reveal:nth-child(2) .hero-text-line{animation-delay:.2s}.hero-text-reveal:nth-child(3) .hero-text-line{animation-delay:.35s}@keyframes heroLineUp{to{transform:translateY(0) skewY(0)}}.hero-seq{opacity:0;transform:translateY(16px);animation:heroSeqIn .6s cubic-bezier(.16,1,.3,1) both}.hero-seq.d1{animation-delay:.5s}.hero-seq.d2{animation-delay:.65s}.hero-seq.d3{animation-delay:.8s}.hero-seq.d4{animation-delay:.95s}@keyframes heroSeqIn{to{opacity:1;transform:translateY(0)}}.hero-text-reveal-off .hero-text-line{animation:none!important;transform:none!important;opacity:1!important}@media(prefers-reduced-motion:reduce){.hero-seq,.hero-text-line{animation:none!important;transform:none!important;opacity:1!important}}.sc3d-wrap{position:relative;overflow:hidden;width:100%;padding:60px 0;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sc3d-wrap:active{cursor:-webkit-grabbing;cursor:grabbing}.sc3d-stage{position:relative;height:420px;perspective:1200px;perspective-origin:50% 50%}.sc3d-track{position:relative;width:100%;height:100%;transform-style:preserve-3d}.sc3d-card{position:absolute;top:50%;left:50%;width:480px;height:360px;margin-left:-240px;margin-top:-180px;transition:transform .6s cubic-bezier(.25,.46,.45,.94),opacity .6s ease,filter .6s ease;will-change:transform,opacity;-webkit-backface-visibility:hidden;backface-visibility:hidden}.sc3d-card,.sc3d-card-inner{border-radius:20px;overflow:hidden}.sc3d-card-inner{width:100%;height:100%;position:relative}.sc3d-dots{display:flex;justify-content:center;gap:8px;margin-top:32px}.sc3d-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.2);cursor:pointer;transition:all .3s;border:none;padding:0}.sc3d-dot.active{background:var(--primary,#6366f1);transform:scale(1.3)}.sc3d-arrows{gap:12px;margin-top:16px}.sc3d-arrow,.sc3d-arrows{display:flex;justify-content:center}.sc3d-arrow{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.05);color:rgba(255,255,255,.7);cursor:pointer;align-items:center;transition:all .2s;font-size:.9rem}.sc3d-arrow:hover{background:rgba(255,255,255,.15);color:#fff}@media (max-width:768px){.sc3d-wrap[data-sc3d=curved],.sc3d-wrap[data-sc3d=vinyl],.sc3d-wrap[data-sc3d=zoom]{height:360px!important;perspective:800px!important}.sc3d-wrap[data-sc3d=curved] .sc3d-card,.sc3d-wrap[data-sc3d=vinyl] .sc3d-card,.sc3d-wrap[data-sc3d=zoom] .sc3d-card{width:280px;height:210px;margin-left:-140px;margin-top:-105px;border-radius:14px}}@media (max-width:480px){.sc3d-wrap[data-sc3d=curved],.sc3d-wrap[data-sc3d=vinyl],.sc3d-wrap[data-sc3d=zoom]{height:300px!important;perspective:640px!important}.sc3d-wrap[data-sc3d=curved] .sc3d-card,.sc3d-wrap[data-sc3d=vinyl] .sc3d-card,.sc3d-wrap[data-sc3d=zoom] .sc3d-card{width:240px;height:180px;margin-left:-120px;margin-top:-90px;border-radius:12px}}.sc3d-film-card{position:relative;border-radius:14px;overflow:hidden;flex-shrink:0;width:200px;height:280px;transition:transform .45s cubic-bezier(.25,.46,.45,.94),opacity .45s ease,width .45s cubic-bezier(.25,.46,.45,.94);opacity:.45;cursor:pointer}.sc3d-film-card.active{width:340px;height:400px;opacity:1;z-index:2}.sc3d-film-card:not(.active):hover{opacity:.65}.sc3d-tinder-card{position:absolute;inset:0;border-radius:20px;overflow:hidden;will-change:transform;touch-action:none}.sc3d-tinder-card.flying-left{transform:translateX(-120%) rotate(-25deg)!important}.sc3d-tinder-card.flying-left,.sc3d-tinder-card.flying-right{opacity:0!important;transition:transform .35s ease,opacity .35s ease!important}.sc3d-tinder-card.flying-right{transform:translateX(120%) rotate(25deg)!important}.sc3d-spot-card{position:relative;border-radius:18px;overflow:hidden;flex-shrink:0;width:200px;height:280px;transition:transform .5s ease,box-shadow .5s ease,width .5s ease,height .5s ease;cursor:pointer}.sc3d-spot-card.active{width:360px;height:440px;box-shadow:0 0 80px rgba(255,255,255,.18),0 0 30px rgba(255,255,255,.08);z-index:2;transform:scale(1.02)}.sc3d-spot-card:not(.active):hover{opacity:.8}.sc3d-masonry{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;padding:20px 0;transition:all .5s ease}.sc3d-masonry-card{border-radius:14px;overflow:hidden;cursor:pointer;transition:all .5s cubic-bezier(.25,.46,.45,.94);position:relative;height:220px}.sc3d-masonry-card.expanded{grid-column:1/-1;height:360px}.sc3d-masonry-card:not(.expanded){opacity:.75}.sc3d-masonry-card:not(.expanded):hover{opacity:.95;transform:scale(1.02)}.sc3d-kenburns-wrap{position:relative;width:100%;height:500px;overflow:hidden;border-radius:16px}.sc3d-kenburns-slide{position:absolute;inset:0;opacity:0;transition:opacity .15s ease}.sc3d-kenburns-slide.active{opacity:1}.sc3d-kenburns-slide img{width:110%;height:110%;object-fit:cover;animation:kb-anim 6s ease-in-out forwards}@keyframes kb-anim{0%{transform:scale(1) translate(0)}to{transform:scale(1.08) translate(-3%,-2%)}}.sc3d-kenburns-slide.alt img{animation:kb-anim-alt 6s ease-in-out forwards}@keyframes kb-anim-alt{0%{transform:scale(1.08) translate(-3%,-2%)}to{transform:scale(1) translate(3%,1%)}}.sc3d-parallax-wrap{position:relative;height:480px;overflow:hidden}.sc3d-parallax-card{position:absolute;border-radius:16px;overflow:hidden;will-change:transform;transition:box-shadow .3s ease;cursor:pointer}.sc3d-parallax-card:hover{box-shadow:0 20px 60px rgba(0,0,0,.5)}.sc3d-cover-wrap{position:relative;height:460px;perspective:800px;overflow:hidden}.sc3d-cover-card{position:absolute;top:50%;left:50%;border-radius:14px;overflow:hidden;cursor:pointer;will-change:transform;transition:transform .5s cubic-bezier(.25,.46,.45,.94),opacity .5s ease,filter .5s ease}.sc3d-scrubber-wrap{position:relative}.sc3d-scrubber-stage{position:relative;height:420px;overflow:hidden;border-radius:16px;margin-bottom:20px}.sc3d-scrubber-card{position:absolute;inset:0;opacity:0;transition:opacity .3s ease}.sc3d-scrubber-card.active{opacity:1}.sc3d-scrubber-bar-wrap{padding:0 20px}.sc3d-scrubber-track{position:relative;height:6px;background:rgba(255,255,255,.1);border-radius:3px;cursor:pointer;margin-bottom:8px}.sc3d-scrubber-fill{position:absolute;left:0;top:0;height:100%;background:var(--primary,#6366f1);border-radius:3px;transition:width .1s}.sc3d-scrubber-thumb{position:absolute;top:50%;width:18px;height:18px;background:#fff;border-radius:50%;transform:translate(-50%,-50%);cursor:-webkit-grab;cursor:grab;box-shadow:0 2px 8px rgba(0,0,0,.4);transition:left .1s}.sc3d-scrubber-thumb:active{cursor:-webkit-grabbing;cursor:grabbing}.ix-hover-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;max-width:900px;margin:0 auto;padding:20px 40px 40px}.ix-hover-card{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:3/4;border:1px solid rgba(255,255,255,.1);box-shadow:0 12px 40px rgba(0,0,0,.5);cursor:pointer;will-change:transform}.ix-hover-card-bg{position:absolute;inset:0;background-size:200% 200%;transition:background-position .3s ease}.ix-hover-card-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}.ix-hover-card-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.6) 0,transparent 60%);z-index:2}.ix-hover-card-inner{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;justify-content:flex-end;padding:18px}.ix-hover-card-label h4{font-size:.9rem;font-weight:700;color:#fff;margin:0 0 3px}.ix-hover-card-label p{font-size:.7rem;color:rgba(255,255,255,.55);margin:0}.ix-drag-stage{width:420px;height:420px;margin:0 auto;perspective:900px;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ix-drag-stage:active{cursor:-webkit-grabbing;cursor:grabbing}.ix-drag-scene{width:100%;height:100%;position:relative;transform-style:preserve-3d;transform:rotateX(0deg) rotateY(15deg);will-change:transform}.ix-drag-face{position:absolute;width:420px;height:420px;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 56px rgba(0,0,0,.55);-webkit-backface-visibility:hidden;backface-visibility:hidden}.ix-drag-face--front{transform:translateZ(210px)}.ix-drag-face--back{transform:rotateY(180deg) translateZ(210px)}.ix-drag-face--left{transform:rotateY(-90deg) translateZ(210px)}.ix-drag-face--right{transform:rotateY(90deg) translateZ(210px)}.ix-drag-hint{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:20px;font-size:.72rem;color:rgba(255,255,255,.35);letter-spacing:1px;text-transform:uppercase}.ix-drag-hint-dot{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.25)}.sc3d-conveyor-outer{position:relative;overflow:hidden;width:100%;padding:30px 0;cursor:default}.sc3d-conveyor-outer:after,.sc3d-conveyor-outer:before{content:"";position:absolute;top:0;bottom:0;width:140px;z-index:10;pointer-events:none}.sc3d-conveyor-outer:before{left:0;background:linear-gradient(to right,var(--convbg,#0a0520),transparent)}.sc3d-conveyor-outer:after{right:0;background:linear-gradient(to left,var(--convbg,#0a0520),transparent)}.sc3d-conveyor-track{display:flex;gap:24px;align-items:center;will-change:transform;width:max-content}.sc3d-conveyor-card{flex-shrink:0;width:560px;height:420px;border-radius:18px;overflow:hidden;position:relative;transform-style:preserve-3d;will-change:transform;border:1px solid rgba(255,255,255,.08);background:#1a0a35;box-shadow:0 20px 56px rgba(0,0,0,.55)}.sc3d-conveyor-card-inner{display:flex;height:100%;width:100%}.sc3d-card img,.sc3d-cinema-card img,.sc3d-conveyor-card img,.sc3d-cover-card img,.sc3d-film-card img,.sc3d-parallax-card img,.sc3d-reel-dual-card img,.sc3d-reel-polaroid-card img,.sc3d-reel-ribbon-card img,.sc3d-reel-throw-card img,.sc3d-reel-wave-card img,.sc3d-spot-card img,.sc3d-tinder-card img{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;image-rendering:-webkit-optimize-contrast;image-rendering:high-quality;transform-style:preserve-3d}.sc3d-cinema-strip{position:relative;width:100%;display:flex;align-items:center;justify-content:center;gap:24px;padding:40px 20px;min-height:280px}.sc3d-cinema-card{position:relative;flex-shrink:0;width:260px;height:195px;border-radius:10px;overflow:hidden;cursor:pointer;background:#0a0510;border:1px solid rgba(255,255,255,.08);box-shadow:0 12px 30px rgba(0,0,0,.45);transition:transform .55s cubic-bezier(.4,1.2,.5,1),box-shadow .55s ease,filter .55s ease;will-change:transform,filter}.sc3d-cinema-card.focused{transform:scale(1.32) translateY(-6px);z-index:5;box-shadow:0 24px 56px rgba(0,0,0,.6),0 0 0 2px var(--cinema-glow,rgba(34,211,238,.55))}.sc3d-cinema-card.dim{filter:brightness(.62) saturate(.85);transform:scale(.92)}.sc3d-cinema-perf-bot,.sc3d-cinema-perf-top{position:absolute;left:0;right:0;height:9px;display:flex;gap:5px;justify-content:center;align-items:center;padding:0 6px;background:#0a0510;z-index:2;pointer-events:none}.sc3d-cinema-perf-top{top:0}.sc3d-cinema-perf-bot{bottom:0}.sc3d-cinema-perf-hole{flex:1 1;height:5px;background:rgba(0,0,0,.85);border-radius:1px;max-width:11px}.sc3d-cinema-frame{position:absolute;top:9px;bottom:9px;left:0;right:0;overflow:hidden;background:#000}.sc3d-cinema-frame img{width:100%;height:100%;object-fit:cover;display:block}.sc3d-cinema-frame .sc3d-cinema-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(80,40,160,.45),rgba(20,5,60,.7))}.sc3d-cinema-meta{position:absolute;bottom:13px;left:0;right:0;padding:6px 14px 0;text-align:center;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.9);opacity:0;transition:opacity .35s ease;z-index:3;pointer-events:none}.sc3d-cinema-card.focused .sc3d-cinema-meta{opacity:1}.sc3d-cinema-meta .ttl{font-size:.78rem;font-weight:700;letter-spacing:.2px}.sc3d-cinema-meta .sub{font-size:.62rem;color:rgba(255,255,255,.7);margin-top:2px}.sc3d-cinema-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.sc3d-cinema-dot{width:24px;height:3px;background:rgba(255,255,255,.18);border:none;border-radius:2px;cursor:pointer;transition:all .3s;padding:0}.sc3d-cinema-dot.active{background:var(--cinema-glow,#22d3ee);width:42px}.sc3d-conv-chat{flex:1 1;padding:20px 16px;display:flex;flex-direction:column;gap:10px;overflow:hidden;background:linear-gradient(135deg,rgba(80,20,120,.6),rgba(40,10,80,.8))}.sc3d-conv-bubble{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:10px 12px;font-size:.72rem;color:rgba(255,255,255,.85);line-height:1.4;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sc3d-conv-bubble.user{background:rgba(120,60,200,.25);border-color:rgba(140,80,220,.3);margin-left:8px}.sc3d-conv-portrait{width:200px;flex-shrink:0;position:relative;overflow:hidden}.sc3d-conv-portrait img{width:100%;height:100%;object-fit:cover;object-position:top center}.sc3d-conv-portrait .sc3d-conv-name{position:absolute;bottom:0;left:0;right:0;padding:14px 12px;background:linear-gradient(0deg,rgba(0,0,0,.85),transparent);text-align:center}.sc3d-conv-portrait .sc3d-conv-name b{display:block;font-size:.8rem;font-weight:800;color:#fff;letter-spacing:.5px}.sc3d-conv-portrait .sc3d-conv-name span{font-size:.65rem;color:rgba(255,255,255,.6);letter-spacing:.3px}.sc3d-reel-dual-outer{position:relative;overflow:hidden;width:100%;padding:28px 0}.sc3d-reel-dual-lane{display:flex;gap:16px;align-items:center;width:max-content;will-change:transform}.sc3d-reel-dual-lane+.sc3d-reel-dual-lane{margin-top:16px}.sc3d-reel-dual-card{flex-shrink:0;width:320px;height:200px;border-radius:14px;overflow:hidden;position:relative;border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px rgba(0,0,0,.4)}.sc3d-reel-wave-outer{position:relative;overflow:hidden;width:100%;height:480px}.sc3d-reel-wave-track{display:flex;gap:18px;align-items:center;position:absolute;top:50%;left:0;will-change:transform;width:max-content;transform:translateY(-50%)}.sc3d-reel-wave-card{flex-shrink:0;width:300px;height:340px;border-radius:16px;overflow:hidden;position:relative;will-change:transform;border:1px solid rgba(255,255,255,.08);box-shadow:0 12px 40px rgba(0,0,0,.45)}.sc3d-reel-ticker-outer{position:relative;overflow:hidden;width:100%;padding:14px 0}.sc3d-reel-ticker-row{display:flex;gap:12px;align-items:center;width:max-content;will-change:transform}.sc3d-reel-ticker-row+.sc3d-reel-ticker-row{margin-top:12px}.sc3d-reel-ticker-card{flex-shrink:0;height:72px;padding:0 28px;border-radius:10px;display:flex;align-items:center;gap:18px;border:1px solid rgba(255,255,255,.1);white-space:nowrap;position:relative;overflow:hidden}.sc3d-reel-ticker-badge{font-size:.6rem;font-weight:900;text-transform:uppercase;letter-spacing:1px;padding:3px 8px;border-radius:4px;flex-shrink:0}.sc3d-reel-ticker-title{font-size:.9rem;font-weight:700;color:#fff;flex-shrink:0}.sc3d-reel-ticker-sub{font-size:.75rem;color:rgba(255,255,255,.5);flex-shrink:0}.sc3d-reel-ticker-divider{width:1px;height:32px;background:rgba(255,255,255,.15);flex-shrink:0}.sc3d-reel-ribbon-outer{position:relative;overflow:hidden;width:100%;height:500px;perspective:1100px;perspective-origin:50% 50%}.sc3d-reel-ribbon-stage{position:absolute;left:50%;top:50%;width:0;height:0;transform-style:preserve-3d}.sc3d-reel-ribbon-card{position:absolute;width:300px;height:380px;margin-left:-150px;margin-top:-190px;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 56px rgba(0,0,0,.55);-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform}.sc3d-reel-throw-outer{position:relative;overflow:hidden;width:100%;height:520px;cursor:-webkit-grab;cursor:grab}.sc3d-reel-throw-outer:active{cursor:-webkit-grabbing;cursor:grabbing}.sc3d-reel-throw-stage{position:absolute;inset:0}.sc3d-reel-throw-card{position:absolute;width:240px;height:320px;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.12);box-shadow:0 14px 44px rgba(0,0,0,.55);cursor:-webkit-grab;cursor:grab;will-change:transform;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none}.sc3d-reel-polaroid-outer{position:relative;overflow:hidden;width:100%;height:520px}.sc3d-reel-polaroid-stage{position:absolute;inset:0}.sc3d-reel-polaroid-card{position:absolute;width:200px;background:#fff;border-radius:3px;padding:8px 8px 32px;box-shadow:0 8px 28px rgba(0,0,0,.5);will-change:transform,opacity}:root{--active-speed:1;--active-glow:0.08;--cursor-x:50%;--cursor-y:50%;--press-x:50%;--press-y:50%}@keyframes vex-pulse{0%{box-shadow:0 0 0 0 rgba(212,168,79,.5)}70%{box-shadow:0 0 0 8px rgba(212,168,79,0)}to{box-shadow:0 0 0 0 rgba(212,168,79,0)}}.live-dot,.pulse-dot,.status-dot,[data-vex-pulse]{animation:vex-pulse calc(2s/var(--active-speed)) infinite}body{padding-top:38px!important}header{top:38px!important}html.ai-banner-dismissed body{padding-top:0!important}html.ai-banner-dismissed header{top:0!important}html.ai-banner-dismissed #ai-disclosure-bar{display:none!important}[data-vex-custom=custom]{display:block;width:100%;max-width:100%;margin:0;position:relative;box-sizing:border-box;--bg:#0a0714;--bg2:#120c22;--bg3:#1a123099;--surface:#150f24;--border:#2a2140;--gold:#d4a84f;--gold-dim:#d4a84f44;--teal:#14b8a6;--teal-dim:#14b8a620;--amethyst:#9d5cf6;--amethyst-dim:#9d5cf624;--green:#22c55e;--green-dim:#22c55e20;--text:#ece9f7;--dim:#9a94b8;--dim2:#726b8f;--font:"DM Sans",sans-serif;--mono:"DM Mono",monospace;--r:10px;--r-lg:16px}[data-vex-custom=custom] *,[data-vex-custom=custom] :after,[data-vex-custom=custom] :before{box-sizing:border-box;margin:0;padding:0}[data-vex-custom=custom]{overflow-x:hidden}[data-vex-custom=custom]{background:radial-gradient(ellipse 900px 600px at 75% 8%,#4c1d9530,transparent 60%),radial-gradient(ellipse 700px 500px at 10% 5%,#d4a84f14,transparent 55%),linear-gradient(180deg,#0a0714,#0d0a1a 40%,#08060f);background-attachment:fixed;color:var(--text);font-family:var(--font);font-size:15px;line-height:1.6}[data-vex-custom=custom] .badge-icon{display:block;flex-shrink:0;object-fit:contain}[data-vex-custom=custom] .gem-badge{width:26px;height:26px}[data-vex-custom=custom] .pillar-badge{width:46px;height:46px;margin-bottom:16px}[data-vex-custom=custom] .feat-badge{width:28px;height:28px}[data-vex-custom=custom] .logo-mark{width:22px;height:22px;border-radius:6px;flex-shrink:0}[data-vex-custom=custom] .vex-announce{display:flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(90deg,#8b5cf608,#8b5cf614,#8b5cf608);border-bottom:1px solid #8b5cf625;padding:10px 24px;font-size:12px;color:var(--dim);letter-spacing:.01em}[data-vex-custom=custom] .vex-announce .blink-dot{width:6px;height:6px;border-radius:50%;background:var(--amethyst);animation:blink-dot 1.4s ease-in-out infinite;flex-shrink:0}[data-vex-custom=custom] .vex-announce .ann-text{color:var(--text)}[data-vex-custom=custom] .vex-announce .ann-link{color:var(--amethyst);font-weight:600;font-size:11px;text-decoration:none;letter-spacing:.04em;border-bottom:1px solid #8b5cf640;padding-bottom:1px}[data-vex-custom=custom] .vex-announce .ann-link:hover{border-color:var(--amethyst)}@keyframes blink-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}[data-vex-custom=custom] .vex-nav{display:flex;align-items:center;gap:0;padding:0 32px;height:60px;background:#0a0714cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}[data-vex-custom=custom] .vex-nav .logo-box{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700;color:var(--text);text-decoration:none}[data-vex-custom=custom] .vex-nav .logo-gem{color:var(--gold);font-size:18px;line-height:1}[data-vex-custom=custom] .vex-nav .logo-name{letter-spacing:-.01em}[data-vex-custom=custom] .vex-nav .slash{color:var(--border);margin:0 12px;font-size:18px;font-weight:200}[data-vex-custom=custom] .vex-nav .product-name{font-size:13px;font-weight:600;color:var(--dim);letter-spacing:.02em}[data-vex-custom=custom] .vex-nav .nav-links{display:flex;gap:4px;margin-left:auto;align-items:center}[data-vex-custom=custom] .vex-nav .nav-link{font-size:13px;color:var(--dim);text-decoration:none;padding:6px 12px;border-radius:6px;transition:color .15s,background .15s}[data-vex-custom=custom] .vex-nav .nav-link:hover{color:var(--text);background:#ffffff08}[data-vex-custom=custom] .vex-nav .nav-cta{font-size:12px;font-weight:700;color:#1a1206;background:linear-gradient(135deg,#e6b450,#d4a84f);padding:8px 20px;border-radius:99px;text-decoration:none;margin-left:8px;transition:opacity .15s,transform .15s}[data-vex-custom=custom] .vex-nav .nav-cta:hover{opacity:.92;transform:translateY(-1px)}[data-vex-custom=custom] .vex-hero-wrap{position:relative;min-height:640px;overflow:hidden}[data-vex-custom=custom] .hero-media{position:absolute;inset:0;z-index:0}[data-vex-custom=custom] .hero-media:before{content:"";position:absolute;inset:-25%;z-index:1;pointer-events:none;background:radial-gradient(circle at 70% 28%,rgba(172,68,255,.34),transparent 24%),radial-gradient(circle at 76% 64%,rgba(123,42,255,.2),transparent 28%),radial-gradient(circle at 45% 48%,rgba(96,39,255,.16),transparent 34%);filter:blur(10px);opacity:.78;animation:ambientPulse 6s ease-in-out infinite}[data-vex-custom=custom] .hero-media:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:repeating-linear-gradient(0deg,rgba(255,255,255,.025),rgba(255,255,255,.025) 1px,transparent 0,transparent 5px);mix-blend-mode:screen;opacity:.28;animation:scanMove 8s linear infinite}[data-vex-custom=custom] .hv-orbit{position:absolute;left:66.5%;top:33.5%;width:clamp(190px,21vw,350px);aspect-ratio:1;transform:translate(-50%,-50%);border-radius:50%;z-index:1;pointer-events:none}[data-vex-custom=custom] .hv-orbit .ring{position:absolute;inset:-8%;border-radius:50%;border:1px solid rgba(188,88,255,.38);box-shadow:0 0 28px rgba(176,78,255,.55),inset 0 0 28px rgba(176,78,255,.22);animation:ringPulse 3.8s ease-in-out infinite}[data-vex-custom=custom] .hv-orbit .ring:nth-child(2){inset:-19%;opacity:.44;animation-delay:-1.2s}[data-vex-custom=custom] .hv-orbit .ring:nth-child(3){inset:-31%;opacity:.25;animation-delay:-2.1s}[data-vex-custom=custom] .hv-arc{position:absolute;inset:-25%;border-radius:50%;border-top:2px solid rgba(255,138,37,.9);border-right:1px solid transparent;filter:drop-shadow(0 0 12px rgba(255,138,37,.9));animation:rotateArc 7s linear infinite}[data-vex-custom=custom] .hv-line-field{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.86}[data-vex-custom=custom] .hv-beam{position:absolute;height:1px;width:280px;background:linear-gradient(90deg,transparent,rgba(176,88,255,.9),rgba(255,138,37,.76),transparent);box-shadow:0 0 18px rgba(161,79,255,.8);transform-origin:center;animation:beamFloat 5.5s ease-in-out infinite}[data-vex-custom=custom] .hv-beam.b1{left:43%;top:30%;transform:rotate(11deg)}[data-vex-custom=custom] .hv-beam.b2{left:54%;top:43%;width:360px;transform:rotate(-7deg);animation-delay:-1.4s}[data-vex-custom=custom] .hv-beam.b3{left:61%;top:58%;width:230px;transform:rotate(18deg);animation-delay:-2.3s}[data-vex-custom=custom] .hv-beam.b4{left:47%;top:66%;width:310px;transform:rotate(-4deg);animation-delay:-3.3s}@keyframes ambientPulse{0%,to{transform:scale(1);opacity:.62}50%{transform:scale(1.04);opacity:.9}}@keyframes scanMove{0%{transform:translateY(-24px)}to{transform:translateY(24px)}}@keyframes ringPulse{0%,to{transform:scale(.96);opacity:.35}50%{transform:scale(1.05);opacity:.92}}@keyframes rotateArc{to{transform:rotate(1turn)}}@keyframes beamFloat{0%,to{opacity:.3;translate:-20px 0}50%{opacity:1;translate:25px -8px}}@media (prefers-reduced-motion:reduce){[data-vex-custom=custom] .hero-media:after,[data-vex-custom=custom] .hero-media:before,[data-vex-custom=custom] .hv-arc,[data-vex-custom=custom] .hv-beam,[data-vex-custom=custom] .hv-orbit .ring{animation:none!important}}[data-vex-custom=custom] .hero-bg-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}[data-vex-custom=custom] .hero-bg-fallback{position:absolute;inset:0;z-index:0;background:radial-gradient(ellipse at 70% 45%,#9d5cf622,transparent 60%),linear-gradient(135deg,#150f24,#0a0714)}[data-vex-custom=custom] .hero-bg-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#08050fee,#08050fcc 30%,#08050f60 55%,transparent 75%)}[data-vex-custom=custom] .vex-hero-left{position:relative;z-index:2;padding:90px 60px;max-width:620px;display:flex;flex-direction:column;justify-content:center;min-height:640px}[data-vex-custom=custom] .hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}[data-vex-custom=custom] .vex-badge{display:inline-flex;align-items:center;gap:7px;padding:5px 14px 5px 8px;border-radius:99px;font-size:11px;font-weight:600;letter-spacing:.04em;width:-moz-fit-content;width:fit-content}[data-vex-custom=custom] .vex-badge .pulse-dot{width:7px;height:7px;border-radius:50%;position:relative;flex-shrink:0}[data-vex-custom=custom] .vex-badge .pulse-dot:after{content:"";position:absolute;inset:-3px;border-radius:50%;animation:pulse-ring 2s ease-out infinite}@keyframes pulse-ring{0%{transform:scale(.6);opacity:.8}to{transform:scale(1.8);opacity:0}}[data-vex-custom=custom] .vex-badge.amethyst{background:var(--amethyst-dim);border:1px solid #8b5cf640;color:var(--amethyst)}[data-vex-custom=custom] .vex-badge.amethyst .pulse-dot{background:var(--amethyst)}[data-vex-custom=custom] .vex-badge.amethyst .pulse-dot:after{border:1px solid var(--amethyst)}[data-vex-custom=custom] .vex-h1{font-size:clamp(32px,5vw,60px);font-weight:700;line-height:1.08;letter-spacing:-.03em;margin-top:18px}[data-vex-custom=custom] .highlight-amethyst{color:var(--amethyst)}[data-vex-custom=custom] .vex-desc{font-size:clamp(14px,1.5vw,16px);color:var(--dim);max-width:460px;margin-top:18px}[data-vex-custom=custom] .vex-cta-row{display:flex;gap:12px;margin-top:28px;align-items:center}[data-vex-custom=custom] .notify-input{background:var(--surface);border:1px solid var(--border);color:var(--text);font-family:var(--font);font-size:14px;padding:12px 16px;border-radius:8px;width:260px;outline:none}[data-vex-custom=custom] .notify-input:focus{border-color:#8b5cf660}[data-vex-custom=custom] .notify-input::placeholder{color:var(--dim2)}[data-vex-custom=custom] .vex-btn-primary{background:linear-gradient(135deg,#e6b450,#d4a84f);color:#1a1206;font-weight:700;font-size:14px;padding:13px 22px;border-radius:8px;border:none;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;transition:opacity .15s,transform .15s;white-space:nowrap}[data-vex-custom=custom] .vex-btn-primary:hover{opacity:.92;transform:translateY(-1px)}[data-vex-custom=custom] .vex-stats{display:flex;gap:20px;margin-top:44px;padding-top:28px;border-top:1px solid var(--border);flex-wrap:wrap}[data-vex-custom=custom] .vex-stat{padding-right:20px;border-right:1px solid var(--border)}[data-vex-custom=custom] .vex-stat:last-child{border-right:none;padding-right:0}[data-vex-custom=custom] .stat-val{font-family:var(--mono);font-size:22px;font-weight:500}[data-vex-custom=custom] .stat-accent{color:var(--amethyst)}[data-vex-custom=custom] .stat-label{font-size:12px;color:var(--dim);margin-top:2px}[data-vex-custom=custom] .vex-gem-bar{display:flex;align-items:center;justify-content:center;gap:28px;padding:20px 24px;border-top:1px solid var(--border);font-size:12px;color:var(--dim);flex-wrap:wrap}[data-vex-custom=custom] .gem-item{display:flex;align-items:center;gap:8px}[data-vex-custom=custom] .gem-sep{display:none}[data-vex-custom=custom] @keyframes drift-a{0%,to{transform:translate(-4%,-6%) scale(1);opacity:.55}50%{transform:translate(4%,4%) scale(1.12);opacity:.8}}@keyframes drift-b{0%,to{transform:translate(3%,5%) scale(1.05);opacity:.5}50%{transform:translate(-5%,-3%) scale(1);opacity:.75}}@media (prefers-reduced-motion:reduce){[data-vex-custom=custom] [class*=-glow]{animation:none!important}}[data-vex-custom=custom] .section-divider{position:relative;height:1px;background:linear-gradient(90deg,transparent,var(--border) 20%,var(--border) 80%,transparent)}[data-vex-custom=custom] .section-divider .sd-mark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:26px;height:26px;border-radius:50%;background:var(--bg);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--amethyst)}[data-vex-custom=custom] .about{padding:90px 60px;position:relative;overflow:hidden;isolation:isolate;background:radial-gradient(ellipse 700px 500px at 15% -8%,#9d5cf614,transparent 60%),var(--bg)}[data-vex-custom=custom] .about-glow{position:absolute;width:560px;height:560px;border-radius:50%;top:-220px;right:-160px;z-index:0;pointer-events:none;background:radial-gradient(circle,#9d5cf628,transparent 68%);filter:blur(10px);animation:drift-a 22s ease-in-out infinite}[data-vex-custom=custom] .about-inner{max-width:1180px;margin:0 auto;position:relative;z-index:1}[data-vex-custom=custom] .about-eyebrow{font-size:11px;font-weight:600;letter-spacing:.12em;color:var(--amethyst);text-transform:uppercase;text-align:center}[data-vex-custom=custom] .about-h2{font-size:clamp(24px,3.5vw,40px);font-weight:700;letter-spacing:-.025em;margin-top:10px;text-align:center;max-width:640px;margin-left:auto;margin-right:auto}[data-vex-custom=custom] .about-lede{font-size:15px;color:var(--dim);text-align:center;max-width:620px;margin:16px auto 0}[data-vex-custom=custom] .pillars{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:52px}[data-vex-custom=custom] .pillar{background:rgba(255,255,255,.015);border:1px solid var(--border);border-radius:var(--r-lg);padding:28px;position:relative;overflow:hidden;transition:border-color .18s,background .18s}[data-vex-custom=custom] .pillar:before{content:"";position:absolute;left:0;top:14px;bottom:14px;width:3px;border-radius:0 3px 3px 0;background:linear-gradient(180deg,var(--amethyst),var(--gold));opacity:.8}[data-vex-custom=custom] .pillar:hover{border-color:#9d5cf655;background:rgba(255,255,255,.03)}[data-vex-custom=custom] .pillar-title{font-size:15px;font-weight:600;margin-bottom:6px}[data-vex-custom=custom] .pillar-desc{font-size:13px;color:var(--dim);line-height:1.6}[data-vex-custom=custom] .features{padding:90px 60px 100px;position:relative;overflow:hidden;isolation:isolate;background:radial-gradient(ellipse 800px 550px at 85% 100%,#d4a84f16,transparent 62%),var(--bg2)}[data-vex-custom=custom] .features-glow{position:absolute;width:500px;height:500px;border-radius:50%;bottom:-200px;left:-140px;z-index:0;pointer-events:none;background:radial-gradient(circle,#d4a84f22,transparent 68%);filter:blur(10px);animation:drift-b 26s ease-in-out infinite}[data-vex-custom=custom] .features-inner{max-width:1180px;margin:0 auto;position:relative;z-index:1}[data-vex-custom=custom] .features-head{max-width:620px;margin:0 auto 52px;text-align:center}[data-vex-custom=custom] .feat-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}[data-vex-custom=custom] .feat-card{background:rgba(255,255,255,.015);border:1px solid var(--border);border-radius:var(--r-lg);padding:24px;position:relative;overflow:hidden;transition:border-color .18s,background .18s}[data-vex-custom=custom] .feat-card:before{content:"";position:absolute;left:0;top:14px;bottom:14px;width:3px;border-radius:0 3px 3px 0;background:linear-gradient(180deg,var(--amethyst),var(--gold));opacity:.8}[data-vex-custom=custom] .feat-card:hover{border-color:#9d5cf655;background:rgba(255,255,255,.03)}[data-vex-custom=custom] .feat-num{font-family:var(--mono);font-size:11px;color:var(--dim2);letter-spacing:.06em}[data-vex-custom=custom] .feat-title{font-size:15px;font-weight:600;margin-top:10px;display:flex;align-items:center;gap:10px}[data-vex-custom=custom] .feat-desc{font-size:13px;color:var(--dim);margin-top:8px;line-height:1.6}[data-vex-custom=custom] .feat-status{display:inline-block;margin-top:12px;font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:3px 8px;border-radius:99px}[data-vex-custom=custom] .feat-status.live{background:var(--green-dim);color:var(--green);border:1px solid #22c55e40}[data-vex-custom=custom] .feat-status.progress{background:var(--gold-dim);color:var(--gold);border:1px solid #d4a84f50}[data-vex-custom=custom] .feat-status.coming{background:#ffffff0c;color:var(--dim);border:1px solid var(--border)}[data-vex-custom=custom] .showcase{padding:90px 60px 100px;position:relative;overflow:hidden;isolation:isolate;background:radial-gradient(ellipse 900px 500px at 50% -10%,#6d5ce622,transparent 60%),var(--bg2);border-top:1px solid var(--border)}[data-vex-custom=custom] .showcase-glow{position:absolute;width:620px;height:620px;border-radius:50%;top:30%;left:50%;transform:translateX(-50%);z-index:-1;pointer-events:none;background:radial-gradient(circle,#6d5ce61c,transparent 70%);filter:blur(14px);animation:drift-a 30s ease-in-out infinite}[data-vex-custom=custom] .showcase-head{max-width:620px;margin:0 auto 52px;text-align:center}[data-vex-custom=custom] .showcase-eyebrow{font-size:11px;font-weight:600;letter-spacing:.12em;color:var(--amethyst);text-transform:uppercase}[data-vex-custom=custom] .showcase-h2{font-size:clamp(24px,3.5vw,40px);font-weight:700;letter-spacing:-.025em;margin-top:10px}[data-vex-custom=custom] .showcase-desc{font-size:14px;color:var(--dim);margin-top:12px}[data-vex-custom=custom] .steps-flow{max-width:1180px;margin:0 auto;display:flex;align-items:flex-start;gap:4px}[data-vex-custom=custom] .step-card{flex:1 1;min-width:0}[data-vex-custom=custom] .step-arrow{flex:0 0 44px;display:flex;align-items:center;justify-content:center;padding-top:90px;color:#45495e;font-size:20px}[data-vex-custom=custom] .step-media{position:relative;width:100%;aspect-ratio:4/3;border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--border);background:var(--surface)}[data-vex-custom=custom] .step-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}[data-vex-custom=custom] .step-num{position:absolute;top:12px;left:12px;z-index:2;width:26px;height:26px;border-radius:50%;background:var(--amethyst);color:#fff;font-family:var(--mono);font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center}[data-vex-custom=custom] .step-body{padding-top:14px}[data-vex-custom=custom] .step-tag{display:inline-block;font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--amethyst);background:#8b5cf622;border:1px solid #8b5cf640;padding:3px 8px;border-radius:99px;margin-bottom:8px}[data-vex-custom=custom] .step-title{font-size:15px;font-weight:600;color:var(--text)}[data-vex-custom=custom] .step-desc{font-size:12px;color:var(--dim);margin-top:4px;line-height:1.5}[data-vex-custom=custom] .concepts-label{max-width:1180px;margin:60px auto 20px;display:flex;align-items:center;gap:12px}[data-vex-custom=custom] .concepts-label .line{flex:1 1;height:1px;background:var(--border)}[data-vex-custom=custom] .concepts-label .txt{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--dim);white-space:nowrap}[data-vex-custom=custom] .concepts-row{max-width:1180px;margin:0 auto;display:grid;grid-auto-flow:column;grid-auto-columns:calc(25% - 12px);grid-gap:16px;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px;scrollbar-width:none}[data-vex-custom=custom] .concepts-row::-webkit-scrollbar{display:none}[data-vex-custom=custom] .concept-card{scroll-snap-align:start}[data-vex-custom=custom] .carousel-dots{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:24px}[data-vex-custom=custom] .carousel-dots .dot{width:6px;height:6px;border-radius:50%;background:var(--border);transition:background .2s,width .2s}[data-vex-custom=custom] .carousel-dots .dot.active{background:var(--amethyst);width:18px;border-radius:3px}[data-vex-custom=custom] .concept-media{position:relative;width:100%;aspect-ratio:16/9;border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--border);background:var(--surface)}[data-vex-custom=custom] .concept-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}[data-vex-custom=custom] .concept-placeholder{position:absolute;inset:0;background:repeating-linear-gradient(135deg,#8b5cf60c 0 2px,transparent 2px 14px),linear-gradient(155deg,#20213a,#14151f 70%);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px}[data-vex-custom=custom] .ph-icon{width:36px;height:36px;border-radius:10px;border:1px dashed #8b5cf650;display:flex;align-items:center;justify-content:center;color:var(--amethyst);font-size:15px}[data-vex-custom=custom] .ph-label{font-family:var(--mono);font-size:10px;color:var(--dim2);letter-spacing:.04em}[data-vex-custom=custom] .concept-body{padding-top:14px}[data-vex-custom=custom] .concept-tag{display:inline-block;font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--dim);background:#ffffff0c;border:1px solid var(--border);padding:3px 8px;border-radius:99px;margin-bottom:8px}[data-vex-custom=custom] .concept-title{font-size:15px;font-weight:600;color:var(--text)}[data-vex-custom=custom] .concept-desc{font-size:12px;color:var(--dim);margin-top:4px;line-height:1.5}[data-vex-custom=custom] .showcase-note{max-width:1180px;margin:40px auto 0;text-align:center;font-size:12px;color:var(--dim2);font-family:var(--mono)}[data-vex-custom=custom] .marketplace-promo{max-width:1180px;margin:0 auto 60px;padding:56px;display:grid;grid-template-columns:1fr 1.15fr;grid-gap:40px;gap:40px;align-items:center;background:linear-gradient(135deg,#1a1408,#0e0c18 60%);border:1px solid #d4a84f35;border-radius:var(--r-lg);position:relative;overflow:hidden}[data-vex-custom=custom] .mp-eyebrow{font-family:var(--mono);font-size:12px;color:var(--gold);letter-spacing:.04em}[data-vex-custom=custom] .mp-title{font-size:clamp(24px,3vw,34px);font-weight:700;line-height:1.15;letter-spacing:-.02em;margin-top:12px}[data-vex-custom=custom] .mp-title .accent{color:var(--gold)}[data-vex-custom=custom] .mp-desc{font-size:14px;color:var(--dim);margin-top:14px;max-width:440px;line-height:1.6}[data-vex-custom=custom] .mp-list{list-style:none;margin-top:20px;display:flex;flex-direction:column;gap:10px}[data-vex-custom=custom] .mp-list li{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text)}[data-vex-custom=custom] .mp-list li .diamond{color:var(--gold);font-size:11px;flex-shrink:0}[data-vex-custom=custom] .mp-cta{display:inline-flex;margin-top:26px;background:linear-gradient(135deg,#e6b450,#d4a84f);color:#1a1206;font-weight:700;font-size:14px;padding:13px 24px;border-radius:8px;text-decoration:none;transition:opacity .15s,transform .15s}[data-vex-custom=custom] .mp-cta:hover{opacity:.92;transform:translateY(-1px)}[data-vex-custom=custom] .mp-media{position:relative;display:flex;align-items:center;justify-content:center}[data-vex-custom=custom] .mp-media img{width:100%;height:auto;object-fit:contain;display:block}[data-vex-custom=custom] .final-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1180px;padding:40px 48px;background:linear-gradient(90deg,#1a123a,#150f2e);border:1px solid #9d5cf640;border-radius:var(--r-lg);margin:0 auto 80px}[data-vex-custom=custom] .final-cta-left{display:flex;align-items:center;gap:16px}[data-vex-custom=custom] .final-cta-icon{font-size:22px;color:var(--amethyst)}[data-vex-custom=custom] .final-cta-title{font-size:19px;font-weight:700}[data-vex-custom=custom] .final-cta-sub{font-size:13px;color:var(--dim);margin-top:2px}[data-vex-custom=custom] .final-cta-form{display:flex;gap:12px;align-items:center}[data-vex-custom=custom] .final-cta-form .notify-input{width:220px}[data-vex-custom=custom] .final-cta-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px}[data-vex-custom=custom] .form-msg{font-size:12px;min-height:16px}[data-vex-custom=custom] #notifyMsg{margin-top:10px}[data-vex-custom=custom] .form-msg.ok{color:var(--green)}[data-vex-custom=custom] .form-msg.err{color:#f87171}@media (max-width:768px){[data-vex-custom=custom] .vex-nav .nav-links{display:none}[data-vex-custom=custom] .vex-hero-wrap{min-height:auto;display:flex;flex-direction:column;overflow:visible}[data-vex-custom=custom] .hero-media{position:relative;inset:auto;height:230px;flex-shrink:0;overflow:hidden}[data-vex-custom=custom] .vex-hero-left{position:relative;max-width:100%;padding:32px 24px 40px;min-height:auto;background:var(--bg)}[data-vex-custom=custom] .hero-bg-photo{object-position:62% 35%}[data-vex-custom=custom] .hero-bg-overlay{background:linear-gradient(180deg,transparent 55%,#08050fee)}[data-vex-custom=custom] .vex-stats{flex-wrap:wrap}[data-vex-custom=custom] .vex-stat{flex:1 1 40%;border-right:none;padding-right:0;margin-bottom:14px}[data-vex-custom=custom] .vex-cta-row{flex-direction:column;align-items:stretch}[data-vex-custom=custom] .notify-input{width:100%;font-size:16px;min-height:44px}[data-vex-custom=custom] .mp-cta,[data-vex-custom=custom] .vex-btn-primary{min-height:44px}[data-vex-custom=custom] .showcase{padding:60px 20px 70px}[data-vex-custom=custom] .steps-flow{flex-direction:column;gap:24px}[data-vex-custom=custom] .step-arrow{display:none}[data-vex-custom=custom] .concepts-row{grid-auto-columns:78%}[data-vex-custom=custom] .feat-grid,[data-vex-custom=custom] .pillars{grid-template-columns:1fr}[data-vex-custom=custom] .about,[data-vex-custom=custom] .features{padding:60px 20px}[data-vex-custom=custom] .marketplace-promo{grid-template-columns:1fr;padding:32px 24px;text-align:left}[data-vex-custom=custom] .final-cta{flex-direction:column;align-items:stretch;text-align:center;padding:32px 24px}[data-vex-custom=custom] .final-cta-right{align-items:stretch;width:100%}[data-vex-custom=custom] .final-cta-form{flex-direction:column;align-items:stretch}[data-vex-custom=custom] .final-cta-form .notify-input{width:100%;font-size:16px;min-height:44px}[data-vex-custom=custom] .final-cta-left{flex-direction:column}}.vex-tb-outer{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.vex-tb-outer::-webkit-scrollbar{display:none}.vex-tb-inner{flex-wrap:nowrap}@media (max-width:900px){.vex-tb-inner{flex-wrap:wrap}}@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,800;1,700;1,800&family=DM+Sans:wght@300;400;500;600;700&family=DM+Mono:wght@400;500&display=swap");.cvvx-wrap{font-family:DM Sans,system-ui,sans-serif;background:#f7f3ec;color:#1a1a1a;padding:0;margin:0;line-height:1.7}.cvvx-wrap *{box-sizing:border-box}.cvvx-wrap a{text-decoration:none;color:inherit}.cvvx-inner{max-width:900px;margin:0 auto;padding:0 40px}.cvvx-mast{padding:64px 0 48px;border-bottom:3px double #ccc0ad}.cvvx-eyebrow{font-family:DM Mono,monospace;font-size:12px;letter-spacing:3px;text-transform:uppercase;color:#8a6d2f;margin-bottom:12px}.cvvx-h{font-family:Playfair Display,Georgia,serif;font-size:clamp(38px,6vw,64px);font-weight:800;letter-spacing:-2px;line-height:1;margin-bottom:14px;color:#1a1a1a}.cvvx-h em{color:#8a6d2f;font-style:italic}.cvvx-sub{font-size:18px;color:#3a3a3a;max-width:520px;line-height:1.7}.cvvx-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:rgba(138,109,47,.08);border:1px solid rgba(138,109,47,.2);border-radius:100px;font-family:DM Mono,monospace;font-size:12px;color:#8a6d2f;letter-spacing:1px;text-transform:uppercase;margin-top:20px}.cvvx-pill:before{content:"●";font-size:10px;animation:cvvxBlink 1.8s steps(2) infinite}@keyframes cvvxBlink{50%{opacity:0}}.cvvx-cols{display:grid;grid-template-columns:1fr 280px;grid-gap:48px;gap:48px;padding:48px 0;align-items:start}.cvvx-shead{display:flex;align-items:baseline;gap:16px;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #e2d8ca}.cvvx-shnum{font-size:30px;color:#ccc0ad;letter-spacing:-1px}.cvvx-shnum,.cvvx-shtitle{font-family:Playfair Display,serif;font-weight:800}.cvvx-shtitle{font-size:22px;letter-spacing:-.4px;color:#1a1a1a;margin:0;line-height:1.2}.cvvx-shtitle em{color:#8a6d2f;font-style:italic}.cvvx-channels{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));grid-gap:10px;gap:10px;margin-bottom:36px}.cvvx-ch{min-width:0}.cvvx-ch-name{overflow-wrap:anywhere;min-width:0}.cvvx-ch-top{min-width:0}.cvvx-ch:hover{border-color:#ccc0ad;box-shadow:0 3px 12px rgba(0,0,0,.06)}.cvvx-ch-icon{display:flex;align-items:center;flex-shrink:0}.cvvx-ch-addr{font-family:DM Mono,monospace;font-size:12px;color:#8a6d2f;margin-bottom:4px;word-break:break-all}.cvvx-ch-desc{font-size:13px;color:#6b6b6b;line-height:1.5}.cvvx-divider{height:1px;background:linear-gradient(90deg,#ccc0ad,transparent 60%);margin:32px 0}.cvvx-edbanner{display:flex;align-items:center;gap:20px;padding:18px 22px;background:#fff;border:1px solid #e2d8ca;border-left:3px solid #0d8c7d;text-decoration:none;color:inherit;border-radius:4px;transition:all .2s;margin-bottom:24px}.cvvx-edbanner:hover{border-color:#ccc0ad;box-shadow:0 3px 12px rgba(0,0,0,.06)}.cvvx-edb-tag{font-family:DM Mono,monospace;font-size:11px;font-weight:500;color:#0d8c7d;letter-spacing:2.5px;text-transform:uppercase;white-space:nowrap;min-width:80px}.cvvx-edb-body{flex:1 1}.cvvx-edb-title{font-size:15px;font-weight:700;margin-bottom:4px;color:#1a1a1a}.cvvx-edb-sub{font-size:14px;color:#6b6b6b;line-height:1.55}.cvvx-edb-sub strong{color:#1a1a1a;font-weight:600}.cvvx-edb-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.cvvx-edb-email{font-family:DM Mono,monospace;font-size:13px;color:#0d8c7d;white-space:nowrap}.cvvx-edb-arr{font-size:16px;color:#0d8c7d}.cvvx-platlist{display:flex;flex-direction:column}.cvvx-plat{display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid #e2d8ca;text-decoration:none;color:inherit;transition:opacity .2s}.cvvx-plat:first-child{border-top:1px solid #e2d8ca}.cvvx-plat:hover{opacity:.7}.cvvx-plat-icon{display:flex;align-items:center;flex-shrink:0;font-size:24px}.cvvx-plat-name{font-family:DM Mono,monospace;font-size:15px;font-weight:600;color:#8a6d2f;min-width:170px}.cvvx-plat-accent .cvvx-plat-name{color:#0d8c7d}.cvvx-plat-desc{flex:1 1}.cvvx-plat-arr,.cvvx-plat-desc{font-size:14px;color:#6b6b6b}.cvvx-form-intro{font-size:16px;color:#6b6b6b;margin-bottom:20px;max-width:500px}.cvvx-field{margin-bottom:14px}.cvvx-field label{display:block;font-family:DM Mono,monospace;font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#8a6d2f;margin-bottom:6px}.cvvx-field input,.cvvx-field select,.cvvx-field textarea{width:100%;padding:10px 13px;background:#fff;border:1px solid #ccc0ad;border-radius:5px;color:#1a1a1a;font-family:DM Sans,sans-serif;font-size:15px;outline:none;transition:border-color .2s;line-height:1.5}.cvvx-field textarea{resize:vertical;min-height:90px}.cvvx-field input:focus,.cvvx-field select:focus,.cvvx-field textarea:focus{border-color:#8a6d2f}.cvvx-submit{padding:12px 28px;border:0;background:#0a0a0c;color:#f7f3ec;font-family:DM Sans,sans-serif;font-size:15px;font-weight:700;border-radius:5px;cursor:pointer;transition:background .2s;display:inline-flex;align-items:center;gap:8px}.cvvx-submit:hover{background:#8a6d2f}.cvvx-side{display:flex;flex-direction:column;gap:20px;position:-webkit-sticky;position:sticky;top:80px}.cvvx-sbox{padding:20px;background:#fff;border:1px solid #e2d8ca;border-radius:6px}.cvvx-sbox-title{font-family:Playfair Display,serif;font-size:17px;font-weight:800;margin-bottom:10px;border-bottom:1px solid #e2d8ca;padding-bottom:8px;color:#1a1a1a}.cvvx-sbox p{font-size:14px;color:#6b6b6b;line-height:1.65;margin-bottom:8px}.cvvx-sbox p:last-child{margin-bottom:0}.cvvx-sbox a{color:#8a6d2f}.cvvx-sbox a:hover{text-decoration:underline}.cvvx-mqquote{border-left:3px solid #8a6d2f;padding-left:16px;margin:20px 0}.cvvx-mqquote p{font-family:Playfair Display,serif;font-size:16px;font-style:italic;color:#3a3a3a}.cvvx-slist{list-style:none;padding:0;margin:0}.cvvx-slist li{font-size:14px;color:#6b6b6b;padding:7px 0;border-bottom:1px solid #e2d8ca;display:flex;justify-content:space-between;align-items:center}.cvvx-slist li:last-child{border-bottom:0}.cvvx-skey{color:#1a1a1a;letter-spacing:.5px}.cvvx-skey,.cvvx-sval{font-family:DM Mono,monospace;font-size:12px}.cvvx-sval{color:#8a6d2f}.cvvx-soclist{display:flex;flex-direction:column;gap:2px;margin-top:10px}.cvvx-socitem{display:flex;align-items:center;gap:9px;padding:8px 6px;border-radius:5px;font-size:14px;transition:background .15s;color:inherit}.cvvx-socitem:hover{background:rgba(0,0,0,.04)}.cvvx-socname{font-weight:600;flex:1 1}.cvvx-sochandle{font-family:DM Mono,monospace;font-size:12px;color:#8a6d2f}.cvvx-edinote{font-size:13px;color:#6b6b6b;margin:14px 0;line-height:1.6}.cvvx-edinote strong{color:inherit;font-weight:600}.cvvx-edinote a{color:#d4a84f}.cvvx-edinote a:hover{text-decoration:underline}@media(max-width:520px){#contactform,#contactform *{max-width:100%}#contactform{overflow-x:hidden}.cvvx-inner{padding:0 16px}.cvvx-h{font-size:clamp(30px,8vw,42px);letter-spacing:-1px}.cvvx-sub{font-size:16px}.cvvx-edb-right{flex-direction:column;gap:4px}.cvvx-edb-tag{min-width:0;white-space:normal}.cvvx-edb-email{word-break:break-word}.cvvx-edb-email,.cvvx-plat-name{white-space:normal;overflow-wrap:anywhere}.cvvx-shnum{font-size:24px}.cvvx-shtitle{font-size:19px}}.wff-hero{position:relative;min-height:520px;overflow:hidden;background:linear-gradient(150deg,#0a0714,#120c22,#0a0714)}.wff-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.12;animation:wffOrb 22s ease-in-out infinite}.wff-orb:first-child{width:460px;height:460px;top:-12%;left:-6%;background:#d4a84f}.wff-orb:nth-child(2){width:340px;height:340px;bottom:-8%;right:6%;background:#10b981;animation-delay:-8s}.wff-orb:nth-child(3){width:250px;height:250px;top:42%;right:26%;background:#f59e0b;animation-delay:-16s}@keyframes wffOrb{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-18px,20px) scale(.92)}}.wff-grid{position:absolute;inset:0;background-image:linear-gradient(#d4a84f0a 1px,transparent 0),linear-gradient(90deg,#d4a84f0a 1px,transparent 0);background-size:52px 52px;pointer-events:none}.wff-fc{position:absolute;background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.9);border-radius:14px;width:210px;box-shadow:0 8px 32px #d4a84f18;overflow:hidden;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);will-change:transform;z-index:2}@keyframes wffFloat{0%{transform:translateY(0) rotate(var(--rot))}25%{transform:translateY(-6px) rotate(var(--rot2))}50%{transform:translateY(-3px) rotate(var(--rot))}75%{transform:translateY(-8px) rotate(var(--rot2))}to{transform:translateY(0) rotate(var(--rot))}}@keyframes wffBar{0%{width:45%}to{width:92%}}.wff-card{max-width:500px;width:100%;text-align:center;background:rgba(255,255,255,.9);border:1px solid #d4a84f20;border-radius:22px;padding:36px 40px;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 12px 48px #d4a84f18;z-index:20;position:relative}.wff-kicker{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:#d4a84f;margin-bottom:14px;padding:5px 14px;background:#d4a84f10;border:1px solid #d4a84f20;border-radius:100px}.site-nav .logo img{max-height:44px!important;width:auto}.site-nav>a:not(.logo){font-size:.875rem;color:#9a94b8;font-weight:500}.site-nav .btn-primary,.site-nav a.btn-primary{color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.2)}.blog-hero{padding:72px 24px 40px;text-align:center}.blog-hero h1{font-size:clamp(2rem,4vw,2.8rem);font-weight:800;margin-bottom:12px}.blog-hero p{font-size:1.1rem;color:#9a94b8;max-width:500px;margin:0 auto}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:28px;gap:28px;padding:48px 24px}.post-card{background:#150f24;border:1px solid #2a2140;border-radius:16px;overflow:hidden;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.post-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px rgba(0,0,0,.1)}.post-card-img{height:200px;object-fit:cover;width:100%}.post-card-img-placeholder{height:160px;background:#120c22;display:flex;align-items:center;justify-content:center;font-size:2.5rem}.post-card-body{padding:24px;flex:1 1;display:flex;flex-direction:column}.post-card-cat{font-size:.7rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#d4a84f;margin-bottom:8px}.post-card-title{font-size:1.1rem;font-weight:800;line-height:1.3;margin:0 0 10px;color:#ece9f7}.post-card-excerpt{font-size:.9rem;color:#9a94b8;line-height:1.6;flex:1 1;margin-bottom:16px}.post-card-meta{display:flex;align-items:center;justify-content:space-between;font-size:.8rem;color:#9a94b8}.post-card-read{color:#d4a84f;font-weight:600;font-size:.85rem}.empty-state{text-align:center;padding:80px 24px;color:#9a94b8}.empty-state .icon{font-size:3rem;margin-bottom:16px}@media(max-width:600px){.site-nav{padding:12px 20px}.posts-grid{grid-template-columns:1fr;padding:24px 16px}}@keyframes ai3a{0%,to{transform:scale(1)}50%{transform:scale(1.25)}}@keyframes ai3b{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes ai3c{0%,to{transform:scaleY(1)}50%{transform:scaleY(1.35)}}@keyframes ai3e{0%,to{transform:scaleX(1)}50%{transform:scaleX(1.2)}}@keyframes ai3d{0%{stroke-dashoffset:16}to{stroke-dashoffset:0}}.err-code{font-size:clamp(6rem,20vw,10rem);font-weight:900;line-height:1;background:linear-gradient(135deg,#d4a84f,#d4a84f88);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px}.err-title{font-size:clamp(1.4rem,4vw,2rem);font-weight:800;color:#ece9f7;margin-bottom:12px}.err-desc{font-size:1rem;color:#9a94b8;max-width:440px;margin:0 auto 32px;line-height:1.6}.legal-wrap{max-width:800px;margin:0 auto;padding:56px 24px 80px}.legal-wrap h1{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:800;color:#ece9f7;margin-bottom:8px}.legal-wrap .legal-meta{font-size:.85rem;color:#9a94b8;margin-bottom:40px;padding-bottom:24px;border-bottom:1px solid #2a2140}.legal-wrap h2{font-size:1.05rem;font-weight:700;margin:36px 0 10px;color:#ece9f7;border-bottom:1px solid #2a2140;padding-bottom:6px}.legal-wrap h3{font-size:.95rem;font-weight:700;margin:22px 0 8px;color:#ece9f7}.legal-wrap p{color:#9a94b8;margin-bottom:14px;font-size:.93rem;line-height:1.75}.legal-wrap ol,.legal-wrap ul{padding-left:20px;margin-bottom:14px}.legal-wrap li{color:#9a94b8;margin-bottom:7px;font-size:.93rem;line-height:1.7;list-style:disc}.legal-wrap a{color:#d4a84f}.legal-wrap strong{color:#ece9f7}.tr-grid{flex-direction:column;margin-top:24px}.tr-card,.tr-grid{display:flex;gap:16px}.tr-card{padding:18px 20px;border-radius:10px;background:#150f24;border:1px solid #2a2140}.tr-card-icon{font-size:22px;flex-shrink:0;width:32px;text-align:center;padding-top:2px}.tr-card-title{font-size:.95rem;font-weight:700;color:#ece9f7;margin-bottom:8px}.tr-card-body p{color:#9a94b8;font-size:.88rem;line-height:1.7;margin-bottom:8px}.tr-card-body ul{padding-left:18px;margin-bottom:8px}.tr-card-body li{color:#9a94b8;font-size:.88rem;line-height:1.7;margin-bottom:4px;list-style:disc}.tr-card-body a{color:#d4a84f}.tr-eu{border-color:rgba(99,102,241,.3);background:rgba(99,102,241,.05)}.tr-eu .tr-card-title{color:#818cf8}