@charset "UTF-8";

/* =========================================================
   Ishigaki plan sales page
========================================================= */
.single-ir_plan {
	--plan-blue: #1558b0;
	--plan-blue-dark: #0b438d;
	--plan-blue-soft: #eaf4ff;
	--plan-cyan: #00a8cf;
	--plan-cyan-soft: #e9fbff;
	--plan-yellow: #f4cf00;
	--plan-orange: #f47b20;
	--plan-green: #159447;
	--plan-red: #d83f55;
	--plan-ink: #193044;
	--plan-text: #354658;
	--plan-muted: #6d7d8d;
	--plan-line: #d8e3ec;
	--plan-bg: #f5f9fc;
	--plan-shadow: 0 16px 42px rgba(20, 55, 89, 0.12);
	--plan-radius: 18px;
	--hs-plan-nav-height: 57px;
	--hs-fixed-header-height: 0px;
	--hs-plan-revealed-header-height: var(--hs-fixed-header-height, 0px);
	--hs-plan-header-motion: 260ms cubic-bezier(0.22, 1, 0.36, 1);
	--hs-admin-bar-height: 0px;
	background: #fff;
	color: var(--plan-text);
}

body.admin-bar.single-ir_plan {
	--hs-admin-bar-height: 32px;
}

.single-ir_plan #header.fixedHeader,
.single-ir_plan #sp-header.fixedHeader {
	top: var(--hs-admin-bar-height, 0px) !important;
	transform: translate3d(0, 0, 0);
	transition: transform var(--hs-plan-header-motion);
	backface-visibility: hidden;
	will-change: transform;
}

.single-ir_plan.is-plan-header-concealed #header.fixedHeader,
.single-ir_plan.is-plan-header-concealed #sp-header.fixedHeader {
	transform: translate3d(0, calc(-100% - 2px), 0);
	pointer-events: none;
	box-shadow: none;
}

.single-ir_plan #breadcrumb {
	padding: 8px 20px;
	background: #fff;
	border-bottom: 1px solid var(--plan-line);
}

.single-ir_plan #breadcrumb .cont {
	max-width: 1180px;
}

.single-ir_plan #breadcrumb li,
.single-ir_plan #breadcrumb a {
	font-size: 12px;
	line-height: 1.6;
}

.hs-plan-page,
.hs-plan-page * {
	box-sizing: border-box;
}

.hs-plan-page img {
	max-width: 100%;
	height: auto;
}

.hs-plan-page a {
	transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.hs-plan-page a:hover {
	opacity: 0.88;
}

.hs-plan-shell {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.hs-plan-narrow {
	max-width: 920px;
}

.hs-plan-eyebrow,
.hs-plan-section-heading > p,
.hs-plan-sidebar-card__label {
	margin: 0;
	color: var(--plan-blue);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.14em;
	line-height: 1.4;
	text-transform: uppercase;
}

/* =========================================================
   Hero
========================================================= */
.hs-plan-hero {
	position: relative;
	padding: 54px 0 64px;
	background:
		radial-gradient(circle at 5% 5%, rgba(0, 168, 207, 0.12), transparent 32%),
		linear-gradient(180deg, #fff 0%, #f7fbff 100%);
	overflow: hidden;
}

.hs-plan-hero::after {
	content: "";
	position: absolute;
	right: -130px;
	bottom: -180px;
	width: 420px;
	height: 420px;
	border: 70px solid rgba(21, 88, 176, 0.035);
	border-radius: 50%;
	pointer-events: none;
}

.hs-plan-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
	gap: 52px;
	align-items: center;
}

.hs-plan-gallery {
	min-width: 0;
}

.hs-plan-gallery__main {
	position: relative;
	aspect-ratio: 1.36 / 1;
	border-radius: 26px;
	background: #dce8f1;
	box-shadow: var(--plan-shadow);
	overflow: hidden;
}

.hs-plan-gallery__open {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: zoom-in;
}

.hs-plan-gallery__open::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(2, 30, 57, 0.35));
	pointer-events: none;
}

.hs-plan-gallery__open img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.hs-plan-gallery__open:hover img {
	transform: scale(1.025);
}

.hs-plan-gallery__zoom {
	position: absolute;
	right: 18px;
	bottom: 17px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 13px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--plan-ink);
	font-size: 12px;
	font-weight: 800;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
}

.hs-plan-gallery__zoom::before {
	content: "+";
	display: grid;
	place-items: center;
	width: 18px;
	height: 18px;
	border: 2px solid currentColor;
	border-radius: 50%;
	font-size: 13px;
	line-height: 1;
}

.hs-plan-gallery__thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-top: 12px;
}

.hs-plan-gallery__thumb {
	position: relative;
	aspect-ratio: 1.45 / 1;
	padding: 0;
	border: 3px solid transparent;
	border-radius: 10px;
	background: #e6eef5;
	overflow: hidden;
}

.hs-plan-gallery__thumb.is-active {
	border-color: var(--plan-blue);
}

.hs-plan-gallery__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hs-plan-hero__content {
	min-width: 0;
}

.hs-plan-title {
	margin: 12px 0 18px;
	color: var(--plan-ink);
	font-size: clamp(20px, 3vw, 24px);
	font-weight: 900;
	letter-spacing: 0.015em;
	line-height: 1.38;
}

.hs-plan-lead {
	margin: 0 0 18px;
	color: var(--plan-text);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.95;
}

.hs-plan-rating {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 15px;
	color: var(--plan-text);
	text-decoration: none;
}

.hs-plan-rating__stars,
.hs-plan-review-summary__score > span,
.hs-plan-review-card__stars {
	color: #efbf00;
	font-size: 17px;
	font-weight: 900;
	letter-spacing: 0.05em;
}

.hs-plan-rating strong {
	color: var(--plan-ink);
	font-size: 18px;
	font-weight: 900;
}

