.hct-cpk {
	--cpk-ink: #242424;
	--cpk-ink-2: #353535;
	--cpk-gold: #e1bd6a;
	--cpk-gold-dark: #8f6e2e;
	--cpk-paper: #ffffff;
	--cpk-soft: #f5f5f4;
	--cpk-cool: #fafafa;
	--cpk-line: #e8e7e3;
	--cpk-muted: #66666a;
	--cpk-success: #8f6e2e;
	background: var(--cpk-paper);
	color: var(--cpk-ink);
	font-family: Manrope, Inter, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	overflow: clip;
}

.hct-cpk *,
.hct-cpk *::before,
.hct-cpk *::after {
	box-sizing: border-box;
}

.hct-cpk img {
	display: block;
	max-width: 100%;
}

.hct-cpk a {
	color: inherit;
}

.hct-cpk button,
.hct-cpk a {
	-webkit-tap-highlight-color: transparent;
}

.hct-cpk :focus-visible {
	outline: 3px solid var(--cpk-gold);
	outline-offset: 3px;
}

.hct-cpk__container {
	width: 100%;
	max-width: 1216px;
	margin-inline: auto;
	padding-inline: 18px;
}

.hct-cpk__section {
	padding: 72px 0;
}

.hct-cpk__section--soft {
	background: var(--cpk-soft);
}

.hct-cpk__section--cool {
	background: var(--cpk-cool);
}

.hct-cpk__eyebrow {
	margin: 0 0 10px;
	color: var(--cpk-gold-dark);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4;
	text-transform: uppercase;
}

.hct-cpk__heading {
	max-width: 760px;
	margin: 0 0 16px;
	color: var(--cpk-ink);
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.18;
}

.hct-cpk__lead {
	max-width: 720px;
	margin: 0;
	color: var(--cpk-muted);
	font-size: 16px;
	line-height: 1.75;
}

.hct-cpk .hct-cpk__section-head {
	margin-bottom: 34px;
	padding: 0;
	position: static;
	inset: auto;
	z-index: auto;
	width: auto;
	max-width: none;
	height: auto;
	min-height: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: inherit;
	text-transform: none;
}

.hct-cpk__button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 13px 22px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 8px 24px rgba(36, 36, 36, 0.06);
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.hct-cpk__button::after {
	content: "\2192";
	font-size: 18px;
	line-height: 1;
}

.hct-cpk__button:hover {
	box-shadow: 0 12px 30px rgba(36, 36, 36, 0.11);
}

.hct-cpk__button--gold {
	background: var(--cpk-gold);
	border-color: var(--cpk-gold);
	color: var(--cpk-ink);
}

.hct-cpk__button--gold:hover {
	background: #d6b158;
	border-color: #d6b158;
}

.hct-cpk__button--light {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.58);
	color: #ffffff;
}

.hct-cpk__button--light:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: var(--cpk-ink);
}

.hct-cpk__button--dark {
	background: var(--cpk-ink);
	border-color: var(--cpk-ink);
	color: #ffffff;
}

.hct-cpk__button--outline {
	background: transparent;
	border-color: #b9b6af;
	color: var(--cpk-ink);
}

.hct-cpk__button--outline:hover {
	background: var(--cpk-ink);
	color: #ffffff;
}

.hct-cpk-hero {
	position: relative;
	background: #2b2b2a;
	color: #ffffff;
	box-shadow: inset 0 -1px rgba(255, 255, 255, 0.08);
}

.hct-cpk-hero__inner {
	width: 100%;
	padding-block: 58px 70px;
}

.hct-cpk-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 42px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
}

.hct-cpk-breadcrumbs a {
	text-decoration: none;
}

.hct-cpk-breadcrumbs a:hover {
	color: var(--cpk-gold);
}

.hct-cpk-breadcrumbs__separator {
	color: var(--cpk-gold);
}

.hct-cpk-hero__grid {
	display: grid;
	gap: 34px;
	align-items: end;
}

.hct-cpk-hero__content {
	max-width: 760px;
}

