:root{--tk-primary:gold;--tk-on-surface:#323233;--tk-surface:#fff;--tk-surface-dim:#f5f5f7;--tk-tertiary-purple:#6b46c1;--tk-tertiary-blue:#2b6cb0;--tk-tertiary-red:#c53030;--tk-tertiary-green:#2f855a;--tk-border-radius:24px;--tk-shadow-ambient:0 20px 40px rgba(50,50,51,.06);--tk-outline-variant:rgba(50,50,51,.15)}*{box-sizing:content-box;margin:0;padding:0}header{display:none}body{font-family:Montserrat,sans-serif}.footer{background-color:#1d1d1b;padding:40px 20px;position:relative;transition:all .3s ease}.footer__container{margin:0 auto;max-width:1100px}.footer__social{display:flex;gap:24px;justify-content:center;margin-bottom:60px}.footer__social a{color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1)}.footer__social a:hover{color:var(--tk-primary)!important;opacity:1;transform:translateY(-5px)}.footer__social svg{fill:currentColor;height:22px;width:22px}.footer__main-row{align-items:center;display:flex;justify-content:space-between}.footer__copyright{color:var(--tk-surface);font-size:10px;letter-spacing:.1em;opacity:.6;text-transform:uppercase}.footer__legal{display:flex;gap:30px}.footer__legal a{color:var(--tk-surface);font-size:11px;font-weight:700;letter-spacing:.05em;text-decoration:none;transition:opacity .2s}.footer__legal a:hover{opacity:.5}@media (max-width:768px){.footer{padding:60px 20px}.footer__main-row{flex-direction:column;gap:40px;text-align:center}.footer__legal{flex-direction:column;gap:15px}}