/* =========================================================
   Owned media Gutenberg blocks
========================================================= */

.hs-om-block {
	box-sizing: border-box;
	margin: 46px 0;
}

.hs-om-block *,
.hs-om-block *::before,
.hs-om-block *::after {
	box-sizing: border-box;
}

.hs-om-eyebrow {
	margin: 0 0 10px;
	color: var(--color-main);
	font-family: var(--font-en, inherit);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .14em;
}

.article-single__content .hs-om-heading,
.hs-om-heading {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--color-text);
	font-size: clamp(20px, 3vw, 25px);
	font-weight: 900;
	letter-spacing: .02em;
	line-height: 1.48;
}

.hs-om-section-head {
	margin-bottom: 22px;
}

.hs-om-section-head > p {
	margin: 10px 0 0;
	color: var(--color-text-sub);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.9;
}

.hs-om-empty-block {
	margin: 28px 0;
	padding: 18px 20px;
	border: 2px dashed #b7dbe5;
	border-radius: 16px;
	background: #f7fbfd;
	color: #45646e;
	font-weight: 800;
	line-height: 1.7;
}

.hs-om-conclusion {
	position: relative;
	overflow: hidden;
	padding: clamp(24px, 4vw, 36px);
	border: 2px solid rgba(18, 184, 232, .24);
	border-radius: 28px;
	background:
		radial-gradient(circle at 95% 0%, rgba(89, 184, 234, .18), transparent 34%),
		linear-gradient(135deg, #f0fffd 0%, #fff 100%);
	box-shadow: 0 18px 46px rgba(0, 80, 110, .1);
}

.hs-om-conclusion::before {
	content: "";
	position: absolute;
	top: 18px;
	right: 18px;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: rgba(89, 184, 234, .12);
}

.hs-om-conclusion__lead {
	position: relative;
	margin: 14px 0 0;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.95;
}

.article-single__content .hs-om-check-list,
.hs-om-check-list {
	display: grid;
	gap: 10px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.article-single__content .hs-om-check-list li,
.hs-om-check-list li {
	position: relative;
	margin: 0;
	padding-left: 32px;
	font-weight: 800;
	line-height: 1.75;
	list-style: none;
}

.hs-om-check-list li::before {
	content: "✓";
	position: absolute;
	top: .1em;
	left: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--color-main);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.hs-om-mini-plan {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	margin-top: 24px;
	padding: 16px;
	border-radius: 18px;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(40, 87, 184, .14);
}

.hs-om-mini-plan span,
.hs-om-mini-plan small {
	display: block;
	color: var(--color-text-sub);
	font-size: 12px;
	font-weight: 800;
}

.hs-om-mini-plan strong {
	display: block;
	margin-top: 2px;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.45;
}

.hs-om-mini-plan a,
.hs-om-btn,
.hs-om-table-btn,
.hs-om-plan-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
}

.hs-om-mini-plan a,
.hs-om-btn--primary,
.hs-om-table-btn,
.hs-om-plan-card__button {
	background: linear-gradient(135deg, var(--color-main), var(--color-accent));
	color: #fff!important;
	text-decoration: none !important;
	box-shadow: 0 12px 26px rgba(40, 87, 184, .22);
}

.hs-om-btn--secondary {
	border: 2px solid var(--color-main);
	background: #fff;
	color: var(--color-main);
}

.hs-om-badge {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	margin: 0 0 14px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #fff2c7;
	color: #8a5d00;
	font-size: 12px;
	font-weight: 900;
}

.hs-om-plan-cta {
	display: grid;
	grid-template-columns: minmax(240px, 38%) 1fr;
	overflow: hidden;
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 22px 56px rgba(0, 80, 110, .14);
}

.hs-om-plan-cta__image {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 300px;
	background: var(--color-bg-light-blue);
	text-decoration: none;
}

.hs-om-plan-cta__image img,
.hs-om-plan-card__image img {
	display: block;
	width: 100%;
	height: 100%!important;
	object-fit: cover;
	transition: transform .3s ease;
}

.hs-om-plan-cta__image:hover img,
.hs-om-plan-card__image:hover img {
	transform: scale(1.04);
}

.hs-om-plan-cta__image span {
	position: absolute;
	left: 16px;
	bottom: 16px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .92);
	color: var(--color-main);
	font-size: 12px;
	font-weight: 900;
}