.hct-cpk-hero__eyebrow {
	margin: 0 0 12px;
	color: var(--cpk-gold);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.hct-cpk-hero h1 {
	max-width: 720px;
	margin: 0 0 20px;
	color: #ffffff;
	font-size: 38px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.08;
}

.hct-cpk-hero__intro {
	max-width: 680px;
	margin: 0 0 26px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 17px;
	line-height: 1.7;
}

.hct-cpk-hero__answer {
	display: grid;
	gap: 9px;
	padding: 26px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.055);
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.14);
}

.hct-cpk-hero__answer-label {
	color: var(--cpk-gold);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.hct-cpk-hero__answer-value {
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
}

.hct-cpk-hero__answer-note {
	max-width: 660px;
	color: rgba(255, 255, 255, 0.64);
	font-size: 14px;
	line-height: 1.65;
}

.hct-cpk-hero__actions,
.hct-cpk-cta__actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.hct-cpk-jump {
	border-top: 1px solid var(--cpk-line);
	border-bottom: 1px solid var(--cpk-line);
	background: rgba(255, 255, 255, 0.96);
}

.hct-cpk-jump__links {
	display: flex;
	overflow-x: auto;
	gap: 24px;
	padding-block: 0;
	scrollbar-width: thin;
}

.hct-cpk-jump a {
	position: relative;
	flex: 0 0 auto;
	padding: 18px 0 15px;
	color: #5c5c60;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.hct-cpk-jump a::after {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 2px;
	background: transparent;
	content: "";
}

.hct-cpk-jump a:hover,
.hct-cpk-jump a[aria-current="location"] {
	color: var(--cpk-ink);
}

.hct-cpk-jump a:hover::after,
.hct-cpk-jump a[aria-current="location"]::after {
	background: var(--cpk-gold);
}

.hct-cpk-stats {
	padding: 0 0 24px;
	background: var(--cpk-paper);
}

.hct-cpk-stats__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	overflow: hidden;
	margin-top: -26px;
	border: 1px solid var(--cpk-line);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 18px 44px rgba(36, 36, 36, 0.07);
}

.hct-cpk-stat {
	min-width: 0;
	padding: 25px 20px;
	border-right: 1px solid var(--cpk-line);
	border-bottom: 1px solid var(--cpk-line);
}

.hct-cpk-stat:nth-child(2n) {
	border-right: 0;
}

.hct-cpk-stat__value {
	margin: 0 0 4px;
	color: var(--cpk-gold-dark);
	font-size: 25px;
	font-weight: 650;
	line-height: 1.15;
}

.hct-cpk-stat__label {
	margin: 0;
	color: var(--cpk-muted);
	font-size: 13px;
	line-height: 1.45;
}

.hct-cpk-package-picker {
	display: grid;
	gap: 24px;
}