.hs-plan-rating small {
	color: var(--plan-muted);
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.hs-plan-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.hs-plan-tags li,
.hs-plan-tags a,
.hs-plan-tags span {
	display: inline-flex;
}

.hs-plan-tags a,
.hs-plan-tags span {
	align-items: center;
	padding: 6px 10px;
	border: 1px solid #a9c8e8;
	border-radius: 999px;
	background: #fff;
	color: var(--plan-blue);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

.hs-plan-offer {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin: 0 0 18px;
}

.hs-plan-price,
.hs-plan-next-slot {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	align-content: center;
	min-height: 92px;
	padding: 15px 17px;
	border: 1px solid var(--plan-line);
	border-radius: 14px;
	background: #fff;
}

.hs-plan-price > span,
.hs-plan-next-slot > span {
	width: 100%;
	margin-bottom: 4px;
	color: var(--plan-muted);
	font-size: 11px;
	font-weight: 800;
}

.hs-plan-price > strong {
	color: var(--plan-red);
	font-size: 31px;
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1;
}

.hs-plan-price > strong small {
	font-size: 17px;
}

.hs-plan-price > b {
	margin-left: 3px;
	color: var(--plan-red);
	font-size: 15px;
	font-weight: 900;
}

.hs-plan-price__ask {
	font-size: 18px !important;
	line-height: 1.4 !important;
}

.hs-plan-price__note {
	width: 100%;
	margin-top: 5px;
	color: var(--plan-muted);
	font-size: 10px;
	line-height: 1.4;
}

.hs-plan-next-slot {
	border-color: #b8d9c4;
	background: #f2fbf5;
}

.hs-plan-next-slot strong {
	width: 100%;
	color: #116c34;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.4;
}

.hs-plan-next-slot small {
	margin-top: 3px;
	color: #116c34;
	font-size: 11px;
	font-weight: 800;
}

.hs-plan-next-slot--empty {
	border-color: var(--plan-line);
	background: var(--plan-bg);
}

.hs-plan-next-slot--empty strong {
	color: var(--plan-muted);
	font-size: 13px;
}

.hs-plan-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-bottom: 20px;
}

.hs-plan-fact {
	display: grid;
	grid-template-columns: 30px 1fr;
	grid-template-rows: auto auto;
	column-gap: 9px;
	align-items: center;
	padding: 10px 12px;
	border-radius: 11px;
	background: rgba(234, 244, 255, 0.8);
}

.hs-plan-fact img {
	grid-row: 1 / 3;
	width: 25px;
	height: 25px;
	object-fit: contain;
}

.hs-plan-fact span {
	color: var(--plan-muted);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.3;
}

.hs-plan-fact strong {
	color: var(--plan-ink);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.45;
}

.hs-plan-primary-cta {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 70px;
	padding: 12px 50px 12px 24px;
	border-radius: 12px;
	background: linear-gradient(135deg, #1764c7, #0d4ea4);
	color: #fff;
	box-shadow: 0 11px 26px rgba(17, 82, 171, 0.26);
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

.hs-plan-primary-cta::before {
	content: "";
	position: absolute;
	top: -30%;
	left: -70%;
	width: 42%;
	height: 160%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
	transform: skewX(-24deg);
	animation: hs-plan-shine 3.5s ease-in-out infinite;
}

.hs-plan-primary-cta::after {
	content: "›";
	position: absolute;
	right: 22px;
	top: 50%;
	font-size: 32px;
	font-weight: 400;
	transform: translateY(-54%);
}

.hs-plan-primary-cta:hover {
	box-shadow: 0 14px 32px rgba(17, 82, 171, 0.36);
	transform: translateY(-2px);
}

.hs-plan-primary-cta > span {
	font-size: 18px;
	font-weight: 900;
	line-height: 1.4;
}

.hs-plan-primary-cta > small {
	margin-top: 3px;
	font-size: 11px;
	font-weight: 700;
	opacity: 0.88;
}

.hs-plan-cta-note {
	margin: 9px 0 0;
	color: var(--plan-muted);
	font-size: 11px;
	font-weight: 600;
	line-height: 1.55;
	text-align: center;
}

@keyframes hs-plan-shine {
	0%, 55% { left: -70%; }
	80%, 100% { left: 135%; }
}

/* =========================================================
   Trust strip and section navigation
========================================================= */
.hs-plan-trust {
	padding: 22px 0;
	border-top: 1px solid #d9e8f5;
	border-bottom: 1px solid #d9e8f5;
	background: #fff;
}

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

.hs-plan-trust__item {
	display: flex;
	align-items: center;
	gap: 11px;
	min-width: 0;
}

.hs-plan-trust__item > span {
	display: grid;
	place-items: center;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--plan-cyan-soft);
	color: var(--plan-cyan);
	font-size: 12px;
	font-weight: 900;
}

.hs-plan-trust__item strong {
	color: var(--plan-ink);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.55;
}

.hs-plan-section-nav-sentinel {
	display: block;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
	pointer-events: none;
	visibility: hidden;
}

.hs-plan-section-nav {
	position: sticky;
	top: calc(var(--hs-admin-bar-height, 0px) + var(--hs-plan-revealed-header-height, 0px));
	z-index: 80;
	border-bottom: 1px solid var(--plan-line);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 5px 18px rgba(31, 63, 92, 0.07);
	backdrop-filter: blur(12px);
	transition: top var(--hs-plan-header-motion), box-shadow 220ms ease;
	will-change: top;
}

.hs-plan-section-nav.is-plan-nav-docked {
	box-shadow: 0 7px 22px rgba(20, 55, 89, 0.13);
}

.hs-plan-section-nav .hs-plan-shell {
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.hs-plan-section-nav a {
	display: grid;
	place-items: center;
	min-width: 126px;
	min-height: 57px;
	padding: 10px 18px;
	border-left: 1px solid var(--plan-line);
	color: var(--plan-text);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
}

.hs-plan-section-nav a:last-child {
	border-right: 1px solid var(--plan-line);
}

.hs-plan-section-nav a.is-active {
	box-shadow: inset 0 -4px 0 var(--plan-cyan);
	color: var(--plan-blue);
}

.hs-plan-section-nav a.is-cta {
	min-width: 150px;
	border-color: var(--plan-blue);
	background: var(--plan-blue);
	color: #fff;
}

/* =========================================================
   Main layout and generic sections
========================================================= */
.hs-plan-content-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 310px;
	gap: 56px;
	align-items: stretch;
	padding-top: 72px;
	padding-bottom: 86px;
}

.hs-plan-main-column {
	min-width: 0;
	align-self: start;
}

.hs-plan-section {
	padding: 70px 0;
	border-top: 1px solid var(--plan-line);
	scroll-margin-top: calc(var(--hs-admin-bar-height, 0px) + var(--hs-plan-revealed-header-height, 0px) + var(--hs-plan-nav-height, 57px) + 18px);
}

.hs-plan-section--first {
	padding-top: 0;
	border-top: 0;
}

.hs-plan-section-heading {
	margin-bottom: 34px;
	text-align: center;
}

.hs-plan-section-heading h2 {
	margin: 8px 0 0;
	color: var(--plan-ink);
	font-size: clamp(25px, 3vw, 34px);
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.45;
}

.hs-plan-section-heading > span {
	display: block;
	max-width: 700px;
	margin: 14px auto 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
}

.hs-plan-highlight-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 32px;
}

.hs-plan-highlight {
	position: relative;
	min-height: 180px;
	padding: 26px 25px 24px;
	border: 1px solid #cfe1f1;
	border-radius: var(--plan-radius);
	background: linear-gradient(145deg, #fff, #f5fbff);
	overflow: hidden;
}

.hs-plan-highlight::after {
	content: "";
	position: absolute;
	right: -34px;
	bottom: -34px;
	width: 96px;
	height: 96px;
	border: 18px solid rgba(0, 168, 207, 0.07);
	border-radius: 50%;
}

.hs-plan-highlight > span {
	display: inline-block;
	margin-bottom: 13px;
	color: var(--plan-cyan);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.14em;
}

.hs-plan-highlight h3 {
	margin: 0 0 10px;
	color: var(--plan-ink);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.55;
}

.hs-plan-highlight p {
	position: relative;
	z-index: 1;
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.85;
}

.hs-plan-intro-card {
	padding: 30px;
	border-left: 5px solid var(--plan-cyan);
	border-radius: 0 14px 14px 0;
	background: var(--plan-cyan-soft);
}

.hs-plan-intro-card p {
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
}

/* Editor content */
.hs-plan-richtext {
	color: var(--plan-text);
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
}

.hs-plan-richtext > *:first-child {
	margin-top: 0;
}

.hs-plan-richtext > *:last-child {
	margin-bottom: 0;
}

.hs-plan-richtext p,
.hs-plan-richtext ul,
.hs-plan-richtext ol,
.hs-plan-richtext figure,
.hs-plan-richtext blockquote {
	margin: 0 0 24px;
}

.hs-plan-richtext h2 {
	position: relative;
	margin: 55px 0 24px;
	padding: 15px 18px 15px 21px;
	border: 0;
	border-left: 6px solid var(--plan-cyan);
	border-radius: 0 12px 12px 0;
	background: var(--plan-blue-soft);
	color: var(--plan-ink);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.55;
}

.hs-plan-richtext h3 {
	margin: 42px 0 18px;
	padding: 0 0 10px;
	border: 0;
	border-bottom: 3px solid var(--plan-blue);
	color: var(--plan-ink);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.55;
}

.hs-plan-richtext h3::before {
	content: none;
}

.hs-plan-richtext img {
	border-radius: 14px;
}

.hs-plan-richtext ul,
.hs-plan-richtext ol {
	padding-left: 1.4em;
}

.hs-plan-richtext ul li {
	list-style: disc;
}

.hs-plan-richtext ol li {
	list-style: decimal;
}

.hs-plan-richtext blockquote {
	padding: 22px 26px;
	border-left: 5px solid var(--plan-yellow);
	background: #fffbea;
}

.hs-plan-inline-cta {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px;
	align-items: center;
	margin-top: 36px;
	padding: 24px 26px;
	border-radius: 15px;
	background: linear-gradient(135deg, #0b4c9e, #176acb);
	color: #fff;
	box-shadow: 0 13px 30px rgba(16, 77, 157, 0.18);
}

.hs-plan-inline-cta > div {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.hs-plan-inline-cta strong {
	font-size: 16px;
	font-weight: 900;
}

.hs-plan-inline-cta span {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.6;
	opacity: 0.9;
}

.hs-plan-inline-cta > a {
	min-width: 190px;
	padding: 13px 18px;
	border-radius: 9px;
	background: #fff;
	color: var(--plan-blue);
	font-size: 13px;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
}

/* =========================================================
   Reviews
========================================================= */
.hs-plan-review-summary {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
	margin-bottom: 26px;
	padding: 22px 26px;
	border: 1px solid #f0df8e;
	border-radius: 16px;
	background: #fffdf4;
}

.hs-plan-review-summary__score {
	display: grid;
	grid-template-columns: auto auto;
	align-items: center;
	column-gap: 12px;
}

.hs-plan-review-summary__score > strong {
	grid-row: 1 / 3;
	color: var(--plan-ink);
	font-size: 46px;
	font-weight: 900;
	line-height: 1;
}

.hs-plan-review-summary__score > small {
	color: var(--plan-muted);
	font-size: 11px;
	font-weight: 700;
}

.hs-plan-review-summary > p {
	max-width: 360px;
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.75;
}

.hs-plan-review-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
}

.hs-plan-review-card {
	padding: 22px;
	border: 1px solid var(--plan-line);
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(28, 67, 103, 0.055);
}

.hs-plan-review-card__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 13px;
}

.hs-plan-review-card__head h3 {
	margin: 5px 0 0;
	color: var(--plan-ink);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.5;
}

.hs-plan-review-card__stars {
	font-size: 13px;
}

.hs-plan-review-card__verified {
	flex: 0 0 auto;
	padding: 5px 8px;
	border-radius: 999px;
	background: #eaf8ef;
	color: #168044;
	font-size: 9px;
	font-weight: 900;
}

.hs-plan-review-card > p {
	margin: 0;
	font-size: 13px;
	line-height: 1.85;
}

.hs-plan-review-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 12px;
	margin-top: 16px;
	padding-top: 12px;
	border-top: 1px solid #edf1f5;
	color: var(--plan-muted);
	font-size: 10px;
	font-weight: 700;
}

.hs-plan-review-cta {
	display: block;
	max-width: 420px;
	margin: 28px auto 0;
	padding: 15px 24px;
	border: 2px solid var(--plan-blue);
	border-radius: 10px;
	color: var(--plan-blue);
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
}

/* =========================================================
   Timeline and details
========================================================= */
.hs-plan-timeline {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hs-plan-timeline::before {
	content: "";
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 22px;
	width: 2px;
	background: #b9d7ee;
}

.hs-plan-timeline li {
	position: relative;
	display: grid;
	grid-template-columns: 46px 90px 1fr;
	gap: 15px;
	align-items: start;
	min-height: 74px;
	margin-bottom: 18px;
}

.hs-plan-timeline li:last-child {
	margin-bottom: 0;
}

.hs-plan-timeline__marker {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border: 5px solid #e8f4fc;
	border-radius: 50%;
	background: var(--plan-blue);
	color: #fff;
	font-size: 13px;
	font-weight: 900;
}

.hs-plan-timeline__time {
	padding-top: 11px;
	color: var(--plan-blue);
	font-size: 14px;
	font-weight: 900;
}

.hs-plan-timeline__content {
	padding: 11px 18px 16px;
	border-radius: 12px;
	background: var(--plan-bg);
}

.hs-plan-timeline__content h3 {
	margin: 0;
	color: var(--plan-ink);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.5;
}

.hs-plan-timeline__content p {
	margin: 6px 0 0;
	font-size: 12px;
	line-height: 1.75;
}

.hs-plan-detail-table {
	margin: 0;
	border-top: 1px solid var(--plan-line);
}

.hs-plan-detail-table > div {
	display: grid;
	grid-template-columns: 180px 1fr;
	border-bottom: 1px solid var(--plan-line);
}

.hs-plan-detail-table dt,
.hs-plan-detail-table dd {
	margin: 0;
	padding: 17px 20px;
	font-size: 13px;
	line-height: 1.75;
}

.hs-plan-detail-table dt {
	background: #eef6fc;
	color: var(--plan-ink);
	font-weight: 900;
}

.hs-plan-detail-table dd {
	font-weight: 500;
}

.hs-plan-check-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 13px;
	margin-top: 26px;
}

.hs-plan-check-card {
	padding: 20px 18px;
	border: 1px solid var(--plan-line);
	border-radius: 14px;
	background: #fff;
}

.hs-plan-check-card h3 {
	margin: 0 0 13px;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.5;
}

.hs-plan-check-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hs-plan-check-card li {
	position: relative;
	margin-top: 8px;
	padding-left: 18px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.7;
}

.hs-plan-check-card li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--plan-green);
	font-weight: 900;
}