.hs-om-plan-cta__body {
	display: flex;
	flex-direction: column;
	padding: clamp(24px, 4vw, 34px);
}

.article-single__content .hs-om-plan-cta__title,
.hs-om-plan-cta__title {
	margin: 0 0 12px;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
}

.hs-om-plan-cta__title a,
.hs-om-plan-card h3 a {
	color: var(--color-text);
	text-decoration: none;
}

.hs-om-plan-cta__lead {
	margin: 0 0 18px;
	color: var(--color-text-sub);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.9;
}

.hs-om-plan-meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: auto 0 16px;
}

.hs-om-plan-meta span {
	display: block;
	min-width: 0;
	padding: 12px;
	border-radius: 14px;
	background: #f3fbff!important;
}

.hs-om-plan-meta small {
	display: block;
	margin-bottom: 3px;
	color: var(--color-text-sub)!important;
	font-size: 11px;
	font-weight: 800;
}

.hs-om-plan-meta strong {
	display: block;
	color: var(--color-main)!important;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.4;
}

.hs-om-plan-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px;
}

.hs-om-plan-badges span,
.hs-om-plan-card__badges {
	padding: 5px 9px;
	border-radius: 999px;
	background: rgba(89, 184, 234, .14);
	color: var(--color-main);
	font-size: 12px;
	font-weight: 900;
}

.hs-om-plan-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.hs-om-comparison {
	padding: clamp(22px, 4vw, 30px);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(0, 80, 110, .1);
}

.hs-om-comparison__scroll {
	overflow-x: auto;
	border: 1px solid #dbeaf0;
	border-radius: 18px;
}

.hs-om-comparison__table {
	width: 100%;
	min-width: 900px;
	border-collapse: collapse;
}
.hs-om-comparison__table tbody tr * {
	font-size: 13px;
	line-height: 1.3;
}

.article-single__content .hs-om-comparison__table th,
.article-single__content .hs-om-comparison__table td,
.hs-om-comparison__table th,
.hs-om-comparison__table td {
	padding: 16px;
	border: 0;
	border-bottom: 1px solid #dbeaf0;
	text-align: left;
	vertical-align: middle;
}

.hs-om-comparison__table th {
	background: #f3fbff;
	color: var(--color-main);
	font-size: 12px;
	font-weight: 900;
	white-space: nowrap;
}

.hs-om-comparison__table tr:last-child td {
	border-bottom: 0;
}

.hs-om-comparison__plan {
	display: grid;
	grid-template-columns: 28px 1fr;
	gap: 10px;
	align-items: center;
	color: var(--color-text);
	font-weight: 900;
	text-decoration: none;
}

.hs-om-comparison__plan span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--color-main);
	color: #fff;
	font-size: 12px;
}

.hs-om-table-btn {
	min-height: 38px;
	padding: 0 14px;
	font-size: 12px;
	white-space: nowrap;
}

.hs-om-faq {
	padding: clamp(22px, 4vw, 30px);
	border-radius: 28px;
	background: linear-gradient(180deg, #f7fbfd 0%, #fff 100%);
}

.hs-om-faq__list {
	display: grid;
	gap: 12px;
}

.hs-om-faq__item {
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(0, 80, 110, .08);
}

.hs-om-faq__item summary {
	position: relative;
	display: grid;
	grid-template-columns: 34px 1fr 20px;
	gap: 12px;
	align-items: center;
	padding: 18px 20px;
	cursor: pointer;
	font-weight: 900;
	line-height: 1.6;
}

.hs-om-faq__item summary::-webkit-details-marker {
	display: none;
}

.hs-om-faq__item summary::after {
	content: "+";
	color: var(--color-main);
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
}

.hs-om-faq__item[open] summary::after {
	content: "−";
}

.hs-om-faq__item summary span,
.hs-om-faq__item div > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--color-main);
	color: #fff;
	font-family: var(--font-en, inherit);
	font-weight: 900;
}

