/* Extras pequeños para mejorar UX */
.parallax { background-attachment: fixed; }
@media (max-width: 768px) { .parallax { background-attachment: scroll; } }

.modal-scroll { max-height: calc(100vh - 180px); overflow: auto; }
