:root{--primary:#ffde59;--primary-foreground:#000;--bg-background:#fff;--bg-secondary:#f9fafb;--text-main:#111827;--text-secondary:#374151;--text-muted:#4b5563;--border:#e5e7eb;--white:#fff;--black:#000}.landing-module__g1LwZa__container{background-color:var(--bg-secondary);min-height:100vh;color:var(--text-main);font-family:system-ui,-apple-system,sans-serif}.landing-module__g1LwZa__header{border-bottom:1px solid var(--border);background-color:var(--white);z-index:50;position:sticky;top:0}.landing-module__g1LwZa__headerContent{max-width:80rem;margin:0 auto;padding:0 1rem}.landing-module__g1LwZa__headerInner{justify-content:space-between;align-items:center;height:4rem;display:flex}.landing-module__g1LwZa__logoArea{cursor:pointer;align-items:center;gap:.5rem;transition:opacity .2s;display:flex}.landing-module__g1LwZa__logoArea:hover{opacity:.8}.landing-module__g1LwZa__logoImg{width:2rem;height:2rem}.landing-module__g1LwZa__logoText{color:var(--text-main);font-size:1.25rem;font-weight:600}.landing-module__g1LwZa__nav{display:none}@media (min-width:768px){.landing-module__g1LwZa__nav{gap:2rem;display:flex}}.landing-module__g1LwZa__navButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:.375rem;padding:.5rem .75rem;font-size:1rem;transition:color .2s,background-color .2s}.landing-module__g1LwZa__navButton:hover{color:var(--black);background-color:#ffde591a}.landing-module__g1LwZa__navButtonWithBadge{align-items:center;gap:.25rem;display:flex}.landing-module__g1LwZa__badgeBeta{color:var(--text-muted);background-color:#e5e7eb;border-radius:.25rem;padding:.125rem .375rem;font-size:10px}.landing-module__g1LwZa__accountButton{background-color:var(--primary);color:var(--primary-foreground);cursor:pointer;border:none;border-radius:.5rem;padding:.5rem 1.5rem;font-weight:500;transition:background-color .2s;display:none}@media (min-width:768px){.landing-module__g1LwZa__accountButton{display:block}.landing-module__g1LwZa__accountButton:hover{opacity:.9}}.landing-module__g1LwZa__mobileMenuBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:.5rem;display:block}@media (min-width:768px){.landing-module__g1LwZa__mobileMenuBtn{display:none}}.landing-module__g1LwZa__heroSection{background-color:var(--black);width:100%;height:100vh;position:relative;overflow:hidden}.landing-module__g1LwZa__heroBackground{width:100%;height:120%;position:absolute;inset:0}.landing-module__g1LwZa__heroVideo{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.landing-module__g1LwZa__heroOverlay{background:linear-gradient(#0006,#0000004d,#0009);position:absolute;inset:0}.landing-module__g1LwZa__heroContent{z-index:10;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:0 1.5rem;display:flex;position:relative}.landing-module__g1LwZa__heroTitle{color:var(--black);max-width:64rem;font-size:42px;font-weight:800;line-height:1.1}.landing-module__g1LwZa__heroSubtitle{color:var(--black);max-width:48rem;margin-top:1.5rem;font-size:24px;line-height:1.6}.landing-module__g1LwZa__heroButtons{flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin-top:2.5rem;display:flex}@media (min-width:640px){.landing-module__g1LwZa__heroButtons{flex-direction:row}}.landing-module__g1LwZa__heroBtnPrimary{background-color:var(--primary);color:var(--primary-foreground);cursor:pointer;border:none;border-radius:.375rem;width:100%;padding:1.5rem 2rem;font-size:1.125rem;font-weight:600;transition:opacity .2s}@media (min-width:640px){.landing-module__g1LwZa__heroBtnPrimary{width:auto}}.landing-module__g1LwZa__heroBtnPrimary:hover{opacity:.9}.landing-module__g1LwZa__heroBtnSecondary{color:var(--black);cursor:pointer;background-color:#fff;border:1px solid #0000004d;border-radius:.375rem;width:100%;padding:1.5rem 2rem;font-size:1.125rem;font-weight:600;transition:background-color .2s}@media (min-width:640px){.landing-module__g1LwZa__heroBtnSecondary{width:auto}}.landing-module__g1LwZa__heroBtnSecondary:hover{background-color:#0000000d}.landing-module__g1LwZa__heroTrusted{color:#000000b3;margin-top:2rem;font-size:.875rem}.landing-module__g1LwZa__scrollIndicator{z-index:10;flex-direction:column;align-items:center;gap:.5rem;animation:1s infinite landing-module__g1LwZa__bounce;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes landing-module__g1LwZa__bounce{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,-25%)}}.landing-module__g1LwZa__scrollText{color:#0009;font-size:.875rem}.landing-module__g1LwZa__sectionDoorstep{background-color:var(--primary);padding:5rem 0;position:relative;overflow:hidden}.landing-module__g1LwZa__doorstepGradient{background:linear-gradient(to bottom right,var(--primary),var(--primary),#fbbf24);opacity:.9;position:absolute;inset:0}.landing-module__g1LwZa__maxWidthWrapper{max-width:80rem;margin:0 auto;padding:0 1.5rem;position:relative}.landing-module__g1LwZa__featureGrid{align-items:center;gap:3rem;margin-bottom:5rem;display:grid}@media (min-width:768px){.landing-module__g1LwZa__featureGrid{grid-template-columns:50% 30%;gap:10%}}.landing-module__g1LwZa__featureTitle{margin-bottom:1.5rem;font-size:24px;font-weight:800}.landing-module__g1LwZa__featureText{color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.landing-module__g1LwZa__featureBtn{background-color:var(--white);color:var(--black);border:1px solid var(--border);cursor:pointer;border-radius:.375rem;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:16px;font-weight:800;text-decoration:none;transition:background-color .2s;display:inline-flex}@media (max-width:767px){.landing-module__g1LwZa__featureBtn{border-radius:9999px;padding:1.5rem 2rem;font-size:1.125rem}.landing-module__g1LwZa__featureGrid>div>div:last-child,.landing-module__g1LwZa__featureGridReverse>div>div:last-child{text-align:center}}.landing-module__g1LwZa__featureBtn:hover{background-color:var(--bg-secondary)}.landing-module__g1LwZa__imageCardWrapper{position:relative}.landing-module__g1LwZa__imageCardBg{background:linear-gradient(to bottom right,#f3f4f6,#fff);border-radius:1.5rem;position:absolute;inset:-2rem;transform:rotate(3deg)}.landing-module__g1LwZa__imageCardBgReverse{transform:rotate(-3deg)scaleX(-1)}.landing-module__g1LwZa__imageCard{background-color:var(--white);border:4px solid var(--white);border-radius:1rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.landing-module__g1LwZa__aspect45{aspect-ratio:4/5;position:relative}.landing-module__g1LwZa__aspect34{aspect-ratio:3/4;position:relative}.landing-module__g1LwZa__cardImg{object-fit:cover;width:100%;height:100%}.landing-module__g1LwZa__floatingBadge{background-color:var(--white);border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;position:absolute;box-shadow:0 10px 15px -3px #0000001a}.landing-module__g1LwZa__badgeTopRight{top:1rem;right:1rem}.landing-module__g1LwZa__badgeTopLeft{top:5rem;left:1rem}.landing-module__g1LwZa__badgeBottomRight{color:#fff;background-color:#10b981;bottom:1rem;right:1rem}.landing-module__g1LwZa__featureGridReverse{align-items:center;gap:3rem;display:grid}@media (min-width:768px){.landing-module__g1LwZa__featureGridReverse{grid-template-columns:30% 50%;gap:10%}}.landing-module__g1LwZa__order2{order:2}.landing-module__g1LwZa__order1{order:1}@media (max-width:767px){.landing-module__g1LwZa__order2{order:1}.landing-module__g1LwZa__order1{order:2}}.landing-module__g1LwZa__overlayGradient{background:linear-gradient(#0000,#0000,#0009);position:absolute;inset:0}.landing-module__g1LwZa__cardContentOverlay{padding:1.5rem;position:absolute;bottom:0;left:0;right:0}.landing-module__g1LwZa__sectionHowItWorks{background-color:var(--bg-secondary);border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6;padding:5rem 0}@media (max-width:640px){.landing-module__g1LwZa__sectionHowItWorks{overflow-x:hidden}.landing-module__g1LwZa__sectionHowItWorks .landing-module__g1LwZa__maxWidthWrapper{overflow-x:visible}}.landing-module__g1LwZa__sectionTitle{text-align:center;font-size:1.5rem;font-weight:800}@media (min-width:768px){.landing-module__g1LwZa__sectionTitle{font-size:1.875rem}}.landing-module__g1LwZa__stepsGrid{gap:1.5rem;margin-top:2.5rem;display:grid}@media (max-width:640px){.landing-module__g1LwZa__sectionHowItWorks .landing-module__g1LwZa__maxWidthWrapper{padding-left:1rem;padding-right:0}.landing-module__g1LwZa__sectionHowItWorks .landing-module__g1LwZa__sectionTitle{padding-left:1.5rem;padding-right:1.5rem}.landing-module__g1LwZa__stepsGrid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding-bottom:.5rem;padding-left:1rem;padding-right:1rem;display:flex;overflow:auto hidden}.landing-module__g1LwZa__stepsGrid::-webkit-scrollbar{height:4px}.landing-module__g1LwZa__stepsGrid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.landing-module__g1LwZa__stepsGrid::-webkit-scrollbar-thumb{background:#888;border-radius:2px}.landing-module__g1LwZa__stepsGrid::-webkit-scrollbar-thumb:hover{background:#555}.landing-module__g1LwZa__stepCard{scroll-snap-align:start;flex:0 0 280px}}@media (min-width:768px){.landing-module__g1LwZa__stepsGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.landing-module__g1LwZa__stepsGrid{grid-template-columns:repeat(3,1fr)}}.landing-module__g1LwZa__stepCard{background-color:var(--white);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d}.landing-module__g1LwZa__stepHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.landing-module__g1LwZa__stepNumber{color:var(--text-muted);font-family:monospace;font-size:.875rem}.landing-module__g1LwZa__stepIconBox{background-color:#ffde591a;border-radius:.75rem;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.landing-module__g1LwZa__stepTitle{font-size:1.125rem;font-weight:700}.landing-module__g1LwZa__stepDesc{color:var(--text-muted);margin-top:.5rem;font-size:.875rem;line-height:1.5}.landing-module__g1LwZa__centerBtn{text-align:center;margin-top:4rem}.landing-module__g1LwZa__sectionEngagement{background-color:#000000e6;padding:5rem 0;position:relative;overflow:hidden}.landing-module__g1LwZa__blob1{opacity:.2;background-color:#ffde59;border-radius:9999px;width:24rem;height:24rem;position:absolute;top:-8rem;left:-8rem}.landing-module__g1LwZa__blob2{opacity:.2;background-color:#ffde59;border-radius:9999px;width:18rem;height:18rem;position:absolute;bottom:-6rem;right:-6rem}.landing-module__g1LwZa__engagementBox{background-color:#ffde59;border-radius:1.5rem;padding:1rem}@media (min-width:768px){.landing-module__g1LwZa__engagementBox{padding:3rem}}.landing-module__g1LwZa__engagementGrid{grid-template-columns:1fr;align-items:center;gap:2rem;display:grid}@media (min-width:768px){.landing-module__g1LwZa__engagementGrid{grid-template-columns:60% 10% 30%;gap:0}}.landing-module__g1LwZa__textBoxWhite{background-color:var(--white);border-radius:1rem;padding:2rem;box-shadow:0 10px 15px -3px #0000001a}.landing-module__g1LwZa__videoPhoneWrapper{position:relative}.landing-module__g1LwZa__videoPhone{border:4px solid var(--white);background-color:var(--black);border-radius:1rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.landing-module__g1LwZa__aspect916{aspect-ratio:9/16;position:relative}.landing-module__g1LwZa__sectionROI{background-color:#1f1f1f;padding:5rem 0}.landing-module__g1LwZa__roiBox{background:linear-gradient(90deg,#ffde59,#ffb347);border-radius:1.5rem;margin-top:3rem;padding:2rem}.landing-module__g1LwZa__roiGrid{gap:2rem;display:grid}@media (min-width:768px){.landing-module__g1LwZa__roiGrid{grid-template-columns:repeat(3,1fr);gap:0}.landing-module__g1LwZa__roiItem{border-right:1px solid #0003}.landing-module__g1LwZa__roiItem:last-child{border-right:none}}.landing-module__g1LwZa__roiItem{text-align:center;padding:0 1.5rem}.landing-module__g1LwZa__roiValue{color:var(--black);margin-bottom:1rem;font-size:3rem;font-weight:800}@media (min-width:768px){.landing-module__g1LwZa__roiValue{font-size:3.75rem}}.landing-module__g1LwZa__roiBtn{color:var(--black);cursor:pointer;background-color:#ffde59;border:none;border-radius:9999px;padding:1.5rem 2rem;font-size:1.125rem;font-weight:800;transition:all .2s;box-shadow:0 10px 15px -3px #0000001a}.landing-module__g1LwZa__roiBtn:hover{background-color:#e5c850;box-shadow:0 20px 25px -5px #0000001a}.landing-module__g1LwZa__sectionPricing{background-color:#fff;padding:5rem 0}@media (max-width:640px){.landing-module__g1LwZa__sectionPricing{overflow-x:hidden}.landing-module__g1LwZa__sectionPricing .landing-module__g1LwZa__maxWidthWrapper{padding-left:2rem;padding-right:0}.landing-module__g1LwZa__sectionPricing .landing-module__g1LwZa__maxWidthWrapper>h2,.landing-module__g1LwZa__sectionPricing .landing-module__g1LwZa__maxWidthWrapper>p{padding-left:1.5rem;padding-right:1.5rem}.landing-module__g1LwZa__sectionPricing [class*=payAsYouGoCard]{box-sizing:border-box!important;margin-left:-.5rem!important;margin-right:1.5rem!important;padding-left:1.5rem!important;padding-right:1.5rem!important}}.landing-module__g1LwZa__pricingGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:1024px){.landing-module__g1LwZa__pricingGrid{grid-template-columns:repeat(3,1fr)}}.landing-module__g1LwZa__pricingCard{background-color:var(--white);border-radius:1rem;flex-direction:column;padding:1.5rem;display:flex;position:relative}.landing-module__g1LwZa__popularCard{border:2px solid #ffde59}.landing-module__g1LwZa__popularBadge{color:var(--black);background-color:#ffde59;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;position:absolute;top:-.75rem;left:50%;transform:translate(-50%)}.landing-module__g1LwZa__pricingPrice{margin-top:.25rem;font-size:1.5rem;font-weight:800}.landing-module__g1LwZa__pricingList{flex-direction:column;flex-grow:1;gap:.5rem;margin-top:1.5rem;padding:0;list-style:none;display:flex}.landing-module__g1LwZa__pricingItem{color:var(--text-secondary);align-items:flex-start;gap:.5rem;font-size:.875rem;display:flex}.landing-module__g1LwZa__checkIcon{color:#059669;background-color:#10b9811a;border:1px solid #a7f3d0;border-radius:50%;justify-content:center;align-items:center;width:1rem;height:1rem;margin-top:.25rem;font-size:10px;display:flex}.landing-module__g1LwZa__pricingBtn{width:100%;color:var(--black);cursor:pointer;background-color:#ffde59;border:none;border-radius:.375rem;margin-top:1.5rem;padding:.5rem 1rem;font-weight:500}.landing-module__g1LwZa__pricingBtn:hover{opacity:.9}.landing-module__g1LwZa__testimonialGrid{gap:1.5rem;margin-top:2rem;display:grid}@media (max-width:640px){.landing-module__g1LwZa__sectionHowItWorks .landing-module__g1LwZa__maxWidthWrapper:has(.landing-module__g1LwZa__testimonialGrid){padding-left:2rem;padding-right:0}.landing-module__g1LwZa__sectionHowItWorks .landing-module__g1LwZa__maxWidthWrapper:has(.landing-module__g1LwZa__testimonialGrid) .landing-module__g1LwZa__sectionTitle{padding-left:1.5rem;padding-right:1.5rem}.landing-module__g1LwZa__testimonialGrid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;margin-left:-1rem;margin-right:-1rem;padding-bottom:.5rem;padding-left:1rem;padding-right:1rem;display:flex;overflow:auto hidden}.landing-module__g1LwZa__testimonialGrid::-webkit-scrollbar{height:4px}.landing-module__g1LwZa__testimonialGrid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.landing-module__g1LwZa__testimonialGrid::-webkit-scrollbar-thumb{background:#888;border-radius:2px}.landing-module__g1LwZa__testimonialGrid::-webkit-scrollbar-thumb:hover{background:#555}.landing-module__g1LwZa__testCard{scroll-snap-align:start;flex:0 0 280px}}@media (min-width:768px){.landing-module__g1LwZa__testimonialGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.landing-module__g1LwZa__testimonialGrid{grid-template-columns:repeat(3,1fr)}}.landing-module__g1LwZa__testCard{background-color:var(--white);border:1px solid var(--border);border-radius:1rem;padding:2rem;box-shadow:0 1px 2px #0000000d}.landing-module__g1LwZa__testHeader{align-items:center;margin-bottom:1.5rem;display:flex}.landing-module__g1LwZa__testAvatar{object-fit:cover;border-radius:50%;width:3.5rem;height:3.5rem;margin-right:1rem}.landing-module__g1LwZa__faqSection{max-width:64rem;margin:0 auto;padding:5rem 1.5rem}.landing-module__g1LwZa__faqDetails{border-bottom:1px solid var(--border);padding:1rem 0}.landing-module__g1LwZa__faqSummary{cursor:pointer;font-weight:600;list-style:none}.landing-module__g1LwZa__faqAnswer{color:var(--text-muted);margin-top:.5rem;font-size:.875rem;line-height:1.5}.landing-module__g1LwZa__ctaFooter{background:linear-gradient(90deg,#f9ca241a,#f9ca240d);border-top:1px solid #f9ca2433;border-bottom:1px solid #f9ca2433;padding:4rem 0}.landing-module__g1LwZa__footerLinks{background-color:var(--primary);margin-bottom:2rem;padding:3rem 2rem}.landing-module__g1LwZa__footerGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.landing-module__g1LwZa__footerGrid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.landing-module__g1LwZa__footerGrid{grid-template-columns:repeat(6,1fr)}}.landing-module__g1LwZa__footerCol h4{color:var(--text-main);margin-bottom:1rem;font-weight:600}.landing-module__g1LwZa__footerCol ul{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.landing-module__g1LwZa__footerCol a{color:var(--text-main);font-size:1rem;text-decoration:none}.landing-module__g1LwZa__footerCol a:hover{text-decoration:underline}.landing-module__g1LwZa__footerBottom{border-top:1px solid #11182733;margin-top:2rem;padding-top:2rem}.landing-module__g1LwZa__icon{width:1.5rem;height:1.5rem}.landing-module__g1LwZa__fontSemibold{font-weight:600}.landing-module__g1LwZa__fontBold{font-weight:700}.landing-module__g1LwZa__cardOverlayBadge{color:#fff;background-color:#10b981;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;left:1rem}.landing-module__g1LwZa__cardTitleOverlay{color:#fff;margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.landing-module__g1LwZa__cardSubtitleOverlay{color:#ffffffe6;font-size:.875rem}.landing-module__g1LwZa__spacerMd{display:none}@media (min-width:768px){.landing-module__g1LwZa__spacerMd{display:block}}.landing-module__g1LwZa__videoHeader{align-items:center;gap:.75rem;display:flex;position:absolute;top:1rem;left:1rem;right:1rem}.landing-module__g1LwZa__videoAvatar{color:#fff;background:linear-gradient(to bottom right,#f472b6,#ef4444);border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:.875rem;font-weight:700;display:flex}.landing-module__g1LwZa__videoUsername{color:#fff;font-size:.875rem;font-weight:600}.landing-module__g1LwZa__videoUserMeta{color:#fffc;font-size:.75rem}.landing-module__g1LwZa__videoFooter{color:#fff;background:linear-gradient(#0000,#0006,#000c);padding:1.5rem;position:absolute;bottom:0;left:0;right:0}.landing-module__g1LwZa__videoDesc{margin-bottom:.5rem;font-size:.875rem}.landing-module__g1LwZa__videoStats{color:#ffffffb3;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.landing-module__g1LwZa__roiDesc{color:var(--black);font-size:1.125rem}.landing-module__g1LwZa__pricingTitle{color:var(--text-muted);font-size:.875rem;font-weight:600}.landing-module__g1LwZa__pricingSub{color:var(--text-muted);margin-top:.25rem;font-size:.75rem}.landing-module__g1LwZa__testName{color:var(--text-main);font-weight:600}.landing-module__g1LwZa__testRole{color:var(--text-muted);font-size:.875rem}.landing-module__g1LwZa__testText{color:var(--text-secondary);line-height:1.625}.landing-module__g1LwZa__textCenter{text-align:center}.landing-module__g1LwZa__textSm{font-size:.875rem}.landing-module__g1LwZa__textWhite70{color:#ffffffb3}.landing-module__g1LwZa__mt8{margin-top:2rem}.landing-module__g1LwZa__mb3{margin-bottom:.75rem}.landing-module__g1LwZa__leadingRelaxed{line-height:1.625}.landing-module__g1LwZa__guidesSection{width:100%;height:70vh;position:relative;overflow:hidden}@media (min-width:768px){.landing-module__g1LwZa__guidesSection{height:75vh}}@media (min-width:1024px){.landing-module__g1LwZa__guidesSection{height:80vh}}.landing-module__g1LwZa__guidesImage{position:absolute;inset:0}.landing-module__g1LwZa__guidesImage img{object-fit:cover;width:100%;height:100%}.landing-module__g1LwZa__guidesOverlay{background:linear-gradient(to top right,#000c,#0006,#0000);position:absolute;inset:0}.landing-module__g1LwZa__guidesContent{color:#fff;max-width:42rem;padding:2rem;position:absolute;bottom:0;left:0}@media (min-width:768px){.landing-module__g1LwZa__guidesContent{padding:3rem}}@media (min-width:1024px){.landing-module__g1LwZa__guidesContent{padding:4rem}}.landing-module__g1LwZa__guidesContent p:first-child{color:#ffffffe6;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.75rem}.landing-module__g1LwZa__guidesContent h2{margin-bottom:1.5rem;font-size:36px;line-height:1.1}.landing-module__g1LwZa__guidesContent p:last-of-type{color:#fffc;max-width:32rem;margin-bottom:2rem;font-size:1rem}.landing-module__g1LwZa__guidesContent a{color:#000;background-color:#fff;border-radius:9999px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;transition:all .2s;display:inline-flex;box-shadow:0 10px 15px -3px #0000001a}.landing-module__g1LwZa__guidesContent a:hover{box-shadow:0 20px 25px -5px #0000001a}.landing-module__g1LwZa__guidesContent a svg{transition:transform .2s}.landing-module__g1LwZa__guidesContent a:hover svg{transform:translate(4px)}
.PlansPage-module__eTBYta__container{background-color:#fff;flex:1;overflow-y:auto}.PlansPage-module__eTBYta__pageContainer{min-height:100vh}.PlansPage-module__eTBYta__headerBorder{border-bottom:1px solid #e5e7eb}.PlansPage-module__eTBYta__headerContent{max-width:80rem;margin:0 auto;padding:1.5rem 1rem}@media (min-width:640px){.PlansPage-module__eTBYta__headerContent{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.PlansPage-module__eTBYta__headerContent{padding-left:2rem;padding-right:2rem}}.PlansPage-module__eTBYta__pageTitle{color:#111827;margin:0;font-size:1.875rem;font-weight:800}.PlansPage-module__eTBYta__pageSubtitle{color:#4b5563;margin-top:.5rem;font-size:1rem}.PlansPage-module__eTBYta__contentContainer{max-width:80rem;margin:0 auto;padding:3rem 1rem}@media (min-width:640px){.PlansPage-module__eTBYta__contentContainer{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.PlansPage-module__eTBYta__contentContainer{padding-left:2rem;padding-right:2rem}}.PlansPage-module__eTBYta__billingToggleSection{flex-direction:column;align-items:center;margin-bottom:2rem;display:flex}@media (max-width:640px){.PlansPage-module__eTBYta__billingToggleSection{padding-left:1.5rem;padding-right:1.5rem}}.PlansPage-module__eTBYta__toggleWrapper{background-color:#fff;border:2px solid #111827;border-radius:9999px;align-items:center;padding:.25rem;display:inline-flex}.PlansPage-module__eTBYta__toggleButton{cursor:pointer;color:#111827;background-color:#0000;border:none;border-radius:9999px;padding:.5rem 1.5rem;font-weight:500;transition:all .2s ease-in-out}.PlansPage-module__eTBYta__toggleButtonActive{color:#fff;background-color:#111827}.PlansPage-module__eTBYta__billingNote{color:#4b5563;margin-top:.5rem;font-size:.875rem}.PlansPage-module__eTBYta__plansGrid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem;display:grid}@media (max-width:640px){.PlansPage-module__eTBYta__plansGrid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;margin-left:-1rem;margin-right:-1rem;padding-bottom:.5rem;padding-left:1rem;padding-right:1rem;display:flex;overflow:auto hidden}.PlansPage-module__eTBYta__plansGrid::-webkit-scrollbar{height:4px}.PlansPage-module__eTBYta__plansGrid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.PlansPage-module__eTBYta__plansGrid::-webkit-scrollbar-thumb{background:#888;border-radius:2px}.PlansPage-module__eTBYta__plansGrid::-webkit-scrollbar-thumb:hover{background:#555}.PlansPage-module__eTBYta__planCard{scroll-snap-align:start;flex:0 0 320px!important;min-width:320px!important;max-width:320px!important;padding:1.25rem!important}.PlansPage-module__eTBYta__planHeader,.PlansPage-module__eTBYta__planPriceSection{margin-bottom:1rem!important}.PlansPage-module__eTBYta__priceColumns{gap:1rem!important}.PlansPage-module__eTBYta__priceValue{font-size:2.25rem!important}.PlansPage-module__eTBYta__collabPriceValue{font-size:1.125rem!important}.PlansPage-module__eTBYta__pricePeriod,.PlansPage-module__eTBYta__pricePeriodLight{font-size:.875rem!important}.PlansPage-module__eTBYta__priceNote,.PlansPage-module__eTBYta__priceNoteLight{font-size:.75rem!important}.PlansPage-module__eTBYta__collabDiscountBadge{padding:.125rem .25rem!important;font-size:.5rem!important;top:-.75rem!important}.PlansPage-module__eTBYta__featuresSection{gap:.5rem!important;margin-bottom:1rem!important}.PlansPage-module__eTBYta__featureItem{gap:.5rem!important}.PlansPage-module__eTBYta__whatsIncludedHeader,.PlansPage-module__eTBYta__whatsIncludedHeaderDark{margin-bottom:.75rem!important;padding-top:1rem!important}.PlansPage-module__eTBYta__includedList,.PlansPage-module__eTBYta__includedItem{gap:.5rem!important}.PlansPage-module__eTBYta__payAsYouGoCard{margin-left:-2rem!important;margin-right:0!important;padding:1.25rem 1.5rem!important}.PlansPage-module__eTBYta__payAsYouGoContent{gap:1.5rem!important}.PlansPage-module__eTBYta__payAsYouGoPriceRow{flex-direction:column!important;align-items:flex-start!important;gap:.25rem!important}.PlansPage-module__eTBYta__payAsYouGoPriceValue{font-size:2rem!important}.PlansPage-module__eTBYta__payAsYouGoPricePeriod{font-size:.875rem!important}.PlansPage-module__eTBYta__payAsYouGoDescription{font-size:.8125rem!important}.PlansPage-module__eTBYta__payAsYouGoButton{width:100%!important;margin-top:1rem!important;padding-left:1rem!important;padding-right:1rem!important}}@media (min-width:768px){.PlansPage-module__eTBYta__plansGrid{grid-template-columns:repeat(3,1fr)}}.PlansPage-module__eTBYta__planCard{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;flex-direction:column;padding:2rem;display:flex;position:relative;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.PlansPage-module__eTBYta__planCardDark{color:#fff;background-color:#111827;border-color:#111827}.PlansPage-module__eTBYta__planHeader{margin-bottom:1.5rem}.PlansPage-module__eTBYta__planTitleRow{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.PlansPage-module__eTBYta__planName{color:#111827;margin:0;font-size:1.5rem;font-weight:700}.PlansPage-module__eTBYta__planNameLight{color:#fff}.PlansPage-module__eTBYta__saveBadge{color:#111827;background-color:#ffde59;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.PlansPage-module__eTBYta__planDescription{color:#4b5563;margin:0;font-size:.875rem}.PlansPage-module__eTBYta__planDescriptionLight{color:#d1d5db;margin:0;font-size:.875rem}.PlansPage-module__eTBYta__planPriceSection{margin-bottom:1.5rem}.PlansPage-module__eTBYta__priceColumns{align-items:flex-end;gap:1.5rem;display:flex}.PlansPage-module__eTBYta__priceColumn{flex-direction:column;flex:1;justify-content:flex-end;display:flex}.PlansPage-module__eTBYta__priceRow{flex-wrap:nowrap;align-items:baseline;gap:.25rem;display:flex}.PlansPage-module__eTBYta__collabPeriodWrapper{display:inline-block;position:relative}.PlansPage-module__eTBYta__collabDiscountBadge{color:#111827;white-space:nowrap;background-color:#ffde59;border-radius:9999px;padding:.125rem .375rem;font-size:.625rem;font-weight:600;line-height:1;position:absolute;top:-.875rem;left:0}.PlansPage-module__eTBYta__priceValue{color:#111827;font-size:3rem;font-weight:900;line-height:1}.PlansPage-module__eTBYta__priceValueLight{color:#fff}.PlansPage-module__eTBYta__collabPriceValue{color:#111827;font-size:1.5rem;font-weight:900;line-height:1}.PlansPage-module__eTBYta__collabPriceValueLight{color:#fff}.PlansPage-module__eTBYta__pricePeriod{color:#4b5563;font-size:1rem;line-height:1}.PlansPage-module__eTBYta__pricePeriodLight{color:#9ca3af;font-size:1rem;line-height:1}.PlansPage-module__eTBYta__priceNote{color:#6b7280;margin-top:.25rem;font-size:.875rem}.PlansPage-module__eTBYta__priceNoteLight{color:#9ca3af;margin-top:.25rem;font-size:.875rem}.PlansPage-module__eTBYta__getStartedButton{color:#111827;cursor:pointer;background-color:#ffde59;border:none;border-radius:.5rem;width:100%;margin-bottom:2rem;padding:1rem;font-size:1rem;font-weight:700;transition:background-color .2s}.PlansPage-module__eTBYta__getStartedButton:hover{background-color:#e5c850}.PlansPage-module__eTBYta__featuresSection{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.PlansPage-module__eTBYta__featureItem{align-items:flex-start;gap:.75rem;display:flex}.PlansPage-module__eTBYta__checkIconWrapper{background-color:#111827;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;margin-top:.125rem;padding:.125rem;display:flex}.PlansPage-module__eTBYta__checkIconWrapperLight{background-color:#fff;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;margin-top:.125rem;padding:.125rem;display:flex}.PlansPage-module__eTBYta__checkIcon{color:#fff}.PlansPage-module__eTBYta__checkIconDark{color:#111827}.PlansPage-module__eTBYta__featureText{color:#374151;font-size:.875rem}.PlansPage-module__eTBYta__featureTextLight{color:#fff;font-size:.875rem}.PlansPage-module__eTBYta__featureTextWithBadge{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.PlansPage-module__eTBYta__featureBadge{color:#111827;background-color:#ffde59;border-radius:9999px;padding:.125rem .5rem;font-size:.75rem;font-weight:600}.PlansPage-module__eTBYta__whatsIncludedHeader{border-top:1px solid #d1d5db;margin-bottom:1rem;padding-top:1.5rem}.PlansPage-module__eTBYta__whatsIncludedHeaderDark{border-top:1px solid #374151;margin-bottom:1rem;padding-top:1.5rem}.PlansPage-module__eTBYta__whatsIncludedTitle{color:#111827;margin:0;font-size:.875rem;font-weight:600}.PlansPage-module__eTBYta__whatsIncludedTitleLight{color:#fff;margin:0;font-size:.875rem;font-weight:600}.PlansPage-module__eTBYta__whatsIncludedSubtitle{color:#4b5563;margin-top:.75rem;font-size:.875rem}.PlansPage-module__eTBYta__includedList{flex-direction:column;gap:.75rem;display:flex}.PlansPage-module__eTBYta__includedItem{align-items:flex-start;gap:.75rem;display:flex}.PlansPage-module__eTBYta__includedText{color:#4b5563;font-size:.875rem}.PlansPage-module__eTBYta__includedTextLight{color:#d1d5db;font-size:.875rem}.PlansPage-module__eTBYta__payAsYouGoCard{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;margin-bottom:3rem;padding:2rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.PlansPage-module__eTBYta__payAsYouGoContent{flex-direction:column;gap:2rem;display:flex}@media (min-width:768px){.PlansPage-module__eTBYta__payAsYouGoContent{flex-direction:row;align-items:flex-start}}.PlansPage-module__eTBYta__payAsYouGoInfo{flex:1}.PlansPage-module__eTBYta__payAsYouGoTitle{color:#111827;margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.PlansPage-module__eTBYta__payAsYouGoPriceRow{align-items:baseline;gap:.5rem;margin-bottom:1rem;display:flex}.PlansPage-module__eTBYta__payAsYouGoPriceValue{color:#111827;font-size:2.25rem;font-weight:900}.PlansPage-module__eTBYta__payAsYouGoPricePeriod{color:#4b5563;font-size:1.125rem}.PlansPage-module__eTBYta__payAsYouGoDescription{color:#4b5563;font-size:.875rem;line-height:1.5}.PlansPage-module__eTBYta__payAsYouGoHighlight{color:#111827;font-weight:600}.PlansPage-module__eTBYta__payAsYouGoButton{width:auto;margin-top:1.5rem;margin-bottom:0;padding-left:2rem;padding-right:2rem}.PlansPage-module__eTBYta__payAsYouGoFeatures{flex:1}.PlansPage-module__eTBYta__includedSectionTitle{color:#111827;margin-bottom:1rem;font-size:.875rem;font-weight:600}.PlansPage-module__eTBYta__helpSection{text-align:center;background-color:#f9fafb;border-radius:1rem;padding:2rem}.PlansPage-module__eTBYta__helpTitle{color:#111827;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.PlansPage-module__eTBYta__helpDescription{color:#4b5563;margin-bottom:1.5rem}.PlansPage-module__eTBYta__helpButton{width:auto;margin-bottom:0;padding-left:2rem;padding-right:2rem}
/*# sourceMappingURL=8cc794650bbeb78b.css.map*/