@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";
:root{--background:#fff;--foreground:#171717;--primary:#ff9f38;--primary-dark:#e68a2e;--primary-light:#ffb65c;--primary-extra-light:#f8fafc;--secondary:#10b981;--accent:#f59e0b;--danger:#ef4444;--success:#10b981;--warning:#f59e0b;--text-primary:#333;--text-secondary:#666;--text-muted:#94a3b8;--bg-primary:#fff;--bg-secondary:#f8fafc;--bg-tertiary:#f1f5f9;--border:#e2e8f0;--border-light:#f1f5f9;--gradient-primary:linear-gradient(135deg,#ff9f38 0%,#ffb65c 100%);--gradient-secondary:linear-gradient(135deg,#10b981 0%,#059669 100%);--gradient-hero:linear-gradient(135deg,#fff 0%,#f1f5f9 100%);--gradient-text:linear-gradient(135deg,#ff9f38 0%,#ffb65c 100%);--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);--font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2rem;--space-xl:3rem;--space-2xl:4rem;--space-3xl:6rem;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.5rem}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html,body{box-sizing:border-box;max-width:100vw;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:Poppins,sans-serif;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}
.Navbar-module__oCXpda__navbar{-webkit-backdrop-filter:blur(8px);z-index:1000;background-color:#fff;border:1px solid rgba(255,255,255,.4);border-radius:50px;justify-content:space-between;align-items:center;width:90%;max-width:1300px;margin:10px auto;padding:14px 40px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:box-shadow .3s;display:flex;position:fixed;top:5px;left:50%;transform:translate(-50%);box-shadow:0 4px 20px rgba(0,0,0,.08)}.Navbar-module__oCXpda__navBrandContainer{color:inherit;align-items:center;text-decoration:none;display:flex}.Navbar-module__oCXpda__logo{width:150px;height:auto;margin-right:10px}.Navbar-module__oCXpda__brand{font-size:24px;font-weight:700}.Navbar-module__oCXpda__navCenter{align-items:center;gap:20px;display:flex}.Navbar-module__oCXpda__navLink{color:#333;font-weight:600;text-decoration:none;transition:color .3s}.Navbar-module__oCXpda__navLink:hover{color:#ff9f38}.Navbar-module__oCXpda__solutionsButton{cursor:pointer;color:#333;background:0 0;border:none;align-items:center;margin:0;padding:0;font-family:inherit;font-size:16px;font-weight:600;display:flex}.Navbar-module__oCXpda__chevronIcon{margin-left:5px;transition:transform .3s}.Navbar-module__oCXpda__rotate{transform:rotate(180deg)}.Navbar-module__oCXpda__solutionsDropdown{color:#333;z-index:10;background-color:#fff;border-radius:20px;flex-direction:column;width:90%;max-width:1300px;padding:30px 40px 0;transition:opacity .3s,transform .3s;display:flex;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 6px 25px rgba(0,0,0,.08)}.Navbar-module__oCXpda__dropdownColumnsWrapper{gap:140px;width:100%;margin-bottom:20px;display:flex}.Navbar-module__oCXpda__dropdownColumnsWrapper>.Navbar-module__oCXpda__dropdownColumn,.Navbar-module__oCXpda__dropdownColumnsWrapper>.Navbar-module__oCXpda__dropdownColumnInfo{position:relative}.Navbar-module__oCXpda__dropdownColumnsWrapper>.Navbar-module__oCXpda__dropdownColumn:not(:last-child),.Navbar-module__oCXpda__dropdownColumnsWrapper>.Navbar-module__oCXpda__dropdownColumnInfo:not(:last-child){margin-right:px;border-right:1px solid #eee;padding-right:5%}.Navbar-module__oCXpda__solutionsDropdown a{color:#555;align-items:center;gap:12px;font-weight:500;text-decoration:none;display:flex}.Navbar-module__oCXpda__solutionsDropdown a:hover{color:#ff9f38}.Navbar-module__oCXpda__solutionsDropdown a svg{color:#ff9f48;transition:color .2s}.Navbar-module__oCXpda__solutionsDropdown a:hover svg{color:#e68a00}.Navbar-module__oCXpda__dropdownColumn,.Navbar-module__oCXpda__dropdownColumnInfo{flex-direction:column;flex-basis:25%;gap:15px;display:flex}.Navbar-module__oCXpda__dropdownHeading{color:#333;border-bottom:2px solid #ff9f38;margin-bottom:5px;padding-bottom:5px;font-size:20px;font-weight:600;display:inline-block}.Navbar-module__oCXpda__dropdownText{color:#777;font-size:14px;line-height:1.6}.Navbar-module__oCXpda__dropdownFooter{text-align:center;color:#333;background-color:#fff7f0;border-top:1px solid #ff9f38;border-radius:0 0 20px 20px;width:calc(100% + 80px);margin:0;padding:15px 25px;font-size:16px;font-weight:500;position:relative;left:-40px}.Navbar-module__oCXpda__scheduleDemoBtn{color:#000;white-space:nowrap;letter-spacing:.2px;background-color:#ff9f38;border-radius:30px;padding:10px 15px;font-size:14px;font-weight:600;line-height:1;text-decoration:none;transition:background-color .3s}.Navbar-module__oCXpda__scheduleDemoBtn:hover{background-color:#e68a2e}.Navbar-module__oCXpda__solutionDemoBtn{text-align:center;background-color:#ff9f38;border-radius:5px;width:-moz-fit-content;width:fit-content;margin:20px auto 0;padding:10px 15px;font-weight:500;text-decoration:none;transition:background-color .3s;display:block;color:#fff!important}.Navbar-module__oCXpda__solutionDemoBtn:hover{background-color:#ffb65c}.Navbar-module__oCXpda__hamburgerMenu{cursor:pointer;color:#333;background:0 0;border:none;font-size:24px;display:none}.Navbar-module__oCXpda__mobileMenu{z-index:10;background:#fff;border-top:1px solid #eee;flex-direction:column;gap:10px;padding:20px;display:none;position:absolute;top:100%;left:0;right:0}.Navbar-module__oCXpda__mobileMenu.Navbar-module__oCXpda__open{display:flex}.Navbar-module__oCXpda__mobileMenuContent{flex-direction:column;gap:10px;display:flex}.Navbar-module__oCXpda__mobileDropdown{flex-direction:column;display:flex}.Navbar-module__oCXpda__mobileDropdownBtn{text-align:left;cursor:pointer;color:#333;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:15px;font-family:inherit;font-size:16px;font-weight:500;display:flex}.Navbar-module__oCXpda__mobileDropdownBtn:hover{color:#ff9f38}.Navbar-module__oCXpda__mobileDropdownContent{flex-direction:column;gap:10px;padding-bottom:10px;padding-left:10px;display:flex}.Navbar-module__oCXpda__mobileDropdownContent a{color:#555;border-radius:4px;align-items:center;gap:8px;padding:10px;font-size:15px;text-decoration:none;transition:background .2s,color .2s;display:flex}.Navbar-module__oCXpda__mobileDropdownContent a:hover{color:#ff9f38;background-color:#f9f9f9}.Navbar-module__oCXpda__mobileDropdownContent a svg{color:#ff9f38;font-size:14px}.Navbar-module__oCXpda__mobileHeading{color:#333;text-transform:uppercase;letter-spacing:.5px;margin-top:10px;margin-bottom:5px;font-size:14px;font-weight:600}@media (max-width:1024px){.Navbar-module__oCXpda__navbar{padding:20px 40px}}@media (max-width:768px){.Navbar-module__oCXpda__navbar{padding:15px 20px}.Navbar-module__oCXpda__navCenter,.Navbar-module__oCXpda__scheduleDemoBtn{display:none}.Navbar-module__oCXpda__hamburgerMenu{display:block}.Navbar-module__oCXpda__solutionsDropdown{box-sizing:border-box;flex-direction:column;gap:30px;width:100%;padding:20px;left:0}.Navbar-module__oCXpda__dropdownColumnsWrapper{flex-direction:column;gap:30px;margin-bottom:20px}.Navbar-module__oCXpda__dropdownFooter{display:none}.Navbar-module__oCXpda__dropdownColumn,.Navbar-module__oCXpda__dropdownColumnInfo{flex-basis:auto}}
.Footer-module__8-teKW__footer{color:#222;background-color:#fff;border-top:1px solid #eee;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:30px;padding:40px 100px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.Footer-module__8-teKW__footerLeft{flex-direction:column;align-items:flex-start;max-width:350px;display:flex}.Footer-module__8-teKW__footerBrandContainer{color:inherit;align-items:center;margin-bottom:8px;text-decoration:none;display:flex}.Footer-module__8-teKW__footerLogo{border-radius:8px;width:150px;height:auto;margin-right:10px}.Footer-module__8-teKW__footerBrand{color:#ff8c00;font-size:32px;font-weight:700}.Footer-module__8-teKW__footerTagline{font-size:var(--text-base);color:var(--text-secondary);font-weight:400;line-height:1.6}.Footer-module__8-teKW__footerLinks,.Footer-module__8-teKW__footerContact{flex-direction:column;gap:10px;min-width:150px;display:flex}.Footer-module__8-teKW__footerLinks h3,.Footer-module__8-teKW__footerContact h3{font-size:var(--text-lg);color:var(--primary);margin-bottom:8px;font-weight:600}.Footer-module__8-teKW__footerLinkItem{font-size:var(--text-base);color:var(--text-primary);align-items:center;gap:8px;line-height:1.6;text-decoration:none;transition:color .3s;display:flex}.Footer-module__8-teKW__footerLinkItem:hover{color:#ff9f38;text-decoration:underline}.Footer-module__8-teKW__footerIcon{color:#ff9f38;width:18px!important;height:18px!important;font-size:18px!important}.Footer-module__8-teKW__footerDivider{background-color:#e6e6e6;width:100%;height:1px;margin-top:30px}.Footer-module__8-teKW__footerCopyright{font-size:var(--text-sm);color:var(--text-muted);text-align:center;width:100%;margin-top:1rem;line-height:1.6}@media (max-width:768px){.Footer-module__8-teKW__footer{padding:var(--space-xl)var(--space-md);flex-direction:column;align-items:flex-start}.Footer-module__8-teKW__footerLeft{margin-bottom:var(--space-lg);max-width:100%}.Footer-module__8-teKW__footerTagline{padding:0 var(--space-sm);font-size:.9375rem}.Footer-module__8-teKW__footerLinks,.Footer-module__8-teKW__footerContact{margin-bottom:var(--space-lg)}.Footer-module__8-teKW__footerLinks h3,.Footer-module__8-teKW__footerContact h3{font-size:1rem}.Footer-module__8-teKW__footerLinkItem{font-size:.9375rem}.Footer-module__8-teKW__footerDivider{margin-top:var(--space-lg)}.Footer-module__8-teKW__footerCopyright{font-size:.8125rem}}@media (max-width:480px){.Footer-module__8-teKW__footer{padding:var(--space-lg)var(--space-sm)}.Footer-module__8-teKW__footerLogo{width:120px}.Footer-module__8-teKW__footerTagline{padding:0 var(--space-xs);font-size:.875rem}.Footer-module__8-teKW__footerLinks h3,.Footer-module__8-teKW__footerContact h3{font-size:.9375rem}.Footer-module__8-teKW__footerLinkItem{font-size:.875rem}.Footer-module__8-teKW__footerCopyright{font-size:.75rem}}