.hs-om-faq__item div {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 12px;
	padding: 0 20px 20px;
}

.hs-om-faq__item div > span {
	background: var(--color-accent);
}

.hs-om-faq__item p {
	margin: 5px 0 0;
	color: var(--color-text-sub);
	font-weight: 700;
	line-height: 1.9;
}

.hs-om-checklist {
	padding: clamp(22px, 4vw, 30px);
	border-radius: 26px;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(40, 87, 184, .14), 0 14px 34px rgba(0, 80, 110, .08);
}

.hs-om-checklist--safe {
	background: linear-gradient(135deg, #f0fffd 0%, #fff 100%);
}

.hs-om-checklist--warning {
	background: linear-gradient(135deg, #fff8e1 0%, #fff 100%);
}

.hs-om-checklist--warning .hs-om-check-list li::before {
	background: #e39d00;
}

.hs-om-timeline {
	padding: clamp(22px, 4vw, 30px);
	border-radius: 28px;
	background: #f7fbfd;
}

.article-single__content .hs-om-timeline__list,
.hs-om-timeline__list {
	display: grid;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: step;
}

.hs-om-timeline__list li {
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 18px;
	margin: 0;
	padding: 20px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(0, 80, 110, .08);
	list-style: none;
}

.hs-om-timeline__marker span {
	display: inline-flex;
	margin-bottom: 6px;
	padding: 5px 8px;
	border-radius: 999px;
	background: var(--color-main);
	color: #fff;
	font-family: var(--font-en, inherit);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .08em;
}

.hs-om-timeline__marker strong {
	display: block;
	color: var(--color-main);
	font-size: 18px;
	font-weight: 900;
}

.article-single__content .hs-om-timeline__body h3,
.hs-om-timeline__body h3 {
	margin: 0 0 8px;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 19px;
	font-weight: 900;
}

.hs-om-timeline__body p {
	margin: 0;
	color: var(--color-text-sub);
	font-weight: 700;
	line-height: 1.85;
}

.hs-om-staff {
	display: grid;
	grid-template-columns: 70px 1fr;
	gap: 18px;
	align-items: start;
	padding: clamp(22px, 4vw, 30px);
	border-radius: 28px;
	background: #123c69;
	color: #fff;
}

.hs-om-staff__avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #fff;
	color: var(--color-main);
	font-size: 22px;
	font-weight: 900;
}

.hs-om-staff .hs-om-eyebrow {
	color: #9de8ff;
}

.hs-om-staff__comment {
	margin: 0 0 14px;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.95;
}

.hs-om-staff__name {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
}

.hs-om-staff__name strong,
.hs-om-staff__name span {
	display: inline-block;
	margin-right: 10px;
}

.hs-om-notice {
	display: grid;
	grid-template-columns: 46px 1fr;
	gap: 16px;
	padding: 22px;
	border-radius: 22px;
	background: #f3fbff;
	box-shadow: inset 0 0 0 1px rgba(40, 87, 184, .12);
}

.hs-om-notice--warning {
	background: #fff8e1;
	box-shadow: inset 0 0 0 1px rgba(227, 157, 0, .24);
}

.hs-om-notice--tip {
	background: #effdf8;
	box-shadow: inset 0 0 0 1px rgba(0, 150, 130, .18);
}

.hs-om-notice__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--color-main);
	color: #fff;
	font-size: 20px;
	font-weight: 900;
}

