.Navbar-module__cJzEcG__navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#050505cc;border-bottom:1px solid #ffffff0d;padding:1rem 0;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__navContainer{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cJzEcG__logo{letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.Navbar-module__cJzEcG__links{gap:2rem;display:none}.Navbar-module__cJzEcG__links a{color:#e4e4e7;font-size:1.2rem;font-weight:500;transition:color .2s}.Navbar-module__cJzEcG__links a:hover{color:#fff}.Navbar-module__cJzEcG__actions{align-items:center;gap:1.5rem;display:flex}.Navbar-module__cJzEcG__loginLink{color:#e4e4e7;font-size:1.2rem;font-weight:500;transition:color .2s}.Navbar-module__cJzEcG__loginLink:hover{color:#fff}@media (min-width:768px){.Navbar-module__cJzEcG__links{display:flex}}
.Footer-module__S6Hkya__footer{background:#050505;border-top:1px solid #ffffff0d;padding:4rem 0 2rem}.Footer-module__S6Hkya__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:4rem;display:grid}.Footer-module__S6Hkya__logo{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Footer-module__S6Hkya__desc{color:#a1a1aa;max-width:300px;line-height:1.6}.Footer-module__S6Hkya__title{color:#fff;margin-bottom:1.5rem;font-size:1rem;font-weight:600}.Footer-module__S6Hkya__list{list-style:none}.Footer-module__S6Hkya__list li{margin-bottom:.75rem}.Footer-module__S6Hkya__list a{color:#a1a1aa;font-size:.95rem}.Footer-module__S6Hkya__list a:hover{color:#fff}.Footer-module__S6Hkya__bottom{text-align:center;color:#52525b;border-top:1px solid #ffffff0d;padding-top:2rem;font-size:.875rem}
.Hero-module__ZARIfG__hero{align-items:center;min-height:100vh;padding-top:8rem;padding-bottom:6rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__glow{background:radial-gradient(circle,var(--primary-glow)0%,transparent 70%);opacity:.4;z-index:-1;filter:blur(80px);width:600px;height:600px;position:absolute;top:-20%;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__content{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}.Hero-module__ZARIfG__badge{color:var(--primary);background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:9999px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-block}.Hero-module__ZARIfG__title{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.1}.Hero-module__ZARIfG__subtitle{color:#a1a1aa;max-width:500px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.Hero-module__ZARIfG__ctaGroup{flex-wrap:wrap;gap:1rem;display:flex}.Hero-module__ZARIfG__visual{perspective:1000px;width:100%}@media (min-width:1024px){.Hero-module__ZARIfG__content{grid-template-columns:1fr 1fr}.Hero-module__ZARIfG__title{font-size:4.5rem}}.Hero-module__ZARIfG__words{vertical-align:bottom;height:1.2em;margin-left:.25rem;display:inline-block;position:relative;overflow:hidden}.Hero-module__ZARIfG__word{white-space:nowrap;height:100%;padding-left:6px;animation:24s infinite Hero-module__ZARIfG__spin_words;display:block}@keyframes Hero-module__ZARIfG__spin_words{0%{transform:translateY(0%)}28%{transform:translateY(0%)}33%{transform:translateY(-100%)}61%{transform:translateY(-100%)}66%{transform:translateY(-200%)}95%{transform:translateY(-200%)}to{transform:translateY(-300%)}}@media (prefers-reduced-motion:reduce){.Hero-module__ZARIfG__word{animation:none;transform:none}.Hero-module__ZARIfG__word:not(:first-child){display:none}}.Hero-module__ZARIfG__chatList{background:#ffffff08;border-radius:8px;flex-direction:column;gap:.75rem;height:200px;padding:1rem;display:flex;overflow:hidden}.Hero-module__ZARIfG__chatItem{opacity:0;border-radius:6px;align-items:center;gap:.75rem;padding:.5rem;animation:.5s forwards Hero-module__ZARIfG__fadeInUp;display:flex}.Hero-module__ZARIfG__chatItem.Hero-module__ZARIfG__selected{animation:.5s forwards Hero-module__ZARIfG__fadeInUp,.5s 1.5s forwards Hero-module__ZARIfG__selectChat}.Hero-module__ZARIfG__chatAvatar{background:#ffffff1a;border-radius:50%;width:32px;height:32px}.Hero-module__ZARIfG__chatLine{background:#ffffff1a;border-radius:4px;flex:1;height:8px}.Hero-module__ZARIfG__chatLineShort{width:60%}.Hero-module__ZARIfG__messageBox{opacity:0;background:#ffffff0d;border-radius:8px;height:40px;animation:.5s forwards Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__aiBox{border:1px solid var(--primary);opacity:0;background:#ffffff08;border-radius:8px;align-items:center;min-height:80px;margin-top:auto;padding:1rem;animation:.5s forwards Hero-module__ZARIfG__fadeInUp;display:flex;box-shadow:0 0 20px #8b5cf61a}.Hero-module__ZARIfG__typing{color:#a1a1aa;align-items:center;font-size:.875rem;display:flex}.Hero-module__ZARIfG__typing:after{content:".";vertical-align:bottom;width:0;animation:1.5s steps(5,end) infinite Hero-module__ZARIfG__typingDots;display:inline-block;overflow:hidden}@keyframes Hero-module__ZARIfG__fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__ZARIfG__selectChat{to{background:#8b5cf61a;border:1px solid #8b5cf633}}@keyframes Hero-module__ZARIfG__typingDots{0%,20%{content:"."}40%{content:".."}60%{content:"..."}80%,to{content:""}}
.Features-module__zvCZ4q__features{background:linear-gradient(to bottom,var(--background),#0a0a0a)}.Features-module__zvCZ4q__header{text-align:center;margin-bottom:4rem}.Features-module__zvCZ4q__heading{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Features-module__zvCZ4q__subheading{color:#a1a1aa;font-size:1.1rem}.Features-module__zvCZ4q__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.Features-module__zvCZ4q__card{padding:2rem;transition:transform .3s,border-color .3s}.Features-module__zvCZ4q__card:hover{border-color:var(--primary);transform:translateY(-5px)}.Features-module__zvCZ4q__icon{color:#fff;filter:drop-shadow(0 0 5px #8b5cf699);margin-bottom:1.5rem}.Features-module__zvCZ4q__cardTitle{margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.Features-module__zvCZ4q__cardDesc{color:#a1a1aa;line-height:1.6}
.pricing-module__kvPdYW__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}@media (min-width:964px){.pricing-module__kvPdYW__grid{grid-template-columns:repeat(3,1fr)}.pricing-module__kvPdYW__card:last-child{text-align:center;flex-direction:column;grid-column:1/-1;align-items:center;display:flex}.pricing-module__kvPdYW__card:last-child ul{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem 2rem;width:100%;max-width:900px;margin-bottom:2rem;display:grid}.pricing-module__kvPdYW__card:last-child li{justify-content:center}.pricing-module__kvPdYW__card:last-child a{max-width:400px}}
.Benefits-module__iMMc8a__benefits{background:#000;position:relative;overflow:hidden}.Benefits-module__iMMc8a__content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.Benefits-module__iMMc8a__text{z-index:2}.Benefits-module__iMMc8a__heading{margin-bottom:3rem;font-size:3rem;font-weight:800;line-height:1.2}.Benefits-module__iMMc8a__stat{border-left:2px solid var(--primary);margin-bottom:2rem;padding-left:1.5rem}.Benefits-module__iMMc8a__number{color:var(--primary);margin-bottom:.25rem;font-size:2.5rem;font-weight:700;display:block}.Benefits-module__iMMc8a__label{color:#a1a1aa;font-size:1.1rem}.Benefits-module__iMMc8a__visual{justify-content:center;align-items:center;height:400px;display:flex;position:relative}.Benefits-module__iMMc8a__circleGlow{background:var(--primary);filter:blur(100px);opacity:.2;border-radius:50%;width:300px;height:300px;position:absolute}.Benefits-module__iMMc8a__funnel{flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:300px;display:flex;position:relative}.Benefits-module__iMMc8a__funnelLayer{text-align:center;color:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:1rem;font-size:.9rem;transition:all .5s ease-out;transform:translate(50px)}.Benefits-module__iMMc8a__funnel.Benefits-module__iMMc8a__visible .Benefits-module__iMMc8a__funnelLayer{opacity:1;transform:translate(0)}.Benefits-module__iMMc8a__funnel.Benefits-module__iMMc8a__visible .Benefits-module__iMMc8a__funnelLayer:first-child{transition-delay:.1s}.Benefits-module__iMMc8a__funnel.Benefits-module__iMMc8a__visible .Benefits-module__iMMc8a__funnelLayer:nth-child(2){transition-delay:.3s}.Benefits-module__iMMc8a__funnel.Benefits-module__iMMc8a__visible .Benefits-module__iMMc8a__funnelLayer:nth-child(3){transition-delay:.5s}.Benefits-module__iMMc8a__funnel.Benefits-module__iMMc8a__visible .Benefits-module__iMMc8a__funnelLayer:nth-child(4){transition-delay:.7s}@media (max-width:768px){.Benefits-module__iMMc8a__content{text-align:center;grid-template-columns:1fr}.Benefits-module__iMMc8a__stat{border-left:none;border-bottom:2px solid var(--primary);padding-bottom:1.5rem;padding-left:0}}
