:root {
	--sc-ink: #0a2540;
	--sc-navy: #073563;
	--sc-blue: #0b4d78;
	--sc-teal: #008c96;
	--sc-teal-dark: #006d78;
	--sc-teal-soft: #eaf8f8;
	--sc-aqua: #f5fcfc;
	--sc-line: #d7ebee;
	--sc-muted: #567086;
	--sc-gold: #caa767;
	--sc-white: #fff;
	--sc-shadow: 0 18px 48px rgba(5, 61, 89, .12);
	--sc-radius: 8px;
	--sc-container: 1240px;
}

html {
	scroll-behavior: smooth;
}

body.sampo-body {
	margin: 0;
	background: #fff;
	color: var(--sc-ink);
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, system-ui, sans-serif;
	line-height: 1.75;
}

.sampo-front-page *,
.sampo-front-page *::before,
.sampo-front-page *::after {
	box-sizing: border-box;
}

.sampo-front-page img {
	display: block;
	max-width: 100%;
	height: auto;
}

.sampo-front-page a {
	color: inherit;
	text-decoration: none;
}

.sampo-front-page button {
	font: inherit;
}

.sc-page {
	overflow-x: hidden;
	overflow-y: visible;
	background:
		linear-gradient(180deg, rgba(243, 251, 251, .8) 0, rgba(255, 255, 255, 0) 320px),
		#fff;
}

.sc-container {
	width: min(calc(100% - 56px), var(--sc-container));
	margin-inline: auto;
}

.sc-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, .94);
	border-bottom: 1px solid rgba(0, 118, 136, .12);
	box-shadow: 0 6px 24px rgba(0, 72, 99, .06);
	backdrop-filter: blur(16px);
}

.admin-bar .sc-header {
	top: 32px;
}

.sc-header__inner {
	display: flex;
	align-items: center;
	gap: 18px;
	width: min(calc(100% - 44px), 1310px);
	min-height: 72px;
	margin-inline: auto;
}

.sc-brand {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 10px;
	min-width: 180px;
}

.sc-brand__mark {
	width: 38px;
	height: 38px;
	object-fit: contain;
}

.sc-brand__text {
	display: grid;
	gap: 0;
	line-height: 1.1;
}

.sc-brand__name {
	color: var(--sc-ink);
	font-size: 19px;
	font-weight: 800;
	letter-spacing: 0;
}

.sc-brand__tag {
	color: var(--sc-blue);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .04em;
}

.sc-global-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	gap: clamp(8px, 1vw, 16px);
	color: #152f45;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}

.sc-global-nav a {
	transition: color .2s ease;
}

.sc-global-nav a:hover {
	color: var(--sc-teal);
}

.sc-header__actions {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 10px;
}

.sc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 50px;
	padding: 0 24px;
	border: 1px solid var(--sc-teal);
	border-radius: 4px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
	text-align: center;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}

.sc-btn::after {
	width: 7px;
	height: 7px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	transform: rotate(45deg);
}

.sc-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 24px rgba(0, 119, 132, .15);
}

.sc-btn--primary {
	border-color: #006272;
	background: #006272;
	color: #fff !important;
}

.sc-btn--outline {
	background: #fff;
	color: var(--sc-teal-dark);
}

.sc-btn--small {
	min-height: 42px;
	padding-inline: 14px;
	font-size: 12px;
}

.sc-nav-toggle {
	display: none;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid var(--sc-line);
	border-radius: 4px;
	background: #fff;
	color: var(--sc-teal);
}

.sc-nav-toggle span:not(.screen-reader-text) {
	display: block;
	width: 20px;
	height: 2px;
	margin: 5px auto;
	background: currentColor;
}

.sc-nav-toggle .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.sc-mobile-nav {
	display: none;
	width: min(calc(100% - 36px), 620px);
	margin: 0 auto 18px;
	padding: 14px;
	border: 1px solid var(--sc-line);
	border-radius: var(--sc-radius);
	background: #fff;
	box-shadow: var(--sc-shadow);
}

.sc-mobile-nav a:not(.sc-btn) {
	display: block;
	padding: 12px 8px;
	border-bottom: 1px solid #eef6f7;
	font-size: 14px;
	font-weight: 700;
}

.sc-mobile-nav .sc-btn {
	width: 100%;
	margin-top: 10px;
}

.sc-hero {
	position: relative;
	padding: 56px 0 38px;
	background:
		linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .96) 42%, rgba(245, 252, 252, .7) 100%),
		linear-gradient(180deg, #fff 0%, #f6fcfc 100%);
}

.sc-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 47%) minmax(0, 53%);
	align-items: center;
	gap: 44px;
	width: min(calc(100% - 58px), 1320px);
	margin-inline: auto;
}

.sc-hero__content,
.sc-hero__detail,
.sc-hero__visual {
	min-width: 0;
}

.sc-hero__content,
.sc-hero__detail {
	position: relative;
	z-index: 2;
}

.sc-hero__content,
.sc-hero__detail {
	grid-column: 1;
}

.sc-hero__visual {
	grid-column: 2;
	grid-row: 1;
}

.sc-eyebrow {
	margin: 0 0 8px;
	color: var(--sc-teal);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .03em;
}

.sc-hero h1 {
	margin: 0;
	color: #092b57;
	font-size: clamp(34px, 3.1vw, 46px);
	font-weight: 900;
	line-height: 1.34;
	letter-spacing: .01em;
	overflow-wrap: normal;
	word-break: keep-all;
}

.sc-hero h1 span {
	display: block;
}

.sc-h1-main span {
	display: inline;
}

.sc-hero__lead {
	max-width: 42em;
	margin: 20px 0 0;
	color: var(--sc-navy);
	font-size: clamp(15px, 1.15vw, 16px);
	font-weight: 900;
	line-height: 1.65;
	white-space: nowrap;
}

.sc-hero__note {
	max-width: 650px;
	margin: 0;
	color: #6b7280;
	font-size: 12.5px;
	font-weight: 700;
	line-height: 1.75;
}

.sc-hero__copy {
	max-width: 680px;
	margin: 0;
	color: #27465f;
	font-size: 15px;
	font-weight: 600;
	line-height: 2;
}

.sc-hero__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 28px;
}

.sc-hero__buttons .sc-btn {
	min-width: 260px;
}

.sc-hero__checks {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 22px;
	margin: 22px 0 0;
	padding: 0;
	color: #3f6178;
	font-size: 13px;
	font-weight: 700;
	list-style: none;
}

.sc-hero__checks li {
	position: relative;
	padding-left: 24px;
}

.sc-hero__checks li::before {
	position: absolute;
	top: .35em;
	left: 0;
	width: 16px;
	height: 16px;
	border: 2px solid var(--sc-teal);
	border-radius: 50%;
	content: "";
}

.sc-hero__checks li::after {
	position: absolute;
	top: .68em;
	left: 5px;
	width: 6px;
	height: 3px;
	border-bottom: 2px solid var(--sc-teal);
	border-left: 2px solid var(--sc-teal);
	content: "";
	transform: rotate(-45deg);
}

.sc-hero__visual {
	position: relative;
	margin: 0;
	min-height: 420px;
}

