.Hero-module__ZARIfG__hero{background-color:var(--background);color:var(--foreground);text-align:center;align-items:center;width:100%;height:300px;display:flex}.Hero-module__ZARIfG__heroTitle{font-size:34px;font-weight:500;font-family:var(--font-space-grotesk),Arial,Helvetica,sans-serif}.Hero-module__ZARIfG__heroSubTitle{font-size:24px;font-family:var(--font-space-grotesk),Arial,Helvetica,sans-serif}.Hero-module__ZARIfG__comingSoon{color:var(--secondary-foreground);padding-top:10px;font-size:16px;font-weight:600}.Hero-module__ZARIfG__signupCounts{padding-top:10px;padding-bottom:10px;font-size:18px}.Hero-module__ZARIfG__clickable{font:inherit;color:var(--accent,var(--foreground));cursor:pointer;border:none;border-bottom:3px solid var(--hero-underline);background:0 0;margin:0;padding:0;line-height:.9}.Hero-module__ZARIfG__clickable:focus-visible{outline:2px solid var(--accent,currentColor);outline-offset:2px}.Hero-module__ZARIfG__clickable:hover{text-decoration-thickness:3px}@media screen and (max-width:768px){.Hero-module__ZARIfG__hero{flex-direction:column;height:auto;padding:50px 0}.Hero-module__ZARIfG__heroContent{font-size:32px}.Hero-module__ZARIfG__heroSubTitle{margin-bottom:10px;font-size:20px}}
.Modal-module__Ro-5Wq__overlay{z-index:1000;opacity:0;justify-content:center;align-items:center;padding:32px;animation:.18s forwards Modal-module__Ro-5Wq__fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.Modal-module__Ro-5Wq__overlay.Modal-module__Ro-5Wq__closing{animation:.16s forwards Modal-module__Ro-5Wq__fadeOut}.Modal-module__Ro-5Wq__modal{background:var(--secondary-background);color:var(--secondary-foreground);border:var(--thick-border);opacity:0;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;border-radius:20px;width:100%;max-width:560px;max-height:calc(100dvh - 64px);padding:32px;animation:.2s cubic-bezier(.32,.72,.23,1.29) forwards Modal-module__Ro-5Wq__popIn;position:relative;overflow-y:auto;transform:scale(.92)translateY(10px)}.Modal-module__Ro-5Wq__modal.Modal-module__Ro-5Wq__closing{animation:.14s forwards Modal-module__Ro-5Wq__popOut}.Modal-module__Ro-5Wq__closeButton{cursor:pointer;color:#171717;background-color:transparent;border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;padding:6px;transition:all .18s;display:inline-flex;position:absolute;top:8px;right:8px}.Modal-module__Ro-5Wq__closeButton:hover{transform:rotate(90deg)}@keyframes Modal-module__Ro-5Wq__fadeIn{to{opacity:1}}@keyframes Modal-module__Ro-5Wq__fadeOut{to{opacity:0}}@keyframes Modal-module__Ro-5Wq__popIn{to{opacity:1;transform:scale(1)translateY(0)}}@keyframes Modal-module__Ro-5Wq__popOut{to{opacity:0;transform:scale(.9)translateY(4px)}}@media (max-width:640px){.Modal-module__Ro-5Wq__overlay{height:100dvh;padding:0 16px;overflow-y:auto}}
.ModeToggle-module__GskCnG__root{background:var(--secondary-background);border:2px solid var(--foreground);isolation:isolate;border-radius:24px;align-items:stretch;gap:0;padding:0;display:inline-flex;position:relative}.ModeToggle-module__GskCnG__track{border-radius:8px;grid-auto-columns:1fr;grid-auto-flow:column;min-width:220px;display:grid;position:relative}.ModeToggle-module__GskCnG__optionButton{-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;cursor:pointer;color:var(--foreground);z-index:2;background:0 0;border:0;border-radius:24px;padding:8px 0;font-weight:600;transition:color .25s;position:relative}.ModeToggle-module__GskCnG__optionButton:disabled{cursor:not-allowed;opacity:.6}.ModeToggle-module__GskCnG__slider{background:var(--primary);border:2px solid var(--foreground);z-index:1;width:50%;translate:var(--x,0);border-radius:24px;transition:translate .35s cubic-bezier(.65,.05,.36,1),background .3s;position:absolute;top:-2px;bottom:-2px}@media (prefers-color-scheme:dark){.ModeToggle-module__GskCnG__slider{background:var(--primary)}}.ModeToggle-module__GskCnG__optionButton[data-active=true]{color:#171717}@media (max-width:500px){.ModeToggle-module__GskCnG__track{min-width:180px}.ModeToggle-module__GskCnG__optionButton{padding:8px 12px;font-size:14px}}
.page-module___8aEwW__page{flex-direction:column;place-items:center;width:100%;display:flex}
.Pricing-module__yc4bBa__content{flex-direction:column;align-items:center;gap:16px;display:flex;position:relative}.Pricing-module__yc4bBa__content p{text-align:center;max-width:600px;font-size:18px;font-weight:500}.Pricing-module__yc4bBa__pricingEmoji{cursor:pointer;font-size:28px;position:absolute;top:-10px;right:0;transform:rotate(20deg)}.Pricing-module__yc4bBa__price{font-size:24px}.Pricing-module__yc4bBa__amount{font-size:32px;font-weight:700}.Pricing-module__yc4bBa__addOnTitle{font-size:24px;font-weight:700}.Pricing-module__yc4bBa__features{width:100%;margin:0;padding:0;list-style:none}.Pricing-module__yc4bBa__features li{padding-left:28px;font-size:16px;line-height:1.4;position:relative}.Pricing-module__yc4bBa__features li:before{content:"✔";color:var(--primary);font-weight:700;position:absolute;top:0;left:5px}.Pricing-module__yc4bBa__featureLink{cursor:pointer;text-underline-offset:3px;text-decoration:underline;transition:color .15s}.Pricing-module__yc4bBa__featureLink:hover{color:var(--primary)}.Pricing-module__yc4bBa__featureLink:focus-visible{color:var(--primary)}.Pricing-module__yc4bBa__featureLink:active{opacity:.7}
.ContentBox-module__WvbwEW__content{background-color:var(--secondary-background);width:360px;color:var(--secondary-foreground);border:2px solid #000;border-radius:16px;flex-direction:column;align-items:center;gap:16px;padding:24px;transition:all .2s ease-in-out;display:flex}.ContentBox-module__WvbwEW__content h3{font-size:28px}@media screen and (max-width:400px){.ContentBox-module__WvbwEW__content{width:95%;padding:16px}.ContentBox-module__WvbwEW__content h3{font-size:24px}}
.Section-module__A23O5q__wrapper{width:100%;margin:40px 0 10px}.Section-module__A23O5q__content{flex-direction:column;align-items:center;gap:16px;max-width:900px;margin:0 auto;padding:0 16px;display:flex}.Section-module__A23O5q__content h2{position:relative}.Section-module__A23O5q__howItWorksEmoji{cursor:pointer;font-size:28px;position:absolute;top:-10px;right:125%;transform:rotate(-20deg)}.Section-module__A23O5q__body{max-width:760px;font-size:18px;font-weight:400;line-height:1.5}.Section-module__A23O5q__list{text-align:left;max-width:680px;margin:0;padding:0;list-style:none}.Section-module__A23O5q__list li{margin:4px 0}.Section-module__A23O5q__stepList{text-align:left;counter-reset:step;max-width:680px;margin:0;padding:0}.Section-module__A23O5q__stepList li{counter-increment:step;margin:12px 0;list-style:none}.Section-module__A23O5q__stepList li:before{content:counter(step)".";margin-right:8px;font-weight:600}.Section-module__A23O5q__stepTitle{font-weight:600}.Section-module__A23O5q__stepDescription{margin-left:26px;line-height:1.5;display:block}
.Features-module__zvCZ4q__accordionGrid{grid-template-columns:1fr;gap:.75rem;width:100%;margin:1rem 16px;padding:0 16px;display:grid}@media (min-width:700px){.Features-module__zvCZ4q__accordionGrid{grid-template-columns:360px 360px;width:auto}}.Features-module__zvCZ4q__item{background-color:var(--secondary-background);color:var(--secondary-foreground);border:2px solid #000;border-radius:8px;flex-direction:column;width:360px;display:flex;overflow:hidden}@media screen and (max-width:400px){.Features-module__zvCZ4q__item{width:100%}}.Features-module__zvCZ4q__triggerButton{-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:left;cursor:pointer;width:100%;font:inherit;color:inherit;background:0 0;border:0;justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem 1rem;font-weight:600;line-height:1.3;display:flex}.Features-module__zvCZ4q__triggerButton:hover{background:var(--hover-bg,rgba(255,255,255,.06));outline:none}.Features-module__zvCZ4q__triggerButton:focus-visible{background:var(--hover-bg,rgba(255,255,255,.06));outline:none}.Features-module__zvCZ4q__panel{padding:0 1rem 1rem;animation:.25s Features-module__zvCZ4q__fadeSlide}.Features-module__zvCZ4q__panel ul{margin:.5rem 0 0;padding-left:1rem;list-style:outside}.Features-module__zvCZ4q__panel li+li{margin-top:.25rem}.Features-module__zvCZ4q__groupsWrapper{flex-direction:column;gap:2rem;margin-top:1rem;display:flex}.Features-module__zvCZ4q__groupHeading{margin:0 0 .5rem;font-size:1.3rem;font-weight:600}.Features-module__zvCZ4q__tableWrapper{overflow-x:auto}.Features-module__zvCZ4q__table{border-collapse:collapse;color:#000;background:#fff;width:100%;font-size:.95rem}@media screen and (min-width:768px){.Features-module__zvCZ4q__table{width:360px}}.Features-module__zvCZ4q__table th,.Features-module__zvCZ4q__table td{vertical-align:top;border:1.5px solid #000;padding:.6rem .75rem;font-size:1.1em}.Features-module__zvCZ4q__featureCol{width:66%}.Features-module__zvCZ4q__priceCol{text-align:left;width:34%}.Features-module__zvCZ4q__rowTrigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;cursor:pointer;text-align:left;width:100%;color:var(--foreground);background:0 0;border:0;justify-content:space-between;margin:0;padding:0;font-weight:600;display:flex}.Features-module__zvCZ4q__rowTrigger:hover{outline:none}.Features-module__zvCZ4q__rowTrigger:focus-visible{outline:none}.Features-module__zvCZ4q__chevron{transition:transform .25s}.Features-module__zvCZ4q__chevronOpen{transform:rotate(180deg)}.Features-module__zvCZ4q__detailRow td{background:#f0f0f0}.Features-module__zvCZ4q__detailCell{padding-top:.25rem}.Features-module__zvCZ4q__detailList{margin:.25rem 0 0;padding-left:1.1rem}.Features-module__zvCZ4q__detailList li+li{margin-top:.25rem}.Features-module__zvCZ4q__inlineDetails{background:#fafafa;border:1px solid #000;border-radius:4px;margin-top:.35rem;padding:.5rem .5rem .25rem}.Features-module__zvCZ4q__featureCell{position:relative}.Features-module__zvCZ4q__priceCell,.Features-module__zvCZ4q__priceCol{background-color:#f0f0f0}.Features-module__zvCZ4q__pricingIncluded{-webkit-text-decoration:underline 2px solid var(--background);text-decoration:underline 2px solid var(--background);text-underline-offset:4px;font-weight:600}.Features-module__zvCZ4q__pricingAddonButton{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;font:inherit;text-underline-offset:4px;background:0 0;border:0;padding:0;font-weight:600;-webkit-text-decoration:underline #c9a000;text-decoration:underline #c9a000;text-decoration-thickness:2px}.Features-module__zvCZ4q__pricingAddonButton:hover{opacity:.85;outline:none}.Features-module__zvCZ4q__pricingAddonButton:focus-visible{opacity:.85;outline:none}@keyframes Features-module__zvCZ4q__fadeSlide{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
