/**
 * PHONKLAI HICAPS & Health Fund Rebates page.
 * Presentation only: all visible copy, icons, imagery and links remain in
 * native Elementor widget settings.
 */

.pk-hicaps-page {
	--pkhr-ink: #082f2b;
	--pkhr-green: #004f3d;
	--pkhr-green-deep: #003e32;
	--pkhr-navy: #0b3040;
	--pkhr-sage: #dfe9df;
	--pkhr-sage-strong: #b8ccbc;
	--pkhr-cream: #f7f4ed;
	--pkhr-paper: #fffdf8;
	--pkhr-line: rgba(8, 47, 43, 0.18);
	--pkhr-line-light: rgba(255, 255, 255, 0.2);
	--pkhr-muted: #53645f;
	--pkhr-white: #ffffff;
	width: 100% !important;
	max-width: none !important;
	overflow: clip;
	background: var(--pkhr-paper);
	color: var(--pkhr-ink);
}

.pk-hicaps-page > .e-con-inner,
.pk-hicaps-page > .elementor-container {
	max-width: none !important;
	width: 100% !important;
}

.pk-hicaps-page .elementor-widget {
	margin: 0;
}

.pk-hicaps-page .elementor-widget-text-editor p,
.pk-hicaps-page .elementor-widget-text-editor p:last-child {
	margin: 0;
}

.pk-hicaps-page [id] {
	scroll-margin-top: 112px;
}

.pk-hicaps-page a:focus-visible,
.pk-hicaps-page button:focus-visible {
	outline: 3px solid #e0b95a !important;
	outline-offset: 4px !important;
	box-shadow: 0 0 0 4px #ffffff !important;
}

.pk-hicaps-eyebrow .elementor-heading-title,
.pk-hicaps-section-eyebrow .elementor-heading-title,
.pk-hicaps-path-eyebrow .elementor-heading-title,
.pk-hicaps-day-eyebrow .elementor-heading-title,
.pk-hicaps-faq-eyebrow .elementor-heading-title,
.pk-hicaps-closing-eyebrow .elementor-heading-title {
	font-family: Manrope, Arial, sans-serif;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

/* Hero */

.pk-hicaps-hero {
	display: grid !important;
	grid-template-columns: minmax(0, 54%) minmax(0, 46%);
	min-height: clamp(650px, calc(100vh - 122px), 820px);
	background: var(--pkhr-cream);
}

.pk-hicaps-hero-copy {
	justify-content: center;
	padding: clamp(72px, 8vw, 118px) clamp(42px, 6vw, 88px) clamp(68px, 7vw, 104px) max(42px, calc((100vw - 1240px) / 2));
	background-color: var(--pkhr-cream);
	background-image:
		linear-gradient(90deg, rgba(8, 47, 43, 0.055) 1px, transparent 1px),
		linear-gradient(180deg, rgba(8, 47, 43, 0.035) 1px, transparent 1px);
	background-size: 92px 100%, 100% 92px;
	position: relative;
	isolation: isolate;
}

.pk-hicaps-hero-copy::after {
	content: "";
	position: absolute;
	right: -92px;
	bottom: -94px;
	width: 270px;
	height: 270px;
	border: 1px solid rgba(8, 47, 43, 0.13);
	border-radius: 50%;
	z-index: -1;
}

.pk-hicaps-eyebrow {
	margin-bottom: 28px !important;
}

.pk-hicaps-eyebrow .elementor-heading-title {
	color: #27735f;
}

.pk-hicaps-hero-title {
	max-width: 790px;
	margin-bottom: 28px !important;
}

.pk-hicaps-hero-title .elementor-heading-title {
	color: var(--pkhr-ink);
	font-family: Manrope, Arial, sans-serif;
	font-size: clamp(48px, 5.25vw, 78px);
	font-weight: 600;
	letter-spacing: -0.058em;
	line-height: 0.98;
	text-wrap: balance;
}

.pk-hicaps-hero-text {
	max-width: 690px;
	margin-bottom: 34px !important;
}

.pk-hicaps-hero-text,
.pk-hicaps-hero-text p {
	color: #53625e;
	font-family: Manrope, Arial, sans-serif;
	font-size: clamp(17px, 1.25vw, 20px);
	font-weight: 400;
	line-height: 1.65;
}

.pk-hicaps-hero-buttons {
	margin-bottom: 44px !important;
}

.pk-hicaps-button .elementor-button,
.pk-hicaps-path-button .elementor-button,
.pk-hicaps-path-link .elementor-button,
.pk-hicaps-faq-button .elementor-button,
.pk-hicaps-closing-button .elementor-button {
	min-height: 52px;
	border-radius: 999px;
	font-family: Manrope, Arial, sans-serif;
	font-size: 14px;
	font-weight: 750;
	line-height: 1;
	transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.pk-hicaps-button .elementor-button:hover,
.pk-hicaps-path-button .elementor-button:hover,
.pk-hicaps-path-link .elementor-button:hover,
.pk-hicaps-faq-button .elementor-button:hover,
.pk-hicaps-closing-button .elementor-button:hover {
	transform: translateY(-2px);
}

.pk-hicaps-button--primary .elementor-button {
	padding: 0 26px;
	border: 1px solid var(--pkhr-green);
	background: var(--pkhr-green);
	color: var(--pkhr-white);
}

.pk-hicaps-button--primary .elementor-button:hover {
	background: var(--pkhr-navy);
	border-color: var(--pkhr-navy);
}

.pk-hicaps-button--outline .elementor-button {
	padding: 0 25px;
	border: 1px solid var(--pkhr-green);
	background: transparent;
	color: var(--pkhr-green);
}

.pk-hicaps-button--outline .elementor-button:hover {
	background: var(--pkhr-white);
}

.pk-hicaps-hero-note {
	max-width: 610px;
	padding-top: 24px;
	border-top: 1px solid var(--pkhr-line);
}

.pk-hicaps-hero-note-icon {
	width: 36px;
	min-width: 36px;
}

.pk-hicaps-hero-note-icon .elementor-icon {
	color: var(--pkhr-green);
	font-size: 17px;
}

.pk-hicaps-hero-note-text,
.pk-hicaps-hero-note-text p {
	color: #40534d;
	font-family: Manrope, Arial, sans-serif;
	font-size: 13px;
	font-weight: 560;
	line-height: 1.55;
}

.pk-hicaps-hero-media {
	position: relative;
	min-height: 100%;
	overflow: hidden;
	background: var(--pkhr-green-deep);
}

.pk-hicaps-hero-image,
.pk-hicaps-hero-image > .elementor-widget-container,
.pk-hicaps-hero-image img {
	width: 100%;
	height: 100%;
}

.pk-hicaps-hero-image {
	position: absolute !important;
	inset: 0;
}

.pk-hicaps-hero-image img {
	object-fit: cover;
	object-position: 50% 42%;
	filter: saturate(0.72) contrast(1.03);
}

.pk-hicaps-hero-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(0, 41, 32, 0.1), rgba(0, 41, 32, 0.86) 92%),
		linear-gradient(90deg, rgba(0, 45, 35, 0.22), transparent 45%);
	pointer-events: none;
}

