.site-header { position: fixed; z-index: 50; inset: 0 0 auto; display: flex; height: 86px; align-items: center; justify-content: space-between; padding: 0 7%; border-bottom: 1px solid rgba(255, 255, 255, .08); background: rgba(20, 15, 12, .82); backdrop-filter: blur(14px); }
.logo, .footer-brand { color: var(--gold-light); font-size: 34px; font-weight: 800; letter-spacing: 9px; }
.desktop-nav { display: flex; align-items: center; gap: 29px; }
.desktop-nav a { position: relative; color: #fff; font-size: 13px; letter-spacing: .6px; }
.desktop-nav a::after { position: absolute; bottom: -10px; left: 0; width: 0; height: 1px; background: var(--gold-light); content: ""; transition: .25s; }
.desktop-nav a:hover { color: var(--gold-light); }
.desktop-nav a:hover::after { width: 100%; }
.actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 37px; }
.btn { display: inline-block; min-width: 190px; padding: 16px 28px; border: 1px solid transparent; border-radius: 3px; font-weight: 700; text-align: center; transition: .25s; }
.btn-primary { background: var(--gold); color: #fff; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn-secondary { border-color: rgba(255, 255, 255, .72); color: #fff; }
.btn-secondary:hover { border-color: var(--gold-light); color: var(--gold-light); transform: translateY(-2px); }
footer { padding: 58px 3% 30px; background: #0d0b0a; color: #aaa; }
.footer-top { display: flex; justify-content: space-between; gap: 60px; padding-bottom: 38px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.footer-brand { display: inline-block; font-size: 30px; }
.footer-intro { max-width: 360px; margin-top: 14px; line-height: 1.7; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
.footer-links h4 { margin-bottom: 15px; color: #fff; font-size: 13px; }
.footer-links a { display: block; margin: 10px 0; color: #aaa; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 25px; font-size: 12px; }
