.Header-module__lnUIdW__header{border-bottom:1px solid var(--border-color);background:var(--bg-primary);z-index:2000;align-items:center;height:80px;display:flex;position:sticky;top:0}.Header-module__lnUIdW__nav{justify-content:space-between;align-items:center;display:flex}.Header-module__lnUIdW__logoContainer{align-items:center;display:flex}.Header-module__lnUIdW__logo{object-fit:contain;width:auto;height:40px}.Header-module__lnUIdW__navList{gap:var(--space-md);align-items:center;display:flex}.Header-module__lnUIdW__navLink{color:var(--text-secondary);cursor:pointer;font-size:.95rem;font-weight:500;transition:color .2s}.Header-module__lnUIdW__navLink:hover{color:var(--accent-primary)}.Header-module__lnUIdW__dropdown{padding:var(--space-sm)0;position:relative}.Header-module__lnUIdW__dropdownMenu{border-radius:var(--radius-md);padding:var(--space-sm)0;z-index:200;background:#fff;min-width:180px;display:none;position:absolute;top:100%;left:0;box-shadow:0 4px 12px #0000001a}.Header-module__lnUIdW__dropdown:hover .Header-module__lnUIdW__dropdownMenu{display:block}.Header-module__lnUIdW__dropdownMenu li{list-style:none}.Header-module__lnUIdW__dropdownMenu a{padding:var(--space-xs)var(--space-md);color:var(--text-secondary);font-size:.9rem;font-weight:500;transition:background .2s;display:block}.Header-module__lnUIdW__dropdownMenu a:hover{background:var(--bg-secondary);color:var(--accent-primary)}.Header-module__lnUIdW__mobileToggle{z-index:101;width:30px;height:30px;display:none;position:relative}.Header-module__lnUIdW__hamburgerIcon,.Header-module__lnUIdW__closeIcon{background:var(--text-primary);width:100%;height:2px;display:block;position:relative}.Header-module__lnUIdW__hamburgerIcon:before,.Header-module__lnUIdW__hamburgerIcon:after,.Header-module__lnUIdW__closeIcon:before,.Header-module__lnUIdW__closeIcon:after{content:"";background:var(--text-primary);width:100%;height:2px;position:absolute;left:0}.Header-module__lnUIdW__hamburgerIcon:before{top:-8px}.Header-module__lnUIdW__hamburgerIcon:after{bottom:-8px}.Header-module__lnUIdW__closeIcon{background:0 0}.Header-module__lnUIdW__closeIcon:before{top:0;transform:rotate(45deg)}.Header-module__lnUIdW__closeIcon:after{top:0;transform:rotate(-45deg)}@media (max-width:768px){.Header-module__lnUIdW__mobileToggle{justify-content:center;align-items:center;display:flex}.Header-module__lnUIdW__navList{background:var(--bg-primary);width:80%;height:100vh;padding:var(--space-xl)var(--space-md);z-index:100;flex-direction:column;align-items:flex-start;transition:right .3s;position:fixed;top:0;right:-100%;box-shadow:-4px 0 10px #0000001a}.Header-module__lnUIdW__navOpen{display:flex;right:0}.Header-module__lnUIdW__navLink{font-size:1.5rem}.Header-module__lnUIdW__dropdownMenu{box-shadow:none;padding-left:var(--space-md);background:0 0;display:block;position:static}.Header-module__lnUIdW__dropdownMenu a{padding:var(--space-xs)0;font-size:1.25rem}.Header-module__lnUIdW__dropdown span{color:var(--text-primary);margin-top:var(--space-md);font-size:1.5rem;font-weight:700;display:block}}
.Footer-module__3hUVsW__footer{padding:var(--space-lg)0 var(--space-md);background:var(--bg-secondary);border-top:1px solid var(--border-color);margin-top:var(--space-xl)}.Footer-module__3hUVsW__grid{gap:var(--space-lg);margin-bottom:var(--space-lg);grid-template-columns:2fr 1fr 1fr;display:grid}.Footer-module__3hUVsW__companyInfo .Footer-module__3hUVsW__logoContainer{margin-bottom:var(--space-sm);display:block}.Footer-module__3hUVsW__companyInfo .Footer-module__3hUVsW__logo{object-fit:contain;width:auto;height:32px}.Footer-module__3hUVsW__companyInfo p{max-width:300px}.Footer-module__3hUVsW__location{font-size:.875rem;font-weight:500}.Footer-module__3hUVsW__linksSection h4{margin-bottom:var(--space-md);font-size:1rem}.Footer-module__3hUVsW__linksSection ul li{margin-bottom:var(--space-xs)}.Footer-module__3hUVsW__linksSection a{color:var(--text-secondary);font-size:.95rem;transition:color .15s}.Footer-module__3hUVsW__linksSection a:hover{color:var(--accent-primary)}.Footer-module__3hUVsW__bottom{padding-top:var(--space-md);border-top:1px solid var(--border-color);color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:.875rem;display:flex}.Footer-module__3hUVsW__motto{font-style:italic}@media (max-width:768px){.Footer-module__3hUVsW__grid{gap:var(--space-md);grid-template-columns:1fr}}
:root{--bg-primary:#fff;--bg-secondary:#f8fafc;--text-primary:#0f172a;--text-secondary:#475569;--accent-primary:#2563eb;--accent-secondary:#1d4ed8;--border-color:#e2e8f0;--space-xs:.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:4rem;--space-xl:8rem;--font-main:"Inter",system-ui,-apple-system,sans-serif;--font-size-base:16px;--line-height-base:1.6;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--container-max-width:1200px}@media (prefers-color-scheme:dark){:root{--bg-primary:#0f172a;--bg-secondary:#1e293b;--text-primary:#f8fafc;--text-secondary:#94a3b8;--accent-primary:#3b82f6;--accent-secondary:#60a5fa;--border-color:#334155}}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-main);background-color:var(--bg-primary);color:var(--text-primary);line-height:var(--line-height-base);font-size:var(--font-size-base);-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{width:100%;max-width:var(--container-max-width);padding:0 var(--space-sm);margin:0 auto}section{padding:var(--space-lg)0}h1,h2,h3,h4,h5,h6{margin-bottom:var(--space-sm);font-weight:700;line-height:1.2}p{margin-bottom:var(--space-sm);color:var(--text-secondary)}
