.Hero-module__oEVfFq__hero{text-align:center;scroll-snap-align:start;justify-content:center;align-items:center;min-height:100vh;padding:0 20px 5vh;display:flex;position:relative;overflow:hidden}.Hero-module__oEVfFq__hero:after{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle,#3d869e14 0%,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__oEVfFq__floatingOrb{pointer-events:none;z-index:-1;background:radial-gradient(circle,#3d869e1f 0%,#0000 70%);border-radius:50%;position:absolute}.Hero-module__oEVfFq__floatingOrb1{width:300px;height:300px;animation:8s ease-in-out infinite Hero-module__oEVfFq__float;top:10%;right:5%}.Hero-module__oEVfFq__floatingOrb2{width:200px;height:200px;animation:10s ease-in-out 2s infinite Hero-module__oEVfFq__float;bottom:15%;left:8%}.Hero-module__oEVfFq__floatingOrb3{width:150px;height:150px;animation:7s ease-in-out 4s infinite Hero-module__oEVfFq__float;top:25%;left:15%}@keyframes Hero-module__oEVfFq__float{0%,to{opacity:.6;transform:translateY(0)scale(1)}50%{opacity:.8;transform:translateY(-20px)scale(1.05)}}@media (prefers-reduced-motion:reduce){.Hero-module__oEVfFq__floatingOrb{opacity:.5;animation:none}}.Hero-module__oEVfFq__content{z-index:1;max-width:1100px;margin:0 auto;position:relative}.Hero-module__oEVfFq__badge{color:var(--accent-primary);letter-spacing:.02em;background:linear-gradient(135deg,#3d869e1f 0%,#2c6a7a14 100%);border:1px solid #3d869e40;border-radius:24px;align-items:center;gap:8px;margin-bottom:20px;padding:8px 16px;font-size:.9rem;font-weight:500;display:inline-flex}.Hero-module__oEVfFq__badge svg{color:var(--accent-primary)}@media (prefers-reduced-motion:no-preference){.Hero-module__oEVfFq__badge{animation:3s ease-in-out infinite Hero-module__oEVfFq__badgePulse}@keyframes Hero-module__oEVfFq__badgePulse{0%,to{box-shadow:0 0 #3d869e33}50%{box-shadow:0 0 0 8px #3d869e00}}}.Hero-module__oEVfFq__overline{color:var(--text-secondary);letter-spacing:.05em;text-transform:uppercase;margin-bottom:12px;font-size:1.25rem;font-weight:500}.Hero-module__oEVfFq__headline{letter-spacing:-.03em;background:linear-gradient(135deg,#14141c 0%,#3d869e 25%,#2c6a7a 50%,#3d869e 75%,#14141c 100%) 0 0/200% 200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:24px;padding-bottom:.12em;font-size:4.5rem;font-weight:800;line-height:1.05}@media (prefers-reduced-motion:no-preference){.Hero-module__oEVfFq__headline{animation:8s infinite Hero-module__oEVfFq__headlineGradient}@keyframes Hero-module__oEVfFq__headlineGradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}}.Hero-module__oEVfFq__subheadline{color:var(--text-secondary);max-width:950px;margin-bottom:28px;margin-left:auto;margin-right:auto;font-size:1.4rem;line-height:1.6}.Hero-module__oEVfFq__ctaReassurance{color:var(--text-secondary);opacity:.9;max-width:420px;margin:1rem auto 0;font-size:.9rem;line-height:1.5}@media (max-width:768px){.Hero-module__oEVfFq__headline{font-size:2.5rem}.Hero-module__oEVfFq__hero{padding-top:120px}}.Hero-module__oEVfFq__trustSignals{border-top:1px solid var(--glass-border);flex-wrap:wrap;justify-content:center;gap:24px;max-width:600px;margin-top:32px;margin-left:auto;margin-right:auto;padding-top:24px;display:flex}.Hero-module__oEVfFq__trustItem{color:var(--text-secondary);align-items:center;gap:8px;font-size:.9rem;font-weight:500;transition:color .2s;display:flex}.Hero-module__oEVfFq__trustItem:hover{color:var(--text-primary)}.Hero-module__oEVfFq__trustIcon{color:var(--accent-primary);flex-shrink:0;transition:transform .25s}.Hero-module__oEVfFq__trustItem:hover .Hero-module__oEVfFq__trustIcon{transform:scale(1.15)}@media (max-width:480px){.Hero-module__oEVfFq__headline{font-size:clamp(1.75rem,5vw + 1rem,2.25rem);line-height:1.15}.Hero-module__oEVfFq__subheadline{font-size:1.1rem}.Hero-module__oEVfFq__trustSignals{flex-direction:column;align-items:center;gap:12px}}
.Button-module__dLXfRW__button{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;min-height:44px;padding:12px 24px;font-family:inherit;font-size:1rem;font-weight:500;text-decoration:none;transition:background .25s,transform .2s,box-shadow .25s;display:inline-flex}.Button-module__dLXfRW__primary{background:var(--gradient-text);color:#fff;box-shadow:0 2px 12px var(--accent-glow)}.Button-module__dLXfRW__primary:hover{background:linear-gradient(135deg,#1e2630 0%,var(--accent-secondary)100%);box-shadow:0 4px 20px #3d869e59}@media (prefers-reduced-motion:no-preference){.Button-module__dLXfRW__primary:hover{transform:translateY(-1px)scale(1.02)}}.Button-module__dLXfRW__primary:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.Button-module__dLXfRW__primary:active{box-shadow:0 2px 8px var(--accent-glow);transform:translateY(0)scale(1)}.Button-module__dLXfRW__secondary{border:1px solid var(--accent-primary);color:var(--accent-primary);background-color:#0000}.Button-module__dLXfRW__secondary:hover{background-color:#3d869e1a}.Button-module__dLXfRW__secondary:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.Button-module__dLXfRW__small{padding:8px 16px;font-size:.875rem}.Button-module__dLXfRW__large{padding:16px 32px;font-size:1.125rem;font-weight:600}.Button-module__dLXfRW__fullWidth{width:100%}
.ClientLogos-module__zrxHwW__container{background-color:var(--bg-primary);padding:40px 20px 60px}.ClientLogos-module__zrxHwW__label{text-align:center;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:24px;font-size:.85rem;font-weight:500}.ClientLogos-module__zrxHwW__logoGrid{flex-wrap:wrap;justify-content:center;align-items:center;gap:32px 48px;max-width:900px;margin:0 auto;display:flex}.ClientLogos-module__zrxHwW__logoItem{opacity:.6;filter:grayscale();justify-content:center;align-items:center;transition:opacity .2s;display:flex}.ClientLogos-module__zrxHwW__logoItem:hover{opacity:1;filter:grayscale(0%)}.ClientLogos-module__zrxHwW__placeholder{color:var(--text-secondary);border:1px dashed var(--glass-border);background:var(--bg-secondary);border-radius:8px;padding:12px 20px;font-size:.9rem}@media (max-width:768px){.ClientLogos-module__zrxHwW__logoGrid{gap:20px 32px}.ClientLogos-module__zrxHwW__container{padding:32px 20px 48px}}@media (max-width:480px){.ClientLogos-module__zrxHwW__logoGrid{flex-direction:column;gap:16px}}
.Footer-module__as8s1W__footer{background-color:var(--bg-secondary);border-top:1px solid var(--glass-border);box-sizing:border-box;flex-shrink:0;width:100vw;margin-left:calc(50% - 50vw);padding:40px 0 16px;position:relative}.Footer-module__as8s1W__founderSection{border-bottom:1px solid var(--glass-border);align-items:center;gap:20px;margin-bottom:32px;padding-bottom:32px;display:flex}.Footer-module__as8s1W__founderAvatar{background:var(--accent-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.5rem;font-weight:700;display:flex}.Footer-module__as8s1W__founderInfo{flex-direction:column;gap:4px;display:flex}.Footer-module__as8s1W__founderName{color:var(--text-primary);margin:0;font-size:1.1rem;font-weight:700}.Footer-module__as8s1W__founderLink{color:var(--text-primary);align-items:center;gap:6px;transition:color .2s;display:inline-flex}.Footer-module__as8s1W__founderLink:hover{color:var(--accent-primary)}.Footer-module__as8s1W__founderLink svg{color:var(--accent-primary);opacity:.8;transition:opacity .2s}.Footer-module__as8s1W__founderLink:hover svg{opacity:1}.Footer-module__as8s1W__founderTitle{color:var(--text-secondary);margin:0;font-size:.9rem}.Footer-module__as8s1W__founderBio{color:var(--text-secondary);max-width:400px;margin:4px 0 0;font-size:.85rem;line-height:1.5}.Footer-module__as8s1W__trustBadges{gap:16px;margin-top:16px;display:flex}.Footer-module__as8s1W__badge{color:var(--text-secondary);background:#3d869e14;border-radius:4px;align-items:center;gap:6px;padding:6px 10px;font-size:.75rem;display:flex}.Footer-module__as8s1W__badge svg{color:var(--accent-primary)}.Footer-module__as8s1W__grid{grid-template-columns:2fr 1fr 1fr;gap:40px;margin-bottom:40px;display:grid}.Footer-module__as8s1W__column h4{color:var(--text-primary);margin-bottom:20px;font-size:1rem}.Footer-module__as8s1W__column ul{list-style:none}.Footer-module__as8s1W__column li{margin-bottom:12px}.Footer-module__as8s1W__column a{color:var(--text-secondary);font-size:.9rem;transition:color .2s}.Footer-module__as8s1W__column a:hover{color:var(--accent-primary)}.Footer-module__as8s1W__column a:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.Footer-module__as8s1W__description{color:var(--text-secondary);max-width:300px;margin-top:20px;font-size:.9rem}.Footer-module__as8s1W__bottom{color:var(--text-secondary);border-top:1px solid #ffffff0d;justify-content:space-between;padding-top:14px;font-size:.8rem;display:flex}@media (max-width:768px){.Footer-module__as8s1W__grid{grid-template-columns:1fr;gap:30px}.Footer-module__as8s1W__bottom{flex-direction:column;align-items:center;gap:10px}}
.PainPoints-module__sXbkBa__container{background-color:var(--bg-secondary);scroll-snap-align:start;align-items:center;min-height:auto;padding:70px 20px;display:flex}.PainPoints-module__sXbkBa__inner{flex-direction:column;align-items:center;display:flex}.PainPoints-module__sXbkBa__cards{flex-direction:column;gap:1.5rem;width:100%;max-width:800px;display:flex}@media (min-width:768px){.PainPoints-module__sXbkBa__cards{flex-direction:row;gap:2rem}}.PainPoints-module__sXbkBa__label{letter-spacing:.1em;text-transform:uppercase;color:var(--accent-primary);text-align:center;margin-bottom:1.25rem;font-size:.8rem;font-weight:600}.PainPoints-module__sXbkBa__card{text-align:left;border-left:3px solid #3d869e4d;flex-direction:column;flex:1;align-items:flex-start;gap:.75rem;padding:2rem 1.75rem;display:flex}.PainPoints-module__sXbkBa__text{color:var(--text-primary);font-size:1.1rem;font-weight:500;line-height:1.65}
.HowItWorks-module__RmRsAG__container{scroll-snap-align:start;background-color:#0f171a;flex-direction:column;justify-content:center;min-height:100vh;padding:22px 20px 32px;display:flex;position:relative;overflow:hidden}.HowItWorks-module__RmRsAG__container:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 30%,#3d869e0d 0%,#0000 70%);position:absolute;inset:0}.HowItWorks-module__RmRsAG__sectionTitle{text-align:center;color:#fff;letter-spacing:-.02em;margin-bottom:28px;font-size:2.25rem;font-weight:700}.HowItWorks-module__RmRsAG__steps{z-index:1;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1100px;margin:0 auto;display:grid;position:relative}.HowItWorks-module__RmRsAG__step{text-align:left;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;align-items:flex-start;padding:28px 24px;transition:all .3s;display:flex}.HowItWorks-module__RmRsAG__step:hover{background:#ffffff0d;border-color:#3d869e4d;transform:translateY(-4px)}.HowItWorks-module__RmRsAG__iconWrapper{color:#4fb6d6;background-color:#3d869e26;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;transition:transform .25s,background-color .25s;display:flex}.HowItWorks-module__RmRsAG__step:hover .HowItWorks-module__RmRsAG__iconWrapper{background-color:#3d869e40;transform:scale(1.1)}.HowItWorks-module__RmRsAG__stepTitle{color:#fff;margin-bottom:12px;font-size:1.25rem;font-weight:600}.HowItWorks-module__RmRsAG__stepDesc{color:#ffffffb3;margin-bottom:1rem;font-size:1rem;line-height:1.6}.HowItWorks-module__RmRsAG__stepExample{color:#4fb6d6cc;border-left:2px solid #3d869e59;margin-top:auto;padding-left:.75rem;font-size:.875rem;font-style:italic;line-height:1.55}.HowItWorks-module__RmRsAG__timeline{color:#ffffff73;z-index:1;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.9rem;font-style:italic;display:flex;position:relative}@media (max-width:768px){.HowItWorks-module__RmRsAG__steps{grid-template-columns:1fr}.HowItWorks-module__RmRsAG__step{text-align:center;align-items:center}.HowItWorks-module__RmRsAG__stepExample{text-align:center;border-top:2px solid #3d869e59;border-left:none;padding-top:.75rem;padding-left:0}}@media (max-width:480px){.HowItWorks-module__RmRsAG__sectionTitle{font-size:1.75rem}.HowItWorks-module__RmRsAG__step{padding:20px 16px}}
.ScrollProgress-module__J4L44q__progressBar{z-index:1001;background:0 0;height:3px;position:fixed;top:0;left:0;right:0}.ScrollProgress-module__J4L44q__progressFill{background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));border-radius:0 2px 2px 0;height:100%;transition:width .1s ease-out}
.FinalCTA-module__sjIjlW__container{text-align:center;background:linear-gradient(180deg,var(--bg-primary)0%,var(--bg-secondary)100%);flex-direction:column;justify-content:center;padding:100px 20px;display:flex;position:relative;overflow:hidden}.FinalCTA-module__sjIjlW__container:before{content:"";pointer-events:none;background:radial-gradient(#3d869e1a 0%,#0000 60%);width:800px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FinalCTA-module__sjIjlW__container:after{content:"";background:linear-gradient(90deg,transparent 0%,var(--accent-primary)50%,transparent 100%);opacity:.3;height:1px;position:absolute;top:0;left:0;right:0}.FinalCTA-module__sjIjlW__inner{z-index:1;flex-direction:column;align-items:center;gap:1rem;max-width:700px;margin:0 auto;display:flex;position:relative}.FinalCTA-module__sjIjlW__heading{letter-spacing:-.03em;background:linear-gradient(135deg,var(--text-primary)0%,var(--accent-primary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.75rem;font-weight:800;line-height:1.15}.FinalCTA-module__sjIjlW__subtext{color:var(--text-secondary);max-width:500px;font-size:1.1rem;line-height:1.6}.FinalCTA-module__sjIjlW__ctaRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.FinalCTA-module__sjIjlW__microCopy{color:var(--text-secondary);margin-top:.5rem;margin-bottom:0;font-size:.85rem}.FinalCTA-module__sjIjlW__ctaReassurance{color:var(--text-secondary);opacity:.9;max-width:480px;margin-top:.75rem;margin-bottom:0;font-size:.9rem;line-height:1.5}.FinalCTA-module__sjIjlW__riskReversal{color:var(--text-secondary);background:#3d869e14;border-radius:8px;justify-content:center;align-items:center;gap:8px;margin-top:1.5rem;padding:12px 20px;font-size:.9rem;display:flex}.FinalCTA-module__sjIjlW__riskReversal svg{color:var(--accent-primary);flex-shrink:0}
.LazySection-module__zKjOLG__placeholder{justify-content:center;align-items:center;min-height:400px;display:flex}.LazySection-module__zKjOLG__skeleton{width:100%;max-width:var(--max-width);padding:var(--section-padding);margin:0 auto}.LazySection-module__zKjOLG__skeletonTitle{background:linear-gradient(90deg,var(--bg-secondary)0%,var(--glass-bg)50%,var(--bg-secondary)100%);background-size:200% 100%;border-radius:8px;width:200px;height:32px;margin:0 auto 40px;animation:1.5s ease-in-out infinite LazySection-module__zKjOLG__shimmer}.LazySection-module__zKjOLG__skeletonContent{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.LazySection-module__zKjOLG__skeletonCard{background:linear-gradient(90deg,var(--bg-secondary)0%,var(--glass-bg)50%,var(--bg-secondary)100%);background-size:200% 100%;border-radius:12px;width:320px;height:200px;animation:1.5s ease-in-out infinite LazySection-module__zKjOLG__shimmer}.LazySection-module__zKjOLG__skeletonCard:nth-child(2){animation-delay:.2s}.LazySection-module__zKjOLG__skeletonCard:nth-child(3){animation-delay:.4s}@keyframes LazySection-module__zKjOLG__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.LazySection-module__zKjOLG__skeletonTitle,.LazySection-module__zKjOLG__skeletonCard{background:var(--bg-secondary);animation:none}}@media (max-width:768px){.LazySection-module__zKjOLG__skeletonContent{flex-direction:column;align-items:center}.LazySection-module__zKjOLG__skeletonCard{width:100%;max-width:320px}}
.error-module__bSZLSW__container{min-height:calc(100vh - var(--header-height));padding:var(--section-padding);justify-content:center;align-items:center;display:flex}.error-module__bSZLSW__content{text-align:center;max-width:500px}.error-module__bSZLSW__title{background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:2.5rem;font-weight:700}.error-module__bSZLSW__description{color:var(--text-secondary);margin-bottom:32px;font-size:1.125rem;line-height:1.6}.error-module__bSZLSW__actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}
.not-found-module__HS70Aa__container{min-height:calc(100vh - var(--header-height));padding:var(--section-padding);justify-content:center;align-items:center;display:flex}.not-found-module__HS70Aa__content{text-align:center;max-width:500px}.not-found-module__HS70Aa__code{background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:8rem;font-weight:800;line-height:1;display:block}.not-found-module__HS70Aa__title{color:var(--text-primary);margin-bottom:16px;font-size:2rem;font-weight:700}.not-found-module__HS70Aa__description{color:var(--text-secondary);margin-bottom:32px;font-size:1.125rem;line-height:1.6}.not-found-module__HS70Aa__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;display:flex}.not-found-module__HS70Aa__link{color:var(--accent-primary);text-underline-offset:4px;font-weight:500;text-decoration:underline;transition:color .2s}.not-found-module__HS70Aa__link:hover{color:var(--accent-secondary)}