.pk-hicaps-hero-overlay {
	position: absolute !important;
	inset: auto clamp(34px, 5vw, 70px) clamp(48px, 6vw, 82px) clamp(34px, 5vw, 70px);
	z-index: 2;
	color: var(--pkhr-white);
}

.pk-hicaps-hero-word {
	margin-bottom: 2px !important;
}

.pk-hicaps-hero-word .elementor-heading-title {
	color: var(--pkhr-white);
	font-family: Manrope, Arial, sans-serif;
	font-size: clamp(68px, 7.2vw, 116px);
	font-weight: 720;
	letter-spacing: -0.075em;
	line-height: 0.84;
}

.pk-hicaps-hero-subword {
	padding-bottom: 27px;
	margin-bottom: 26px !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.38);
}

.pk-hicaps-hero-subword .elementor-heading-title {
	color: rgba(255, 255, 255, 0.84);
	font-family: Manrope, Arial, sans-serif;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0.24em;
}

.pk-hicaps-hero-iconbox .elementor-icon-box-wrapper {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	column-gap: 18px;
	align-items: center;
}

.pk-hicaps-hero-iconbox .elementor-icon-box-icon {
	grid-row: 1 / 3;
	margin: 0 !important;
}

.pk-hicaps-hero-iconbox .elementor-icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 50%;
	color: var(--pkhr-white);
	font-size: 19px;
}

.pk-hicaps-hero-iconbox .elementor-icon-box-title {
	margin: 0 0 4px !important;
	color: var(--pkhr-white);
	font-family: Manrope, Arial, sans-serif;
	font-size: 16px;
	font-weight: 720;
	line-height: 1.3;
}

.pk-hicaps-hero-iconbox .elementor-icon-box-description {
	color: rgba(255, 255, 255, 0.76);
	font-family: Manrope, Arial, sans-serif;
	font-size: 13px;
	font-weight: 430;
	line-height: 1.55;
}

/* Three essentials */

.pk-hicaps-answer {
	padding: clamp(96px, 9vw, 140px) max(42px, calc((100vw - 1240px) / 2));
	background-color: var(--pkhr-paper);
	background-image: linear-gradient(90deg, rgba(8, 47, 43, 0.045) 1px, transparent 1px);
	background-size: 92px 100%;
}

.pk-hicaps-answer-intro {
	position: relative;
	max-width: 980px;
	padding-left: 170px;
	margin-bottom: 66px !important;
}

.pk-hicaps-section-number {
	position: absolute !important;
	left: 0;
	top: -24px;
}

.pk-hicaps-section-number .elementor-heading-title {
	color: #dce4dd;
	font-family: Manrope, Arial, sans-serif;
	font-size: clamp(88px, 9vw, 132px);
	font-weight: 650;
	letter-spacing: -0.075em;
	line-height: 1;
}

.pk-hicaps-section-eyebrow {
	margin-bottom: 18px !important;
}

.pk-hicaps-section-eyebrow .elementor-heading-title {
	color: #26715e;
}

.pk-hicaps-answer-title {
	max-width: 820px;
	margin-bottom: 22px !important;
}

.pk-hicaps-answer-title .elementor-heading-title {
	color: var(--pkhr-ink);
	font-family: Manrope, Arial, sans-serif;
	font-size: clamp(42px, 4.25vw, 64px);
	font-weight: 590;
	letter-spacing: -0.052em;
	line-height: 1.04;
	text-wrap: balance;
}

.pk-hicaps-answer-text {
	max-width: 740px;
}

.pk-hicaps-answer-text,
.pk-hicaps-answer-text p {
	color: var(--pkhr-muted);
	font-family: Manrope, Arial, sans-serif;
	font-size: 16px;
	font-weight: 420;
	line-height: 1.7;
}

