html { scroll-behavior: smooth; }
img { max-width: 100%; height: auto; display: block; }
.case-card { aspect-ratio: 4/5; object-fit: cover; }
.reveal { opacity: 0; transform: translateY(12px); transition: opacity .5s ease, transform .5s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (max-width: 640px) { #float-cta { display: flex; } }

/* 출장사례 블로그 본문 타이포 */
.prose-case p { font-size: 1.05rem; line-height: 1.9; color: rgba(28,36,32,.82); }

/* 형광펜 하이라이트 */
mark.hl {
  background: linear-gradient(180deg, transparent 62%, #eaf3ec 62%);
  color: inherit;
  padding: 0 .1em;
}
