
/* Hero */
.hero-section { position: relative; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; color: white; height: 85vh; } 
.hero-section.interior { height: 50vh; }
.hero-overlay { background: rgba(0,0,0,0.5); padding: 60px 40px; text-align: center; border-radius: 8px; width: 600px; max-width: 100%; }