/* L1 Services Grid — 1200px content, no left/right padding */

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

.l1-sg {
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	--l1-sg-brown: #8b5e3c;
	--l1-sg-heading: #2a1b45;
	--l1-sg-accent: #3d1f5c;
	--l1-sg-muted: #4a4a4a;
	--l1-sg-border: #e6e2ea;
}

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

.l1-sg__header {
	text-align: center;
	margin: 0 0 36px;
	padding: 0;
}

.l1-sg__eyebrow {
	margin: 0 0 10px;
	padding: 0;
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--l1-sg-brown);
}

.l1-sg__heading {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	font-size: clamp(26px, 3vw, 36px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: var(--l1-sg-heading);
}

.l1-sg__rule {
	display: block;
	width: 56px;
	height: 3px;
	margin: 14px auto 0;
	background: var(--l1-sg-heading);
}

.l1-sg__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 0;
	padding: 0;
}

.l1-sg-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 16px;
	box-sizing: border-box;
	width: calc((100% - 60px) / 4);
	margin: 0;
	padding: 22px 18px;
	background: #ffffff;
	border: 1px solid var(--l1-sg-border);
	border-radius: 8px;
}

.l1-sg-card__top {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.l1-sg-card__icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
}

.l1-sg-card__icon img {
	display: block;
	width: 72px;
	height: 72px;
	object-fit: contain;
}

.l1-sg-card__copy {
	min-width: 0;
	flex: 1 1 auto;
}

.l1-sg-card__title {
	margin: 0 0 8px;
	padding: 0;
	font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--l1-sg-heading);
}

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

.l1-sg-card__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0 0 0 86px; /* icon 72 + gap 14 */
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	font-size: 13.5px;
	font-weight: 700;
	text-decoration: none;
	color: var(--l1-sg-accent);
	line-height: 1.2;
}

.l1-sg-card__link:hover {
	opacity: 0.8;
}

.l1-sg-card__arrow {
	font-size: 1.05em;
	line-height: 1;
}

/* Tablet: 2 columns */
@media (max-width: 991px) {
	.elementor-widget-l1_services_grid > .elementor-widget-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

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

	.l1-sg-card {
		width: calc((100% - 20px) / 2);
	}

	.l1-sg__header {
		margin-bottom: 28px;
	}
}

/* Mobile: 1 column */
@media (max-width: 640px) {
	.elementor-widget-l1_services_grid > .elementor-widget-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

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

	.l1-sg-card {
		width: 100%;
		padding: 20px 16px;
	}

	.l1-sg-card__link {
		padding-left: 70px;
	}

	.l1-sg__heading {
		font-size: 24px;
	}
}

@media (max-width: 420px) {
	.l1-sg-card__top {
		gap: 12px;
	}

	.l1-sg-card__icon,
	.l1-sg-card__icon img {
		width: 64px;
		height: 64px;
	}

	.l1-sg-card__link {
		padding-left: 76px;
	}
}
