.smx-front {
	max-width: 980px;
	margin: 0 auto;
	padding: 56px 20px 72px;
}

.smx-hero__title {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
}

.smx-hero__lead {
	max-width: 720px;
	color: #111827;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 40px;
}

.smx-business__list {
	list-style: disc;
	padding-left: 22px;
	margin: 0 0 16px;
	line-height: 1.8;
}

.smx-front .smx-section__title {
	font-size: 2em;
	line-height: 1.2;
}

.smx-business__item {
	margin: 0 0 6px;
}

.smx-business__note {
	max-width: 720px;
	color: #111827;
	font-size: 15px;
	line-height: 1.8;
	margin: 0 0 36px;
}

.smx-business__layout {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.smx-business__media {
	flex: 0 0 auto;
}

.smx-business__image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	margin-bottom: 28px;
}

.smx-business__content {
	flex: 1 1 auto;
}

.smx-philosophy {
	margin: 0 0 36px;
}

.smx-philosophy__text {
	max-width: 760px;
	color: #111827;
	font-size: 15px;
	line-height: 1.8;
	margin: 0 0 18px;
}

.smx-philosophy__text p {
	margin: 0 0 14px;
}

.smx-philosophy__quotes {
	margin: 0 0 18px;
	padding-left: 16px;
	border-left: 2px solid rgba(32, 198, 255, 0.4);
	color: #111827;
}

.smx-philosophy__quotes p {
	margin: 0 0 8px;
}

.smx-about-summary {
	margin: 0 0 36px;
}

.smx-about-summary__text {
	max-width: 760px;
	line-height: 1.8;
}

.smx-about-summary__text p {
	margin: 0 0 10px;
}

.smx-about-summary__text p:last-child {
	margin-bottom: 0;
}

.smx-cta {
	padding-top: 16px;
}

@media (min-width: 768px) {
	.smx-business__layout {
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
	}

	.smx-business__media {
		flex: 0 0 40%;
	}

	.smx-business__content {
		flex: 1 1 60%;
	}
}

.smx-hero--image {
	position: relative;
	display: flex;
	align-items: flex-end;
	background-color: #f3f4f6;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.smx-hero__overlay {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 16px 24px;
	position: relative;
	z-index: 1;
}

.smx-hero__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.smx-hero__lead-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.smx-hero__lead-block::before {
	content: "";
	width: 48px;
	height: 1px;
	background: rgba(255, 255, 255, 0.6);
}

.smx-hero__overlay .smx-hero__lead {
	color: #ffffff;
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
	max-width: 520px;
	text-align: left;
}

.smx-hero__catch {
	margin: 0;
	color: #ffffff;
	font-size: clamp(32px, 5.6vw, 52px);
	line-height: 1.2;
	text-align: left;
	font-weight: 600;
	letter-spacing: 0.01em;
	display: inline-block;
	max-width: 520px;
	padding: 0;
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

@media (max-width: 767px) {
	.smx-hero__catch {
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.smx-hero__catch {
		white-space: nowrap;
	}
}

@media (min-width: 768px) {
	.smx-hero__overlay {
		padding-left: 32px;
		padding-right: 32px;
		padding-bottom: 32px;
	}

	.smx-hero__content {
		gap: 16px;
	}
}

.smx-cta__link {
	display: inline-block;
	padding: 12px 18px;
	border-radius: 9999px;
	text-decoration: none;
	color: #ffffff;
	line-height: 1.2;
	letter-spacing: 0.02em;
	background: linear-gradient(90deg, #20c6ff 0%, #a855f7 100%);
	box-shadow: 0 6px 16px rgba(17, 24, 39, 0.12);
	transition: box-shadow 0.2s ease, filter 0.2s ease;
}

.smx-cta__link:hover,
.smx-cta__link:focus-visible {
	filter: brightness(1.08);
	box-shadow: 0 10px 22px rgba(32, 198, 255, 0.25);
}