.pk-hicaps-factor-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--pkhr-line);
	border-bottom: 1px solid var(--pkhr-line);
}

.pk-hicaps-factor {
	min-height: 350px;
	padding: 38px 34px 40px;
	border-right: 1px solid var(--pkhr-line);
	transition: background-color 200ms ease, transform 200ms ease;
}

.pk-hicaps-factor:first-child {
	border-left: 1px solid var(--pkhr-line);
}

.pk-hicaps-factor:hover {
	background: rgba(223, 233, 223, 0.58);
	transform: translateY(-4px);
}

.pk-hicaps-factor-head {
	margin-bottom: auto !important;
}

.pk-hicaps-factor-icon .elementor-icon {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	border: 1px solid var(--pkhr-green);
	border-radius: 50%;
	color: var(--pkhr-green);
	font-size: 19px;
}

.pk-hicaps-factor-number .elementor-heading-title {
	color: rgba(8, 47, 43, 0.25);
	font-family: Manrope, Arial, sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.15em;
}

.pk-hicaps-factor-title {
	margin: 74px 0 16px !important;
}

.pk-hicaps-factor-title .elementor-heading-title {
	color: var(--pkhr-ink);
	font-family: Manrope, Arial, sans-serif;
	font-size: clamp(25px, 2vw, 31px);
	font-weight: 620;
	letter-spacing: -0.045em;
	line-height: 1.12;
}

.pk-hicaps-factor-text,
.pk-hicaps-factor-text p {
	color: var(--pkhr-muted);
	font-family: Manrope, Arial, sans-serif;
	font-size: 14px;
	font-weight: 420;
	line-height: 1.65;
}

/* Eligibility pathway */

.pk-hicaps-pathway {
	display: grid !important;
	grid-template-columns: minmax(0, 41%) minmax(0, 59%);
	background: var(--pkhr-paper);
}

.pk-hicaps-path-intro {
	justify-content: center;
	min-height: 820px;
	padding: clamp(72px, 8vw, 116px) clamp(42px, 6vw, 82px) clamp(72px, 8vw, 116px) max(42px, calc((100vw - 1240px) / 2));
	background: var(--pkhr-navy);
	position: relative;
	overflow: hidden;
}

.pk-hicaps-path-intro::after {
	content: "";
	position: absolute;
	right: -170px;
	bottom: -170px;
	width: 420px;
	height: 420px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 50%;
}

.pk-hicaps-path-signal {
	padding-bottom: 28px;
	margin-bottom: 44px !important;
	border-bottom: 1px solid var(--pkhr-line-light);
}

.pk-hicaps-path-signal .elementor-heading-title {
	color: var(--pkhr-white);
	font-family: Manrope, Arial, sans-serif;
	font-size: clamp(64px, 7vw, 104px);
	font-weight: 650;
	letter-spacing: -0.075em;
	line-height: 0.88;
}

.pk-hicaps-path-eyebrow {
	margin-bottom: 20px !important;
}

.pk-hicaps-path-eyebrow .elementor-heading-title {
	color: #a9cdbb;
}

.pk-hicaps-path-title {
	max-width: 560px;
	margin-bottom: 22px !important;
}

.pk-hicaps-path-title .elementor-heading-title {
	color: var(--pkhr-white);
	font-family: Manrope, Arial, sans-serif;
	font-size: clamp(39px, 3.9vw, 59px);
	font-weight: 580;
	letter-spacing: -0.052em;
	line-height: 1.04;
	text-wrap: balance;
}

.pk-hicaps-path-text {
	max-width: 520px;
	margin-bottom: 36px !important;
}

.pk-hicaps-path-text,
.pk-hicaps-path-text p {
	color: rgba(255, 255, 255, 0.73);
	font-family: Manrope, Arial, sans-serif;
	font-size: 15px;
	font-weight: 420;
	line-height: 1.75;
}

.pk-hicaps-path-button .elementor-button {
	padding: 0 25px;
	border: 1px solid rgba(255, 255, 255, 0.66);
	background: transparent;
	color: var(--pkhr-white);
}

.pk-hicaps-path-button .elementor-button:hover {
	background: var(--pkhr-white);
	color: var(--pkhr-navy);
}

.pk-hicaps-path-steps {
	justify-content: center;
	padding: clamp(74px, 7vw, 110px) max(42px, calc((100vw - 1240px) / 2)) clamp(74px, 7vw, 110px) clamp(42px, 6vw, 88px);
	background: var(--pkhr-cream);
}

.pk-hicaps-step {
	display: grid !important;
	grid-template-columns: 34px 52px minmax(0, 1fr);
	padding: 28px 0;
	border-top: 1px solid var(--pkhr-line);
}

.pk-hicaps-step:last-of-type {
	border-bottom: 1px solid var(--pkhr-line);
}

.pk-hicaps-step-number .elementor-heading-title {
	color: #7e938a;
	font-family: Manrope, Arial, sans-serif;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.15em;
	line-height: 48px;
}

.pk-hicaps-step-icon .elementor-icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border: 1px solid var(--pkhr-green);
	border-radius: 50%;
	color: var(--pkhr-green);
	font-size: 17px;
}

.pk-hicaps-step-title .elementor-heading-title {
	color: var(--pkhr-ink);
	font-family: Manrope, Arial, sans-serif;
	font-size: clamp(20px, 1.7vw, 25px);
	font-weight: 650;
	letter-spacing: -0.036em;
	line-height: 1.2;
}