.hs-plan-check-card--included {
	border-top: 4px solid var(--plan-green);
}

.hs-plan-check-card--bring {
	border-top: 4px solid var(--plan-yellow);
}

.hs-plan-check-card--notice {
	border-top: 4px solid var(--plan-red);
}

.hs-plan-check-card--notice li::before {
	content: "!";
	color: var(--plan-red);
}

.hs-plan-meeting {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	margin-top: 28px;
	border: 1px solid var(--plan-line);
	border-radius: 16px;
	overflow: hidden;
}

.hs-plan-meeting__content {
	padding: 28px;
	background: #f4faff;
}

.hs-plan-meeting__content > p {
	margin: 0 0 8px;
	color: var(--plan-cyan);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.hs-plan-meeting__content h3 {
	margin: 0 0 14px;
	color: var(--plan-ink);
	font-size: 19px;
	font-weight: 900;
}

.hs-plan-meeting__content > div {
	font-size: 13px;
	line-height: 1.8;
}

.hs-plan-meeting__content small {
	display: block;
	margin-top: 11px;
	color: var(--plan-muted);
	font-size: 10px;
}

.hs-plan-meeting__content a {
	display: inline-flex;
	margin-top: 16px;
	padding: 10px 15px;
	border-radius: 8px;
	background: var(--plan-blue);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
	text-decoration: none;
}

.hs-plan-meeting__map {
	min-height: 285px;
	background: #dce7ee;
}

.hs-plan-meeting__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 285px;
	border: 0;
}

.hs-plan-policy {
	margin-top: 22px;
	border: 1px solid var(--plan-line);
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}

.hs-plan-policy summary {
	position: relative;
	padding: 17px 48px 17px 20px;
	color: var(--plan-ink);
	font-size: 13px;
	font-weight: 900;
	cursor: pointer;
	list-style: none;
}

.hs-plan-policy summary::-webkit-details-marker {
	display: none;
}

.hs-plan-policy summary::after {
	content: "+";
	position: absolute;
	right: 20px;
	top: 50%;
	font-size: 22px;
	transform: translateY(-52%);
}

.hs-plan-policy[open] summary::after {
	content: "−";
}

.hs-plan-policy > div {
	padding: 0 20px 17px;
	font-size: 12px;
	line-height: 1.85;
}

.hs-plan-policy > a {
	display: inline-block;
	margin: 0 20px 20px;
	color: var(--plan-blue);
	font-size: 11px;
	font-weight: 800;
}

/* =========================================================
   Sticky desktop sidebar
========================================================= */
.hs-plan-sidebar {
	position: relative;
	align-self: stretch;
	min-height: 100%;
}

.hs-plan-sidebar-card {
	position: sticky;
	top: calc(var(--hs-admin-bar-height, 0px) + var(--hs-plan-revealed-header-height, 0px) + var(--hs-plan-nav-height, 57px) + 18px);
	padding: 25px 23px 22px;
	transition: top var(--hs-plan-header-motion);
	border: 1px solid #c9ddeb;
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--plan-shadow);
}


