.Header-module__KHjLKa__header{z-index:100;padding-top:env(safe-area-inset-top,0px);background:color-mix(in srgb, var(--preto) 72%, transparent);-webkit-backdrop-filter:blur(14px)saturate(140%);border-bottom:1px solid var(--border-subtle);position:sticky;top:0}.Header-module__KHjLKa__bar{height:var(--header-h);align-items:center;gap:1.5rem;display:flex}.Header-module__KHjLKa__brand{flex-shrink:0;align-items:center;display:inline-flex}.Header-module__KHjLKa__nav{align-items:center;gap:1.75rem;margin-left:auto;display:none}.Header-module__KHjLKa__link{font-size:var(--text-sm);color:var(--text-secondary);transition:color var(--dur-fast) var(--ease);font-weight:500;position:relative}.Header-module__KHjLKa__link:after{content:"";background:var(--lime);width:0;height:2px;transition:width var(--dur) var(--ease);border-radius:2px;position:absolute;bottom:-6px;left:0}.Header-module__KHjLKa__link:hover{color:var(--text-primary)}.Header-module__KHjLKa__link:hover:after{width:100%}.Header-module__KHjLKa__cta{flex-shrink:0;height:42px;display:none}.Header-module__KHjLKa__toggle{border-radius:var(--radius-sm);width:44px;height:44px;color:var(--text-primary);border:1px solid var(--border-default);justify-content:center;align-items:center;margin-left:auto;display:inline-flex}.Header-module__KHjLKa__mobile{border-top:1px solid var(--border-subtle);background:var(--surface-base);max-height:calc(100dvh - var(--header-h) - var(--safe-top));overscroll-behavior:contain;animation:Header-module__KHjLKa__menuIn var(--dur) var(--ease);overflow-y:auto}@keyframes Header-module__KHjLKa__menuIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.Header-module__KHjLKa__mobile{animation:none}}.Header-module__KHjLKa__mobileNav{padding:1rem var(--gutter) calc(1.5rem + var(--safe-bottom));flex-direction:column;gap:.25rem;display:flex}.Header-module__KHjLKa__mobileLink{font-family:var(--font-head);font-size:var(--text-xl);letter-spacing:-.02em;color:var(--text-primary);border-bottom:1px solid var(--border-subtle);padding:.9rem .25rem;font-weight:700}.Header-module__KHjLKa__mobileCta{width:100%;margin-top:1.25rem}@media (min-width:900px){.Header-module__KHjLKa__nav{display:flex}.Header-module__KHjLKa__cta{margin-left:0;display:inline-flex}.Header-module__KHjLKa__toggle{display:none}}
.Hero-module__KTD73a__hero{align-items:center;min-height:100dvh;display:flex;position:relative;overflow:hidden}.Hero-module__KTD73a__bgWrapper{z-index:0;position:absolute;inset:0}.Hero-module__KTD73a__bgImage{object-fit:cover;object-position:center;width:100%;height:100%}.Hero-module__KTD73a__bgOverlay{background:radial-gradient(circle at 75%,#0f0f101a 0%,#0f0f10f2 75%);position:absolute;inset:0}.Hero-module__KTD73a__heroContainer{z-index:1;align-items:center;width:100%;max-width:1900px;margin:0 auto;padding:0 clamp(1rem,4vw,4rem);display:flex;position:relative}.Hero-module__KTD73a__contentBox{-webkit-backdrop-filter:blur(24px);border-radius:var(--radius-lg,24px);z-index:20;background:#121214a6;border:1px solid #ffffff14;flex-direction:column;max-width:540px;margin-right:auto;padding:clamp(2.5rem,4vw,4rem);display:flex;position:relative;box-shadow:inset 0 1px #ffffff1f,0 40px 80px -20px #000c}.Hero-module__KTD73a__eyebrow{margin-bottom:1.5rem}.Hero-module__KTD73a__title{letter-spacing:-.04em;color:var(--text-primary);margin-top:0;margin-bottom:1.5rem;font-size:clamp(3rem,5vw,4.5rem);font-weight:900;line-height:.95}.Hero-module__KTD73a__accent{color:var(--lime)}.Hero-module__KTD73a__sub{color:var(--text-secondary);margin-bottom:2rem;font-size:clamp(1rem,1.25vw,1.15rem);line-height:1.6}.Hero-module__KTD73a__actions{flex-wrap:wrap;gap:1rem;display:flex}.Hero-module__KTD73a__badgesWrapper{pointer-events:none;flex-direction:column;justify-content:center;align-items:flex-end;gap:clamp(1rem,2vh,1.5rem);width:50%;padding-right:clamp(1rem,3vw,4rem);display:flex}.Hero-module__KTD73a__floatingBadge{-webkit-backdrop-filter:blur(24px);border-radius:var(--radius-md,16px);z-index:10;white-space:nowrap;background:#121214a6;border:1px solid #ffffff14;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex;position:relative;box-shadow:inset 0 1px #ffffff1a,0 20px 40px #0009}.Hero-module__KTD73a__badgePos1{margin-right:0}.Hero-module__KTD73a__badgePos2{margin-right:clamp(15px,4vw,60px)}.Hero-module__KTD73a__badgePos3{margin-right:clamp(5px,1vw,20px)}.Hero-module__KTD73a__badgePos4{margin-right:clamp(25px,6vw,90px)}.Hero-module__KTD73a__badgePos5{margin-right:0}.Hero-module__KTD73a__badgePos6{margin-right:clamp(10px,3vw,40px)}.Hero-module__KTD73a__badgeIconWrapper{width:44px;height:44px;color:var(--lime);background:#c6ff0026;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Hero-module__KTD73a__badgeText{flex-direction:column;display:flex}.Hero-module__KTD73a__badgeText strong{color:var(--text-primary);letter-spacing:-.02em;font-size:1.05rem;font-weight:700}.Hero-module__KTD73a__badgeText span{color:var(--text-secondary);font-size:.85rem;font-weight:500}.Hero-module__KTD73a__mobileBadge{display:none}@media (max-width:1023px){.Hero-module__KTD73a__hero{min-height:calc(100dvh - var(--header-h));align-items:flex-start}.Hero-module__KTD73a__heroContainer{padding:calc(1.5rem + var(--safe-top,0px)) clamp(1.25rem, 5vw, 2.5rem) calc(2.5rem + var(--safe-bottom,0px));flex-direction:column;align-items:stretch}.Hero-module__KTD73a__contentBox{border-radius:var(--radius-lg,22px);background:#12121494;max-width:600px;padding:clamp(1.75rem,5vw,2.75rem);box-shadow:inset 0 1px #ffffff1a,0 20px 40px #0009}.Hero-module__KTD73a__bgOverlay{background:linear-gradient(#0f0f1059 0%,#0f0f10fa 100%)}.Hero-module__KTD73a__badgesWrapper,.Hero-module__KTD73a__floatingBadge{display:none}.Hero-module__KTD73a__mobileBadge{-webkit-backdrop-filter:blur(24px);border-radius:var(--radius-md,12px);background:#12121266;border:1px solid #ffffff14;order:-1;align-self:stretch;align-items:center;gap:1.25rem;width:100%;max-width:600px;margin-bottom:1.5rem;padding:1.25rem 1.5rem;transition:all .3s;display:flex;position:static;box-shadow:0 20px 40px #0009}.Hero-module__KTD73a__badgeIconWrapperMobile{width:44px;height:44px;color:var(--lime);background:#c6ff0026;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Hero-module__KTD73a__badgeTextMobile{flex-direction:column;display:flex}.Hero-module__KTD73a__badgeTextMobile strong{color:var(--text-primary);letter-spacing:-.02em;font-size:1.15rem;font-weight:700}.Hero-module__KTD73a__badgeTextMobile span{color:var(--text-secondary);font-size:.9rem;font-weight:500}}.Hero-module__KTD73a__stats{grid-template-columns:1fr 1fr;gap:.85rem;margin-top:2rem;display:grid}.Hero-module__KTD73a__statCard{border:1px solid var(--border-subtle);border-radius:var(--radius);background:#f7f7f708;flex-direction:column;justify-content:flex-end;gap:.2rem;min-height:86px;padding:.85rem 1rem;display:flex;position:relative;overflow:hidden}.Hero-module__KTD73a__statIcon{width:48px;height:48px;color:var(--lime);opacity:.16;position:absolute;top:.55rem;right:.55rem}.Hero-module__KTD73a__statContent{flex-direction:column;gap:.15rem;line-height:1.05;display:flex}.Hero-module__KTD73a__statLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);font-size:.68rem;font-weight:600}.Hero-module__KTD73a__statValue{font-family:var(--font-head);color:var(--text-primary);letter-spacing:-.02em;font-size:1.65rem;font-weight:800}@media (max-width:560px){.Hero-module__KTD73a__title{font-size:clamp(2.5rem,11vw,3.25rem)}.Hero-module__KTD73a__actions{flex-direction:column;align-items:stretch;gap:.75rem}.Hero-module__KTD73a__actions a{width:100%}}
.PartnersStrip-module__KWs3la__wrap{border-block:1px solid var(--border-subtle);padding-block:clamp(2.5rem,5vw,3.5rem);overflow:hidden}.PartnersStrip-module__KWs3la__label{font-family:var(--font-head);font-size:var(--text-xs);letter-spacing:.2em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:2rem;font-weight:700}.PartnersStrip-module__KWs3la__marquee{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.PartnersStrip-module__KWs3la__track{align-items:center;gap:clamp(2rem,5vw,4rem);width:max-content;animation:38s linear infinite PartnersStrip-module__KWs3la__scroll;display:flex}.PartnersStrip-module__KWs3la__cell{opacity:.55;width:190px;height:78px;transition:opacity var(--dur) var(--ease), transform var(--dur) var(--ease);flex-shrink:0;position:relative}.PartnersStrip-module__KWs3la__cell:hover{opacity:1;transform:translateY(-2px)}.PartnersStrip-module__KWs3la__logo{object-fit:contain;filter:brightness(0)invert()}@keyframes PartnersStrip-module__KWs3la__scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - clamp(1rem,2.5vw,2rem)))}}@media (prefers-reduced-motion:reduce){.PartnersStrip-module__KWs3la__track{flex-wrap:wrap;justify-content:center;animation:none}}
.BenefitsCarousel-module__aHZhJa__wrap{width:100%;position:relative}.BenefitsCarousel-module__aHZhJa__track{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1rem;margin:0;padding:.5rem .5rem 1.25rem;list-style:none;display:flex;overflow-x:auto}.BenefitsCarousel-module__aHZhJa__track::-webkit-scrollbar{display:none}.BenefitsCarousel-module__aHZhJa__card{aspect-ratio:3/4;border-radius:var(--radius-lg);background:var(--surface-overlay);width:clamp(220px,68vw,288px);transition:transform var(--dur) var(--ease);flex:none;position:relative;overflow:hidden}@media (min-width:720px){.BenefitsCarousel-module__aHZhJa__card{width:300px}}.BenefitsCarousel-module__aHZhJa__card:hover{transform:translateY(-4px)}.BenefitsCarousel-module__aHZhJa__img{object-fit:cover;z-index:0}.BenefitsCarousel-module__aHZhJa__scrim{z-index:1;background:linear-gradient(#0a0a0c00 28%,#0a0a0c59 58%,#0a0a0ce6 100%);position:absolute;inset:0}.BenefitsCarousel-module__aHZhJa__meta{z-index:2;flex-direction:column;gap:.15rem;display:flex;position:absolute;bottom:1.1rem;left:1.1rem;right:1.1rem}.BenefitsCarousel-module__aHZhJa__name{font-family:var(--font-head);font-size:var(--text-lg);letter-spacing:-.02em;color:#fff;font-weight:800}.BenefitsCarousel-module__aHZhJa__tag{font-size:var(--text-xs);letter-spacing:.02em;color:#ffffffb8;font-weight:600}
.Manifesto-module__SDWHrq__manifesto{padding-block:clamp(4rem,9vw,7rem);overflow:hidden}.theme-light.Manifesto-module__SDWHrq__manifesto{--surface-base:#fff;--maxw:1600px;background-color:#fff}.Manifesto-module__SDWHrq__split{grid-template-columns:1fr;align-items:center;gap:clamp(2.25rem,6vw,3rem);display:grid}.Manifesto-module__SDWHrq__text{text-align:center;flex-direction:column;align-items:center;display:flex}.Manifesto-module__SDWHrq__mark{margin-bottom:1.5rem}.Manifesto-module__SDWHrq__title{font-size:var(--text-5xl);letter-spacing:-.04em;max-width:16ch;font-weight:900;line-height:1}.Manifesto-module__SDWHrq__mark2{white-space:nowrap;background:var(--lime);color:var(--preto);border-radius:6px;padding:0 .16em;display:inline-block;transform:rotate(-1.5deg)}.Manifesto-module__SDWHrq__body{font-size:var(--text-lg);color:var(--text-secondary);max-width:46ch;margin-top:1.75rem;line-height:1.6}.Manifesto-module__SDWHrq__cta{font-family:var(--font-head);font-weight:700;font-size:var(--text-base);color:var(--preto);border-bottom:2px solid var(--lime);transition:gap var(--dur) var(--ease);align-items:center;gap:.5rem;margin-top:2.25rem;padding-bottom:4px;display:inline-flex}.Manifesto-module__SDWHrq__cta:hover{gap:.85rem}.Manifesto-module__SDWHrq__carousel{width:100%;min-width:0;position:relative}@media (min-width:900px){.Manifesto-module__SDWHrq__split{grid-template-columns:minmax(300px,440px) minmax(0,1fr);align-items:center;gap:clamp(1.75rem,4vw,3.25rem)}.Manifesto-module__SDWHrq__title{max-width:12ch}.Manifesto-module__SDWHrq__carousel{margin-right:calc(-1 * (var(--gutter) + max(0px, (100vw - var(--maxw)) / 2)))}}
.BenefitsTabs-module__LRlJKG__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.25rem;margin-top:1.25rem;display:flex}.BenefitsTabs-module__LRlJKG__title{font-size:var(--text-4xl);letter-spacing:-.03em;max-width:16ch;font-weight:800}.BenefitsTabs-module__LRlJKG__tabs{border:1px solid var(--border-default);border-radius:var(--radius-pill);background:var(--surface-raised);gap:.25rem;padding:.3rem;display:inline-flex}.BenefitsTabs-module__LRlJKG__tab{border-radius:var(--radius-pill);min-height:42px;font-family:var(--font-head);font-weight:700;font-size:var(--text-sm);color:var(--text-secondary);transition:color var(--dur-fast) var(--ease), background-color var(--dur-fast) var(--ease);padding:.6rem 1.15rem}.BenefitsTabs-module__LRlJKG__tabActive{background:var(--lime);color:var(--preto)}.BenefitsTabs-module__LRlJKG__sub{max-width:60ch;color:var(--text-secondary);font-size:var(--text-lg);margin-top:1.25rem;margin-bottom:2.5rem}.BenefitsTabs-module__LRlJKG__bento{grid-template-columns:1fr;gap:1rem;display:grid}.BenefitsTabs-module__LRlJKG__card{border:1px solid var(--border-subtle);background:var(--surface-card);border-radius:var(--radius-lg);min-height:180px;transition:border-color var(--dur) var(--ease), transform var(--dur) var(--ease);flex-direction:column;padding:1.6rem;display:flex;position:relative;overflow:hidden}.BenefitsTabs-module__LRlJKG__card:hover{border-color:var(--border-default);transform:translateY(-3px)}.BenefitsTabs-module__LRlJKG__iconWrap{border-radius:var(--radius);background:var(--lime-tint);width:46px;height:46px;color:var(--lime);justify-content:center;align-items:center;display:inline-flex}.BenefitsTabs-module__LRlJKG__cardTitle{font-family:var(--font-head);font-size:var(--text-xl);letter-spacing:-.02em;margin-top:1.1rem;font-weight:700}.BenefitsTabs-module__LRlJKG__cardDesc{color:var(--text-secondary);font-size:var(--text-sm);margin-top:.5rem;line-height:1.55}.BenefitsTabs-module__LRlJKG__tint{background:var(--lime-tint);border-color:color-mix(in srgb, var(--lime) 28%, transparent)}.BenefitsTabs-module__LRlJKG__tint .BenefitsTabs-module__LRlJKG__iconWrap{background:var(--lime);color:var(--preto)}.BenefitsTabs-module__LRlJKG__media{justify-content:flex-end;min-height:240px;padding:0}.BenefitsTabs-module__LRlJKG__mediaImg{object-fit:cover;z-index:0}.BenefitsTabs-module__LRlJKG__scrim{z-index:1;background:linear-gradient(#0f0f101a 0%,#0f0f1066 48%,#0f0f10f0 100%);position:absolute;inset:0}.BenefitsTabs-module__LRlJKG__mediaContent{z-index:2;padding:1.6rem;position:relative}.BenefitsTabs-module__LRlJKG__mediaIcon{color:var(--lime);margin-bottom:.65rem}.BenefitsTabs-module__LRlJKG__ctaRow{flex-wrap:wrap;align-items:center;gap:1.25rem;margin-top:2.5rem;display:flex}.BenefitsTabs-module__LRlJKG__ctaNote{font-size:var(--text-sm);color:var(--text-tertiary)}@media (max-width:560px){.BenefitsTabs-module__LRlJKG__head{align-items:stretch}.BenefitsTabs-module__LRlJKG__tabs{width:100%}.BenefitsTabs-module__LRlJKG__tab{text-align:center;flex:1}.BenefitsTabs-module__LRlJKG__ctaRow{flex-direction:column;align-items:flex-start;gap:.85rem}.BenefitsTabs-module__LRlJKG__ctaRow a{width:100%}}@media (min-width:640px){.BenefitsTabs-module__LRlJKG__bento{grid-template-columns:repeat(2,1fr)}}@media (min-width:960px){.BenefitsTabs-module__LRlJKG__bento{grid-template-columns:repeat(6,1fr);grid-auto-rows:minmax(186px,1fr);gap:1.1rem}.BenefitsTabs-module__LRlJKG__a0{grid-area:span 2/span 3}.BenefitsTabs-module__LRlJKG__a1,.BenefitsTabs-module__LRlJKG__a2{grid-column:span 3}.BenefitsTabs-module__LRlJKG__a3,.BenefitsTabs-module__LRlJKG__a4,.BenefitsTabs-module__LRlJKG__a5{grid-column:span 2}.BenefitsTabs-module__LRlJKG__a0 .BenefitsTabs-module__LRlJKG__cardTitle{font-size:var(--text-2xl)}}
.HowItWorks-module__EV_z8a__title{font-size:var(--text-4xl);letter-spacing:-.03em;margin-top:1rem;margin-bottom:clamp(2rem,4vw,3rem);font-weight:800}.HowItWorks-module__EV_z8a__grid{grid-template-columns:1fr;align-items:start;gap:clamp(2rem,4vw,3.5rem);display:grid}.HowItWorks-module__EV_z8a__mediaFrame{aspect-ratio:16/11;border-radius:var(--radius-lg);border:1px solid var(--border-default);box-shadow:var(--shadow-card);position:relative;overflow:hidden}.HowItWorks-module__EV_z8a__img{object-fit:cover}.HowItWorks-module__EV_z8a__tag{z-index:2;background:color-mix(in srgb, var(--preto) 70%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-default);color:var(--text-primary);font-size:var(--text-xs);border-radius:var(--radius-pill);padding:.5rem .85rem;font-weight:600;position:absolute;bottom:1rem;left:1rem}.HowItWorks-module__EV_z8a__steps{flex-direction:column;display:flex}.HowItWorks-module__EV_z8a__step{gap:1.25rem;padding-bottom:2rem;display:flex;position:relative}.HowItWorks-module__EV_z8a__step:before{content:"";background:linear-gradient(var(--border-default), transparent);width:2px;position:absolute;top:50px;bottom:0;left:23px}.HowItWorks-module__EV_z8a__step:nth-last-child(2):before{display:none}.HowItWorks-module__EV_z8a__num{border-radius:var(--radius-pill);border:1px solid var(--border-default);background:var(--surface-card);width:48px;height:48px;color:var(--lime);font-family:var(--font-head);font-weight:900;font-size:var(--text-base);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.HowItWorks-module__EV_z8a__stepTitle{font-family:var(--font-head);font-size:var(--text-xl);letter-spacing:-.02em;font-weight:700}.HowItWorks-module__EV_z8a__stepDesc{color:var(--text-secondary);font-size:var(--text-base);max-width:44ch;margin-top:.4rem;line-height:1.55}.HowItWorks-module__EV_z8a__ctaLi{padding-left:calc(48px + 1.25rem)}@media (min-width:920px){.HowItWorks-module__EV_z8a__grid{grid-template-columns:.82fr 1fr;gap:4rem}.HowItWorks-module__EV_z8a__mediaCol{top:calc(var(--header-h) + 2rem);position:sticky}}
.HowItWorksEnterprise-module__1MdWUa__head{max-width:52ch;margin-bottom:clamp(2.5rem,5vw,4rem)}.HowItWorksEnterprise-module__1MdWUa__title{font-size:var(--text-4xl);letter-spacing:-.03em;font-weight:800}.HowItWorksEnterprise-module__1MdWUa__sub{color:var(--text-secondary);font-size:var(--text-lg);margin-top:.85rem}.HowItWorksEnterprise-module__1MdWUa__rail{grid-template-columns:1fr;gap:1.75rem;display:grid}.HowItWorksEnterprise-module__1MdWUa__step{border-top:2px solid var(--border-default);padding-top:1.5rem;position:relative}.HowItWorksEnterprise-module__1MdWUa__step:after{content:"";background:var(--lime);width:48px;height:2px;position:absolute;top:-2px;left:0}.HowItWorksEnterprise-module__1MdWUa__num{font-family:var(--font-head);font-size:var(--text-2xl);letter-spacing:-.02em;color:var(--lime);font-weight:900}.HowItWorksEnterprise-module__1MdWUa__stepTitle{font-family:var(--font-head);font-size:var(--text-xl);letter-spacing:-.02em;margin-top:.6rem;font-weight:700}.HowItWorksEnterprise-module__1MdWUa__stepDesc{color:var(--text-secondary);font-size:var(--text-base);margin-top:.5rem;line-height:1.55}.HowItWorksEnterprise-module__1MdWUa__ctaRow{flex-wrap:wrap;gap:.85rem;margin-top:clamp(2.5rem,5vw,4rem);display:flex}@media (min-width:600px){.HowItWorksEnterprise-module__1MdWUa__rail{grid-template-columns:repeat(2,1fr);gap:1.75rem 2rem}}@media (min-width:960px){.HowItWorksEnterprise-module__1MdWUa__rail{grid-template-columns:repeat(4,1fr);gap:1.5rem}}
.FAQ-module__XxaKoW__head{max-width:38ch;margin-bottom:clamp(2rem,4vw,3rem)}.FAQ-module__XxaKoW__title{font-size:var(--text-4xl);letter-spacing:-.03em;font-weight:800}.FAQ-module__XxaKoW__sub{color:var(--text-secondary);font-size:var(--text-lg);margin-top:.75rem}.FAQ-module__XxaKoW__list{border-top:1px solid var(--border-subtle);max-width:760px}.FAQ-module__XxaKoW__item{border-bottom:1px solid var(--border-subtle);transition:border-color var(--dur) var(--ease)}.FAQ-module__XxaKoW__itemOpen{border-color:var(--border-default)}.FAQ-module__XxaKoW__trigger{text-align:left;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;padding:1.4rem 0;display:flex}.FAQ-module__XxaKoW__q{font-family:var(--font-head);font-size:var(--text-lg);letter-spacing:-.01em;color:var(--text-primary);font-weight:700}.FAQ-module__XxaKoW__icon{border-radius:var(--radius-pill);border:1px solid var(--border-default);width:34px;height:34px;color:var(--text-secondary);transition:transform var(--dur) var(--ease), background-color var(--dur) var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.FAQ-module__XxaKoW__icon[data-open=true]{background:var(--lime);color:var(--preto);border-color:var(--lime);transform:rotate(45deg)}.FAQ-module__XxaKoW__a{color:var(--text-secondary);font-size:var(--text-base);max-width:62ch;padding:0 3rem 1.5rem 0;line-height:1.65}.FAQ-module__XxaKoW__foot{color:var(--text-tertiary);font-size:var(--text-sm);margin-top:2.5rem}.FAQ-module__XxaKoW__footLink{color:var(--lime);text-underline-offset:3px;font-weight:600;text-decoration:underline}
.forms-module__ru0UGW__field{flex-direction:column;display:flex}.forms-module__ru0UGW__row{grid-template-columns:1fr;gap:.85rem;display:grid}.forms-module__ru0UGW__row2{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}@media (max-width:520px){.forms-module__ru0UGW__row2{grid-template-columns:1fr}}.forms-module__ru0UGW__label{font-size:var(--text-sm);color:var(--text-primary);margin-bottom:.4rem;font-weight:600}.forms-module__ru0UGW__req{color:var(--lime);margin-left:.2rem}.forms-module__ru0UGW__optional{color:var(--text-tertiary);font-weight:400}.forms-module__ru0UGW__input,.forms-module__ru0UGW__textarea{background:var(--surface-inset);border:1px solid var(--border-default);border-radius:var(--radius);width:100%;color:var(--text-primary);font-size:var(--text-base);transition:border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease), background-color var(--dur-fast) var(--ease);outline:none;padding:.8rem .95rem}.forms-module__ru0UGW__textarea{resize:vertical;min-height:84px;line-height:1.55}.forms-module__ru0UGW__input::placeholder,.forms-module__ru0UGW__textarea::placeholder{color:var(--text-tertiary)}.forms-module__ru0UGW__input:focus,.forms-module__ru0UGW__textarea:focus{border-color:var(--lime);box-shadow:0 0 0 3px var(--lime-tint);background:var(--surface-overlay)}.forms-module__ru0UGW__invalid{border-color:var(--danger)}.forms-module__ru0UGW__invalid:focus{box-shadow:0 0 0 3px #ff5d5d2e}.forms-module__ru0UGW__helper{font-size:var(--text-xs);color:var(--text-tertiary);margin-top:.4rem}.forms-module__ru0UGW__error{font-size:var(--text-xs);color:var(--danger);margin-top:.4rem}.forms-module__ru0UGW__sectionTitle{font-family:var(--font-head);font-size:var(--text-lg);letter-spacing:-.02em;color:var(--text-primary);margin-bottom:1rem;font-weight:700}.forms-module__ru0UGW__panel{background:var(--surface-raised);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:1.1rem}.forms-module__ru0UGW__panelTitle{font-size:var(--text-sm);color:var(--text-primary);font-weight:700}.forms-module__ru0UGW__choice{border:1px solid var(--border-default);border-radius:var(--radius);background:var(--surface-inset);width:100%;color:var(--text-primary);font-size:var(--text-sm);cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color var(--dur-fast) var(--ease), background-color var(--dur-fast) var(--ease);align-items:center;gap:.75rem;padding:.8rem .95rem;display:flex}.forms-module__ru0UGW__choiceCol{flex-direction:column;align-items:flex-start;gap:.4rem}.forms-module__ru0UGW__choice:hover{border-color:var(--border-strong)}.forms-module__ru0UGW__choiceActive{border-color:var(--lime);background:var(--lime-tint)}.forms-module__ru0UGW__choiceDisabled{opacity:.4;cursor:not-allowed}.forms-module__ru0UGW__choiceList{flex-direction:column;gap:.55rem;display:flex}.forms-module__ru0UGW__choiceDesc{font-size:var(--text-xs);color:var(--text-tertiary);padding-left:1.85rem;line-height:1.5}.forms-module__ru0UGW__box,.forms-module__ru0UGW__dot{border:2px solid var(--border-strong);width:20px;height:20px;color:var(--preto);transition:background-color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.forms-module__ru0UGW__box{border-radius:6px}.forms-module__ru0UGW__dot{border-radius:var(--radius-pill)}.forms-module__ru0UGW__boxOn{background:var(--lime);border-color:var(--lime)}.forms-module__ru0UGW__choiceText{flex:1}.forms-module__ru0UGW__progress{margin-bottom:2rem}.forms-module__ru0UGW__progressHead{font-size:var(--text-xs);color:var(--text-tertiary);justify-content:space-between;margin-bottom:.5rem;display:flex}.forms-module__ru0UGW__progressPct{color:var(--text-secondary);font-weight:700}.forms-module__ru0UGW__track{border-radius:var(--radius-pill);background:var(--surface-overlay);height:6px;overflow:hidden}.forms-module__ru0UGW__bar{border-radius:var(--radius-pill);background:var(--lime);height:100%;transition:width var(--dur-slow) var(--ease)}.forms-module__ru0UGW__nav{justify-content:space-between;align-items:center;gap:.85rem;margin-top:2rem;display:flex}.forms-module__ru0UGW__stack{flex-direction:column;gap:1rem;display:flex}.forms-module__ru0UGW__full{width:100%}.forms-module__ru0UGW__verifyBox{border-radius:var(--radius);border:1px solid color-mix(in srgb, var(--lime) 30%, transparent);background:var(--lime-tint);margin-top:.85rem;padding:1rem}.forms-module__ru0UGW__note{border-radius:var(--radius-sm);background:var(--surface-inset);border:1px solid var(--border-subtle);font-size:var(--text-xs);color:var(--text-secondary);align-items:flex-start;gap:.5rem;margin-top:.6rem;padding:.65rem .8rem;line-height:1.5;display:flex}.forms-module__ru0UGW__verified{font-size:var(--text-sm);color:var(--success);align-items:center;gap:.4rem;margin-top:.55rem;font-weight:600;display:inline-flex}.forms-module__ru0UGW__otpInput{text-align:center;letter-spacing:.5em;font-family:var(--font-head);font-size:var(--text-lg)}.forms-module__ru0UGW__success{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 0;display:flex}.forms-module__ru0UGW__successMark{border-radius:var(--radius-pill);background:var(--lime-tint);width:76px;height:76px;color:var(--lime);justify-content:center;align-items:center;margin-bottom:.75rem;display:inline-flex}.forms-module__ru0UGW__successTitle{font-family:var(--font-head);font-size:var(--text-3xl);letter-spacing:-.02em;font-weight:800}.forms-module__ru0UGW__successText{color:var(--text-secondary);max-width:42ch;margin-bottom:1rem}
.Select-module__l2HZeG__wrap{position:relative}.Select-module__l2HZeG__trigger{text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.Select-module__l2HZeG__val{color:var(--text-primary)}.Select-module__l2HZeG__ph{color:var(--text-tertiary)}.Select-module__l2HZeG__caret{color:var(--text-tertiary);transition:transform var(--dur-fast) var(--ease);flex-shrink:0}.Select-module__l2HZeG__caret[data-open=true]{transform:rotate(180deg)}.Select-module__l2HZeG__list{z-index:60;border-radius:var(--radius);background:var(--surface-overlay);border:1px solid var(--border-default);width:100%;max-height:260px;box-shadow:var(--shadow-pop);margin:0;padding:.35rem;list-style:none;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto}.Select-module__l2HZeG__opt{text-align:left;border-radius:var(--radius-sm);width:100%;font-size:var(--text-sm);color:var(--text-secondary);transition:background-color var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);padding:.6rem .7rem}.Select-module__l2HZeG__opt:hover{background:var(--surface-inset);color:var(--text-primary)}.Select-module__l2HZeG__optActive{background:var(--lime-tint);color:var(--text-primary)}
.Signup-module__AP0hma__section{padding-block:clamp(4rem,9vw,7rem);position:relative;overflow:hidden}.Signup-module__AP0hma__backdrop{z-index:0;position:absolute;inset:0}.Signup-module__AP0hma__bgImg{object-fit:cover;opacity:.16}.Signup-module__AP0hma__scrim{background:radial-gradient(ellipse 80% 60% at 50% 0%, var(--lime-glow) 0%, transparent 55%), linear-gradient(180deg, var(--surface-base) 0%, transparent 30%, var(--surface-base) 92%);opacity:.9;position:absolute;inset:0}.Signup-module__AP0hma__inner{z-index:1;position:relative}.Signup-module__AP0hma__head{text-align:center;margin-inline:auto;flex-direction:column;align-items:center;max-width:36ch;margin-bottom:clamp(2.5rem,5vw,3.5rem);display:flex}.Signup-module__AP0hma__title{font-size:var(--text-5xl);letter-spacing:-.04em;margin-top:.75rem;font-weight:900}.Signup-module__AP0hma__sub{color:var(--text-secondary);font-size:var(--text-lg);margin-top:1rem}.Signup-module__AP0hma__cards{grid-template-columns:1fr;gap:1.25rem;max-width:920px;margin-inline:auto;display:grid}.Signup-module__AP0hma__card{border:1px solid var(--border-default);background:var(--surface-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);flex-direction:column;padding:clamp(1.5rem,3vw,2.25rem);display:flex}.Signup-module__AP0hma__cardIcon{border-radius:var(--radius);background:var(--lime-tint);width:52px;height:52px;color:var(--lime);justify-content:center;align-items:center;margin-bottom:1.25rem;display:inline-flex}.Signup-module__AP0hma__cardTitle{font-family:var(--font-head);font-size:var(--text-2xl);letter-spacing:-.02em;font-weight:800}.Signup-module__AP0hma__cardDesc{color:var(--text-secondary);font-size:var(--text-base);margin-top:.6rem;line-height:1.55}.Signup-module__AP0hma__bullets{flex-direction:column;gap:.6rem;margin:1.25rem 0 1.75rem;list-style:none;display:flex}.Signup-module__AP0hma__bullets li{font-size:var(--text-sm);color:var(--text-secondary);align-items:center;gap:.6rem;display:flex}.Signup-module__AP0hma__bullets svg{color:var(--lime);flex-shrink:0}.Signup-module__AP0hma__cardCta{margin-top:auto}.Signup-module__AP0hma__formCard{border:1px solid var(--border-default);background:var(--surface-card);border-radius:var(--radius-lg);max-width:680px;box-shadow:var(--shadow-pop);margin-inline:auto;padding:clamp(1.5rem,4vw,2.75rem)}@media (min-width:760px){.Signup-module__AP0hma__cards{grid-template-columns:1fr 1fr}}
.Footer-module__yg9ahW__footer{border-top:1px solid var(--border-subtle);padding-top:clamp(3rem,6vw,5rem);padding-bottom:calc(2rem + env(safe-area-inset-bottom,0px))}.Footer-module__yg9ahW__inner{grid-template-columns:1fr;gap:2.5rem;display:grid}.Footer-module__yg9ahW__brandCol{max-width:38ch}.Footer-module__yg9ahW__tagline{font-size:var(--text-sm);color:var(--text-secondary);margin-top:1rem}.Footer-module__yg9ahW__socials{gap:.6rem;margin-top:1.5rem;display:flex}.Footer-module__yg9ahW__social{border-radius:var(--radius-pill);width:42px;height:42px;color:var(--text-secondary);border:1px solid var(--border-default);transition:color var(--dur-fast) var(--ease), background-color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);justify-content:center;align-items:center;display:inline-flex}.Footer-module__yg9ahW__social:hover{background:var(--lime);color:var(--preto);border-color:var(--lime)}.Footer-module__yg9ahW__links{grid-template-columns:1fr 1fr;align-content:start;gap:.75rem 2rem;display:grid}.Footer-module__yg9ahW__link{font-size:var(--text-sm);color:var(--text-secondary);transition:color var(--dur-fast) var(--ease);width:fit-content}.Footer-module__yg9ahW__link:hover{color:var(--lime)}.Footer-module__yg9ahW__bottom{border-top:1px solid var(--border-subtle);align-items:center;gap:.75rem;margin-top:clamp(2.5rem,5vw,4rem);padding-top:1.5rem;display:flex}.Footer-module__yg9ahW__bottomMark{color:var(--text-tertiary);flex-shrink:0}.Footer-module__yg9ahW__copy{font-size:var(--text-xs);color:var(--text-tertiary)}@media (min-width:768px){.Footer-module__yg9ahW__inner{grid-template-columns:1.4fr 1fr;gap:4rem}.Footer-module__yg9ahW__links{justify-items:end}}
.FloatingActions-module__aR5U6G__stack{right:clamp(1rem,3vw,1.75rem);bottom:calc(clamp(1rem, 3vw, 1.75rem) + env(safe-area-inset-bottom,0px));z-index:90;flex-direction:column;gap:.85rem;display:flex;position:fixed}.FloatingActions-module__aR5U6G__fab{border-radius:var(--radius-pill);background:var(--lime);width:56px;height:56px;color:var(--preto);transition:transform var(--dur) var(--ease), background-color var(--dur) var(--ease);justify-content:center;align-items:center;display:inline-flex;box-shadow:0 10px 30px #00000073}@media (max-width:560px){.FloatingActions-module__aR5U6G__stack{gap:.7rem}.FloatingActions-module__aR5U6G__fab{width:50px;height:50px}}.FloatingActions-module__aR5U6G__fab:hover{background:var(--lime-deep);transform:translateY(-3px)scale(1.04)}