.pk-hicaps-step-text,
.pk-hicaps-step-text p {
	color: var(--pkhr-muted);
	font-family: Manrope, Arial, sans-serif;
	font-size: 13px;
	font-weight: 420;
	line-height: 1.65;
}

.pk-hicaps-path-ctas {
	margin-top: 34px !important;
}

.pk-hicaps-path-link .elementor-button {
	padding: 0 23px;
	border: 1px solid var(--pkhr-green);
	background: transparent;
	color: var(--pkhr-green);
}

.pk-hicaps-path-link .elementor-button:hover {
	background: var(--pkhr-green);
	color: var(--pkhr-white);
}

/* Appointment day */

.pk-hicaps-day {
	display: grid !important;
	grid-template-columns: minmax(0, 50%) minmax(0, 50%);
	background: var(--pkhr-sage);
}

.pk-hicaps-day-intro {
	justify-content: center;
	min-height: 690px;
	padding: clamp(84px, 8vw, 126px) clamp(44px, 7vw, 98px) clamp(84px, 8vw, 126px) max(42px, calc((100vw - 1240px) / 2));
	background: var(--pkhr-paper);
	position: relative;
}

.pk-hicaps-day-number {
	position: absolute !important;
	top: 64px;
	left: max(42px, calc((100vw - 1240px) / 2));
}

.pk-hicaps-day-number .elementor-heading-title {
	color: #e0e7e1;
	font-family: Manrope, Arial, sans-serif;
	font-size: clamp(88px, 9vw, 132px);
	font-weight: 650;
	letter-spacing: -0.075em;
	line-height: 1;
}

.pk-hicaps-day-eyebrow {
	margin-top: 100px !important;
	margin-bottom: 19px !important;
}

.pk-hicaps-day-eyebrow .elementor-heading-title {
	color: #26715e;
}

.pk-hicaps-day-title {
	max-width: 640px;
	margin-bottom: 24px !important;
}

.pk-hicaps-day-title .elementor-heading-title {
	color: var(--pkhr-ink);
	font-family: Manrope, Arial, sans-serif;
	font-size: clamp(42px, 4.2vw, 64px);
	font-weight: 590;
	letter-spacing: -0.053em;
	line-height: 1.04;
	text-wrap: balance;
}

.pk-hicaps-day-text {
	max-width: 650px;
}

.pk-hicaps-day-text,
.pk-hicaps-day-text p {
	color: var(--pkhr-muted);
	font-family: Manrope, Arial, sans-serif;
	font-size: 15px;
	font-weight: 420;
	line-height: 1.75;
}

.pk-hicaps-responsibilities {
	justify-content: center;
	padding: clamp(74px, 7vw, 108px) max(42px, calc((100vw - 1240px) / 2)) clamp(74px, 7vw, 108px) clamp(42px, 6vw, 86px);
	background: var(--pkhr-sage);
}

.pk-hicaps-responsibility {
	padding: 34px 0;
	border-top: 1px solid rgba(8, 47, 43, 0.2);
}

.pk-hicaps-responsibility--fund {
	border-bottom: 1px solid rgba(8, 47, 43, 0.2);
}

.pk-hicaps-responsibility .elementor-icon-box-wrapper {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	column-gap: 22px;
	align-items: center;
}

.pk-hicaps-responsibility .elementor-icon-box-icon {
	grid-row: 1 / 3;
	margin: 0 !important;
}

.pk-hicaps-responsibility .elementor-icon {
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	border: 1px solid var(--pkhr-green);
	border-radius: 50%;
	color: var(--pkhr-green);
	font-size: 20px;
}

.pk-hicaps-responsibility .elementor-icon-box-title {
	margin: 0 0 7px !important;
	color: var(--pkhr-ink);
	font-family: Manrope, Arial, sans-serif;
	font-size: clamp(21px, 1.7vw, 26px);
	font-weight: 650;
	letter-spacing: -0.036em;
	line-height: 1.2;
}

.pk-hicaps-responsibility .elementor-icon-box-description {
	color: #4e625b;
	font-family: Manrope, Arial, sans-serif;
	font-size: 13px;
	font-weight: 430;
	line-height: 1.65;
}

.pk-hicaps-responsibility-note {
	margin-top: 30px !important;
}

.pk-hicaps-responsibility-note-icon {
	min-width: 24px;
	width: 24px;
}

.pk-hicaps-responsibility-note-icon .elementor-icon {
	color: var(--pkhr-green);
	font-size: 17px;
}

.pk-hicaps-responsibility-note-text,
.pk-hicaps-responsibility-note-text p {
	color: #3d554d;
	font-family: Manrope, Arial, sans-serif;
	font-size: 13px;
	font-weight: 620;
	line-height: 1.6;
}

/* FAQ */

.pk-hicaps-faq {
	display: grid !important;
	grid-template-columns: minmax(0, 40%) minmax(0, 60%);
	background: var(--pkhr-cream);
}

.pk-hicaps-faq-intro {
	min-height: 780px;
	padding: clamp(96px, 9vw, 140px) clamp(42px, 6vw, 86px) clamp(96px, 9vw, 140px) max(42px, calc((100vw - 1240px) / 2));
	position: relative;
}

.pk-hicaps-faq-section-number {
	margin-bottom: 44px !important;
}

.pk-hicaps-faq-section-number .elementor-heading-title {
	color: #d9e1da;
	font-family: Manrope, Arial, sans-serif;
	font-size: clamp(88px, 9vw, 132px);
	font-weight: 650;
	letter-spacing: -0.075em;
	line-height: 0.8;
}

