/* metanoIA — ajustes da página de índice */
html, body { height: auto; }
body { margin: 0; background: #FFFDF9; }
.card { transition: transform .2s cubic-bezier(.2,.8,.2,1), box-shadow .2s cubic-bezier(.2,.8,.2,1); }
.card:hover { transform: translateY(-2px); }
a { color: #D95A18; text-decoration: none; }
a:hover { color: #A8420F; }

/* logotipo: nunca distorcer — altura manda, largura acompanha */
.logo { width: auto !important; max-width: 100%; object-fit: contain; flex: none; align-self: flex-start; object-position: left center; }