.hs-om-notice--warning .hs-om-notice__icon {
	background: #e39d00;
}

.hs-om-notice--tip .hs-om-notice__icon {
	background: #0ba98f;
}

.article-single__content .hs-om-notice__title,
.hs-om-notice__title {
	margin: 0 0 6px;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 19px;
	font-weight: 900;
}

.hs-om-notice p {
	margin: 0;
	font-weight: 700;
	line-height: 1.85;
}

.hs-om-links {
	padding: clamp(22px, 4vw, 30px);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(0, 80, 110, .08);
}

.hs-om-links__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.hs-om-link-card {
	display: block;
	padding: 18px;
	border-radius: 18px;
	background: #f7fbfd;
	color: var(--color-text);
	text-decoration: none;
}

.hs-om-link-card strong {
	display: block;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.6;
}

.hs-om-link-card span {
	display: block;
	margin-top: 6px;
	color: var(--color-text-sub);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.7;
}

.hs-om-plan-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.hs-om-plan-card {
	overflow: hidden;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 16px 42px rgba(0, 80, 110, .12);
}

.hs-om-plan-card__image {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: var(--color-bg-light-blue);
	text-decoration: none;
}

.hs-om-plan-card__image span {
	position: absolute;
	left: 12px;
	bottom: 12px;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .92);
	color: var(--color-main);
	font-size: 11px;
	font-weight: 900;
}

.hs-om-plan-card__body {
	padding: 18px;
}

.hs-om-plan-card__badges {
	display: inline-block;
	margin: 0 0 10px;
}

.article-single__content .hs-om-plan-card h3,
.hs-om-plan-card h3 {
	margin: 0 0 14px;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.55;
}

.hs-om-plan-card .hs-om-plan-meta {
	grid-template-columns: 1fr;
	gap: 7px;
	margin: 0 0 14px;
}

.hs-om-plan-card .hs-om-plan-meta span {
	padding: 8px 10px;
}

.hs-om-plan-card__button {
	width: 100%;
	min-height: 42px;
	font-size: 13px;
}

@media screen and (max-width: 900px) {
	.hs-om-plan-cta {
		grid-template-columns: 1fr;
	}

	.hs-om-plan-cta__image {
		min-height: 240px;
		aspect-ratio: 16 / 9;
	}

	.hs-om-plan-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 767px) {
	.hs-om-block {
		margin: 36px 0;
	}

	.hs-om-conclusion,
	.hs-om-comparison,
	.hs-om-faq,
	.hs-om-checklist,
	.hs-om-timeline,
	.hs-om-staff,
	.hs-om-links {
		border-radius: 22px;
	}

	.hs-om-mini-plan {
		grid-template-columns: 1fr;
	}

	.hs-om-mini-plan a {
		width: 100%;
	}

	.hs-om-plan-meta {
		grid-template-columns: 1fr;
	}

	.hs-om-plan-cta__actions .hs-om-btn {
		width: 100%;
	}

	.hs-om-faq__item summary {
		grid-template-columns: 30px 1fr 18px;
		gap: 10px;
		padding: 16px;
	}

	.hs-om-faq__item summary span,
	.hs-om-faq__item div > span {
		width: 30px;
		height: 30px;
	}

	.hs-om-faq__item div {
		grid-template-columns: 30px 1fr;
		padding: 0 16px 16px;
	}

	.hs-om-timeline__list li {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.hs-om-staff {
		grid-template-columns: 1fr;
	}

	.hs-om-links__grid,
	.hs-om-plan-grid {
		grid-template-columns: 1fr;
	}
}

/* =========================================================
   Circulation / funnel enhancement blocks
========================================================= */

.hs-om-related-articles,
.hs-om-discovery,
.hs-om-decision,
.hs-om-plan-bridge {
	position: relative;
}

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

.hs-om-article-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	min-width: 0;
	border: 1px solid rgba(40, 87, 184, .12);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(0, 80, 110, .07);
}

