/* Mobile page fixes */
@media (max-width: 768px) {
  body { overflow-x: hidden; }
  .container { padding: 0 15px; }
}