:root{--bg: #05070d;--bg-alt: #060910;--bg-card: rgba(255,255,255,.02);--bg-card-h: rgba(255,255,255,.04);--text: #ffffff;--text-muted: #94a3b8;--text-dim: #64748b;--primary: #7B2FFF;--primary-dim: rgba(123,47,255,.1);--primary-border: rgba(123,47,255,.25);--accent: #E01744;--border: rgba(255,255,255,.1);--border-hover:rgba(255,255,255,.2);--ease-out: cubic-bezier(.16, 1, .3, 1);--container: 1360px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Space Grotesk,system-ui,sans-serif;font-weight:400;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;font-family:inherit;border:none;background:none}.hub-container{max-width:var(--container);margin:0 auto;padding:0 24px}@media (min-width: 768px){.hub-container{padding:0 48px}}.hub-nav{position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.05);background:#05070dcc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.hub-nav-inner{max-width:var(--container);margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:64px}@media (min-width: 768px){.hub-nav-inner{padding:0 48px}}.hub-nav-logo{display:flex;align-items:center;gap:10px}.hub-nav-logo img{height:28px;width:auto}.hub-nav-brand{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.25em;color:#e2e8f0}.hub-nav-links{display:none;align-items:center;gap:32px;font-size:14px;color:#cbd5e1}.hub-nav-links a:hover{color:#fff}.hub-nav-cta{padding:8px 20px;border:1px solid var(--primary-border);border-radius:12px;background:var(--primary-dim);color:#e9d5ff!important;font-weight:600;font-size:13px;transition:background .2s}.hub-nav-cta:hover{background:#7b2fff33}@media (min-width: 768px){.hub-nav-links{display:flex}.hub-nav-hamburger{display:none}}.hub-nav-hamburger{display:flex;flex-direction:column;gap:5px;padding:8px;color:#fff}.hub-nav-hamburger span{display:block;width:22px;height:2px;background:#fff;border-radius:1px;transition:transform .3s,opacity .3s}.hub-nav-hamburger.active span:first-child{transform:rotate(45deg) translateY(3.5px)}.hub-nav-hamburger.active span:last-child{transform:rotate(-45deg) translateY(-3.5px)}.hub-mobile-menu{display:none;position:fixed;top:64px;right:0;bottom:0;left:0;z-index:99;background:#05070df2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;align-items:center;justify-content:center;gap:28px;font-size:20px;font-weight:500}.hub-mobile-menu.active{display:flex}.hub-mobile-menu a:hover{color:var(--primary)}.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:var(--primary);color:#000;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border-radius:16px;transition:transform .2s,background .2s,box-shadow .3s}.btn-primary:hover{transform:translateY(-2px);background:#9953ff;box-shadow:0 8px 30px #7b2fff40}.btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border:1px solid var(--border-hover);background:#ffffff0d;color:#fff;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;border-radius:16px;transition:background .2s}.btn-secondary:hover{background:#ffffff1a}.btn-block{display:flex;justify-content:center;width:100%}.gradient-text{background:linear-gradient(135deg,#7b2fff,#e01744,#a855f7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.anim-up{opacity:0;transform:translateY(40px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out)}.anim-up.visible{opacity:1;transform:translateY(0)}.hub-hero{position:relative;overflow:hidden;padding:80px 0 60px}@media (min-width: 768px){.hub-hero{padding:120px 0 100px}}.hub-hero-glow{position:absolute;top:-30%;left:50%;transform:translate(-50%);width:120%;height:80%;background:radial-gradient(ellipse 80% 50% at 50% 20%,rgba(123,47,255,.15),transparent 60%);pointer-events:none}.hub-hero-grid-bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.hub-hero-content{position:relative;text-align:center}.hub-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 18px;margin-bottom:24px;border:1px solid var(--primary-border);border-radius:100px;background:var(--primary-dim);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:#e9d5ff}.hub-badge svg{stroke:var(--primary)}.hub-hero-title{font-size:clamp(36px,8vw,80px);font-weight:900;text-transform:uppercase;line-height:1.08;letter-spacing:-.04em;margin-bottom:24px}.hub-hero-sub{max-width:640px;margin:0 auto 40px;font-size:clamp(16px,2.5vw,20px);line-height:1.7;color:var(--text-muted)}.hub-hero-actions{display:flex;flex-direction:column;align-items:center;gap:14px;margin-bottom:60px}@media (min-width: 640px){.hub-hero-actions{flex-direction:row;justify-content:center}}.hub-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;max-width:700px;margin:0 auto}@media (min-width: 640px){.hub-stats{grid-template-columns:repeat(4,1fr)}}.hub-stat{padding:20px;border:1px solid var(--border);border-radius:16px;background:var(--bg-card);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center}.hub-stat-value{display:block;font-size:clamp(24px,4vw,32px);font-weight:900;color:var(--primary);letter-spacing:-.03em}.hub-stat-label{display:block;margin-top:4px;font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:var(--text-dim)}.hub-section{border-top:1px solid rgba(255,255,255,.05);padding:80px 0}@media (min-width: 768px){.hub-section{padding:112px 0}}.hub-section--alt{background:var(--bg-alt)}.hub-section-header{text-align:center;margin-bottom:56px}.hub-section-tag{display:inline-block;margin-bottom:12px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:var(--primary)}.hub-section-title{font-size:clamp(28px,5vw,48px);font-weight:900;text-transform:uppercase;letter-spacing:-.02em;line-height:1.15}.hub-section-desc{max-width:560px;margin:14px auto 0;font-size:16px;color:var(--text-dim)}.hub-features-grid{display:grid;gap:16px}@media (min-width: 640px){.hub-features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.hub-features-grid{grid-template-columns:repeat(3,1fr)}}.hub-feature-card{padding:28px;border:1px solid var(--border);border-radius:16px;background:var(--bg-card);transition:border-color .3s,background .3s}.hub-feature-card:hover{border-color:var(--primary-border);background:var(--bg-card-h)}.hub-feature-icon{display:inline-flex;padding:12px;margin-bottom:16px;border:1px solid rgba(123,47,255,.2);border-radius:12px;background:var(--primary-dim);color:var(--primary)}.hub-feature-card h3{font-size:18px;font-weight:700;margin-bottom:8px;letter-spacing:-.01em}.hub-feature-card p{font-size:14px;line-height:1.7;color:var(--text-dim)}.hub-steps{display:grid;gap:32px}@media (min-width: 768px){.hub-steps{grid-template-columns:repeat(3,1fr)}}.hub-step{position:relative}.hub-step-num{display:block;font-size:clamp(56px,8vw,80px);font-weight:900;color:#ffffff0a;line-height:1;margin-bottom:16px}.hub-step h3{font-size:20px;font-weight:700;margin-bottom:10px}.hub-step p{font-size:14px;line-height:1.7;color:var(--text-dim)}.hub-modules-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media (min-width: 640px){.hub-modules-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px){.hub-modules-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1024px){.hub-modules-grid{grid-template-columns:repeat(6,1fr)}}.hub-module{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px 12px;border:1px solid var(--border);border-radius:16px;background:var(--bg-card);font-size:12px;font-weight:600;text-align:center;transition:border-color .3s,background .3s}.hub-module:hover{border-color:var(--primary-border);background:var(--bg-card-h)}.hub-module-icon{font-size:28px;filter:grayscale(.3);transition:filter .3s}.hub-module:hover .hub-module-icon{filter:grayscale(0)}.hub-module-soon{display:inline-block;padding:2px 8px;border-radius:100px;background:#a855f726;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#c084fc}.hub-trust-grid{display:grid;gap:16px}@media (min-width: 640px){.hub-trust-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.hub-trust-grid{grid-template-columns:repeat(4,1fr)}}.hub-trust-card{padding:28px;border:1px solid var(--border);border-radius:16px;background:var(--bg-card)}.hub-trust-icon{margin-bottom:16px;color:var(--primary)}.hub-trust-card h3{font-size:16px;font-weight:700;margin-bottom:8px}.hub-trust-card p{font-size:14px;line-height:1.7;color:var(--text-dim)}.hub-multitenant{display:grid;gap:48px;align-items:center}@media (min-width: 1024px){.hub-multitenant{grid-template-columns:1fr 1fr}}.hub-checklist{margin-top:32px;display:flex;flex-direction:column;gap:14px}.hub-checklist li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#cbd5e1}.hub-checklist svg{flex-shrink:0;margin-top:2px;stroke:var(--primary)}.hub-multitenant-visual{padding:28px;border:1px solid var(--border);border-radius:24px;background:#0a0f18;display:flex;flex-direction:column;gap:12px}.hub-org-card{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid rgba(255,255,255,.05);border-radius:12px;background:var(--bg-card)}.hub-org-card--active{border-color:var(--border);background:#ffffff08;padding:16px;margin-bottom:4px}.hub-org-avatar{width:36px;height:36px;border-radius:10px;flex-shrink:0}.hub-org-card--active .hub-org-avatar{width:40px;height:40px;border-radius:12px}.hub-org-info{display:flex;flex-direction:column;gap:2px}.hub-org-info strong{font-size:14px;font-weight:600}.hub-org-info span{font-size:12px;color:var(--text-dim)}.hub-org-badge{margin-left:auto;padding:4px 10px;border-radius:100px;background:#10b98126;font-size:10px;font-weight:700;text-transform:uppercase;color:#6ee7b7}.hub-org-new{padding:12px;border:1px dashed rgba(255,255,255,.1);border-radius:12px;text-align:center;font-size:13px;color:var(--text-dim);margin-top:4px}.hub-tech-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media (min-width: 640px){.hub-tech-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px){.hub-tech-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1024px){.hub-tech-grid{grid-template-columns:repeat(6,1fr)}}.hub-tech{padding:16px;border:1px solid var(--border);border-radius:12px;background:var(--bg-card);text-align:center}.hub-tech strong{display:block;font-size:14px;font-weight:700}.hub-tech span{display:block;margin-top:4px;font-size:11px;color:var(--text-dim)}.hub-pricing-grid{display:grid;gap:20px}@media (min-width: 768px){.hub-pricing-grid{grid-template-columns:repeat(3,1fr)}}.hub-pricing-card{position:relative;display:flex;flex-direction:column;padding:32px;border:1px solid var(--border);border-radius:24px;background:var(--bg-card)}.hub-pricing-card--highlight{border-color:var(--primary-border);background:linear-gradient(180deg,rgba(123,47,255,.06) 0%,transparent 50%)}.hub-pricing-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);padding:5px 16px;border-radius:100px;background:var(--primary);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#000;white-space:nowrap}.hub-pricing-card h3{font-size:20px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.hub-pricing-price{font-size:40px;font-weight:900;margin-bottom:8px}.hub-pricing-price span{font-size:14px;font-weight:400;color:var(--text-dim)}.hub-pricing-desc{font-size:14px;color:var(--text-dim);margin-bottom:24px}.hub-pricing-features{flex:1;display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.hub-pricing-features li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#cbd5e1}.hub-pricing-features li:before{content:"";display:inline-block;width:16px;height:16px;margin-top:3px;flex-shrink:0;background:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237B2FFF' stroke-width='2.5'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E") no-repeat center;background-size:contain}.hub-cta{position:relative;border-top:1px solid rgba(255,255,255,.05);padding:80px 0;overflow:hidden}@media (min-width: 768px){.hub-cta{padding:128px 0}}.hub-cta-glow{position:absolute;bottom:-20%;left:50%;transform:translate(-50%);width:120%;height:60%;background:radial-gradient(ellipse 60% 50% at 50% 80%,rgba(123,47,255,.12),transparent 70%);pointer-events:none}.hub-cta-content{position:relative;text-align:center}.hub-cta h2{font-size:clamp(28px,5vw,48px);font-weight:900;text-transform:uppercase;letter-spacing:-.02em;line-height:1.15}.hub-cta p{max-width:540px;margin:20px auto 0;font-size:16px;color:var(--text-dim)}.hub-cta-actions{display:flex;flex-direction:column;align-items:center;gap:14px;margin-top:40px}@media (min-width: 640px){.hub-cta-actions{flex-direction:row;justify-content:center}}.hub-cta-fine{margin-top:20px;font-size:12px;color:var(--text-dim)}.hub-footer{border-top:1px solid rgba(255,255,255,.1);background:#0a0f1a;padding:48px 0}.hub-footer:before{content:"";display:block;height:1px;margin-bottom:48px;background:linear-gradient(90deg,transparent,rgba(123,47,255,.5),transparent)}.hub-footer-grid{display:grid;gap:40px;margin-bottom:32px}@media (min-width: 640px){.hub-footer-grid{grid-template-columns:2fr 1fr 1fr}}.hub-footer-brand-col p{font-size:13px;color:var(--text-dim);max-width:280px;margin-top:12px;line-height:1.7}.hub-footer-brand{display:flex;align-items:center;gap:8px}.hub-footer-brand img{height:24px;width:auto}.hub-footer-brand span{font-size:14px;font-weight:700;letter-spacing:.05em}.hub-footer-col{display:flex;flex-direction:column;gap:10px}.hub-footer-col h4{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:#fff;margin-bottom:4px}.hub-footer-col a{font-size:13px;color:var(--text-dim);transition:color .2s}.hub-footer-col a:hover{color:#fff}.hub-footer-bottom{display:flex;flex-direction:column;gap:12px;padding-top:24px;border-top:1px solid rgba(255,255,255,.05);font-size:12px;color:var(--text-dim)}@media (min-width: 640px){.hub-footer-bottom{flex-direction:row;align-items:center;justify-content:space-between}}.hub-footer-links{display:flex;gap:20px}.hub-footer-links a:hover{color:#fff}
