html{scroll-behavior:smooth}body{margin:0;font-family:Poppins,sans-serif;background:#0d0d0d;color:#eaeaea}.container{width:100%;max-width:1300px;margin:0 auto}header{background:#0d0d0de6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(207,161,79,.3);padding:0 15px}header .container{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 0}header .logo{display:flex;align-items:center;gap:10px}header .logo img{width:50px;border-radius:50%;transition:all .3s ease}header .logo img:hover{transform:scale(1.1)}header .logo h1{font-size:1.2rem;font-weight:600;color:#cfa14f;text-transform:uppercase;letter-spacing:1px}header nav{display:flex;gap:25px}header nav a{color:#eaeaea;text-decoration:none;text-transform:uppercase;font-size:.9rem;transition:all .3s ease}header nav a:hover{color:#cfa14f}footer{background:#eaeaea;padding:3rem 0 1rem;text-align:center;color:#1a1a1a}footer .footer-content{display:flex;flex-direction:column;align-items:center;gap:1rem}footer .footer-content .footer-logo{width:160px;border-radius:50%;transition:all .3s ease}footer .footer-content .footer-logo:hover{transform:scale(1.1);filter:brightness(1.3)}footer .footer-content h2{color:#cfa14f;text-transform:uppercase;letter-spacing:3px}footer .footer-content p{max-width:400px;color:#1a1a1a;font-size:.9rem}footer .footer-content .socials{display:flex;gap:20px}footer .footer-content .socials a img{width:32px;transition:all .3s ease}footer .footer-content .socials a img:hover{transform:scale(1.1)}footer .copyright{margin-top:2rem;font-size:.8rem;opacity:.6}.back-to-top{position:fixed;bottom:35px;right:35px;background:#a3a3a3;border:1px solid #cfa14f;border-radius:50%;padding:12px;transition:all .3s ease;z-index:999}.back-to-top img{width:25px;height:25px;filter:brightness(1.2);transition:all .3s ease}.back-to-top:hover{background:#cfa14f;border-color:#cfa14f}.back-to-top:hover img{filter:brightness(.1);transform:translateY(-3px)}