.hs-plan-sidebar-card h2 {
	margin: 7px 0 17px;
	color: var(--plan-ink);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.5;
}

.hs-plan-sidebar-card__price {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
	padding: 13px 0;
	border-top: 1px solid var(--plan-line);
	border-bottom: 1px solid var(--plan-line);
}

.hs-plan-sidebar-card__price span {
	font-size: 10px;
	font-weight: 700;
}

.hs-plan-sidebar-card__price strong {
	color: var(--plan-red);
	font-size: 24px;
	font-weight: 900;
}

.hs-plan-sidebar-card__next {
	margin-top: 13px;
	padding: 12px 13px;
	border-radius: 10px;
	background: #effaf2;
}

.hs-plan-sidebar-card__next span,
.hs-plan-sidebar-card__next strong,
.hs-plan-sidebar-card__next small {
	display: block;
}

.hs-plan-sidebar-card__next span {
	color: #227044;
	font-size: 9px;
	font-weight: 800;
}

.hs-plan-sidebar-card__next strong {
	margin-top: 3px;
	color: #126735;
	font-size: 14px;
	font-weight: 900;
}

.hs-plan-sidebar-card__next small {
	margin-top: 2px;
	color: #227044;
	font-size: 10px;
	font-weight: 700;
}

.hs-plan-sidebar-card > a {
	display: block;
	margin-top: 15px;
	padding: 15px 14px;
	border-radius: 9px;
	background: var(--plan-blue);
	color: #fff;
	box-shadow: 0 8px 18px rgba(20, 82, 168, 0.21);
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
}

.hs-plan-sidebar-card > ul {
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.hs-plan-sidebar-card > ul li {
	position: relative;
	margin-top: 7px;
	padding-left: 18px;
	color: var(--plan-muted);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.55;
}

.hs-plan-sidebar-card > ul li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--plan-green);
	font-weight: 900;
}

/* =========================================================
   Embedded booking
========================================================= */
.hs-plan-booking {
	position: relative;
	padding: 88px 0 96px;
	background:
		linear-gradient(180deg, rgba(12, 72, 148, 0.97), rgba(7, 51, 109, 0.99)),
		url("/img/main.jpg") center / cover no-repeat;
	scroll-margin-top: calc(var(--hs-admin-bar-height, 0px) + var(--hs-plan-revealed-header-height, 0px) + var(--hs-plan-nav-height, 57px) + 12px);
}

.hs-plan-section-heading--light > p,
.hs-plan-section-heading--light h2,
.hs-plan-section-heading--light > span {
	color: #fff;
}

.hs-plan-section-heading--light > span {
	opacity: 0.9;
}

.hs-plan-booking__panel {
	max-width: 980px;
	margin: 0 auto;
	padding: 10px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.16);
	box-shadow: 0 24px 58px rgba(0, 0, 0, 0.2);
}

.hs-plan-booking .ir-booking {
	max-width: none;
	margin: 0;
	padding: 34px;
	border-radius: 18px;
	background: #fff;
	box-shadow: none;
}

.hs-plan-booking .ir-booking__head {
	display: none;
}

.hs-plan-booking .ir-booking__form {
	gap: 20px;
}

.hs-plan-booking .ir-booking__section {
	border-radius: 14px;
	background: #f8fbfe;
}

.hs-plan-booking .ir-booking__submit {
	min-height: 64px;
	border-radius: 10px;
	background: linear-gradient(135deg, #1764c7, #0d4ea4);
	font-size: 17px;
	font-weight: 900;
	box-shadow: 0 10px 24px rgba(18, 83, 173, 0.22);
}

.hs-plan-booking .ir-booking__agree a {
	color: var(--plan-blue);
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.hs-plan-booking .ir-calendar__day {
	min-height: 76px;
}

/* =========================================================
   FAQ
========================================================= */
.hs-plan-faq-section {
	padding: 90px 0;
	border: 0;
	background: #f5f9fc;
}

.hs-plan-faq-list {
	display: grid;
	gap: 10px;
}

.hs-plan-faq-list details {
	border: 1px solid var(--plan-line);
	border-radius: 13px;
	background: #fff;
	overflow: hidden;
}

.hs-plan-faq-list summary {
	position: relative;
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 18px 52px 18px 20px;
	color: var(--plan-ink);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.6;
	cursor: pointer;
	list-style: none;
}

.hs-plan-faq-list summary::-webkit-details-marker {
	display: none;
}

.hs-plan-faq-list summary::after {
	content: "+";
	position: absolute;
	right: 21px;
	top: 50%;
	color: var(--plan-blue);
	font-size: 24px;
	font-weight: 500;
	transform: translateY(-52%);
}

.hs-plan-faq-list details[open] summary::after {
	content: "−";
}

.hs-plan-faq-list summary > span,
.hs-plan-faq-list details > div > span {
	display: grid;
	place-items: center;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--plan-blue);
	color: #fff;
	font-size: 13px;
	font-weight: 900;
}

.hs-plan-faq-list details > div {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	padding: 0 20px 20px;
}

.hs-plan-faq-list details > div > span {
	background: var(--plan-cyan);
}

.hs-plan-faq-list details > div p {
	margin: 4px 0 0;
	font-size: 13px;
	line-height: 1.85;
}

/* =========================================================
   Related plans and articles
========================================================= */
.hs-plan-related {
	padding: 86px 0 92px;
}

.hs-plan-related--plans {
	background: #fff;
}

.hs-plan-related--articles {
	background: #eef6ff;
}

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

.hs-plan-related-card,
.hs-plan-article-card {
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 10px 27px rgba(31, 66, 99, 0.1);
	overflow: hidden;
}

.hs-plan-related-card > a,
.hs-plan-article-card > a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.hs-plan-related-card__image,
.hs-plan-article-card__image {
	aspect-ratio: 1.48 / 1;
	background: #dce6ee;
	overflow: hidden;
}

.hs-plan-related-card__image img,
.hs-plan-article-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.hs-plan-related-card:hover img,
.hs-plan-article-card:hover img {
	transform: scale(1.035);
}

.hs-plan-related-card__body,
.hs-plan-article-card__body {
	padding: 18px 18px 20px;
}

.hs-plan-related-card__body h3,
.hs-plan-article-card__body h3 {
	margin: 0;
	color: var(--plan-ink);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.6;
}

.hs-plan-related-card__body strong {
	display: block;
	margin-top: 12px;
	color: var(--plan-red);
	font-size: 18px;
	font-weight: 900;
}

.hs-plan-related-card__body > span {
	display: block;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid var(--plan-line);
	color: var(--plan-blue);
	font-size: 11px;
	font-weight: 900;
	text-align: right;
}

.hs-plan-article-card__body > span {
	display: inline-block;
	margin-bottom: 9px;
	padding: 5px 8px;
	border-radius: 4px;
	background: var(--plan-cyan);
	color: #fff;
	font-size: 9px;
	font-weight: 900;
}

.hs-plan-article-card__body time {
	display: block;
	margin-top: 13px;
	color: var(--plan-muted);
	font-size: 10px;
	text-align: right;
}

.hs-plan-related__more {
	margin-top: 32px;
	text-align: center;
}

.hs-plan-related__more a {
	display: inline-block;
	min-width: 240px;
	padding: 14px 22px;
	border: 2px solid var(--plan-blue);
	border-radius: 9px;
	color: var(--plan-blue);
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

/* =========================================================
   Lightbox
========================================================= */
.hs-plan-lightbox[hidden] {
	display: none;
}

.hs-plan-lightbox {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: grid;
	place-items: center;
	padding: 28px;
}

.hs-plan-lightbox__backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: rgba(3, 15, 27, 0.9);
}

.hs-plan-lightbox__dialog {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: min(1100px, 100%);
	height: min(82vh, 780px);
}

.hs-plan-lightbox__dialog > img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	border-radius: 10px;
	object-fit: contain;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
}

