/* YouMind Footer block — matched to blog page footer */

.ymct-footer {
	--ymct-light: #ecf7f9;
	--ymct-content: 1560px;
	--ymct-gutter: 56px;
	--ymct-font: "Poppins", sans-serif;
	--ymct-footer-bg: #0a2e2c;
	--ymct-footer-heading: #ffffff;
	--ymct-footer-brand: #ecf7f9;
	--ymct-footer-link: rgba(255, 255, 255, 0.9);
	--ymct-footer-link-hover: rgba(255, 255, 255, 0.75);
	--ymct-footer-muted: rgba(255, 255, 255, 0.8);
	font-family: var(--ymct-font), sans-serif;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	width: 100%;
	background: linear-gradient(180deg, rgba(25, 154, 145, 0) 0%, #082725 100%), var(--ymct-footer-bg, #0a2e2c);
	color: var(--ymct-footer-heading, #fff);
}

.ymct-footer *,
.ymct-footer *::before,
.ymct-footer *::after {
	box-sizing: border-box;
}

.ymct-footer img {
	display: block;
	max-width: 100%;
}

.ymct-footer a {
	text-decoration: none;
}

.ymct-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ymct-footer-inner-wrap {
	padding: 80px var(--ymct-gutter) 40px;
}

.ymct-footer-inner {
	max-width: var(--ymct-content);
	margin: 0 auto;
}

.ymct-footer-main {
	display: grid;
	grid-template-columns: 1.6fr 0.7fr 0.7fr 0.7fr;
	gap: 60px 40px;
	padding-bottom: 70px;
}

.ymct-footer-logo {
	width: 106px;
	height: 87px;
	object-fit: contain;
	filter: brightness(0) invert(1);
	opacity: 0.95;
}

.ymct-footer .ymct-footer-brand p {
	margin: 20px 0 0;
	max-width: 404px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: var(--ymct-footer-brand, #ecf7f9);
}

.ymct-footer .ymct-footer-col h4 {
	margin: 0 0 20px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: 0.02em;
	color: var(--ymct-footer-heading, #fff);
}

.ymct-footer-col ul {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.ymct-footer .ymct-footer-col a {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.02em;
	color: var(--ymct-footer-link, rgba(255, 255, 255, 0.9));
	transition: color 0.2s ease, opacity 0.2s ease;
}

.ymct-footer .ymct-footer-col a:hover {
	color: var(--ymct-footer-link-hover, rgba(255, 255, 255, 0.75));
	opacity: 1;
}

.ymct-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding-top: 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}

.ymct-footer .ymct-footer-copy {
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.02em;
	color: var(--ymct-footer-muted, rgba(255, 255, 255, 0.8));
	white-space: nowrap;
}

.ymct-footer-legal {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	gap: 32px;
	flex: 0 0 auto;
	min-width: max-content;
}

.ymct-footer .ymct-footer-legal a {
	display: inline-block;
	flex: none;
	white-space: nowrap;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: var(--ymct-footer-muted, rgba(255, 255, 255, 0.8));
	transition: color 0.2s ease;
}

.ymct-footer .ymct-footer-legal a:hover {
	color: var(--ymct-footer-link-hover, rgba(255, 255, 255, 0.75));
}

@media (max-width: 1200px) {
	.ymct-footer {
		--ymct-gutter: 40px;
	}

	.ymct-footer-main {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 769px) and (max-width: 1200px) {
	.ymct-footer {
		--ymct-gutter: 32px;
	}

	.ymct-footer .ymct-footer-legal a {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.ymct-footer {
		--ymct-gutter: 20px;
	}

	.ymct-footer-inner-wrap {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.ymct-footer-main {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 40px 20px;
		padding-bottom: 40px;
	}

	.ymct-footer-brand {
		grid-column: 1 / -1;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.ymct-footer-main > .ymct-footer-col:last-child {
		grid-column: 1 / -1;
	}

	.ymct-footer-logo {
		width: 106px;
		height: 87px;
		margin: 0 auto;
	}

	.ymct-footer .ymct-footer-brand p {
		font-size: 20px;
		max-width: none;
		text-align: center;
	}

	.ymct-footer .ymct-footer-col h4 {
		font-size: 24px;
	}

	.ymct-footer .ymct-footer-col a {
		font-size: 20px;
	}

	.ymct-footer-bottom {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 16px;
		padding-top: 28px;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}

	.ymct-footer .ymct-footer-copy {
		white-space: normal;
		font-size: 14px;
	}

	.ymct-footer-legal {
		justify-content: center;
		gap: 20px;
		min-width: 0;
	}
}
