/* Soft home landing page styles. */
.soft-home {
	position: relative;
	color: #153042;
	background: linear-gradient(180deg, #f8fbfd 0%, #eff4f8 100%);
	overflow: hidden;
}

.soft-home::before,
.soft-home::after {
	content: '';
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
	filter: blur(56px);
	opacity: 0.22;
}

.soft-home::before {
	left: -120px;
	top: 140px;
	width: 260px;
	height: 260px;
	background: rgba(43, 212, 184, 0.03);
}

.soft-home::after {
	right: -80px;
	top: 520px;
	width: 240px;
	height: 240px;
	background: rgba(75, 150, 255, 0.03);
}

.soft-home__hero,
.soft-home__strip,
.soft-home__section,
.soft-home__cta {
	position: relative;
	z-index: 1;
}

.soft-home__hero-inner,
.soft-home__strip-inner,
.soft-home__section,
.soft-home__cta-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.soft-home__hero {
	padding: 22px 0 6px;
}

.soft-home__hero-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
	gap: 22px;
	align-items: start;
}

.soft-home__hero-copy {
	padding: 10px 0 0;
}

.soft-home__eyebrow,
.soft-home__section-kicker {
	margin: 0 0 12px;
	color: #0f8b6f;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.soft-home h1,
.soft-home h2 {
	margin: 0;
	color: #10263a;
	font-weight: 700;
	letter-spacing: -0.03em;
}

.soft-home h1 {
	max-width: 12ch;
	font-size: clamp(32px, 3.8vw, 54px);
	line-height: 0.92;
	font-weight: 700;
}

.soft-home h2 {
	font-size: clamp(26px, 3vw, 38px);
	line-height: 1.08;
}

.soft-home__lead {
	max-width: 520px;
	margin: 18px 0 0;
	font-size: 12px;
	line-height: 1.55;
	color: rgba(19, 38, 56, 0.82);
}

.soft-home__actions,
.soft-home__cta-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.soft-home__actions {
	margin-top: 12px;
}

.soft-home__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 12px;
	border-radius: 10px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.soft-home__button:hover {
	transform: translateY(-1px);
}

.soft-home__button--primary {
	color: #f8fffd;
	background: #0f8b6f;
	box-shadow: none;
}

.soft-home__button--ghost {
	color: #0f8b6f;
	background: #ffffff;
	border: 1px solid rgba(15, 139, 111, 0.14);
}

.soft-home__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 14px;
}

.soft-home__stat {
	padding: 12px 13px;
	border-radius: 14px;
	background: #ffffff;
	border: 1px solid rgba(168, 197, 222, 0.34);
	box-shadow: none;
}

.soft-home__stat-value {
	color: #0f8b6f;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

.soft-home__stat-label {
	margin-top: 4px;
	font-size: 11px;
	line-height: 1.5;
	color: rgba(19, 38, 56, 0.76);
}

.soft-home__hero-panel {
	position: relative;
	min-height: 300px;
	padding: 12px;
	border-radius: 18px;
	background: #ffffff;
	border: 1px solid rgba(167, 199, 222, 0.32);
	box-shadow: none;
	overflow: hidden;
}

.soft-home__hero-visual {
	position: relative;
	min-height: 300px;
	margin-top: 12px;
}

.soft-home__hero-visual--mockup {
	min-height: 310px;
}

.soft-home__mockup-window {
	position: relative;
	height: 100%;
	min-height: 300px;
	padding: 12px;
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
	border: 1px solid rgba(167, 199, 222, 0.32);
	box-shadow: none;
	overflow: hidden;
}

.soft-home__mockup-window::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 26%, rgba(15, 139, 111, 0.05), transparent 18%),
		radial-gradient(circle at 86% 28%, rgba(75, 150, 255, 0.04), transparent 16%),
		radial-gradient(circle at 74% 84%, rgba(15, 139, 111, 0.03), transparent 18%);
	pointer-events: none;
}