.hs-plan-lightbox__close,
.hs-plan-lightbox__prev,
.hs-plan-lightbox__next {
	position: absolute;
	z-index: 2;
	display: grid;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: #102338;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
}

.hs-plan-lightbox__close {
	top: -12px;
	right: -12px;
	width: 45px;
	height: 45px;
	font-size: 30px;
}

.hs-plan-lightbox__prev,
.hs-plan-lightbox__next {
	top: 50%;
	width: 48px;
	height: 48px;
	font-size: 38px;
	transform: translateY(-50%);
}

.hs-plan-lightbox__prev { left: 10px; }
.hs-plan-lightbox__next { right: 10px; }

.hs-plan-lightbox__dialog > span {
	position: absolute;
	bottom: -33px;
	left: 50%;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	transform: translateX(-50%);
}

body.is-plan-lightbox-open {
	overflow: hidden;
}

/* =========================================================
   Mobile fixed CTA
========================================================= */
.hs-plan-mobile-cta {
	display: none;
}

/* =========================================================
   Tablet
========================================================= */
@media (max-width: 1023px) {
	.hs-plan-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
		gap: 32px;
	}

	.hs-plan-content-layout {
		grid-template-columns: minmax(0, 1fr) 270px;
		gap: 32px;
	}

	.hs-plan-section-nav a {
		min-width: 105px;
		padding-inline: 12px;
	}

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

/* =========================================================
   Mobile
========================================================= */
@media (max-width: 782px) {
	body.admin-bar.single-ir_plan {
		--hs-admin-bar-height: 46px;
	}
}

