/* style.css */
.parallax { background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; }
.tile-hover { transition: all 0.3s ease; }
.tile-hover:hover { transform: translateY(-10px); box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04); }
.gradient-overlay { background: linear-gradient(to right, rgba(26,54,93,0.9), rgba(45,55,72,0.8)); }
.text-shadow { text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }
.scroll-animation { opacity: 0; transition: opacity 0.6s ease-out, transform 0.6s ease-out; }