.pk-hicaps-faq-eyebrow {
	margin-bottom: 19px !important;
}

.pk-hicaps-faq-eyebrow .elementor-heading-title {
	color: #26715e;
}

.pk-hicaps-faq-title {
	max-width: 590px;
	margin-bottom: 22px !important;
}

.pk-hicaps-faq-title .elementor-heading-title {
	color: var(--pkhr-ink);
	font-family: Manrope, Arial, sans-serif;
	font-size: clamp(38px, 3.75vw, 57px);
	font-weight: 590;
	letter-spacing: -0.052em;
	line-height: 1.05;
	text-wrap: balance;
}

.pk-hicaps-faq-text {
	max-width: 510px;
	margin-bottom: 34px !important;
}

.pk-hicaps-faq-text,
.pk-hicaps-faq-text p {
	color: var(--pkhr-muted);
	font-family: Manrope, Arial, sans-serif;
	font-size: 15px;
	font-weight: 420;
	line-height: 1.7;
}

.pk-hicaps-faq-button .elementor-button {
	padding: 0 24px;
	border: 1px solid var(--pkhr-green);
	background: transparent;
	color: var(--pkhr-green);
}

.pk-hicaps-faq-button .elementor-button:hover {
	background: var(--pkhr-green);
	color: var(--pkhr-white);
}

.pk-hicaps-faq-list {
	justify-content: center;
	padding: clamp(88px, 8vw, 126px) max(42px, calc((100vw - 1240px) / 2)) clamp(88px, 8vw, 126px) clamp(42px, 6vw, 86px);
	background: var(--pkhr-paper);
}

.pk-hicaps-faq-item {
	display: grid !important;
	grid-template-columns: 34px minmax(0, 1fr) 42px;
	padding: 28px 0;
	border-top: 1px solid var(--pkhr-line);
}

.pk-hicaps-faq-item:last-child {
	border-bottom: 1px solid var(--pkhr-line);
}

.pk-hicaps-faq-number .elementor-heading-title {
	color: #7e938a;
	font-family: Manrope, Arial, sans-serif;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.15em;
	line-height: 1.5;
}

.pk-hicaps-faq-question .elementor-heading-title {
	color: var(--pkhr-ink);
	font-family: Manrope, Arial, sans-serif;
	font-size: clamp(19px, 1.5vw, 23px);
	font-weight: 650;
	letter-spacing: -0.032em;
	line-height: 1.24;
}

.pk-hicaps-faq-answer,
.pk-hicaps-faq-answer p {
	color: var(--pkhr-muted);
	font-family: Manrope, Arial, sans-serif;
	font-size: 13px;
	font-weight: 420;
	line-height: 1.65;
}

.pk-hicaps-faq-icon .elementor-icon {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(8, 47, 43, 0.3);
	border-radius: 50%;
	color: var(--pkhr-green);
	font-size: 11px;
}

/* Closing CTA */

.pk-hicaps-closing {
	min-height: 570px;
	padding: 100px max(42px, calc((100vw - 1240px) / 2));
	text-align: center;
	background:
		radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.08), transparent 28%),
		linear-gradient(120deg, #064c3d, #003c31 74%);
	position: relative;
	overflow: hidden;
}

.pk-hicaps-closing::before,
.pk-hicaps-closing::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
}

.pk-hicaps-closing::before {
	left: -120px;
	top: -120px;
	width: 340px;
	height: 340px;
}

.pk-hicaps-closing::after {
	right: -140px;
	bottom: -140px;
	width: 390px;
	height: 390px;
}

.pk-hicaps-closing-eyebrow,
.pk-hicaps-closing-title,
.pk-hicaps-closing-text,
.pk-hicaps-closing-buttons {
	z-index: 1;
}

.pk-hicaps-closing-eyebrow {
	margin-bottom: 23px !important;
}

.pk-hicaps-closing-eyebrow .elementor-heading-title {
	color: #bdd5c7;
	text-align: center;
}

.pk-hicaps-closing-title {
	max-width: 950px;
	margin-bottom: 22px !important;
}

.pk-hicaps-closing-title .elementor-heading-title {
	color: var(--pkhr-white);
	font-family: Manrope, Arial, sans-serif;
	font-size: clamp(46px, 5.6vw, 82px);
	font-weight: 590;
	letter-spacing: -0.06em;
	line-height: 1;
	text-align: center;
	text-wrap: balance;
}

.pk-hicaps-closing-text {
	max-width: 740px;
	margin-bottom: 34px !important;
}

.pk-hicaps-closing-text,
.pk-hicaps-closing-text p {
	color: rgba(255, 255, 255, 0.74);
	font-family: Manrope, Arial, sans-serif;
	font-size: 16px;
	font-weight: 420;
	line-height: 1.7;
	text-align: center;
}

.pk-hicaps-closing-buttons {
	justify-content: center;
}

.pk-hicaps-closing-button--primary .elementor-button {
	padding: 0 26px;
	border: 1px solid var(--pkhr-white);
	background: var(--pkhr-white);
	color: var(--pkhr-green);
}

.pk-hicaps-closing-button--primary .elementor-button:hover {
	background: var(--pkhr-sage);
	border-color: var(--pkhr-sage);
}

.pk-hicaps-closing-button--secondary .elementor-button {
	padding: 0 25px;
	border: 1px solid rgba(255, 255, 255, 0.52);
	background: transparent;
	color: var(--pkhr-white);
}

