:root{--background:#09090b;--foreground:#fafafa;--card:#18181b;--card-foreground:#fafafa;--border:#27272a;--primary:#d97706;--primary-foreground:#fff;--secondary:#27272a;--secondary-foreground:#fafafa;--muted:#a1a1aa;--accent:#f59e0b;--radius:.75rem;--max-width:1200px}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none;transition:color .2s}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;margin-bottom:.5em;font-weight:700;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.gradient-text{background:linear-gradient(135deg, var(--accent) 0%, var(--primary) 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.btn{border-radius:var(--radius);justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);color:var(--primary-foreground);box-shadow:0 4px 14px #d9770663}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d9770680}.btn-secondary{background:var(--card);color:var(--foreground);border:1px solid var(--border)}.btn-secondary:hover{background:var(--secondary);border-color:var(--muted)}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:transform .3s,box-shadow .3s}.card:hover{border-color:#f59e0b4d;transform:translateY(-4px);box-shadow:0 12px 24px #0006}.section{padding:5rem 0}
.Header-module__hBw1pG__header{z-index:50;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background-color:#09090bcc;width:100%;padding:1rem 0;position:sticky;top:0}.Header-module__hBw1pG__navContainer{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.Header-module__hBw1pG__brandRow{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.Header-module__hBw1pG__logo{letter-spacing:-.05em;align-items:center;font-size:1.5rem;font-weight:800;display:flex}.Header-module__hBw1pG__menuToggle{width:3rem;height:3rem;color:var(--foreground);background:#18181beb;border:1px solid #ffffff1f;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;gap:.3rem;display:none}.Header-module__hBw1pG__menuBar{background:currentColor;border-radius:999px;width:1.15rem;height:2px;transition:transform .2s,opacity .2s}.Header-module__hBw1pG__menuBarTopOpen{transform:translateY(6.8px)rotate(45deg)}.Header-module__hBw1pG__menuBarMiddleOpen{opacity:0}.Header-module__hBw1pG__menuBarBottomOpen{transform:translateY(-6.8px)rotate(-45deg)}.Header-module__hBw1pG__nav{align-items:center;gap:2rem;display:flex}.Header-module__hBw1pG__navLink{color:var(--muted);font-weight:500;transition:color .2s}.Header-module__hBw1pG__navLink:hover{color:var(--foreground)}@media (max-width:768px){.Header-module__hBw1pG__navContainer{flex-direction:column;align-items:flex-start}.Header-module__hBw1pG__menuToggle{display:inline-flex}.Header-module__hBw1pG__nav{flex-direction:column;align-items:flex-start;gap:.5rem;width:100%;padding:.5rem 0 .25rem;display:none}.Header-module__hBw1pG__navOpen{display:flex}.Header-module__hBw1pG__navLink{border-top:1px solid #ffffff14;width:100%;padding:.85rem 0}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--border);background-color:#050505;margin-top:4rem;padding:4rem 0 2rem}.Footer-module__S6Hkya__grid{grid-template-columns:1.5fr 2fr 1.5fr;gap:4rem;margin-bottom:3rem;display:grid}.Footer-module__S6Hkya__logo{letter-spacing:-.05em;margin-bottom:1rem;font-size:1.5rem;font-weight:800;display:inline-block}.Footer-module__S6Hkya__desc{color:var(--muted);max-width:400px;line-height:1.7}.Footer-module__S6Hkya__colTitle{color:var(--foreground);margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.Footer-module__S6Hkya__linkList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__linkList a{color:var(--muted);font-size:.95rem;transition:color .2s}.Footer-module__S6Hkya__linkList a:hover{color:var(--primary)}.Footer-module__S6Hkya__bottomBar{border-top:1px solid var(--border);text-align:center;color:var(--muted);padding-top:2rem;font-size:.875rem}.Footer-module__S6Hkya__cityLinkList{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__cityLinkList li{margin:0}.Footer-module__S6Hkya__cityLinkList a{color:var(--muted);white-space:nowrap;background:#6464ff0d;border:1px solid #6464ff1a;border-radius:2rem;padding:.35rem .8rem;font-size:.85rem;font-weight:500;transition:all .2s;display:inline-block}.Footer-module__S6Hkya__cityLinkList a:hover{color:var(--primary);background:#6464ff26;border-color:#6464ff66;transform:translateY(-2px)}@media (max-width:768px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:2rem}}
