.sw-company-introduction,
.sw-company-introduction * {
	box-sizing: border-box;
}

.elementor-widget-seewell_company_introduction {
	margin-block-end: 0;
}

.e-con:has(> .elementor-widget-seewell_company_introduction) {
	padding: 0 !important;
}

.sw-company-introduction {
	--sw-company-accent: #387e80;
	padding: 80px 24px;
	background: #f7f6f2;
	color: #333;
	font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sw-company-introduction__container {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(56px, 8vw, 112px);
	align-items: center;
	width: 100%;
	max-width: 1280px;
	margin-inline: auto;
}

.sw-company-introduction__content {
	max-width: 570px;
}

.sw-company-introduction__eyebrow {
	margin: 0 0 20px;
	color: #c39160;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.25em;
	text-transform: uppercase;
}

.sw-company-introduction__heading {
	margin: 0;
	color: var(--sw-company-accent);
	font-size: clamp(34px, 3.5vw, 48px);
	font-weight: 750;
	line-height: 1.12;
	letter-spacing: -0.025em;
}

.sw-company-introduction__description {
	margin-top: 24px;
	color: #666;
	font-size: 16px;
	line-height: 1.7;
}

.sw-company-introduction__description > :first-child {
	margin-top: 0;
}

.sw-company-introduction__description > :last-child {
	margin-bottom: 0;
}

.sw-company-introduction__stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.sw-company-stat {
	min-width: 0;
	min-height: 154px;
	padding: 24px;
	border: 1px solid #dedbd3;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 5px 18px rgba(38, 61, 57, 0.06);
	transition: box-shadow 0.5s ease-out, transform 0.5s ease-out;
}

.sw-company-stat:hover {
	box-shadow: 0 14px 32px rgba(38, 61, 57, 0.12);
	transform: translateY(-4px);
}

.sw-company-stat__icon {
	display: grid;
	width: 38px;
	height: 38px;
	margin-bottom: 15px;
	border-radius: 10px;
	background: rgba(56, 126, 128, 0.1);
	color: var(--sw-company-accent);
	place-items: center;
}

.sw-company-stat__icon svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.55;
}

.sw-company-stat__value {
	color: var(--sw-company-accent);
	font-size: 28px;
	font-weight: 750;
	line-height: 1.15;
	letter-spacing: -0.02em;
}

.sw-company-stat__value span {
	margin-left: 4px;
	font-size: 0.7em;
	vertical-align: 0.12em;
}

.sw-company-stat__label {
	margin: 6px 0 0;
	color: #666;
	font-size: 13px;
	line-height: 1.45;
}

@media (max-width: 900px) {
	.sw-company-introduction__container {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.sw-company-introduction__content {
		max-width: 680px;
	}
}

@media (max-width: 600px) {
	.sw-company-introduction {
		padding: 64px 16px;
	}

	.sw-company-introduction__heading {
		font-size: 34px;
	}

	.sw-company-introduction__stats {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.sw-company-stat {
		min-height: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sw-company-stat {
		transition: none;
	}

	.sw-company-stat:hover {
		transform: none;
	}
}
