:root{color-scheme:light}*,:after,:before{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#ffffff;color:#0f172a}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}.fade-in{animation:fadeIn .25s ease-out both}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.scale-soft{transition:transform .18s ease,opacity .18s ease}.scale-soft:hover{transform:scale(1.04)}.pressable{transition:transform .1s ease}.pressable:active{transform:scale(.96)}.slide-up{animation:slideUp .25s ease-out both}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}.site-footer{padding:60px 20px;border-top:1px solid rgba(0,0,0,.08);background:white;display:flex;justify-content:center}.site-footer .footer-social-groups{display:flex;flex-direction:column;gap:18px}.site-footer .footer-social-row{display:flex;align-items:center;gap:12px}.site-footer .footer-social-title{min-width:112px;font-size:12px;line-height:1.2;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:black}.site-footer .footer-socials{display:flex;flex-wrap:wrap;gap:14px;justify-content:flex-start}.site-footer .social-btn{width:44px;height:44px;border:1px solid black;border-radius:10px;display:flex;align-items:center;justify-content:center;color:black;transition:all .2s ease;text-decoration:none;position:relative}.site-footer .social-btn:hover{background:black;color:white}.site-footer .social-btn svg{font-size:18px}