@media (max-width: 768px) { .hide-on-mobile { display: none !important; } } @media (min-width: 478px) { .hide-on-desktop { display: none !important; } }  html { scroll-behavior: smooth; }  .anchor-target { scroll-margin-top: var(--anchor-offset, 100px);  }