.sc-hero__visual::before {
	position: absolute;
	inset: -20px auto -20px -86px;
	z-index: 1;
	width: 210px;
	background: linear-gradient(90deg, #fff 4%, rgba(255, 255, 255, .84) 46%, rgba(255, 255, 255, 0) 100%);
	content: "";
	pointer-events: none;
}

.sc-hero__visual img {
	width: 100%;
	height: min(46vw, 520px);
	min-height: 390px;
	object-fit: cover;
	object-position: center;
	border-radius: 0 0 0 90px;
}

.sc-hero-badges {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	width: min(calc(100% - 58px), 920px);
	margin: 22px auto 0;
}

.sc-hero-badges div {
	position: relative;
	min-height: 64px;
	padding: 5px 18px 0;
	text-align: center;
}

.sc-hero-badges div::before,
.sc-hero-badges div::after {
	position: absolute;
	top: 13px;
	width: 18px;
	height: 42px;
	border-color: var(--sc-gold);
	border-style: solid;
	content: "";
	opacity: .8;
}

.sc-hero-badges div::before {
	left: 0;
	border-width: 1px 0 1px 1px;
	border-radius: 26px 0 0 26px;
}

.sc-hero-badges div::after {
	right: 0;
	border-width: 1px 1px 1px 0;
	border-radius: 0 26px 26px 0;
}

.sc-hero-badges span,
.sc-hero-badges strong {
	display: block;
}

.sc-hero-badges span {
	color: #6e7b85;
	font-size: 10px;
	font-weight: 700;
}

.sc-hero-badges strong {
	color: var(--sc-navy);
	font-size: 17px;
	font-weight: 900;
}

.sc-section {
	padding: 58px 0;
}

.sc-section--tight {
	padding-top: 34px;
}

.sc-section--pale {
	padding: 42px 0 48px;
	background: linear-gradient(180deg, #f6fcfc 0%, #fff 100%);
}

.sc-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	margin: 0 0 14px;
	padding: 0 24px;
	border: 1px solid var(--sc-teal);
	border-radius: 999px;
	background: rgba(255, 255, 255, .86);
	color: var(--sc-teal-dark);
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .06em;
}

.sc-center-title {
	margin: 0 0 24px;
	color: var(--sc-navy);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.55;
	text-align: center;
}

.sc-center-copy {
	margin: -14px 0 22px;
	color: var(--sc-muted);
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

.sc-concern-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 10px;
}

.sc-concern-card {
	display: grid;
	align-content: start;
	justify-items: center;
	min-height: 154px;
	padding: 18px 10px 14px;
	border: 1px solid var(--sc-line);
	border-radius: var(--sc-radius);
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 8px 24px rgba(0, 81, 109, .05);
	text-align: center;
}

.sc-concern-card p {
	margin: 12px 0 0;
	color: #223f59;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.7;
}

.sc-problem {
	position: relative;
	overflow: hidden;
	padding: 54px 0 50px;
	background:
		radial-gradient(circle at 50% 8%, rgba(255, 255, 255, .9) 0, rgba(255, 255, 255, 0) 34%),
		linear-gradient(180deg, #eef9fb 0%, #f7fcfc 48%, #eef8fa 100%);
}

.sc-problem::before,
.sc-problem::after {
	position: absolute;
	z-index: 0;
	width: 460px;
	height: 180px;
	border: 1px solid rgba(0, 140, 150, .12);
	border-color: rgba(0, 140, 150, .12) transparent transparent transparent;
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.sc-problem::before {
	top: -60px;
	left: -120px;
	transform: rotate(-9deg);
}

.sc-problem::after {
	top: -56px;
	right: -90px;
	transform: rotate(8deg);
}

.sc-problem .sc-container {
	position: relative;
	z-index: 1;
}

.sc-problem__heading {
	max-width: 900px;
	margin: 0 auto 34px;
	text-align: center;
}

.sc-problem__heading p {
	margin: 0 0 8px;
	color: var(--sc-teal-dark);
	font-size: 20px;
	font-weight: 900;
	letter-spacing: .08em;
	line-height: 1.4;
}

.sc-problem__heading h2 {
	margin: 0 0 14px;
	color: #08264a;
	font-size: clamp(34px, 4.4vw, 58px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
}

.sc-problem__heading span {
	display: block;
	color: #0d284b;
	font-size: clamp(17px, 1.75vw, 24px);
	font-weight: 900;
	line-height: 1.75;
}

.sc-problem__heading span br {
	display: block;
}

.sc-problem-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 16px;
}

.sc-problem-card {
	position: relative;
	display: grid;
	justify-items: center;
	min-height: 252px;
	padding: 24px 20px 22px;
	border: 1px solid #d8e9ec;
	border-radius: 8px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 14px 34px rgba(5, 61, 89, .09);
	text-align: center;
}

.sc-problem-card:nth-child(1) {
	grid-column: 1 / span 3;
}

.sc-problem-card:nth-child(2) {
	grid-column: 4 / span 3;
}

.sc-problem-card:nth-child(3) {
	grid-column: 7 / span 3;
}

.sc-problem-card:nth-child(4) {
	grid-column: 10 / span 3;
}

.sc-problem-card:nth-child(5) {
	grid-column: 2 / span 3;
}

.sc-problem-card:nth-child(6) {
	grid-column: 5 / span 3;
}

.sc-problem-card:nth-child(7) {
	grid-column: 8 / span 3;
}

.sc-problem-card__num {
	position: absolute;
	top: 18px;
	left: 18px;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: linear-gradient(135deg, #0096a1, #006d78);
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 9px 18px rgba(0, 111, 122, .22);
}

.sc-problem-card__icon {
	width: 96px;
	height: 96px;
	margin-bottom: 12px;
	object-fit: contain;
}

.sc-problem-card h3 {
	position: relative;
	margin: 0 0 18px;
	padding-bottom: 13px;
	color: var(--sc-teal-dark);
	font-size: 19px;
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0;
}

.sc-problem-card h3::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 34px;
	height: 1px;
	background: #9ccfd3;
	content: "";
	transform: translateX(-50%);
}

.sc-problem-card p {
	margin: 0;
	color: #10284d;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.85;
}

.sc-problem-cta {
	display: grid;
	grid-template-columns: 86px minmax(300px, .95fr) minmax(280px, 1fr) minmax(260px, auto);
	gap: 24px;
	align-items: center;
	margin-top: 22px;
	padding: 18px 28px;
	border: 1px solid #b9dde2;
	border-radius: 8px;
	background: rgba(255, 255, 255, .74);
	box-shadow: 0 10px 26px rgba(5, 61, 89, .06);
}

.sc-problem-cta__icon {
	display: block;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: contain;
}

.sc-problem-cta strong {
	color: #0c2a4d;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.65;
}

.sc-problem-cta p {
	margin: 0;
	padding-left: 24px;
	border-left: 1px solid #94cdd3;
	color: #143553;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.85;
}

.sc-problem-cta .sc-btn {
	min-width: 270px;
	white-space: nowrap;
}

.sc-recommend {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 10% 12%, rgba(255, 255, 255, .96), rgba(255, 255, 255, 0) 34%),
		linear-gradient(180deg, #f7fcfc 0%, #eef9fa 100%);
}

.sc-recommend__heading,
.sc-comparison__heading {
	max-width: 980px;
	margin: 0 auto 30px;
	text-align: center;
}

.sc-recommend__heading h2,
.sc-comparison__heading h2 {
	margin: 0 0 16px;
	color: var(--sc-navy);
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 900;
	line-height: 1.25;
}

.sc-recommend__heading p:not(.sc-pill),
.sc-comparison__heading p:not(.sc-pill) {
	margin: 0;
	color: #183957;
	font-size: clamp(15px, 1.55vw, 20px);
	font-weight: 800;
	line-height: 1.85;
}

.sc-recommend-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.sc-recommend-card {
	display: grid;
	grid-template-columns: 118px minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	min-height: 214px;
	padding: 24px 28px;
	border: 1px solid #dcebed;
	border-radius: var(--sc-radius);
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 14px 38px rgba(0, 76, 101, .08);
}

.sc-recommend-card img {
	width: 108px;
	height: 108px;
	object-fit: cover;
	border-radius: 50%;
}

.sc-recommend-card h3 {
	margin: 0 0 16px;
	padding-bottom: 16px;
	border-bottom: 1px dashed #c9dee2;
	color: var(--sc-navy);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.65;
}

.sc-recommend-card h3::first-line {
	color: var(--sc-teal-dark);
}

.sc-recommend-card p {
	margin: 0;
	color: #284961;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.85;
}

.sc-recommend-cta,
.sc-comparison-note {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px 32px;
	align-items: center;
	margin-top: 28px;
	padding: 28px 34px;
	border: 1px solid #dbecee;
	border-radius: var(--sc-radius);
	background: rgba(255, 255, 255, .84);
	box-shadow: 0 18px 44px rgba(0, 76, 101, .08);
}

.sc-recommend-cta strong,
.sc-comparison-note strong {
	color: var(--sc-navy);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.6;
}

.sc-recommend-cta p {
	grid-column: 1;
	margin: 0;
	color: #31536c;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.8;
}

.sc-recommend-cta .sc-btn {
	grid-column: 2;
	grid-row: 1 / span 2;
	min-width: 250px;
}

.sc-icon {
	position: relative;
	display: block;
	width: 54px;
	height: 54px;
	color: var(--sc-teal);
	margin: 0 auto;
	border-radius: 18px;
	background: linear-gradient(145deg, #fff, #edf8fa);
	box-shadow: inset 0 0 0 1px rgba(0, 140, 150, .18), 0 10px 24px rgba(0, 81, 109, .08);
}

.sc-icon::before,
.sc-icon::after {
	position: absolute;
	content: "";
}

.sc-icon::before {
	inset: 11px 16px 18px;
	border: 3px solid currentColor;
	border-radius: 50%;
}

.sc-icon::after {
	left: 15px;
	bottom: 11px;
	width: 24px;
	height: 14px;
	border: 3px solid currentColor;
	border-bottom: 0;
	border-radius: 18px 18px 0 0;
	background: transparent;
}

.sc-icon--doctor::before {
	inset: 10px 17px 19px;
}

.sc-icon--doctor::after {
	left: 13px;
	bottom: 10px;
	width: 28px;
	height: 18px;
	border-top: 3px solid currentColor;
	box-shadow: inset 0 7px 0 -4px #fff;
}

.sc-icon--document::before,
.sc-icon--clipboard::before {
	inset: 9px 15px 9px;
	border: 3px solid currentColor;
	border-radius: 6px;
}

.sc-icon--document::after,
.sc-icon--clipboard::after {
	top: 22px;
	left: 22px;
	width: 16px;
	height: 3px;
	border: 0;
	border-radius: 999px;
	background: currentColor;
	box-shadow: 0 8px 0 currentColor, 0 16px 0 currentColor;
}

.sc-icon--heart::before {
	top: 14px;
	left: 14px;
	width: 24px;
	height: 20px;
	border: 3px solid currentColor;
	border-top: 0;
	border-left: 0;
	border-radius: 0 0 14px 0;
	transform: rotate(45deg);
}

.sc-icon--heart::after {
	top: 13px;
	left: 18px;
	width: 16px;
	height: 16px;
	border: 3px solid currentColor;
	border-right: 0;
	border-bottom: 0;
	border-radius: 14px 0 0;
	background: transparent;
	transform: rotate(45deg);
}

.sc-icon--meeting::before,
.sc-icon--support::before {
	top: 13px;
	left: 12px;
	width: 11px;
	height: 11px;
	border: 3px solid currentColor;
	border-radius: 50%;
	box-shadow: 18px 0 0 -3px #fff, 18px 0 0 0 currentColor;
}

.sc-icon--meeting::after,
.sc-icon--support::after {
	top: 32px;
	left: 11px;
	width: 32px;
	height: 13px;
	border: 3px solid currentColor;
	border-bottom: 0;
	border-radius: 18px 18px 0 0;
	background: transparent;
}

.sc-solution {
	background: #fff;
}

.sc-solution__grid {
	display: grid;
	grid-template-columns: minmax(300px, 410px) minmax(0, 1fr);
	gap: 26px;
	align-items: stretch;
}

.sc-solution__intro {
	padding: 10px 0;
}

.sc-solution__intro h2 {
	margin: 0 0 22px;
	color: var(--sc-navy);
	font-size: 27px;
	font-weight: 900;
	line-height: 1.65;
}

.sc-solution__intro p {
	margin: 0 0 14px;
	color: #284860;
	font-size: 15px;
	font-weight: 600;
	line-height: 2;
}

.sc-solution__intro .sc-btn {
	margin-top: 24px;
	min-width: 260px;
}

.sc-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.sc-feature-card {
	position: relative;
	display: grid;
	grid-template-rows: auto auto auto 1fr;
	min-height: 408px;
	padding: 24px 22px 22px;
	overflow: hidden;
	border: 1px solid #dceff1;
	border-radius: var(--sc-radius);
	background: linear-gradient(180deg, #effbfb 0%, #fff 100%);
	box-shadow: 0 12px 32px rgba(0, 85, 110, .07);
}

.sc-feature-card__num {
	color: #00a2a4;
	font-size: 40px;
	font-weight: 300;
	line-height: 1;
}

.sc-feature-card h3 {
	margin: 10px 0 10px;
	color: var(--sc-navy);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.45;
}

.sc-feature-card p {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #294b65;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.85;
}

.sc-feature-card img {
	align-self: end;
	width: auto;
	max-width: 74%;
	height: 148px;
	max-height: none;
	margin: 14px auto 0;
	border-radius: 7px;
	object-fit: contain;
	object-position: bottom center;
}

.sc-feature-card:nth-child(3) img {
	width: 100%;
	max-width: 100%;
	height: 145px;
	max-height: none;
	margin-bottom: 18px;
	border-radius: 6px;
	object-fit: cover;
	object-position: center;
}

.sc-reasons {
	padding-top: 42px;
	background: linear-gradient(180deg, #fff 0%, #f8fdfd 100%);
}

.sc-reason-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.sc-reason-card {
	text-align: center;
}

.sc-reason-card__icon {
	width: 72px;
	height: 72px;
	margin: 0 auto 12px;
	object-fit: contain;
}

.sc-circle-icon {
	position: relative;
	display: block;
	width: 64px;
	height: 64px;
	margin: 0 auto 12px;
	border: 2px solid #bfe4e5;
	border-radius: 50%;
	color: var(--sc-teal);
}

.sc-circle-icon::before,
.sc-circle-icon::after {
	position: absolute;
	content: "";
}

.sc-circle-icon::before {
	inset: 18px;
	border: 2px solid currentColor;
	border-radius: 50%;
}

.sc-circle-icon::after {
	right: 9px;
	bottom: 9px;
	width: 18px;
	height: 2px;
	background: currentColor;
	transform: rotate(45deg);
}

.sc-circle-icon--network::before {
	inset: 12px;
	border-radius: 8px;
	transform: rotate(45deg);
}

.sc-circle-icon--people::before {
	top: 12px;
	left: 14px;
	width: 14px;
	height: 14px;
	box-shadow: 19px 0 0 -1px #fff, 19px 0 0 1px currentColor;
}

.sc-circle-icon--people::after {
	left: 12px;
	right: auto;
	bottom: 13px;
	width: 40px;
	height: 18px;
	border: 2px solid currentColor;
	border-top: 0;
	border-radius: 0 0 20px 20px;
	background: transparent;
	transform: none;
}

.sc-circle-icon--record::before {
	inset: 13px 17px 12px;
	border-radius: 4px;
}

.sc-circle-icon--record::after {
	top: 26px;
	left: 23px;
	width: 20px;
	height: 2px;
	box-shadow: 0 8px 0 currentColor;
	transform: none;
}

.sc-circle-icon--gear::before {
	top: 15px;
	left: 15px;
	width: 30px;
	height: 30px;
	border-radius: 8px;
	background: #fff;
}

.sc-circle-icon--gear::after {
	top: 22px;
	left: 22px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: currentColor;
	box-shadow: 8px 0 0 currentColor, 16px 0 0 currentColor, 0 8px 0 currentColor, 8px 8px 0 currentColor, 16px 8px 0 currentColor, 0 16px 0 currentColor, 8px 16px 0 currentColor, 16px 16px 0 currentColor;
	transform: none;
}

.sc-circle-icon--building::before {
	inset: 13px 18px 12px;
	border-radius: 3px;
}

.sc-circle-icon--building::after {
	top: 21px;
	left: 25px;
	width: 4px;
	height: 4px;
	background: currentColor;
	box-shadow: 9px 0 0 currentColor, 0 9px 0 currentColor, 9px 9px 0 currentColor, 0 18px 0 currentColor, 9px 18px 0 currentColor;
	transform: none;
}

.sc-reason-card h3 {
	margin: 0 0 8px;
	color: var(--sc-navy);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.55;
}

.sc-reason-card p {
	margin: 0;
	color: #49657a;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.75;
}

.sc-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	padding: 18px;
	border: 1px solid var(--sc-line);
	border-radius: var(--sc-radius);
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 12px 36px rgba(0, 76, 101, .07);
}

#services {
	scroll-margin-top: 118px;
}

.sc-service-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #e1eff1;
	border-radius: 6px;
	background: #fff;
	text-align: center;
}

.sc-service-card__image {
	height: 118px;
	overflow: hidden;
	background: #f5fbfb;
}

.sc-service-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.sc-service-card h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	margin: 12px 10px 6px;
	color: var(--sc-navy);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.42;
}

.sc-service-card p {
	margin: 0 16px 18px;
	color: #49677f;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.7;
}

.sc-karte {
	padding: 52px 0;
	background:
		linear-gradient(90deg, rgba(232, 248, 248, .78), rgba(255, 255, 255, .95) 60%),
		#f2fbfb;
	border-top: 1px solid #e1f2f3;
	border-bottom: 1px solid #dceff1;
}

.sc-karte__grid {
	display: grid;
	grid-template-columns: minmax(320px, 410px) minmax(420px, 1fr) minmax(280px, 340px);
	grid-template-areas:
		"karte-heading karte-visual karte-check"
		"karte-body karte-visual karte-check";
	align-items: center;
	gap: 0 28px;
}

.sc-karte__heading {
	grid-area: karte-heading;
	align-self: end;
}

.sc-karte__body {
	grid-area: karte-body;
	align-self: start;
}

.sc-karte__visual {
	grid-area: karte-visual;
}

.sc-karte .sc-check-panel {
	grid-area: karte-check;
}

.sc-karte__heading h2,
.sc-karte__content h2,
.sc-price-box h2,
.sc-message-card h2 {
	margin: 0 0 16px;
	color: var(--sc-navy);
	font-size: 25px;
	font-weight: 900;
	line-height: 1.55;
}

.sc-karte__body p,
.sc-karte__content p,
.sc-price-box p {
	margin: 0 0 20px;
	color: #35566e;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.9;
}

.sc-karte__visual img {
	width: 100%;
	border-radius: 8px;
	filter: drop-shadow(0 18px 26px rgba(16, 65, 88, .14));
}

.sc-check-panel {
	padding: 22px 22px 20px;
	border: 1px solid #d8eced;
	border-radius: var(--sc-radius);
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 10px 26px rgba(0, 89, 112, .08);
}

.sc-check-panel h3 {
	margin: 0 0 14px;
	color: var(--sc-teal-dark);
	font-size: 18px;
	font-weight: 900;
}

.sc-check-panel ul,
.sc-price-notes,
.sc-scale-list,
.sc-consult-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sc-check-panel li,
.sc-price-notes li,
.sc-scale-list li,
.sc-consult-card li {
	position: relative;
	padding-left: 26px;
	color: #294b65;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.9;
}

.sc-check-panel li::before,
.sc-price-notes li::before,
.sc-scale-list li::before,
.sc-consult-card li::before {
	position: absolute;
	top: .48em;
	left: 0;
	width: 17px;
	height: 17px;
	border: 1px solid var(--sc-teal);
	border-radius: 50%;
	content: "";
}

.sc-check-panel li::after,
.sc-price-notes li::after,
.sc-scale-list li::after,
.sc-consult-card li::after {
	position: absolute;
	top: .86em;
	left: 5px;
	width: 7px;
	height: 4px;
	border-bottom: 2px solid var(--sc-teal);
	border-left: 2px solid var(--sc-teal);
	content: "";
	transform: rotate(-45deg);
}

.sc-compare-price {
	background: #fff;
}

.sc-comparison {
	position: relative;
	background:
		linear-gradient(135deg, rgba(242, 251, 251, .92) 0%, rgba(255, 255, 255, .98) 48%, rgba(232, 248, 248, .76) 100%),
		#f7fcfc;
}

.sc-comparison-table {
	overflow: hidden;
	border-radius: var(--sc-radius);
	box-shadow: 0 20px 48px rgba(0, 60, 90, .11);
}

.sc-comparison-table table {
	border: 0;
	font-size: 15px;
}

.sc-comparison-table th,
.sc-comparison-table td {
	padding: 18px 22px;
}

.sc-comparison-table thead th {
	background: #08285a;
	color: #fff;
	font-size: 17px;
}

.sc-comparison-table thead th:nth-child(2) {
	background: #657380;
	color: #fff;
	text-align: center;
}

.sc-comparison-table thead th:last-child {
	background: linear-gradient(135deg, #008c96, #087474);
	color: #fff;
}

.sc-comparison-table tbody th {
	width: 26%;
	background: rgba(255, 255, 255, .96);
	color: var(--sc-navy);
	font-size: 15px;
	text-align: left;
}

.sc-comparison-table tbody td:nth-child(2) {
	background: rgba(255, 255, 255, .9);
	color: #4a5c6c;
	text-align: left;
}

.sc-comparison-table tbody td:last-child {
	background: #eaf8f8;
	color: #075f68;
	font-size: 16px;
	font-weight: 900;
	text-align: left;
}

.sc-comparison-note {
	grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr) auto;
}

.sc-comparison-note ul {
	display: flex;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sc-comparison-note li {
	position: relative;
	padding-top: 30px;
	color: #27465f;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.5;
	text-align: center;
}

.sc-comparison-note li::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 22px;
	height: 22px;
	border: 2px solid var(--sc-teal);
	border-radius: 50%;
	content: "";
	transform: translateX(-50%);
}

.sc-comparison-note li::after {
	position: absolute;
	top: 7px;
	left: 50%;
	width: 8px;
	height: 4px;
	border-bottom: 2px solid var(--sc-teal);
	border-left: 2px solid var(--sc-teal);
	content: "";
	transform: translateX(-50%) rotate(-45deg);
}

.sc-compare-price__grid {
	display: grid;
	grid-template-columns: minmax(520px, 1fr) minmax(380px, .9fr);
	gap: 52px;
	align-items: center;
}

.sc-scale-panel {
	position: relative;
	min-height: 360px;
	padding: 34px 34px 32px 154px;
	border: 1px solid #d8eced;
	border-radius: var(--sc-radius);
	background: linear-gradient(135deg, #f3fbfb 0%, #fff 68%);
	box-shadow: 0 14px 36px rgba(0, 79, 105, .08);
}

.sc-scale-panel__icon {
	position: absolute;
	top: 36px;
	left: 34px;
	display: block;
	width: 92px;
	height: 92px;
	border: 2px solid #b9e2e4;
	border-radius: 50%;
	background: #fff;
	color: var(--sc-teal);
	box-shadow: inset 0 0 0 10px #f0fafb;
}

.sc-scale-panel__icon::before,
.sc-scale-panel__icon::after {
	position: absolute;
	content: "";
}

.sc-scale-panel__icon::before {
	left: 28px;
	bottom: 21px;
	width: 36px;
	height: 50px;
	border: 4px solid currentColor;
	border-radius: 4px 4px 2px 2px;
	background: #fff;
}

.sc-scale-panel__icon::after {
	left: 39px;
	top: 30px;
	width: 5px;
	height: 5px;
	border-radius: 1px;
	background: var(--sc-navy);
	box-shadow:
		12px 0 0 var(--sc-navy),
		0 12px 0 var(--sc-navy),
		12px 12px 0 var(--sc-navy),
		0 24px 0 var(--sc-navy),
		12px 24px 0 var(--sc-navy);
}

.sc-scale-panel h2 {
	margin: 0 0 16px;
	color: var(--sc-navy);
	font-size: 25px;
	font-weight: 900;
	line-height: 1.55;
}

.sc-scale-panel p:not(.sc-eyebrow) {
	margin: 0 0 20px;
	color: #35566e;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.9;
}

.sc-compare h2,
.sc-flow h2,
.sc-news__heading h2,
.sc-proof h2,
.sc-faq h2,
.sc-consult-card h2 {
	margin: 0 0 18px;
	color: var(--sc-navy);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.5;
}

.sc-compare table {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
	border: 1px solid #d8e8ea;
	border-radius: var(--sc-radius);
	background: #fff;
	font-size: 13px;
}

.sc-compare th,
.sc-compare td {
	padding: 12px 14px;
	border: 1px solid #d8e8ea;
	color: #36556c;
	font-weight: 700;
	line-height: 1.55;
	text-align: center;
}

.sc-compare thead th {
	background: #f4fafa;
	color: #2c5268;
	font-weight: 900;
}

.sc-compare tbody th {
	width: 24%;
	background: #fbfdfd;
	color: #2e566a;
	font-weight: 900;
}

.sc-compare td:last-child,
.sc-compare thead th:last-child {
	background: #fffaf1;
	color: #07516c;
	font-weight: 900;
}

.sc-price-box {
	position: relative;
	padding: 24px 26px 28px;
	border-left: 4px solid var(--sc-teal);
	background: linear-gradient(180deg, #fff 0%, #f6fcfc 100%);
}

.sc-price-box__main {
	display: grid;
	grid-template-columns: 98px 1fr;
	align-items: center;
	gap: 14px;
	margin: 18px 0 22px;
}

.sc-price-box__main span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	border: 1px solid var(--sc-teal);
	border-radius: 999px;
	color: var(--sc-teal-dark);
	font-size: 13px;
	font-weight: 900;
}

.sc-price-box__main strong {
	color: var(--sc-navy);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.25;
}

.sc-price-box__main em {
	font-style: normal;
	font-size: 52px;
}

.sc-price-box .sc-btn {
	width: 100%;
}

.sc-price-notes {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-top: 32px;
	padding-top: 22px;
	border-top: 1px solid #dbecef;
}

.sc-price-notes li {
	justify-self: center;
	color: #147083;
	font-size: 15px;
}

.sc-news {
	background: linear-gradient(180deg, #f6fcfc 0%, #fff 100%);
	border-top: 1px solid #e4f1f3;
	border-bottom: 1px solid #e4f1f3;
}

.sc-news__grid {
	display: grid;
	grid-template-columns: minmax(270px, 330px) minmax(0, 1fr);
	gap: 42px;
	align-items: start;
}

.sc-news__heading p:not(.sc-eyebrow) {
	margin: 0 0 24px;
	color: #49677f;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.9;
}

.sc-news__heading .sc-btn {
	min-width: 220px;
}

.sc-news__list {
	display: grid;
	border: 1px solid #d9ecee;
	border-radius: var(--sc-radius);
	background: #fff;
	box-shadow: 0 14px 36px rgba(0, 79, 105, .07);
}

.sc-news__item {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	min-height: 82px;
	padding: 18px 24px;
	border-top: 1px solid #e8f1f3;
	color: inherit;
	transition: background-color .2s ease, color .2s ease;
}

.sc-news__item:first-child {
	border-top: 0;
}

.sc-news__item:hover {
	background: #f7fcfc;
	color: var(--sc-teal-dark);
}

.sc-news__meta {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #5d7487;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.sc-news__meta span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	padding: 0 10px;
	border: 1px solid #b9e2e4;
	border-radius: 999px;
	background: #eefafa;
	color: var(--sc-teal-dark);
	font-size: 11px;
}

.sc-news__item strong {
	color: #173047;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.65;
}

.sc-flow {
	padding-top: 40px;
	background: linear-gradient(180deg, #f6fcfc 0%, #fff 100%);
}

.sc-flow-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 28px;
}

.sc-flow-card {
	position: relative;
	min-height: 142px;
	padding: 4px 0 0 0;
	text-align: center;
}

.sc-flow-card:not(:last-child)::after {
	position: absolute;
	top: 34px;
	right: -19px;
	width: 10px;
	height: 10px;
	border-top: 2px solid var(--sc-teal-dark);
	border-right: 2px solid var(--sc-teal-dark);
	content: "";
	transform: rotate(45deg);
}

.sc-flow-card__num {
	display: inline-grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin: 0 auto 8px;
	border: 2px solid #b8e0e2;
	border-radius: 50%;
	color: var(--sc-teal);
	font-size: 14px;
	font-weight: 900;
}

.sc-flow-card h3 {
	margin: 0 0 7px;
	color: var(--sc-navy);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.45;
}

.sc-flow-card p {
	margin: 0;
	color: #536e80;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.75;
}

.sc-proof {
	padding: 50px 0;
	background: #fff;
	border-top: 1px solid #e6f0f2;
	border-bottom: 1px solid #e1eff1;
}

.sc-proof__grid {
	display: grid;
	grid-template-columns: minmax(0, 760px);
	justify-content: center;
	align-items: stretch;
}

.sc-proof [hidden] {
	display: none !important;
}

.sc-proof__logos,
.sc-proof__stats,
.sc-message-card {
	padding: 0 28px;
	border-right: 1px solid #dfecee;
}

.sc-message-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 240px;
	gap: 32px;
	align-items: stretch;
	border-right: 0;
	padding: 26px 26px 0;
	overflow: hidden;
	border: 1px solid #d9ecee;
	border-radius: var(--sc-radius);
	background: linear-gradient(135deg, #fff 0%, #f3fbfb 100%);
	box-shadow: 0 12px 34px rgba(0, 79, 105, .08);
}

.sc-message-card__copy {
	margin: 0 0 20px;
	color: #35566e;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.9;
}

.sc-proof h2 span {
	color: var(--sc-teal);
	font-size: 12px;
}

.sc-logo-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px 20px;
	align-items: center;
}

.sc-logo-grid div {
	color: #1a4e7d;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	filter: grayscale(.15);
}

.sc-logo-grid div:nth-child(1),
.sc-logo-grid div:nth-child(4) {
	color: #008c96;
}

.sc-logo-grid div:nth-child(5) {
	color: #d22b2b;
}

.sc-logo-grid div:nth-child(6) {
	color: #ef4036;
}

.sc-stat-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	text-align: center;
}

.sc-stat-grid strong {
	display: block;
	color: var(--sc-teal);
	font-size: 42px;
	font-weight: 300;
	line-height: 1.1;
}

.sc-stat-grid span {
	display: block;
	color: var(--sc-navy);
	font-size: 12px;
	font-weight: 900;
}

.sc-message-card__photo {
	position: relative;
	align-self: end;
	margin: 0;
	width: 210px;
	height: 294px;
	overflow: hidden;
	padding: 0;
	border: 1px solid #d9ecee;
	border-radius: var(--sc-radius);
	background: #f4f8f8;
}

.sc-message-card__photo::before {
	content: none;
	display: none;
}

.sc-message-card img {
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: cover;
	object-position: center top;
	border-radius: var(--sc-radius);
}

.sc-message-card__name {
	display: none;
}

.sc-message-card .sc-btn {
	min-width: 210px;
}

.sc-faq-consult {
	padding-top: 44px;
}

.sc-faq-consult__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 390px;
	gap: 34px;
	align-items: start;
}

.sc-faq-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.sc-faq-item {
	border-bottom: 1px solid #dcebed;
}

.sc-faq-item button {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 28px;
	gap: 12px;
	align-items: center;
	width: 100%;
	min-height: 54px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #203b54;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.45;
	text-align: left;
	cursor: pointer;
}

.sc-faq-item button i {
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
	border: 1px solid var(--sc-teal);
	border-radius: 50%;
}

.sc-faq-item button i::before,
.sc-faq-item button i::after {
	position: absolute;
	top: 11px;
	left: 6px;
	width: 10px;
	height: 2px;
	background: var(--sc-teal);
	content: "";
}

.sc-faq-item button i::after {
	transform: rotate(90deg);
}

.sc-faq-item button[aria-expanded="true"] i::after {
	display: none;
}

.sc-faq-item__body p {
	margin: 0 0 14px;
	color: #516b80;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.8;
}

.sc-faq__more {
	display: flex;
	width: min(100%, 330px);
	margin: 26px auto 0;
}

.sc-consult-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 128px;
	gap: 18px;
	min-height: 300px;
	padding: 24px 18px 0 24px;
	overflow: hidden;
	border: 1px solid #d9ecee;
	border-radius: var(--sc-radius);
	background: linear-gradient(180deg, #f6fcfc 0%, #fff 100%);
	box-shadow: 0 12px 34px rgba(0, 79, 105, .08);
}

.sc-consult-card__lead {
	margin: 0 0 22px;
	color: #36566e;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.9;
}

.sc-consult-card__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.sc-consult-card__buttons .sc-btn {
	min-width: 220px;
}

.sc-consult-card img {
	align-self: start;
	width: 128px;
	height: 176px;
	margin-top: 54px;
	border-radius: 16px;
	object-fit: cover;
	object-position: center 18%;
}

.sc-footer {
	background: linear-gradient(135deg, #01858a 0%, #006c80 55%, #00516e 100%);
	color: #fff;
}

.sc-footer__inner {
	display: grid;
	grid-template-columns: minmax(250px, 320px) 1fr;
	gap: 58px;
	width: min(calc(100% - 56px), var(--sc-container));
	margin-inline: auto;
	padding: 52px 0 40px;
}

.sc-brand--footer .sc-brand__name,
.sc-brand--footer .sc-brand__tag {
	color: #fff;
}

.sc-footer__legal {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 30px;
	color: rgba(255, 255, 255, .88);
	font-size: 12px;
	font-weight: 700;
}

.sc-footer__nav {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 22px;
}

.sc-footer__col {
	display: grid;
	align-content: start;
	gap: 9px;
	font-size: 13px;
	font-weight: 700;
	min-width: 0;
}

.sc-footer__heading {
	margin-bottom: 7px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(255, 255, 255, .22);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.55;
}

.sc-footer__col a:not(.sc-footer__heading) {
	color: rgba(255, 255, 255, .86);
	font-size: 12px;
	line-height: 1.65;
}

.sc-footer__copy {
	width: min(calc(100% - 56px), var(--sc-container));
	margin-inline: auto;
	padding: 0 0 34px;
	color: rgba(255, 255, 255, .88);
	font-size: 13px;
	font-weight: 700;
	text-align: right;
}

.sc-consult-card h2 {
	white-space: normal;
}

@media (max-width: 1180px) {
	.sc-global-nav {
		display: none;
	}

	.sc-nav-toggle {
		display: block;
	}

	.sc-mobile-nav.is-open {
		display: grid;
	}

	.sc-header__inner {
		justify-content: space-between;
	}

	.sc-header__actions .sc-btn {
		display: none;
	}

	.sc-hero__inner {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.sc-hero__content,
	.sc-hero__detail {
		grid-column: auto;
	}

	.sc-hero__visual {
		grid-column: auto;
		grid-row: auto;
		min-height: 0;
	}

	.sc-hero__visual::before {
		display: none;
	}

	.sc-hero__visual img {
		height: 420px;
		border-radius: 8px;
	}

	.sc-concern-grid,
	.sc-reason-grid,
	.sc-service-grid,
	.sc-recommend-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

	.sc-problem-card:nth-child(n) {
		grid-column: auto;
	}

	.sc-problem-cta {
		grid-template-columns: 76px minmax(0, 1fr);
	}

	.sc-problem-cta p,
	.sc-problem-cta .sc-btn {
		grid-column: 2;
	}

	.sc-problem-cta p {
		padding-left: 0;
		border-left: 0;
	}

	.sc-solution__grid,
	.sc-karte__grid,
	.sc-compare-price__grid,
	.sc-comparison-note,
	.sc-news__grid,
	.sc-faq-consult__grid {
		grid-template-columns: 1fr;
	}

	.sc-karte__grid {
		grid-template-areas:
			"karte-heading"
			"karte-visual"
			"karte-body"
			"karte-check";
		gap: 26px;
	}

	.sc-comparison-note ul {
		justify-content: center;
	}

	.sc-karte__visual {
		max-width: 720px;
		margin-inline: auto;
	}

	.sc-flow-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sc-flow-card:nth-child(3)::after {
		display: none;
	}

	.sc-proof__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.sc-proof__logos,
	.sc-proof__stats,
	.sc-message-card {
		padding: 0;
		border-right: 0;
	}

	.sc-footer__inner {
		grid-template-columns: 1fr;
		gap: 36px;
	}
}

@media (max-width: 820px) {
	.admin-bar .sc-header {
		top: 46px;
	}

	.sc-container,
	.sc-hero__inner,
	.sc-hero-badges,
	.sc-header__inner,
	.sc-footer__inner,
	.sc-footer__copy {
		width: min(calc(100% - 32px), var(--sc-container));
	}

	.sc-header__inner {
		min-height: 64px;
		gap: 12px;
	}

	.sc-brand__mark {
		width: 34px;
		height: 34px;
	}

	.sc-brand {
		min-width: 0;
	}

	.sc-brand__name {
		font-size: 16px;
	}

	.sc-brand__tag {
		font-size: 8.5px;
	}

	.sc-hero {
		padding: 24px 0 26px;
		background:
			linear-gradient(180deg, #fff 0%, rgba(247, 253, 253, .94) 100%);
	}

	.sc-hero__inner {
		gap: 18px;
	}

	.sc-hero h1 {
		font-size: clamp(30px, 8vw, 37px);
		line-height: 1.24;
		letter-spacing: 0;
		overflow-wrap: normal;
		text-wrap: balance;
		word-break: keep-all;
	}

	.sc-h1-main span {
		display: block;
	}

	.sc-hero__lead {
		max-width: 19em;
		margin-top: 16px;
		font-size: 18px;
		line-height: 1.58;
		white-space: normal;
		word-break: keep-all;
	}

	.sc-hero__copy {
		font-size: 14px;
		font-weight: 700;
		line-height: 1.85;
	}

	.sc-hero__buttons {
		gap: 10px;
		margin-top: 18px;
	}

	.sc-hero__buttons .sc-btn,
	.sc-solution__intro .sc-btn,
	.sc-btn {
		width: 100%;
		min-width: 0;
	}

	.sc-hero__visual img {
		height: clamp(196px, 54vw, 300px);
		min-height: 0;
		object-position: center;
		border-radius: 8px;
		box-shadow: 0 16px 34px rgba(7, 53, 99, .12);
	}

	.sc-hero__checks {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px 12px;
		margin-top: 16px;
		font-size: 12px;
		line-height: 1.5;
	}

	.sc-hero__checks li {
		padding-left: 22px;
	}

	.sc-hero-badges,
	.sc-feature-grid,
	.sc-concern-grid,
	.sc-problem-grid,
	.sc-recommend-grid,
	.sc-reason-grid,
	.sc-service-grid,
	.sc-price-notes,
	.sc-flow-grid,
	.sc-faq-grid,
	.sc-footer__nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sc-solution__intro h2,
	.sc-karte__heading h2,
	.sc-karte__content h2,
	.sc-scale-panel h2,
	.sc-price-box h2,
	.sc-message-card h2 {
		font-size: 22px;
	}

	.sc-problem__heading p {
		font-size: 17px;
	}

	.sc-problem-cta {
		grid-template-columns: 1fr;
		justify-items: start;
	}

	.sc-problem-cta p,
	.sc-problem-cta .sc-btn {
		grid-column: auto;
	}

	.sc-news__item {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.sc-feature-card {
		min-height: 340px;
	}

	.sc-service-grid {
		padding: 12px;
	}

	.sc-compare {
		overflow-x: auto;
	}

	.sc-compare table {
		min-width: 680px;
	}

	.sc-price-box__main {
		grid-template-columns: 1fr;
	}

	.sc-recommend__heading h2,
	.sc-comparison__heading h2 {
		font-size: 32px;
		line-height: 1.35;
	}

	.sc-recommend-card {
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 18px;
		min-height: 0;
		padding: 20px;
	}

	.sc-recommend-card img {
		width: 86px;
		height: 86px;
	}

	.sc-recommend-card h3 {
		margin-bottom: 12px;
		padding-bottom: 12px;
		font-size: 16px;
	}

	.sc-recommend-cta,
	.sc-comparison-note {
		grid-template-columns: 1fr;
		padding: 22px 20px;
	}

	.sc-recommend-cta p,
	.sc-recommend-cta .sc-btn {
		grid-column: auto;
		grid-row: auto;
	}

	.sc-comparison-table {
		overflow-x: auto;
	}

	.sc-comparison-table table {
		min-width: 760px;
	}

	.sc-comparison-note ul {
		display: grid;
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.sc-price-box__main span {
		width: 100px;
	}

	.sc-flow-card:nth-child(2n)::after {
		display: none;
	}

	.sc-message-card,
	.sc-consult-card {
		grid-template-columns: minmax(0, 1fr) 170px;
	}

	.sc-message-card {
		padding: 22px 22px 0;
	}

	.sc-message-card__photo {
		width: 150px;
		height: 210px;
	}

	.sc-message-card img {
		width: 100%;
		max-height: none;
	}

	.sc-footer__legal {
		margin-top: 24px;
	}

	.sc-footer__copy {
		text-align: left;
	}
}

@media (max-width: 560px) {
	.sc-section {
		padding: 42px 0;
	}

	.sc-center-title {
		font-size: 21px;
	}

	.sc-hero {
		padding-top: 22px;
	}

	.sc-hero__inner {
		width: min(calc(100% - 30px), var(--sc-container));
		gap: 16px;
	}

	.sc-eyebrow {
		margin-bottom: 7px;
		font-size: 12px;
	}

	.sc-hero h1 {
		font-size: clamp(29px, 8.4vw, 34px);
		line-height: 1.26;
	}

	.sc-hero__lead {
		max-width: 18em;
		margin-top: 14px;
		font-size: 16px;
		white-space: normal;
	}

	.sc-hero__copy,
	.sc-solution__intro p,
	.sc-karte__body p,
	.sc-karte__content p,
	.sc-scale-panel p:not(.sc-eyebrow),
	.sc-price-box p {
		font-size: 14px;
	}

	.sc-hero__copy {
		line-height: 1.78;
	}

	.sc-hero-badges,
	.sc-feature-grid,
	.sc-concern-grid,
	.sc-problem-grid,
	.sc-reason-grid,
	.sc-service-grid,
	.sc-price-notes,
	.sc-news__grid,
	.sc-flow-grid,
	.sc-faq-grid,
	.sc-footer__nav {
		grid-template-columns: 1fr;
	}

	.sc-hero__visual img {
		height: clamp(186px, 52vw, 220px);
	}

	.sc-hero__buttons .sc-btn {
		min-height: 54px;
		padding-inline: 16px;
		font-size: 14px;
	}

	.sc-hero__checks {
		gap: 8px 10px;
		font-size: 11.5px;
	}

	.sc-hero__checks li {
		padding-left: 20px;
	}

	.sc-hero__checks li::before {
		top: .28em;
		width: 15px;
		height: 15px;
	}

	.sc-hero__checks li::after {
		top: .6em;
		left: 5px;
	}

	.sc-hero-badges {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		width: min(calc(100% - 30px), var(--sc-container));
		margin-top: 16px;
	}

	.sc-hero-badges div {
		min-height: 52px;
		padding-inline: 12px;
	}

	.sc-hero-badges span {
		font-size: 9px;
	}

	.sc-hero-badges strong {
		font-size: 13px;
	}

	.sc-concern-card {
		min-height: 126px;
	}

	.sc-problem {
		padding: 42px 0;
	}

	.sc-problem__heading {
		margin-bottom: 24px;
	}

	.sc-problem__heading span {
		font-size: 15px;
	}

	.sc-problem-card {
		min-height: 0;
		padding: 22px 18px 20px;
	}

	.sc-problem-card__num {
		width: 38px;
		height: 38px;
		font-size: 17px;
	}

	.sc-problem-card__icon {
		width: 86px;
		height: 86px;
	}

	.sc-problem-card h3 {
		font-size: 18px;
	}

	.sc-problem-cta {
		padding: 20px;
	}

	.sc-problem-cta strong {
		font-size: 18px;
	}

	.sc-problem-cta .sc-btn {
		width: 100%;
		min-width: 0;
		white-space: normal;
	}

	.sc-feature-card {
		min-height: 0;
	}

	.sc-feature-card img {
		max-height: 190px;
	}

	.sc-flow-card::after {
		display: none;
	}

	.sc-scale-panel {
		min-height: 0;
		padding: 122px 22px 24px;
	}

	.sc-scale-panel__icon {
		top: 22px;
		left: 22px;
		width: 78px;
		height: 78px;
	}

	.sc-scale-panel__icon::before {
		left: 23px;
		bottom: 18px;
		width: 32px;
		height: 42px;
	}

	.sc-scale-panel__icon::after {
		left: 32px;
		top: 25px;
	}

	.sc-news__item {
		min-height: 0;
		padding: 16px 18px;
	}

	.sc-news__meta {
		flex-wrap: wrap;
		gap: 8px;
		white-space: normal;
	}

	.sc-logo-grid,
	.sc-stat-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sc-message-card,
	.sc-consult-card {
		grid-template-columns: 1fr;
		padding-bottom: 0;
	}

	.sc-message-card {
		padding: 22px 20px 0;
	}

	.sc-message-card img,
	.sc-consult-card img {
		margin-inline: auto 0;
	}

	.sc-message-card__photo {
		width: min(220px, 100%);
		height: auto;
		aspect-ratio: 5 / 7;
		margin-inline: auto 0;
	}
}

@media (max-width: 390px) {
	.sc-header__inner {
		width: min(calc(100% - 24px), var(--sc-container));
	}

	.sc-brand {
		gap: 8px;
	}

	.sc-brand__mark {
		width: 30px;
		height: 30px;
	}

	.sc-brand__name {
		font-size: 14px;
	}

	.sc-brand__tag {
		font-size: 7.5px;
	}

	.sc-nav-toggle {
		width: 38px;
		height: 38px;
	}

	.sc-hero h1 {
		font-size: clamp(28px, 8.2vw, 32px);
	}

	.sc-hero__lead {
		font-size: 15px;
	}

	.sc-hero__visual img {
		height: 182px;
	}
}

/* Recovery refinements: force packaged images and SVG icons into stable frames. */
.sampo-front-page .sc-hero__visual {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 0;
}

.sampo-front-page .sc-hero__visual img {
	aspect-ratio: 16 / 9;
	width: min(100%, 780px);
	height: auto;
	min-height: 0;
	max-height: 520px;
	border-radius: 0 0 0 72px;
	object-fit: cover;
	object-position: 58% center;
	box-shadow: 0 22px 54px rgba(5, 61, 89, .12);
}

.sampo-front-page .sc-concern-card {
	grid-template-rows: 72px auto;
	align-content: start;
	gap: 10px;
}

.sampo-front-page .sc-concern-card__icon {
	width: 72px;
	height: 72px;
	object-fit: contain;
}

.sampo-front-page .sc-concern-card p {
	margin-top: 0;
}

.sampo-front-page .sc-feature-card {
	grid-template-rows: auto auto auto minmax(142px, 1fr);
}

.sampo-front-page .sc-feature-card img {
	align-self: end;
	width: 100%;
	max-width: 100%;
	height: 150px;
	object-fit: cover;
	object-position: center bottom;
}

.sampo-front-page .sc-feature-card:nth-child(3) img {
	width: min(100%, 250px);
	height: 150px;
	margin-bottom: 0;
	background: #fff;
	object-fit: contain;
}

.sampo-front-page .sc-service-card__image {
	aspect-ratio: 900 / 506;
	height: auto;
	background: linear-gradient(180deg, #f6fbfc, #fff);
}

.sampo-front-page .sc-service-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.sampo-front-page .sc-service-card:nth-child(5) .sc-service-card__image img,
.sampo-front-page .sc-service-card:nth-child(6) .sc-service-card__image img {
	padding: 0;
	object-fit: cover;
}

.sampo-front-page .sc-reason-card__icon {
	width: 96px;
	height: 96px;
	margin-bottom: 14px;
	border-radius: 18px;
}

@media (max-width: 1080px) {
	.sampo-front-page .sc-hero__visual {
		justify-content: center;
	}

	.sampo-front-page .sc-hero__visual img {
		width: min(100%, 820px);
	}
}

@media (max-width: 640px) {
	.sampo-front-page .sc-hero__visual img {
		height: auto;
		border-radius: 0 0 0 38px;
	}

	.sampo-front-page .sc-concern-card {
		min-height: 0;
		grid-template-columns: 64px 1fr;
		grid-template-rows: auto;
		align-items: center;
		justify-items: start;
		text-align: left;
	}

	.sampo-front-page .sc-concern-card__icon {
		width: 64px;
		height: 64px;
	}

	.sampo-front-page .sc-feature-card img,
	.sampo-front-page .sc-feature-card:nth-child(3) img {
		height: 132px;
	}
}

/* Hero image presence adjustment. */
.sampo-front-page .sc-hero {
	padding-top: 34px;
}

.sampo-front-page .sc-hero__inner {
	width: min(calc(100% - 72px), 1540px);
	grid-template-columns: minmax(420px, 540px) minmax(0, 1fr);
	gap: 42px;
	align-items: center;
}

.sampo-front-page .sc-hero__visual {
	align-self: center;
	justify-content: stretch;
	margin-top: -2px;
}

.sampo-front-page .sc-hero__visual::before {
	inset: -34px auto -34px -110px;
	width: 260px;
}

.sampo-front-page .sc-hero__visual img {
	width: 100%;
	max-height: none;
	border-radius: 18px;
	object-position: center center;
	box-shadow: 0 26px 64px rgba(5, 61, 89, .15);
}

.sampo-front-page .sc-hero-badges {
	margin-top: 8px;
}

.sampo-front-page .sc-hero__buttons .sc-btn--primary {
	border-color: #1e6ba8;
	background: #1e6ba8;
}

.sampo-front-page .sc-hero__buttons .sc-btn--primary:hover {
	border-color: #155a91;
	background: #155a91;
}

.sampo-front-page .sc-hero__buttons .sc-btn::after {
	display: none;
}

@media (max-width: 1180px) {
	.sampo-front-page .sc-hero__inner {
		width: min(calc(100% - 48px), 1180px);
		grid-template-columns: minmax(360px, 500px) minmax(0, 1fr);
		gap: 30px;
	}
}

@media (max-width: 1080px) {
	.sampo-front-page .sc-hero__inner {
		grid-template-columns: 1fr;
	}

	.sampo-front-page .sc-hero__visual {
		margin-top: 0;
	}
}

@media (max-width: 768px) {
	.sampo-front-page .sc-hero__content {
		display: contents;
	}

	.sampo-front-page .sc-eyebrow {
		order: 1;
	}

	.sampo-front-page .sc-hero__visual {
		order: 2;
		grid-column: 1;
		grid-row: auto;
	}

	.sampo-front-page .sc-hero h1 {
		order: 3;
	}

	.sampo-front-page .sc-hero__lead {
		order: 4;
	}

	.sampo-front-page .sc-hero__buttons {
		order: 5;
	}

	.sampo-front-page .sc-hero__checks {
		order: 6;
	}
}

@media (max-width: 640px) {
	.sampo-front-page .sc-hero {
		padding-top: 28px;
	}

	.sampo-front-page .sc-hero__inner {
		width: min(calc(100% - 30px), var(--sc-container));
	}

	.sampo-front-page .sc-hero__visual img {
		border-radius: 12px;
		box-shadow: 0 18px 42px rgba(5, 61, 89, .13);
	}
}

.sampo-front-page .grecaptcha-badge {
	visibility: hidden !important;
	pointer-events: none !important;
}

/* Final footer and consultation refinements. */
.sampo-front-page .sc-consult-card h2 {
	white-space: normal;
}

.sampo-front-page .sc-consult-card {
	grid-template-columns: minmax(0, 1fr) 154px;
	padding: 24px;
}

.sampo-front-page .sc-consult-card__lead {
	margin-bottom: 20px;
}

.sampo-front-page .sc-consult-card__cta {
	width: auto;
	min-width: 220px;
	min-height: 48px;
}

.sampo-front-page .sc-consult-card__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.sampo-front-page .sc-consult-card img {
	width: 154px;
	height: 194px;
	margin-top: 56px;
	border-radius: 18px;
	box-shadow: 0 14px 30px rgba(5, 61, 89, .13);
}

.sampo-front-page .sc-footer {
	background:
		linear-gradient(135deg, rgba(5, 50, 74, .97) 0%, rgba(8, 94, 110, .95) 100%);
}

.sampo-front-page .sc-footer__inner {
	display: grid;
	grid-template-columns: minmax(260px, 330px) minmax(0, 1fr);
	align-items: start;
	gap: 54px;
	padding: 54px 0 34px;
}

.sampo-front-page .sc-footer__brand {
	display: grid;
	gap: 20px;
}

.sampo-front-page .sc-footer__legal {
	display: grid;
	gap: 9px;
	margin-top: 4px;
}

.sampo-front-page .sc-footer__nav {
	grid-template-columns: repeat(5, minmax(120px, 1fr));
	gap: 20px 24px;
}

.sampo-front-page .sc-footer__col {
	gap: 8px;
}

.sampo-front-page .sc-footer__heading {
	min-height: 0;
	margin-bottom: 4px;
	padding-bottom: 9px;
	border-bottom: 1px solid rgba(255, 255, 255, .24);
	color: #fff;
	font-size: 14px;
	line-height: 1.55;
}

.sampo-front-page .sc-footer__col a:not(.sc-footer__heading),
.sampo-front-page .sc-footer__legal a {
	color: rgba(255, 255, 255, .84);
	line-height: 1.75;
	text-decoration: none;
}

.sampo-front-page .sc-footer__col a:hover,
.sampo-front-page .sc-footer__legal a:hover {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.sampo-front-page .sc-footer__copy {
	padding-bottom: 30px;
	text-align: left;
}

@media (max-width: 1180px) {
	.sampo-front-page .sc-footer__inner {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.sampo-front-page .sc-footer__nav {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.sampo-front-page .sc-footer__inner {
		padding: 42px 0 28px;
	}

	.sampo-front-page .sc-footer__nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px 18px;
	}
}

@media (max-width: 520px) {
	.sampo-front-page .sc-consult-card h2 {
		font-size: 20px;
	}

	.sampo-front-page .sc-consult-card {
		grid-template-columns: 1fr;
	}

	.sampo-front-page .sc-consult-card img {
		width: 100%;
		height: 220px;
		margin-top: 0;
	}

	.sampo-front-page .sc-consult-card__cta {
		width: 100%;
		min-width: 0;
	}

	.sampo-front-page .sc-consult-card__buttons {
		display: grid;
		grid-template-columns: 1fr;
	}

	.sampo-front-page .sc-footer__nav {
		grid-template-columns: 1fr;
	}
}

/* Final brand sizing shared by the front page and SWELL shell. */
.sc-header__inner {
	min-height: 80px;
}

.sc-brand {
	gap: 12px;
	min-width: 248px;
}

.sc-brand__mark {
	width: 46px;
	height: 46px;
}

.sc-brand__name {
	font-size: 22px;
	font-weight: 900;
}

.sc-brand__tag {
	font-size: 11px;
}

@media (max-width: 820px) {
	.sc-header__inner {
		min-height: 70px;
	}

	.sc-brand {
		min-width: 0;
	}

	.sc-brand__mark {
		width: 38px;
		height: 38px;
	}

	.sc-brand__name {
		font-size: 18px;
	}

	.sc-brand__tag {
		font-size: 9px;
	}
}

/* Mobile guard: recommendation cards need enough text width beside the icon. */
@media (max-width: 820px) {
	.sampo-front-page .sc-recommend-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.sampo-front-page .sc-recommend-card {
		grid-template-columns: 86px minmax(0, 1fr);
		gap: 18px;
		align-items: center;
		min-width: 0;
	}

	.sampo-front-page .sc-recommend-card > div {
		min-width: 0;
		writing-mode: horizontal-tb;
		text-orientation: mixed;
	}

	.sampo-front-page .sc-recommend-card h3,
	.sampo-front-page .sc-recommend-card p {
		writing-mode: horizontal-tb;
		text-orientation: mixed;
		white-space: normal;
		word-break: normal;
		overflow-wrap: normal;
	}
}

@media (max-width: 390px) {
	.sampo-front-page .sc-recommend-card {
		grid-template-columns: 76px minmax(0, 1fr);
		gap: 14px;
		padding: 16px;
	}

	.sampo-front-page .sc-recommend-card img {
		width: 72px;
		height: 72px;
	}
}

/* Final hero balance: keep the message dense and the photo close. */
.sampo-front-page .sc-hero {
	padding: 30px 0 28px;
}

.sampo-front-page .sc-hero__inner {
	width: min(calc(100% - 96px), 1500px);
	grid-template-columns: minmax(520px, 650px) minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	overflow: visible;
}

.sampo-front-page .sc-hero__content {
	position: relative;
	z-index: 2;
	max-width: 650px;
}

.sampo-front-page .sc-hero h1 {
	font-size: clamp(40px, 3.2vw, 56px);
	line-height: 1.22;
	text-wrap: balance;
}

.sampo-front-page .sc-hero h1 span,
.sampo-front-page .sc-h1-main span {
	display: inline;
}

.sampo-front-page .sc-hero__lead {
	max-width: 39em;
	margin-top: 18px;
	font-size: clamp(16px, 1.08vw, 18px);
	line-height: 1.7;
	white-space: normal;
}

.sampo-front-page .sc-hero__buttons {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	max-width: 650px;
	margin-top: 24px;
}

.sampo-front-page .sc-hero__buttons .sc-btn {
	width: 100%;
	min-width: 0;
}

.sampo-front-page .sc-hero__checks {
	margin-top: 20px;
	gap: 12px 18px;
}

.sampo-front-page .sc-hero__visual {
	position: relative;
	z-index: 1;
	min-height: 0;
	margin-left: 0;
	overflow: hidden;
}

.sampo-front-page .sc-hero__visual img {
	height: clamp(420px, 33vw, 620px);
	object-position: 70% center;
}

.sampo-front-page .sc-hero-badges {
	position: relative;
	z-index: 3;
	width: min(calc(100% - 80px), 1260px);
	margin-top: 18px;
	gap: 16px;
	overflow: visible;
}

.sampo-front-page .sc-hero-badges div {
	min-height: 76px;
	padding: 10px 38px 6px;
	background: rgba(255, 255, 255, .96);
	overflow: visible;
}

.sampo-front-page .sc-hero-badges span {
	color: #5f7282;
	font-size: 10.5px;
	line-height: 1.35;
	white-space: nowrap;
}

.sampo-front-page .sc-hero-badges strong {
	margin-top: 2px;
	line-height: 1.25;
}

@media (max-width: 1080px) {
	.sampo-front-page .sc-hero__inner {
		width: min(calc(100% - 48px), 980px);
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.sampo-front-page .sc-hero__visual {
		margin-left: 0;
	}
}

@media (max-width: 768px) {
	.sampo-front-page .sc-hero {
		padding: 14px 0 18px;
		overflow-x: hidden;
	}

	.sampo-front-page .sc-hero__inner {
		width: min(calc(100% - 30px), var(--sc-container));
		gap: 10px;
		overflow-x: hidden;
	}

	.sampo-front-page .sc-hero__inner > * {
		max-width: 100%;
		min-width: 0;
	}

	.sampo-front-page .sc-eyebrow {
		margin-bottom: 0;
		font-size: 12px;
		line-height: 1.35;
	}

	.sampo-front-page .sc-hero__visual {
		margin-top: 4px;
		width: 100%;
		overflow: hidden;
	}

	.sampo-front-page .sc-hero__visual img {
		display: block;
		width: 100%;
		aspect-ratio: 16 / 8.5;
		height: clamp(160px, 44vw, 230px);
		border-radius: 10px;
		object-fit: cover;
		object-position: 72% center;
		box-shadow: 0 14px 30px rgba(5, 61, 89, .12);
	}

	.sampo-front-page .sc-hero h1 {
		width: 100%;
		max-width: 100%;
		margin-top: 4px;
		font-size: clamp(27px, 7vw, 34px);
		line-height: 1.22;
		overflow-wrap: anywhere;
		text-wrap: balance;
		word-break: normal;
	}

	.sampo-front-page .sc-hero h1 span,
	.sampo-front-page .sc-h1-main span {
		display: inline;
	}

	.sampo-front-page .sc-hero__lead {
		width: 100%;
		max-width: none;
		margin-top: 10px;
		font-size: 14.5px;
		line-height: 1.55;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.sampo-front-page .sc-hero__buttons {
		grid-template-columns: 1fr;
		gap: 8px;
		width: 100%;
		max-width: none;
		margin-top: 14px;
	}

	.sampo-front-page .sc-hero__buttons .sc-btn {
		width: 100%;
		max-width: 100%;
		min-height: 50px;
		padding-inline: 14px;
		white-space: normal;
	}

	.sampo-front-page .sc-hero__checks {
		width: 100%;
		margin-top: 12px;
		gap: 8px 10px;
		font-size: 11.5px;
		line-height: 1.45;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.sampo-front-page .sc-hero-badges {
		width: min(calc(100% - 30px), var(--sc-container));
		margin-top: 12px;
	}
}

/* iOS Safari guard: prevent the hero from behaving like an inner scroller. */
.sampo-front-page .sc-page {
	overflow-x: clip;
	overflow-y: visible;
}

.sampo-front-page .sc-hero,
.sampo-front-page .sc-hero__inner {
	overscroll-behavior: auto;
	touch-action: pan-y;
}

@supports not (overflow-x: clip) {
	.sampo-front-page .sc-page {
		overflow-x: hidden;
		overflow-y: visible;
	}
}

@media (max-width: 560px) {
	.sampo-front-page .sc-message-card {
		display: grid;
		gap: 16px;
		padding: 20px 18px 22px;
	}

	.sampo-front-page .sc-message-card > div {
		order: 2;
	}

	.sampo-front-page .sc-message-card__photo {
		order: 1;
		width: min(230px, 78%);
		height: auto;
		margin: 0 auto;
		overflow: visible;
		border: 0;
		background: transparent;
	}

	.sampo-front-page .sc-message-card__photo img {
		display: block;
		width: 100%;
		aspect-ratio: 5 / 7;
		height: auto;
		border: 1px solid #d9ecee;
		border-radius: var(--sc-radius);
		object-fit: cover;
		object-position: center top;
	}

	.sampo-front-page .sc-message-card__name {
		display: block;
		margin-top: 10px;
		text-align: center;
	}

	.sampo-front-page .sc-message-card__name span,
	.sampo-front-page .sc-message-card__name strong {
		display: block;
	}

	.sampo-front-page .sc-message-card__name span {
		color: #5f7282;
		font-size: 11px;
		font-weight: 800;
		line-height: 1.5;
	}

	.sampo-front-page .sc-message-card__name strong {
		margin-top: 2px;
		color: var(--sc-navy);
		font-size: 20px;
		font-weight: 900;
		letter-spacing: .03em;
	}
}

/* Top page v1 conversion sections. */
.sampo-front-page .sc-section-heading {
	max-width: 920px;
	margin: 0 auto 34px;
	text-align: center;
}

.sampo-front-page .sc-section-heading h2 {
	margin: 0 0 18px;
	color: var(--sc-navy);
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 900;
	line-height: 1.28;
	letter-spacing: 0;
}

.sampo-front-page .sc-section-heading p {
	margin: 0 auto 12px;
	color: #183957;
	font-size: clamp(15px, 1.45vw, 18px);
	font-weight: 800;
	line-height: 1.9;
}

.sampo-front-page .sc-cta-stack {
	display: grid;
	gap: 8px;
	align-items: center;
	justify-items: center;
}

.sampo-front-page .sc-cta-subtext {
	color: #49677f;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.5;
	text-align: center;
}

.sampo-front-page .sc-problem-card {
	align-content: start;
}

.sampo-front-page .course-warning {
	width: 100%;
	margin: 10px 0 0;
	padding: 10px 14px;
	border-left: 3px solid #c44d2e;
	border-radius: 4px;
	background: rgba(196, 77, 46, .08);
	color: #c44d2e;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.65;
	text-align: left;
}

.sampo-front-page .course-warning strong {
	margin-right: 4px;
	color: #c44d2e;
}

.sampo-front-page .course-warning .warning-icon {
	margin-right: 6px;
}

.sampo-front-page .sc-hero-badges div {
	display: grid;
	align-content: start;
	gap: 7px;
	min-height: 124px;
	padding: 18px 24px 16px;
	text-align: left;
}

.sampo-front-page .sc-hero-badges strong {
	margin: 0;
	color: var(--sc-navy);
	font-size: 15px;
	line-height: 1.48;
	white-space: normal;
}

.sampo-front-page .sc-hero-badges span {
	color: #49677f;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.6;
	white-space: normal;
}

.sampo-front-page .sc-yakuwari-not-end {
	background: #fff;
}

.sampo-front-page .sc-yakuwari-not-end__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
	gap: 48px;
	align-items: center;
}

.sampo-front-page .sc-yakuwari-not-end h2 {
	margin: 0 0 22px;
	color: var(--sc-navy);
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 900;
	line-height: 1.28;
}

.sampo-front-page .sc-yakuwari-not-end p {
	margin: 0 0 18px;
	color: #183957;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.9;
}

.sampo-front-page .sc-yakuwari-not-end__emphasis {
	padding: 16px 18px;
	border-left: 4px solid #006272;
	border-radius: 6px;
	background: #f5f8fb;
}

.sampo-front-page .sc-yakuwari-not-end__emphasis strong {
	color: #006272;
}

.sampo-front-page .sc-yakuwari-not-end__image {
	margin: 0;
}

.sampo-front-page .sc-yakuwari-not-end__image img {
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(5, 61, 89, .1);
}

.sampo-front-page .sc-role-compare {
	background:
		linear-gradient(180deg, #f5f8fb 0%, #fff 100%);
}

.sampo-front-page .sc-role-compare__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	max-width: 940px;
	margin: 0 auto;
}

.sampo-front-page .sc-role-card {
	overflow: hidden;
	border: 1px solid #e0e7ee;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(9, 43, 87, .08);
	transition: transform .2s ease, box-shadow .2s ease;
}

.sampo-front-page .sc-role-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 20px 44px rgba(9, 43, 87, .12);
}

.sampo-front-page .sc-role-card header {
	padding: 18px 24px;
	background: #eef2f5;
	color: #092b57;
}

.sampo-front-page .sc-role-card--company header {
	background: #006272;
	color: #fff;
}

.sampo-front-page .sc-role-card h3 {
	margin: 0;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.35;
}

.sampo-front-page .sc-role-card header span {
	display: block;
	margin-top: 2px;
	font-size: 13px;
	font-weight: 800;
	opacity: .86;
}

.sampo-front-page .sc-role-card__icon {
	position: relative;
	display: grid;
	place-items: center;
	width: 92px;
	height: 92px;
	margin: 28px auto 24px;
	border-radius: 50%;
	background: #f5f8fb;
	color: #006272;
}

.sampo-front-page .sc-role-card__icon::before,
.sampo-front-page .sc-role-card__icon::after {
	position: absolute;
	content: "";
}

.sampo-front-page .sc-role-card__icon--hospital::before {
	width: 46px;
	height: 40px;
	border: 4px solid currentColor;
	border-radius: 5px;
	background: #fff;
}

.sampo-front-page .sc-role-card__icon--hospital::after {
	width: 24px;
	height: 4px;
	background: currentColor;
	box-shadow: 0 0 0 999px transparent;
}

.sampo-front-page .sc-role-card__icon--hospital {
	background:
		linear-gradient(currentColor, currentColor) center / 4px 24px no-repeat,
		#f5f8fb;
}

.sampo-front-page .sc-role-card__icon--office::before {
	width: 42px;
	height: 52px;
	border: 4px solid currentColor;
	border-radius: 5px;
	background: #fff;
}

.sampo-front-page .sc-role-card__icon--office::after {
	top: 28px;
	left: 35px;
	width: 5px;
	height: 5px;
	border-radius: 1px;
	background: #092b57;
	box-shadow:
		12px 0 0 #092b57,
		0 12px 0 #092b57,
		12px 12px 0 #092b57,
		0 24px 0 #092b57,
		12px 24px 0 #092b57;
}

.sampo-front-page .sc-role-card dl {
	display: grid;
	gap: 16px;
	margin: 0;
	padding: 0 30px 30px;
}

.sampo-front-page .sc-role-card dl div {
	padding-top: 16px;
	border-top: 1px solid #e0e7ee;
}

.sampo-front-page .sc-role-card dt {
	margin: 0 0 4px;
	color: #5b7288;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.4;
}

.sampo-front-page .sc-role-card dd {
	margin: 0;
	color: #092b57;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.5;
}

.sampo-front-page .sc-role-compare__bridge {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	max-width: 940px;
	margin: 24px auto 0;
	padding: 18px 24px;
	border-radius: 8px;
	background: rgba(74, 155, 170, .16);
	color: #092b57;
	font-weight: 900;
	line-height: 1.55;
	text-align: center;
}

.sampo-front-page .sc-role-compare__bridge span {
	display: inline-grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #006272;
	color: #fff;
	font-size: 20px;
	line-height: 1;
}

.sampo-front-page .sc-reason-list {
	display: grid;
	gap: 0;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
	border: 1px solid #e0e7ee;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 16px 42px rgba(9, 43, 87, .07);
}

.sampo-front-page .sc-reasons .sc-center-title,
.sampo-front-page .sc-soudan-themes .sc-center-title {
	margin-bottom: 18px;
	color: #092b57;
	font-size: clamp(32px, 4vw, 52px);
	line-height: 1.28;
}

.sampo-front-page .sc-reason-item {
	display: grid;
	grid-template-columns: 130px minmax(0, 1fr);
	align-items: center;
	gap: 28px;
	padding: 26px 34px;
	border-bottom: 1px solid #e0e7ee;
}

.sampo-front-page .sc-reason-item:nth-child(even) {
	background: #f5f8fb;
}

.sampo-front-page .sc-reason-item:last-child {
	border-bottom: 0;
}

.sampo-front-page .sc-reason-num {
	display: block;
	padding-right: 26px;
	border-right: 2px solid #006272;
	color: #092b57;
	font-size: clamp(50px, 6vw, 74px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
}

.sampo-front-page .sc-reason-content h3 {
	margin: 0 0 8px;
	color: #092b57;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.45;
}

.sampo-front-page .sc-reason-content p {
	margin: 0;
	color: #35566e;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8;
}

.sampo-front-page .sc-soudan-themes {
	background:
		radial-gradient(circle at 88% 12%, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0) 34%),
		linear-gradient(180deg, #f7fcfc 0%, #fff 100%);
}

.sampo-front-page .sc-soudan-themes .sc-center-copy {
	max-width: 780px;
	margin: 0 auto 24px;
	color: #183957;
	font-size: clamp(15px, 1.45vw, 18px);
	font-weight: 800;
	line-height: 1.9;
}

.sampo-front-page .sc-theme-checklist {
	display: grid;
	gap: 10px;
	max-width: 860px;
	margin: 30px auto 0;
	padding: 0;
	list-style: none;
}

.sampo-front-page .sc-theme-checklist li {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 58px;
	padding: 14px 18px;
	border: 1px solid #e0e7ee;
	border-radius: 8px;
	background: #fff;
	color: #092b57;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.55;
	transition: background-color .2s ease, border-color .2s ease;
}

.sampo-front-page .sc-theme-checklist li:hover {
	border-color: #b9dde2;
	background: #f5f8fb;
}

.sampo-front-page .sc-theme-checkbox {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	border: 2px solid #006272;
	border-radius: 4px;
}

.sampo-front-page .sc-cta-button-large {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	max-width: 860px;
	min-height: 70px;
	margin: 32px auto 0;
	padding: 18px 28px;
	border-radius: 8px;
	background: #006272;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.45;
	text-decoration: none;
	box-shadow: 0 16px 34px rgba(0, 98, 114, .18);
}

.sampo-front-page .sc-cta-arrow {
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .16);
}

.sampo-front-page .sc-muryo-soudan-confirm {
	background: #f5f8fb;
}

.sampo-front-page .sc-confirm-list {
	display: grid;
	gap: 12px;
	max-width: 760px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.sampo-front-page .sc-confirm-list li {
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 64px;
	padding: 18px 24px;
	border-radius: 8px;
	background: #fff;
	color: #092b57;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.55;
	box-shadow: 0 8px 24px rgba(9, 43, 87, .06);
}

.sampo-front-page .sc-check-icon {
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #006272;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
}

.sampo-front-page .sc-guarantee-badges {
	display: flex;
	justify-content: center;
	gap: 34px;
	max-width: 760px;
	margin: 38px auto 0;
	padding-top: 30px;
	border-top: 1px solid #e0e7ee;
}

.sampo-front-page .sc-guarantee-badge {
	display: grid;
	justify-items: center;
	gap: 9px;
	color: #092b57;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.45;
	text-align: center;
}

.sampo-front-page .sc-guarantee-icon {
	display: inline-grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border: 1px solid #b9dde2;
	border-radius: 50%;
	background: #fff;
	color: #006272;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.1;
}

.sampo-front-page .sc-final-consult {
	background: #fff;
}

.sampo-front-page .sc-final-consult .sc-consult-card {
	grid-template-columns: minmax(0, 1fr) 190px;
	max-width: 1040px;
	margin: 0 auto;
	padding: 32px;
}

.sampo-front-page .sc-final-consult .sc-consult-card h2 {
	font-size: clamp(25px, 3vw, 36px);
	line-height: 1.42;
}

.sampo-front-page .sc-final-consult .sc-consult-card__lead {
	max-width: 720px;
}

.sampo-front-page .sc-final-consult .sc-consult-card__buttons {
	align-items: start;
}

.sampo-front-page .sc-final-consult .sc-consult-card img {
	align-self: center;
	width: 190px;
	height: 230px;
	margin-top: 0;
	object-position: center top;
}

.sampo-front-page .sc-final-consult .sc-cta-stack {
	justify-items: stretch;
}

.sampo-front-page .sc-final-consult .sc-cta-subtext {
	text-align: center;
}

@media (max-width: 1180px) {
	.sampo-front-page .sc-problem-cta .sc-cta-stack {
		grid-column: 2;
	}

	.sampo-front-page .sc-yakuwari-not-end__grid,
	.sampo-front-page .sc-role-compare__cards {
		grid-template-columns: 1fr;
	}

	.sampo-front-page .sc-yakuwari-not-end__image {
		max-width: 760px;
		margin-inline: auto;
	}
}

@media (max-width: 820px) {
	.sampo-front-page .sc-hero-badges div {
		min-height: 0;
		padding: 16px;
	}

	.sampo-front-page .sc-hero-badges strong {
		font-size: 13.5px;
	}

	.sampo-front-page .sc-hero-badges span {
		font-size: 10.5px;
	}

	.sampo-front-page .sc-problem-cta .sc-cta-stack {
		grid-column: auto;
		width: 100%;
		justify-items: stretch;
	}

	.sampo-front-page .sc-problem-cta .sc-cta-subtext {
		text-align: center;
	}

	.sampo-front-page .sc-yakuwari-not-end p br,
	.sampo-front-page .sc-section-heading p br,
	.sampo-front-page .sc-center-copy br {
		display: none;
	}

	.sampo-front-page .sc-reason-item {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 22px 20px;
	}

	.sampo-front-page .sc-reason-num {
		padding-right: 0;
		padding-bottom: 8px;
		border-right: 0;
		border-bottom: 2px solid #006272;
	}

	.sampo-front-page .sc-guarantee-badges {
		display: grid;
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.sampo-front-page .sc-guarantee-badge {
		grid-template-columns: 58px minmax(0, 1fr);
		align-items: center;
		justify-items: start;
		text-align: left;
	}

	.sampo-front-page .sc-final-consult .sc-consult-card {
		grid-template-columns: 1fr;
	}

	.sampo-front-page .sc-final-consult .sc-consult-card img {
		width: min(100%, 260px);
		height: 220px;
		margin-inline: auto;
	}
}

@media (max-width: 560px) {
	.sampo-front-page .sc-section-heading h2,
	.sampo-front-page .sc-yakuwari-not-end h2 {
		font-size: 29px;
	}

	.sampo-front-page .course-warning {
		font-size: 12.5px;
	}

	.sampo-front-page .sc-yakuwari-not-end__grid {
		gap: 28px;
	}

	.sampo-front-page .sc-role-card dl {
		padding: 0 20px 24px;
	}

	.sampo-front-page .sc-role-compare__bridge {
		flex-direction: column;
		padding: 18px;
	}

	.sampo-front-page .sc-theme-checklist li,
	.sampo-front-page .sc-confirm-list li {
		align-items: flex-start;
		font-size: 14.5px;
	}

	.sampo-front-page .sc-cta-button-large {
		align-items: flex-start;
		min-height: 0;
		padding: 18px 20px;
		font-size: 16px;
	}

	.sampo-front-page .sc-final-consult .sc-consult-card {
		padding: 24px 20px;
	}
}

/* v1.1 review fixes. */
.sampo-front-page .sc-hero-badges div {
	min-height: 104px;
	gap: 8px;
	padding: 16px 22px 14px;
}

.sampo-front-page .sc-hero-badges strong {
	font-size: 14.5px;
	line-height: 1.45;
	word-break: keep-all;
	overflow-wrap: break-word;
}

.sampo-front-page .sc-hero-badges span {
	color: #3d596f;
	font-size: 12px;
	line-height: 1.55;
	word-break: keep-all;
	overflow-wrap: break-word;
}

.sampo-front-page .sc-problem__lead {
	max-width: 920px;
	margin: 0 auto;
	color: #0d284b;
	font-size: clamp(17px, 1.65vw, 22px);
	font-weight: 900;
	line-height: 2;
	text-align: center;
	word-break: keep-all;
	overflow-wrap: break-word;
}

.sampo-front-page .sc-lead-line {
	display: inline-block;
	max-width: 100%;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.sampo-front-page .sc-nowrap {
	display: inline-block;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	white-space: nowrap;
}

.sampo-front-page .sc-problem-cta--stacked {
	display: grid;
	grid-template-columns: 1fr;
	justify-items: center;
	gap: 0;
	max-width: 940px;
	margin: 28px auto 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	text-align: center;
}

.sampo-front-page .sc-problem-alert {
	display: flex;
	gap: 16px;
	width: 100%;
	max-width: 880px;
	margin: 0 auto 30px;
	padding: 24px 32px;
	border-left: 4px solid #c44d2e;
	border-radius: 8px;
	background: rgba(196, 77, 46, .08);
	text-align: left;
}

.sampo-front-page .sc-problem-alert__icon {
	flex: 0 0 auto;
	color: #c44d2e;
	font-size: 28px;
	line-height: 1.25;
}

.sampo-front-page .sc-problem-alert p {
	margin: 0;
	padding: 0;
	border: 0;
	color: #092b57;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.85;
	word-break: keep-all;
	overflow-wrap: break-word;
}

.sampo-front-page .sc-problem-cta__intro {
	max-width: 760px;
	margin: 0 auto 34px;
	padding: 0;
	border: 0;
	color: #183957;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.95;
	text-align: center;
	word-break: keep-all;
	overflow-wrap: break-word;
}

.sampo-front-page .sc-problem-cta__action {
	width: min(100%, 520px);
}

.sampo-front-page .sc-problem-cta--stacked .sc-btn {
	width: 100%;
	min-width: 0;
	min-height: 62px;
	border-radius: 8px;
	font-size: 16px;
	box-shadow: 0 12px 28px rgba(0, 98, 114, .2);
}

.sampo-front-page .sc-problem-cta--stacked .sc-cta-subtext {
	color: #6b7280;
	font-size: 13px;
}

.sampo-front-page .sc-yakuwari-not-end__grid {
	grid-template-columns: minmax(0, .86fr) minmax(500px, 1.14fr);
	gap: 34px;
}

.sampo-front-page .sc-yakuwari-not-end__image {
	justify-self: stretch;
}

.sampo-front-page .sc-yakuwari-not-end__image img {
	width: min(100%, 720px);
	max-width: 100%;
	margin: 0 auto;
	border-radius: 0;
	box-shadow: none;
}

.sampo-front-page .sc-role-compare__cards {
	gap: 30px;
	max-width: 960px;
}

.sampo-front-page .sc-role-card {
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(9, 43, 87, .08);
}

.sampo-front-page .sc-role-card header {
	padding: 22px 28px;
}

.sampo-front-page .sc-role-card h3 {
	font-size: 26px;
	line-height: 1.3;
}

.sampo-front-page .sc-role-card__icon-wrap {
	display: grid;
	place-items: center;
	min-height: 150px;
	padding: 28px 0 24px;
}

.sampo-front-page .sc-role-card__image-icon {
	width: 120px;
	height: 120px;
	object-fit: contain;
}

.sampo-front-page .sc-role-card__icon {
	width: 104px;
	height: 104px;
	margin: 0;
}

.sampo-front-page .sc-role-card dl.sc-role-attributes {
	gap: 0;
	padding: 0 30px 30px;
}

.sampo-front-page .sc-role-card .sc-role-attribute {
	margin: 0 0 22px;
	padding: 0 0 22px;
	border-top: 0;
	border-bottom: 1px solid #e0e7ee;
}

.sampo-front-page .sc-role-card .sc-role-attribute:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.sampo-front-page .sc-role-card dt {
	margin: 0 0 5px;
	color: #006272;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .05em;
	line-height: 1.4;
}

.sampo-front-page .sc-role-card dd {
	color: #092b57;
	font-size: 21px;
	font-weight: 900;
	line-height: 1.45;
}

.sampo-front-page .sc-role-compare__bridge {
	display: none;
}

.sampo-front-page .sc-role-merge {
	max-width: 760px;
	margin: 0 auto;
}

.sampo-front-page .sc-merge-divider {
	display: flex;
	align-items: center;
	gap: 16px;
	max-width: 210px;
	margin: 32px auto 22px;
	color: #006272;
}

.sampo-front-page .sc-merge-divider span {
	flex: 1;
	height: 1px;
	background: currentColor;
	opacity: .38;
}

.sampo-front-page .sc-merge-divider i {
	font-style: normal;
	font-size: 14px;
	line-height: 1;
}

.sampo-front-page .sc-merge-callout {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	padding: 28px 40px;
	border: 1px solid rgba(0, 98, 114, .12);
	border-radius: 16px;
	background: linear-gradient(135deg, #e8f4f6 0%, #d4ecef 100%);
	box-shadow: 0 14px 34px rgba(9, 43, 87, .08);
}

.sampo-front-page .sc-merge-icon {
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #006272;
	color: #fff;
	font-size: 26px;
	font-weight: 900;
	line-height: 1;
}

.sampo-front-page .sc-merge-callout p {
	margin: 0;
	color: #092b57;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.65;
	text-align: left;
}

.sampo-front-page .sc-merge-callout strong {
	color: #006272;
	font-weight: 900;
}

@media (max-width: 1180px) {
	.sampo-front-page .sc-yakuwari-not-end__grid {
		grid-template-columns: 1fr;
	}

	.sampo-front-page .sc-yakuwari-not-end__image img {
		width: min(100%, 700px);
	}
}

@media (max-width: 820px) {
	.sampo-front-page .sc-problem__lead {
		font-size: 16px;
		line-height: 1.9;
	}

	.sampo-front-page .sc-problem-alert {
		padding: 20px;
	}

	.sampo-front-page .sc-problem-alert p {
		font-size: 16px;
	}

	.sampo-front-page .sc-problem-alert p br,
	.sampo-front-page .sc-problem-cta__intro br {
		display: none;
	}

	.sampo-front-page .sc-role-card__icon-wrap {
		min-height: 130px;
		padding: 24px 0 20px;
	}

	.sampo-front-page .sc-merge-callout {
		padding: 24px 26px;
	}
}

@media (max-width: 560px) {
	.sampo-front-page .sc-hero-badges {
		grid-template-columns: 1fr;
	}

	.sampo-front-page .sc-problem__lead {
		text-align: left;
	}

	.sampo-front-page .sc-lead-line {
		display: block;
	}

	.sampo-front-page .sc-problem-alert {
		gap: 12px;
	}

	.sampo-front-page .sc-problem-alert__icon {
		font-size: 22px;
	}

	.sampo-front-page .sc-problem-alert p,
	.sampo-front-page .sc-problem-cta__intro {
		font-size: 14.5px;
	}

	.sampo-front-page .sc-problem-cta--stacked .sc-btn {
		min-height: 58px;
		padding-inline: 16px;
		font-size: 14px;
	}

	.sampo-front-page .sc-yakuwari-not-end__image img {
		width: 100%;
	}

	.sampo-front-page .sc-role-card header {
		padding: 18px 22px;
	}

	.sampo-front-page .sc-role-card h3 {
		font-size: 23px;
	}

	.sampo-front-page .sc-role-card dl.sc-role-attributes {
		padding: 0 22px 24px;
	}

	.sampo-front-page .sc-role-card dd {
		font-size: 19px;
	}

	.sampo-front-page .sc-merge-callout {
		display: grid;
		justify-items: center;
		gap: 14px;
		padding: 22px 20px;
	}

	.sampo-front-page .sc-merge-callout p {
		font-size: 16px;
		text-align: center;
	}
}

/* v1.2 mobile layout order: title -> image -> copy -> CTA. */
.sampo-front-page .sc-yakuwari-not-end__title {
	grid-area: yakuwari-title;
}

.sampo-front-page .sc-yakuwari-not-end__content {
	grid-area: yakuwari-content;
}

.sampo-front-page .sc-yakuwari-not-end__image {
	grid-area: yakuwari-image;
}

.sampo-front-page .sc-final-consult .sc-consult-card {
	grid-template-areas:
		"consult-title consult-image"
		"consult-body consult-image";
	align-content: center;
}

.sampo-front-page .sc-consult-card__title {
	grid-area: consult-title;
	margin-bottom: 0;
}

.sampo-front-page .sc-consult-card__body {
	grid-area: consult-body;
}

.sampo-front-page .sc-final-consult .sc-consult-card img {
	grid-area: consult-image;
}

@media (min-width: 1181px) {
	.sampo-front-page .sc-yakuwari-not-end__grid {
		grid-template-areas:
			"yakuwari-title yakuwari-image"
			"yakuwari-content yakuwari-image";
		align-content: center;
	}
}

@media (max-width: 1180px) {
	.sampo-front-page .sc-yakuwari-not-end__grid {
		grid-template-areas:
			"yakuwari-title"
			"yakuwari-image"
			"yakuwari-content";
	}
}

@media (max-width: 820px) {
	.sampo-front-page .sc-final-consult .sc-consult-card {
		grid-template-areas:
			"consult-title"
			"consult-image"
			"consult-body";
		gap: 22px;
	}
}

/* B-1 role map safe enlargement. Keep the full diagram visible while giving the image column more room. */
.sampo-front-page .sc-yakuwari-not-end__image {
	display: grid;
	place-items: center;
	overflow: visible;
}

@media (min-width: 1181px) {
	.sampo-front-page .sc-yakuwari-not-end__grid {
		grid-template-columns: minmax(0, .78fr) minmax(560px, 1.22fr);
		gap: 28px;
	}

	.sampo-front-page .sc-yakuwari-not-end__image img {
		width: min(100%, 840px);
		max-width: 100%;
		transform: none;
	}
}

@media (max-width: 1180px) {
	.sampo-front-page .sc-yakuwari-not-end__image {
		width: min(100%, 860px);
		max-width: none;
	}
}

@media (max-width: 560px) {
	.sampo-front-page .sc-yakuwari-not-end__image {
		width: 100%;
		margin-inline: auto;
	}

	.sampo-front-page .sc-yakuwari-not-end__image img {
		width: 100%;
		max-width: 100%;
	}
}

/* Center the 3 + 2 recommendation card rows on tablet and desktop. */
@media (min-width: 821px) {
	.sampo-front-page .sc-recommend-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.sampo-front-page .sc-recommend-card {
		grid-column: span 2;
	}

	.sampo-front-page .sc-recommend-card:nth-child(4) {
		grid-column: 2 / span 2;
	}

	.sampo-front-page .sc-recommend-card:nth-child(5) {
		grid-column: 4 / span 2;
	}
}

/* 6.3.146 polish: center hero badge copy, restore B-2 card balance, and remove unused guarantee row spacing. */
.sampo-front-page .sc-hero-badges div {
	align-content: center;
	justify-items: center;
	text-align: center;
}

.sampo-front-page .sc-hero-badges strong,
.sampo-front-page .sc-hero-badges span {
	width: 100%;
	text-align: center;
}

.sampo-front-page .sc-role-compare {
	background: linear-gradient(180deg, #f5f8fb 0%, #fff 100%);
}

.sampo-front-page .sc-role-compare .sc-section-heading {
	max-width: 980px;
	margin: 0 auto 34px;
	text-align: center;
}

.sampo-front-page .sc-role-compare .sc-section-heading h2 {
	max-width: 860px;
	margin-inline: auto;
	font-size: clamp(32px, 4.4vw, 52px);
	line-height: 1.25;
}

.sampo-front-page .sc-role-compare .sc-section-heading p {
	max-width: 960px;
	margin: 0 auto 12px;
	color: #092b57;
	font-size: clamp(14px, 1.35vw, 17px);
	font-weight: 800;
	line-height: 1.95;
}

.sampo-front-page .sc-role-compare__cards {
	max-width: 980px;
	gap: 54px;
	align-items: stretch;
}

.sampo-front-page .sc-role-card {
	border: 2px solid #dce5ec;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(9, 43, 87, .08);
}

.sampo-front-page .sc-role-card header {
	min-height: 76px;
	padding: 18px 28px;
	background: #eef2f5;
}

.sampo-front-page .sc-role-card--company header {
	background: #2b6f7c;
}

.sampo-front-page .sc-role-card h3 {
	font-size: 28px;
	line-height: 1.2;
}

.sampo-front-page .sc-role-card header span {
	font-size: 13px;
	font-weight: 900;
}

.sampo-front-page .sc-role-card__icon-wrap {
	min-height: 170px;
	padding: 34px 0 20px;
}

.sampo-front-page .sc-role-card__image-icon {
	width: 148px;
	height: 148px;
	object-fit: contain;
}

.sampo-front-page .sc-role-card dl.sc-role-attributes {
	padding: 0 32px 32px;
}

.sampo-front-page .sc-role-card dt {
	color: #006272;
	font-size: 13px;
	font-weight: 900;
}

.sampo-front-page .sc-role-card dd {
	font-size: 23px;
	line-height: 1.35;
}

.sampo-front-page .sc-merge-divider {
	max-width: 240px;
	margin: 30px auto 20px;
}

.sampo-front-page .sc-merge-callout {
	max-width: 820px;
	margin: 0 auto;
	padding: 24px 36px;
	border: 2px solid #b9dde2;
	border-radius: 14px;
	background: #e5f5f7;
	box-shadow: 0 16px 38px rgba(9, 43, 87, .08);
}

.sampo-front-page .sc-merge-icon {
	width: 48px;
	height: 48px;
}

.sampo-front-page .sc-merge-callout p {
	font-size: 19px;
	text-align: left;
}

.sampo-front-page .sc-muryo-soudan-confirm {
	padding-bottom: clamp(56px, 7vw, 86px);
}

.sampo-front-page .sc-guarantee-badges {
	display: none;
}

@media (max-width: 820px) {
	.sampo-front-page .sc-role-compare__cards {
		gap: 22px;
	}

	.sampo-front-page .sc-role-card__image-icon {
		width: 132px;
		height: 132px;
	}

	.sampo-front-page .sc-role-card dd {
		font-size: 21px;
	}
}

@media (max-width: 560px) {
	.sampo-front-page .sc-role-compare .sc-section-heading h2 {
		font-size: clamp(30px, 8.4vw, 39px);
	}

	.sampo-front-page .sc-role-compare .sc-section-heading p {
		text-align: center;
	}

	.sampo-front-page .sc-role-card header {
		padding: 18px 22px;
	}

	.sampo-front-page .sc-role-card__icon-wrap {
		min-height: 144px;
		padding: 26px 0 16px;
	}

	.sampo-front-page .sc-role-card__image-icon {
		width: 118px;
		height: 118px;
	}
}

/* 6.3.147: make the SAMPO CHART comparison column the visual anchor and refine B-2 cards. */
.sampo-front-page .sc-comparison-table {
	border: 1px solid #cfe4e8;
	border-radius: 12px;
	box-shadow: 0 24px 58px rgba(0, 98, 114, .14);
}

.sampo-front-page .sc-comparison-table thead th {
	background: #f4f8fa;
	color: #092b57;
}

.sampo-front-page .sc-comparison-table thead th:nth-child(2) {
	background: #eef3f5;
	color: #4b5d69;
	font-weight: 800;
}

.sampo-front-page .sc-comparison-table thead th:last-child {
	background: linear-gradient(135deg, #008c96 0%, #006272 100%);
	color: #fff;
	font-size: 19px;
	font-weight: 950;
	letter-spacing: .02em;
	box-shadow: inset 0 -4px 0 rgba(255, 255, 255, .16);
}

.sampo-front-page .sc-comparison-table tbody th {
	background: rgba(255, 255, 255, .98);
}

.sampo-front-page .sc-comparison-table tbody td:nth-child(2) {
	background: #fff;
	color: #5d6b76;
	font-weight: 700;
}

.sampo-front-page .sc-comparison-table tbody td:last-child {
	position: relative;
	border-left: 4px solid #008c96;
	background: linear-gradient(90deg, #e4f7f8 0%, #f3fbfb 100%);
	color: #005f69;
	font-size: 17px;
	font-weight: 950;
}

.sampo-front-page .sc-comparison-table tbody tr:hover td:last-child {
	background: linear-gradient(90deg, #d9f2f4 0%, #edfafa 100%);
}

.sampo-front-page .sc-comparison-note {
	border-color: #b9dde2;
	background: #fff;
	box-shadow: 0 20px 48px rgba(0, 98, 114, .10);
}

.sampo-front-page .sc-comparison-note strong {
	color: #092b57;
	font-size: clamp(20px, 2vw, 26px);
}

.sampo-front-page .sc-comparison-note li::before {
	border-color: #008c96;
	background: #effafa;
}

.sampo-front-page .sc-comparison-note li::after {
	border-color: #008c96;
}

.sampo-front-page .sc-role-compare__cards {
	max-width: 1040px;
	gap: 46px;
}

.sampo-front-page .sc-role-card {
	display: grid;
	grid-template-columns: minmax(165px, .9fr) minmax(0, 1.1fr);
	grid-template-rows: auto 1fr;
	min-height: 248px;
	overflow: hidden;
}

.sampo-front-page .sc-role-card header {
	grid-column: 1 / -1;
}

.sampo-front-page .sc-role-card__icon-wrap {
	grid-column: 1;
	grid-row: 2;
	align-self: stretch;
	justify-content: center;
	min-height: 0;
	padding: 30px 12px 30px 28px;
}

.sampo-front-page .sc-role-card__image-icon {
	width: 166px;
	height: 166px;
}

.sampo-front-page .sc-role-card dl.sc-role-attributes {
	grid-column: 2;
	grid-row: 2;
	align-self: center;
	padding: 28px 32px 28px 0;
}

.sampo-front-page .sc-role-card .sc-role-attribute {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom-style: dashed;
}

.sampo-front-page .sc-role-card dt {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 3px 10px;
	border-radius: 999px;
	background: #e8f5f7;
	color: #006272;
	line-height: 1.25;
}

.sampo-front-page .sc-role-card--company dt {
	background: #008c96;
	color: #fff;
}

.sampo-front-page .sc-merge-callout {
	max-width: 880px;
	min-height: 78px;
	background: #f0fbfc;
	border-color: #9bd3da;
}

@media (max-width: 820px) {
	.sampo-front-page .sc-comparison-table thead {
		display: none;
	}

	.sampo-front-page .sc-comparison-table,
	.sampo-front-page .sc-comparison-table table,
	.sampo-front-page .sc-comparison-table tbody,
	.sampo-front-page .sc-comparison-table tr,
	.sampo-front-page .sc-comparison-table th,
	.sampo-front-page .sc-comparison-table td {
		display: block;
		width: 100%;
	}

	.sampo-front-page .sc-comparison-table tr {
		margin: 0 0 14px;
		overflow: hidden;
		border: 1px solid #d8e8eb;
		border-radius: 10px;
		background: #fff;
	}

	.sampo-front-page .sc-comparison-table tbody th {
		padding: 14px 16px;
		border-bottom: 1px solid #e1edf0;
		background: #f5fafb;
	}

	.sampo-front-page .sc-comparison-table tbody td:nth-child(2),
	.sampo-front-page .sc-comparison-table tbody td:last-child {
		padding: 12px 16px;
		border-left: 0;
	}

	.sampo-front-page .sc-comparison-table tbody td:nth-child(2)::before {
		content: "一般的な低価格型：";
		display: block;
		margin-bottom: 3px;
		color: #667685;
		font-size: 12px;
		font-weight: 900;
	}

	.sampo-front-page .sc-comparison-table tbody td:last-child::before {
		content: "サンポチャート：";
		display: block;
		margin-bottom: 3px;
		color: #006272;
		font-size: 12px;
		font-weight: 950;
	}

	.sampo-front-page .sc-role-card {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		min-height: 0;
	}

	.sampo-front-page .sc-role-card header,
	.sampo-front-page .sc-role-card__icon-wrap,
	.sampo-front-page .sc-role-card dl.sc-role-attributes {
		grid-column: auto;
		grid-row: auto;
	}

	.sampo-front-page .sc-role-card__icon-wrap {
		padding: 26px 0 14px;
	}

	.sampo-front-page .sc-role-card dl.sc-role-attributes {
		padding: 0 28px 28px;
	}
}

/* 6.3.149: boxed SAMPO column, B-2 copy update support, and mobile overflow hardening. */
.sampo-front-page .sc-comparison-table {
	overflow: visible;
}

.sampo-front-page .sc-comparison-table table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
}

.sampo-front-page .sc-comparison-table thead th:last-child {
	border-top: 3px solid #006272;
	border-right: 3px solid #006272;
	border-left: 3px solid #006272;
	box-shadow:
		inset 0 -4px 0 rgba(255, 255, 255, .18),
		0 0 0 1px rgba(0, 98, 114, .08);
}

.sampo-front-page .sc-comparison-table tbody td:last-child {
	border-right: 3px solid #006272;
	border-left: 3px solid #006272;
	box-shadow: inset -1px 0 0 rgba(0, 98, 114, .18);
}

.sampo-front-page .sc-comparison-table tbody tr:last-child td:last-child {
	border-bottom: 3px solid #006272;
}

.sampo-front-page .sc-comparison-table tbody tr:last-child th,
.sampo-front-page .sc-comparison-table tbody tr:last-child td {
	border-bottom-color: #c7dfe4;
}

.sampo-front-page .sc-comparison-table tbody tr:hover td:last-child {
	box-shadow:
		inset -1px 0 0 rgba(0, 98, 114, .18),
		inset 0 0 0 999px rgba(0, 140, 150, .035);
}

.sampo-front-page .sc-merge-callout {
	align-items: center;
}

.sampo-front-page .sc-merge-callout p {
	display: grid;
	gap: 4px;
	margin: 0;
	line-height: 1.65;
}

.sampo-front-page .sc-merge-callout p span {
	display: block;
	font-weight: 700;
}

.sampo-front-page .sc-merge-callout__lead {
	display: block;
	color: #092b57;
	font-size: 1.12em;
	font-weight: 950;
	line-height: 1.45;
}

.sampo-front-page .sc-role-compare,
.sampo-front-page .sc-yakuwari-not-end,
.sampo-front-page .sc-problem {
	overflow-x: clip;
}

.sampo-front-page .sc-yakuwari-not-end__image,
.sampo-front-page .sc-yakuwari-not-end__image img,
.sampo-front-page .sc-role-compare__cards,
.sampo-front-page .sc-role-card,
.sampo-front-page .sc-role-card__image-icon {
	max-width: 100%;
}

.sampo-front-page .sc-yakuwari-not-end__image img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.sampo-front-page .sc-problem-alert,
.sampo-front-page .sc-problem-cta__intro,
.sampo-front-page .sc-problem-cta__action,
.sampo-front-page .sc-problem-cta__action .sc-btn {
	max-width: 100%;
}

.sampo-front-page .sc-problem-alert p,
.sampo-front-page .sc-problem-cta__intro,
.sampo-front-page .sc-problem-cta__action .sc-btn {
	overflow-wrap: anywhere;
	word-break: normal;
}

@media (max-width: 820px) {
	.sampo-front-page .sc-comparison-table {
		width: 100%;
		overflow: visible !important;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	.sampo-front-page .sc-comparison-table table {
		display: block;
		width: 100% !important;
		min-width: 0 !important;
		border: 0;
		table-layout: auto;
	}

	.sampo-front-page .sc-comparison-table tbody {
		display: grid;
		gap: 14px;
		width: 100%;
	}

	.sampo-front-page .sc-comparison-table tbody tr {
		display: block;
		width: 100%;
		margin: 0;
		overflow: hidden;
		border: 1px solid #d8e8eb;
		border-radius: 12px;
		background: #fff;
		box-shadow: 0 12px 28px rgba(9, 43, 87, .06);
	}

	.sampo-front-page .sc-comparison-table tbody th,
	.sampo-front-page .sc-comparison-table tbody td {
		display: block;
		width: 100% !important;
		min-width: 0 !important;
	}

	.sampo-front-page .sc-comparison-table tbody th {
		padding: 14px 16px;
		border: 0;
		border-bottom: 1px solid #dce9ec;
		background: #f5fafb;
	}

	.sampo-front-page .sc-comparison-table tbody td:nth-child(2) {
		padding: 12px 16px;
		border: 0;
		border-bottom: 1px solid #e4eff1;
		background: #fff;
	}

	.sampo-front-page .sc-comparison-table tbody td:last-child {
		padding: 14px 16px 15px;
		border-top: 0;
		border-right: 2px solid #008c96;
		border-bottom: 2px solid #008c96;
		border-left: 4px solid #008c96;
		background: #e9f8f9;
		box-shadow: none;
	}

	.sampo-front-page .sc-comparison-table tbody tr:hover td:last-child {
		box-shadow: none;
	}

	.sampo-front-page .sc-role-compare .sc-container,
	.sampo-front-page .sc-yakuwari-not-end .sc-container,
	.sampo-front-page .sc-problem .sc-container {
		width: min(calc(100% - 30px), var(--sc-container));
		max-width: 100%;
		overflow: hidden;
	}

	.sampo-front-page .sc-role-compare__cards {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
		margin-inline: auto;
		overflow: visible;
	}

	.sampo-front-page .sc-role-card {
		width: 100%;
	}

	.sampo-front-page .sc-role-card__image-icon {
		width: min(152px, 48vw);
		height: auto;
	}

	.sampo-front-page .sc-merge-callout {
		width: 100%;
		max-width: 100%;
		padding: 18px 18px;
		gap: 14px;
	}

	.sampo-front-page .sc-merge-icon {
		flex: 0 0 42px;
		width: 42px;
		height: 42px;
	}

	.sampo-front-page .sc-merge-callout p {
		min-width: 0;
		font-size: 15px;
		text-align: left;
		overflow-wrap: anywhere;
	}

	.sampo-front-page .sc-yakuwari-not-end__grid {
		grid-template-columns: 1fr;
		gap: 28px;
		overflow: hidden;
	}

	.sampo-front-page .sc-yakuwari-not-end__image {
		width: 100%;
		margin-inline: auto;
		overflow: hidden;
	}

	.sampo-front-page .sc-yakuwari-not-end__image img {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		transform: none !important;
	}

	.sampo-front-page .sc-problem-alert {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr);
		width: 100%;
		padding: 18px 16px;
	}

	.sampo-front-page .sc-problem-alert p,
	.sampo-front-page .sc-problem-cta__intro {
		min-width: 0;
		text-align: center;
	}

	.sampo-front-page .sc-problem-cta__action .sc-btn {
		white-space: normal;
		text-align: center;
	}
}
