
/* home-fix.css v2 — drobné opravy layoutu */
.brand{ display:inline-flex; align-items:center; gap:.25rem; text-decoration:none; }
.brand .fin{ font-weight:600; opacity:.7 }
.brand .sv{ font-weight:800; letter-spacing:.5px; }

/* Zobrazit bubliny před fotkou */
.thought{ z-index:2; }
img.rounded-full{ position:relative; z-index:1; }

/* Fallback: na malých displejích budou bubliny pod fotkou */
@media (max-width: 767px){
  .thought{ position:static; display:block; margin:.5rem 0 0 0; }
}

/* Vizuální sjednocení tlačítek v hero */
.hero-cta a, .hero-cta button{
  white-space: nowrap;
}
