.Button-module__8RiFmG__button{cursor:pointer;white-space:nowrap;border-radius:9999px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-flex}.Button-module__8RiFmG__fullWidth{width:100%}.Button-module__8RiFmG__primary{background-color:var(--primary);color:#0f172a}.Button-module__8RiFmG__primary:hover{background-color:var(--primary-hover)}.Button-module__8RiFmG__secondary{border:2px solid var(--primary);color:var(--primary);background-color:#0000}.Button-module__8RiFmG__secondary:hover{background-color:#fbbf241a}
.HeroSection-module__sBkrQG__container{width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.HeroSection-module__sBkrQG__imageSide{flex:0 0 60%;height:100%;position:relative}.HeroSection-module__sBkrQG__overlay{pointer-events:none;background:linear-gradient(90deg,#0f172a00 0%,#0f172acc 100%);width:100%;height:100%;position:absolute;top:0;left:0}.HeroSection-module__sBkrQG__textSide{background-color:var(--background);z-index:10;flex:0 0 40%;justify-content:center;align-items:center;display:flex;position:relative}.HeroSection-module__sBkrQG__contentWrapper{max-width:480px;padding:2rem}.HeroSection-module__sBkrQG__diagonalContent{flex-direction:column;gap:1.5rem;display:flex}.HeroSection-module__sBkrQG__headline{color:var(--foreground);margin:0;font-size:3rem;font-weight:800;line-height:1.2}.HeroSection-module__sBkrQG__line:nth-child(2){color:var(--primary);margin-left:2rem;display:inline-block}.HeroSection-module__sBkrQG__subHeadline{color:var(--muted-foreground);margin-left:1rem;font-size:1.125rem;line-height:1.6}.HeroSection-module__sBkrQG__ctaWrapper{margin-top:1rem;margin-left:3rem}@media (max-width:768px){.HeroSection-module__sBkrQG__container{flex-direction:column;height:auto}.HeroSection-module__sBkrQG__imageSide{flex:0 0 50vh;width:100%}.HeroSection-module__sBkrQG__textSide{flex:none;width:100%;padding:3rem 1rem}.HeroSection-module__sBkrQG__contentWrapper{max-width:100%}.HeroSection-module__sBkrQG__headline{font-size:2.25rem}.HeroSection-module__sBkrQG__line:nth-child(2),.HeroSection-module__sBkrQG__subHeadline,.HeroSection-module__sBkrQG__ctaWrapper{margin-left:0}}
.ProblemSection-module__A0rn6q__container{max-width:1280px;margin:0 auto;padding:6rem 2rem}.ProblemSection-module__A0rn6q__title{text-align:center;color:var(--foreground);margin-bottom:4rem;font-size:2.5rem;font-weight:700}.ProblemSection-module__A0rn6q__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.ProblemSection-module__A0rn6q__card{background:var(--secondary);border:1px solid #ffffff0d;border-radius:1rem;padding:2.5rem;transition:transform .3s}.ProblemSection-module__A0rn6q__card:hover{border-color:var(--primary);transform:translateY(-5px)}.ProblemSection-module__A0rn6q__cardNumber{color:#ffffff1a;margin-bottom:1rem;font-family:monospace;font-size:3rem;font-weight:900}.ProblemSection-module__A0rn6q__cardTitle{color:var(--primary);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.ProblemSection-module__A0rn6q__cardDesc{color:var(--muted-foreground);line-height:1.6}@media (max-width:768px){.ProblemSection-module__A0rn6q__title{font-size:1.8rem}}
.FeaturesSection-module__MmT36G__container{max-width:1280px;margin:0 auto;padding:6rem 2rem}.FeaturesSection-module__MmT36G__header{text-align:center;margin-bottom:4rem}.FeaturesSection-module__MmT36G__label{color:var(--primary);letter-spacing:.1em;margin-bottom:1rem;font-size:.875rem;font-weight:700;display:block}.FeaturesSection-module__MmT36G__title{color:var(--foreground);font-size:2.5rem;font-weight:800}.FeaturesSection-module__MmT36G__bentoGrid{grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(300px,auto);gap:1.5rem;display:grid}.FeaturesSection-module__MmT36G__bentoItem{background-color:var(--secondary);border:1px solid #ffffff0d;border-radius:1.5rem;flex-direction:column;justify-content:flex-end;display:flex;position:relative;overflow:hidden}.FeaturesSection-module__MmT36G__contentOverlay{z-index:10;background:linear-gradient(#0f172a00,#0f172af2);width:100%;padding:2rem}.FeaturesSection-module__MmT36G__bgImage{opacity:.4;background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .5s;position:absolute;top:0;left:0}.FeaturesSection-module__MmT36G__bentoItem:hover .FeaturesSection-module__MmT36G__bgImage{opacity:.6;transform:scale(1.05)}.FeaturesSection-module__MmT36G__stepBadge{background:var(--primary);color:#0f172a;border-radius:9999px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.875rem;font-weight:700;display:inline-block}.FeaturesSection-module__MmT36G__bentoItem h3{color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.FeaturesSection-module__MmT36G__bentoItem p{color:var(--muted-foreground);font-size:1rem;line-height:1.5}.FeaturesSection-module__MmT36G__largeItem{grid-area:span 1/span 7}.FeaturesSection-module__MmT36G__stackContainer{grid-area:span 2/span 5;justify-content:center;align-items:center;min-height:600px;display:flex;position:relative}.FeaturesSection-module__MmT36G__mediumItem{grid-area:span 1/span 7}.FeaturesSection-module__MmT36G__stackCard{background-position:50%;background-size:cover;border:1px solid #ffffff1a;border-radius:1.5rem;width:80%;height:60%;position:absolute;box-shadow:0 20px 40px #00000080}.FeaturesSection-module__MmT36G__stackItemMain{width:90%;height:70%;position:relative;box-shadow:0 0 50px #fbbf241a}.FeaturesSection-module__MmT36G__stackItemMain .FeaturesSection-module__MmT36G__bgImage{opacity:.3;z-index:-1;background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .5s;position:absolute;top:0;left:0}.FeaturesSection-module__MmT36G__stackItemMain:hover .FeaturesSection-module__MmT36G__bgImage{opacity:.5;transform:scale(1.05)}@media (max-width:1024px){.FeaturesSection-module__MmT36G__bentoGrid{grid-template-columns:1fr;grid-auto-rows:auto}.FeaturesSection-module__MmT36G__largeItem,.FeaturesSection-module__MmT36G__mediumItem,.FeaturesSection-module__MmT36G__stackContainer{grid-area:auto/span 1}.FeaturesSection-module__MmT36G__stackContainer{min-height:500px;margin:2rem 0}}
.ProofSection-module__yXAZjW__container{background-color:var(--secondary);border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:6rem 2rem}.ProofSection-module__yXAZjW__statsRow{flex-wrap:wrap;justify-content:space-around;gap:2rem;max-width:1000px;margin-bottom:5rem;margin-left:auto;margin-right:auto;display:flex}.ProofSection-module__yXAZjW__statItem{text-align:center}.ProofSection-module__yXAZjW__statValue{color:var(--primary);text-shadow:0 0 20px #fbbf244d;margin-bottom:.5rem;font-size:3.5rem;font-weight:900}.ProofSection-module__yXAZjW__statLabel{color:var(--muted-foreground);font-size:1.125rem;font-weight:500}.ProofSection-module__yXAZjW__storiesContainer{text-align:center;overflow:hidden}.ProofSection-module__yXAZjW__storiesTitle{color:var(--foreground);margin-bottom:2rem;font-size:1.5rem}.ProofSection-module__yXAZjW__marquee{width:100%;padding:1rem 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.ProofSection-module__yXAZjW__marqueeContent{gap:2rem;width:max-content;animation:20s linear infinite ProofSection-module__yXAZjW__scroll;display:flex}@keyframes ProofSection-module__yXAZjW__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ProofSection-module__yXAZjW__marquee:hover .ProofSection-module__yXAZjW__marqueeContent{animation-play-state:paused}.ProofSection-module__yXAZjW__storyCard{color:var(--foreground);white-space:nowrap;background:#ffffff08;border:1px solid #ffffff1a;border-radius:9999px;padding:1rem 2rem}@media (max-width:768px){.ProofSection-module__yXAZjW__statValue{font-size:2.5rem}}
.PricingSection-module__2CM7mq__container{justify-content:center;max-width:1280px;margin:0 auto;padding:8rem 2rem;display:flex}.PricingSection-module__2CM7mq__ctaWrapper{text-align:center;flex-direction:column;align-items:center;gap:2rem;display:flex}.PricingSection-module__2CM7mq__title{color:var(--foreground);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.PricingSection-module__2CM7mq__largeButton{box-shadow:0 0 30px #fbbf2433;padding:1.25rem 3rem!important;font-size:1.5rem!important}@media (max-width:768px){.PricingSection-module__2CM7mq__title{font-size:1.8rem}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--secondary);background:#000;padding:6rem 2rem 2rem}.Footer-module__S6Hkya__container{text-align:center;max-width:800px;margin:0 auto}.Footer-module__S6Hkya__ctaTitle{margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.3}.Footer-module__S6Hkya__ctaDesc{color:var(--muted-foreground);margin-bottom:3rem;font-size:1.25rem}.Footer-module__S6Hkya__btnWrapper{margin-bottom:6rem}.Footer-module__S6Hkya__copyright{color:var(--muted);border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.875rem}
