.Navbar-module__cJzEcG__navbar{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);background:#050505cc;align-items:center;height:72px;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__navContent{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__cJzEcG__logo{letter-spacing:-.02em;font-size:1.5rem;font-weight:800}.Navbar-module__cJzEcG__accent{color:var(--accent-color)}.Navbar-module__cJzEcG__links{align-items:center;gap:32px;display:flex}.Navbar-module__cJzEcG__links a:not(.Navbar-module__cJzEcG__cta){color:var(--text-secondary);transition:var(--transition-smooth);font-size:.9375rem;font-weight:500}.Navbar-module__cJzEcG__links a:not(.Navbar-module__cJzEcG__cta):hover{color:var(--text-primary)}.Navbar-module__cJzEcG__cta{background:var(--accent-color);color:#fff;transition:var(--transition-smooth);border-radius:100px;padding:10px 20px;font-size:.875rem;font-weight:600}.Navbar-module__cJzEcG__cta:hover{filter:brightness(1.1);box-shadow:0 4px 15px var(--accent-glow);transform:translateY(-1px)}@media (max-width:640px){.Navbar-module__cJzEcG__links a:not(.Navbar-module__cJzEcG__cta){display:none}}
.Hero-module__ZARIfG__hero{text-align:center;padding:120px 0 80px;position:relative;overflow:hidden}.Hero-module__ZARIfG__content{z-index:10;flex-direction:column;align-items:center;gap:24px;display:flex;position:relative}.Hero-module__ZARIfG__badge{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--accent-color);border-radius:100px;margin-bottom:8px;padding:8px 16px;font-size:.875rem;font-weight:500}.Hero-module__ZARIfG__title{max-width:900px;margin:0 auto;font-size:clamp(2.5rem,8vw,4.5rem);line-height:1.1}.Hero-module__ZARIfG__gradient{background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Hero-module__ZARIfG__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.25rem}.Hero-module__ZARIfG__actions{gap:16px;margin-top:12px;display:flex}.Hero-module__ZARIfG__primaryBtn{background:var(--accent-color);color:#fff;transition:var(--transition-smooth);box-shadow:0 4px 20px var(--accent-glow);border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-weight:600;display:flex}.Hero-module__ZARIfG__primaryBtn:hover{filter:brightness(1.1);transform:translateY(-2px)}.Hero-module__ZARIfG__secondaryBtn{background:var(--glass-bg);border:1px solid var(--glass-border);color:#fff;transition:var(--transition-smooth);border-radius:12px;padding:14px 28px;font-weight:600}.Hero-module__ZARIfG__secondaryBtn:hover{background:var(--surface-color-hover)}.Hero-module__ZARIfG__bgGlow{background:radial-gradient(circle, var(--accent-glow) 0%, transparent 70%);filter:blur(80px);z-index:0;pointer-events:none;width:600px;height:600px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}@media (max-width:768px){.Hero-module__ZARIfG__hero{padding:80px 0 60px}.Hero-module__ZARIfG__actions{flex-direction:column;width:100%}.Hero-module__ZARIfG__primaryBtn,.Hero-module__ZARIfG__secondaryBtn{justify-content:center}}
.CategoryGrid-module__YPjLeW__section{padding:80px 0}.CategoryGrid-module__YPjLeW__title{text-align:center;margin-bottom:40px;font-size:2rem}.CategoryGrid-module__YPjLeW__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.CategoryGrid-module__YPjLeW__card{background:var(--surface-color);border:1px solid var(--border-color);transition:var(--transition-smooth);border-radius:16px;align-items:center;gap:20px;padding:24px;display:flex}.CategoryGrid-module__YPjLeW__card:hover{background:var(--surface-color-hover);border-color:var(--accent-color);transform:translateY(-4px);box-shadow:0 10px 30px #00000080}.CategoryGrid-module__YPjLeW__iconWrapper{background:var(--glass-bg);width:64px;height:64px;transition:var(--transition-smooth);border-radius:14px;justify-content:center;align-items:center;padding:10px;display:flex;overflow:hidden}.CategoryGrid-module__YPjLeW__iconImg{object-fit:contain;filter:drop-shadow(0 0 8px #ffffff1a);width:100%;height:100%}.CategoryGrid-module__YPjLeW__card:hover .CategoryGrid-module__YPjLeW__iconWrapper{background:#ffffff14;transform:scale(1.05)}.CategoryGrid-module__YPjLeW__catName{flex:1;font-size:1.125rem}.CategoryGrid-module__YPjLeW__arrow{color:var(--text-muted);transition:var(--transition-smooth)}.CategoryGrid-module__YPjLeW__card:hover .CategoryGrid-module__YPjLeW__arrow{color:var(--accent-color);transform:translate(4px)}@media (max-width:640px){.CategoryGrid-module__YPjLeW__grid{grid-template-columns:1fr}}
.Features-module__zvCZ4q__section{background:linear-gradient(to bottom, transparent, var(--surface-color), transparent);padding:80px 0}.Features-module__zvCZ4q__title{text-align:center;margin-bottom:40px;font-size:2rem}.Features-module__zvCZ4q__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;display:grid}.Features-module__zvCZ4q__card{background:var(--glass-bg);border:1px solid var(--glass-border);transition:var(--transition-smooth);border-radius:20px;padding:30px}.Features-module__zvCZ4q__card:hover{border-color:var(--text-muted);background:#ffffff0d}.Features-module__zvCZ4q__fTitle{color:var(--accent-color);margin-bottom:12px;font-size:1.25rem}.Features-module__zvCZ4q__fDesc{color:var(--text-secondary);line-height:1.6}
.FAQ-module__V8_xEa__section{padding:80px 0}.FAQ-module__V8_xEa__title{text-align:center;margin-bottom:40px;font-size:2rem}.FAQ-module__V8_xEa__list{flex-direction:column;gap:24px;max-width:800px;margin:0 auto;display:flex}.FAQ-module__V8_xEa__item{background:var(--surface-color);border:1px solid var(--border-color);border-radius:16px;padding:24px}.FAQ-module__V8_xEa__question{color:var(--text-primary);margin-bottom:12px;font-size:1.125rem}.FAQ-module__V8_xEa__answer{color:var(--text-secondary);line-height:1.6}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--border-color);background:var(--bg-color);padding:80px 0 40px}.Footer-module__S6Hkya__content{flex-wrap:wrap;justify-content:space-between;gap:40px;margin-bottom:60px;display:flex}.Footer-module__S6Hkya__brand{flex:1;min-width:200px}.Footer-module__S6Hkya__logo{color:var(--accent-color);margin-bottom:12px;font-size:1.5rem;font-weight:700;display:block}.Footer-module__S6Hkya__tagline{color:var(--text-muted)}.Footer-module__S6Hkya__links{flex-wrap:wrap;gap:80px;display:flex}.Footer-module__S6Hkya__group h4{color:var(--text-primary);margin-bottom:20px;font-size:1rem}.Footer-module__S6Hkya__group a{color:var(--text-secondary);transition:var(--transition-smooth);margin-bottom:12px;display:block}.Footer-module__S6Hkya__group a:hover{color:var(--accent-color)}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--border-color);text-align:center;color:var(--text-muted);padding-top:40px;font-size:.875rem}@media (max-width:640px){.Footer-module__S6Hkya__links{gap:40px}}
