@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Outfit:wght@500;600;700;800&display=swap";
.Navbar-module__2Al5qG__navbar{z-index:1000;align-items:center;height:72px;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__2Al5qG__content{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__2Al5qG__logo{align-items:center;gap:.75rem;display:flex}.Navbar-module__2Al5qG__logoIcon{background:hsl(var(--primary));width:36px;height:36px;color:hsl(var(--primary-foreground));border-radius:8px;justify-content:center;align-items:center;display:flex}.Navbar-module__2Al5qG__logoText{font-family:var(--font-heading);font-size:1.25rem;font-weight:700}.Navbar-module__2Al5qG__links{gap:2rem;display:flex}.Navbar-module__2Al5qG__links a{color:hsl(var(--muted-foreground));font-size:.9375rem;font-weight:500}.Navbar-module__2Al5qG__links a:hover{color:hsl(var(--foreground))}.Navbar-module__2Al5qG__cta{align-items:center;gap:1rem;display:flex}.Navbar-module__2Al5qG__buttonPrimary{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-radius:var(--radius);padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;transition:transform .2s,filter .2s}.Navbar-module__2Al5qG__buttonPrimary:hover{filter:brightness(1.1);transform:translateY(-1px)}.Navbar-module__2Al5qG__buttonSecondary{color:hsl(var(--foreground));font-size:.9375rem;font-weight:600}@media (max-width:768px){.Navbar-module__2Al5qG__links{display:none}}
.Hero-module__MLoldG__hero{background:radial-gradient(circle at 50% -20%,hsla(var(--primary),.15),transparent 50%);padding-top:160px;padding-bottom:100px;overflow:hidden}.Hero-module__MLoldG__content{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:4rem;width:100%;display:flex}.Hero-module__MLoldG__textContent{flex-direction:column;align-items:center;max-width:800px;display:flex}.Hero-module__MLoldG__badge{background:hsla(var(--primary),.1);color:hsl(var(--primary));border:1px solid hsla(var(--primary),.2);border-radius:100px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.Hero-module__MLoldG__title{margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:800}.Hero-module__MLoldG__highlight{color:hsl(var(--primary));position:relative}.Hero-module__MLoldG__subtitle{color:hsl(var(--muted-foreground));max-width:600px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.Hero-module__MLoldG__actions{justify-content:center;gap:1.5rem;width:100%;margin-bottom:1.5rem;display:flex}.Hero-module__MLoldG__buttonPrimary{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-radius:var(--radius);box-shadow:0 10px 20px -5px hsla(var(--primary),.3);padding:1rem 2.5rem;font-size:1.125rem;font-weight:700}.Hero-module__MLoldG__buttonOutline{color:hsl(var(--foreground));border-radius:var(--radius);border:1px solid hsl(var(--border));background:0 0;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;display:flex}.Hero-module__MLoldG__trustText{color:hsl(var(--muted-foreground));font-size:.875rem}@media (max-width:768px){.Hero-module__MLoldG__actions{flex-direction:column;width:100%}.Hero-module__MLoldG__buttonPrimary,.Hero-module__MLoldG__buttonOutline{width:100%}}
.SocialProof-module__Gy4hTa__socialProof{border-bottom:1px solid hsl(var(--border));background:hsla(var(--background),.5);padding:60px 0}.SocialProof-module__Gy4hTa__header{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}.SocialProof-module__Gy4hTa__trustpilotContainer{background:#00b87a1a;border:1px solid #00b87a33;border-radius:100px;align-items:center;gap:.75rem;padding:.5rem 1.25rem;display:flex}.SocialProof-module__Gy4hTa__trustpilotText{color:#00b67a;font-size:.9375rem}.SocialProof-module__Gy4hTa__trustpilotText strong{font-weight:800}.SocialProof-module__Gy4hTa__featuredIn{text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:600}.SocialProof-module__Gy4hTa__logoGrid{opacity:.5;filter:grayscale();flex-wrap:wrap;justify-content:center;align-items:center;gap:4rem;transition:opacity .3s,filter .3s;display:flex}.SocialProof-module__Gy4hTa__logoGrid:hover{opacity:.8;filter:grayscale(.5)}.SocialProof-module__Gy4hTa__logoItem{font-family:var(--font-heading);color:hsl(var(--foreground));font-size:1.25rem;font-weight:700}.SocialProof-module__Gy4hTa__logoPlaceholder{opacity:.7}@media (max-width:768px){.SocialProof-module__Gy4hTa__logoGrid{gap:2.5rem}}
.Features-module__nuw32q__features{background-color:hsl(var(--background));padding:100px 0}.Features-module__nuw32q__header{text-align:center;max-width:700px;margin:0 auto 4rem}.Features-module__nuw32q__title{margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3rem)}.Features-module__nuw32q__highlight{color:hsl(var(--primary))}.Features-module__nuw32q__subtitle{color:hsl(var(--muted-foreground));font-size:1.125rem}.Features-module__nuw32q__grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem;display:grid}.Features-module__nuw32q__card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:20px;padding:2.5rem;transition:all .3s}.Features-module__nuw32q__card:hover{border-color:hsla(var(--primary),.5);transform:translateY(-5px);box-shadow:0 20px 40px -20px #0000001a}.Features-module__nuw32q__cardIcon{background:hsla(var(--primary),.1);width:50px;height:50px;color:hsl(var(--primary));border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.Features-module__nuw32q__cardTitle{margin-bottom:1rem;font-size:1.25rem}.Features-module__nuw32q__cardDescription{color:hsl(var(--muted-foreground));line-height:1.6}@media (max-width:768px){.Features-module__nuw32q__grid{grid-template-columns:1fr}}
.Pricing-module__rE9GEq__pricing{background-color:hsla(var(--primary),.02);padding:100px 0}.Pricing-module__rE9GEq__header{text-align:center;max-width:700px;margin:0 auto 4rem}.Pricing-module__rE9GEq__title{margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3rem)}.Pricing-module__rE9GEq__highlight{color:hsl(var(--primary))}.Pricing-module__rE9GEq__subtitle{color:hsl(var(--muted-foreground));font-size:1.125rem}.Pricing-module__rE9GEq__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:center;gap:2rem;display:grid}.Pricing-module__rE9GEq__card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:24px;flex-direction:column;padding:3rem 2.5rem;transition:all .3s;display:flex;position:relative}.Pricing-module__rE9GEq__popular{border-color:hsl(var(--primary));box-shadow:0 40px 80px -20px hsla(var(--primary),.15);z-index:2;transform:scale(1.05)}.Pricing-module__rE9GEq__popularBadge{background:hsl(var(--primary));color:hsl(var(--primary-foreground));white-space:nowrap;border-radius:100px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:700;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.Pricing-module__rE9GEq__tierName{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Pricing-module__rE9GEq__priceContainer{align-items:baseline;gap:.5rem;margin-bottom:1rem;display:flex}.Pricing-module__rE9GEq__price{font-size:3.5rem;font-weight:800;font-family:var(--font-heading)}.Pricing-module__rE9GEq__period{color:hsl(var(--muted-foreground));font-weight:500}.Pricing-module__rE9GEq__tierDescription{color:hsl(var(--muted-foreground));margin-bottom:2.5rem;line-height:1.5}.Pricing-module__rE9GEq__featureList{flex-grow:1;margin-bottom:2.5rem;list-style:none}.Pricing-module__rE9GEq__featureItem{color:hsl(var(--foreground));align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.9375rem;display:flex}.Pricing-module__rE9GEq__checkIcon{color:hsl(var(--primary));flex-shrink:0}.Pricing-module__rE9GEq__ctaButton{border-radius:var(--radius);align-self:center;width:fit-content;min-width:200px;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #0000001a}.Pricing-module__rE9GEq__ctaButton:hover{box-shadow:0 20px 25px -5px hsla(var(--primary),.3);transform:translateY(-2px)scale(1.05)}.Pricing-module__rE9GEq__ctaPopular{background:hsl(var(--primary));color:#000}.Pricing-module__rE9GEq__ctaOutline{border:2px solid hsl(var(--primary));color:hsl(var(--foreground));background:0 0}.Pricing-module__rE9GEq__ctaOutline:hover{background:hsla(var(--primary),.1)}@media (max-width:1024px){.Pricing-module__rE9GEq__popular{order:-1;transform:scale(1)}}
.Testimonials-module__vMvw7W__testimonials{padding:100px 0}.Testimonials-module__vMvw7W__header{text-align:center;max-width:700px;margin:0 auto 4rem}.Testimonials-module__vMvw7W__title{margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3rem)}.Testimonials-module__vMvw7W__highlight{color:hsl(var(--primary))}.Testimonials-module__vMvw7W__subtitle{color:hsl(var(--muted-foreground));font-size:1.125rem}.Testimonials-module__vMvw7W__grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem;display:grid}.Testimonials-module__vMvw7W__card{background:hsla(var(--primary),.03);border:1px solid hsl(var(--border));border-radius:24px;flex-direction:column;gap:1.5rem;padding:2.5rem;display:flex}.Testimonials-module__vMvw7W__ratingContainer{align-items:center;gap:.75rem;display:flex}.Testimonials-module__vMvw7W__stars{color:#ffb800;gap:.125rem;display:flex}.Testimonials-module__vMvw7W__ratingNumber{color:#ffb800;font-size:.875rem;font-weight:700}.Testimonials-module__vMvw7W__star{filter:drop-shadow(0 0 2px #ffb80033);flex-shrink:0}.Testimonials-module__vMvw7W__quoteIcon{color:hsl(var(--primary))}.Testimonials-module__vMvw7W__quote{color:hsl(var(--foreground));flex-grow:1;font-size:1.125rem;font-style:italic;line-height:1.6}.Testimonials-module__vMvw7W__author{align-items:center;gap:1rem;display:flex}.Testimonials-module__vMvw7W__avatar{background:hsl(var(--primary));width:48px;height:48px;color:hsl(var(--primary-foreground));border-radius:12px;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex}.Testimonials-module__vMvw7W__info{flex-direction:column;display:flex}.Testimonials-module__vMvw7W__info strong{font-size:1rem}.Testimonials-module__vMvw7W__info span{color:hsl(var(--muted-foreground));font-size:.875rem}
.CTA-module__KIaVeq__cta{padding:100px 0;position:relative;overflow:hidden}.CTA-module__KIaVeq__container{z-index:1;position:relative}.CTA-module__KIaVeq__content{color:hsl(var(--foreground));text-align:center;box-shadow:0 40px 100px -20px hsla(var(--primary),.2);border:1px solid hsl(var(--border));background:#080c16;border-radius:32px;flex-direction:column;align-items:center;gap:1.5rem;padding:5rem 2rem;display:flex}.CTA-module__KIaVeq__title{max-width:800px;font-size:clamp(2rem,5vw,3.5rem)}.CTA-module__KIaVeq__highlight{color:hsl(var(--primary))}.CTA-module__KIaVeq__subtitle{color:hsl(var(--muted-foreground));max-width:600px;font-size:1.25rem}.CTA-module__KIaVeq__actions{width:100%;max-width:500px;margin-top:1rem}.CTA-module__KIaVeq__form{gap:.75rem;width:100%;display:flex}.CTA-module__KIaVeq__input{border-radius:var(--radius);color:#fff;background:#ffffff0d;border:1px solid #fff3;flex-grow:1;padding:1rem 1.5rem;font-size:1rem}.CTA-module__KIaVeq__button{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-radius:var(--radius);white-space:nowrap;padding:1rem 2rem;font-weight:700}.CTA-module__KIaVeq__hint{opacity:.6;font-size:.875rem}.CTA-module__KIaVeq__decorLeft,.CTA-module__KIaVeq__decorRight{background:hsl(var(--primary));filter:blur(120px);opacity:.2;z-index:-1;width:300px;height:300px;position:absolute}.CTA-module__KIaVeq__decorLeft{top:0;left:-100px}.CTA-module__KIaVeq__decorRight{bottom:0;right:-100px}@media (max-width:768px){.CTA-module__KIaVeq__form{flex-direction:column}}
.FAQ-module__j9C6La__faq{padding:100px 0}.FAQ-module__j9C6La__header{text-align:center;max-width:700px;margin:0 auto 4rem}.FAQ-module__j9C6La__title{margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3rem)}.FAQ-module__j9C6La__highlight{color:hsl(var(--primary))}.FAQ-module__j9C6La__subtitle{color:hsl(var(--muted-foreground));font-size:1.125rem}.FAQ-module__j9C6La__accordion{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.FAQ-module__j9C6La__item{border:1px solid hsl(var(--border));background:hsl(var(--card));border-radius:16px;transition:border-color .2s;overflow:hidden}.FAQ-module__j9C6La__item:hover{border-color:hsla(var(--primary),.3)}.FAQ-module__j9C6La__question{text-align:left;width:100%;color:hsl(var(--foreground));background:0 0;justify-content:space-between;align-items:center;padding:1.5rem 2rem;font-size:1.125rem;font-weight:600;display:flex}.FAQ-module__j9C6La__icon{color:hsl(var(--muted-foreground));transition:transform .3s}.FAQ-module__j9C6La__open .FAQ-module__j9C6La__icon{color:hsl(var(--primary));transform:rotate(180deg)}.FAQ-module__j9C6La__answer{max-height:0;transition:max-height .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.FAQ-module__j9C6La__open .FAQ-module__j9C6La__answer{max-height:200px}.FAQ-module__j9C6La__answerContent{color:hsl(var(--muted-foreground));padding:0 2rem 2rem;line-height:1.6}
.Footer-module__gHtW5a__footer{background:hsla(var(--primary),.03);border-top:1px solid hsl(var(--border));padding-top:80px}.Footer-module__gHtW5a__projectExplanation{margin-bottom:80px}.Footer-module__gHtW5a__explanationContent{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:24px;padding:3rem}.Footer-module__gHtW5a__explanationTitle{color:hsl(var(--primary));margin-bottom:2rem;font-size:1.5rem}.Footer-module__gHtW5a__stats{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.Footer-module__gHtW5a__statItem{flex-direction:column;gap:.5rem;display:flex}.Footer-module__gHtW5a__statItem strong{color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em;font-size:.875rem}.Footer-module__gHtW5a__statItem span{font-size:1.125rem;font-weight:500;line-height:1.5}.Footer-module__gHtW5a__mainFooter{grid-template-columns:1.5fr 2fr 1.5fr;gap:4rem;padding-bottom:60px;display:grid}.Footer-module__gHtW5a__brandSection{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__gHtW5a__logo{align-items:center;gap:.75rem;display:flex}.Footer-module__gHtW5a__logoIcon{background:hsl(var(--primary));width:32px;height:32px;color:hsl(var(--primary-foreground));border-radius:6px;justify-content:center;align-items:center;display:flex}.Footer-module__gHtW5a__logoText{font-family:var(--font-heading);font-size:1.25rem;font-weight:700}.Footer-module__gHtW5a__brandDesc{color:hsl(var(--muted-foreground));line-height:1.6}.Footer-module__gHtW5a__linksGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Footer-module__gHtW5a__linkColumn{flex-direction:column;gap:1rem;display:flex}.Footer-module__gHtW5a__linkColumn h4{margin-bottom:.5rem;font-size:1rem}.Footer-module__gHtW5a__linkColumn a{color:hsl(var(--muted-foreground));font-size:.9375rem}.Footer-module__gHtW5a__linkColumn a:hover{color:hsl(var(--foreground))}.Footer-module__gHtW5a__newsletter h4{margin-bottom:1rem}.Footer-module__gHtW5a__newsletter p{color:hsl(var(--muted-foreground));margin-bottom:1.5rem;font-size:.875rem}.Footer-module__gHtW5a__form{gap:.5rem;display:flex}.Footer-module__gHtW5a__input{background:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:var(--radius);color:hsl(var(--foreground));flex-grow:1;padding:.75rem 1rem;font-size:.875rem}.Footer-module__gHtW5a__button{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-radius:var(--radius);padding:.75rem 1.25rem;font-weight:600}.Footer-module__gHtW5a__bottomBar{border-top:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));justify-content:space-between;align-items:center;padding:30px 0;font-size:.875rem;display:flex}.Footer-module__gHtW5a__legalLinks{gap:2rem;display:flex}@media (max-width:1024px){.Footer-module__gHtW5a__mainFooter{grid-template-columns:1fr;gap:3rem}}@media (max-width:768px){.Footer-module__gHtW5a__linksGrid{grid-template-columns:1fr}}
.landing-page-root{--primary:38,100%,50%;--primary-foreground:0,0%,0%;--background:0,0%,100%;--foreground:222,47%,11%;--card:0,0%,100%;--card-foreground:222,47%,11%;--muted:210,40%,96%;--muted-foreground:215,16%,47%;--border:214,32%,91%;--input:214,32%,91%;--ring:38,100%,50%;--radius:.75rem;--font-heading:"Outfit",sans-serif;--font-body:"Inter",sans-serif;-webkit-font-smoothing:antialiased;z-index:10;width:100%;min-height:100vh;line-height:1.5;position:relative;background-color:hsl(var(--background))!important;color:hsl(var(--foreground))!important;font-family:var(--font-body)!important}.landing-page-root *,.landing-page-root :before,.landing-page-root :after{box-sizing:border-box}.dark .landing-page-root{--background:222,47%,4%;--foreground:210,40%,98%;--card:222,47%,6%;--card-foreground:210,40%,98%;--muted:217,33%,13%;--muted-foreground:215,20%,65%;--border:217,33%,18%;--input:217,33%,18%;--primary:38,100%,65%;--primary-foreground:0,0%,0%}.landing-page-root .container{width:100%!important;max-width:1200px!important;margin-left:auto!important;margin-right:auto!important;padding-left:1.5rem!important;padding-right:1.5rem!important}.landing-page-root h1,.landing-page-root h2,.landing-page-root h3,.landing-page-root h4,.landing-page-root h5,.landing-page-root h6{font-family:var(--font-heading);letter-spacing:-.02em;margin-bottom:.5em;line-height:1.1}.landing-page-root a{color:inherit;text-decoration:none;transition:opacity .2s}.landing-page-root button{cursor:pointer;font-family:inherit;font-size:inherit;color:inherit;background:0 0;border:none;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.landing-page-root button:hover{filter:brightness(1.1);transform:translateY(-2px)scale(1.02)}.landing-page-root button:active{transform:translateY(0)scale(.98)}.landing-page-root .glass{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid hsla(var(--border),.5);background:hsla(var(--background),.7)!important}@keyframes fadeInLand{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.landing-page-root .animate-fade-in{animation:.6s ease-out forwards fadeInLand}