.hs-om-article-card__image {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: linear-gradient(135deg, #eaf9ff, #fff4df);
	color: var(--color-main);
	font-family: var(--font-en, inherit);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .12em;
	text-decoration: none;
}

.hs-om-article-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.hs-om-article-card__image span {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
}

.hs-om-article-card:hover .hs-om-article-card__image img {
	transform: scale(1.05);
}

.hs-om-article-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px;
}

.hs-om-article-card__category {
	margin: 0 0 8px;
	color: var(--color-main);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .06em;
}

.article-single__content .hs-om-article-card h3,
.hs-om-article-card h3 {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.6;
}

.hs-om-article-card h3 a {
	color: var(--color-text);
	text-decoration: none;
}

.hs-om-article-card__body > p:not(.hs-om-article-card__category) {
	margin: 0 0 16px;
	color: var(--color-text-sub);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.8;
}

.hs-om-article-card__link {
	margin-top: auto;
	color: var(--color-main);
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.hs-om-article-card__link::after {
	content: " ›";
}

.hs-om-discovery {
	overflow: hidden;
	padding: clamp(26px, 4vw, 38px);
	border: 1px solid rgba(40, 87, 184, .12);
	border-radius: 30px;
	background: radial-gradient(circle at 14% 18%, rgba(0, 188, 212, .12), transparent 30%), linear-gradient(135deg, #f5fcff 0%, #fff 62%, #fff8e8 100%);
}

.hs-om-discovery::before {
	content: "FIND YOUR PLAN";
	position: absolute;
	right: 22px;
	top: 18px;
	color: rgba(40, 87, 184, .08);
	font-family: var(--font-en, inherit);
	font-size: clamp(22px, 4vw, 52px);
	font-weight: 900;
	letter-spacing: .08em;
	pointer-events: none;
}

.hs-om-discovery__grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.hs-om-discovery-card {
	display: grid;
	gap: 6px;
	min-height: 116px;
	padding: 16px;
	border: 1px solid rgba(40, 87, 184, .12);
	border-radius: 20px;
	background: rgba(255, 255, 255, .86);
	color: var(--color-text);
	text-decoration: none;
	box-shadow: 0 10px 26px rgba(0, 80, 110, .06);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.hs-om-discovery-card:hover {
	border-color: rgba(40, 87, 184, .28);
	box-shadow: 0 18px 36px rgba(0, 80, 110, .1);
	transform: translateY(-2px);
}

.hs-om-discovery-card span {
	color: var(--color-main);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .04em;
}

.hs-om-discovery-card strong {
	font-size: 17px;
	font-weight: 900;
	line-height: 1.35;
}

.hs-om-discovery-card small {
	align-self: end;
	color: var(--color-text-sub);
	font-size: 12px;
	font-weight: 800;
}

.hs-om-decision {
	padding: clamp(26px, 4vw, 38px);
	border-radius: 30px;
	background: #f7fbfd;
}

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

.hs-om-decision-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 20px;
	border: 1px solid rgba(40, 87, 184, .12);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 14px 30px rgba(0, 80, 110, .07);
}

.hs-om-decision-card__number {
	display: inline-grid;
	width: 42px;
	height: 42px;
	margin-bottom: 14px;
	place-items: center;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--color-main), var(--color-accent));
	color: #fff;
	font-family: var(--font-en, inherit);
	font-size: 13px;
	font-weight: 900;
}

.article-single__content .hs-om-decision-card h3,
.hs-om-decision-card h3 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.5;
}

.hs-om-decision-card__body > p {
	margin: 0 0 14px;
	color: var(--color-text-sub);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.8;
}

.hs-om-decision-card__plan {
	display: grid;
	gap: 3px;
	margin: 14px 0 0;
	padding: 12px;
	border-radius: 16px;
	background: #f1fbfe;
}

