.Navbar-module__cJzEcG__header{z-index:1000;-webkit-backdrop-filter:blur(12px);background:#fffc;border-bottom:1px solid #ffffff4d;align-items:center;height:80px;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__navInner{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__cJzEcG__logo{color:var(--primary);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.Navbar-module__cJzEcG__logo span{color:var(--foreground)}.Navbar-module__cJzEcG__navLinks{gap:2rem;list-style:none;display:flex}.Navbar-module__cJzEcG__navLinks a{color:var(--muted-foreground);font-weight:500;transition:color .2s}.Navbar-module__cJzEcG__navLinks a:hover{color:var(--primary)}.Navbar-module__cJzEcG__authButtons{align-items:center;gap:1rem;display:flex}.Navbar-module__cJzEcG__loginBtn{color:var(--foreground);font-weight:600}.Navbar-module__cJzEcG__loginBtn:hover{color:var(--primary)}
.Footer-module__S6Hkya__footer{background-color:var(--foreground);color:#fff;padding:4rem 0 2rem}.Footer-module__S6Hkya__footerContent{grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.Footer-module__S6Hkya__brandDesc{color:var(--muted-foreground);max-width:300px;margin-top:1rem;line-height:1.6}.Footer-module__S6Hkya__footerTitle{color:#fff;margin-bottom:1.5rem;font-size:1.125rem;font-weight:600}.Footer-module__S6Hkya__footerList{list-style:none}.Footer-module__S6Hkya__footerList li{margin-bottom:.75rem}.Footer-module__S6Hkya__footerList a{color:var(--muted-foreground);transition:color .2s}.Footer-module__S6Hkya__footerList a:hover{color:#fff}.Footer-module__S6Hkya__copyright{text-align:center;color:var(--muted-foreground);border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.875rem}@media (max-width:768px){.Footer-module__S6Hkya__footerContent{grid-template-columns:1fr;gap:2rem}}
.Hero-module__ZARIfG__hero{text-align:center;background:radial-gradient(circle,#4f46e514,#0000 50%);padding:10rem 0 6rem;overflow:hidden}.Hero-module__ZARIfG__heroContent{flex-direction:column;align-items:center;max-width:900px;margin:0 auto;display:flex}.Hero-module__ZARIfG__textContent{flex-direction:column;align-items:center;gap:1.5rem;width:100%;display:flex}.Hero-module__ZARIfG__badge{color:var(--primary);background-color:#eff6ff;border:1px solid #dbeafe;border-radius:9999px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.Hero-module__ZARIfG__title{letter-spacing:-.02em;color:var(--foreground);font-size:4rem;font-weight:800;line-height:1.1}.Hero-module__ZARIfG__gradientText{background:linear-gradient(135deg,var(--primary)0%,var(--accent)100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.Hero-module__ZARIfG__subtitle{color:var(--muted-foreground);max-width:640px;margin:0 auto;font-size:1.25rem;line-height:1.6}.Hero-module__ZARIfG__actions{justify-content:center;gap:1rem;margin-top:2rem;display:flex}@media (max-width:768px){.Hero-module__ZARIfG__title{font-size:2.5rem}}
.HowItWorks-module__tSMH5W__section{background-color:var(--background);padding:6rem 0;overflow:hidden}.HowItWorks-module__tSMH5W__title{text-align:center;color:var(--foreground);background:linear-gradient(135deg,var(--foreground)0%,#475569 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:5rem;font-size:2.5rem;font-weight:700}.HowItWorks-module__tSMH5W__steps{grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1000px;margin:0 auto;display:grid;position:relative}.HowItWorks-module__tSMH5W__steps:before{content:"";background:linear-gradient(90deg,#e2e8f0 0%,var(--primary)50%,#e2e8f0 100%);z-index:0;opacity:.6;border-radius:2px;height:4px;position:absolute;top:60px;left:10%;right:10%}.HowItWorks-module__tSMH5W__step{z-index:1;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffc;border:1px solid #0000;border-radius:1.5rem;flex-direction:column;align-items:center;padding:2rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.HowItWorks-module__tSMH5W__step:hover{background:#fff;border-color:#f1f5f9;transform:translateY(-10px);box-shadow:0 20px 25px -5px #0000000d,0 8px 10px -6px #00000003}.HowItWorks-module__tSMH5W__iconWrapper{width:120px;height:120px;color:var(--primary);background:#fff;border:1px solid #f1f5f9;border-radius:50%;justify-content:center;align-items:center;margin-bottom:2rem;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d}.HowItWorks-module__tSMH5W__iconWrapper:after{content:"";z-index:-1;background:linear-gradient(135deg,#e0f2fe,#f0f9ff);border-radius:50%;transition:all .3s;position:absolute;inset:-4px}.HowItWorks-module__tSMH5W__step:hover .HowItWorks-module__tSMH5W__iconWrapper{color:var(--primary);border-color:#bfdbfe;transform:scale(1.05)rotate(3deg);box-shadow:0 10px 15px -3px #2563eb1a,0 4px 6px -4px #2563eb1a}.HowItWorks-module__tSMH5W__step:hover .HowItWorks-module__tSMH5W__iconWrapper:after{background:linear-gradient(135deg,#dbeafe,#eff6ff)}.HowItWorks-module__tSMH5W__stepNumber{background:var(--primary);color:#fff;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;font-weight:700;animation:3s infinite HowItWorks-module__tSMH5W__pulse;display:flex;position:absolute;top:0;right:0;transform:translate(0);box-shadow:0 2px 4px #0000001a}.HowItWorks-module__tSMH5W__stepTitle{color:#1e293b;letter-spacing:-.025em;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.HowItWorks-module__tSMH5W__stepDescription{color:var(--muted-foreground);font-size:1.05rem;line-height:1.6}@keyframes HowItWorks-module__tSMH5W__pulse{0%{box-shadow:0 0 #2563eb66}70%{box-shadow:0 0 0 10px #2563eb00}to{box-shadow:0 0 #2563eb00}}@media (max-width:768px){.HowItWorks-module__tSMH5W__steps{grid-template-columns:1fr;gap:2rem}.HowItWorks-module__tSMH5W__steps:before{display:none}.HowItWorks-module__tSMH5W__step{text-align:left;flex-direction:row;align-items:flex-start;padding:1.5rem}.HowItWorks-module__tSMH5W__iconWrapper{flex-shrink:0;width:80px;height:80px;margin-bottom:0;margin-right:1.5rem}.HowItWorks-module__tSMH5W__iconWrapper svg{width:32px;height:32px}.HowItWorks-module__tSMH5W__stepNumber{border-width:2px;width:28px;height:28px;font-size:.8rem}}
.Features-module__zvCZ4q__section{background-color:var(--muted);padding:6rem 0}.Features-module__zvCZ4q__title{text-align:center;margin-bottom:4rem;font-size:2.5rem;font-weight:700}.Features-module__zvCZ4q__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.Features-module__zvCZ4q__card{background:var(--background);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border);padding:2rem;transition:transform .2s}.Features-module__zvCZ4q__card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.Features-module__zvCZ4q__icon{color:var(--primary);margin-bottom:1.5rem}.Features-module__zvCZ4q__cardTitle{margin-bottom:1rem;font-size:1.25rem;font-weight:600}.Features-module__zvCZ4q__cardDesc{color:var(--muted-foreground);line-height:1.6}
.blog-module__JsT-Oq__container{max-width:800px;margin:0 auto;padding:8rem 1rem 2rem}.blog-module__JsT-Oq__coverImage{border-radius:var(--radius-lg);object-fit:cover;width:100%;height:auto;max-height:500px;margin-bottom:2rem}.blog-module__JsT-Oq__header{text-align:center;margin-bottom:3rem}.blog-module__JsT-Oq__title{margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.blog-module__JsT-Oq__subtitle{color:var(--muted-foreground);max-width:600px;margin:0 auto;font-size:1.125rem}.blog-module__JsT-Oq__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.blog-module__JsT-Oq__cardImage{object-fit:cover;border-radius:calc(var(--radius-lg) - 4px);background-color:#f1f5f9;width:100%;height:200px;margin-bottom:1rem}.blog-module__JsT-Oq__card{border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;padding:1.5rem;transition:all .2s}.blog-module__JsT-Oq__card:hover{border-color:var(--primary);box-shadow:0 4px 12px #0000000d}.blog-module__JsT-Oq__cardTitle{color:var(--foreground);margin-bottom:.75rem;font-size:1.5rem;font-weight:600;text-decoration:none;display:block}.blog-module__JsT-Oq__cardTitle:hover{color:var(--primary)}.blog-module__JsT-Oq__cardExcerpt{color:var(--muted-foreground);margin-bottom:1.5rem;line-height:1.6}.blog-module__JsT-Oq__meta{color:var(--muted-foreground);border-top:1px solid var(--border);align-items:center;gap:1rem;padding-top:1rem;font-size:.875rem;display:flex}.blog-module__JsT-Oq__postHeader{margin-bottom:2rem}.blog-module__JsT-Oq__postTitle{margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.blog-module__JsT-Oq__postMeta{color:var(--muted-foreground);gap:1.5rem;margin-bottom:2rem;font-size:.9rem;display:flex}.blog-module__JsT-Oq__content{color:var(--foreground);font-size:1.125rem;line-height:1.8}.blog-module__JsT-Oq__content h2{margin-top:2rem;margin-bottom:1rem;font-size:1.8rem;font-weight:700}.blog-module__JsT-Oq__content h3{margin-top:2rem;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.blog-module__JsT-Oq__content p{margin-bottom:1.5rem}.blog-module__JsT-Oq__content ul,.blog-module__JsT-Oq__content ol{margin-bottom:1.5rem;padding-left:1.5rem}.blog-module__JsT-Oq__content li{margin-bottom:.5rem}.blog-module__JsT-Oq__content blockquote{border-left:4px solid var(--primary);color:var(--muted-foreground);background:#f8fafc;border-radius:0 .5rem .5rem 0;margin:1.5rem 0;padding:1rem;font-style:italic}.blog-module__JsT-Oq__backLink{color:var(--muted-foreground);align-items:center;gap:.5rem;margin-bottom:2rem;font-weight:500;text-decoration:none;display:inline-flex}.blog-module__JsT-Oq__backLink:hover{color:var(--primary)}
.Pricing-module__yc4bBa__section{background-color:var(--background);padding:6rem 0}.Pricing-module__yc4bBa__title{text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Pricing-module__yc4bBa__subtitle{text-align:center;color:var(--muted-foreground);margin-bottom:4rem;font-size:1.25rem}.Pricing-module__yc4bBa__card{border:1px solid var(--border);border-radius:var(--radius-xl);text-align:center;max-width:500px;box-shadow:var(--shadow-lg);background:#fff;margin:0 auto;padding:3rem;position:relative;overflow:hidden}.Pricing-module__yc4bBa__card:before{content:"";background:linear-gradient(to right,var(--primary),var(--accent));height:6px;position:absolute;top:0;left:0;right:0}.Pricing-module__yc4bBa__priceTitle{color:var(--foreground);margin-bottom:2rem;font-size:1.5rem;font-weight:600}.Pricing-module__yc4bBa__price{color:var(--primary);margin-bottom:1rem;font-size:4rem;font-weight:800;line-height:1}.Pricing-module__yc4bBa__price span{color:var(--muted-foreground);font-size:1.5rem;font-weight:500}.Pricing-module__yc4bBa__pricingDesc{color:var(--muted-foreground);margin-bottom:2rem}.Pricing-module__yc4bBa__featuresList{text-align:left;margin-bottom:2rem;list-style:none}.Pricing-module__yc4bBa__featuresList li{color:var(--foreground);align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.Pricing-module__yc4bBa__checkIcon{color:var(--success);flex-shrink:0}