@media (max-width: 767px) {
	.single-ir_plan {
		padding-bottom: 76px;
	}

	.single-ir_plan #breadcrumb {
		padding: 6px 12px;
	}

	.single-ir_plan #breadcrumb .cont {
		padding-inline: 0;
	}

	.hs-plan-shell {
		width: min(100% - 28px, 680px);
	}

	.hs-plan-hero {
		padding: 16px 0 30px;
	}

	.hs-plan-hero::after {
		display: none;
	}

	.hs-plan-hero__grid {
		display: flex;
		flex-direction: column;
		gap: 24px;
		align-items: stretch;
	}

	.hs-plan-gallery__main {
		aspect-ratio: 1.38 / 1;
		border-radius: 16px;
	}

	.hs-plan-gallery__zoom {
		right: 10px;
		bottom: 10px;
		padding: 7px 9px;
		font-size: 10px;
	}

	.hs-plan-gallery__thumbs {
		gap: 6px;
		margin-top: 7px;
	}

	.hs-plan-gallery__thumb {
		border-width: 2px;
		border-radius: 7px;
	}

	.hs-plan-title {
		margin-top: 8px;
		margin-bottom: 12px;
		font-size: 25px;
		line-height: 1.45;
	}

	.hs-plan-lead {
		margin-bottom: 13px;
		font-size: 13px;
		line-height: 1.85;
	}

	.hs-plan-rating {
		margin-bottom: 12px;
	}

	.hs-plan-tags {
		margin-bottom: 14px;
	}

	.hs-plan-offer {
		grid-template-columns: 1fr 1fr;
		gap: 7px;
		margin-bottom: 12px;
	}

	.hs-plan-price,
	.hs-plan-next-slot {
		min-height: 78px;
		padding: 11px 12px;
		border-radius: 10px;
	}

	.hs-plan-price > strong {
		font-size: 25px;
	}

	.hs-plan-next-slot strong {
		font-size: 12px;
	}

	.hs-plan-facts {
		gap: 6px;
		margin-bottom: 14px;
	}

	.hs-plan-fact {
		grid-template-columns: 24px 1fr;
		padding: 8px 9px;
	}

	.hs-plan-fact img {
		width: 21px;
		height: 21px;
	}

	.hs-plan-fact strong {
		font-size: 10px;
	}

	.hs-plan-primary-cta {
		min-height: 62px;
		border-radius: 9px;
	}

	.hs-plan-primary-cta > span {
		font-size: 16px;
	}

	.hs-plan-trust {
		padding: 14px 0;
	}

	.hs-plan-trust__grid {
		display: grid;
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.hs-plan-trust__item > span {
		flex-basis: 24px;
		width: 24px;
		height: 24px;
		font-size: 10px;
	}

	.hs-plan-trust__item strong {
		font-size: 10px;
	}

	.hs-plan-section-nav {
		top: calc(var(--hs-admin-bar-height, 0px) + var(--hs-plan-revealed-header-height, 0px));
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}


	.hs-plan-section-nav .hs-plan-shell {
		justify-content: flex-start;
		width: max-content;
		min-width: 100%;
	}

	.hs-plan-section-nav a {
		min-width: 92px;
		min-height: 48px;
		padding: 8px 11px;
		font-size: 10px;
	}

	.hs-plan-section-nav a.is-cta {
		min-width: 96px;
	}

	.hs-plan-content-layout {
		display: block;
		padding-top: 42px;
		padding-bottom: 48px;
	}

	.hs-plan-sidebar {
		display: none;
	}

	.hs-plan-section {
		padding: 46px 0;
		scroll-margin-top: calc(var(--hs-admin-bar-height, 0px) + var(--hs-plan-revealed-header-height, 0px) + var(--hs-plan-nav-height, 48px) + 12px);
	}

	.hs-plan-section--first {
		padding-top: 0;
	}

	.hs-plan-section-heading {
		margin-bottom: 24px;
	}

	.hs-plan-section-heading > p {
		font-size: 10px;
	}

	.hs-plan-section-heading h2 {
		font-size: 23px;
	}

	.hs-plan-section-heading > span {
		margin-top: 10px;
		font-size: 12px;
		line-height: 1.75;
	}

	.hs-plan-highlight-grid {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-bottom: 22px;
	}

	.hs-plan-highlight {
		min-height: 0;
		padding: 20px 18px;
		border-radius: 13px;
	}

	.hs-plan-highlight h3 {
		font-size: 16px;
	}

	.hs-plan-highlight p {
		font-size: 12px;
	}

	.hs-plan-richtext {
		font-size: 13px;
		line-height: 1.95;
	}

	.hs-plan-richtext h2 {
		margin-top: 42px;
		padding: 12px 13px;
		font-size: 19px;
	}

	.hs-plan-richtext h3 {
		margin-top: 32px;
		font-size: 17px;
	}

	.hs-plan-inline-cta {
		grid-template-columns: 1fr;
		gap: 15px;
		padding: 20px;
		border-radius: 12px;
	}

	.hs-plan-inline-cta > a {
		min-width: 0;
	}

	.hs-plan-review-summary {
		align-items: flex-start;
		gap: 14px;
		padding: 17px;
	}

	.hs-plan-review-summary__score > strong {
		font-size: 38px;
	}

	.hs-plan-review-summary > p {
		font-size: 11px;
	}

	.hs-plan-review-list {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.hs-plan-review-card {
		padding: 18px;
	}

	.hs-plan-timeline li {
		grid-template-columns: 38px 61px 1fr;
		gap: 9px;
	}

	.hs-plan-timeline::before {
		left: 18px;
	}

	.hs-plan-timeline__marker {
		width: 38px;
		height: 38px;
		border-width: 4px;
	}

	.hs-plan-timeline__time {
		padding-top: 8px;
		font-size: 11px;
	}

	.hs-plan-timeline__content {
		padding: 9px 11px 12px;
	}

	.hs-plan-timeline__content h3 {
		font-size: 12px;
	}

	.hs-plan-detail-table > div {
		grid-template-columns: 108px 1fr;
	}

	.hs-plan-detail-table dt,
	.hs-plan-detail-table dd {
		padding: 13px 12px;
		font-size: 11px;
	}

	.hs-plan-check-grid {
		gap: 9px;
	}

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

	.hs-plan-meeting__content {
		padding: 22px 18px;
	}

	.hs-plan-meeting__map,
	.hs-plan-meeting__map iframe {
		min-height: 230px;
	}

	.hs-plan-booking {
		padding: 58px 0 62px;
		scroll-margin-top: calc(var(--hs-admin-bar-height, 0px) + var(--hs-plan-revealed-header-height, 0px) + var(--hs-plan-nav-height, 48px) + 8px);
	}

	.hs-plan-booking__panel, .hs-plan-booking .ir-booking { 
		padding: 0;
		border-radius: 0;
		border: none;
		background-color: transparent;
	}

	.hs-plan-booking .ir-booking__section {
		padding: 16px 12px;
	}

	.hs-plan-booking .ir-calendar__day {
		min-height: 60px;
		padding-inline: 2px;
	}

	.hs-plan-booking .ir-calendar__date-num {
		font-size: 11px;
	}

	.hs-plan-booking .ir-calendar__remain-text,
	.hs-plan-booking .ir-calendar__price-text,
	.hs-plan-booking .ir-calendar__closed-text {
		font-size: 7px;
	}

	.hs-plan-booking .ir-booking__grid {
		grid-template-columns: 1fr;
	}

	.hs-plan-booking .ir-booking__summary {
		padding: 16px;
	}

	.hs-plan-booking .ir-booking__submit {
		min-height: 58px;
		font-size: 14px;
	}

	.hs-plan-faq-section,
	.hs-plan-related {
		padding: 58px 0 62px;
	}

	.hs-plan-faq-list summary {
		padding: 15px 43px 15px 13px;
		font-size: 12px;
	}

	.hs-plan-faq-list summary > span,
	.hs-plan-faq-list details > div > span {
		flex-basis: 25px;
		width: 25px;
		height: 25px;
		font-size: 11px;
	}

	.hs-plan-faq-list details > div {
		padding: 0 13px 16px;
	}

	.hs-plan-faq-list details > div p {
		font-size: 11px;
	}

	.hs-plan-related-grid,
	.hs-plan-article-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.hs-plan-related-card > a,
	.hs-plan-article-card > a {
		display: grid;
		grid-template-columns: 42% 1fr;
		height: 100%;
	}

	.hs-plan-related-card__image,
	.hs-plan-article-card__image {
		aspect-ratio: auto;
		min-height: 145px;
	}

	.hs-plan-related-card__body,
	.hs-plan-article-card__body {
		padding: 14px;
	}

	.hs-plan-related-card__body h3,
	.hs-plan-article-card__body h3 {
		font-size: 12px;
	}

	.hs-plan-mobile-cta {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 9990;
		display: grid;
		grid-template-columns: auto minmax(0, 1fr);
		gap: 10px;
		align-items: center;
		padding: 9px max(12px, env(safe-area-inset-right)) calc(9px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
		border-top: 1px solid #cad8e5;
		background: rgba(255, 255, 255, 0.97);
		box-shadow: 0 -8px 24px rgba(17, 48, 77, 0.15);
		transition: transform 0.25s ease, opacity 0.25s ease;
		backdrop-filter: blur(10px);
	}

	.hs-plan-mobile-cta.is-hidden {
		opacity: 0;
		transform: translateY(110%);
		pointer-events: none;
	}

	.hs-plan-mobile-cta > div {
		min-width: 78px;
	}

	.hs-plan-mobile-cta > div span,
	.hs-plan-mobile-cta > div strong {
		display: block;
	}

	.hs-plan-mobile-cta > div span {
		font-size: 8px;
		font-weight: 700;
	}

	.hs-plan-mobile-cta > div strong {
		color: var(--plan-red);
		font-size: 15px;
		font-weight: 900;
	}

	.hs-plan-mobile-cta > a {
		display: grid;
		place-items: center;
		min-height: 46px;
		padding: 9px 12px;
		border-radius: 8px;
		background: var(--plan-blue);
		color: #fff;
		font-size: 12px;
		font-weight: 900;
		line-height: 1.3;
		text-align: center;
		text-decoration: none;
	}

	.hs-plan-lightbox {
		padding: 16px;
	}

	.hs-plan-lightbox__prev,
	.hs-plan-lightbox__next {
		width: 40px;
		height: 40px;
		font-size: 30px;
	}

	.hs-plan-lightbox__close {
		top: 0;
		right: 0;
	}
}

@media (max-width: 380px) {
	.hs-plan-offer {
		grid-template-columns: 1fr;
	}

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

	.hs-plan-review-summary {
		flex-direction: column;
	}

	.hs-plan-timeline li {
		grid-template-columns: 34px 1fr;
	}

	.hs-plan-timeline::before {
		left: 16px;
	}

	.hs-plan-timeline__marker {
		width: 34px;
		height: 34px;
	}

	.hs-plan-timeline__time {
		grid-column: 2;
		padding-top: 2px;
	}

	.hs-plan-timeline__content {
		grid-column: 2;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hs-plan-page *,
	.hs-plan-page *::before,
	.hs-plan-page *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/* =========================================================
   STEP03: visual conversion reel
========================================================= */
.hs-plan-visual-reel {
	position: relative;
	padding: 52px 0 48px;
	background:
		radial-gradient(circle at 10% 0%, rgba(0, 198, 225, 0.23), transparent 34%),
		linear-gradient(135deg, #071d34 0%, #0b3760 58%, #075a78 100%);
	color: #fff;
	overflow: hidden;
}

.hs-plan-visual-reel::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 32px 32px;
	pointer-events: none;
}

.hs-plan-visual-reel__heading {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 38px;
	margin-bottom: 28px;
}

.hs-plan-visual-reel__heading p {
	margin: 0 0 7px;
	color: #72e1f0;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.18em;
}

.hs-plan-visual-reel__heading h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(23px, 3vw, 36px);
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0.04em;
}

.hs-plan-visual-reel__heading > span {
	max-width: 420px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.8;
	text-align: right;
}

.hs-plan-visual-reel__viewport {
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.hs-plan-visual-reel__track {
	display: flex;
	width: max-content;
	animation: hs-plan-reel 46s linear infinite;
	will-change: transform;
}

.hs-plan-visual-reel__viewport:hover .hs-plan-visual-reel__track,
.hs-plan-visual-reel__viewport:focus-within .hs-plan-visual-reel__track {
	animation-play-state: paused;
}

.hs-plan-visual-reel__group {
	display: flex;
	gap: 16px;
	padding-right: 16px;
}

.hs-plan-visual-reel__item {
	position: relative;
	flex: 0 0 clamp(250px, 24vw, 380px);
	aspect-ratio: 1.45 / 1;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	background: #12334e;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
	overflow: hidden;
	transform: translateZ(0);
}

.hs-plan-visual-reel__item:nth-child(even) {
	aspect-ratio: 1.18 / 1;
}

.hs-plan-visual-reel__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease, filter 0.5s ease;
}

.hs-plan-visual-reel__item:hover img,
.hs-plan-visual-reel__item:focus-visible img {
	filter: saturate(1.08) contrast(1.03);
	transform: scale(1.045);
}

.hs-plan-visual-reel__item:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

@keyframes hs-plan-reel {
	to { transform: translateX(-50%); }
}

/* =========================================================
   STEP03: structured mini-LP feature blocks
========================================================= */
.hs-plan-feature-stack {
	display: grid;
	gap: 46px;
}

.hs-plan-feature {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
	min-height: 430px;
	border: 1px solid #d4e4ef;
	border-radius: 26px;
	background: #fff;
	box-shadow: 0 20px 52px rgba(18, 57, 90, 0.12);
	overflow: hidden;
	isolation: isolate;
}

.hs-plan-feature::after {
	content: "";
	position: absolute;
	right: -100px;
	bottom: -130px;
	z-index: -1;
	width: 280px;
	height: 280px;
	border: 55px solid rgba(0, 168, 207, 0.045);
	border-radius: 50%;
}

.hs-plan-feature--image-right {
	grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
}

.hs-plan-feature--image-right .hs-plan-feature__visual {
	order: 2;
}

.hs-plan-feature--image-right .hs-plan-feature__content {
	order: 1;
}

.hs-plan-feature--wide {
	grid-template-columns: 1fr;
}

.hs-plan-feature--wide .hs-plan-feature__visual {
	min-height: 390px;
	aspect-ratio: 16 / 7;
}

.hs-plan-feature--wide .hs-plan-feature__content {
	max-width: 900px;
	margin-inline: auto;
	padding-block: 20;
	text-align: center;
}

.hs-plan-feature--wide .hs-plan-feature__meta {
	justify-content: center;
}

.hs-plan-feature--wide .hs-plan-feature__benefits {
	justify-content: center;
}

.hs-plan-feature__visual {
	position: relative;
	min-height: 100%;
	margin: 0;
	background: #dceaf3;
	overflow: hidden;
}

.hs-plan-feature__visual::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 52%, rgba(4, 24, 40, 0.28));
	pointer-events: none;
}

.hs-plan-feature__visual img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 430px;
	object-fit: cover;
	transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hs-plan-feature:hover .hs-plan-feature__visual img {
	transform: scale(1.025);
}

.hs-plan-feature__visual > span {
	position: absolute;
	right: 22px;
	bottom: 16px;
	z-index: 1;
	color: rgba(255, 255, 255, 0.92);
	font-size: clamp(44px, 6vw, 76px);
	font-weight: 900;
	letter-spacing: -0.05em;
	line-height: 1;
	text-shadow: 0 4px 18px rgba(0, 0, 0, 0.24);
}

.hs-plan-feature__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
}

