:root{--background:#0f0f13;--surface:#1a1a24;--surface-glass:#1a1a24b3;--primary:#d4a373;--primary-hover:#e9c496;--secondary:#6366f1;--text:#e2e2e8;--text-muted:#a1a1aa;--border:#2d2d3b;--nav-height:80px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--glass-shadow:0 8px 32px 0 #0000005e}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text);background:var(--background);font-family:Outfit,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:#fff;font-family:Playfair Display,serif;font-weight:700;line-height:1.2}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}}a{color:inherit;text-decoration:none;transition:color .2s}a:hover{color:var(--primary)}.container{max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width:768px){.container{padding:0 16px}}.glass{background:var(--surface-glass);-webkit-backdrop-filter:blur(12px);box-shadow:var(--glass-shadow);border:1px solid #ffffff1a}.btn{cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;padding:12px 24px;font-family:Outfit,sans-serif;font-weight:500;transition:all .3s;display:inline-flex}.btn-primary{background:var(--primary);color:#000}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #d4a37366}.btn-secondary{border:1px solid var(--border);color:var(--text);background:0 0}.btn-secondary:hover{border-color:var(--primary);color:var(--primary)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}
.Header-module__hBw1pG__header{height:var(--nav-height);z-index:1000;transition:background .3s;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f0f13e6;border-bottom:1px solid #ffffff0d}.Header-module__hBw1pG__inner{justify-content:space-between;align-items:center;height:100%;display:flex}.Header-module__hBw1pG__logo{color:var(--text);font-family:Playfair Display,serif;font-size:24px;font-weight:700;text-decoration:none}.Header-module__hBw1pG__logo span{color:var(--primary)}.Header-module__hBw1pG__logo:hover{color:var(--text)}.Header-module__hBw1pG__logo:hover span{color:var(--primary-hover)}.Header-module__hBw1pG__nav ul{gap:30px;margin:0;padding:0;list-style:none;display:flex}.Header-module__hBw1pG__nav a{color:var(--text);font-size:1rem;font-weight:500;position:relative}.Header-module__hBw1pG__nav a:after{content:"";background:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Header-module__hBw1pG__nav a:hover:after{width:100%}.Header-module__hBw1pG__hamburger{cursor:pointer;z-index:1002;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;padding:0;display:none}.Header-module__hBw1pG__hamburger span{background:var(--text);border-radius:2px;width:100%;height:2px;transition:all .3s}.Header-module__hBw1pG__search{position:relative}.Header-module__hBw1pG__searchInput{border:1px solid var(--border);color:#fff;background:#ffffff0d;border-radius:20px;width:200px;padding:8px 16px 8px 40px;font-family:inherit;transition:all .3s}.Header-module__hBw1pG__searchInput:hover{background:#ffffff14;border-color:#ffffff4d}.Header-module__hBw1pG__searchInput:focus{border-color:var(--primary);background:#ffffff1a;outline:none;width:300px}.Header-module__hBw1pG__searchIcon{color:var(--text-muted);pointer-events:none;font-size:14px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.Header-module__hBw1pG__searchResults{background:var(--surface);border:1px solid var(--border);max-height:400px;box-shadow:var(--shadow-lg);z-index:1001;border-radius:12px;margin-top:8px;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.Header-module__hBw1pG__noResults{text-align:center;color:var(--text-muted);padding:16px;font-size:.9rem}.Header-module__hBw1pG__resultGroup{border-bottom:1px solid var(--border)}.Header-module__hBw1pG__resultGroup:last-child{border-bottom:none}.Header-module__hBw1pG__groupTitle{text-transform:uppercase;color:var(--text-muted);background:#ffffff05;padding:8px 16px;font-size:.75rem;font-weight:600}.Header-module__hBw1pG__resultItem{color:var(--text);border-bottom:1px solid #ffffff05;align-items:center;gap:12px;padding:12px 16px;transition:background .2s;display:flex}.Header-module__hBw1pG__resultItem:last-child{border-bottom:none}.Header-module__hBw1pG__resultItem:hover{color:var(--primary);background:#ffffff0d}.Header-module__hBw1pG__resultIcon{text-align:center;width:24px;font-size:1.2rem}.Header-module__hBw1pG__resultContent{flex:1;overflow:hidden}.Header-module__hBw1pG__resultTitle{white-space:nowrap;text-overflow:ellipsis;font-weight:500;display:block;overflow:hidden}@media (max-width:768px){.Header-module__hBw1pG__hamburger{display:flex}.Header-module__hBw1pG__nav{background:var(--background);width:100%;height:100vh;padding-top:var(--nav-height);flex-direction:column;justify-content:center;align-items:center;transition:right .3s ease-in-out;display:flex;position:fixed;top:0;right:-100%}.Header-module__hBw1pG__navOpen{right:0;box-shadow:-5px 0 15px #00000080}.Header-module__hBw1pG__nav ul{flex-direction:column;align-items:center;gap:40px}.Header-module__hBw1pG__nav a{font-size:1.5rem}.Header-module__hBw1pG__active span:first-child{transform:rotate(45deg)translate(5px,6px)}.Header-module__hBw1pG__active span:nth-child(2){opacity:0}.Header-module__hBw1pG__active span:nth-child(3){transform:rotate(-45deg)translate(5px,-6px)}.Header-module__hBw1pG__logo{font-size:20px}.Header-module__hBw1pG__search{flex:1;min-width:0;margin:0 10px;display:flex;position:relative}.Header-module__hBw1pG__searchInput{width:100%;margin:0;padding:8px 12px 8px 36px;font-size:16px}.Header-module__hBw1pG__searchInput:focus{width:100%}}
.Footer-module__S6Hkya__footer{background:var(--surface);border-top:1px solid var(--border);margin-top:80px;padding:60px 0 20px}.Footer-module__S6Hkya__content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-bottom:40px;display:grid}@media (max-width:768px){.Footer-module__S6Hkya__content{text-align:center;grid-template-columns:1fr;gap:30px}}.Footer-module__S6Hkya__section h3{margin-bottom:20px;font-size:18px}.Footer-module__S6Hkya__logo{border:1px solid var(--border);background:#ffffff08;border-radius:10px;max-width:140px;height:auto;margin-bottom:14px}.Footer-module__S6Hkya__section ul{list-style:none}.Footer-module__S6Hkya__section li{margin-bottom:10px}.Footer-module__S6Hkya__section a{color:var(--text-muted)}.Footer-module__S6Hkya__section a:hover{color:var(--primary)}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--border);text-align:center;color:var(--text-muted);padding-top:20px;font-size:14px}
