.page-module__xtSyCa__container{background-color:var(--background);flex-direction:column;min-height:100vh;display:flex}.page-module__xtSyCa__navbar{align-items:center;padding:1.5rem 5%;display:flex}.page-module__xtSyCa__logo{color:var(--primary);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.page-module__xtSyCa__logoIcon{color:var(--accent)}.page-module__xtSyCa__main{flex:1;justify-content:center;align-items:center;padding:2rem 5%;display:flex}.page-module__xtSyCa__authCard{background-color:var(--card-bg);width:100%;max-width:440px;box-shadow:var(--shadow-md);border:1px solid var(--border-color);border-radius:12px;padding:3rem}.page-module__xtSyCa__authHeader{text-align:center;margin-bottom:2rem}.page-module__xtSyCa__authHeader h1{color:var(--primary);margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.page-module__xtSyCa__authHeader p{color:var(--foreground);opacity:.7;font-size:.95rem}.page-module__xtSyCa__form{flex-direction:column;gap:1.25rem;display:flex}.page-module__xtSyCa__formGroup{flex-direction:column;gap:.5rem;display:flex}.page-module__xtSyCa__formGroup label{color:var(--foreground);font-size:.875rem;font-weight:500}.page-module__xtSyCa__inputWrapper{align-items:center;display:flex;position:relative}.page-module__xtSyCa__inputIcon{color:var(--foreground);opacity:.4;position:absolute;left:1rem}.page-module__xtSyCa__inputWrapper input{border:1px solid var(--border-color);width:100%;color:var(--foreground);border-radius:8px;outline:none;padding:.75rem 1rem .75rem 2.8rem;font-size:.95rem;transition:all .2s}.page-module__xtSyCa__inputWrapper input:focus{border-color:var(--secondary);box-shadow:0 0 0 3px #2563eb1a}.page-module__xtSyCa__forgotPassword{justify-content:flex-end;display:flex}.page-module__xtSyCa__forgotPassword a{color:var(--secondary);font-size:.875rem;font-weight:500}.page-module__xtSyCa__error{color:var(--error);text-align:center;background-color:#ef44441a;border:1px solid #ef444433;border-radius:8px;padding:.75rem;font-size:.875rem}.page-module__xtSyCa__submitBtn{background-color:var(--secondary);color:#fff;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.875rem;font-weight:600;transition:background-color .2s;display:flex}.page-module__xtSyCa__submitBtn:hover:not(:disabled){background-color:var(--secondary-hover)}.page-module__xtSyCa__submitBtn:disabled{opacity:.7;cursor:not-allowed}.page-module__xtSyCa__authFooter{text-align:center;color:var(--foreground);opacity:.8;margin-top:2rem;font-size:.95rem}.page-module__xtSyCa__authFooter a{color:var(--secondary);font-weight:600}
.PublicNavbar-module__F7Iccq__navbar{background-color:var(--card-bg);border-bottom:1px solid var(--border-color);z-index:100;box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;padding:1rem 5%;display:flex;position:sticky;top:0}.PublicNavbar-module__F7Iccq__navContainer{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;display:flex}.PublicNavbar-module__F7Iccq__logo{color:var(--primary);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.PublicNavbar-module__F7Iccq__logoIcon{color:var(--accent)}.PublicNavbar-module__F7Iccq__navLinks{display:none}@media (min-width:768px){.PublicNavbar-module__F7Iccq__navLinks{color:var(--foreground);opacity:.8;gap:2rem;font-weight:500;display:flex}.PublicNavbar-module__F7Iccq__navLinks a{transition:all var(--transition-fast)}.PublicNavbar-module__F7Iccq__navLinks a:hover{color:var(--primary);opacity:1}}.PublicNavbar-module__F7Iccq__navAuth{align-items:center;gap:1rem;display:flex}.PublicNavbar-module__F7Iccq__loginBtn{color:var(--foreground);opacity:.8;transition:all var(--transition-fast);font-weight:500}.PublicNavbar-module__F7Iccq__loginBtn:hover{opacity:1}.PublicNavbar-module__F7Iccq__signupBtn{background-color:var(--primary);color:#fff;border:1px solid #0000;border-radius:6px;padding:.5rem 1.25rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1)}.PublicNavbar-module__F7Iccq__signupBtn:hover{background-color:var(--primary-hover);filter:brightness(1.1);border-color:#f9731666;transform:translateY(-2px);box-shadow:0 5px 20px #3b82f666,0 0 15px #f9731640}.PublicNavbar-module__F7Iccq__dropdown{height:100%;display:inline-block;position:relative}.PublicNavbar-module__F7Iccq__dropbtn{color:var(--foreground);opacity:.8;cursor:pointer;height:100%;transition:all var(--transition-fast);background:0 0;border:none;align-items:center;padding:0;font-family:inherit;font-size:1rem;font-weight:500;display:flex}.PublicNavbar-module__F7Iccq__dropbtn:hover{color:var(--primary);opacity:1}.PublicNavbar-module__F7Iccq__dropdownContent{background-color:var(--card-bg);min-width:240px;box-shadow:var(--shadow-md);border:1px solid var(--border-color);z-index:101;border-radius:8px;margin-top:5px;padding:.5rem 0;display:none;position:absolute;top:100%;left:0}.PublicNavbar-module__F7Iccq__dropdownContent:before{content:"";height:10px;position:absolute;top:-10px;left:0;right:0}.PublicNavbar-module__F7Iccq__dropdown:hover .PublicNavbar-module__F7Iccq__dropdownContent{flex-direction:column;display:flex}.PublicNavbar-module__F7Iccq__dropdownContent a{color:var(--foreground);padding:.75rem 1.25rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:block}.PublicNavbar-module__F7Iccq__dropdownContent a:hover{background-color:var(--background);color:var(--primary);opacity:1}.PublicNavbar-module__F7Iccq__mobileMenuBtn{color:var(--foreground);cursor:pointer;background:0 0;border:none;padding:8px;display:flex}@media (min-width:768px){.PublicNavbar-module__F7Iccq__mobileMenuBtn{display:none}}.PublicNavbar-module__F7Iccq__mobileDrawer{background-color:var(--card-bg);border-bottom:1px solid var(--border-color);opacity:0;pointer-events:none;border-bottom-right-radius:12px;border-bottom-left-radius:12px;width:100%;transition:all .3s cubic-bezier(.16,1,.3,1);display:none;position:absolute;top:100%;left:0;transform:translateY(-10px);box-shadow:0 10px 30px #00000080}.PublicNavbar-module__F7Iccq__mobileDrawerOpen{opacity:1;pointer-events:auto;display:block;transform:translateY(0)}@media (min-width:768px){.PublicNavbar-module__F7Iccq__mobileDrawer{display:none!important}}.PublicNavbar-module__F7Iccq__mobileDrawerLinks{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.PublicNavbar-module__F7Iccq__mobileDrawerLinks a{color:var(--foreground);border:1px solid #0000;border-radius:8px;padding:.75rem 1rem;font-size:1.1rem;font-weight:500;transition:all .3s cubic-bezier(.16,1,.3,1)}.PublicNavbar-module__F7Iccq__mobileDrawerLinks a:hover{color:#60a5fa;-webkit-text-stroke:.5px #60a5fa;background-color:#3b82f626;border-color:#3b82f64d;box-shadow:0 0 15px #3b82f626}.PublicNavbar-module__F7Iccq__mobileDrawerAuth{border-top:1px solid var(--border-color);flex-direction:column;gap:1rem;margin-top:1rem;padding-top:1.5rem;display:flex}
.PublicFooter-module__M22Agq__footer{background-color:var(--card-bg);border-top:1px solid var(--border-color);padding:4rem 5% 2rem}.PublicFooter-module__M22Agq__footerContent{flex-direction:column;gap:3rem;max-width:1200px;margin:0 auto;display:flex}@media (min-width:1024px){.PublicFooter-module__M22Agq__footerContent{flex-direction:row;justify-content:space-between}}.PublicFooter-module__M22Agq__footerBrandSection{flex:1;max-width:400px}.PublicFooter-module__M22Agq__footerBrand{color:var(--primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:flex}.PublicFooter-module__M22Agq__logoIcon{color:var(--accent)}.PublicFooter-module__M22Agq__brandDescription{color:var(--foreground);opacity:.7;font-size:.95rem;line-height:1.6}.PublicFooter-module__M22Agq__footerLinksGrid{flex:2;grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (min-width:640px){.PublicFooter-module__M22Agq__footerLinksGrid{grid-template-columns:repeat(4,1fr)}}.PublicFooter-module__M22Agq__footerColumn{flex-direction:column;gap:1rem;display:flex}.PublicFooter-module__M22Agq__footerColumn h4{color:var(--primary);margin-bottom:.5rem;font-size:1rem;font-weight:600}.PublicFooter-module__M22Agq__footerColumn a{color:var(--foreground);opacity:.7;border-bottom:2px solid #0000;margin-left:-.8rem;padding:.4rem .8rem;font-size:.9rem;transition:all .3s cubic-bezier(.16,1,.3,1)}.PublicFooter-module__M22Agq__footerColumn a:hover{opacity:1;color:#60a5fa;box-shadow:none;-webkit-text-stroke:.5px #60a5fa;text-shadow:0 0 15px #3b82f633;background-color:#0000;border-bottom:2px solid #3b82f680}.PublicFooter-module__M22Agq__footerCopyright{border-top:1px solid var(--border-color);text-align:center;margin-top:4rem;padding-top:2rem}.PublicFooter-module__M22Agq__footerCopyright p{color:var(--foreground);opacity:.5;font-size:.875rem}
.SecurityTrustSection-module__ZqH_Ma__trustSection{background-color:var(--background);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:5rem 1.5rem}.SecurityTrustSection-module__ZqH_Ma__container{max-width:1200px;margin:0 auto}.SecurityTrustSection-module__ZqH_Ma__header{text-align:center;margin-bottom:4rem}.SecurityTrustSection-module__ZqH_Ma__title{color:var(--primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.SecurityTrustSection-module__ZqH_Ma__subtitle{color:var(--foreground);opacity:.8;max-width:700px;margin:0 auto;font-size:1.1rem}.SecurityTrustSection-module__ZqH_Ma__grid{grid-template-columns:repeat(1,1fr);gap:2rem;display:grid}@media (min-width:768px){.SecurityTrustSection-module__ZqH_Ma__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.SecurityTrustSection-module__ZqH_Ma__grid{grid-template-columns:repeat(3,1fr)}}.SecurityTrustSection-module__ZqH_Ma__card,.SecurityTrustSection-module__ZqH_Ma__cardFeatured{background-color:var(--card-bg);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:12px;flex-direction:column;gap:1rem;padding:2rem;transition:transform .2s,box-shadow .2s;display:flex}.SecurityTrustSection-module__ZqH_Ma__cardFeatured{text-align:center;background:linear-gradient(to bottom right,#2563eb0d,#8b5cf60d);grid-column:1/-1;align-items:center}@media (min-width:1024px){.SecurityTrustSection-module__ZqH_Ma__cardFeatured{text-align:left;grid-column:span 1;align-items:flex-start}}.SecurityTrustSection-module__ZqH_Ma__card:hover,.SecurityTrustSection-module__ZqH_Ma__cardFeatured:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.SecurityTrustSection-module__ZqH_Ma__iconWrapper{color:var(--secondary);background-color:#2563eb1a;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:.5rem;display:flex}.SecurityTrustSection-module__ZqH_Ma__card h3,.SecurityTrustSection-module__ZqH_Ma__cardFeatured h3{color:var(--primary);margin:0;font-size:1.2rem;font-weight:600}.SecurityTrustSection-module__ZqH_Ma__card p,.SecurityTrustSection-module__ZqH_Ma__cardFeatured p{color:var(--foreground);opacity:.8;margin:0;font-size:.95rem;line-height:1.5}
.page-module___8aEwW__container{flex-direction:column;min-height:100vh;display:flex}.page-module___8aEwW__navbar{background-color:var(--card-bg);border-bottom:1px solid var(--border-color);z-index:100;box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;padding:1rem 5%;display:flex;position:sticky;top:0}.page-module___8aEwW__logo{color:var(--primary);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.page-module___8aEwW__logoIcon{color:var(--accent)}.page-module___8aEwW__navLinks{display:none}@media (min-width:768px){.page-module___8aEwW__navLinks{color:var(--foreground);opacity:.8;gap:2rem;font-weight:500;display:flex}.page-module___8aEwW__navLinks a:hover{color:var(--primary);opacity:1}}.page-module___8aEwW__navAuth{align-items:center;gap:1rem;display:flex}.page-module___8aEwW__loginBtn{color:var(--foreground);opacity:.8;font-weight:500}.page-module___8aEwW__loginBtn:hover{opacity:1}.page-module___8aEwW__signupBtn{background-color:var(--primary);color:#fff;border-radius:6px;padding:.5rem 1rem;font-weight:500;transition:background-color .2s}.page-module___8aEwW__signupBtn:hover{background-color:var(--primary-hover)}.page-module___8aEwW__hero{text-align:center;background:linear-gradient(180deg,var(--card-bg)0%,var(--background)100%);flex-direction:column;align-items:center;padding:5rem 5% 4rem;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__heroContent{z-index:2;max-width:800px;margin-bottom:3rem}.page-module___8aEwW__heroTitle{color:var(--primary);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:900;line-height:1.15}@media (min-width:1024px){.page-module___8aEwW__heroTitle{font-size:4rem}}.page-module___8aEwW__highlight{color:var(--secondary);display:inline-block;position:relative}.page-module___8aEwW__highlight:after{content:"";background-color:var(--accent);opacity:.3;z-index:-1;width:100%;height:.3em;position:absolute;bottom:0;left:0;transform:skew(-15deg)}.page-module___8aEwW__heroSubtitle{color:var(--foreground);opacity:.75;margin-bottom:2.5rem;font-size:1.25rem;font-weight:400;line-height:1.7}.page-module___8aEwW__heroCtas{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}@media (min-width:640px){.page-module___8aEwW__heroCtas{flex-direction:row;gap:1.5rem}}.page-module___8aEwW__primaryCta{background:var(--accent-gradient);color:#fff;border-radius:12px;padding:1.125rem 2.5rem;font-size:1.15rem;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-block;box-shadow:0 8px 16px #2563eb4d}.page-module___8aEwW__primaryCta:hover{transform:translateY(-2px);box-shadow:0 12px 24px #2563eb66}.page-module___8aEwW__secondaryCta{color:var(--primary);border:1px solid var(--border-color);background-color:#fff;border-radius:8px;padding:.875rem 2rem;font-size:1.125rem;font-weight:600;transition:all .2s}.page-module___8aEwW__secondaryCta:hover{background-color:var(--background)}.page-module___8aEwW__heroVisual{z-index:2;width:100%;max-width:900px;animation:6s ease-in-out infinite page-module___8aEwW__float}@keyframes page-module___8aEwW__float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.page-module___8aEwW__mockup{background-color:var(--card-bg);box-shadow:var(--shadow-lg);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.page-module___8aEwW__mockupHeader{border-bottom:1px solid var(--border-color);background-color:#f1f5f9;align-items:center;height:24px;padding:0 12px;display:flex}.page-module___8aEwW__dotGroup{gap:6px;display:flex}.page-module___8aEwW__dot{background-color:#cbd5e1;border-radius:50%;width:10px;height:10px}.page-module___8aEwW__dot:first-child{background-color:#ff5f56}.page-module___8aEwW__dot:nth-child(2){background-color:#ffbd2e}.page-module___8aEwW__dot:nth-child(3){background-color:#27c93f}.page-module___8aEwW__mockupBody{height:400px;display:flex}.page-module___8aEwW__mockupSidebar{border-right:1px solid var(--border-color);background-color:#f8fafc;width:20%}.page-module___8aEwW__mockupContent{background-color:#fafafa;flex-direction:column;gap:1.5rem;width:80%;padding:2rem;display:flex}.page-module___8aEwW__mockupUrl{color:#94a3b8;background-color:#fff;border:1px solid #e2e8f0;border-radius:4px;margin-left:auto;padding:4px 12px;font-family:monospace;font-size:.75rem}.page-module___8aEwW__sidebarSkeleton{opacity:.5;background-color:#e2e8f0;border-radius:4px;height:24px;margin:12px}.page-module___8aEwW__demoPlaceholder{color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100%;display:flex}.page-module___8aEwW__placeholderIcon{color:#cbd5e1}.page-module___8aEwW__aiTerminal{box-shadow:var(--shadow-md);background-color:#0f172a;border-radius:8px;flex-direction:column;flex-grow:1;display:flex;overflow:hidden}.page-module___8aEwW__terminalHeader{color:#94a3b8;letter-spacing:.05em;text-transform:uppercase;background-color:#1e293b;border-bottom:1px solid #334155;padding:8px 16px;font-size:.75rem;font-weight:500}.page-module___8aEwW__terminalBody{color:#10b981;padding:1.5rem;font-family:monospace;font-size:.9rem;line-height:1.6}.page-module___8aEwW__cursor{animation:1s step-end infinite page-module___8aEwW__blink}@keyframes page-module___8aEwW__blink{0%,to{opacity:1}50%{opacity:0}}.page-module___8aEwW__metricsRow{opacity:0;gap:1rem;transition:opacity .5s,transform .5s;display:flex;transform:translateY(10px)}.page-module___8aEwW__metricsRow.page-module___8aEwW__fadeIn{opacity:1;transform:translateY(0)}.page-module___8aEwW__metricCard{border:1px solid var(--border-color);box-shadow:var(--shadow-sm);background-color:#fff;border-radius:8px;flex-direction:column;flex:1;padding:1rem;display:flex}.page-module___8aEwW__metricLabel{color:var(--foreground);opacity:.6;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.page-module___8aEwW__metricValue{color:var(--foreground);font-size:1.5rem;font-weight:700}.page-module___8aEwW__metricValueHighlight{color:var(--accent);font-size:1.5rem;font-weight:700}.page-module___8aEwW__progressBarWrapper{background-color:#f1f5f9;border-radius:3px;height:6px;margin-top:auto;overflow:hidden}.page-module___8aEwW__progressFill{background:linear-gradient(90deg,var(--secondary)0%,var(--accent)100%);height:100%;transition:width 1s ease-out}.page-module___8aEwW__features{background-color:#0000;padding:8rem 5%}.page-module___8aEwW__sectionTitle{text-align:center;color:var(--primary);letter-spacing:-.02em;margin-bottom:4rem;font-size:2.5rem;font-weight:800}.page-module___8aEwW__sectionTitleLeft{color:#fff;margin-bottom:2.5rem;font-size:2.5rem;font-weight:800}.page-module___8aEwW__featureGrid{grid-template-columns:1fr;gap:2.5rem;max-width:1200px;margin:0 auto;display:grid}@media (min-width:768px){.page-module___8aEwW__featureGrid{grid-template-columns:repeat(3,1fr)}}.page-module___8aEwW__featureCard{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:20px;flex-direction:column;padding:3rem 2.5rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;box-shadow:0 0 50px #3b82f626,0 0 30px #f973161a}.page-module___8aEwW__featureCard:hover{border-color:#f9731633;transform:translateY(-2px);box-shadow:0 0 80px #3b82f640,0 0 60px #f9731633}.page-module___8aEwW__featureCardFeatured{background-color:var(--card-bg);border:2px solid var(--secondary);box-shadow:var(--shadow-md);border-radius:20px;flex-direction:column;padding:3rem 2.5rem;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.page-module___8aEwW__featureCardFeatured:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.page-module___8aEwW__featureIcon{background:var(--accent-gradient);color:#fff;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:2rem;display:flex;box-shadow:0 8px 16px #2563eb33}.page-module___8aEwW__featureIcon svg{width:24px;height:24px}.page-module___8aEwW__featureCard h3{color:var(--primary);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.page-module___8aEwW__featureCard p{color:var(--foreground);opacity:.7;line-height:1.6}.page-module___8aEwW__howItWorks{background-color:var(--primary);color:#fff;padding:5rem 5%}.page-module___8aEwW__hiwContent{max-width:1000px;margin:0 auto}.page-module___8aEwW__steps{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.page-module___8aEwW__steps{grid-template-columns:repeat(3,1fr)}}.page-module___8aEwW__step{flex-direction:column;display:flex}.page-module___8aEwW__stepNumber{background-color:var(--accent);width:40px;height:40px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.page-module___8aEwW__stepText h3{margin-bottom:.5rem;font-size:1.25rem}.page-module___8aEwW__stepText p{opacity:.8;line-height:1.6}.page-module___8aEwW__pricing{background-color:#0000;padding:8rem 5%}.page-module___8aEwW__pricingGrid{grid-template-columns:1fr;align-items:center;gap:2.5rem;max-width:1100px;margin:0 auto;display:grid}@media (min-width:768px){.page-module___8aEwW__pricingGrid{grid-template-columns:repeat(3,1fr)}}.page-module___8aEwW__pricingCard,.page-module___8aEwW__pricingCardFeatured{background-color:#fff;border-radius:20px;flex-direction:column;padding:3rem 2.5rem;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);display:flex}.page-module___8aEwW__pricingCard{border:1px solid var(--border-color);box-shadow:var(--shadow-sm)}.page-module___8aEwW__pricingCard:hover{border-color:#f9731633;transform:translateY(-2px);box-shadow:0 20px 40px #0000004d,0 0 80px #3b82f64d,0 0 60px #f9731640}.page-module___8aEwW__pricingCardFeatured{border:2px solid var(--secondary);box-shadow:var(--shadow-lg),0 0 40px #2563eb26;z-index:2;padding:3.5rem 2.5rem;position:relative;transform:scale(1.05)}.page-module___8aEwW__pricingCardFeatured:hover{border-color:#f973164d;transform:scale(1.03)translateY(-2px);box-shadow:0 20px 40px #0000001a,0 0 60px #f973161f}.page-module___8aEwW__popularBadge{background:var(--accent-gradient);color:#fff;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;border-radius:20px;padding:6px 16px;font-size:.8rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #2563eb4d}.page-module___8aEwW__pricingCard h3,.page-module___8aEwW__pricingCardFeatured h3{color:var(--primary);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.page-module___8aEwW__price{color:var(--primary);margin-bottom:2rem;font-size:3rem;font-weight:800}.page-module___8aEwW__price span{color:var(--foreground);opacity:.6;font-size:1rem;font-weight:500}.page-module___8aEwW__planFeatures{flex-grow:1;margin-bottom:2.5rem;list-style:none}.page-module___8aEwW__planFeatures li{color:var(--foreground);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.95rem;display:flex}.page-module___8aEwW__planFeatures li svg{color:var(--accent);flex-shrink:0}.page-module___8aEwW__planBtn{background-color:var(--secondary);color:#fff;text-align:center;border-radius:8px;width:100%;padding:.875rem;font-weight:600;transition:background-color .2s}.page-module___8aEwW__planBtn:hover{background-color:var(--secondary-hover);border-color:#f9731699;box-shadow:0 0 12px #f973164d}.page-module___8aEwW__planBtnOutline{color:var(--secondary);text-align:center;border:1px solid var(--secondary);background-color:#fff;border-radius:8px;width:100%;padding:.875rem;font-weight:600;transition:all .2s}.page-module___8aEwW__planBtnOutline:hover{background-color:var(--secondary);color:#fff;border-color:#f9731699;box-shadow:0 0 12px #f973164d}.page-module___8aEwW__trustBanner{background-color:var(--card-bg);border-bottom:1px solid var(--border-color);text-align:center;padding:2rem 5%}.page-module___8aEwW__trustTitle{color:var(--foreground);opacity:.6;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-size:1rem;font-weight:600}.page-module___8aEwW__trustTags{color:var(--primary);flex-wrap:wrap;justify-content:center;gap:1.5rem;font-size:.95rem;font-weight:500;display:flex}.page-module___8aEwW__trustTags span{align-items:center;gap:.5rem;display:flex}.page-module___8aEwW__testimonialSection{background-color:#0000;padding:8rem 5%}.page-module___8aEwW__testimonialGrid{grid-template-columns:1fr;gap:2.5rem;max-width:1200px;margin:0 auto;display:grid}@media (min-width:768px){.page-module___8aEwW__testimonialGrid{grid-template-columns:repeat(3,1fr)}}.page-module___8aEwW__testimonialContent{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;padding:3rem 2.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 0 50px #3b82f626,0 0 30px #f973161a}.page-module___8aEwW__testimonialContent:hover{border-color:#f9731626;transform:translateY(-2px);box-shadow:0 15px 40px #0000004d,0 0 80px #3b82f640,0 0 60px #f9731633}.page-module___8aEwW__stars{color:#f59e0b;gap:4px;margin-bottom:1.5rem;display:flex}.page-module___8aEwW__quoteText{color:var(--foreground);flex-grow:1;margin-bottom:2.5rem;font-size:1.15rem;font-style:italic;font-weight:500;line-height:1.7}.page-module___8aEwW__quoteAuthor{align-items:center;gap:1rem;display:flex}.page-module___8aEwW__authorAvatar{background:linear-gradient(135deg,var(--secondary),var(--primary));border-radius:50%;width:48px;height:48px}.page-module___8aEwW__authorInfo{text-align:left;flex-direction:column;display:flex}.page-module___8aEwW__authorInfo strong{color:var(--foreground);font-size:1rem}.page-module___8aEwW__authorInfo span{color:var(--foreground);opacity:.6;font-size:.875rem}.page-module___8aEwW__footer{background-color:var(--card-bg);border-top:1px solid var(--border-color);padding:2.5rem 5%}.page-module___8aEwW__footerContent{flex-direction:column;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}@media (min-width:640px){.page-module___8aEwW__footerContent{flex-direction:row;justify-content:space-between}}.page-module___8aEwW__footerBrand{color:var(--primary);align-items:center;gap:.5rem;font-weight:600;display:flex}.page-module___8aEwW__footerContent p{color:var(--foreground);opacity:.6;font-size:.875rem}.page-module___8aEwW__ctaBannerSection{background:linear-gradient(135deg,var(--primary)0%,#1e3a8a 100%);text-align:center;color:#fff;border-radius:24px;width:90%;max-width:1200px;margin:4rem auto;padding:5rem 2rem;box-shadow:0 20px 40px #1e3a8a26}.page-module___8aEwW__finalCtaSection{background:var(--card-bg);text-align:center;border-top:1px solid var(--border-color);margin-top:4rem;padding:6rem 2rem}.page-module___8aEwW__ctaBannerContent h2{margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.page-module___8aEwW__ctaBannerSection .page-module___8aEwW__ctaBannerContent h2{color:#fff}.page-module___8aEwW__finalCtaSection .page-module___8aEwW__ctaBannerContent h2{color:var(--primary)}.page-module___8aEwW__ctaBannerContent p{opacity:.9;max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.2rem;line-height:1.6}.page-module___8aEwW__ctaBannerBtn{background:var(--accent-gradient);color:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;padding:1.125rem 2.5rem;font-size:1.15rem;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 8px 16px #2563eb4d}.page-module___8aEwW__ctaBannerBtn:hover{transform:translateY(-4px);box-shadow:0 12px 24px #2563eb66}
.Listings-module__4RjWCG__pageContainer{max-width:1200px;margin:0 auto;padding:4rem 2rem}.Listings-module__4RjWCG__header{text-align:center;margin-bottom:2rem}.Listings-module__4RjWCG__header h1{color:#111;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.Listings-module__4RjWCG__header p{color:#666;max-width:600px;margin:0 auto;font-size:1.1rem}.Listings-module__4RjWCG__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;padding:2rem 0;display:grid}.Listings-module__4RjWCG__card{color:inherit;background:#fff;border:1px solid #eaeaea;border-radius:12px;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.Listings-module__4RjWCG__card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000000d}.Listings-module__4RjWCG__imageWrapper{background:#f5f5f5;width:100%;height:220px;position:relative;overflow:hidden}.Listings-module__4RjWCG__image{object-fit:cover;width:100%;height:100%}.Listings-module__4RjWCG__placeholder{color:#999;background:#f0f0f0;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.Listings-module__4RjWCG__badges{gap:8px;display:flex;position:absolute;top:12px;left:12px}.Listings-module__4RjWCG__badge{text-transform:uppercase;color:#fff;border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:600}.Listings-module__4RjWCG__badgeFeatured{color:#000;background:#d4af37}.Listings-module__4RjWCG__badgeActive{background:#2e7d32}.Listings-module__4RjWCG__badgePending{background:#f57c00}.Listings-module__4RjWCG__badgeSold{background:#d32f2f}.Listings-module__4RjWCG__badgeDraft{background:#757575}.Listings-module__4RjWCG__content{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.Listings-module__4RjWCG__price{color:#1a1a1a;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.Listings-module__4RjWCG__title{color:#333;margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.Listings-module__4RjWCG__location{color:#666;margin-bottom:1rem;font-size:.9rem}.Listings-module__4RjWCG__details{color:#555;border-bottom:1px solid #eaeaea;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;font-size:.85rem;display:flex}.Listings-module__4RjWCG__detailItem{align-items:center;gap:4px;display:flex}.Listings-module__4RjWCG__description{color:#666;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;flex-grow:1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.Listings-module__4RjWCG__cta{text-align:center;color:#fff;background:#0f172a;border-radius:6px;width:100%;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:background .2s;display:block}.Listings-module__4RjWCG__cta:hover{background:#1e293b}.Listings-module__4RjWCG__filters{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:flex}.Listings-module__4RjWCG__filterGroup{flex-direction:column;flex-grow:1;gap:.5rem;min-width:160px;display:flex}.Listings-module__4RjWCG__filterGroup label{color:#475569;font-size:.85rem;font-weight:600}.Listings-module__4RjWCG__filterGroup select,.Listings-module__4RjWCG__filterGroup input{background:#fff;border:1px solid #cbd5e1;border-radius:4px;padding:.6rem;font-size:.9rem}.Listings-module__4RjWCG__filterActions{gap:.5rem;display:flex}.Listings-module__4RjWCG__btnPrimary{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:4px;padding:.6rem 1.2rem;font-weight:500}.Listings-module__4RjWCG__btnSecondary{color:#64748b;cursor:pointer;background:0 0;border:1px solid #cbd5e1;border-radius:4px;padding:.6rem 1.2rem;font-weight:500}.Listings-module__4RjWCG__emptyState{text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;margin-top:2rem;padding:4rem 2rem}.Listings-module__4RjWCG__emptyState h3{color:#334155;margin-bottom:.5rem;font-size:1.25rem}.Listings-module__4RjWCG__emptyState p{color:#64748b}
.shared-pages-module__g4bgIa__pageContainer{max-width:1200px;min-height:80vh;margin:0 auto;padding:6rem 1.5rem 4rem}.shared-pages-module__g4bgIa__header{text-align:center;margin-bottom:4rem}.shared-pages-module__g4bgIa__title{color:var(--primary);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.shared-pages-module__g4bgIa__subtitle{color:var(--foreground);opacity:.8;max-width:700px;margin:0 auto;font-size:1.1rem}.shared-pages-module__g4bgIa__content{color:var(--foreground);flex-direction:column;gap:3rem;font-size:1.05rem;line-height:1.6;display:flex}.shared-pages-module__g4bgIa__section{background-color:var(--card-bg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);border-radius:12px;padding:2.5rem}.shared-pages-module__g4bgIa__section h2{color:var(--primary);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.shared-pages-module__g4bgIa__ctaWrapper{text-align:center;margin-top:2rem}.shared-pages-module__g4bgIa__ctaBtn{background-color:var(--secondary);color:#fff;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.shared-pages-module__g4bgIa__ctaBtn:hover{background-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.shared-pages-module__g4bgIa__contactForm{flex-direction:column;gap:1.5rem;max-width:600px;margin:0 auto;display:flex}.shared-pages-module__g4bgIa__formGroup{flex-direction:column;gap:.5rem;display:flex}.shared-pages-module__g4bgIa__formGroup label{color:var(--foreground);font-size:.95rem;font-weight:500}.shared-pages-module__g4bgIa__formGroup input,.shared-pages-module__g4bgIa__formGroup textarea{border:1px solid var(--border-color);background-color:var(--background);color:var(--foreground);border-radius:8px;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}.shared-pages-module__g4bgIa__formGroup input:focus,.shared-pages-module__g4bgIa__formGroup textarea:focus{border-color:var(--secondary);outline:none}.shared-pages-module__g4bgIa__submitBtn{background-color:var(--secondary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:1rem;font-size:1.1rem;font-weight:600;transition:all .2s}.shared-pages-module__g4bgIa__submitBtn:hover{background-color:var(--primary)}.shared-pages-module__g4bgIa__supportNote{text-align:center;opacity:.8;margin-top:1rem;font-size:.9rem}