.hs-plan-feature__meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.hs-plan-feature__meta > p {
	margin: 0;
	color: var(--plan-cyan);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.17em;
	line-height: 1.5;
}

.hs-plan-feature__icon {
	display: grid;
	place-items: center;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	border-radius: 16px;
	background: linear-gradient(135deg, var(--plan-blue), var(--plan-cyan));
	color: #fff;
	box-shadow: 0 10px 24px rgba(0, 133, 185, 0.22);
}

.hs-plan-feature__icon svg {
	width: 25px;
	height: 25px;
}

.hs-plan-feature__content h3 {
	margin: 0;
	color: var(--plan-ink);
	font-size: clamp(20px, 2.5vw, 24px);
	font-weight: 900;
	letter-spacing: 0.025em;
	line-height: 1.5;
}

.hs-plan-feature__lead {
	display: block;
	margin-top: 17px;
	color: var(--plan-blue-dark);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.85;
}

.hs-plan-feature__body {
	margin: 16px 0 0;
	color: var(--plan-text);
	font-size: 13px;
	font-weight: 500;
	line-height: 2;
}

.hs-plan-feature__benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.hs-plan-feature__benefits li {
	position: relative;
	padding: 8px 11px 8px 29px;
	border: 1px solid #cbe5ef;
	border-radius: 999px;
	background: #f3fcff;
	color: #255369;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.4;
}

.hs-plan-feature__benefits li::before {
	content: "✓";
	position: absolute;
	left: 11px;
	top: 50%;
	color: var(--plan-green);
	font-weight: 900;
	transform: translateY(-50%);
}

.hs-plan-story-more {
	margin-top: 28px;
	border: 1px solid var(--plan-line);
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
}

.hs-plan-story-more summary {
	position: relative;
	padding: 18px 54px 18px 20px;
	color: var(--plan-blue-dark);
	font-size: 13px;
	font-weight: 900;
	cursor: pointer;
	list-style: none;
}

.hs-plan-story-more summary::-webkit-details-marker {
	display: none;
}

.hs-plan-story-more summary::after {
	content: "+";
	position: absolute;
	right: 20px;
	top: 50%;
	font-size: 24px;
	transform: translateY(-52%);
}

.hs-plan-story-more[open] summary::after {
	content: "−";
}

.hs-plan-story-more .hs-plan-richtext {
	padding: 0 22px 24px;
}

/* =========================================================
   STEP03: booking reassurance steps
========================================================= */
.hs-plan-booking-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	max-width: 900px;
	margin: 0 auto 24px;
	padding: 0;
	list-style: none;
}

.hs-plan-booking-steps li {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	backdrop-filter: blur(8px);
}

.hs-plan-booking-steps li > span {
	display: grid;
	place-items: center;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	color: var(--plan-blue);
	font-size: 13px;
	font-weight: 900;
}

.hs-plan-booking-steps strong,
.hs-plan-booking-steps small {
	display: block;
}

.hs-plan-booking-steps strong {
	font-size: 11px;
	font-weight: 900;
}

.hs-plan-booking-steps small {
	margin-top: 3px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 9px;
	font-weight: 600;
}

/* =========================================================
   STEP03: recommendation confidence labels
========================================================= */
.hs-plan-related--recommended {
	background: #fff;
}

.hs-plan-related--area {
	background: linear-gradient(180deg, #f4fbff, #edf7fc);
}

.hs-plan-related-card__image > span {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 1;
	padding: 6px 9px;
	border-radius: 999px;
	background: rgba(21, 148, 71, 0.94);
	color: #fff;
	font-size: 9px;
	font-weight: 900;
	box-shadow: 0 5px 14px rgba(8, 55, 28, 0.18);
}

.hs-plan-related-card__reasons {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 10px;
}

.hs-plan-related-card__reasons span {
	display: inline-flex;
	align-items: center;
	padding: 5px 7px;
	border: 1px solid #bdddea;
	border-radius: 999px;
	background: #f1fbff;
	color: #17617c;
	font-size: 8px;
	font-weight: 900;
	line-height: 1.2;
}

.hs-plan-related-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
	margin: 11px 0 0;
	color: var(--plan-muted);
	font-size: 9px;
	font-weight: 700;
	line-height: 1.5;
}

.hs-plan-related-card__meta span:first-child {
	color: #b67d00;
}

.hs-plan-related-card__link-label {
	display: block;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid var(--plan-line);
	color: var(--plan-blue);
	font-size: 11px;
	font-weight: 900;
	text-align: right;
}

.hs-plan-article-card__body > small {
	display: block;
	margin-top: 10px;
	color: var(--plan-blue);
	font-size: 9px;
	font-weight: 800;
	line-height: 1.5;
}

/* Sticky containment: the sidebar's containing grid item must span the main column. */
@media (min-width: 768px) {
	.hs-plan-content-layout {
		align-items: stretch;
	}

	.hs-plan-sidebar {
		align-self: stretch;
	}
}

