.Button-module__8RiFmG__button{cursor:pointer;border-radius:calc(var(--radius) - 2px);border:none;justify-content:center;align-items:center;gap:.5rem;font-weight:500;transition:all .2s;display:inline-flex}.Button-module__8RiFmG__button:disabled{opacity:.5;cursor:not-allowed}.Button-module__8RiFmG__primary{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.Button-module__8RiFmG__primary:hover{opacity:.9}.Button-module__8RiFmG__secondary{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground));border:1px solid hsl(var(--border)/.5)}.Button-module__8RiFmG__secondary:hover{background-color:hsl(var(--secondary)/.8)}.Button-module__8RiFmG__ghost{color:hsl(var(--foreground));background-color:#0000}.Button-module__8RiFmG__ghost:hover{background-color:hsl(var(--secondary))}.Button-module__8RiFmG__hero{background:var(--gradient-primary);color:hsl(var(--primary-foreground));box-shadow:var(--shadow-button)}.Button-module__8RiFmG__hero:hover{opacity:.9;transform:translateY(-1px)}.Button-module__8RiFmG__heroOutline{color:hsl(var(--foreground));border:1px solid hsl(var(--border));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:0 0}.Button-module__8RiFmG__heroOutline:hover{background:hsl(var(--secondary)/.5);border-color:hsl(var(--primary)/.5)}.Button-module__8RiFmG__glass{background:hsl(var(--card)/.4);-webkit-backdrop-filter:blur(10px);border:1px solid hsl(var(--border)/.5);color:hsl(var(--foreground))}.Button-module__8RiFmG__glass:hover{background:hsl(var(--card)/.6);border-color:hsl(var(--border))}.Button-module__8RiFmG__sm{padding:.5rem 1rem;font-size:.875rem}.Button-module__8RiFmG__md{padding:.625rem 1.25rem;font-size:.875rem}.Button-module__8RiFmG__lg{padding:.75rem 1.5rem;font-size:1rem}.Button-module__8RiFmG__xl{padding:1rem 2rem;font-size:1.125rem}.Button-module__8RiFmG__icon{width:2.5rem;height:2.5rem;padding:0}
.Navbar-module__cRh5nW__header{z-index:50;background:hsl(var(--background)/.5);border-bottom:1px solid #0000;transition:all .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__cRh5nW__scrolled{background:hsl(var(--card)/.6);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid hsl(var(--border)/.5);padding:.1rem 0}.Navbar-module__cRh5nW__nav{padding-top:.2rem;padding-bottom:.2rem}.Navbar-module__cRh5nW__navContainer{justify-content:space-between;align-items:center;height:50px;display:flex}.Navbar-module__cRh5nW__logoWrapper{align-items:center;height:100%;display:flex}.Navbar-module__cRh5nW__logoWrapper img{object-fit:contain;width:auto;height:42px;display:block}.Navbar-module__cRh5nW__desktopMenu{align-items:center;gap:1.5rem;display:none}@media (min-width:768px){.Navbar-module__cRh5nW__desktopMenu{display:flex}}.Navbar-module__cRh5nW__navLink{color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.Navbar-module__cRh5nW__navLink:hover{color:hsl(var(--foreground))}.Navbar-module__cRh5nW__desktopCtas{align-items:center;gap:.5rem;display:none}@media (min-width:768px){.Navbar-module__cRh5nW__desktopCtas{display:flex}}.Navbar-module__cRh5nW__mobileMenuButton{color:hsl(var(--foreground));cursor:pointer;background:0 0;border:none;margin-right:-.5rem;padding:.5rem;display:block}@media (min-width:768px){.Navbar-module__cRh5nW__mobileMenuButton{display:none}}.Navbar-module__cRh5nW__icon{width:1.5rem;height:1.5rem}.Navbar-module__cRh5nW__mobileMenu{background:hsl(var(--background)/.8);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid hsl(var(--border)/.5);overflow:hidden}@media (min-width:768px){.Navbar-module__cRh5nW__mobileMenu{display:none}}.Navbar-module__cRh5nW__mobileMenuContainer{flex-direction:column;gap:.5rem;padding:1.5rem 1rem 2rem;display:flex}.Navbar-module__cRh5nW__mobileNavLink{color:hsl(var(--muted-foreground));padding:.75rem 0;font-size:1.125rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.Navbar-module__cRh5nW__mobileNavLink:hover{color:hsl(var(--primary));padding-left:.5rem}.Navbar-module__cRh5nW__mobileCtas{border-top:1px solid hsl(var(--border)/.5);flex-direction:column;gap:.75rem;margin-top:.5rem;padding-top:1.5rem;display:flex}.Navbar-module__cRh5nW__mobileButton{width:100%}
.Footer-module__3hUVsW__footer{border-top:1px solid hsl(var(--border)/.5);background-color:hsl(var(--card)/.3);padding:4rem 0}.Footer-module__3hUVsW__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (min-width:768px){.Footer-module__3hUVsW__grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (min-width:1024px){.Footer-module__3hUVsW__grid{grid-template-columns:repeat(5,1fr)}}.Footer-module__3hUVsW__brand{grid-column:1/-1}@media (min-width:768px){.Footer-module__3hUVsW__brand{grid-column:span 1}}@media (min-width:1024px){.Footer-module__3hUVsW__brand{grid-column:span 2}}.Footer-module__3hUVsW__logo{margin-bottom:1.5rem;display:flex}.Footer-module__3hUVsW__description{color:hsl(var(--muted-foreground));max-width:24rem;margin-bottom:1.5rem;font-size:.875rem}.Footer-module__3hUVsW__contact{color:hsl(var(--muted-foreground));font-size:.875rem}.Footer-module__3hUVsW__email{color:hsl(var(--primary));text-decoration:none}.Footer-module__3hUVsW__email:hover{text-decoration:underline}.Footer-module__3hUVsW__heading{color:hsl(var(--foreground));margin-bottom:1rem;font-family:Sora,sans-serif;font-size:.875rem;font-weight:600}@media (min-width:768px){.Footer-module__3hUVsW__heading{margin-bottom:1.5rem;font-size:1rem}}.Footer-module__3hUVsW__list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}@media (min-width:768px){.Footer-module__3hUVsW__list{gap:.75rem}}.Footer-module__3hUVsW__link,.Footer-module__3hUVsW__linkButton{color:hsl(var(--muted-foreground));cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:.75rem;text-decoration:none;transition:color .2s}@media (min-width:768px){.Footer-module__3hUVsW__link,.Footer-module__3hUVsW__linkButton{font-size:.875rem}}.Footer-module__3hUVsW__link:hover,.Footer-module__3hUVsW__linkButton:hover{color:hsl(var(--foreground))}.Footer-module__3hUVsW__bottomBar{border-top:1px solid hsl(var(--border)/.5);flex-direction:column;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:3rem;padding-top:2rem;display:flex}@media (min-width:768px){.Footer-module__3hUVsW__bottomBar{flex-direction:row}}.Footer-module__3hUVsW__copyright{color:hsl(var(--muted-foreground));font-size:.875rem}.Footer-module__3hUVsW__socials{align-items:center;gap:1.5rem;display:flex}.Footer-module__3hUVsW__socialLink{color:hsl(var(--muted-foreground));font-size:.875rem;text-decoration:none;transition:color .2s}.Footer-module__3hUVsW__socialLink:hover{color:hsl(var(--foreground))}.Footer-module__3hUVsW__modalOverlay{z-index:100;background:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Footer-module__3hUVsW__modalContent{background:hsl(var(--card));border-radius:var(--radius);border:1px solid hsl(var(--border));text-align:center;width:90%;max-width:400px;padding:2rem}.Footer-module__3hUVsW__modalContent h3{margin-bottom:1rem}.Footer-module__3hUVsW__modalContent button{cursor:pointer;margin-top:1.5rem;padding:.5rem 1rem}
