.solutions-hub{min-height:100vh}.hub-container{max-width:1200px;margin:0 auto;padding:0 24px}.hub-hero{background:#020617;justify-content:center;align-items:center;min-height:100dvh;padding:100px 40px 0;display:flex;position:relative;overflow:hidden}@media (min-width:992px){.hub-hero{padding:60px 40px 20px}}.hero-bg-outer{z-index:5;pointer-events:none;position:absolute;inset:0 0 -2px;overflow:hidden}.grid-overlay{pointer-events:none;z-index:2;background-image:radial-gradient(#ffffff0d 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.mesh-blob{filter:blur(60px);opacity:.15;pointer-events:none;z-index:1;will-change:transform;border-radius:50%;width:80vw;height:80vw;position:absolute}.blob-1{background:radial-gradient(circle,#6366f1 0%,#0000 70%);animation:20s ease-in-out infinite alternate blobMove;top:-20%;left:-10%}.blob-2{background:radial-gradient(circle,#8b5cf6 0%,#0000 70%);animation:25s ease-in-out infinite alternate-reverse blobMove;bottom:-20%;right:-10%}@keyframes blobMove{0%{transform:translate(0)scale(1)}to{transform:translate(10%,10%)scale(1.1)}}.mouse-light{pointer-events:none;z-index:4;background:radial-gradient(circle,#6366f11a 0%,#0000 70%);border-radius:50%;width:600px;height:600px;transition:opacity .5s;position:absolute;transform:translate(-50%,-50%)}.hero-noise{z-index:3;opacity:.025;pointer-events:none;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");position:absolute;inset:0}.hero-accent{background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.badge{color:#a5b4fc;text-transform:uppercase;letter-spacing:.06em;background:#6366f11a;border:1px solid #6366f133;border-radius:100px;align-items:center;gap:8px;margin-bottom:1.25rem;padding:6px 14px;font-size:.75rem;font-weight:700;display:inline-flex}.hub-hero h1{color:#fff;letter-spacing:-.02em;min-height:7.2rem;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,3.25rem);font-weight:900;line-height:1.1}.hero-subtext{color:#94a3b8;max-width:38rem;font-size:1.25rem;line-height:1.6;margin:0 auto 2.5rem!important}.hub-hero .hero-actions{justify-content:center;gap:16px;display:flex}.hero-actions .btn{min-width:180px;height:3.5rem}.industries-grid-section{background:#fff;padding:80px 0}.industries-grid{grid-template-columns:repeat(2,1fr);gap:20px;max-width:1000px;margin:0 auto;display:grid}.industry-hub-card{background:#fff;border:1px solid #6366f11f;border-radius:1.5rem;grid-template-columns:48px 1fr;gap:24px;min-height:160px;padding:24px;text-decoration:none;transition:all .3s cubic-bezier(.23,1,.32,1);display:grid;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000005}.industry-hub-card:hover{border-color:#6366f1;transform:translateY(-2px);box-shadow:0 12px 30px #6366f114}.industry-icon-box{border:1px solid #6366f11a;border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.industry-hub-card h3{color:#1e293b;margin-bottom:6px;font-size:1.125rem;font-weight:800}.industry-hub-card p{color:#64748b;margin-bottom:16px;font-size:.875rem;line-height:1.5}.learn-more{color:#6366f1;align-items:center;gap:6px;font-size:.8125rem;font-weight:700;display:flex}.workflow-directory-section{background:#f8fafc;border-top:1px solid #0000000d;padding:100px 0}.directory-header{text-align:center;margin-bottom:60px}.sparkle-icon{color:#6366f1;width:32px;height:32px;margin-bottom:16px}.directory-header h2{color:#1a1a2e;margin-bottom:16px;font-size:2.5rem}.directory-header p{color:#64748b;max-width:600px;margin:0 auto;font-size:1.125rem}.directory-layout-wrapper{grid-template-columns:280px 1fr;align-items:flex-start;gap:40px;margin-bottom:60px;display:grid}.directory-sidebar{background:#fff;border:1px solid #0000000d;border-radius:1.25rem;flex-direction:column;gap:8px;padding:12px;display:flex;position:sticky;top:100px;box-shadow:0 4px 12px #00000005}.niche-select-btn{color:#64748b;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:.75rem;justify-content:space-between;align-items:center;padding:12px 16px;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex}.niche-select-btn .btn-chevron{opacity:0;transition:all .2s;transform:translate(-4px)}.niche-select-btn:hover{color:#1e293b;background:#f1f5f9}.niche-select-btn.active{color:#fff;background:#6366f1}.niche-select-btn.active .btn-chevron{opacity:1;transform:translate(0)}.niche-dropdown-wrapper{width:100%;position:relative}.niche-dropdown-trigger{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #6366f133;border-radius:1rem;justify-content:space-between;align-items:center;width:100%;padding:16px 20px;font-size:1rem;font-weight:700;display:flex;box-shadow:0 4px 12px #6366f10d}.niche-dropdown-trigger.active{border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a}.trigger-chevron{color:#6366f1;transition:transform .3s}.trigger-chevron.rotate{transform:rotate(180deg)}.niche-dropdown-menu{z-index:100;background:#fff;border:1px solid #00000014;border-radius:1rem;max-height:400px;padding:8px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 32px #0000001f}.dropdown-item{text-align:left;color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:.5rem;width:100%;padding:12px 16px;font-size:.9375rem;font-weight:600;transition:all .2s}.dropdown-item:hover{color:#6366f1;background:#f1f5f9}.dropdown-item.selected{color:#6366f1;background:#6366f114}.directory-main-content{min-height:500px}.active-niche-header{margin-bottom:32px}.active-niche-header h3{color:#1e293b;margin-bottom:8px;font-size:1.75rem;font-weight:800}.active-niche-header p{color:#64748b;font-size:1rem}.guides-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;display:grid}.guide-box-card{background:#fff;border:1px solid #0000000f;border-radius:1rem;flex-direction:column;padding:24px;text-decoration:none;transition:all .3s;display:flex}.guide-box-card:hover{border-color:#6366f1;transform:translateY(-4px);box-shadow:0 12px 24px #6366f10f}.guide-card-tag{text-transform:uppercase;color:#6366f1;letter-spacing:.05em;margin-bottom:12px;font-size:.7rem;font-weight:800}.guide-box-card h4{color:#1e293b;margin-bottom:12px;font-size:1.25rem;font-weight:700;line-height:1.3}.guide-box-card p{color:#64748b;flex:1;margin-bottom:20px;font-size:.9rem;line-height:1.5}.guide-link-text{color:#6366f1;align-items:center;gap:6px;font-size:.875rem;font-weight:700;display:flex}.directory-footer{justify-content:center;margin-top:60px;display:flex}@media (max-width:1024px){.directory-layout-wrapper{grid-template-columns:1fr;gap:32px}.directory-sidebar-container{width:100%;max-width:500px;margin:0 auto}.directory-main-content{min-height:auto}}@media (max-width:768px){.hub-hero h1{font-size:2.5rem}.industries-grid,.guides-grid{grid-template-columns:1fr}.active-niche-header h3{font-size:1.5rem}}