.pk-hicaps-closing-button--secondary .elementor-button:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: var(--pkhr-white);
}

/* Mobile booking rail */

.pk-hicaps-mobile-cta {
	display: none !important;
}

@media (max-width: 1180px) {
	.pk-hicaps-hero {
		grid-template-columns: minmax(0, 55%) minmax(0, 45%);
	}

	.pk-hicaps-hero-copy,
	.pk-hicaps-answer,
	.pk-hicaps-path-intro,
	.pk-hicaps-day-intro,
	.pk-hicaps-faq-intro {
		padding-left: 44px;
	}

	.pk-hicaps-path-steps,
	.pk-hicaps-responsibilities,
	.pk-hicaps-faq-list {
		padding-right: 44px;
	}

	.pk-hicaps-day-number {
		left: 44px;
	}
}

@media (max-width: 1024px) {
	.pk-hicaps-hero {
		min-height: 690px;
	}

	.pk-hicaps-hero-title .elementor-heading-title {
		font-size: clamp(46px, 6vw, 64px);
	}

	.pk-hicaps-hero-word .elementor-heading-title {
		font-size: clamp(62px, 8vw, 90px);
	}

	.pk-hicaps-answer-intro {
		padding-left: 140px;
	}

	.pk-hicaps-factor {
		min-height: 320px;
		padding: 32px 28px 34px;
	}

	.pk-hicaps-pathway {
		grid-template-columns: minmax(0, 43%) minmax(0, 57%);
	}

	.pk-hicaps-path-intro,
	.pk-hicaps-path-steps {
		min-height: 760px;
	}

	.pk-hicaps-faq {
		grid-template-columns: minmax(0, 42%) minmax(0, 58%);
	}
}

