/* L1 Footer — full-width bg, 1200px content, no side padding */

.elementor-widget-l1_footer,
.elementor-widget-l1_footer > .elementor-widget-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.l1-ft {
	width: 100%;
	margin: 0;
	padding: 56px 0 0;
	box-sizing: border-box;
	background: transparent;
	color: #ffffff;
	--l1-ft-muted: rgba(255, 255, 255, 0.82);
	--l1-ft-line: rgba(255, 255, 255, 0.22);
	--l1-ft-icon: #d4b483;
}

.l1-ft__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

.l1-ft__grid {
	display: grid;
	grid-template-columns: 1.2fr 0.9fr 1.05fr 1.15fr 0.95fr;
	gap: 0;
	align-items: start;
	margin: 0;
	padding: 0 0 40px;
}

.l1-ft-col {
	position: relative;
	padding: 0 22px;
	box-sizing: border-box;
	min-width: 0;
}

.l1-ft-col:first-child {
	padding-left: 0;
}

.l1-ft-col:last-child {
	padding-right: 0;
}

.l1-ft-col:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 8px;
	right: 0;
	bottom: 8px;
	width: 1px;
	background: var(--l1-ft-line);
}

.l1-ft__logo {
	display: inline-block;
	margin: 0 0 16px;
	line-height: 0;
	text-decoration: none;
}

.l1-ft__logo img {
	display: block;
	width: auto;
	max-width: 160px;
	height: auto;
	max-height: 72px;
	object-fit: contain;
}

.l1-ft__logo.is-white img {
	filter: brightness(0) invert(1);
}

.l1-ft__brand-text {
	margin: 0 0 20px;
	padding: 0;
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	font-size: 13.5px;
	font-weight: 400;
	line-height: 1.65;
	color: var(--l1-ft-muted);
}

.l1-ft__social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.l1-ft__social-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.l1-ft__social-btn:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.6);
	color: #ffffff;
}

.l1-ft__social-btn i,
.l1-ft__social-btn svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.l1-ft__heading {
	margin: 0 0 16px;
	padding: 0;
	font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	color: #ffffff;
}

.l1-ft__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.l1-ft__list li {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 12px;
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	font-size: 13.5px;
	line-height: 1.4;
	color: var(--l1-ft-muted);
}

.l1-ft__list li::before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
	color: rgba(255, 255, 255, 0.55);
	font-size: 12px;
}

.l1-ft__list-link {
	color: inherit;
	text-decoration: none;
}

.l1-ft__list-link:hover {
	color: #ffffff;
}

.l1-ft__contact {
	margin: 0;
	padding: 0;
	list-style: none;
}

.l1-ft__contact-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0 0 14px;
}

.l1-ft__contact-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--l1-ft-icon);
	color: #3a1f5c;
	font-size: 12px;
}

.l1-ft__contact-icon i,
.l1-ft__contact-icon svg {
	width: 0.9em;
	height: 0.9em;
	fill: currentColor;
}

.l1-ft__contact-text {
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	font-size: 13.5px;
	line-height: 1.45;
	color: var(--l1-ft-muted);
	text-decoration: none;
	padding-top: 4px;
}

a.l1-ft__contact-text:hover {
	color: #ffffff;
}

.l1-ft__area-text {
	margin: 0 0 18px;
	padding: 0;
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	font-size: 13.5px;
	line-height: 1.6;
	color: var(--l1-ft-muted);
}

.l1-ft__map {
	width: 100%;
	max-width: 150px;
	color: rgba(255, 255, 255, 0.28);
}

.l1-ft__map img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0.55;
}

.l1-ft__map-svg {
	display: block;
	width: 100%;
	height: auto;
}

.l1-ft__bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 24px;
	margin: 0;
	padding: 18px 0 22px;
	border-top: 1px solid var(--l1-ft-line);
	box-sizing: border-box;
}

.l1-ft__copy,
.l1-ft__legal {
	margin: 0;
	padding: 0;
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	font-size: 12.5px;
	line-height: 1.4;
	color: var(--l1-ft-muted);
}

.l1-ft__legal-link {
	color: inherit;
	text-decoration: none;
}

.l1-ft__legal-link:hover {
	color: #ffffff;
}

.l1-ft__legal-sep {
	margin: 0 8px;
	opacity: 0.6;
}

@media (max-width: 1100px) {
	.elementor-widget-l1_footer > .elementor-widget-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.l1-ft__inner {
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	.l1-ft__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 0;
		padding-bottom: 28px;
	}

	.l1-ft-col {
		padding: 0 18px;
	}

	.l1-ft-col:nth-child(odd) {
		padding-left: 0;
	}

	.l1-ft-col:nth-child(even) {
		padding-right: 0;
	}

	.l1-ft-col:not(:last-child)::after {
		display: none;
	}

	.l1-ft-col:nth-child(odd) {
		border-right: 1px solid var(--l1-ft-line);
		padding-right: 22px;
	}
}

@media (max-width: 640px) {
	.elementor-widget-l1_footer > .elementor-widget-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.l1-ft__inner {
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	.l1-ft {
		padding-top: 40px;
	}

	.l1-ft__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.l1-ft-col,
	.l1-ft-col:first-child,
	.l1-ft-col:last-child,
	.l1-ft-col:nth-child(odd),
	.l1-ft-col:nth-child(even) {
		padding: 0;
		border-right: 0;
	}

	.l1-ft__bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}
