body {
	min-height: 100vh;
}

#page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

#wrapper-footer {
	margin-top: auto;
}

.palvelinx-footer-wrapper {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: rgb(30, 30, 30);
	padding: 3.5rem 0 2rem;
}

.palvelinx-footer {
	color: #d4dae3;
}

.palvelinx-footer a {
	color: #c8d0db;
	text-decoration: none;
	transition: color 0.2s ease;
}

.palvelinx-footer a:hover,
.palvelinx-footer a:focus {
	color: #ffffff;
}

.palvelinx-footer-main {
	padding-bottom: 2rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.palvelinx-footer-brand {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	margin-bottom: 1rem;
}

.palvelinx-footer-logo-dot {
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	background: #2f9bff;
	box-shadow: 0 0 0 3px rgba(47, 155, 255, 0.18);
	flex-shrink: 0;
}

.palvelinx-footer-logo-image {
	width: 250px;
	height: 250px;
	object-fit: contain;
	flex-shrink: 0;
}

.palvelinx-footer-brand-name {
	font-family: "Poppins", sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
}

.palvelinx-footer-description {
	max-width: 26rem;
	font-size: 1rem;
	color: #aab4c1;
	line-height: 1.6;
}

.palvelinx-footer-title {
	font-family: "Poppins", sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0 0 0.9rem;
	color: #ffffff;
}

.palvelinx-footer-list li {
	margin-bottom: 0.55rem;
}

.palvelinx-footer-list li:last-child {
	margin-bottom: 0;
}

.palvelinx-footer-bottom {
	padding-top: 1.25rem;
	gap: 1rem;
}

.palvelinx-footer-copyright {
	font-size: 0.95rem;
	color: #95a1b2;
}

.palvelinx-footer-social {
	gap: 0.55rem;
}

.palvelinx-footer-social li a {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.08);
	font-weight: 700;
	font-size: 0.8rem;
	text-transform: uppercase;
}

.palvelinx-footer-social li a:hover,
.palvelinx-footer-social li a:focus {
	background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 767.98px) {
	.palvelinx-footer-wrapper {
		padding: 2.5rem 0 1.5rem;
	}

	.palvelinx-footer-brand-name {
		font-size: 1.55rem;
	}
}

