.Hero-module__H8d9UW__section{background:var(--hero-bg);padding:7rem 2rem 0;position:relative;overflow:visible}.Hero-module__H8d9UW__section:before{content:"";background:radial-gradient(ellipse at center,transparent 30%,var(--orb-color)100%);opacity:.25;pointer-events:none;z-index:0;position:absolute;inset:0}.Hero-module__H8d9UW__container{z-index:10;text-align:center;flex-direction:column;align-items:center;gap:3rem;max-width:1100px;margin:0 auto;display:flex;position:relative}@media (max-width:1024px){.Hero-module__H8d9UW__container{text-align:center;grid-template-columns:1fr}}.Hero-module__H8d9UW__left{flex-direction:column;align-items:center;gap:2rem;display:flex}.Hero-module__H8d9UW__badge{border-radius:var(--lp-radius-full);-webkit-backdrop-filter:blur(20px);background:#b4bec859;border:1px solid #ffffff8c;align-items:center;gap:8px;margin-bottom:1.25rem;padding:4px 12px;display:inline-flex;box-shadow:0 8px 32px #0000001f}[dark-theme=dark] .Hero-module__H8d9UW__badge{-webkit-backdrop-filter:blur(20px);background:#ffffff40;border:1px solid #ffffff14;box-shadow:0 8px 32px #00000040}.Hero-module__H8d9UW__badgeDot{background:var(--green-primary);border-radius:50%;width:5px;height:5px}.Hero-module__H8d9UW__badgeText{font-size:11px;font-weight:var(--fw-medium);color:var(--text-secondary);letter-spacing:.5px}.Hero-module__H8d9UW__heading{letter-spacing:-.12rem;font-size:clamp(2.2rem,4.5vw,4.2rem);line-height:1.02;font-weight:var(--fw-bold);margin-top:-1.5rem}@media (max-width:480px){.Hero-module__H8d9UW__heading{letter-spacing:-.06rem;font-size:1.75rem}.Hero-module__H8d9UW__typewriter{max-width:300px}}.Hero-module__H8d9UW__accent{color:var(--green-light)}.Hero-module__H8d9UW__buttons{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}@media (max-width:1024px){.Hero-module__H8d9UW__buttons{justify-content:center}}.Hero-module__H8d9UW__btnPrimary{background:var(--green-primary);color:#fff;border-radius:12px;align-items:center;gap:8px;padding:12px 22px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;box-shadow:0 6px 20px #0f2f4a2e,inset 0 1px #ffffff26}.Hero-module__H8d9UW__btnPrimary:hover{background:var(--green-hover);transform:translateY(-2px);box-shadow:0 12px 28px #0f2f4a38,inset 0 1px #fff3}.Hero-module__H8d9UW__btnPrimary:active{transform:translateY(0);box-shadow:0 4px 12px #0f2f4a26,inset 0 1px #ffffff1a}.Hero-module__H8d9UW__btnGhost{border:.5px solid var(--border-subtle);color:var(--text-muted);border-radius:12px;align-items:center;gap:8px;padding:12px 22px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .2s,border-color .2s,color .2s,background .2s;display:inline-flex}.Hero-module__H8d9UW__btnGhost:hover{border-color:var(--green-primary);color:var(--green-primary);background:rgba(var(--green-primary-rgb),.06);transform:translateY(-2px)}.Hero-module__H8d9UW__btnGhost:active{background:rgba(var(--green-primary-rgb),.1);transform:translateY(0)}.Hero-module__H8d9UW__hint{color:var(--text-faint);margin-top:1rem;font-size:12px}.Hero-module__H8d9UW__right{width:100%;max-width:1000px;margin:0 auto;padding-bottom:3.5rem;position:relative;overflow:visible}.Hero-module__H8d9UW__dashboardWrap{width:100%;max-width:1000px;aspect-ratio:unset;margin:0 auto;position:relative}.Hero-module__H8d9UW__dashboardImg{object-fit:cover;border:1px solid var(--border-subtle);transform-origin:top;border-radius:16px;width:100%;max-width:none;margin-bottom:2rem;transition:transform .5s,box-shadow .5s;display:block;transform:perspective(1200px)rotateX(2deg);box-shadow:0 20px 60px #0000001f,0 6px 16px #0000000f}.Hero-module__H8d9UW__dashboardImg:hover{transform:perspective(1200px)rotateX(2deg)scale(1.01);box-shadow:0 40px 80px #0000002e,0 10px 30px #0000001a}.Hero-module__H8d9UW__floatCard{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:.5px solid var(--border-subtle);border-left:3px solid var(--green-primary);background:#fff0;border-radius:12px;gap:12px;padding:12px 16px;animation:6s ease-in-out infinite Hero-module__H8d9UW__floatUpDown;display:flex;position:absolute;top:100px;right:24px;box-shadow:0 4px 20px #00000014}.Hero-module__H8d9UW__floatAvatar{background:var(--bg-subtle);width:34px;height:34px;color:var(--green-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex}.Hero-module__H8d9UW__floatTitle{font-size:13px;font-weight:600}.Hero-module__H8d9UW__floatSub{color:var(--text-faint);font-size:11px}.Hero-module__H8d9UW__floatPill{white-space:nowrap;color:var(--text-secondary);-webkit-backdrop-filter:blur(20px);font-size:12px;font-weight:var(--fw-medium);background:#b4bec859;border:1px solid #ffffff8c;border-radius:999px;padding:6px 14px;position:absolute;bottom:1rem;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #0000001f}[dark-theme=dark] .Hero-module__H8d9UW__floatPill{background:#ffffff40;border:1px solid #ffffff14;box-shadow:0 8px 32px #00000040}@media (max-width:768px){.Hero-module__H8d9UW__floatCard{display:none}}.Hero-module__H8d9UW__stats{border-top:.5px solid var(--border-subtle);justify-content:space-between;margin-top:4rem;padding-top:2rem;display:flex}.Hero-module__H8d9UW__statItem{text-align:center;flex:1}.Hero-module__H8d9UW__statNum{font-size:1.6rem;font-weight:700}.Hero-module__H8d9UW__statLabel{color:var(--text-faint);font-size:12px}@keyframes Hero-module__H8d9UW__floatUpDown{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}
.Typewriter-module__Gh3-qa__text{font-size:1.05rem;font-weight:var(--fw-semiBold);color:var(--text-muted);max-width:100%;min-height:auto;margin:0;line-height:1.75}@media (max-width:768px){.Typewriter-module__Gh3-qa__text{min-height:4rem}}.Typewriter-module__Gh3-qa__cursor{background:var(--green-primary);vertical-align:text-bottom;border-radius:1px;width:2px;height:1.1em;margin-left:2px;animation:.9s step-end infinite Typewriter-module__Gh3-qa__blink;display:inline-block}@keyframes Typewriter-module__Gh3-qa__blink{0%,to{opacity:1}50%{opacity:0}}@media (prefers-reduced-motion:reduce){.Typewriter-module__Gh3-qa__cursor{opacity:1;animation:none}}
.Problem-module__YjWEba__section{background:var(--bg-base);padding:6rem 0}.Problem-module__YjWEba__inner{flex-direction:column;gap:4rem;max-width:1280px;margin:0 auto;padding:0 2rem;display:flex}.Problem-module__YjWEba__label{color:var(--green-muted);text-transform:uppercase;letter-spacing:.8px;margin-bottom:-3rem;font-size:11px;font-weight:600}.Problem-module__YjWEba__header{justify-content:space-between;align-items:flex-end;gap:2rem;max-width:100%;display:flex}.Problem-module__YjWEba__heading{letter-spacing:-1px;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700}.Problem-module__YjWEba__subtext{font-size:.95rem;font-weight:var(--fw-semiBold);color:var(--text-muted);text-align:left;max-width:100%}.Problem-module__YjWEba__grid{grid-template-columns:1fr;gap:1rem;padding:0;list-style:none;display:grid}.Problem-module__YjWEba__grid:hover .Problem-module__YjWEba__cardFront:before{opacity:.14}@media (min-width:640px){.Problem-module__YjWEba__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Problem-module__YjWEba__grid{grid-template-columns:repeat(4,1fr)}}.Problem-module__YjWEba__card{perspective:1000px;cursor:pointer;height:240px;position:relative}.Problem-module__YjWEba__cardInner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .9s cubic-bezier(.4,0,.2,1);position:relative}.Problem-module__YjWEba__card:hover .Problem-module__YjWEba__cardInner{transform:rotateY(180deg)}.Problem-module__YjWEba__cardReveal .Problem-module__YjWEba__cardInner{animation:1.8s cubic-bezier(.4,0,.2,1) Problem-module__YjWEba__flipHint;animation-delay:var(--stagger,0s)}@keyframes Problem-module__YjWEba__flipHint{0%{transform:rotateY(0)}40%{transform:rotateY(180deg)}65%{transform:rotateY(180deg)}to{transform:rotateY(0)}}.Problem-module__YjWEba__cardFront,.Problem-module__YjWEba__cardBack{backface-visibility:hidden;border-radius:20px;flex-direction:column;justify-content:space-between;padding:1.5rem;display:flex;position:absolute;inset:0}.Problem-module__YjWEba__cardFront{background:0 0;border-radius:20px;overflow:hidden}.Problem-module__YjWEba__cardFront:before{content:"";opacity:.26;pointer-events:none;background:#2e6fa3;border-radius:20px;transition:opacity .6s;position:absolute;inset:0}.Problem-module__YjWEba__cardTag{font-size:11px;font-weight:var(--fw-medium);color:var(--green-muted);text-transform:uppercase;letter-spacing:.8px;align-self:flex-start}.Problem-module__YjWEba__pain{color:var(--text-primary);text-align:center;margin:auto 0;font-size:1.1rem;font-weight:600}.Problem-module__YjWEba__cardBack{border-radius:20px;flex-direction:column;justify-content:center;gap:1rem;display:flex;position:absolute;inset:0;overflow:hidden;transform:rotateY(180deg)}.Problem-module__YjWEba__cardBack:before{content:"";opacity:.26;pointer-events:none;background:#2e6fa3;border-radius:20px;position:absolute;inset:0}.Problem-module__YjWEba__title{font-size:1rem;font-weight:var(--fw-semiBold);color:var(--text-primary);text-transform:uppercase}.Problem-module__YjWEba__desc{font-size:.875rem;font-weight:var(--fw-medium);opacity:.95;color:var(--text-muted);flex-grow:1;line-height:1.8}
.Features-module__IuMQJq__section{background:var(--bg-base);padding:0;position:relative}.Features-module__IuMQJq__orb{background:var(--orb-color);opacity:.4;filter:blur(100px);pointer-events:none;border-radius:50%;width:400px;height:400px;position:absolute;bottom:-6rem;left:-4rem}.Features-module__IuMQJq__inner{grid-template-columns:1fr 1.6fr;align-items:start;gap:0;max-width:1280px;min-height:100vh;margin:0 auto;display:grid;position:relative}.Features-module__IuMQJq__inner:before{content:"";background:var(--features-panel-bg);z-index:0;pointer-events:none;width:calc(38.4615% + 100vw);height:100%;position:absolute;top:0;left:-100vw}@media (max-width:768px){.Features-module__IuMQJq__inner:before{display:none}}.Features-module__IuMQJq__inner:after{content:"";background:var(--features-panel-gradient);z-index:0;pointer-events:none;width:160px;height:100%;position:absolute;top:0;left:calc(38.4615% - 80px)}.Features-module__IuMQJq__left{z-index:1;flex-direction:column;align-items:flex-start;gap:1.25rem;padding:4rem 3rem 4rem 2rem;display:flex;position:sticky;top:2rem;overflow-y:auto}.Features-module__IuMQJq__right{flex-direction:column;gap:1.25rem;padding:6rem 2rem 6rem 3rem;display:flex;position:relative}.Features-module__IuMQJq__right>*{z-index:1;position:relative}.Features-module__IuMQJq__label{color:var(--green-muted);text-transform:uppercase;letter-spacing:.8px;font-size:11px;font-weight:600}.Features-module__IuMQJq__heading{font-size:clamp(1.8rem,3vw,2.8rem);font-weight:var(--fw-semiBold);color:var(--text-primary);letter-spacing:-1.5px;line-height:1.1em}.Features-module__IuMQJq__accent{color:var(--green-light)}.Features-module__IuMQJq__subtext{font-size:.95rem;font-weight:var(--fw-semiBold);color:var(--text-muted);line-height:1.75}.Features-module__IuMQJq__nav{flex-direction:column;gap:6px;width:100%;display:flex}.Features-module__IuMQJq__navItem{border-radius:var(--lp-radius-md);color:var(--text-muted);border:1px solid #0000;align-items:center;gap:10px;padding:10px 14px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.Features-module__IuMQJq__navItem:hover{background:var(--green-badge-bg);color:var(--text-primary)}.Features-module__IuMQJq__navItem.Features-module__IuMQJq__active{background:var(--green-badge-bg);border-color:var(--border-green);color:var(--green-primary);font-weight:600}.Features-module__IuMQJq__navDot{background:var(--border-green);border-radius:50%;flex-shrink:0;width:6px;height:6px;transition:background .2s}.Features-module__IuMQJq__navItem.Features-module__IuMQJq__active .Features-module__IuMQJq__navDot{background:var(--green-primary)}.Features-module__IuMQJq__card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--lp-radius-xl);padding:2rem;scroll-margin-top:7rem;transition:border-color .2s,background .2s}.Features-module__IuMQJq__card:hover{border-color:var(--border-green);background:var(--bg-card-hover)}.Features-module__IuMQJq__cardTop{align-items:center;gap:12px;margin-bottom:1rem;display:flex}.Features-module__IuMQJq__iconWrap{border-radius:var(--lp-radius-md);background:var(--green-badge-bg);border:1px solid var(--border-green);flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.Features-module__IuMQJq__cardTitle{color:var(--text-primary);letter-spacing:-.3px;font-size:16px;font-weight:700}.Features-module__IuMQJq__cardDesc{font-size:14px;font-weight:var(--fw-medium);color:var(--text-muted);margin-bottom:1.25rem;line-height:1.75}.Features-module__IuMQJq__outcome{color:var(--green-primary);background:var(--green-badge-bg);border:1px solid var(--border-green);border-radius:var(--lp-radius-full);align-items:center;gap:6px;padding:5px 12px;font-size:12px;font-weight:600;display:inline-flex}@media (max-width:768px){.Features-module__IuMQJq__inner{grid-template-columns:1fr}.Features-module__IuMQJq__inner:before,.Features-module__IuMQJq__inner:after,.Features-module__IuMQJq__right:before,.Features-module__IuMQJq__subtext,.Features-module__IuMQJq__nav{display:none}.Features-module__IuMQJq__left{border-right:none;border-bottom:1px solid var(--border-subtle);padding:4rem 2rem 2rem;position:static}.Features-module__IuMQJq__right{padding:2rem 2rem 4rem}.Features-module__IuMQJq__right:before{display:none}.Features-module__IuMQJq__card{scroll-margin-top:2rem}}
.WhyUs-module__St3aCG__section{background:var(--bg-subtle);padding:6rem 0;position:relative}.WhyUs-module__St3aCG__orb{opacity:.1;filter:blur(140px);pointer-events:none;background:#c5dbf0;border-radius:50%;width:350px;height:350px;position:absolute;top:-4rem;right:-4rem}.WhyUs-module__St3aCG__inner{flex-direction:column;gap:4rem;max-width:1280px;margin:0 auto;padding:0 2rem;display:flex}.WhyUs-module__St3aCG__header{grid-template-columns:1fr;align-items:start;gap:2rem;width:100%;display:grid}@media (min-width:768px){.WhyUs-module__St3aCG__header{grid-template-columns:1.4fr 1fr;gap:4rem}}.WhyUs-module__St3aCG__headerRight{flex-direction:column;align-items:flex-start;gap:1.5rem;display:flex}.WhyUs-module__St3aCG__grid{grid-template-columns:1fr;gap:1.5rem;margin:0;padding:0;list-style:none;display:grid}@media (min-width:640px){.WhyUs-module__St3aCG__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.WhyUs-module__St3aCG__grid{grid-template-columns:repeat(3,minmax(300px,1fr))}}.WhyUs-module__St3aCG__label{color:var(--green-muted);text-transform:uppercase;letter-spacing:.8px;margin-bottom:-3rem;font-size:11px;font-weight:600}.WhyUs-module__St3aCG__heading{font-size:clamp(1.8rem,3vw,2.8rem);font-weight:var(--fw-semiBold);color:var(--text-primary);letter-spacing:-1.5px;line-height:1.1em}.WhyUs-module__St3aCG__accent{color:var(--green-light)}.WhyUs-module__St3aCG__subtext{font-size:1rem;font-weight:var(--fw-semiBold);color:var(--text-muted);line-height:1.75}.WhyUs-module__St3aCG__ctaLink{background:var(--green-primary);color:#fff;border-radius:var(--lp-radius-xl);align-items:center;gap:8px;padding:13px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 16px #0f2f4a33}.WhyUs-module__St3aCG__ctaLink:hover{background:var(--green-hover);box-shadow:0 8px 24px #0f2f4a40}.WhyUs-module__St3aCG__ctaLink:focus-visible{outline:2px solid var(--green-primary);outline-offset:3px}.WhyUs-module__St3aCG__card{background:0 0;border:none;border-radius:20px;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:12px;min-height:240px;padding:1.25rem;transition:background .6s,opacity .6s;display:flex;position:relative}.WhyUs-module__St3aCG__card:before{content:"";opacity:.26;pointer-events:none;background:#2e6fa3;border-radius:20px;transition:opacity .6s;position:absolute;inset:0}[data-theme=dark] .WhyUs-module__St3aCG__card:before{opacity:.3;background:#2e6fa3}.WhyUs-module__St3aCG__grid:hover .WhyUs-module__St3aCG__card:before{opacity:.14}.WhyUs-module__St3aCG__grid:hover .WhyUs-module__St3aCG__card:hover:before{opacity:.26}[data-theme=dark] .WhyUs-module__St3aCG__grid:hover .WhyUs-module__St3aCG__card:before{opacity:.16}[data-theme=dark] .WhyUs-module__St3aCG__grid:hover .WhyUs-module__St3aCG__card:hover:before{opacity:.3}.WhyUs-module__St3aCG__iconWrap{opacity:.35;flex-shrink:0;justify-content:center;align-self:flex-end;align-items:center;width:72px;height:72px;margin-top:auto;transition:opacity .6s;display:flex}.WhyUs-module__St3aCG__card:hover .WhyUs-module__St3aCG__iconWrap{opacity:1}.WhyUs-module__St3aCG__cardTitle{font-size:1.25rem;font-weight:var(--fw-semiBold);color:var(--text-primary);letter-spacing:-.2px;margin-bottom:4px}.WhyUs-module__St3aCG__cardDesc{font-size:1rem;font-weight:var(--fw-medium);color:var(--text-muted);line-height:1.6}@keyframes WhyUs-module__St3aCG__boltGlow{0%,to{opacity:1;filter:drop-shadow(0 0 #2e6fa3)}50%{opacity:.75;filter:drop-shadow(0 0 8px #2e6fa3)}}.WhyUs-module__St3aCG__card:hover .WhyUs-module__St3aCG__iconBolt{animation:2s ease-in-out WhyUs-module__St3aCG__boltGlow}@keyframes WhyUs-module__St3aCG__gentleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.WhyUs-module__St3aCG__card:hover .WhyUs-module__St3aCG__iconUI{animation:2.5s ease-in-out WhyUs-module__St3aCG__gentleFloat}@keyframes WhyUs-module__St3aCG__chartBreathe{0%,to{opacity:1;transform:scaleY(1)}50%{opacity:.7;transform:scaleY(.88)}}.WhyUs-module__St3aCG__card:hover .WhyUs-module__St3aCG__iconScale{transform-origin:bottom;animation:2s ease-in-out WhyUs-module__St3aCG__chartBreathe}@keyframes WhyUs-module__St3aCG__shieldPulse{0%,to{filter:drop-shadow(0 0 #2e6fa3);transform:scale(1)}50%{filter:drop-shadow(0 0 10px #2e6fa3);transform:scale(1.08)}}.WhyUs-module__St3aCG__card:hover .WhyUs-module__St3aCG__iconCompliance{animation:2.2s ease-in-out WhyUs-module__St3aCG__shieldPulse}@keyframes WhyUs-module__St3aCG__lockPulse{0%,to{filter:drop-shadow(0 0 #2e6fa3);opacity:1;transform:scale(1)}30%{filter:drop-shadow(0 0 6px #2e6fa3);opacity:.6;transform:scale(.95)translateY(2px)}60%{filter:drop-shadow(0 0 12px #2e6fa3);opacity:1;transform:scale(1.06)translateY(-2px)}}.WhyUs-module__St3aCG__card:hover .WhyUs-module__St3aCG__iconShield{animation:2.5s ease-in-out WhyUs-module__St3aCG__lockPulse}@keyframes WhyUs-module__St3aCG__chatFloat{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.8;transform:translateY(-5px)}}.WhyUs-module__St3aCG__card:hover .WhyUs-module__St3aCG__iconChat{animation:2.2s ease-in-out WhyUs-module__St3aCG__chatFloat}
.HowItWorks-module__oom_6W__section{background:var(--bg-base);padding:6rem 1.5rem 8rem;position:relative;overflow:hidden}.HowItWorks-module__oom_6W__orb{opacity:.12;filter:blur(160px);pointer-events:none;background:#c5dbf0;border-radius:50%;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HowItWorks-module__oom_6W__inner{z-index:1;max-width:1280px;margin:0 auto;position:relative}.HowItWorks-module__oom_6W__header{text-align:center;max-width:520px;margin:0 auto 4rem}.HowItWorks-module__oom_6W__label{color:var(--green-muted);text-transform:uppercase;letter-spacing:.8px;margin-bottom:1rem;font-size:11px;font-weight:600}.HowItWorks-module__oom_6W__heading{font-size:clamp(2rem,4vw,2.75rem);font-weight:var(--fw-semiBold);color:var(--text-primary);letter-spacing:-1.5px;margin-bottom:1rem;line-height:1.1}.HowItWorks-module__oom_6W__subtext{font-size:1rem;font-weight:var(--fw-semiBold);color:var(--text-muted);line-height:1.75}.HowItWorks-module__oom_6W__stepsWrap{max-width:900px;margin:0 auto;position:relative}.HowItWorks-module__oom_6W__steps{z-index:2;grid-template-columns:repeat(3,1fr);display:grid;position:relative}.HowItWorks-module__oom_6W__step{text-align:center;opacity:0;flex-direction:column;align-items:center;padding:0 1.5rem;transition:opacity .55s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.25,1,.5,1);display:flex;transform:translateY(16px)}.HowItWorks-module__oom_6W__step.HowItWorks-module__oom_6W__visible{opacity:1;transform:translateY(0)}.HowItWorks-module__oom_6W__stepNum{background:var(--bg-surface);border:2px solid var(--border-subtle);width:56px;height:56px;color:var(--text-muted);letter-spacing:-.5px;z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;font-weight:800;transition:border-color .6s,color .6s,background .6s,box-shadow .6s;display:flex;position:relative}.HowItWorks-module__oom_6W__step.HowItWorks-module__oom_6W__visible .HowItWorks-module__oom_6W__stepNum{border-color:var(--green-primary);color:var(--green-primary);background:var(--green-badge-bg)}.HowItWorks-module__oom_6W__bgImages{pointer-events:none;z-index:0;position:absolute;inset:0}.HowItWorks-module__oom_6W__bgImage{opacity:0;background-position:50%;background-size:cover;transition:opacity 1.2s;position:absolute;inset:0}.HowItWorks-module__oom_6W__bgImage.HowItWorks-module__oom_6W__bgVisible{opacity:.3}.HowItWorks-module__oom_6W__curveSvg{z-index:1;width:100%;height:80px;margin-top:-4px;display:block;position:relative;overflow:visible}.HowItWorks-module__oom_6W__pathTrack{stroke:var(--border-subtle);stroke-width:2px}.HowItWorks-module__oom_6W__pathFill{stroke:var(--green-primary);stroke-width:2.5px;filter:drop-shadow(0 0 4px color-mix(in srgb,var(--green-primary)60%,transparent))}.HowItWorks-module__oom_6W__dot{fill:var(--bg-surface);stroke:var(--border-subtle);stroke-width:2px;transition:fill .4s,stroke .4s}.HowItWorks-module__oom_6W__dot.HowItWorks-module__oom_6W__dotActive{fill:var(--green-badge-bg);stroke:var(--green-primary)}.HowItWorks-module__oom_6W__dotPulse{fill:none;stroke:var(--green-primary);stroke-width:1.5px;opacity:0;r:7}.HowItWorks-module__oom_6W__dotPulse.HowItWorks-module__oom_6W__pulseActive{animation:.6s cubic-bezier(.16,1,.3,1) forwards HowItWorks-module__oom_6W__dotRipple}@keyframes HowItWorks-module__oom_6W__dotRipple{0%{r:7;opacity:.7}to{r:18;opacity:0}}@media (min-width:768px){.HowItWorks-module__oom_6W__step{cursor:default;transition:opacity .55s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.25,1,.5,1)}.HowItWorks-module__oom_6W__step:hover{transform:translateY(-8px)}.HowItWorks-module__oom_6W__step:hover .HowItWorks-module__oom_6W__stepNum{background:var(--green-primary);color:var(--bg-base);border-color:var(--green-primary);box-shadow:0 4px 20px color-mix(in srgb,var(--green-primary)35%,transparent)}}.HowItWorks-module__oom_6W__pathFill{animation:3s ease-in-out infinite HowItWorks-module__oom_6W__pathGlow}@keyframes HowItWorks-module__oom_6W__pathGlow{0%,to{filter:drop-shadow(0 0 4px color-mix(in srgb,var(--green-primary)60%,transparent))}50%{filter:drop-shadow(0 0 10px color-mix(in srgb,var(--green-primary)90%,transparent))}}.HowItWorks-module__oom_6W__stepText{margin-top:1.5rem}.HowItWorks-module__oom_6W__stepTitle{color:var(--text-primary);letter-spacing:-.3px;margin-bottom:.5rem;font-size:17px;font-weight:700}.HowItWorks-module__oom_6W__stepDesc{font-size:14px;font-weight:var(--fw-medium);color:var(--text-muted);max-width:220px;margin:0 auto;line-height:1.7}@media (max-width:767px){.HowItWorks-module__oom_6W__steps{grid-template-columns:1fr;max-width:400px;margin:0 auto}.HowItWorks-module__oom_6W__step{text-align:left;flex-direction:row;align-items:flex-start;gap:1.5rem;padding:0 0 2.5rem}.HowItWorks-module__oom_6W__step:last-child{padding-bottom:0}.HowItWorks-module__oom_6W__stepNum{flex-shrink:0;margin:0}.HowItWorks-module__oom_6W__stepText{margin-top:0}.HowItWorks-module__oom_6W__stepDesc{max-width:100%;margin:0}.HowItWorks-module__oom_6W__curveSvg{display:none}}@media (prefers-reduced-motion:reduce){.HowItWorks-module__oom_6W__step{opacity:1;transition:none;transform:none}.HowItWorks-module__oom_6W__pathFill{stroke-dashoffset:0!important}}
.About-module__OtWT4W__wrapper{background:var(--bg-base);height:fit-content;padding:7rem 2rem 0;position:relative;overflow:hidden}.About-module__OtWT4W__wrapper:before{content:"";opacity:.15;filter:blur(120px);pointer-events:none;background:#c5dbf0;border-radius:50%;width:600px;height:600px;position:absolute;top:-6rem;left:50%;transform:translate(-50%)}.About-module__OtWT4W__inner{z-index:1;max-width:860px;margin:0 auto;position:relative}.About-module__OtWT4W__header{text-align:center;margin-bottom:4rem}.About-module__OtWT4W__badge{border-radius:var(--lp-radius-full);background:var(--green-badge-bg);border:1px solid var(--border-green);color:var(--green-primary);text-transform:uppercase;letter-spacing:.6px;align-items:center;gap:8px;margin-bottom:1.25rem;padding:5px 14px 5px 10px;font-size:11px;font-weight:600;display:inline-flex}.About-module__OtWT4W__badgeDot{background:var(--green-light);border-radius:50%;flex-shrink:0;width:6px;height:6px}.About-module__OtWT4W__heading{font-size:clamp(2.2rem,5vw,3.2rem);font-weight:var(--fw-semiBold);color:var(--text-primary);letter-spacing:-2px;margin-bottom:1.25rem;line-height:1.08}.About-module__OtWT4W__accent{color:var(--green-light)}.About-module__OtWT4W__subheading{font-size:1.05rem;font-weight:var(--fw-semiBold);color:var(--text-muted);max-width:620px;margin:0 auto;line-height:1.8}.About-module__OtWT4W__cards{grid-template-columns:1fr;gap:1rem;margin-bottom:4rem;display:grid}@media (min-width:640px){.About-module__OtWT4W__cards{grid-template-columns:repeat(3,1fr)}}.About-module__OtWT4W__card{background:linear-gradient(145deg,var(--bg-surface),var(--bg-base));border:1px solid var(--border-subtle);border-radius:var(--lp-radius-xl);padding:2.25rem;transition:border-color .2s}.About-module__OtWT4W__card:hover{border-color:var(--border-green);box-shadow:0 8px 32px color-mix(in srgb,var(--green-primary)8%,transparent);transition:border-color .2s,box-shadow .2s,transform .2s;transform:translateY(-2px)}.About-module__OtWT4W__cardTitle{font-size:14px;font-weight:var(--fw-semiBold);letter-spacing:.1px;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem}.About-module__OtWT4W__cardDesc{font-size:15px;font-weight:var(--fw-medium);color:var(--text-muted);opacity:.75;line-height:1.75}