.PricingSection-module__VQVhpG__section{background:var(--color-bg);padding:4rem 1.25rem;position:relative;overflow:hidden}.PricingSection-module__VQVhpG__section:before{content:"";background:var(--gradient-mesh);pointer-events:none;position:absolute;inset:0}@media (min-width:640px){.PricingSection-module__VQVhpG__section{padding:6rem 2rem}}.PricingSection-module__VQVhpG__inner{text-align:center;max-width:72rem;margin:0 auto;position:relative}.PricingSection-module__VQVhpG__label{background:var(--color-accent-muted);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--color-accent);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1.25rem;padding:.25rem .75rem;display:inline-flex}.PricingSection-module__VQVhpG__title{font-family:var(--font-display);font-size:clamp(1.625rem,3.5vw,2.5rem);font-weight:var(--weight-extrabold);color:var(--color-brand);letter-spacing:-.035em;line-height:var(--leading-tight);margin:0 0 1rem}.PricingSection-module__VQVhpG__sub{color:var(--color-muted);font-size:1.0625rem;line-height:var(--leading-relaxed);max-width:36rem;margin:0 auto 3rem}.PricingSection-module__VQVhpG__grid{grid-template-columns:1fr;align-items:start;gap:1.25rem;margin-bottom:2rem;display:grid}@media (min-width:768px){.PricingSection-module__VQVhpG__grid{grid-template-columns:repeat(3,1fr)}}.PricingSection-module__VQVhpG__card{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-2xl);text-align:left;transition:box-shadow var(--dur-base)var(--ease-out),transform var(--dur-base)var(--ease-out);flex-direction:column;padding:2rem 1.75rem;display:flex;position:relative}.PricingSection-module__VQVhpG__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.PricingSection-module__VQVhpG__cardFeatured{border-color:var(--color-accent);background:linear-gradient(180deg,#4f46e509 0%,var(--color-bg-surface)40%);box-shadow:0 0 0 1px var(--color-accent),var(--shadow-brand-md)}.PricingSection-module__VQVhpG__cardFeatured:hover{box-shadow:0 0 0 1px var(--color-accent),var(--shadow-brand-lg)}@media (min-width:768px){.PricingSection-module__VQVhpG__cardFeatured{z-index:2;padding-top:2.5rem;padding-bottom:2.5rem;transform:scale(1.04)}.PricingSection-module__VQVhpG__cardFeatured:hover{transform:scale(1.04)translateY(-2px)}}.PricingSection-module__VQVhpG__featuredBadge{background:var(--gradient-brand);color:#fff;font-size:.6875rem;font-weight:var(--weight-bold);border-radius:var(--radius-full);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;box-shadow:var(--shadow-brand-sm);padding:.1875rem .875rem;position:absolute;top:-.6875rem;left:50%;transform:translate(-50%)}.PricingSection-module__VQVhpG__tierLabel{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.375rem}.PricingSection-module__VQVhpG__tierName{font-family:var(--font-display);font-size:1.25rem;font-weight:var(--weight-bold);color:var(--color-brand);letter-spacing:-.02em;margin:0 0 1rem}.PricingSection-module__VQVhpG__priceRow{align-items:baseline;gap:.125rem;margin-bottom:.375rem;display:flex}.PricingSection-module__VQVhpG__priceCurrency{font-size:1.375rem;font-weight:var(--weight-semibold);color:var(--color-muted);align-self:flex-start;margin-top:.375rem}.PricingSection-module__VQVhpG__priceAmount{font-family:var(--font-display);font-size:2.75rem;font-weight:var(--weight-extrabold);color:var(--color-brand);letter-spacing:-.03em;line-height:1}.PricingSection-module__VQVhpG__pricePer{font-size:var(--text-sm);color:var(--color-muted);margin-left:.25rem}.PricingSection-module__VQVhpG__savingsRow{align-items:center;gap:.5rem;margin-bottom:.375rem;display:flex}.PricingSection-module__VQVhpG__savingsBadge{background:var(--color-success-bg);color:var(--color-success);font-size:.6875rem;font-weight:var(--weight-bold);border-radius:var(--radius-full);letter-spacing:.03em;text-transform:uppercase;align-items:center;padding:.125rem .5rem;display:inline-flex}.PricingSection-module__VQVhpG__savingsCalc{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-muted)}.PricingSection-module__VQVhpG__tierDesc{font-size:var(--text-sm);color:var(--color-muted);line-height:var(--leading-relaxed);margin:.5rem 0 1.25rem}.PricingSection-module__VQVhpG__features{flex:1;margin:0 0 1.5rem;padding:0;list-style:none}.PricingSection-module__VQVhpG__features li{font-size:var(--text-sm);color:var(--color-brand-muted);line-height:var(--leading-normal);align-items:center;gap:.5rem;padding:.3125rem 0;display:flex}.PricingSection-module__VQVhpG__features li svg{color:var(--color-success);flex-shrink:0}.PricingSection-module__VQVhpG__ctaOutline,.PricingSection-module__VQVhpG__ctaSolid,.PricingSection-module__VQVhpG__ctaGradient{width:100%;font-size:var(--text-base);font-weight:var(--weight-semibold);border-radius:var(--radius-full);cursor:pointer;transition:all var(--dur-base)var(--ease-out);text-align:center;border:none;justify-content:center;align-items:center;gap:.375rem;padding:.75rem 1.25rem;display:inline-flex}.PricingSection-module__VQVhpG__ctaOutline{border:1px solid var(--color-border-strong);color:var(--color-brand);background:0 0}.PricingSection-module__VQVhpG__ctaOutline:hover{background:var(--color-bg-subtle);border-color:var(--color-accent);color:var(--color-accent)}.PricingSection-module__VQVhpG__ctaSolid{background:var(--color-accent);color:#fff;box-shadow:var(--shadow-brand-sm)}.PricingSection-module__VQVhpG__ctaSolid:hover{background:var(--color-accent-hover);box-shadow:var(--shadow-brand-md);transform:translateY(-1px)}.PricingSection-module__VQVhpG__ctaSolid:disabled,.PricingSection-module__VQVhpG__ctaGradient:disabled{opacity:.65;cursor:not-allowed;transform:none}.PricingSection-module__VQVhpG__ctaGradient{background:var(--gradient-brand);color:#fff;box-shadow:var(--shadow-brand-md)}.PricingSection-module__VQVhpG__ctaGradient:hover{box-shadow:var(--shadow-brand-lg);transform:translateY(-1px)}.PricingSection-module__VQVhpG__couponToggle{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-muted);cursor:pointer;border-radius:var(--radius-full);transition:all var(--dur-fast)var(--ease-out);background:0 0;border:none;align-items:center;gap:.375rem;margin-bottom:1.5rem;padding:.5rem .75rem;display:inline-flex}.PricingSection-module__VQVhpG__couponToggle:hover{color:var(--color-accent);background:var(--color-accent-muted)}.PricingSection-module__VQVhpG__couponRow{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.PricingSection-module__VQVhpG__couponField{flex-direction:column;align-items:flex-start;gap:.25rem;display:flex}.PricingSection-module__VQVhpG__couponLabel{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-muted)}.PricingSection-module__VQVhpG__couponInput{min-width:10rem;font-size:var(--text-sm);border-radius:var(--radius-lg);padding:.5rem .75rem}.PricingSection-module__VQVhpG__toast{border-radius:var(--radius-lg);font-size:var(--text-sm);font-weight:var(--weight-medium);margin-bottom:1.5rem;padding:.75rem 1.25rem;display:inline-block}.PricingSection-module__VQVhpG__toastSuccess{background:var(--color-success-bg);color:var(--color-success)}.PricingSection-module__VQVhpG__toastError{background:var(--color-error-bg);color:var(--color-error)}.PricingSection-module__VQVhpG__trustBar{border-top:1px solid var(--color-border-subtle);flex-wrap:wrap;justify-content:center;gap:.75rem 1.5rem;padding-top:1.5rem;display:flex}.PricingSection-module__VQVhpG__trustItem{font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--color-muted);align-items:center;gap:.375rem;display:flex}.PricingSection-module__VQVhpG__trustItem svg{color:var(--color-accent-light);flex-shrink:0}
.PublicShell-module__Sf0a3a__nav{z-index:100;-webkit-backdrop-filter:blur(16px)saturate(1.8);background:#f5f7fab3;border-bottom:1px solid #e2e8f099;position:fixed;top:0;left:0;right:0}.PublicShell-module__Sf0a3a__navInner{justify-content:space-between;align-items:center;gap:var(--space-2);max-width:76rem;margin:0 auto;padding:.75rem 1rem;display:flex}@media (min-width:640px){.PublicShell-module__Sf0a3a__navInner{padding:.875rem 2rem}}.PublicShell-module__Sf0a3a__logo{font-family:var(--font-display);color:var(--color-brand);letter-spacing:-.03em;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;display:flex}.PublicShell-module__Sf0a3a__logoIcon{background:var(--gradient-brand);border-radius:var(--radius-xl);width:2.125rem;height:2.125rem;box-shadow:var(--shadow-brand-sm);justify-content:center;align-items:center;display:flex}.PublicShell-module__Sf0a3a__logoIcon svg{width:14px;height:14px}.PublicShell-module__Sf0a3a__navRight{align-items:center;gap:.75rem;display:flex}@media (min-width:640px){.PublicShell-module__Sf0a3a__navRight{gap:1.5rem}}.PublicShell-module__Sf0a3a__navLangWrap{align-items:center;display:flex}.PublicShell-module__Sf0a3a__navLangWrap select{border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-bg-surface);font-size:var(--text-sm);color:var(--color-brand-muted);cursor:pointer;min-height:2.25rem;padding:.375rem .625rem;font-weight:500;line-height:1.25}.PublicShell-module__Sf0a3a__navLangWrap select:hover{border-color:var(--color-border-strong)}.PublicShell-module__Sf0a3a__navLink{font-size:var(--text-sm);color:var(--color-muted);transition:color var(--dur-fast)var(--ease-out);align-items:center;font-weight:500;display:inline-flex}.PublicShell-module__Sf0a3a__navLink:hover{color:var(--color-brand)}.PublicShell-module__Sf0a3a__navCta{background:var(--color-accent);color:#fff;font-size:var(--text-sm);border-radius:var(--radius-full);transition:all var(--dur-fast)var(--ease-out);box-shadow:var(--shadow-brand-sm);align-items:center;padding:.5rem 1.25rem;font-weight:600;display:inline-flex}.PublicShell-module__Sf0a3a__navCta:hover{background:var(--color-accent-hover);box-shadow:var(--shadow-brand-md);transform:translateY(-1px)}.PublicShell-module__Sf0a3a__footer{border-top:1px solid var(--color-border);padding:1.5rem 1rem}@media (min-width:640px){.PublicShell-module__Sf0a3a__footer{padding:2rem}}.PublicShell-module__Sf0a3a__footerInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:76rem;margin:0 auto;display:flex}.PublicShell-module__Sf0a3a__footerBrand{font-family:var(--font-display);font-size:var(--text-sm);color:var(--color-brand);font-weight:700}.PublicShell-module__Sf0a3a__footerLinks{gap:1.5rem;display:flex}.PublicShell-module__Sf0a3a__footerMuted{font-size:var(--text-xs);color:var(--color-muted-light)}
.page-module__LBTDbq__page{background:var(--color-bg);flex-direction:column;min-height:100vh;display:flex}.page-module__LBTDbq__hero{justify-content:center;padding:6rem 1rem 4rem;display:flex;position:relative;overflow:hidden}@media (min-width:640px){.page-module__LBTDbq__hero{padding:10rem 2rem 6rem}}.page-module__LBTDbq__heroGlow{pointer-events:none;background:radial-gradient(#4f46e51a 0%,#7c3aed0f 40%,#0000 70%);width:60rem;height:40rem;position:absolute;top:-10rem;left:50%;transform:translate(-50%)}.page-module__LBTDbq__heroContent{text-align:center;flex-direction:column;align-items:center;max-width:48rem;display:flex;position:relative}.page-module__LBTDbq__badge{background:var(--color-accent-muted);border-radius:var(--radius-full);font-size:var(--text-xs);color:var(--color-accent);letter-spacing:.02em;border:1px solid #4f46e51f;align-items:center;margin-bottom:1.5rem;padding:.375rem 1rem;font-weight:600;display:inline-flex}.page-module__LBTDbq__heroTitle{font-family:var(--font-display);color:var(--color-brand);letter-spacing:-.04em;margin:0 0 1.5rem;font-size:clamp(2.25rem,5.5vw,3.75rem);font-weight:800;line-height:1.1}.page-module__LBTDbq__heroGradient{background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.page-module__LBTDbq__heroSub{color:var(--color-muted);max-width:36rem;margin:0 0 2rem;font-size:1rem;line-height:1.65}@media (min-width:640px){.page-module__LBTDbq__heroSub{margin-bottom:2.5rem;font-size:1.125rem}}.page-module__LBTDbq__heroCtas{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.page-module__LBTDbq__heroBtn{background:var(--color-accent);color:#fff;border-radius:var(--radius-full);box-shadow:var(--shadow-brand-md);transition:all var(--dur-base)var(--ease-out);align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:600;display:inline-flex}.page-module__LBTDbq__heroBtn:hover{background:var(--color-accent-hover);box-shadow:var(--shadow-brand-lg);transform:translateY(-2px)}.page-module__LBTDbq__heroSecondary{font-size:var(--text-sm);color:var(--color-muted);transition:color var(--dur-fast)var(--ease-out);padding:.75rem 1rem;font-weight:500}.page-module__LBTDbq__heroSecondary:hover{color:var(--color-accent)}.page-module__LBTDbq__scrollHint{width:2rem;height:2rem;color:var(--color-muted-light);border:1px solid var(--color-border);border-radius:var(--radius-full);transition:color var(--dur-fast)var(--ease-out);justify-content:center;align-items:center;animation:2.5s ease-in-out infinite page-module__LBTDbq__bounce;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.page-module__LBTDbq__scrollHint:hover{color:var(--color-accent)}@keyframes page-module__LBTDbq__bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(5px)}}.page-module__LBTDbq__features{background:var(--color-bg);padding:3rem 1rem}@media (min-width:640px){.page-module__LBTDbq__features{padding:5rem 2rem}}.page-module__LBTDbq__featuresInner{text-align:center;max-width:72rem;margin:0 auto}.page-module__LBTDbq__sectionLabel{background:var(--color-accent-muted);border-radius:var(--radius-full);font-size:var(--text-xs);color:var(--color-accent);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem;padding:.25rem .75rem;font-weight:600;display:inline-flex}.page-module__LBTDbq__sectionTitle{font-family:var(--font-display);color:var(--color-brand);letter-spacing:-.03em;margin:0 0 .75rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800}.page-module__LBTDbq__sectionSub{color:var(--color-muted);max-width:32rem;margin:0 auto 3rem;font-size:1.0625rem;line-height:1.6}.page-module__LBTDbq__grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}@media (max-width:768px){.page-module__LBTDbq__grid{grid-template-columns:1fr}}@media (min-width:769px) and (max-width:1024px){.page-module__LBTDbq__grid{grid-template-columns:repeat(2,1fr)}}.page-module__LBTDbq__card{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-2xl);transition:all var(--dur-base)var(--ease-out);padding:1.75rem}.page-module__LBTDbq__card:hover{box-shadow:var(--shadow-lg),0 0 0 1px #4f46e50f;border-color:#4f46e533;transform:translateY(-2px)}.page-module__LBTDbq__cardIcon{background:var(--gradient-brand);color:#fff;border-radius:var(--radius-xl);justify-content:center;align-items:center;width:2.75rem;height:2.75rem;margin-bottom:1rem;display:flex}.page-module__LBTDbq__cardTitle{font-family:var(--font-display);color:var(--color-brand);letter-spacing:-.01em;margin:0 0 .5rem;font-size:1.0625rem;font-weight:700}.page-module__LBTDbq__cardDesc{font-size:var(--text-sm);color:var(--color-muted);margin:0;line-height:1.6}.page-module__LBTDbq__howSection{background:var(--color-bg-surface);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:3rem 1rem}@media (min-width:640px){.page-module__LBTDbq__howSection{padding:5rem 2rem}}.page-module__LBTDbq__howInner{text-align:center;max-width:60rem;margin:0 auto}.page-module__LBTDbq__steps{align-items:flex-start;gap:0;margin-top:3rem;display:flex}@media (max-width:768px){.page-module__LBTDbq__steps{flex-direction:column;align-items:center}.page-module__LBTDbq__stepLine{width:1px!important;height:2rem!important}}.page-module__LBTDbq__step{text-align:center;flex:1;padding:0 1rem}.page-module__LBTDbq__stepNum{background:var(--gradient-brand);color:#fff;width:2.5rem;height:2.5rem;font-family:var(--font-display);border-radius:var(--radius-full);justify-content:center;align-items:center;margin-bottom:1rem;font-size:1rem;font-weight:700;display:inline-flex}.page-module__LBTDbq__stepLine{background:var(--color-border-strong);flex-shrink:0;width:4rem;height:1px;margin-top:1.25rem}.page-module__LBTDbq__stepTitle{font-family:var(--font-display);color:var(--color-brand);margin:0 0 .5rem;font-size:1rem;font-weight:700}.page-module__LBTDbq__stepDesc{font-size:var(--text-sm);color:var(--color-muted);margin:0;line-height:1.6}.page-module__LBTDbq__ctaSection{background:var(--color-bg);padding:3rem 1rem}@media (min-width:640px){.page-module__LBTDbq__ctaSection{padding:5rem 2rem}}.page-module__LBTDbq__ctaInner{text-align:center;background:var(--gradient-dark);border-radius:var(--radius-2xl);max-width:48rem;margin:0 auto;padding:2.5rem 1.5rem;position:relative;overflow:hidden}@media (min-width:640px){.page-module__LBTDbq__ctaInner{border-radius:var(--radius-3xl);padding:4rem 3rem}}.page-module__LBTDbq__ctaInner:before{content:"";pointer-events:none;background:radial-gradient(at 30%,#4f46e54d 0%,#0000 60%),radial-gradient(at 70%,#a855f733 0%,#0000 60%);position:absolute;inset:0}.page-module__LBTDbq__ctaTitle{font-family:var(--font-display);color:#fff;letter-spacing:-.03em;margin:0 0 .75rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;position:relative}.page-module__LBTDbq__ctaSub{color:#ffffffa6;margin:0 0 2rem;font-size:1.0625rem;position:relative}.page-module__LBTDbq__ctaBtn{color:var(--color-accent);border-radius:var(--radius-full);transition:all var(--dur-base)var(--ease-out);box-shadow:var(--shadow-lg);background:#fff;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:700;display:inline-flex;position:relative}.page-module__LBTDbq__ctaBtn:hover{box-shadow:var(--shadow-2xl);transform:translateY(-2px)}