.hs-om-decision-card__plan strong {
	font-size: 13px;
	font-weight: 900;
	line-height: 1.5;
}

.hs-om-decision-card__plan span {
	color: var(--color-main);
	font-size: 12px;
	font-weight: 900;
}

.hs-om-decision-card > a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: auto;
	border-radius: 999px;
	background: var(--color-main);
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
	margin-top: 15px;
}

.hs-om-plan-bridge {
	overflow: hidden;
	border-radius: 34px;
	background: linear-gradient(135deg, #063a63 0%, #2857b8 48%, #00bcd4 100%);
	box-shadow: 0 24px 60px rgba(0, 80, 110, .18);
	color: #fff;
}

.hs-om-plan-bridge .hs-om-eyebrow,
.hs-om-plan-bridge .hs-om-heading,
.hs-om-plan-bridge .hs-om-plan-bridge__lead,
.hs-om-plan-bridge h3,
.hs-om-plan-bridge .hs-om-plan-meta small,
.hs-om-plan-bridge .hs-om-plan-meta strong {
	color: #fff;
}

.hs-om-plan-bridge__main {
	display: grid;
	grid-template-columns: minmax(240px, 42%) minmax(0, 1fr);
	gap: clamp(22px, 4vw, 36px);
	align-items: center;
	padding: clamp(24px, 4vw, 42px);
}

.hs-om-plan-bridge__image {
	display: block;
	overflow: hidden;
	border-radius: 26px;
	background: rgba(255, 255, 255, .18);
}

.hs-om-plan-bridge__image img {
	display: block;
	width: 100%;
	height: clamp(220px, 28vw, 360px);
	object-fit: cover;
}

.article-single__content .hs-om-plan-bridge__body h3,
.hs-om-plan-bridge__body h3 {
	margin: 16px 0 14px;
	font-size: clamp(18px, 3vw, 22px);
	font-weight: 900;
	line-height: 1.45;
}

.hs-om-plan-bridge__lead {
	margin: 0;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.9;
}

.hs-om-plan-bridge .hs-om-plan-meta span,
.hs-om-plan-bridge .hs-om-plan-badges span {
	background: rgba(255, 255, 255, .16);
	color: #fff;
}

.hs-om-plan-bridge__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.hs-om-plan-bridge__actions .hs-om-btn--primary {
	background: #fff;
	color: var(--color-main)!important;
}

.hs-om-plan-bridge__actions .hs-om-btn--secondary {
	border-color: rgba(255, 255, 255, .45);
	background: rgba(255, 255, 255, .1);
	color: #fff;
}

.hs-om-plan-bridge__sub {
	padding: 0 clamp(24px, 4vw, 42px) clamp(24px, 4vw, 42px);
}

.hs-om-plan-bridge__sub > p {
	margin: 0 0 14px;
	color: rgba(255, 255, 255, .88);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .08em;
}

.hs-om-plan-bridge__sub > div {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.hs-om-plan-bridge__sub .hs-om-plan-card {
	box-shadow: none;
}

@media screen and (max-width: 900px) {
	.hs-om-article-grid,
	.hs-om-decision__grid,
	.hs-om-plan-bridge__sub > div {
		grid-template-columns: 1fr 1fr;
	}

	.hs-om-discovery__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hs-om-plan-bridge__main {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 640px) {
	.hs-om-article-grid,
	.hs-om-decision__grid,
	.hs-om-discovery__grid,
	.hs-om-plan-bridge__sub > div {
		grid-template-columns: 1fr;
	}

	.hs-om-discovery,
	.hs-om-decision,
	.hs-om-plan-bridge__main,
	.hs-om-plan-bridge__sub {
		padding: 20px;
	}

	.hs-om-plan-bridge {
		border-radius: 24px;
	}

	.hs-om-plan-bridge__image img {
		height: 220px;
	}

	.hs-om-plan-bridge__actions .hs-om-btn {
		width: 100%;
	}
}
