/* ============================================================
   Teleradiology page — page-specific styling
   (shared structure lives in site.css)
   ============================================================ */

/* hero background orbs */
.tele-orb-a{width:380px;height:380px;background:radial-gradient(circle,#7c5cff,transparent 70%);top:-60px;right:-40px}
.tele-orb-b{width:300px;height:300px;background:radial-gradient(circle,#22d3ee,transparent 70%);bottom:-80px;left:-60px;animation-delay:-6s}

/* first section sits closer to the hero */
.tele-first{padding-top:clamp(30px,5vw,60px)}
