.Header-module__hBw1pG__header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a0acc;border-bottom:1px solid #ffffff0d;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__nav{justify-content:space-between;align-items:center;height:4rem;display:flex}.Header-module__hBw1pG__logo{letter-spacing:-.025em;font-size:1.25rem;font-weight:700;font-family:var(--font-mono);align-items:center;gap:.5rem;display:flex}.Header-module__hBw1pG__logoIcon{border-radius:6px}.Header-module__hBw1pG__links{align-items:center;gap:2rem;display:none}@media (min-width:768px){.Header-module__hBw1pG__links{display:flex}}.Header-module__hBw1pG__link{color:var(--secondary);font-size:.875rem;transition:color .2s}.Header-module__hBw1pG__link:hover{color:var(--primary)}.Header-module__hBw1pG__cta{padding:.5rem 1rem;font-size:.875rem}
.DemoModal-module__4SkXMG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000c;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out DemoModal-module__4SkXMG__fadeIn;display:flex;position:fixed;inset:0}@keyframes DemoModal-module__4SkXMG__fadeIn{0%{opacity:0}to{opacity:1}}.DemoModal-module__4SkXMG__modal{background:var(--card-bg);border:1px solid var(--card-border);border-radius:1rem;width:100%;max-width:560px;max-height:90vh;animation:.3s ease-out DemoModal-module__4SkXMG__slideUp;position:relative;overflow-y:auto}@keyframes DemoModal-module__4SkXMG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.DemoModal-module__4SkXMG__closeButton{color:var(--secondary);cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.DemoModal-module__4SkXMG__closeButton:hover{color:var(--foreground);background:#ffffff1a}.DemoModal-module__4SkXMG__header{text-align:center;padding:2rem 2rem 1rem}.DemoModal-module__4SkXMG__title{color:var(--foreground);margin-bottom:.5rem;font-size:1.75rem;font-weight:600}.DemoModal-module__4SkXMG__subtitle{color:var(--secondary);font-size:1rem}.DemoModal-module__4SkXMG__form{padding:1rem 2rem 2rem}.DemoModal-module__4SkXMG__row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}@media (max-width:540px){.DemoModal-module__4SkXMG__row{grid-template-columns:1fr}}.DemoModal-module__4SkXMG__field{flex-direction:column;gap:.5rem;display:flex}.DemoModal-module__4SkXMG__label{color:var(--foreground);font-size:.875rem;font-weight:500}.DemoModal-module__4SkXMG__required{color:#ef4444}.DemoModal-module__4SkXMG__input,.DemoModal-module__4SkXMG__select,.DemoModal-module__4SkXMG__textarea{border:1px solid var(--card-border);color:var(--foreground);background:#ffffff0d;border-radius:.5rem;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.DemoModal-module__4SkXMG__input::placeholder,.DemoModal-module__4SkXMG__textarea::placeholder{color:var(--secondary)}.DemoModal-module__4SkXMG__input:focus,.DemoModal-module__4SkXMG__select:focus,.DemoModal-module__4SkXMG__textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #6366f133}.DemoModal-module__4SkXMG__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23a1a1aa' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.DemoModal-module__4SkXMG__select option{background:var(--card-bg);color:var(--foreground)}.DemoModal-module__4SkXMG__textarea{resize:vertical;min-height:100px}.DemoModal-module__4SkXMG__error{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.DemoModal-module__4SkXMG__submitButton{color:#000;cursor:pointer;background:#fff;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1.5rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.DemoModal-module__4SkXMG__submitButton:hover:not(:disabled){background:#e5e5e5;transform:translateY(-1px)}.DemoModal-module__4SkXMG__submitButton:disabled{opacity:.7;cursor:not-allowed}.DemoModal-module__4SkXMG__spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite DemoModal-module__4SkXMG__spin}@keyframes DemoModal-module__4SkXMG__spin{to{transform:rotate(360deg)}}.DemoModal-module__4SkXMG__privacy{text-align:center;color:var(--secondary);margin-top:1rem;font-size:.75rem}.DemoModal-module__4SkXMG__privacy a{color:var(--foreground);text-decoration:underline}.DemoModal-module__4SkXMG__privacy a:hover{color:var(--accent)}.DemoModal-module__4SkXMG__successMessage{text-align:center;padding:3rem 2rem}.DemoModal-module__4SkXMG__successIcon{margin-bottom:1.5rem}.DemoModal-module__4SkXMG__successTitle{color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.DemoModal-module__4SkXMG__successText{color:var(--secondary);margin-bottom:2rem}.DemoModal-module__4SkXMG__successButton{color:#000;cursor:pointer;background:#fff;border:none;border-radius:9999px;padding:.75rem 2rem;font-size:1rem;font-weight:500;transition:all .2s}.DemoModal-module__4SkXMG__successButton:hover{background:#e5e5e5}
.Hero-module__ZARIfG__hero{text-align:center;padding-top:8rem;padding-bottom:4rem;position:relative;overflow:hidden}.Hero-module__ZARIfG__content{z-index:10;max-width:800px;margin:0 auto;position:relative}.Hero-module__ZARIfG__badge{color:var(--secondary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.375rem .75rem;font-size:.875rem;display:inline-flex}.Hero-module__ZARIfG__title{letter-spacing:-.02em;max-width:900px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:2.75rem;font-weight:700;line-height:1.1}@media (min-width:768px){.Hero-module__ZARIfG__title{font-size:4rem}}.Hero-module__ZARIfG__description{color:var(--secondary);max-width:700px;margin:0 auto 2rem;font-size:1.125rem;line-height:1.6}.Hero-module__ZARIfG__visual{margin-bottom:1rem;position:relative;-webkit-mask-image:linear-gradient(#000 30%,#0000 95%);mask-image:linear-gradient(#000 30%,#0000 95%)}.Hero-module__ZARIfG__heroImage{width:100%;height:auto;display:block}.Hero-module__ZARIfG__caption{text-align:center;color:var(--secondary);font-size:.85rem;font-family:var(--font-mono);margin-bottom:2.5rem}.Hero-module__ZARIfG__pricing{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.Hero-module__ZARIfG__priceStrike{color:var(--secondary);opacity:.7;font-size:1.25rem;font-weight:600;text-decoration:line-through}.Hero-module__ZARIfG__priceFree{color:var(--accent);font-size:1.25rem;font-weight:700}.Hero-module__ZARIfG__actions{flex-direction:column;justify-content:center;gap:1rem;display:flex}@media (min-width:640px){.Hero-module__ZARIfG__actions{flex-direction:row}}
.ProblemSection-module__A0rn6q__section{background:var(--background);padding:6rem 0}.ProblemSection-module__A0rn6q__sectionContainer{max-width:1000px;margin:0 auto}.ProblemSection-module__A0rn6q__header{text-align:center;margin-bottom:4rem}.ProblemSection-module__A0rn6q__title{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.ProblemSection-module__A0rn6q__subtitle{color:var(--secondary)}.ProblemSection-module__A0rn6q__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.ProblemSection-module__A0rn6q__grid{grid-template-columns:repeat(3,1fr)}}.ProblemSection-module__A0rn6q__card{background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;min-height:280px;padding:2rem;transition:all .3s;display:flex;position:relative}.ProblemSection-module__A0rn6q__card:hover{background:#ffffff0a;border-color:#ffffff26}.ProblemSection-module__A0rn6q__cardTitle{color:var(--primary);min-height:3.5rem;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600;line-height:1.4}.ProblemSection-module__A0rn6q__cardText{color:var(--secondary);flex:1;line-height:1.6}
.BenefitsSection-module__uOymXW__section{background:#000;padding:6rem 0}.BenefitsSection-module__uOymXW__sectionContainer{max-width:1000px;margin:0 auto}.BenefitsSection-module__uOymXW__header{text-align:center;margin-bottom:4rem}.BenefitsSection-module__uOymXW__badge{color:var(--foreground);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;display:inline-flex}.BenefitsSection-module__uOymXW__badgeIcon{font-size:1rem}.BenefitsSection-module__uOymXW__title{color:var(--foreground);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.BenefitsSection-module__uOymXW__subtitle{color:var(--secondary);max-width:600px;margin:0 auto;font-size:1.125rem}.BenefitsSection-module__uOymXW__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.BenefitsSection-module__uOymXW__grid{grid-template-columns:repeat(2,1fr)}}.BenefitsSection-module__uOymXW__feature{text-align:left;background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:1rem;padding:2rem;transition:all .3s;display:flex}.BenefitsSection-module__uOymXW__feature:hover{background:#ffffff0a;border-color:#ffffff26}.BenefitsSection-module__uOymXW__iconWrapper{background:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.5rem;display:flex}.BenefitsSection-module__uOymXW__icon{font-size:1.5rem}.BenefitsSection-module__uOymXW__metric{margin:.5rem 0 1rem;font-size:4rem;font-weight:700;line-height:1}.BenefitsSection-module__uOymXW__featureTitle{color:var(--foreground);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.BenefitsSection-module__uOymXW__featureDescription{color:var(--secondary);font-size:.9375rem;line-height:1.6}
.Testimonials-module__ItA9Ha__section{background:#000;padding:6rem 0;position:relative}.Testimonials-module__ItA9Ha__container{max-width:900px;margin:0 auto;padding:0 1.5rem}.Testimonials-module__ItA9Ha__header{text-align:center;margin-bottom:4rem}.Testimonials-module__ItA9Ha__title{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Testimonials-module__ItA9Ha__carouselWrapper{justify-content:center;align-items:center;gap:2rem;display:flex;position:relative}.Testimonials-module__ItA9Ha__navButton{color:var(--foreground);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;padding:0;font-size:2rem;line-height:0;transition:all .3s;display:flex}.Testimonials-module__ItA9Ha__navButton:hover{background:#ffffff1a;border-color:#fff3}.Testimonials-module__ItA9Ha__navButtonLeft,.Testimonials-module__ItA9Ha__navButtonRight{position:absolute;top:50%;transform:translateY(-50%)}.Testimonials-module__ItA9Ha__navButtonLeft{left:-80px}.Testimonials-module__ItA9Ha__navButtonRight{right:-80px}@media (max-width:1024px){.Testimonials-module__ItA9Ha__navButtonLeft{left:0}.Testimonials-module__ItA9Ha__navButtonRight{right:0}}.Testimonials-module__ItA9Ha__testimonialSlide{text-align:center;max-width:800px;margin:0 auto;padding:2rem 0}.Testimonials-module__ItA9Ha__quote{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#fff,#a5b4fc);-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:1.75rem;font-weight:400;line-height:1.6}.Testimonials-module__ItA9Ha__author{flex-direction:column;align-items:center;gap:.25rem;display:flex}.Testimonials-module__ItA9Ha__authorName{color:var(--foreground);font-family:Meow Script,cursive;font-size:2rem;font-weight:400}.Testimonials-module__ItA9Ha__authorRole{color:var(--secondary);font-size:.875rem}
.Pricing-module__yc4bBa__section{background-color:#000;background-image:radial-gradient(#333 1px,#0000 1px);background-size:40px 40px;padding:6rem 0;position:relative}.Pricing-module__yc4bBa__section:after{content:"";pointer-events:none;background:radial-gradient(circle,#0000 0%,#000 90%);width:100%;height:100%;position:absolute;top:0;left:0}.Pricing-module__yc4bBa__header{text-align:center;z-index:1;margin-bottom:4rem;position:relative}.Pricing-module__yc4bBa__badge{color:var(--foreground);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;display:inline-flex}.Pricing-module__yc4bBa__badgeIcon{font-size:1rem}.Pricing-module__yc4bBa__title{color:var(--foreground);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Pricing-module__yc4bBa__subtitle{color:var(--secondary);max-width:600px;margin:0 auto;font-size:1.125rem}.Pricing-module__yc4bBa__cardWrapper{z-index:1;justify-content:center;max-width:500px;margin:0 auto;display:flex;position:relative}.Pricing-module__yc4bBa__planCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#28282866;border:1px solid #ffffff14;border-radius:16px;width:100%;padding:2.5rem;transition:border-color .3s;position:relative;box-shadow:0 20px 40px -10px #00000080}.Pricing-module__yc4bBa__planCard:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;opacity:0;pointer-events:none;z-index:2;background:linear-gradient(135deg,#fff,#a5b4fc);padding:1px;transition:opacity .3s;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.Pricing-module__yc4bBa__planCard:hover{border-color:#0000}.Pricing-module__yc4bBa__planCard:hover:before{opacity:1}.Pricing-module__yc4bBa__popularBadge{color:#e0e0e0;letter-spacing:.02em;background:#ffffff1a;border:1px solid #fff3;border-radius:9999px;padding:.35rem .8rem;font-size:.75rem;font-weight:400;position:absolute;top:1.5rem;right:1.5rem;box-shadow:0 2px 4px #0003}.Pricing-module__yc4bBa__check{background:#ffffff1a;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex;box-shadow:inset 0 1px 2px #0003}.Pricing-module__yc4bBa__check svg{stroke:#fff;stroke-width:2px;width:10px;height:10px}.Pricing-module__yc4bBa__cardHeader{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.Pricing-module__yc4bBa__iconBox{display:none}.Pricing-module__yc4bBa__planSubtitle{color:#888;margin-top:.25rem;font-size:.9rem;font-weight:400}.Pricing-module__yc4bBa__highlightValue{color:#fff;margin-bottom:1rem;font-weight:600}.Pricing-module__yc4bBa__separator{background:#ffffff1a;height:1px;margin:.5rem 0}.Pricing-module__yc4bBa__earlyBirdBox{color:#fca5a5;text-align:center;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-size:.85rem;line-height:1.5}.Pricing-module__yc4bBa__earlyBirdBox strong{color:#fecaca;font-weight:600}.Pricing-module__yc4bBa__priceSection{text-align:center;border-bottom:none;margin-bottom:2rem;padding-bottom:0}.Pricing-module__yc4bBa__priceStrike{color:#666;margin-bottom:.5rem;font-size:1.25rem;font-weight:400;text-decoration:line-through}.Pricing-module__yc4bBa__currentPrice{color:#fff;letter-spacing:-.02em;margin-bottom:.5rem;font-size:4rem;font-weight:700;line-height:1}.Pricing-module__yc4bBa__priceNote{color:var(--accent);font-size:1rem;font-weight:500}.Pricing-module__yc4bBa__partnerBox{text-align:center;color:#888;margin-bottom:2rem;padding:0 1rem;font-size:.95rem;line-height:1.6}.Pricing-module__yc4bBa__volumeNote{border-top:1px solid #ffffff1a;flex-direction:column;align-items:center;gap:.25rem;padding-top:1.5rem;display:flex}.Pricing-module__yc4bBa__volumeLabel{color:#a0a0a0;font-size:.85rem;font-weight:600}.Pricing-module__yc4bBa__volumeText{color:#666;font-size:.8rem}.Pricing-module__yc4bBa__volumeLink{color:var(--accent);cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:.8rem;text-decoration:underline;transition:color .2s}.Pricing-module__yc4bBa__volumeLink:hover{color:#818cf8}.Pricing-module__yc4bBa__savingsBox{background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;margin-top:1.5rem;margin-bottom:2rem;padding:1.25rem}.Pricing-module__yc4bBa__savingsTitle{color:#a0a0a0;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.8rem;font-weight:600}.Pricing-module__yc4bBa__savingsAmount{color:#fff;margin-bottom:1rem;font-size:2rem;font-weight:700}.Pricing-module__yc4bBa__savingsRow{color:#888;justify-content:space-between;margin-bottom:.5rem;font-size:.85rem;display:flex}.Pricing-module__yc4bBa__savingsFree{color:#fff;font-weight:600}.Pricing-module__yc4bBa__savingsTotal{color:#fff;border-top:1px solid #ffffff1a;margin-bottom:0;padding-top:.75rem;font-size:.9rem;font-weight:600}.Pricing-module__yc4bBa__features{margin-top:2rem;margin-bottom:2rem}.Pricing-module__yc4bBa__featuresTitle{color:#555;letter-spacing:.2em;text-align:center;text-transform:uppercase;align-items:center;margin-bottom:1.5rem;font-size:.7rem;font-weight:600;display:flex}.Pricing-module__yc4bBa__featuresTitle:before,.Pricing-module__yc4bBa__featuresTitle:after{content:"";background:#222;flex:1;height:1px}.Pricing-module__yc4bBa__featuresTitle:before{margin-right:1rem}.Pricing-module__yc4bBa__featuresTitle:after{margin-left:1rem}.Pricing-module__yc4bBa__featuresList{flex-direction:column;gap:1rem;list-style:none;display:flex}.Pricing-module__yc4bBa__featuresList li{color:#ccc;align-items:center;gap:1rem;font-size:.95rem;display:flex}.Pricing-module__yc4bBa__check{color:#fff;background:#ffffff08;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.6rem;display:inline-flex}.Pricing-module__yc4bBa__ctaButton{text-align:center;color:#fff;background:linear-gradient(#333 0%,#1a1a1a 100%);border:1px solid #ffffff26;border-radius:8px;width:100%;margin-bottom:1.5rem;padding:1rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:block;box-shadow:0 4px 6px #0000004d,inset 0 1px #ffffff1a}.Pricing-module__yc4bBa__ctaButton:hover{background:linear-gradient(#404040 0%,#262626 100%);border-color:#ffffff40;transform:translateY(-1px);box-shadow:0 6px 12px #0006,inset 0 1px #ffffff26}.Pricing-module__yc4bBa__disclaimer{text-align:center;color:#555;font-size:.75rem;line-height:1.4}
.ContactSection-module__UONp9G__section{text-align:center;background:#000;justify-content:center;align-items:center;padding:8rem 0;display:flex;position:relative;overflow:hidden}.ContactSection-module__UONp9G__content{z-index:10;max-width:600px;padding:0 1.5rem}.ContactSection-module__UONp9G__logo{color:#fff;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:2.5rem;font-weight:700;display:inline-flex}.ContactSection-module__UONp9G__title{color:#a1a1aa;margin-bottom:.5rem;font-size:1.25rem;font-weight:400}.ContactSection-module__UONp9G__description{color:#fff;margin-bottom:3rem;font-size:1.5rem;font-weight:500;line-height:1.4}.ContactSection-module__UONp9G__highlight{font-weight:700}.ContactSection-module__UONp9G__buttonGroup{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.ContactSection-module__UONp9G__button{color:#fff;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:9999px;align-items:center;gap:.75rem;padding:1rem 2rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.ContactSection-module__UONp9G__button:hover{background:#ffffff1a;border-color:#fff6}.ContactSection-module__UONp9G__arrow{font-size:1.1em;transition:transform .2s}.ContactSection-module__UONp9G__button:hover .ContactSection-module__UONp9G__arrow{transform:translate(2px,-2px)}
