.nav-link{align-items:center;color:var(--color-text);display:inline-flex;font-size:clamp(.85rem,2vw,1rem);font-weight:700;justify-content:center;letter-spacing:-.03em;padding:.5rem 0;position:relative;text-transform:uppercase;transition:opacity var(--transition-smooth);user-select:none}.nav-link.active:after{background:var(--color-accent);border-radius:50%;bottom:-2px;content:"";height:4px;opacity:1;position:absolute;width:4px}.hero-btn{align-items:center;background:transparent;border:.5px solid var(--color-text);border-radius:6px;display:inline-flex;font-size:.825rem;font-weight:600;justify-content:center;letter-spacing:.02em;padding:.52rem 1.4rem;transition:all var(--transition-smooth)}.hero-btn.primary{background:var(--color-text);color:#fff}@media (hover:hover){.hero-btn:hover{background:var(--color-text);box-shadow:0 4px 12px rgba(0,0,0,.1);color:#fff;transform:translateY(-2px)}.hero-btn.primary:hover{background:#333}}.footer-social-item{align-items:center;color:var(--color-text);display:flex;height:28px;justify-content:center;transition:opacity var(--transition-smooth),transform var(--transition-smooth);width:28px}.footer-social-item svg{height:100%;width:100%;fill:currentColor}@media (hover:hover){.footer-social-item:hover{opacity:.5}}.footer-social-item:active{transform:scale(.9)}@media (max-width:768px){.nav-link{font-size:.95rem}.hero-btn{border-width:1px;font-size:.85rem;padding:.48rem 1.2rem;width:auto}}