.hct-cpk-package-controls {
	display: grid;
	gap: 12px;
	padding: 8px;
	border: 1px solid #e7dfcf;
	border-radius: 8px;
	background: linear-gradient(110deg, #fbf7ed 0%, #fff9e9 52%, #f8f1df 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hct-cpk-technique-tabs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 6px;
}

.hct-cpk-technique-tab {
	--cpk-tab-accent: #9b762e;
	--cpk-tab-soft: #fff8e8;
	display: flex;
	min-width: 0;
	min-height: 66px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 3px;
	padding: 10px 6px;
	border: 1px solid transparent;
	border-radius: 6px;
	background: transparent;
	color: #606064;
	font: inherit;
	text-align: center;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.hct-cpk-technique-tab:nth-child(2) {
	--cpk-tab-accent: #ad873b;
	--cpk-tab-soft: #fbf4e4;
}

.hct-cpk-technique-tab:nth-child(3) {
	--cpk-tab-accent: #c69b3f;
	--cpk-tab-soft: #fff2d1;
}

.hct-cpk-technique-tab span {
	overflow-wrap: anywhere;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
}

.hct-cpk-technique-tab small {
	overflow-wrap: anywhere;
	color: #78787d;
	font-size: 11px;
	line-height: 1.25;
}

.hct-cpk-technique-tab:hover {
	border-color: #d9d5ca;
	background: #ffffff;
}

.hct-cpk-technique-tab[aria-selected="true"] {
	border-color: color-mix(in srgb, var(--cpk-tab-accent) 34%, #ffffff);
	background: var(--cpk-tab-soft);
	color: var(--cpk-ink);
	box-shadow: 0 8px 24px color-mix(in srgb, var(--cpk-tab-accent) 14%, transparent);
}

.hct-cpk-technique-tab[aria-selected="true"] small {
	color: var(--cpk-tab-accent);
}

.hct-cpk-package-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 0;
	padding: 0 8px 4px;
	color: var(--cpk-muted);
	font-size: 12px;
}

.hct-cpk-package-legend span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.hct-cpk-package-legend i {
	display: grid;
	width: 17px;
	height: 17px;
	place-items: center;
	border-radius: 50%;
	background: #f2ead7;
	color: var(--cpk-success);
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
}

.hct-cpk-package-legend .is-unavailable i {
	background: #efefed;
	color: #8a8a8e;
}

.hct-cpk-package-panel[hidden] {
	display: none;
}

.hct-cpk-packages {
	display: grid;
	gap: 16px;
}

.hct-cpk-package {
	--cpk-package-accent: #ae9257;
	--cpk-package-deep: #705827;
	--cpk-package-soft: #faf4e5;
	--cpk-package-border: #e8dcc0;
	position: relative;
	display: grid;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--cpk-package-border);
	border-radius: 8px;
	background: linear-gradient(125deg, #ffffff 0%, var(--cpk-package-soft) 145%);
	box-shadow: 0 14px 36px color-mix(in srgb, var(--cpk-package-accent) 9%, transparent);
}

.hct-cpk-package::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 4px;
	background: var(--cpk-package-accent);
	content: "";
}

.hct-cpk-package--level-2 {
	--cpk-package-accent: #c8a34e;
	--cpk-package-deep: #785a1f;
	--cpk-package-soft: #fff5dc;
	--cpk-package-border: #ead6a4;
}

.hct-cpk-package--level-2::before {
	background: var(--cpk-package-accent);
}

.hct-cpk-package--featured {
	--cpk-package-accent: #e1bd6a;
	--cpk-package-deep: #6e4f16;
	--cpk-package-soft: #ffefc2;
	--cpk-package-border: #e5c66f;
	box-shadow: 0 17px 42px rgba(143, 110, 46, 0.12);
}

.hct-cpk-package--level-3::before {
	background: #cda951;
}

.hct-cpk-package__intro {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	padding: 26px 24px 24px 28px;
}

.hct-cpk-package__meta {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
}

.hct-cpk-package__index {
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border: 1px solid var(--cpk-package-accent);
	border-radius: 6px;
	background: var(--cpk-package-accent);
	color: #ffffff;
	font-size: 11px;
	font-weight: 650;
}

.hct-cpk-package__name {
	margin: 0;
	color: var(--cpk-package-deep);
	font-size: 12px;
	font-weight: 650;
	text-transform: uppercase;
}

.hct-cpk-package__tagline {
	margin: 0 0 12px;
	font-size: 27px;
	font-weight: 550;
	line-height: 1.18;
}

.hct-cpk-package__description {
	margin: 0;
	color: var(--cpk-muted);
	font-size: 14px;
	line-height: 1.65;
}

.hct-cpk-package__count {
	display: inline-flex;
	margin: 18px 0 22px;
	padding: 6px 9px;
	border-radius: 6px;
	background: var(--cpk-package-soft);
	color: var(--cpk-package-deep);
	font-size: 11px;
	font-weight: 550;
	line-height: 1.3;
}

.hct-cpk-package--featured .hct-cpk-package__count {
	background: var(--cpk-package-soft);
	color: var(--cpk-package-deep);
}

.hct-cpk-package__services {
	display: grid;
	min-width: 0;
	gap: 24px;
	padding: 24px 22px 26px;
	border-top: 1px solid #ecece8;
	background: color-mix(in srgb, var(--cpk-package-soft) 50%, #ffffff);
}

.hct-cpk-package__group {
	min-width: 0;
}

.hct-cpk-package__group--extras {
	padding-top: 22px;
	border-top: 1px solid #e5e5e1;
}

.hct-cpk-package__group-title {
	margin: 0 0 14px;
	color: var(--cpk-ink);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
	text-transform: uppercase;
}

.hct-cpk-package__features {
	display: grid;
	gap: 0 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hct-cpk-package__features li {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 9px;
	align-items: start;
	padding: 9px 0;
	border-bottom: 1px solid rgba(36, 36, 36, 0.065);
	color: #454549;
	font-size: 13px;
	line-height: 1.5;
}

.hct-cpk-package__features li:last-child {
	border-bottom: 0;
}

.hct-cpk-package__feature-icon {
	display: grid;
	width: 17px;
	height: 17px;
	place-items: center;
	margin-top: 1px;
	border-radius: 5px;
	background: var(--cpk-package-soft);
	color: var(--cpk-package-deep);
	font-size: 11px;
	font-weight: 800;
}

.hct-cpk-package__features--extras {
	margin: 0;
}

.hct-cpk-package__features--extras li.is-unavailable {
	color: #929296;
	opacity: 0.68;
}

.hct-cpk-package__features--extras li.is-unavailable .hct-cpk-package__feature-icon {
	background: #ececea;
	color: #8f8f93;
}

.hct-cpk-package .hct-cpk__button {
	width: 100%;
	margin-top: auto;
	border-radius: 6px;
	box-shadow: none;
	font-size: 14px;
	font-weight: 600;
}

.hct-cpk-package .hct-cpk__button--outline {
	border-color: var(--cpk-package-accent);
	color: var(--cpk-package-deep);
}

.hct-cpk-package .hct-cpk__button--outline:hover {
	border-color: var(--cpk-package-deep);
	background: var(--cpk-package-deep);
	color: #ffffff;
}

.hct-cpk-package .hct-cpk__button--gold {
	border-color: var(--cpk-package-accent);
	background: var(--cpk-package-accent);
	color: #242424;
}

.hct-cpk-package .hct-cpk__button--gold:hover {
	border-color: var(--cpk-package-deep);
	background: var(--cpk-package-deep);
	color: #ffffff;
}

.hct-cpk-packages-note {
	margin: 0;
	padding-left: 14px;
	border-left: 2px solid var(--cpk-gold);
	color: var(--cpk-muted);
	font-size: 13px;
}

.hct-cpk-checklist li::before {
	position: absolute;
	top: 2px;
	left: 0;
	display: grid;
	width: 17px;
	height: 17px;
	place-items: center;
	border-radius: 50%;
	background: #f2ead7;
	color: var(--cpk-success);
	content: "\2713";
	font-size: 11px;
	font-weight: 800;
}

.hct-cpk-vip {
	background: var(--cpk-soft);
	color: var(--cpk-ink);
}

.hct-cpk-vip__grid {
	display: grid;
	gap: 34px;
	align-items: center;
}

.hct-cpk-vip__media {
	overflow: hidden;
	border: 1px solid var(--cpk-line);
	border-radius: 8px;
	background: #e8ebeb;
	aspect-ratio: 4 / 3;
}

.hct-cpk-vip__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hct-cpk-vip .hct-cpk__eyebrow {
	color: var(--cpk-gold);
}

.hct-cpk-vip .hct-cpk__heading {
	color: var(--cpk-ink);
}

.hct-cpk-vip__description {
	margin: 0 0 22px;
	color: var(--cpk-muted);
	line-height: 1.75;
}

.hct-cpk-checklist {
	display: grid;
	gap: 10px;
	margin: 0 0 26px;
	padding: 0;
	list-style: none;
}

.hct-cpk-checklist li {
	position: relative;
	padding-left: 26px;
	color: #4f5659;
	font-size: 14px;
}

.hct-cpk-vip__note {
	margin: 22px 0 0;
	padding: 13px 14px;
	border-left: 2px solid var(--cpk-gold);
	background: rgba(255, 255, 255, 0.68);
	color: var(--cpk-muted);
	font-size: 12px;
	line-height: 1.55;
}

.hct-cpk-included {
	display: grid;
	gap: 14px;
}

.hct-cpk-included__item {
	position: relative;
	min-height: 100%;
	padding: 22px 18px 20px 58px;
	border: 1px solid rgba(36, 36, 36, 0.055);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 14px 36px rgba(36, 36, 36, 0.05);
}

.hct-cpk-included__number {
	position: absolute;
	top: 22px;
	left: 18px;
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 4px;
	background: #efe5ce;
	color: var(--cpk-gold-dark);
	font-size: 12px;
	font-weight: 700;
}

.hct-cpk-included__item h3,
.hct-cpk-factor h3,
.hct-cpk-journey__step h3 {
	margin: 0 0 7px;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.35;
}

.hct-cpk-included__item p,
.hct-cpk-factor p,
.hct-cpk-journey__step p {
	margin: 0;
	color: var(--cpk-muted);
	font-size: 14px;
	line-height: 1.65;
}

.hct-cpk-table-wrap {
	overflow-x: auto;
	margin-top: 32px;
	border: 1px solid var(--cpk-line);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 14px 36px rgba(36, 36, 36, 0.045);
}

.hct-cpk-table {
	width: 100%;
	min-width: 720px;
	border-collapse: collapse;
	text-align: left;
}

.hct-cpk-table th,
.hct-cpk-table td {
	padding: 17px 18px;
	border-bottom: 1px solid var(--cpk-line);
	vertical-align: top;
}

.hct-cpk-table thead th {
	background: #eee8dc;
	color: var(--cpk-ink);
	font-size: 13px;
	font-weight: 600;
}

.hct-cpk-table tbody th {
	font-size: 15px;
	font-weight: 650;
}

.hct-cpk-table tbody td {
	color: var(--cpk-muted);
	font-size: 14px;
}

.hct-cpk-table tbody tr:last-child th,
.hct-cpk-table tbody tr:last-child td {
	border-bottom: 0;
}

.hct-cpk-table__price {
	color: var(--cpk-ink);
	font-weight: 650;
	white-space: nowrap;
}

.hct-cpk-table a {
	color: var(--cpk-gold-dark);
	font-weight: 650;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.hct-cpk-factors {
	display: grid;
	gap: 14px;
	margin-top: 34px;
}

.hct-cpk-factor {
	padding: 20px 18px;
	border: 1px solid var(--cpk-line);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(36, 36, 36, 0.04);
}

.hct-cpk-factor__marker {
	display: block;
	width: 32px;
	height: 3px;
	margin: 0 0 15px;
	background: var(--cpk-gold);
}

.hct-cpk-guide {
	display: grid;
	gap: 0;
	border-top: 1px solid var(--cpk-line);
}

.hct-cpk-guide__item {
	display: grid;
	gap: 12px;
	padding: 28px 0;
	border-bottom: 1px solid var(--cpk-line);
}

.hct-cpk-guide__item h3 {
	margin: 0;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
}

.hct-cpk-guide__body {
	color: var(--cpk-muted);
	font-size: 15px;
	line-height: 1.8;
}

.hct-cpk-guide__body > :first-child,
.hct-cpk-editor > :first-child {
	margin-top: 0;
}

.hct-cpk-guide__body > :last-child,
.hct-cpk-editor > :last-child {
	margin-bottom: 0;
}

.hct-cpk-editor {
	margin-top: 34px;
	color: var(--cpk-muted);
}

.hct-cpk-editor h2,
.hct-cpk-editor h3 {
	color: var(--cpk-ink);
	font-weight: 600;
}

.hct-cpk-journey {
	display: grid;
	gap: 0;
	counter-reset: cpk-journey;
}

.hct-cpk-journey__step {
	position: relative;
	padding: 12px 0 28px 52px;
	counter-increment: cpk-journey;
}

.hct-cpk-journey__step::before {
	position: absolute;
	top: 8px;
	left: 0;
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 50%;
	background: #eee1c3;
	color: var(--cpk-ink);
	content: counter(cpk-journey, decimal-leading-zero);
	font-size: 11px;
	font-weight: 800;
}

.hct-cpk-journey__step::after {
	position: absolute;
	top: 42px;
	bottom: 0;
	left: 16px;
	width: 1px;
	background: #d5c18e;
	content: "";
}

.hct-cpk-journey__step:last-child::after {
	display: none;
}

.hct-cpk-faq {
	display: grid;
	gap: 0;
	max-width: 900px;
	border-top: 1px solid var(--cpk-line);
}

.hct-cpk-faq details {
	border: 0;
	border-bottom: 1px solid var(--cpk-line);
	border-radius: 0;
	background: transparent;
}

.hct-cpk-faq details[open] {
	background: rgba(255, 255, 255, 0.5);
}

.hct-cpk-faq summary {
	position: relative;
	padding: 18px 50px 18px 17px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	list-style: none;
}

.hct-cpk-faq summary::-webkit-details-marker {
	display: none;
}

.hct-cpk-faq summary::after {
	position: absolute;
	top: 50%;
	right: 17px;
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border: 1px solid var(--cpk-line);
	border-radius: 50%;
	content: "+";
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	transform: translateY(-50%);
}

.hct-cpk-faq details[open] summary::after {
	border-color: var(--cpk-gold);
	background: var(--cpk-gold);
	content: "\2212";
}

.hct-cpk-faq__answer {
	padding: 0 17px 20px;
	color: var(--cpk-muted);
	font-size: 14px;
	line-height: 1.75;
}

.hct-cpk-faq__answer > :first-child {
	margin-top: 0;
}

.hct-cpk-faq__answer > :last-child {
	margin-bottom: 0;
}

.hct-cpk-cta {
	background: #f3ecdc;
	color: var(--cpk-ink);
}

.hct-cpk-cta__grid {
	display: grid;
	gap: 28px;
	align-items: end;
}

.hct-cpk-cta .hct-cpk__eyebrow {
	color: var(--cpk-gold-dark);
}

.hct-cpk-cta .hct-cpk__heading {
	color: var(--cpk-ink);
}

.hct-cpk-cta__description {
	max-width: 720px;
	margin: 0;
	color: var(--cpk-muted);
	line-height: 1.75;
}

.hct-cpk-cta .hct-cpk__button--light {
	border-color: #b9b6af;
	color: var(--cpk-ink);
}

.hct-cpk-cta .hct-cpk__button--light:hover {
	border-color: var(--cpk-ink);
	background: var(--cpk-ink);
	color: #ffffff;
}

.hct-cpk-disclaimer {
	padding: 20px 0;
	border-top: 1px solid #ded8ca;
	background: #f3ecdc;
	color: #73777a;
	font-size: 12px;
	line-height: 1.65;
}

.hct-cpk-disclaimer p {
	margin: 0;
}

.hct-cpk-password {
	padding-block: 80px;
}

@media (max-width: 767px) {
	body.page-template-template-hair-transplant-costs-packages .hcot-scta {
		top: auto !important;
		right: 14px !important;
		bottom: 14px !important;
		left: auto !important;
		display: block !important;
		width: 54px !important;
		height: 54px !important;
	}

	body.page-template-template-hair-transplant-costs-packages .hcot-scta__btn:not(.hcot-scta__btn--whatsapp) {
		display: none !important;
	}

	body.page-template-template-hair-transplant-costs-packages .hcot-scta__btn--whatsapp {
		position: static !important;
		display: grid !important;
	}
}

@media (max-width: 639px) {
	.hct-cpk-table-wrap {
		overflow: visible;
		border: 0;
		background: transparent;
	}

	.hct-cpk-table {
		display: block;
		min-width: 0;
	}

	.hct-cpk-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		white-space: nowrap;
	}

	.hct-cpk-table tbody {
		display: grid;
		gap: 12px;
	}

	.hct-cpk-table tr {
		display: grid;
		padding: 16px;
		border: 1px solid var(--cpk-line);
		border-radius: 8px;
		background: #ffffff;
	}

	.hct-cpk-table th,
	.hct-cpk-table td {
		display: grid;
		grid-template-columns: minmax(100px, 0.72fr) minmax(0, 1fr);
		gap: 12px;
		padding: 9px 0;
		border-bottom: 1px solid var(--cpk-line);
	}

	.hct-cpk-table tr > :last-child {
		border-bottom: 0;
	}

	.hct-cpk-table th::before,
	.hct-cpk-table td::before {
		color: var(--cpk-muted);
		content: attr(data-label);
		font-size: 11px;
		font-weight: 600;
		line-height: 1.5;
		text-transform: uppercase;
	}
}

@media (min-width: 640px) {
	.hct-cpk__container {
		max-width: 1228px;
		padding-inline: 24px;
	}

	.hct-cpk-hero__actions,
	.hct-cpk-cta__actions {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.hct-cpk-stats__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.hct-cpk-stat {
		border-bottom: 0;
	}

	.hct-cpk-stat:nth-child(2n) {
		border-right: 1px solid var(--cpk-line);
	}

	.hct-cpk-stat:last-child {
		border-right: 0;
	}

	.hct-cpk-included,
	.hct-cpk-factors {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 820px) {
	.hct-cpk__section {
		padding: 96px 0;
	}

	.hct-cpk__heading {
		font-size: 40px;
	}

	.hct-cpk-hero__inner {
		padding-block: 72px 92px;
	}

	.hct-cpk-hero__grid {
		grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.72fr);
		gap: 64px;
	}

	.hct-cpk-hero h1 {
		font-size: 54px;
	}

	.hct-cpk-package-controls {
		grid-template-columns: minmax(0, 720px) auto;
		align-items: center;
		justify-content: space-between;
		padding: 8px 14px 8px 8px;
	}

	.hct-cpk-package-legend {
		justify-content: flex-end;
	}

	.hct-cpk-packages {
		grid-template-columns: minmax(0, 1fr);
	}

	.hct-cpk-package {
		grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.55fr);
	}

	.hct-cpk-package__intro {
		padding: 30px 30px 30px 34px;
	}

	.hct-cpk-package__services {
		padding: 28px 30px 30px;
		border-top: 0;
		border-left: 1px solid #ecece8;
	}

	.hct-cpk-package__features {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hct-cpk-package .hct-cpk__button {
		width: auto;
		min-width: 205px;
	}

	.hct-cpk-vip__grid {
		grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
		gap: 64px;
	}

	.hct-cpk-included {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.hct-cpk-factors {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.hct-cpk-guide__item {
		grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.5fr);
		gap: 52px;
		padding: 36px 0;
	}

	.hct-cpk-journey {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 18px;
	}

	.hct-cpk-journey__step {
		padding: 54px 16px 0 0;
	}

	.hct-cpk-journey__step::before {
		top: 0;
		left: 0;
	}

	.hct-cpk-journey__step::after {
		top: 16px;
		right: 0;
		bottom: auto;
		left: 42px;
		width: auto;
		height: 1px;
	}

	.hct-cpk-cta__grid {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 48px;
	}
}

@media (min-width: 1100px) {
	.hct-cpk-package__services {
		padding-right: 78px;
	}
}

@media (max-width: 420px) {
	.hct-cpk__container {
		padding-inline: 14px;
	}

	.hct-cpk-hero h1 {
		font-size: 34px;
	}

	.hct-cpk-hero__intro {
		font-size: 16px;
	}

	.hct-cpk__button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hct-cpk *,
	.hct-cpk *::before,
	.hct-cpk *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}