body {
	background: #f8f9fa;
	font-family: 'Segoe UI', sans-serif;
	padding-top: 80px;
}

header {
	background: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.06);
	position: fixed;
	top: 0;
	width: 100%;
	height: 80px;
	z-index: 1000;
}

@media (max-width: 767.98px) {
	header .container {
		flex-direction: row;
		justify-content: space-between;
	}

	header h1 {
		font-size: 1.125rem;
		max-width: 70%;
		text-align: right;
	}

	#logo {
		max-height: 50px;
	}
}

header .container {
	height: 100%;
	display: flex;
	justify-content: space-between;
}

#logo {
	height: auto;
	max-height: 60px;
	max-width: 160px;
}

.card {
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

footer {
	background-color: #e9ecef;
	color: #666;
	font-size: 14px;
	margin-top: 60px;
	padding: 40px 0;
	text-align: center;
}
