/* Vodivus Home Page Styles (index.css)
   Extracted from index.html for migration to modular CSS. */

.vv-skip-link{
  position:absolute;
  left:16px;
  top:-48px;
  z-index:2000;
  padding:10px 14px;
  border-radius:10px;
  background:#ffffff;
  color:#05070b;
  font:600 16px/1.1 "Cormorant Garamond", serif;
  text-decoration:none;
  transition:top .2s ease;
}
.vv-skip-link:focus{
  top:16px;
}

/* ...existing CSS from index.html (all extracted styles above) ... */

/* (The rest of the CSS content from index.html should be appended here.) */
