.hub-section{padding:100px 0;background-color:var(--background);color:var(--foreground)}.hub-container{max-width:1200px;margin:0 auto;padding:0 24px}.hub-header{flex-direction:column;text-align:center;margin-bottom:64px}.hub-header,.hub-title-wrapper{display:flex;align-items:center}.hub-title-wrapper{justify-content:center;gap:12px;margin-bottom:16px}.hub-title{margin:0}.hub-badge{font-size:14px;color:var(--muted);background:var(--surface);padding:2px 8px;border-radius:4px;border:1px solid var(--line)}.hub-subtitle{font-size:18px;color:var(--muted);max-width:600px;line-height:1.6;margin:0 auto}.hub-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.hub-card{display:flex;flex-direction:column;border-radius:20px;overflow:hidden;background:var(--surface-strong);border:1px solid var(--card-border);transition:transform .3s ease;box-shadow:var(--shadow-soft)}.hub-card:hover{transform:translateY(-4px)}.hub-card__content{padding:32px 24px 20px}.hub-card__title{font-size:20px;font-weight:590;margin:0 0 12px;color:var(--foreground);letter-spacing:-.02em}.hub-card__description{font-size:15px;color:var(--muted);line-height:1.5;margin:0}.hub-card__image-container{margin-top:auto;padding:0 12px 12px}.hub-card__image{width:100%;height:auto;border-radius:12px;display:block;background:var(--background)}@media (max-width:1024px){.hub-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.hub-header{flex-direction:column;align-items:flex-start;gap:24px}.hub-grid{grid-template-columns:1fr}}.enterprise-section{padding:120px 0;background-color:#010102;color:var(--foreground);width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;overflow:hidden}.enterprise-container{max-width:1200px;margin:0 auto;padding:0 24px;text-align:center}.enterprise-badge{display:inline-block;padding:4px 12px;background:rgba(255,255,255,.05);border:1px solid var(--line);border-radius:9999px;font-size:12px;font-weight:510;color:var(--muted);margin-bottom:32px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.enterprise-title{margin-bottom:24px;max-width:800px;margin-left:auto;margin-right:auto;color:#f7f8f8}.enterprise-description{font-size:18px;color:#d0d6e0;max-width:600px;margin:0 auto 48px;line-height:1.6}.enterprise-actions{margin-bottom:80px}.enterprise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.enterprise-card{padding:40px 24px;background:linear-gradient(180deg,rgba(255,255,255,.02),transparent);border:1px solid var(--line);border-radius:20px;transition:all .3s ease}.enterprise-card:hover{border-color:rgba(255,255,255,.15);background:linear-gradient(180deg,rgba(255,255,255,.04),transparent)}.enterprise-card__image-box{width:100%;height:120px;display:flex;align-items:center;justify-content:center;margin-bottom:32px}.enterprise-card__image{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;opacity:.8}.enterprise-card__title{font-size:20px;font-weight:590;margin-bottom:16px;color:#f7f8f8}.enterprise-card__desc{font-size:15px;color:#d0d6e0;line-height:1.6}@media (max-width:920px){.enterprise-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.enterprise-actions{margin-bottom:60px}}