@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600&display=swap";
:root{--background:#fff;--foreground:#111;--accent:#d4a017;--secondary:#777;--card-bg:#f9f9f9;--border:#eee;--transition:all .4s cubic-bezier(.23,1,.32,1)}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--background);max-width:100vw;color:var(--foreground);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,.font-heading{letter-spacing:-.02em;font-family:Outfit,sans-serif;font-weight:500}a{color:inherit;transition:var(--transition);text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}.container{max-width:1440px;margin:0 auto;padding:0 4rem}@media (max-width:768px){.container{padding:0 1.5rem}}.section-padding{padding:6rem 0}.reveal{opacity:0;pointer-events:none;transition:all .8s cubic-bezier(.23,1,.32,1);transform:translateY(30px)}.reveal-left{opacity:0;pointer-events:none;transition:all .8s cubic-bezier(.23,1,.32,1);transform:translate(-30px)}.reveal-right{opacity:0;pointer-events:none;transition:all .8s cubic-bezier(.23,1,.32,1);transform:translate(30px)}.revealed{opacity:1;pointer-events:auto;transform:translate(0)!important}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#999}
.Navbar-module__cJzEcG__navbar{z-index:1000;width:100%;height:100px;transition:var(--transition);align-items:center;display:flex;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#ffffffe6;height:80px}.Navbar-module__cJzEcG__navContent{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__cJzEcG__logoText{letter-spacing:.1em;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700}.Navbar-module__cJzEcG__navLinks{gap:2.5rem;display:flex}.Navbar-module__cJzEcG__navLinks a{letter-spacing:.2rem;text-transform:uppercase;font-size:.75rem;font-weight:500;position:relative}.Navbar-module__cJzEcG__navLinks a:after{content:"";background:var(--accent);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-5px;left:0}.Navbar-module__cJzEcG__navLinks a:hover:after{width:100%}@media (max-width:992px){.Navbar-module__cJzEcG__navLinks{gap:1.5rem}}@media (max-width:768px){.Navbar-module__cJzEcG__navLinks{display:none}}
.Footer-module__S6Hkya__footer{color:#fff;background:#111;padding:6rem 0 2rem}.Footer-module__S6Hkya__footerGrid{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.Footer-module__S6Hkya__logoText{letter-spacing:.1em;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700}.Footer-module__S6Hkya__footerBrand p{color:#888;max-width:300px}.Footer-module__S6Hkya__footerLogo{filter:brightness(0)invert();margin-bottom:2rem}.Footer-module__S6Hkya__footerLinks h4,.Footer-module__S6Hkya__footerContact h4,.Footer-module__S6Hkya__footerSocial h4{letter-spacing:.2em;color:#555;text-transform:uppercase;margin-bottom:2rem;font-size:.8rem}.Footer-module__S6Hkya__footerLinks ul li{margin-bottom:1rem}.Footer-module__S6Hkya__footerLinks ul li a,.Footer-module__S6Hkya__footerContact p,.Footer-module__S6Hkya__footerSocial ul li a{color:#888;transition:var(--transition);font-size:.9rem}.Footer-module__S6Hkya__footerLinks ul li a:hover,.Footer-module__S6Hkya__footerSocial ul li a:hover{color:var(--accent);padding-left:5px}.Footer-module__S6Hkya__footerBottom{color:#555;border-top:1px solid #222;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.8rem;display:flex}.Footer-module__S6Hkya__footerLegal{gap:2rem;display:flex}@media (max-width:992px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr 1fr;gap:3rem}}@media (max-width:576px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr}}
