.hero-features a.hero-feature-item { transition:transform 0.3s ease,box-shadow 0.3s ease,border-color 0.3s ease,background-color 0.3s ease,color 0.3s ease,opacity 0.3s ease; }
.hero-features a.hero-feature-item:hover { transform: translateY(-4px); background: rgba(255,255,255,0.15); }
.hero-features a.hero-feature-item:hover h4 { color: #8a6d1c; }
