/* Footer — 2 columns: brand (left) + menu (right) */

#footer.ct-footer {
	font-family: "Manrope", sans-serif;
}

#footer.ct-footer [data-column="widget-area-4"],
#footer.ct-footer [data-column="socials"],
#footer.ct-footer [data-column="widget-area-2"],
#footer.ct-footer [data-column="widget-area-5"],
#footer.ct-footer [data-column="widget-area-6"] {
	display: none !important;
}

#footer.ct-footer [data-row="top"] > .ct-container {
	display: grid !important;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: start;
}

#footer.ct-footer [data-row="top"] > .ct-container > [data-column] {
	width: 100% !important;
	max-width: none !important;
	flex: none !important;
	margin: 0 !important;
}

/* Brand column */
.smartstart-footer-brand {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	max-width: 26rem;
}

.smartstart-footer-brand__logo-link,
.smartstart-footer-brand__logo-text {
	display: inline-block;
	text-decoration: none;
}

.smartstart-footer-brand__logo-img {
	display: block;
	width: auto;
	max-width: min(100%, 11.5rem);
	height: auto;
}

.smartstart-footer-brand__logo-text {
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 700;
	line-height: 1.1;
	color: #111;
	letter-spacing: -0.02em;
}

.smartstart-footer-brand__contacts {
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
}

.smartstart-footer-brand__contact-item {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
}

.smartstart-footer-brand__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 2rem;
	width: 2rem;
	height: 2rem;
	color: #6f8fa8;
}

.smartstart-footer-brand__icon-svg {
	display: block;
}

.smartstart-footer-brand__contact-body {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	min-width: 0;
}

.smartstart-footer-brand__label {
	font-size: 0.8125rem;
	line-height: 1.4;
	color: #8a8a8a;
}

.smartstart-footer-brand__value {
	font-size: 0.95rem;
	line-height: 1.45;
	font-weight: 500;
	color: #111;
	text-decoration: none;
	word-break: break-word;
}

.smartstart-footer-brand__value:hover {
	color: #363232;
	text-decoration: underline;
}

.smartstart-footer-brand__social {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.smartstart-footer-brand__social-title {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	color: #111;
}

.smartstart-footer-brand__social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.smartstart-footer-brand__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.35rem;
	height: 2.35rem;
	border-radius: 999px;
	background: #111;
	color: #fff;
	text-decoration: none;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.smartstart-footer-brand__social-link:hover {
	transform: translateY(-1px);
	opacity: 0.85;
	color: #fff;
}

/* Menu column */
#footer.ct-footer .smartstart-footer-menu-wrap {
	margin: 0;
}

#footer.ct-footer .smartstart-footer-menu__title,
#footer.ct-footer [data-column="widget-area-3"] .wp-block-heading {
	margin: 0 0 1rem;
	font-family: "Manrope", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

#footer.ct-footer .smartstart-footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer.ct-footer .smartstart-footer-menu > li {
	margin: 0 0 0.3rem;
}

#footer.ct-footer .smartstart-footer-submenu {
	margin: 0.2rem 0 0.35rem;
	padding: 0 0 0 1rem;
	list-style: none;
}

#footer.ct-footer .smartstart-footer-submenu li {
	margin: 0 0 0.2rem;
}

#footer.ct-footer .smartstart-footer-menu a,
#footer.ct-footer .smartstart-footer-submenu a,
#footer.ct-footer [data-column="widget-area-3"] .wp-block-list a {
	font-family: "Manrope", sans-serif;
	font-size: 14.4px;
	line-height: 1.4;
	font-weight: 400;
	color: #363232 !important;
	text-decoration: none;
}

#footer.ct-footer .smartstart-footer-menu a:hover,
#footer.ct-footer .smartstart-footer-submenu a:hover,
#footer.ct-footer [data-column="widget-area-3"] .wp-block-list a:hover {
	color: #111 !important;
	text-decoration: underline;
}

/* Mobile */
@media (max-width: 691px) {
	#footer.ct-footer [data-row="top"] > .ct-container {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.smartstart-footer-brand {
		max-width: none;
		align-items: center;
		text-align: center;
	}

	.smartstart-footer-brand__logo {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.smartstart-footer-brand__logo-img {
		margin-left: auto;
		margin-right: auto;
	}

	.smartstart-footer-brand__contact-item {
		justify-content: center;
		text-align: left;
		max-width: 18rem;
	}

	.smartstart-footer-brand__social {
		align-items: center;
	}

	.smartstart-footer-brand__social-links {
		justify-content: center;
	}

	#footer.ct-footer [data-column="widget-area-1"] {
		text-align: center;
	}

	#footer.ct-footer [data-column="widget-area-3"],
	#footer.ct-footer .smartstart-footer-menu-wrap {
		text-align: center;
	}

	#footer.ct-footer .smartstart-footer-menu,
	#footer.ct-footer .smartstart-footer-submenu {
		padding-left: 0;
	}
}
