.ssma-hero.ssma-hero-visual {
	display: block;
	container-name: ssma-hero;
	container-type: inline-size;
	overflow: hidden;
	position: relative;
	background:
		radial-gradient(circle at 88% 12%, rgba(36, 127, 190, .18), transparent 31%),
		linear-gradient(135deg, #f7fbfe 0%, #e8f3f9 100%);
}

.ssma-hero-main {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
	gap: clamp(32px, 5vw, 68px);
	align-items: center;
}

.ssma-hero-visual .ssma-hero-copy {
	position: relative;
	z-index: 2;
}

.ssma-hero-visual h1 {
	margin-bottom: 12px;
	font-size: clamp(42px, 5.2vw, 64px);
}

.ssma-hero-promise {
	max-width: 700px;
	margin: 0 0 18px;
	color: #173a59;
	font-size: clamp(25px, 3vw, 35px);
	font-weight: 800;
	line-height: 1.16;
	letter-spacing: -.025em;
}

.ssma-offer-price {
	display: inline-grid;
	grid-template-columns: auto auto auto;
	align-items: baseline;
	gap: 7px 12px;
	margin: 0 0 24px;
	padding: 14px 18px;
	border: 1px solid rgba(33, 118, 184, .24);
	border-radius: 12px;
	background: rgba(255, 255, 255, .86);
	box-shadow: 0 10px 30px rgba(23, 58, 89, .08);
}

.ssma-offer-price > span {
	grid-column: 1 / -1;
	color: var(--ssma-accent);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .1em;
}

.ssma-offer-price del {
	color: #778693;
	font-size: 16px;
}

.ssma-offer-price strong {
	color: #173a59;
	font-size: 31px;
	line-height: 1;
}

.ssma-offer-price small {
	color: #526675;
}

.ssma-hero-media {
	position: relative;
	z-index: 1;
}

.ssma-hero-media:before {
	content: '';
	position: absolute;
	inset: 7% -7% -7% 7%;
	border-radius: 28px;
	background: #1e78b5;
	transform: rotate(3deg);
	opacity: .16;
}

.ssma-hero-media img,
.ssma-home-visual img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
	box-shadow: 0 24px 55px rgba(23, 58, 89, .22);
}

.ssma-float-card {
	position: absolute;
	display: grid;
	grid-template-columns: auto auto;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, .7);
	border-radius: 12px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 12px 28px rgba(23, 58, 89, .18);
	backdrop-filter: blur(8px);
}

.ssma-float-card strong {
	color: var(--ssma-accent);
	font-size: 27px;
}

.ssma-float-card span {
	max-width: 70px;
	color: #173a59;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.15;
}

.ssma-float-card-top {
	top: -18px;
	right: -12px;
}

.ssma-float-card-bottom {
	bottom: -18px;
	left: -18px;
}

.ssma-hero-visual .ssma-trust-row {
	margin-top: 30px;
}

.ssma-home-promo {
	display: block;
	container-name: ssma-home;
	container-type: inline-size;
	margin-block: 48px;
	padding: clamp(28px, 5vw, 64px);
	border: 1px solid #d7e4ec;
	border-radius: 24px;
	background:
		radial-gradient(circle at 8% 14%, rgba(38, 131, 193, .16), transparent 28%),
		linear-gradient(135deg, #f8fbfd 0%, #edf6fa 100%);
	box-shadow: 0 20px 60px rgba(23, 58, 89, .09);
}

.ssma-home-layout {
	display: block;
}

.ssma-home-visual {
	position: relative;
	margin: 26px 0 32px;
}

.ssma-visual-ribbon {
	position: absolute;
	top: 16px;
	left: -10px;
	padding: 8px 13px;
	border-radius: 0 8px 8px 0;
	background: #173a59;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .09em;
	box-shadow: 0 8px 20px rgba(23, 58, 89, .18);
}

.ssma-home-copy h2 {
	margin-bottom: 12px;
	font-size: clamp(34px, 4vw, 48px);
	letter-spacing: -.025em;
}

.ssma-home-promise {
	margin: 0 0 16px !important;
	color: #173a59 !important;
	font-size: clamp(24px, 3vw, 32px) !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	letter-spacing: -.02em;
}

.ssma-home-lead {
	margin: 0 0 22px;
	color: #435667;
	font-size: 19px;
	line-height: 1.6;
}

.ssma-home-benefits {
	display: grid;
	gap: 9px;
	margin: 0 0 26px;
	padding: 0;
	list-style: none;
}

.ssma-home-benefits li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5;
}

.ssma-home-benefits li:before {
	content: '✓';
	position: absolute;
	left: 0;
	top: 0;
	display: grid;
	place-items: center;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: #dff4ec;
	color: #087e68;
	font-size: 13px;
	font-weight: 900;
}

.ssma-home-offer {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(220px, 1.1fr);
	align-items: center;
	gap: 22px;
	margin: 0 0 20px;
	padding: 24px;
	border: 1px solid #d5e4ed;
	border-left: 5px solid var(--ssma-accent);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(23, 58, 89, .11);
}

.ssma-home-price {
	display: grid;
	gap: 6px;
}

.ssma-home-offer-label {
	color: var(--ssma-accent);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.ssma-home-price-line {
	display: flex;
	align-items: baseline;
	gap: 12px;
}

.ssma-home-price-line del {
	color: #7b8994;
	font-size: 15px;
}

.ssma-home-price-line strong {
	color: #173a59;
	font-size: clamp(34px, 5vw, 43px);
	line-height: 1;
}

.ssma-home-price small {
	color: #526675;
	font-size: 13px;
	line-height: 1.45;
}

.ssma-home-button {
	width: 100%;
	min-height: 60px;
	padding: 16px 22px;
	border-radius: 11px;
	font-size: 17px;
	box-shadow: 0 12px 26px rgba(33, 118, 184, .24);
}

.ssma-home-links {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 12px;
	margin: 0;
	font-size: 14px;
	font-weight: 800;
}

.ssma-home-links a {
	color: #173a59;
}

@container ssma-hero (max-width: 920px) {
	.ssma-hero-main {
		grid-template-columns: minmax(0, 1fr);
	}

	.ssma-hero-media {
		max-width: 680px;
		margin: 22px auto 0;
	}
}

@container ssma-home (max-width: 620px) {
	.ssma-home-offer {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 900px) {
	.ssma-hero-main,
	.ssma-home-offer {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 560px) {
	.ssma-hero.ssma-hero-visual,
	.ssma-home-promo {
		padding: 25px 20px;
		border-radius: 14px;
	}

	.ssma-float-card {
		display: none;
	}

	.ssma-offer-price {
		display: grid;
	}

	.ssma-home-offer {
		padding: 20px;
	}

	.ssma-home-offer .ssma-button {
		width: 100%;
	}
}
