/* Subtle UI polish for the child theme */
.card { border-radius: 20px; }
.card.shadow-soft { transition: transform .2s ease, box-shadow .2s ease; }
.card.shadow-soft:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.08); }
.wp-block-button__link { transition: transform .15s ease, box-shadow .15s ease; }
.wp-block-button__link:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.hero__overlay { background: linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.1)); }
.badge { background: rgba(255,255,255,.18); }