.back-to-site {
  position: fixed;
  z-index: 20;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #bcc8c2;
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.94);
  box-shadow: 0 8px 24px rgba(25, 46, 40, 0.08);
  color: #123b33;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
  backdrop-filter: blur(10px);
}

.back-to-site:hover {
  border-color: #174d40;
  background: #174d40;
  color: white;
}

@media (max-width: 820px) {
  .back-to-site {
    position: sticky;
    top: 10px;
    margin: 10px 16px 0;
    box-shadow: 0 6px 18px rgba(25, 46, 40, 0.07);
  }
}
