/* Footer — tablet+ layer (≥768): row layout. */
@media (min-width:768px){
	.footer-sec{padding:48px 0}
	.footer{flex-direction:row;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}
}