@media (max-width: 767px) {
	.pk-hicaps-page [id] {
		scroll-margin-top: 82px;
	}

	.pk-hicaps-hero,
	.pk-hicaps-pathway,
	.pk-hicaps-day,
	.pk-hicaps-faq {
		grid-template-columns: 1fr;
	}

	.pk-hicaps-hero {
		min-height: 0;
	}

	.pk-hicaps-hero-copy {
		min-height: 600px;
		padding: 72px 28px 58px;
		background-size: 72px 100%, 100% 72px;
	}

	.pk-hicaps-hero-copy::after {
		right: -132px;
		bottom: -130px;
	}

	.pk-hicaps-eyebrow {
		margin-bottom: 22px !important;
	}

	.pk-hicaps-hero-title .elementor-heading-title {
		font-size: clamp(42px, 12vw, 56px);
		line-height: 1;
	}

	.pk-hicaps-hero-text,
	.pk-hicaps-hero-text p {
		font-size: 16px;
		line-height: 1.65;
	}

	.pk-hicaps-hero-buttons,
	.pk-hicaps-closing-buttons,
	.pk-hicaps-path-ctas {
		width: 100%;
		flex-direction: column !important;
		align-items: stretch !important;
	}

	.pk-hicaps-button,
	.pk-hicaps-path-link,
	.pk-hicaps-closing-button {
		width: 100%;
	}

	.pk-hicaps-button .elementor-button,
	.pk-hicaps-path-link .elementor-button,
	.pk-hicaps-closing-button .elementor-button {
		width: 100%;
		justify-content: center;
	}

	.pk-hicaps-hero-note {
		align-items: flex-start !important;
	}

	.pk-hicaps-hero-media {
		min-height: 510px;
	}

	.pk-hicaps-hero-image img {
		object-position: 58% 44%;
	}

	.pk-hicaps-hero-overlay {
		inset: auto 28px 42px;
	}

	.pk-hicaps-hero-word .elementor-heading-title {
		font-size: clamp(66px, 21vw, 92px);
	}

	.pk-hicaps-answer {
		padding: 88px 28px 92px;
		background-size: 72px 100%;
	}

	.pk-hicaps-answer-intro {
		padding-left: 0;
		margin-bottom: 50px !important;
	}

	.pk-hicaps-section-number {
		position: static !important;
		margin-bottom: -10px !important;
	}

	.pk-hicaps-section-number .elementor-heading-title,
	.pk-hicaps-day-number .elementor-heading-title,
	.pk-hicaps-faq-section-number .elementor-heading-title {
		font-size: 82px;
	}

	.pk-hicaps-answer-title .elementor-heading-title,
	.pk-hicaps-day-title .elementor-heading-title {
		font-size: clamp(38px, 10.8vw, 48px);
	}

	.pk-hicaps-factor-grid {
		grid-template-columns: 1fr;
	}

	.pk-hicaps-factor {
		min-height: 0;
		padding: 30px 22px 34px;
		border-right: 1px solid var(--pkhr-line);
		border-bottom: 1px solid var(--pkhr-line);
	}

	.pk-hicaps-factor:last-child {
		border-bottom: 0;
	}

	.pk-hicaps-factor-title {
		margin-top: 46px !important;
	}

	.pk-hicaps-path-intro,
	.pk-hicaps-path-steps {
		min-height: 0;
	}

	.pk-hicaps-path-intro {
		padding: 82px 28px 86px;
	}

	.pk-hicaps-path-title .elementor-heading-title {
		font-size: clamp(38px, 10.5vw, 48px);
	}

	.pk-hicaps-path-steps {
		padding: 64px 28px 76px;
	}

	.pk-hicaps-step {
		grid-template-columns: 28px 46px minmax(0, 1fr);
		column-gap: 13px !important;
		padding: 25px 0;
	}

	.pk-hicaps-step-icon .elementor-icon {
		width: 44px;
		height: 44px;
	}

	.pk-hicaps-day-intro {
		min-height: 0;
		padding: 90px 28px 82px;
	}

	.pk-hicaps-day-number {
		position: static !important;
		margin-bottom: -10px !important;
	}

	.pk-hicaps-day-eyebrow {
		margin-top: 0 !important;
	}

	.pk-hicaps-responsibilities {
		padding: 64px 28px 76px;
	}

	.pk-hicaps-responsibility .elementor-icon-box-wrapper {
		grid-template-columns: 50px minmax(0, 1fr);
		column-gap: 17px;
	}

	.pk-hicaps-responsibility .elementor-icon {
		width: 48px;
		height: 48px;
	}

	.pk-hicaps-faq-intro {
		min-height: 0;
		padding: 88px 28px 80px;
	}

	.pk-hicaps-faq-section-number {
		margin-bottom: 20px !important;
	}

	.pk-hicaps-faq-title .elementor-heading-title {
		font-size: clamp(36px, 10vw, 46px);
	}

	.pk-hicaps-faq-list {
		padding: 58px 28px 82px;
	}

	.pk-hicaps-faq-item {
		grid-template-columns: 27px minmax(0, 1fr) 38px;
		column-gap: 12px !important;
		padding: 25px 0;
	}

	.pk-hicaps-faq-icon .elementor-icon {
		width: 36px;
		height: 36px;
	}

	.pk-hicaps-closing {
		min-height: 560px;
		padding: 92px 28px 110px;
	}

	.pk-hicaps-closing-title .elementor-heading-title {
		font-size: clamp(42px, 11.5vw, 56px);
	}

	.pk-hicaps-mobile-cta {
		display: grid !important;
		grid-template-columns: minmax(0, 1.8fr) minmax(104px, 0.8fr);
		position: fixed !important;
		z-index: 9999;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		padding: 9px max(10px, env(safe-area-inset-right)) calc(9px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
		border-top: 1px solid rgba(8, 47, 43, 0.18);
		background: rgba(247, 244, 237, 0.96);
		backdrop-filter: blur(14px);
		-webkit-backdrop-filter: blur(14px);
	}

	.pk-hicaps-mobile-book .elementor-button,
	.pk-hicaps-mobile-call .elementor-button {
		width: 100%;
		min-height: 48px;
		justify-content: center;
		border-radius: 999px;
		font-family: Manrope, Arial, sans-serif;
		font-size: 13px;
		font-weight: 750;
	}

	.pk-hicaps-mobile-book .elementor-button {
		border: 1px solid var(--pkhr-green);
		background: var(--pkhr-green);
		color: var(--pkhr-white);
	}

	.pk-hicaps-mobile-call .elementor-button {
		border: 1px solid var(--pkhr-green);
		background: transparent;
		color: var(--pkhr-green);
	}

	body .pk-site-footer {
		padding-bottom: 74px;
	}
}

@media (max-width: 430px) {
	.pk-hicaps-hero-copy,
	.pk-hicaps-answer,
	.pk-hicaps-path-intro,
	.pk-hicaps-path-steps,
	.pk-hicaps-day-intro,
	.pk-hicaps-responsibilities,
	.pk-hicaps-faq-intro,
	.pk-hicaps-faq-list,
	.pk-hicaps-closing {
		padding-left: 22px;
		padding-right: 22px;
	}

	.pk-hicaps-eyebrow .elementor-heading-title,
	.pk-hicaps-section-eyebrow .elementor-heading-title,
	.pk-hicaps-path-eyebrow .elementor-heading-title,
	.pk-hicaps-day-eyebrow .elementor-heading-title,
	.pk-hicaps-faq-eyebrow .elementor-heading-title,
	.pk-hicaps-closing-eyebrow .elementor-heading-title {
		font-size: 10px;
		letter-spacing: 0.17em;
	}

	.pk-hicaps-hero-copy {
		min-height: 570px;
		padding-top: 64px;
	}

	.pk-hicaps-hero-title .elementor-heading-title {
		font-size: clamp(39px, 11.4vw, 48px);
	}

	.pk-hicaps-hero-media {
		min-height: 470px;
	}

	.pk-hicaps-hero-overlay {
		inset: auto 22px 34px;
	}

	.pk-hicaps-hero-word .elementor-heading-title {
		font-size: clamp(62px, 20vw, 82px);
	}

	.pk-hicaps-hero-iconbox .elementor-icon-box-wrapper {
		grid-template-columns: 44px minmax(0, 1fr);
		column-gap: 14px;
	}

	.pk-hicaps-hero-iconbox .elementor-icon {
		width: 44px;
		height: 44px;
	}

	.pk-hicaps-answer-title .elementor-heading-title,
	.pk-hicaps-path-title .elementor-heading-title,
	.pk-hicaps-day-title .elementor-heading-title,
	.pk-hicaps-faq-title .elementor-heading-title {
		font-size: clamp(35px, 10vw, 43px);
	}

	.pk-hicaps-factor {
		padding-left: 18px;
		padding-right: 18px;
	}

	.pk-hicaps-step {
		grid-template-columns: 24px 42px minmax(0, 1fr);
		column-gap: 10px !important;
	}

	.pk-hicaps-step-icon .elementor-icon {
		width: 40px;
		height: 40px;
		font-size: 15px;
	}

	.pk-hicaps-step-title .elementor-heading-title,
	.pk-hicaps-responsibility .elementor-icon-box-title,
	.pk-hicaps-faq-question .elementor-heading-title {
		font-size: 19px;
	}

	.pk-hicaps-responsibility .elementor-icon-box-wrapper {
		grid-template-columns: 44px minmax(0, 1fr);
		column-gap: 14px;
	}

	.pk-hicaps-responsibility .elementor-icon {
		width: 42px;
		height: 42px;
		font-size: 17px;
	}

	.pk-hicaps-faq-item {
		grid-template-columns: 24px minmax(0, 1fr);
	}

	.pk-hicaps-faq-icon {
		display: none;
	}

	.pk-hicaps-closing-title .elementor-heading-title {
		font-size: clamp(39px, 11vw, 48px);
	}
}

@media (max-width: 370px) {
	.pk-hicaps-hero-copy,
	.pk-hicaps-answer,
	.pk-hicaps-path-intro,
	.pk-hicaps-path-steps,
	.pk-hicaps-day-intro,
	.pk-hicaps-responsibilities,
	.pk-hicaps-faq-intro,
	.pk-hicaps-faq-list,
	.pk-hicaps-closing {
		padding-left: 18px;
		padding-right: 18px;
	}

	.pk-hicaps-hero-title .elementor-heading-title {
		font-size: 38px;
	}

	.pk-hicaps-mobile-cta {
		grid-template-columns: minmax(0, 1.65fr) minmax(96px, 0.75fr);
	}
}

/* Keep the page-specific CTA hierarchy above Elementor kit button skins. */

.pk-hicaps-page .pk-hicaps-button--primary .elementor-button {
	border-color: var(--pkhr-green) !important;
	background-color: var(--pkhr-green) !important;
	color: var(--pkhr-white) !important;
}

.pk-hicaps-page .pk-hicaps-button--primary .elementor-button:hover {
	border-color: var(--pkhr-navy) !important;
	background-color: var(--pkhr-navy) !important;
}

.pk-hicaps-page .pk-hicaps-button--outline .elementor-button {
	border-color: var(--pkhr-green) !important;
	background-color: transparent !important;
	color: var(--pkhr-green) !important;
}

.pk-hicaps-page .pk-hicaps-button--outline .elementor-button:hover {
	background-color: var(--pkhr-white) !important;
}

.pk-hicaps-page .pk-hicaps-path-button .elementor-button {
	border-color: rgba(255, 255, 255, 0.66) !important;
	background-color: transparent !important;
	color: var(--pkhr-white) !important;
}

.pk-hicaps-page .pk-hicaps-path-button .elementor-button:hover {
	border-color: var(--pkhr-white) !important;
	background-color: var(--pkhr-white) !important;
	color: var(--pkhr-navy) !important;
}

.pk-hicaps-page .pk-hicaps-path-link:not(.pk-hicaps-path-link--phone) .elementor-button {
	border-color: var(--pkhr-green) !important;
	background-color: var(--pkhr-green) !important;
	color: var(--pkhr-white) !important;
}

.pk-hicaps-page .pk-hicaps-path-link--phone .elementor-button,
.pk-hicaps-page .pk-hicaps-faq-button .elementor-button {
	border-color: var(--pkhr-green) !important;
	background-color: transparent !important;
	color: var(--pkhr-green) !important;
}

.pk-hicaps-page .pk-hicaps-path-link--phone .elementor-button:hover,
.pk-hicaps-page .pk-hicaps-faq-button .elementor-button:hover {
	background-color: var(--pkhr-green) !important;
	color: var(--pkhr-white) !important;
}

.pk-hicaps-page .pk-hicaps-closing-button--primary .elementor-button {
	border-color: var(--pkhr-white) !important;
	background-color: var(--pkhr-white) !important;
	color: var(--pkhr-green) !important;
}

.pk-hicaps-page .pk-hicaps-closing-button--primary .elementor-button:hover {
	border-color: var(--pkhr-sage) !important;
	background-color: var(--pkhr-sage) !important;
}

.pk-hicaps-page .pk-hicaps-closing-button--secondary .elementor-button {
	border-color: rgba(255, 255, 255, 0.52) !important;
	background-color: transparent !important;
	color: var(--pkhr-white) !important;
}

.pk-hicaps-page .pk-hicaps-mobile-book .elementor-button {
	border-color: var(--pkhr-green) !important;
	background-color: var(--pkhr-green) !important;
	color: var(--pkhr-white) !important;
}

.pk-hicaps-page .pk-hicaps-mobile-call .elementor-button {
	border-color: var(--pkhr-green) !important;
	background-color: transparent !important;
	color: var(--pkhr-green) !important;
}

.pk-hicaps-page .pk-hicaps-hero-iconbox .elementor-icon-box-title,
.pk-hicaps-page .pk-hicaps-hero-iconbox .elementor-icon-box-title a {
	color: var(--pkhr-white) !important;
}

.pk-hicaps-page .pk-hicaps-hero-iconbox .elementor-icon-box-description {
	color: rgba(255, 255, 255, 0.78) !important;
}

.pk-hicaps-page .pk-hicaps-hero-iconbox .elementor-icon {
	color: var(--pkhr-white) !important;
}

@media (prefers-reduced-motion: reduce) {
	.pk-hicaps-page *,
	.pk-hicaps-page *::before,
	.pk-hicaps-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
