.FloatingCta-module__g2GpDq__floatingCta{z-index:300;background:var(--accent);color:#fff;border-radius:999px;align-items:center;gap:.5rem;min-height:44px;padding:.85rem 1.5rem;font-size:.9rem;font-weight:700;transition:background .2s,transform .2s;display:inline-flex;position:fixed;bottom:1.5rem;left:1.5rem;box-shadow:0 .6rem 1.6rem #0006}.FloatingCta-module__g2GpDq__floatingCta:hover{background:var(--accent-light);transform:translateY(-2px)}@media (max-width:480px){.FloatingCta-module__g2GpDq__floatingCta{padding:.75rem 1.2rem;font-size:.85rem;bottom:1rem;left:1rem}}
.Nav-module__e1xquq__nav{z-index:200;min-height:var(--nav-height);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0d0d0db3;border-bottom:1px solid #0000;transition:background .3s,border-color .3s;position:fixed;top:0;left:0;right:0}.Nav-module__e1xquq__scrolled{border-bottom-color:var(--border);background:#0d0d0df2}.Nav-module__e1xquq__inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:2.5rem;width:100%;padding:1.1rem 3rem;display:grid}.Nav-module__e1xquq__logo{grid-column:1;justify-self:start;align-items:center;display:inline-flex}.Nav-module__e1xquq__logoImg{width:auto;height:clamp(48px,6vw,72px)}.Nav-module__e1xquq__navLinks{grid-column:2;justify-self:center;align-items:center;gap:1.8rem;list-style:none;display:flex}.Nav-module__e1xquq__navLinks a{color:#fff;border-bottom:2px solid #0000;padding-bottom:.3rem;font-size:1.37rem;transition:color .2s,border-color .2s}.Nav-module__e1xquq__navLinks a:hover{color:var(--accent)}.Nav-module__e1xquq__active{color:#fff!important;border-bottom-color:var(--accent)!important}.Nav-module__e1xquq__cta{background:var(--accent);color:#fff;white-space:nowrap;border-radius:999px;grid-column:3;justify-self:end;align-items:center;gap:.4rem;padding:.6rem 1.2rem;font-size:.85rem;font-weight:700;transition:background .2s;display:inline-flex}.Nav-module__e1xquq__cta:hover{background:var(--accent-light)}.Nav-module__e1xquq__menuButton{cursor:pointer;background:0 0;border:none;flex-direction:column;grid-column:3;justify-content:center;justify-self:end;align-items:center;gap:5px;width:2.2rem;min-width:44px;height:2.2rem;min-height:44px;display:none}.Nav-module__e1xquq__menuButton span{background:var(--foreground);border-radius:1px;width:2.2rem;height:2px;display:block}.Nav-module__e1xquq__mobileMenu{display:none}@media (max-width:1100px){.Nav-module__e1xquq__navLinks,.Nav-module__e1xquq__cta{display:none}.Nav-module__e1xquq__inner{padding:1rem 1.2rem}.Nav-module__e1xquq__menuButton{margin-left:auto;display:flex}.Nav-module__e1xquq__logoImg{height:clamp(32px,8vw,48px)}.Nav-module__e1xquq__mobileMenu{border-top:1px solid var(--border);background:#0d0d0dfa;padding:1rem 1.2rem 1.5rem;display:block}.Nav-module__e1xquq__mobileMenu ul{flex-direction:column;gap:1rem;margin-bottom:1.2rem;list-style:none;display:flex}.Nav-module__e1xquq__mobileMenu a{color:var(--accent);font-size:1rem}.Nav-module__e1xquq__mobileCta{background:var(--accent);color:#fff;border-radius:999px;align-items:center;gap:.4rem;padding:.7rem 1.4rem;font-weight:700;display:inline-flex}}
.Footer-module__EZoWya__footer{background:var(--surface);border-top:1px solid var(--border);padding:4rem 3rem 1.5rem}.Footer-module__EZoWya__top{border-bottom:1px solid var(--border);grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;display:grid}.Footer-module__EZoWya__brandColumn{flex-direction:column;gap:.9rem;display:flex}.Footer-module__EZoWya__logo{color:var(--foreground);font-size:clamp(1.1rem,2.8vw,1.3rem);font-weight:700}.Footer-module__EZoWya__logoAccent{color:var(--accent)}.Footer-module__EZoWya__tagline{color:var(--muted);max-width:20rem;font-size:clamp(.78rem,1.8vw,.85rem);line-height:1.7}.Footer-module__EZoWya__column{flex-direction:column;gap:.7rem;display:flex}.Footer-module__EZoWya__column a,.Footer-module__EZoWya__column .Footer-module__EZoWya__plainText{color:var(--muted);overflow-wrap:break-word;word-break:break-all;font-size:clamp(.78rem,1.8vw,.85rem)}.Footer-module__EZoWya__column a:hover{color:var(--accent-light)}.Footer-module__EZoWya__columnTitle{color:var(--foreground);margin-bottom:.3rem;font-size:clamp(.72rem,1.7vw,.8rem);font-weight:700}.Footer-module__EZoWya__copy{color:var(--muted);text-align:center;padding-top:1.5rem;font-size:clamp(.68rem,1.6vw,.75rem)}@media (max-width:768px){.Footer-module__EZoWya__footer{padding:3rem 1.2rem 1.2rem}.Footer-module__EZoWya__top{grid-template-columns:1fr 1fr;gap:2rem 1.5rem}.Footer-module__EZoWya__brandColumn{grid-column:1/-1}}
:root{--background:#0d0d0d;--foreground:#ededed;--surface:#1a1a1a;--border:#2c2c2c;--accent:#e0611c;--accent-light:#f28a4f;--muted:#edededc7;--nav-height:4.75rem}html{scroll-behavior:smooth;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:var(--background);font-family:var(--font-geist-sans), Arial, Helvetica, sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}
