@media(max-width:768px){
    .hero h1 { font-size:2em; }
    nav { display:flex; flex-direction:column; gap:10px; }
    .button { width:100%; text-align:center; }
}
