: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,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.landing-module__g1LwZa__header{border-bottom:1px solid var(--border);background-color:var(--white);z-index:50;position:-webkit-sticky;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:rgba(255,222,89,.1)}.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;top:0;bottom:0;left:0;right:0}.landing-module__g1LwZa__heroVideo{object-fit:cover;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.landing-module__g1LwZa__heroOverlay{background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.3),rgba(0,0,0,.6));position:absolute;top:0;bottom:0;left:0;right: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(--white);max-width:64rem;font-size:42px;font-weight:400;line-height:1.1}.landing-module__g1LwZa__heroSubtitle{color:rgba(255,255,255,.9);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;padding:1.5rem 2rem;font-size:1.125rem;font-weight:500;transition:opacity .2s}.landing-module__g1LwZa__heroBtnPrimary:hover{opacity:.9}.landing-module__g1LwZa__heroBtnSecondary{color:var(--white);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;background-color:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.3);border-radius:.375rem;padding:1.5rem 2rem;font-size:1.125rem;transition:background-color .2s}.landing-module__g1LwZa__heroBtnSecondary:hover{background-color:rgba(255,255,255,.2)}.landing-module__g1LwZa__heroTrusted{color:rgba(255,255,255,.7);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:rgba(255,255,255,.6);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;top:0;bottom:0;left:0;right: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}.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;top:-2rem;bottom:-2rem;left:-2rem;right:-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 rgba(0,0,0,.25)}.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 rgba(0,0,0,.1)}.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(transparent,transparent,rgba(0,0,0,.6));position:absolute;top:0;bottom:0;left:0;right: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}.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 (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 rgba(0,0,0,.05)}.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:rgba(255,222,89,.1);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:2rem}.landing-module__g1LwZa__sectionEngagement{background-color:rgba(0,0,0,.9);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:2rem}@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 rgba(0,0,0,.1)}.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 rgba(0,0,0,.25)}.landing-module__g1LwZa__aspect916{aspect-ratio:9/16;position:relative}.landing-module__g1LwZa__sectionROI{background-color:var(--white);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 rgba(0,0,0,.2)}.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 rgba(0,0,0,.1)}.landing-module__g1LwZa__roiBtn:hover{background-color:#e5c850;box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.landing-module__g1LwZa__sectionPricing{background-color:#313131;padding:5rem 0}.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:rgba(16,185,129,.1);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 (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 rgba(0,0,0,.05)}.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,rgba(249,202,36,.1),rgba(249,202,36,.05));border-top:1px solid rgba(249,202,36,.2);border-bottom:1px solid rgba(249,202,36,.2);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 rgba(17,24,39,.2);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:rgba(255,255,255,.9);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:rgba(255,255,255,.8);font-size:.75rem}.landing-module__g1LwZa__videoFooter{color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.4),rgba(0,0,0,.8));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:rgba(255,255,255,.7);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:rgba(255,255,255,.7)}.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;top:0;bottom:0;left:0;right:0}.landing-module__g1LwZa__guidesImage img{object-fit:cover;width:100%;height:100%}.landing-module__g1LwZa__guidesOverlay{background:linear-gradient(to top right,rgba(0,0,0,.8),rgba(0,0,0,.4),transparent);position:absolute;top:0;bottom:0;left:0;right: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:rgba(255,255,255,.9);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:rgba(255,255,255,.8);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 rgba(0,0,0,.1)}.landing-module__g1LwZa__guidesContent a:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.landing-module__g1LwZa__guidesContent a svg{transition:transform .2s}.landing-module__g1LwZa__guidesContent a:hover svg{transform:translate(4px)}
/*# sourceMappingURL=b29e7d755f1b1660.css.map*/