.Navigation-module__eB08ka__nav{z-index:100;background:var(--color-bg-nav);-webkit-backdrop-filter:blur(20px);height:var(--nav-height);border-bottom:1px solid #9333ea1a;position:fixed;top:0;left:0;right:0}.Navigation-module__eB08ka__navInner{justify-content:space-between;align-items:center;height:100%;display:flex}.Navigation-module__eB08ka__logo{align-items:center;gap:.625rem;text-decoration:none;display:flex}.Navigation-module__eB08ka__logoIcon{border-radius:var(--radius-md);background:var(--gradient-primary);color:#fff;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Navigation-module__eB08ka__logoText{color:var(--color-foreground);font-size:1.25rem;font-weight:700}.Navigation-module__eB08ka__navLinks{align-items:center;gap:2rem;display:flex}.Navigation-module__eB08ka__navLink{color:var(--color-muted);transition:color var(--transition-fast);font-size:.875rem;font-weight:500;text-decoration:none}.Navigation-module__eB08ka__navLink:hover{color:var(--color-foreground)}.Navigation-module__eB08ka__navActions{align-items:center;gap:1rem;display:flex}.Navigation-module__eB08ka__signIn{color:var(--color-muted);transition:color var(--transition-fast);font-size:.875rem;font-weight:500;text-decoration:none}.Navigation-module__eB08ka__signIn:hover{color:var(--color-foreground)}@media (max-width:768px){.Navigation-module__eB08ka__navLinks,.Navigation-module__eB08ka__signIn{display:none}}
.Hero-module__ZARIfG__hero{text-align:center;align-items:center;min-height:90vh;padding:10rem 0 6rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__glowBg{pointer-events:none;z-index:0;background:radial-gradient(circle,#9333ea1f,#0000 65%);width:800px;height:800px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__heroInner{z-index:1;position:relative}.Hero-module__ZARIfG__badge{animation:.5s forwards Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__heading{margin-bottom:1.5rem}.Hero-module__ZARIfG__headingLead{color:#cbd5e1;letter-spacing:-.01em;opacity:0;margin-bottom:.5rem;font-size:2.25rem;font-weight:600;animation:.6s .1s forwards Hero-module__ZARIfG__fadeInUp;display:block}.Hero-module__ZARIfG__headingMain{letter-spacing:-.03em;opacity:0;font-size:4.5rem;font-weight:800;line-height:1.05;animation:.6s .2s forwards Hero-module__ZARIfG__fadeInUp;display:block}.Hero-module__ZARIfG__subtext{color:var(--color-muted);opacity:0;max-width:640px;margin:0 auto 2.5rem;font-size:1.25rem;line-height:1.65;animation:.6s .3s forwards Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__actions{opacity:0;justify-content:center;gap:1rem;margin-bottom:4rem;animation:.6s .4s forwards Hero-module__ZARIfG__fadeInUp;display:flex}.Hero-module__ZARIfG__stats{opacity:0;justify-content:center;align-items:center;gap:2.5rem;animation:.6s .5s forwards Hero-module__ZARIfG__fadeInUp;display:flex}.Hero-module__ZARIfG__stat{flex-direction:column;align-items:center;gap:.25rem;display:flex}.Hero-module__ZARIfG__statValue{color:var(--color-foreground);font-size:1.75rem;font-weight:700}.Hero-module__ZARIfG__statLabel{color:var(--color-muted-dark);font-size:.875rem}.Hero-module__ZARIfG__statDivider{background:var(--color-border);width:1px;height:40px}@media (max-width:768px){.Hero-module__ZARIfG__hero{min-height:auto;padding:8rem 0 4rem}.Hero-module__ZARIfG__headingLead{font-size:1.5rem}.Hero-module__ZARIfG__headingMain{font-size:2.5rem}.Hero-module__ZARIfG__subtext{font-size:1.1rem}.Hero-module__ZARIfG__actions{flex-direction:column;align-items:center}.Hero-module__ZARIfG__stats{flex-direction:column;gap:1.5rem}.Hero-module__ZARIfG__statDivider{width:40px;height:1px}}@media (max-width:480px){.Hero-module__ZARIfG__headingMain{font-size:2rem}}@keyframes Hero-module__ZARIfG__fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
.Features-module__zvCZ4q__features{position:relative;overflow:hidden}.Features-module__zvCZ4q__glowBg{pointer-events:none;background:radial-gradient(circle,#9333ea0f,#0000 65%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Features-module__zvCZ4q__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.Features-module__zvCZ4q__grid>:nth-child(4),.Features-module__zvCZ4q__grid>:nth-child(5){grid-column:span 1}.Features-module__zvCZ4q__featureCard{opacity:0;animation:.5s forwards Features-module__zvCZ4q__fadeInUp}.Features-module__zvCZ4q__featureCard:first-child{animation-delay:0s}.Features-module__zvCZ4q__featureCard:nth-child(2){animation-delay:.1s}.Features-module__zvCZ4q__featureCard:nth-child(3){animation-delay:.2s}.Features-module__zvCZ4q__featureCard:nth-child(4){animation-delay:.3s}.Features-module__zvCZ4q__featureCard:nth-child(5){animation-delay:.4s}@media (max-width:1024px){.Features-module__zvCZ4q__grid{grid-template-columns:repeat(2,1fr)}.Features-module__zvCZ4q__grid>:nth-child(5){grid-column:span 2}}@media (max-width:640px){.Features-module__zvCZ4q__grid{grid-template-columns:1fr}.Features-module__zvCZ4q__grid>:nth-child(5){grid-column:span 1}}@keyframes Features-module__zvCZ4q__fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
.Pricing-module__yc4bBa__pricing{position:relative}.Pricing-module__yc4bBa__pricingGrid{grid-template-columns:repeat(4,1fr);align-items:start;gap:1.25rem;max-width:1200px;margin:0 auto;display:grid}.Pricing-module__yc4bBa__pricingCard{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:2rem;transition:transform .3s,border-color .3s;position:relative;overflow:hidden}.Pricing-module__yc4bBa__pricingCard:hover{transform:translateY(-4px)}.Pricing-module__yc4bBa__pricingCardHighlight{background:linear-gradient(135deg,#9333ea14 0%,#ec48990a 100%);border-color:#9333ea80;transform:scale(1.03)}.Pricing-module__yc4bBa__pricingCardHighlight:hover{transform:scale(1.03)translateY(-4px)}.Pricing-module__yc4bBa__pricingCardGlow{pointer-events:none;background:radial-gradient(circle,#9333ea26,#0000 70%);width:250px;height:250px;position:absolute;top:-100px;right:-100px}.Pricing-module__yc4bBa__popularBadge{background:linear-gradient(135deg, var(--color-purple-600), var(--color-pink-500));color:#fff;text-transform:uppercase;letter-spacing:.06em;border-radius:100px;padding:.25rem .75rem;font-size:.6875rem;font-weight:700;position:absolute;top:1rem;right:1rem}.Pricing-module__yc4bBa__planLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--color-purple-500);margin-bottom:1rem;font-size:.875rem;font-weight:600}.Pricing-module__yc4bBa__priceRow{align-items:baseline;gap:.25rem;margin-bottom:.25rem;display:flex}.Pricing-module__yc4bBa__price{letter-spacing:-.03em;font-size:3rem;font-weight:800;line-height:1}.Pricing-module__yc4bBa__pricePeriod{color:var(--color-muted);font-size:1.125rem;font-weight:500}.Pricing-module__yc4bBa__capacityRow{align-items:baseline;gap:.375rem;margin-bottom:.75rem;display:flex}.Pricing-module__yc4bBa__capacityValue{color:var(--color-green-400);font-size:1.25rem;font-weight:700}.Pricing-module__yc4bBa__capacityLabel{color:var(--color-muted);font-size:.875rem;font-weight:500}.Pricing-module__yc4bBa__priceNote{color:var(--color-muted);margin-bottom:1.5rem;font-size:.875rem;line-height:1.5}.Pricing-module__yc4bBa__featureList{border-top:1px solid var(--color-border);padding-top:1.25rem;list-style:none}.Pricing-module__yc4bBa__featureItem{color:var(--color-foreground);align-items:center;gap:.625rem;padding:.375rem 0;font-size:.8125rem;display:flex}.Pricing-module__yc4bBa__checkIcon{color:var(--color-green-400);flex-shrink:0}.Pricing-module__yc4bBa__pricingCta{width:100%;margin-bottom:1.25rem}.Pricing-module__yc4bBa__capacityNote{text-align:center;color:var(--color-muted);margin-top:2.5rem;font-size:.9375rem}@media (max-width:992px){.Pricing-module__yc4bBa__pricingGrid{grid-template-columns:1fr;max-width:480px}.Pricing-module__yc4bBa__pricingCardHighlight{transform:none}.Pricing-module__yc4bBa__pricingCardHighlight:hover{transform:translateY(-4px)}}
.ComparisonTable-module__Ys2ggq__comparison{position:relative}.ComparisonTable-module__Ys2ggq__tabBar{justify-content:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.ComparisonTable-module__Ys2ggq__tab{border-radius:var(--radius-md);border:1px solid var(--color-border);color:var(--color-muted);cursor:pointer;background:0 0;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.ComparisonTable-module__Ys2ggq__tab:hover{color:var(--color-foreground);border-color:var(--color-muted)}.ComparisonTable-module__Ys2ggq__tabActive{border-color:var(--color-purple-500);color:var(--color-purple-400);background:#9333ea1a;font-weight:600}.ComparisonTable-module__Ys2ggq__tabActive:hover{color:var(--color-purple-400);border-color:var(--color-purple-500)}.ComparisonTable-module__Ys2ggq__tableWrapper{border-radius:var(--radius-lg);border:1px solid var(--color-border);background:var(--color-bg-card);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overflow-x:hidden}.ComparisonTable-module__Ys2ggq__table{border-collapse:collapse;text-align:center;width:100%;min-width:0}.ComparisonTable-module__Ys2ggq__table th{text-transform:uppercase;letter-spacing:.05em;color:var(--color-muted);border-bottom:1px solid var(--color-border);white-space:nowrap;padding:1rem .5rem;font-size:.8125rem;font-weight:600}.ComparisonTable-module__Ys2ggq__providerCol{width:130px;text-align:left!important;padding-left:1.5rem!important}.ComparisonTable-module__Ys2ggq__featureCol{width:220px;text-align:left!important;padding-left:1.5rem!important}.ComparisonTable-module__Ys2ggq__tierCol{width:auto}.ComparisonTable-module__Ys2ggq__tierLabel{color:var(--color-foreground);font-size:.8125rem;font-weight:700}.ComparisonTable-module__Ys2ggq__table td{border-bottom:1px solid var(--color-border);vertical-align:middle;padding:.75rem .5rem;font-size:.9375rem}.ComparisonTable-module__Ys2ggq__table tbody tr:last-child td{border-bottom:none}.ComparisonTable-module__Ys2ggq__table tbody tr:hover{background:#94a3b808}.ComparisonTable-module__Ys2ggq__providerCell{text-align:left;color:var(--color-foreground);white-space:nowrap;font-weight:600;padding-left:1.5rem!important}.ComparisonTable-module__Ys2ggq__featureCell{text-align:left;color:var(--color-foreground);font-weight:500;padding-left:1.5rem!important}.ComparisonTable-module__Ys2ggq__boltIcon{color:var(--color-purple-500);vertical-align:middle;margin-right:.375rem}.ComparisonTable-module__Ys2ggq__highlightRow{background:#9333ea0a}.ComparisonTable-module__Ys2ggq__highlightRow:hover{background:#9333ea12!important}.ComparisonTable-module__Ys2ggq__highlightCell{background:#9333ea08}.ComparisonTable-module__Ys2ggq__highlightColHeader{background:#9333ea0f}.ComparisonTable-module__Ys2ggq__highlightHeader{color:var(--color-purple-500);align-items:center;gap:.25rem;font-weight:700;display:inline-flex}.ComparisonTable-module__Ys2ggq__checkIcon{color:var(--color-green-400);margin:0 auto;display:block}.ComparisonTable-module__Ys2ggq__xIcon{color:var(--color-muted-dark);opacity:.4;margin:0 auto;display:block}.ComparisonTable-module__Ys2ggq__textValue{font-weight:600}.ComparisonTable-module__Ys2ggq__cellContent{flex-direction:column;align-items:center;gap:.125rem;display:flex}.ComparisonTable-module__Ys2ggq__cellPrice{color:var(--color-muted);font-size:.75rem;font-weight:500}.ComparisonTable-module__Ys2ggq__cellSends{color:var(--color-foreground);align-items:center;gap:.25rem;font-size:.9375rem;font-weight:700;display:inline-flex}.ComparisonTable-module__Ys2ggq__highlightRow .ComparisonTable-module__Ys2ggq__cellSends{color:var(--color-green-400)}.ComparisonTable-module__Ys2ggq__cellCost{color:var(--color-muted-dark);font-size:.6875rem;font-weight:500}.ComparisonTable-module__Ys2ggq__highlightRow .ComparisonTable-module__Ys2ggq__cellCost{color:var(--color-green-400);opacity:.8}.ComparisonTable-module__Ys2ggq__noTier{color:var(--color-muted-dark);opacity:.4;font-size:1.25rem}.ComparisonTable-module__Ys2ggq__emptyCell{opacity:.6}.ComparisonTable-module__Ys2ggq__estimatedBadge{cursor:help;color:var(--color-muted);opacity:.7;align-items:center;transition:opacity .2s;display:inline-flex;position:relative}.ComparisonTable-module__Ys2ggq__estimatedBadge:hover{opacity:1}.ComparisonTable-module__Ys2ggq__tooltip{border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-muted);white-space:normal;text-align:center;pointer-events:none;opacity:0;visibility:hidden;z-index:10;background:#1e293b;width:220px;padding:.5rem .75rem;font-size:.75rem;font-weight:400;line-height:1.4;transition:opacity .2s,visibility .2s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000004d}.ComparisonTable-module__Ys2ggq__tooltip:after{content:"";border:5px solid #0000;border-top-color:var(--color-border);position:absolute;top:100%;left:50%;transform:translate(-50%)}.ComparisonTable-module__Ys2ggq__estimatedBadge:hover .ComparisonTable-module__Ys2ggq__tooltip{opacity:1;visibility:visible}.ComparisonTable-module__Ys2ggq__footnote{color:var(--color-muted-dark);align-items:flex-start;gap:.5rem;margin-top:1.25rem;font-size:.8125rem;line-height:1.5;display:flex}.ComparisonTable-module__Ys2ggq__footnote svg{flex-shrink:0;margin-top:.125rem}@media (max-width:768px){.ComparisonTable-module__Ys2ggq__tableWrapper{border-radius:var(--radius-md);margin:0 -1rem}.ComparisonTable-module__Ys2ggq__tabBar{flex-direction:column;padding:0 1rem}.ComparisonTable-module__Ys2ggq__tab{justify-content:center}}
.FAQ-module__V8_xEa__faq{position:relative}.FAQ-module__V8_xEa__faqList{flex-direction:column;gap:.75rem;max-width:800px;margin:0 auto;display:flex}.FAQ-module__V8_xEa__faqItem{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:border-color var(--transition-base);overflow:hidden}.FAQ-module__V8_xEa__faqItem:hover{border-color:#94a3b833}.FAQ-module__V8_xEa__faqItem.FAQ-module__V8_xEa__open{border-color:#9333ea33}.FAQ-module__V8_xEa__faqButton{text-align:left;width:100%;color:var(--color-foreground);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;display:flex}.FAQ-module__V8_xEa__faqQuestion{flex:1;padding-right:1rem}.FAQ-module__V8_xEa__chevron{color:var(--color-muted);transition:transform var(--transition-base);flex-shrink:0}.FAQ-module__V8_xEa__open .FAQ-module__V8_xEa__chevron{transform:rotate(180deg)}.FAQ-module__V8_xEa__faqAnswer{max-height:0;padding:0 1.5rem;transition:max-height .3s,padding .3s;overflow:hidden}.FAQ-module__V8_xEa__open .FAQ-module__V8_xEa__faqAnswer{max-height:300px;padding:0 1.5rem 1.25rem}.FAQ-module__V8_xEa__faqAnswer p{color:var(--color-muted);font-size:.9375rem;line-height:1.7}
.FooterCTA-module__3_jybG__footerCta{text-align:center;padding:6rem 0;position:relative;overflow:hidden}.FooterCTA-module__3_jybG__glowBg{pointer-events:none;background:radial-gradient(circle,#9333ea1a,#0000 60%);width:700px;height:700px;animation:4s ease-in-out infinite FooterCTA-module__3_jybG__pulse-glow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FooterCTA-module__3_jybG__inner{z-index:1;position:relative}.FooterCTA-module__3_jybG__heading{letter-spacing:-.02em;margin-bottom:1rem;font-size:3rem;font-weight:700}.FooterCTA-module__3_jybG__subtext{color:var(--color-muted);max-width:560px;margin:0 auto 2rem;font-size:1.25rem;line-height:1.6}.FooterCTA-module__3_jybG__actions{justify-content:center;display:flex}@media (max-width:768px){.FooterCTA-module__3_jybG__heading{font-size:2rem}.FooterCTA-module__3_jybG__subtext{font-size:1.1rem}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--color-border);padding:3rem 0 2rem}.Footer-module__S6Hkya__inner{flex-direction:column;gap:2.5rem;display:flex}.Footer-module__S6Hkya__top{justify-content:space-between;align-items:flex-start;gap:3rem;display:flex}.Footer-module__S6Hkya__brand{max-width:300px}.Footer-module__S6Hkya__logo{align-items:center;gap:.5rem;margin-bottom:.75rem;text-decoration:none;display:flex}.Footer-module__S6Hkya__logoIcon{border-radius:var(--radius-sm);background:var(--gradient-primary);color:#fff;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.Footer-module__S6Hkya__logoText{color:var(--color-foreground);font-size:1.125rem;font-weight:700}.Footer-module__S6Hkya__tagline{color:var(--color-muted-dark);font-size:.875rem;line-height:1.5}.Footer-module__S6Hkya__links{gap:4rem;display:flex}.Footer-module__S6Hkya__linkGroup{flex-direction:column;gap:.625rem;display:flex}.Footer-module__S6Hkya__linkGroupTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--color-muted);margin-bottom:.25rem;font-size:.8125rem;font-weight:600}.Footer-module__S6Hkya__link{color:var(--color-muted-dark);transition:color var(--transition-fast);font-size:.875rem;text-decoration:none}.Footer-module__S6Hkya__link:hover{color:var(--color-foreground)}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.Footer-module__S6Hkya__copyright,.Footer-module__S6Hkya__poweredBy{color:var(--color-muted-dark);font-size:.8125rem}.Footer-module__S6Hkya__gmLink{color:var(--color-purple-500);font-weight:500;text-decoration:none}.Footer-module__S6Hkya__gmLink:hover{text-decoration:underline}@media (max-width:640px){.Footer-module__S6Hkya__top{flex-direction:column;gap:2rem}.Footer-module__S6Hkya__links{gap:2.5rem}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column;gap:.5rem}}