.soft-home__mockup-topbar {
	display: flex;
	align-items: center;
	gap: 8px;
	position: relative;
	z-index: 1;
	margin-bottom: 12px;
}

.soft-home__mockup-dot {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	opacity: 0.9;
}

.soft-home__mockup-dot--red { background: #f87171; }
.soft-home__mockup-dot--yellow { background: #fbbf24; }
.soft-home__mockup-dot--green { background: #34d399; }

.soft-home__mockup-chip {
	margin-left: auto;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #0f8b6f;
	background: rgba(15, 139, 111, 0.08);
}

.soft-home__mockup-canvas {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 12px;
	min-height: 254px;
}

.soft-home__mockup-nav {
	display: grid;
	align-content: start;
	gap: 8px;
	padding: 10px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(167, 199, 222, 0.22);
}

.soft-home__mockup-nav span {
	display: block;
	padding: 8px 9px;
	border-radius: 10px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(16, 38, 58, 0.68);
}

.soft-home__mockup-nav .is-active {
	color: #0f8b6f;
	background: rgba(15, 139, 111, 0.08);
}

.soft-home__mockup-screen {
	display: grid;
	grid-template-rows: auto auto 1fr;
	gap: 10px;
	padding: 12px 14px 14px;
	border-radius: 16px;
	background: #ffffff;
	border: 1px solid rgba(167, 199, 222, 0.26);
}

.soft-home__mockup-screen-head {
	display: flex;
	align-items: center;
	gap: 10px;
}

.soft-home__mockup-screen-tag {
	color: #0f8b6f;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.soft-home__mockup-screen-title {
	max-width: 18ch;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.22;
	color: #10263a;
}

.soft-home__mockup-screen-text {
	font-size: 11px;
	line-height: 1.45;
	color: rgba(19, 38, 56, 0.74);
}

.soft-home__mockup-screen-list {
	display: grid;
	align-content: start;
	gap: 8px;
	padding-top: 2px;
}

.soft-home__mockup-row {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 12px;
	padding: 8px 0;
	border-bottom: 1px solid rgba(167, 199, 222, 0.18);
	font-size: 11px;
	color: rgba(16, 38, 58, 0.84);
}

.soft-home__mockup-row--head {
	padding-top: 0;
	padding-bottom: 8px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(15, 139, 111, 0.78);
}

.soft-home__mockup-screen-line {
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, rgba(167, 199, 222, 0.32), rgba(15, 139, 111, 0.26));
}

.soft-home__mockup-screen-card {
	padding: 12px 12px 10px;
	border-radius: 14px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%);
	border: 1px solid rgba(167, 199, 222, 0.22);
}

.soft-home__mockup-screen-card .soft-home__mockup-screen-title {
	margin-bottom: 6px;
}

.soft-home__strip {
	padding: 16px 0 6px;
}

.soft-home__strip-inner {
	padding-top: 6px;
}

.soft-home__strip-title {
	margin-bottom: 14px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(15, 139, 111, 0.82);
}

.soft-home__category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.soft-home__category {
	display: flex;
	align-items: start;
	gap: 12px;
	padding: 14px 14px;
	border-radius: 14px;
	text-decoration: none;
	background: #ffffff;
	border: 1px solid rgba(167, 199, 222, 0.30);
	box-shadow: none;
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.soft-home__category:hover {
	transform: translateY(-1px);
	border-color: rgba(15, 139, 111, 0.18);
}

.soft-home__category-emoji {
	flex: 0 0 auto;
	font-size: 16px;
	line-height: 1;
}

.soft-home__category-title {
	color: #10263a;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
}

.soft-home__category-text {
	margin-top: 4px;
	font-size: 11px;
	line-height: 1.45;
	color: rgba(19, 38, 56, 0.72);
}

.soft-home__section {
	padding-top: 42px;
	padding-bottom: 10px;
}

.soft-home__section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.soft-home__section-link {
	color: #0f8b6f;
	text-decoration: none;
	font-size: 11px;
	font-weight: 700;
}

.soft-home__feature-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.soft-home__feature {
	padding: 18px;
	border-radius: 14px;
	background: #ffffff;
	border: 1px solid rgba(167, 199, 222, 0.30);
	box-shadow: none;
}

.soft-home__feature-title {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	color: #10263a;
}

.soft-home__feature p {
	margin: 10px 0 0;
	font-size: 12px;
	line-height: 1.55;
	color: rgba(19, 38, 56, 0.76);
}

.soft-home__section--products {
	padding-top: 46px;
}

.soft-home__product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.soft-home__product {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%);
	border: 1px solid rgba(167, 199, 222, 0.30);
	box-shadow: 0 16px 38px rgba(16, 38, 58, 0.04);
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.soft-home__product:hover {
	transform: translateY(-2px);
	border-color: rgba(15, 139, 111, 0.20);
	box-shadow: 0 20px 42px rgba(16, 38, 58, 0.08);
}

.soft-home__product-thumb {
	display: block;
	position: relative;
	aspect-ratio: 16 / 10;
	background: linear-gradient(135deg, rgba(15, 139, 111, 0.06), rgba(75, 150, 255, 0.06));
	text-decoration: none;
	overflow: hidden;
}

.soft-home__product-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.soft-home__product-thumb-fallback {
	display: flex;
	align-items: start;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 30px;
	color: #0f8b6f;
	opacity: 0.72;
}

.soft-home__product-thumb-badge {
	position: absolute;
	left: 12px;
	top: 12px;
	padding: 6px 9px;
	border-radius: 999px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #0f8b6f;
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(8px);
	box-shadow: 0 8px 24px rgba(15, 139, 111, 0.08);
}

.soft-home__product-body {
	padding: 12px 14px 14px;
}

.soft-home__product-title {
	margin: 0;
	font-size: 13px;
	line-height: 1.24;
}

.soft-home__product-title a {
	color: #10263a;
	text-decoration: none;
}


.soft-home__empty {
	padding: 18px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(167, 199, 222, 0.42);
	color: rgba(19, 38, 56, 0.74);
}

.soft-home__cta {
	padding: 36px 0 60px;
}

.soft-home__cta-inner {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 22px;
	padding: 22px;
	border-radius: 16px;
	background: #ffffff;
	border: 1px solid rgba(167, 199, 222, 0.30);
	box-shadow: none;
}

.soft-home__cta-inner p {
	max-width: 720px;
	margin: 12px 0 0;
	font-size: 12px;
	line-height: 1.6;
	color: rgba(19, 38, 56, 0.78);
}

@media (max-width: 1100px) {
	.soft-home__hero-inner {
		grid-template-columns: 1fr;
	}

	.soft-home__stats,
	.soft-home__category-grid,
	.soft-home__feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.soft-home__product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.soft-home__hero-panel {
		min-height: 260px;
	}
}

@media (max-width: 720px) {
	.soft-home__hero {
		padding-top: 28px;
	}

	.soft-home__hero-inner,
	.soft-home__strip-inner,
	.soft-home__section,
	.soft-home__cta-inner {
		padding-left: 16px;
		padding-right: 16px;
	}

	.soft-home h1 {
		font-size: clamp(34px, 12vw, 48px);
	}

	.soft-home__lead {
		font-size: 12px;
	}

	.soft-home__stats,
	.soft-home__category-grid,
	.soft-home__feature-grid,
	.soft-home__product-grid {
		grid-template-columns: 1fr;
	}

	.soft-home__hero-panel {
		padding: 12px;
		min-height: 300px;
	}

	.soft-home__hero-card--main {
		left: 12%;
		top: 16%;
		width: 78%;
	}

	.soft-home__hero-card-title {
		font-size: 20px;
	}

	.soft-home__hero-card--small {
		right: 6%;
		bottom: 10%;
		width: 160px;
	}

	.soft-home__cta-inner {
		flex-direction: column;
		align-items: flex-start;
	}
}
