.Navigation-module__0_8sUq__nav{z-index:1000;transition:all var(--transition-base);-webkit-backdrop-filter:blur(10px);box-shadow:var(--shadow-md);background:#fffc;padding:1rem 0;position:fixed;top:0;left:0;right:0}.Navigation-module__0_8sUq__navContent{justify-content:space-between;align-items:center;gap:2rem;display:flex}.Navigation-module__0_8sUq__navLinks{flex:1;justify-content:center;align-items:center;gap:2rem;display:flex}.Navigation-module__0_8sUq__navLink{color:var(--foreground-muted);cursor:pointer;transition:color var(--transition-base);background:0 0;border:none;padding:.5rem 0;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;position:relative}.Navigation-module__0_8sUq__navLink:after{content:"";background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);height:2px;transition:transform var(--transition-base);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.Navigation-module__0_8sUq__navLink:hover{color:var(--foreground)}.Navigation-module__0_8sUq__navLink:hover:after{transform:scaleX(1)}@media (max-width:768px){.Navigation-module__0_8sUq__navLinks{display:none}.Navigation-module__0_8sUq__logo{font-size:1.5rem}}
.Hero-module__gNeX-G__hero{align-items:center;min-height:100vh;padding-top:6rem;display:flex;position:relative;overflow:hidden}.Hero-module__gNeX-G__heroContent{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.Hero-module__gNeX-G__heroText{flex-direction:column;gap:2rem;display:flex}.Hero-module__gNeX-G__heroText h1{opacity:0}.Hero-module__gNeX-G__heroText p{opacity:0;max-width:600px}.Hero-module__gNeX-G__ctaButtons{flex-wrap:wrap;gap:1rem;display:flex}.Hero-module__gNeX-G__ctaButtons a{opacity:0}.Hero-module__gNeX-G__stats{gap:3rem;margin-top:2rem;display:flex}.Hero-module__gNeX-G__stat{flex-direction:column;gap:.25rem;display:flex}.Hero-module__gNeX-G__statNumber{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:800;line-height:1}.Hero-module__gNeX-G__statLabel{color:var(--foreground-muted);font-size:.875rem;font-weight:500}.Hero-module__gNeX-G__heroImage{height:600px;position:relative}.Hero-module__gNeX-G__imageWrapper{width:100%;height:100%;position:relative}.Hero-module__gNeX-G__floatingCard{z-index:2;width:100%;height:100%;animation-delay:.6s;position:relative}.Hero-module__gNeX-G__mockupImage{border-radius:var(--radius-2xl);width:100%;height:auto;box-shadow:var(--shadow-xl),var(--shadow-glow);border:1px solid var(--border-light);object-fit:cover}.Hero-module__gNeX-G__gradientBlob{filter:blur(40px);z-index:1;background:radial-gradient(circle,#ef444433 0%,#f973161a 50%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:4s ease-in-out infinite Hero-module__gNeX-G__pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:1024px){.Hero-module__gNeX-G__heroContent{grid-template-columns:1fr;gap:3rem}.Hero-module__gNeX-G__heroImage{height:500px}.Hero-module__gNeX-G__stats{gap:2rem}}@media (max-width:768px){.Hero-module__gNeX-G__hero{min-height:auto;padding-top:7rem}.Hero-module__gNeX-G__heroImage{height:400px}.Hero-module__gNeX-G__stats{flex-wrap:wrap;gap:1.5rem}.Hero-module__gNeX-G__statNumber{font-size:2rem}.Hero-module__gNeX-G__ctaButtons{flex-direction:column}.Hero-module__gNeX-G__ctaButtons a{text-align:center;width:100%}}
.Features-module__0vMnSW__header{text-align:center;max-width:800px;margin:0 auto 4rem}.Features-module__0vMnSW__header h2{margin-bottom:1rem}.Features-module__0vMnSW__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.Features-module__0vMnSW__featureCard{opacity:1;text-align:center;flex-direction:column;align-items:center;gap:1rem;animation:.6s ease-out Features-module__0vMnSW__fadeIn;display:flex}.Features-module__0vMnSW__featureIcon{border-radius:var(--radius-xl);width:80px;height:80px;transition:all var(--transition-base);background:linear-gradient(135deg,#ef44441a 0%,#f973161a 100%);justify-content:center;align-items:center;margin-bottom:.5rem;font-size:3rem;display:flex}.Features-module__0vMnSW__featureCard:hover .Features-module__0vMnSW__featureIcon{background:linear-gradient(135deg,#ef444433 0%,#f9731633 100%);transform:scale(1.1)rotate(5deg)}.Features-module__0vMnSW__featureTitle{color:var(--foreground);margin:0;font-size:1.25rem;font-weight:700}.Features-module__0vMnSW__featureDescription{color:var(--foreground-muted);margin:0;font-size:1rem;line-height:1.6}.Features-module__0vMnSW__iconImage{object-fit:contain}@media (max-width:768px){.Features-module__0vMnSW__featuresGrid{grid-template-columns:1fr;gap:1.5rem}.Features-module__0vMnSW__header{margin-bottom:3rem}}
.Benefits-module__YXF9Ba__benefits{background:var(--background-alt)}.Benefits-module__YXF9Ba__header{text-align:center;max-width:800px;margin:0 auto 4rem}.Benefits-module__YXF9Ba__header h2{margin-bottom:1rem}.Benefits-module__YXF9Ba__benefitsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.Benefits-module__YXF9Ba__benefitCard{background:var(--background);border-radius:var(--radius-xl);padding:var(--spacing-lg);border:1px solid var(--border-light);transition:all var(--transition-base);gap:1.5rem;display:flex}.Benefits-module__YXF9Ba__benefitCard:hover{box-shadow:var(--shadow-xl);border-color:var(--primary-light);transform:translateY(-4px)}.Benefits-module__YXF9Ba__benefitNumber{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;flex-shrink:0;font-family:Outfit,sans-serif;font-size:3rem;font-weight:900;line-height:1}.Benefits-module__YXF9Ba__benefitContent{flex-direction:column;gap:1rem;display:flex}.Benefits-module__YXF9Ba__benefitContent h3{color:var(--foreground);margin:0;font-size:1.5rem}.Benefits-module__YXF9Ba__benefitContent p{color:var(--foreground-muted);margin:0;font-size:1rem;line-height:1.6}.Benefits-module__YXF9Ba__benefitStat{border-top:1px solid var(--border-light);margin-top:auto;padding-top:1rem}.Benefits-module__YXF9Ba__statValue{color:var(--primary);font-family:Outfit,sans-serif;font-size:2rem;font-weight:800;line-height:1}.Benefits-module__YXF9Ba__statLabel{color:var(--foreground-muted);margin-top:.25rem;font-size:.875rem}@media (max-width:768px){.Benefits-module__YXF9Ba__benefitsGrid{grid-template-columns:1fr}.Benefits-module__YXF9Ba__benefitCard{text-align:center;flex-direction:column;align-items:center}}
.Showcase-module__mACcQG__header{text-align:center;max-width:800px;margin:0 auto 4rem}.Showcase-module__mACcQG__header h2{margin-bottom:1rem}.Showcase-module__mACcQG__showcaseContainer{max-width:1200px;margin:0 auto}.Showcase-module__mACcQG__tabs{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.Showcase-module__mACcQG__tab{background:var(--background);border:2px solid var(--border);border-radius:var(--radius-full);color:var(--foreground-muted);cursor:pointer;transition:all var(--transition-base);padding:1rem 2rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600}.Showcase-module__mACcQG__tab:hover{border-color:var(--primary);color:var(--foreground)}.Showcase-module__mACcQG__activeTab{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);color:#fff;border-color:#0000}.Showcase-module__mACcQG__showcaseContent{grid-template-columns:1fr 2fr;align-items:start;gap:3rem;display:grid}.Showcase-module__mACcQG__showcaseInfo h3{color:var(--foreground);margin-bottom:1rem}.Showcase-module__mACcQG__showcaseInfo p{color:var(--foreground-muted);margin-bottom:1rem;line-height:1.7}.Showcase-module__mACcQG__showcasePreview{width:100%;position:relative}.Showcase-module__mACcQG__browserMockup{background:var(--background);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);border:1px solid var(--border-light);overflow:hidden}.Showcase-module__mACcQG__browserBar{background:var(--background-alt);border-bottom:1px solid var(--border-light);align-items:center;gap:1rem;padding:1rem;display:flex}.Showcase-module__mACcQG__browserDots{gap:.5rem;display:flex}.Showcase-module__mACcQG__browserDots span{background:var(--border);border-radius:50%;width:12px;height:12px}.Showcase-module__mACcQG__browserDots span:first-child{background:#ef4444}.Showcase-module__mACcQG__browserDots span:nth-child(2){background:#f59e0b}.Showcase-module__mACcQG__browserDots span:nth-child(3){background:#10b981}.Showcase-module__mACcQG__browserUrl{background:var(--background);border-radius:var(--radius-md);color:var(--foreground-muted);text-align:center;border:1px solid var(--border-light);flex:1;padding:.5rem 1rem;font-size:.875rem}.Showcase-module__mACcQG__iframeContainer{background:var(--background-alt);width:100%;height:600px;position:relative;overflow:hidden}.Showcase-module__mACcQG__siteIframe{background:#fff;border:none;width:100%;height:100%;display:block}@media (max-width:1024px){.Showcase-module__mACcQG__showcaseContent{grid-template-columns:1fr;gap:2rem}.Showcase-module__mACcQG__tabs{margin-bottom:2rem}.Showcase-module__mACcQG__iframeContainer{height:500px}}@media (max-width:768px){.Showcase-module__mACcQG__tabs{flex-direction:column}.Showcase-module__mACcQG__tab{text-align:center;width:100%}.Showcase-module__mACcQG__iframeContainer{height:400px}}
.LeadForm-module__58et6G__leadFormSection{background:linear-gradient(135deg,#ef44440d 0%,#f973160d 100%)}.LeadForm-module__58et6G__formContainer{grid-template-columns:1fr 1.2fr;align-items:start;gap:4rem;display:grid}.LeadForm-module__58et6G__formInfo h2{margin-bottom:1rem}.LeadForm-module__58et6G__formInfo p{margin-bottom:2rem}.LeadForm-module__58et6G__benefits{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.LeadForm-module__58et6G__benefit{color:var(--foreground);align-items:center;gap:.75rem;font-size:1.125rem;display:flex}.LeadForm-module__58et6G__benefitIcon{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.875rem;font-weight:700;display:flex}.LeadForm-module__58et6G__contact{background:var(--background);border-radius:var(--radius-lg);border:1px solid var(--border-light);padding:1.5rem}.LeadForm-module__58et6G__contact p{margin:.5rem 0;font-size:1rem}.LeadForm-module__58et6G__formWrapper{background:var(--background);border-radius:var(--radius-2xl);padding:var(--spacing-2xl);box-shadow:var(--shadow-xl);border:1px solid var(--border-light)}.LeadForm-module__58et6G__form{flex-direction:column;gap:1.5rem;display:flex}.LeadForm-module__58et6G__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.LeadForm-module__58et6G__formGroup{flex-direction:column;gap:.5rem;display:flex}.LeadForm-module__58et6G__formGroup label{color:var(--foreground);font-family:Inter,sans-serif;font-size:.875rem;font-weight:600}.LeadForm-module__58et6G__formGroup input,.LeadForm-module__58et6G__formGroup select,.LeadForm-module__58et6G__formGroup textarea{border:2px solid var(--border);border-radius:var(--radius-md);background:var(--background);color:var(--foreground);transition:all var(--transition-base);padding:.875rem 1rem;font-family:Inter,sans-serif;font-size:1rem}.LeadForm-module__58et6G__formGroup input:focus,.LeadForm-module__58et6G__formGroup select:focus,.LeadForm-module__58et6G__formGroup textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #06b6d41a}.LeadForm-module__58et6G__formGroup textarea{resize:vertical;min-height:100px}.LeadForm-module__58et6G__submitBtn{width:100%;margin-top:1rem;padding:1rem 2rem;font-size:1.125rem}.LeadForm-module__58et6G__submitBtn:disabled{opacity:.7;cursor:not-allowed}.LeadForm-module__58et6G__successMessage{border:1px solid var(--success);border-radius:var(--radius-md);color:var(--success);text-align:center;background:#10b9811a;padding:1rem;font-weight:600;animation:.3s ease-out LeadForm-module__58et6G__fadeIn}.LeadForm-module__58et6G__errorMessage{border:1px solid var(--error);border-radius:var(--radius-md);color:var(--error);text-align:center;background:#ef44441a;padding:1rem;font-weight:600;animation:.3s ease-out LeadForm-module__58et6G__fadeIn}@media (max-width:1024px){.LeadForm-module__58et6G__formContainer{grid-template-columns:1fr;gap:3rem}}@media (max-width:768px){.LeadForm-module__58et6G__formRow{grid-template-columns:1fr}.LeadForm-module__58et6G__formWrapper{padding:var(--spacing-lg)}}
.Footer-module__nhiC3q__footer{color:#fff;padding:var(--spacing-3xl)0 var(--spacing-lg);margin-top:var(--spacing-3xl);background:#1a1a1a}.Footer-module__nhiC3q__footerContent{border-bottom:1px solid #ffffff1a;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;padding-bottom:3rem;display:grid}.Footer-module__nhiC3q__footerSection h4{color:#fff;margin-bottom:1rem;font-size:1.125rem;font-weight:700}.Footer-module__nhiC3q__footerSection p{color:#ffffffb3;font-size:1rem;line-height:1.6}.Footer-module__nhiC3q__footerSection ul{flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}.Footer-module__nhiC3q__footerSection ul li{color:#ffffffb3;font-size:1rem}.Footer-module__nhiC3q__footerSection ul li a{color:#ffffffb3;transition:color var(--transition-base)}.Footer-module__nhiC3q__footerSection ul li a:hover{color:var(--primary-light)}.Footer-module__nhiC3q__footerBottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Footer-module__nhiC3q__footerBottom p{color:#ffffff80;margin:0;font-size:.875rem}.Footer-module__nhiC3q__footerLinks{align-items:center;gap:1rem;font-size:.875rem;display:flex}.Footer-module__nhiC3q__footerLinks a{color:#ffffff80;transition:color var(--transition-base)}.Footer-module__nhiC3q__footerLinks a:hover{color:var(--primary-light)}.Footer-module__nhiC3q__footerLinks span{color:#ffffff4d}@media (max-width:1024px){.Footer-module__nhiC3q__footerContent{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:768px){.Footer-module__nhiC3q__footerContent{grid-template-columns:1fr;gap:2rem}.Footer-module__nhiC3q__footerBottom{text-align:center;flex-direction:column}}
