.landing{min-height:100vh;background:#fcfcfc;color:#0f172a;font-family:var(--font-sans,"Inter",system-ui,sans-serif);position:relative;overflow-x:hidden}.landing:after{background-image:radial-gradient(circle at 1px 1px,rgba(0,0,0,.06) 1px,transparent 0);z-index:1}.landing:after,.landing:before{content:"";position:fixed;inset:0;pointer-events:none;background-size:32px 32px}.landing:before{background-image:radial-gradient(circle at 1px 1px,rgba(99,102,241,.5) 1.5px,transparent 0);mask-image:radial-gradient(400px circle at var(--mouse-x,-100%) var(--mouse-y,-100%),#000,transparent 100%);-webkit-mask-image:radial-gradient(400px circle at var(--mouse-x,-100%) var(--mouse-y,-100%),#000,transparent 100%);z-index:2;transition:opacity .3s ease}.landing-ambient{position:fixed;inset:0;pointer-events:none;z-index:0;background:rgba(67,97,238,.015)}.landing-nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 2.5rem;height:64px;background:hsla(0,0%,99%,.85);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid rgba(0,0,0,.06);transition:box-shadow .3s ease,background .3s ease}.landing-nav--scrolled{box-shadow:0 1px 12px rgba(0,0,0,.06);background:hsla(0,0%,99%,.95)}.landing-nav__logo{font-size:.9rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#0f172a;text-decoration:none;display:flex;align-items:center;gap:.6rem;flex-shrink:0}.landing-nav__logo-icon{width:34px;height:34px;border:1px solid #e2e8f0;border-radius:2px;display:flex;align-items:center;justify-content:center;background:#fff}.landing-nav__center{display:flex;align-items:center;gap:.25rem;position:absolute;left:50%;transform:translateX(-50%)}.landing-nav__nav-link{padding:.45rem 1rem;font-size:.82rem;font-weight:500;color:#475569;text-decoration:none;transition:color .2s ease,background .2s ease;border-radius:6px}.landing-nav__nav-link:hover{color:#0f172a;background:rgba(0,0,0,.03)}.landing-nav__actions{display:flex;gap:.5rem;align-items:center;flex-shrink:0}.landing-nav__link{padding:.45rem 1.1rem;font-size:.82rem;font-weight:500;color:#475569;text-decoration:none;transition:color .2s ease;border-radius:2px}.landing-nav__link:hover{color:#0f172a}.landing-nav__btn{padding:.5rem 1.3rem;font-size:.82rem;font-weight:600;color:#fff;background:#4361ee;text-decoration:none;border-radius:6px;transition:box-shadow .25s ease,transform .12s ease;min-height:40px;display:inline-flex;align-items:center}.landing-nav__btn:hover{box-shadow:0 4px 16px rgba(67,97,238,.3);transform:translateY(-1px)}.landing-hero{text-align:center;padding:5rem 2rem 3.5rem;max-width:860px;margin:0 auto;position:relative;z-index:2}.landing-hero__badge{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .85rem;border-radius:20px;background:rgba(67,97,238,.06);border:1px solid rgba(67,97,238,.12);font-size:.72rem;font-weight:600;color:#4361ee;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.06em}.landing-hero__badge-dot{width:6px;height:6px;border-radius:50%;background:#4361ee;animation:dotPulse 3s ease-in-out infinite}@keyframes dotPulse{0%,to{box-shadow:0 0 6px rgba(67,97,238,.5);opacity:1}50%{box-shadow:0 0 14px rgba(67,97,238,.8),0 0 28px rgba(67,97,238,.3);opacity:.7}}.landing-hero__title{font-size:clamp(2.2rem,6vw,4rem);font-weight:800;line-height:1.08;letter-spacing:-.04em;margin:0 0 1.5rem;color:#0f172a}.landing-hero__accent{color:#4361ee}.landing-hero__accent--with-badge{position:relative;display:inline-block;white-space:nowrap}.landing-hero__badge--attached{position:absolute;top:0;right:0;transform:translate(90%,-40%);margin-bottom:0;padding:.25rem .6rem;font-size:.65rem;background:#4361ee;color:#fff;border:none;box-shadow:0 4px 12px rgba(67,97,238,.2)}.landing-hero__badge--attached .landing-hero__badge-dot{background:#fff;animation:dotPulseWhite 3s ease-in-out infinite}@keyframes dotPulseWhite{0%,to{box-shadow:0 0 4px hsla(0,0%,100%,.5);opacity:1}50%{box-shadow:0 0 10px hsla(0,0%,100%,.8),0 0 20px hsla(0,0%,100%,.3);opacity:.8}}@media (max-width:768px){.landing-hero__badge--attached{transform:translate(50%,-40%);font-size:.55rem;padding:.2rem .5rem}}@media (max-width:480px){.landing-hero__badge--attached{transform:translate(10%,-60%)}}.landing-hero__subtitle{font-size:clamp(.95rem,2.5vw,1.12rem);color:#64748b;max-width:520px;margin:0 auto 2.5rem;line-height:1.7}.landing-hero__actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.landing-hero__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 2rem;font-weight:600;font-size:.95rem;border-radius:8px;text-decoration:none;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s ease,border-color .2s ease;border:1px solid transparent;min-height:48px}.landing-hero__cta--primary{background:#4361ee;color:#fff;box-shadow:0 4px 16px rgba(67,97,238,.25)}.landing-hero__cta--primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(67,97,238,.35)}.landing-hero__cta--secondary{background:#fff;color:#0f172a;border:1px solid rgba(0,0,0,.1)}.landing-hero__cta--secondary:hover{background:#f8fafc;box-shadow:0 4px 12px rgba(0,0,0,.04);transform:translateY(-2px)}.landing-stats{justify-content:center;gap:3rem;padding:1.5rem 2rem 4rem;max-width:860px;margin:0 auto;z-index:2}.landing-stat,.landing-stats{display:flex;position:relative}.landing-stat{flex-direction:column;align-items:center;gap:.3rem}.landing-stat+.landing-stat:before{content:"";position:absolute;left:calc(-1.5rem - 2px);top:50%;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background:#cbd5e1}.landing-stat__number{font-size:1.65rem;font-weight:800;letter-spacing:-.03em;color:#4361ee}.landing-stat__label{font-size:.75rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.08em;text-align:center}.landing-features{max-width:860px;margin:0 auto;padding:0 2rem 5rem;position:relative;z-index:2}.landing-features__header{text-align:center;margin-bottom:3.5rem}.landing-features__heading{font-size:2rem;font-weight:700;color:#0f172a;margin:0 0 1rem}.landing-features__heading:after{content:"";display:block;width:40px;height:2px;background:#e2e8f0;margin:.8rem auto 0;border-radius:2px}.landing-features__desc{font-size:1.05rem;color:#64748b;max-width:500px;margin:0 auto}.landing-category{border-top:1px solid rgba(0,0,0,.05);padding:2rem 0}.landing-category:last-child{border-bottom:1px solid rgba(0,0,0,.05)}.landing-category__header{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.25rem}.landing-category__index{font-size:.65rem;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;min-width:1.5rem;letter-spacing:.05em}.landing-category__title{font-size:1rem;font-weight:600;color:#0f172a;margin:0}.landing-category__items{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:.25rem;gap:.25rem;padding-left:2.5rem}.landing-feature{display:flex;align-items:flex-start;gap:.65rem;padding:.65rem .6rem;border-radius:8px;border:1px solid transparent;transition:transform .2s ease,background .2s ease,box-shadow .3s ease,border .2s ease}.landing-feature:hover{background:hsla(0,0%,100%,.6);border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 12px rgba(0,0,0,.03);transform:translateY(-1px)}.js-reveal-active .landing-feature{opacity:0}.js-reveal-active .landing-feature.in-view{animation:slideUpReveal .65s cubic-bezier(.16,1,.3,1) forwards}@keyframes slideUpReveal{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}.landing-feature__icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:rgba(0,0,0,.025);margin-top:.1rem;transition:box-shadow .3s ease,background .3s ease}.landing-feature__icon svg{width:22px!important;height:22px!important}.landing-feature:hover .landing-feature__icon{background:rgba(0,0,0,.04);box-shadow:0 0 12px var(--cat-glow,rgba(96,165,250,.12))}.landing-feature__text{min-width:0;padding-top:.15rem}.landing-feature__title{font-size:.82rem;font-weight:600;color:#0f172a;margin:0 0 .15rem}.landing-feature__desc{font-size:.72rem;color:#64748b;margin:0;line-height:1.5}.landing-footer{max-width:960px;margin:0 auto;padding:3.5rem 2rem 2.5rem;border-top:1px solid rgba(0,0,0,.06);position:relative;z-index:2}.landing-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:2.5rem}.landing-footer__brand{display:flex;flex-direction:column;gap:.75rem}.landing-footer__logo{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#0f172a;text-decoration:none}.landing-footer__logo-icon{width:30px;height:30px;border:1px solid #e2e8f0;border-radius:2px;display:flex;align-items:center;justify-content:center;background:#fff}.landing-footer__brand-desc{font-size:.82rem;color:#94a3b8;line-height:1.6;max-width:280px;margin:0}.landing-footer__col-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#475569;margin:0 0 1rem}.landing-footer__col-links{display:flex;flex-direction:column;gap:.6rem}.landing-footer__link{font-size:.82rem;color:#64748b;text-decoration:none;transition:color .2s ease}.landing-footer__link:hover{color:#0f172a}.landing-footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.05)}.landing-footer__copy{font-size:.78rem;color:#94a3b8;margin:0}.landing-footer__bottom-links{display:flex;gap:1.25rem}.landing-footer__bottom-link{font-size:.78rem;color:#94a3b8;text-decoration:none;transition:color .2s ease}.landing-footer__bottom-link:hover{color:#64748b}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;background:transparent;border:none;cursor:pointer;z-index:200;-webkit-tap-highlight-color:transparent}.mobile-menu-toggle__bar{display:block;width:22px;height:2px;background:#0f172a;border-radius:2px;transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .2s ease;transform-origin:center}.mobile-menu-toggle--active .mobile-menu-toggle__bar:first-child{transform:translateY(7px) rotate(45deg)}.mobile-menu-toggle--active .mobile-menu-toggle__bar:nth-child(2){opacity:0;transform:scaleX(0)}.mobile-menu-toggle--active .mobile-menu-toggle__bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.3);z-index:150;opacity:0;pointer-events:none;transition:opacity .3s ease;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.mobile-menu-overlay--visible{opacity:1;pointer-events:auto}.mobile-menu-panel{position:fixed;top:0;right:0;bottom:0;width:min(320px,85vw);background:#fcfcfc;z-index:160;transform:translateX(100%);transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;box-shadow:-8px 0 32px rgba(0,0,0,.08)}.mobile-menu-panel--open{transform:translateX(0)}.mobile-menu-panel__header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.06)}.mobile-menu-panel__title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8}.mobile-menu-panel__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:#64748b;border-radius:8px;transition:background .2s ease,color .2s ease;-webkit-tap-highlight-color:transparent}.mobile-menu-panel__close:hover{background:rgba(0,0,0,.04);color:#0f172a}.mobile-menu-panel__links{display:flex;flex-direction:column;padding:1rem 1.5rem;gap:.25rem;flex:1 1}.mobile-menu-panel__link{display:flex;align-items:center;padding:.85rem .75rem;font-size:.92rem;font-weight:500;color:#334155;text-decoration:none;border-radius:8px;transition:background .2s ease,color .2s ease;min-height:48px;-webkit-tap-highlight-color:transparent}.mobile-menu-panel__link:active,.mobile-menu-panel__link:hover{background:rgba(0,0,0,.03);color:#0f172a}.mobile-menu-panel__actions{display:flex;flex-direction:column;gap:.6rem;padding:1.25rem 1.5rem;border-top:1px solid rgba(0,0,0,.06)}.mobile-menu-panel__btn{display:flex;align-items:center;justify-content:center;padding:.8rem 1.5rem;font-size:.88rem;font-weight:600;text-decoration:none;border-radius:6px;min-height:48px;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.mobile-menu-panel__btn--primary{background:#4361ee;color:#fff}.mobile-menu-panel__btn--primary:active{background:#3451d1}.mobile-menu-panel__btn--secondary{background:transparent;color:#475569;border:1px solid rgba(0,0,0,.1)}.mobile-menu-panel__btn--secondary:active{background:#f1f5f9}@media (prefers-reduced-motion:reduce){.landing-hero__badge-dot{animation:none}.mobile-menu-overlay,.mobile-menu-panel,.mobile-menu-toggle__bar{transition:none}}@media (max-width:768px){.landing-nav{padding:0 1.25rem;height:56px}.landing-nav__center,.landing-nav__link{display:none}.mobile-menu-toggle{display:flex}.landing-hero{padding:3.5rem 1.5rem 2.5rem;text-align:center}.landing-hero__subtitle{margin-left:auto;margin-right:auto}.landing-hero__actions{justify-content:center}.landing-stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem 2rem;gap:1.5rem 2rem;padding:1rem 1.5rem 3rem;max-width:400px}.landing-stat+.landing-stat:before{display:none}.landing-stat__number{font-size:1.4rem}.landing-features{padding:0 1.5rem 3.5rem}.landing-features__heading{font-size:1.65rem}.landing-category__items{grid-template-columns:1fr;padding-left:0}.landing-footer__grid{grid-template-columns:1fr;gap:2rem;text-align:center}.landing-footer__brand{align-items:center}.landing-footer__brand-desc{max-width:320px;text-align:center}.landing-footer__col-links{align-items:center}.landing-footer__bottom{flex-direction:column;gap:.75rem;text-align:center}.landing-footer{padding:2.5rem 1.5rem 2rem}}@media (max-width:480px){.landing-hero{padding:3rem 1.25rem 2rem}.landing-hero__title{font-size:clamp(1.8rem,8vw,2.5rem)}.landing-hero__cta{width:100%;justify-content:center;min-height:48px}.landing-hero__actions{flex-direction:column;gap:.6rem;width:100%}.landing-nav__btn{min-height:44px;padding:.5rem 1rem;font-size:.78rem}.landing-stats{gap:1.25rem 1.5rem;padding:.75rem 1.25rem 2.5rem}.landing-stat__number{font-size:1.2rem}.landing-stat__label{font-size:.68rem}.landing-features{padding:0 1.25rem 3rem}.landing-features__heading{font-size:1.4rem}.landing-features__desc{font-size:.92rem}.landing-category__header{gap:.6rem}.landing-feature{padding:.6rem .4rem}.landing-feature__icon{width:42px;height:42px}.landing-feature__icon svg{width:20px!important;height:20px!important}.landing-footer{padding:2rem 1.25rem 1.5rem}.landing-footer__grid{gap:1.5rem}}@media (max-width:380px){.landing-hero{padding:2.5rem 1rem 1.5rem}.landing-nav{padding:0 1rem}.landing-stats{grid-template-columns:1fr 1fr;gap:1rem;padding:.5rem 1rem 2rem}}