@media (max-width: 767px) {
	.hs-plan-visual-reel {
		padding: 38px 0 36px;
	}

	.hs-plan-visual-reel__heading {
		display: block;
		margin-bottom: 20px;
	}

	.hs-plan-visual-reel__heading h2 {
		font-size: 22px;
	}

	.hs-plan-visual-reel__heading > span {
		display: block;
		margin-top: 9px;
		font-size: 11px;
		line-height: 1.7;
		text-align: left;
	}

	.hs-plan-visual-reel__viewport {
		-webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
		mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
	}

	.hs-plan-visual-reel__track {
		animation-duration: 34s;
	}

	.hs-plan-visual-reel__group {
		gap: 10px;
		padding-right: 10px;
	}

	.hs-plan-visual-reel__item {
		flex-basis: 220px;
		border-radius: 14px;
	}

	.hs-plan-feature-stack {
		gap: 24px;
	}

	.hs-plan-feature,
	.hs-plan-feature--image-right,
	.hs-plan-feature--wide {
		grid-template-columns: 1fr;
		min-height: 0;
		border-radius: 18px;
	}

	.hs-plan-feature--image-right .hs-plan-feature__visual,
	.hs-plan-feature--image-right .hs-plan-feature__content {
		order: initial;
	}

	.hs-plan-feature__visual,
	.hs-plan-feature--wide .hs-plan-feature__visual {
		min-height: 0;
		aspect-ratio: 4 / 3;
	}

	.hs-plan-feature__visual img {
		min-height: 0;
		height: 100%;
	}

	.hs-plan-feature__visual > span {
		right: 15px;
		bottom: 11px;
		font-size: 44px;
	}

	.hs-plan-feature__content,
	.hs-plan-feature--wide .hs-plan-feature__content {
		padding: 24px 19px 25px;
		text-align: left;
	}

	.hs-plan-feature--wide .hs-plan-feature__meta {
		justify-content: flex-start;
	}

	.hs-plan-feature__icon {
		flex-basis: 40px;
		width: 40px;
		height: 40px;
		border-radius: 13px;
	}

	.hs-plan-feature__icon svg {
		width: 21px;
		height: 21px;
	}

	.hs-plan-feature__meta {
		margin-bottom: 13px;
	}

	.hs-plan-feature__content h3 {
		font-size: 20px;
	}

	.hs-plan-feature__lead {
		margin-top: 12px;
		font-size: 14px;
		line-height: 1.75;
	}

	.hs-plan-feature__body {
		margin-top: 12px;
		font-size: 12px;
		line-height: 1.9;
	}

	.hs-plan-feature__benefits {
		display: grid;
		gap: 6px;
		margin-top: 17px;
	}

	.hs-plan-feature__benefits li {
		border-radius: 8px;
	}

	.hs-plan-story-more summary {
		font-size: 12px;
	}

	.hs-plan-booking-steps {
		grid-template-columns: 1fr;
		gap: 7px;
		margin-bottom: 16px;
	}

	.hs-plan-booking-steps li {
		padding: 10px 12px;
	}

	.hs-plan-booking-steps li > span {
		flex-basis: 27px;
		width: 27px;
		height: 27px;
		font-size: 11px;
	}

	.hs-plan-related-card__reasons {
		margin-bottom: 7px;
	}

	.hs-plan-related-card__meta {
		display: grid;
		gap: 2px;
		font-size: 8px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hs-plan-visual-reel__track {
		animation: none;
	}

	.hs-plan-visual-reel__viewport {
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-mask-image: none;
		mask-image: none;
	}

	.hs-plan-visual-reel__item {
		scroll-snap-align: center;
	}

	.hs-plan-feature__visual img,
	.hs-plan-visual-reel__item img {
		transition: none;
	}
}

.hs-plan-related-card__image {
	position: relative;
}

@media (prefers-reduced-motion: no-preference) {
	.hs-plan-page.has-plan-motion [data-plan-feature] {
		opacity: 0;
		transform: translateY(28px);
		transition: opacity 0.65s ease, transform 0.65s ease;
	}

	.hs-plan-page.has-plan-motion [data-plan-feature].is-visible {
		opacity: 1;
		transform: translateY(0);
	}
}


/* STEP04: page-only immersive header motion */
@media (prefers-reduced-motion: reduce) {
	.single-ir_plan #header.fixedHeader,
	.single-ir_plan #sp-header.fixedHeader {
		transition: none !important;
	}
}

/* =========================================================
   Plan section nav - compact equal columns
========================================================= */
@media screen and (max-width: 520px) {
	.hs-plan-section-nav .hs-plan-shell {
		width: 100%;
		max-width: 500px;
		padding-left: 0;
		padding-right: 0;
		gap: 0;
	}

	.hs-plan-section-nav a {
		flex: 1 1 0 !important;
		min-width: 0 !important;
		width: auto !important;
		padding: 12px 4px;
		font-size: clamp(11px, 2.8vw, 13px);
		white-space: nowrap;
		text-align: center;
		border-radius: 0;
	}

	.hs-plan-section-nav a.is-cta {
		flex: 1 1 0 !important;
		min-width: 0 !important;
	}
}

/* =========================================================
   Plan timeline - 2 columns
========================================================= */
.hs-plan-timeline--rich {
	display: grid;
	gap: 16px;
}

.hs-plan-timeline--rich .hs-plan-timeline__item {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 18px;
	align-items: start;
	position: relative;
	padding: 22px;
	border: 1px solid rgba(15, 118, 143, 0.14);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 14px 34px rgba(15, 68, 86, 0.08);
}

.hs-plan-timeline--rich .hs-plan-timeline__marker {
	position: absolute;
	top: 18px;
	left: 18px;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	display: grid;
	place-items: center;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(135deg, #13a6ba, #0f7d95);
	box-shadow: 0 10px 22px rgba(19, 166, 186, 0.24);
}

.hs-plan-timeline--rich .hs-plan-timeline__time {
	grid-column: 1;
	margin: 44px 0 0;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.4;
	color: #0f7d95;
	letter-spacing: 0.03em;
}

.hs-plan-timeline--rich .hs-plan-timeline__content {
	grid-column: 2;
	min-width: 0;
}

.hs-plan-timeline--rich .hs-plan-timeline__content h3 {
	margin: 0 0 8px;
	font-size: clamp(18px, 2vw, 23px);
	line-height: 1.45;
	color: #143342;
}

.hs-plan-timeline--rich .hs-plan-timeline__content p {
	margin: 0;
	font-size: 15px;
	line-height: 1.9;
	color: #3f5660;
}

@media screen and (max-width: 767px) {
	.hs-plan-timeline--rich .hs-plan-timeline__item {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 20px;
	}

	.hs-plan-timeline--rich .hs-plan-timeline__marker {
		position: static;
		margin-bottom: 4px;
	}

	.hs-plan-timeline--rich .hs-plan-timeline__time,
	.hs-plan-timeline--rich .hs-plan-timeline__content {
		grid-column: auto;
	}

	.hs-plan-timeline--rich .hs-plan-timeline__time {
		margin: 0;
	}
}

/* =========================================================
   Plan timeline icon
========================================================= */
.hs-plan-timeline--rich .hs-plan-timeline__side {
	grid-column: 1;
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 10px 12px;
	align-items: center;
	position: relative;
}

.hs-plan-timeline--rich .hs-plan-timeline__marker {
	position: static;
	grid-column: 1;
	grid-row: 1;
}

.hs-plan-timeline--rich .hs-plan-timeline__icon {
	grid-column: 2;
	grid-row: 1;
	width: 44px;
	height: 44px;
	border-radius: 16px;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, #e8fbff, #ffffff);
	border: 1px solid rgba(15, 125, 149, 0.16);
	box-shadow: 0 12px 28px rgba(15, 125, 149, 0.12);
}

.hs-plan-timeline--rich .hs-plan-timeline__icon::before {
	font-size: 22px;
	line-height: 1;
}

.hs-plan-timeline--rich .hs-plan-timeline__icon--pin::before {
	content: "📍";
}

.hs-plan-timeline--rich .hs-plan-timeline__icon--users::before {
	content: "👥";
}

.hs-plan-timeline--rich .hs-plan-timeline__icon--waves::before {
	content: "🌊";
}

.hs-plan-timeline--rich .hs-plan-timeline__icon--turtle::before {
	content: "🐢";
}

.hs-plan-timeline--rich .hs-plan-timeline__icon--camera::before {
	content: "📷";
}

.hs-plan-timeline--rich .hs-plan-timeline__icon--ship::before {
	content: "⛵";
}

.hs-plan-timeline--rich .hs-plan-timeline__icon--clock::before {
	content: "🕒";
}

.hs-plan-timeline--rich .hs-plan-timeline__icon--shower::before {
	content: "🚿";
}

.hs-plan-timeline--rich .hs-plan-timeline__icon--star::before {
	content: "⭐";
}

.hs-plan-timeline--rich .hs-plan-timeline__time {
	grid-column: 1 / -1;
	margin: 8px 0 0;
}

.hs-plan-timeline--rich .hs-plan-timeline__content {
	grid-column: 2;
}

@media screen and (max-width: 767px) {
	.hs-plan-timeline--rich .hs-plan-timeline__side {
		grid-column: auto;
		grid-template-columns: 34px 44px 1fr;
	}

	.hs-plan-timeline--rich .hs-plan-timeline__time {
		grid-column: 3;
		margin: 0;
	}

	.hs-plan-timeline--rich .hs-plan-timeline__content {
		grid-column: auto;
	}
}