/**
 * HARCHI KOLO Core — official Guide v1.0.1.
 * Product-specific help centre. No external font/icon dependency.
 */
body.hk-core-guide-page .entry-header,
body.hk-core-guide-page .page-header {
	display: none !important;
}

body.hk-core-guide-page .site-main,
body.hk-core-guide-page .content-area,
body.hk-core-guide-page .entry-content {
	overflow: visible;
}

.hk-guide {
	--hk-guide-green: #123f2f;
	--hk-guide-green-2: #195642;
	--hk-guide-green-3: #23664f;
	--hk-guide-gold: #c79a2b;
	--hk-guide-gold-soft: #ead79f;
	--hk-guide-cream: #fffaf0;
	--hk-guide-cream-2: #f8f3e7;
	--hk-guide-ink: #183d31;
	--hk-guide-muted: #61756d;
	--hk-guide-border: #dce6e1;
	--hk-guide-white: #fff;
	width: min(100%, 1180px);
	margin: 0 auto;
	color: var(--hk-guide-ink);
}

.hk-guide,
.hk-guide * {
	box-sizing: border-box;
}

.hk-guide a,
.hk-guide a:visited,
.hk-guide a:hover,
.hk-guide a:focus {
	color: inherit;
	text-decoration: none;
}

.hk-guide button,
.hk-guide input {
	font: inherit;
}

.hk-guide svg {
	width: 1em;
	height: 1em;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.hk-guide-kicker,
.hk-guide-section-heading > div > span,
.hk-guide-section__title > span,
.hk-guide-support > div > span,
.hk-guide-toc__label {
	display: block;
	color: var(--hk-guide-gold);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .115em;
	text-transform: uppercase;
}

/* Hero */
.hk-guide-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 230px;
	align-items: center;
	gap: 48px;
	overflow: hidden;
	min-height: 430px;
	padding: 52px 56px;
	border: 1px solid rgba(199,154,43,.35);
	border-radius: 30px;
	background:
		radial-gradient(circle at 84% 16%, rgba(199,154,43,.20), transparent 22%),
		radial-gradient(circle at 93% 84%, rgba(255,255,255,.09), transparent 24%),
		linear-gradient(135deg, #0f392b 0%, #123f2f 52%, #1b5742 100%);
	box-shadow: 0 24px 60px rgba(18,63,47,.16);
	color: #fff;
}

.hk-guide-hero::before,
.hk-guide-hero::after {
	content: '';
	position: absolute;
	pointer-events: none;
	border: 1px solid rgba(234,215,159,.13);
	border-radius: 50%;
}

.hk-guide-hero::before {
	width: 360px;
	height: 360px;
	right: -105px;
	top: -132px;
}

.hk-guide-hero::after {
	width: 230px;
	height: 230px;
	right: 50px;
	bottom: -150px;
}

.hk-guide-hero__copy,
.hk-guide-hero__seal {
	position: relative;
	z-index: 2;
}

.hk-guide-hero .hk-guide-kicker {
	margin-bottom: 13px;
	color: #e7c970;
}

.hk-guide-hero h1 {
	max-width: 760px;
	margin: 0 0 17px !important;
	color: #fff !important;
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: clamp(43px, 5vw, 66px) !important;
	font-weight: 700 !important;
	line-height: .99 !important;
	letter-spacing: -.03em;
}

.hk-guide-hero h1 em {
	color: #e4c468;
	font-style: normal;
	font-weight: 700;
}

.hk-guide-hero__copy > p {
	max-width: 760px;
	margin: 0;
	color: rgba(255,255,255,.78);
	font-size: 16.5px;
	line-height: 1.68;
}

.hk-guide-search-wrap {
	position: relative;
	z-index: 4;
	max-width: 760px;
	margin-top: 27px;
}

.hk-guide-search {
	position: relative;
	display: grid;
	grid-template-columns: 24px minmax(0,1fr) 30px;
	align-items: center;
	gap: 10px;
	max-width: 760px;
	margin-top: 0;
	padding: 8px 10px 8px 17px;
	border: 1px solid rgba(234,215,159,.48);
	border-radius: 16px;
	background: #fffdf7;
	box-shadow: 0 12px 30px rgba(0,0,0,.13);
}

.hk-guide-search__icon {
	display: grid;
	place-items: center;
	color: var(--hk-guide-gold);
	font-size: 20px;
}

.hk-guide-search input[type="search"] {
	width: 100% !important;
	height: 46px !important;
	min-height: 46px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	outline: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--hk-guide-green) !important;
	-webkit-text-fill-color: var(--hk-guide-green) !important;
	font-size: 14px !important;
	font-weight: 650;
}

.hk-guide-search input[type="search"]::placeholder {
	color: #7e8d86 !important;
	-webkit-text-fill-color: #7e8d86 !important;
	opacity: 1;
}

.hk-guide-search:focus-within {
	border-color: #e7c56b;
	box-shadow: 0 0 0 3px rgba(199,154,43,.17), 0 12px 30px rgba(0,0,0,.13);
}

.hk-guide-search__clear {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: rgba(18,63,47,.08) !important;
	box-shadow: none !important;
	color: var(--hk-guide-green) !important;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
}

.hk-guide-search__clear:hover,
.hk-guide-search__clear:focus {
	background: rgba(199,154,43,.18) !important;
}

.hk-guide-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 10px;
	margin-top: 19px;
}

.hk-guide-hero__meta > span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	min-height: 30px;
	padding: 0 10px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 999px;
	background: rgba(255,255,255,.065);
	color: rgba(255,255,255,.68);
	font-size: 11px;
	font-weight: 650;
}

.hk-guide-hero__meta strong {
	color: #f1d783;
	font-size: 11px;
	font-weight: 850;
}

.hk-guide-hero__seal {
	display: grid;
	justify-items: center;
	gap: 18px;
}

.hk-guide-seal__ring {
	position: relative;
	display: grid;
	place-items: center;
	width: 184px;
	height: 184px;
	border: 1px solid rgba(234,215,159,.52);
	border-radius: 50%;
	background: rgba(6,31,23,.22);
	box-shadow: inset 0 0 0 9px rgba(255,255,255,.035), 0 22px 48px rgba(0,0,0,.16);
	text-align: center;
}

.hk-guide-seal__ring::before {
	content: '';
	position: absolute;
	width: 154px;
	height: 154px;
	border: 1px dashed rgba(234,215,159,.25);
	border-radius: 50%;
}

.hk-guide-seal__ring span {
	position: relative;
	z-index: 1;
	margin-top: 17px;
	color: #fff;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 72px;
	font-weight: 700;
	line-height: .72;
}

.hk-guide-seal__ring small {
	position: relative;
	z-index: 1;
	margin-top: -24px;
	color: #e8c96e;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .18em;
}

.hk-guide-hero__seal > p {
	margin: 0;
	color: rgba(255,255,255,.48);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .18em;
	line-height: 1.7;
	text-align: center;
}

/* Common section heading */
.hk-guide-paths,
.hk-guide-topics,
.hk-guide-knowledge,
.hk-guide-support {
	margin-top: 38px;
}

.hk-guide-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 17px;
}

.hk-guide-section-heading > div > span {
	margin-bottom: 7px;
}

.hk-guide-section-heading h2 {
	margin: 0 !important;
	color: var(--hk-guide-green) !important;
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: clamp(27px, 3vw, 34px) !important;
	font-weight: 700 !important;
	line-height: 1.1 !important;
}

.hk-guide-section-heading > p {
	max-width: 410px;
	margin: 0;
	color: var(--hk-guide-muted);
	font-size: 13px;
	line-height: 1.55;
	text-align: right;
}

/* Buyer / seller paths */
.hk-guide-paths__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	gap: 14px;
}

.hk-guide-path,
.hk-guide-path:visited {
	display: grid;
	grid-template-columns: 62px minmax(0,1fr) 28px;
	align-items: center;
	gap: 16px;
	min-height: 154px;
	padding: 24px;
	border: 1px solid var(--hk-guide-border);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(18,63,47,.055);
	color: var(--hk-guide-green) !important;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.hk-guide-path:hover,
.hk-guide-path:focus {
	transform: translateY(-3px);
	border-color: rgba(199,154,43,.65);
	background: #fffdf7;
	box-shadow: 0 16px 38px rgba(18,63,47,.095);
}

.hk-guide-path__icon {
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	border: 1px solid rgba(199,154,43,.26);
	border-radius: 18px;
	background: #fff8e8;
	color: var(--hk-guide-green);
	font-size: 30px;
}

.hk-guide-path--seller .hk-guide-path__icon {
	background: var(--hk-guide-green);
	color: #fff;
}

.hk-guide-path small {
	display: block;
	margin-bottom: 4px;
	color: var(--hk-guide-gold);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .13em;
}

.hk-guide-path h3 {
	margin: 0 0 5px !important;
	color: var(--hk-guide-green) !important;
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: 22px !important;
	line-height: 1.15 !important;
}

.hk-guide-path p {
	margin: 0;
	color: var(--hk-guide-muted);
	font-size: 12.5px;
	line-height: 1.5;
}

.hk-guide-path__arrow {
	justify-self: end;
	color: var(--hk-guide-gold);
	font-size: 24px;
	transition: transform .18s ease;
}

.hk-guide-path:hover .hk-guide-path__arrow,
.hk-guide-path:focus .hk-guide-path__arrow {
	transform: translateX(4px);
}

/* Topic cards */
.hk-guide-topics__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0,1fr));
	gap: 10px;
}

.hk-guide-topic,
.hk-guide-topic:visited {
	display: grid;
	grid-template-columns: 42px minmax(0,1fr) 14px;
	align-items: center;
	gap: 10px;
	min-height: 92px;
	padding: 13px;
	border: 1px solid var(--hk-guide-border);
	border-radius: 16px;
	background: #fff;
	color: var(--hk-guide-green) !important;
	box-shadow: 0 6px 20px rgba(18,63,47,.035);
	transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.hk-guide-topic:hover,
.hk-guide-topic:focus {
	transform: translateY(-2px);
	border-color: rgba(199,154,43,.70);
	background: #fffdf7;
	box-shadow: 0 10px 27px rgba(18,63,47,.075);
}

.hk-guide-topic__icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(199,154,43,.22);
	border-radius: 13px;
	background: #fff9e9;
	font-size: 21px;
}

.hk-guide-topic__copy {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.hk-guide-topic__copy small {
	color: var(--hk-guide-gold);
	font-size: 7px;
	font-weight: 900;
	letter-spacing: .09em;
	line-height: 1.25;
}

.hk-guide-topic__copy strong {
	color: var(--hk-guide-green);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.24;
}

.hk-guide-topic__copy em {
	color: #809087;
	font-size: 8.5px;
	font-style: normal;
	font-weight: 650;
}

.hk-guide-topic__arrow {
	justify-self: end;
	color: var(--hk-guide-gold);
	font-size: 14px;
}

/* Knowledge workspace */
.hk-guide-knowledge {
	display: grid;
	grid-template-columns: 226px minmax(0,1fr);
	align-items: start;
	gap: 22px;
}

.hk-guide-toc {
	position: relative;
	min-width: 0;
}

.hk-guide-toc__inner {
	position: sticky;
	top: 104px;
	padding: 18px 14px 16px;
	border: 1px solid rgba(18,63,47,.12);
	border-radius: 19px;
	background: linear-gradient(180deg,#fff,#fbfdfc);
	box-shadow: 0 9px 28px rgba(18,63,47,.05);
}

.hk-guide-toc__label {
	padding: 0 8px 10px;
	font-size: 8px;
}

.hk-guide-toc nav {
	display: grid;
	gap: 2px;
}

.hk-guide-toc nav a,
.hk-guide-toc nav a:visited {
	display: grid;
	grid-template-columns: 28px minmax(0,1fr);
	align-items: center;
	gap: 7px;
	min-height: 38px;
	padding: 5px 8px;
	border-radius: 10px;
	color: #50685e !important;
	font-size: 10.5px;
	font-weight: 720;
	line-height: 1.22;
	transition: background .15s ease, color .15s ease;
}

.hk-guide-toc nav a > span {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 9px;
	background: #f5f8f6;
	color: var(--hk-guide-green);
	font-size: 14px;
}

.hk-guide-toc nav a:hover,
.hk-guide-toc nav a:focus,
.hk-guide-toc nav a.is-active {
	background: #fff7e5;
	color: var(--hk-guide-green) !important;
}

.hk-guide-toc nav a.is-active > span {
	background: var(--hk-guide-green);
	color: #fff;
}

.hk-guide-toc__rule {
	height: 1px;
	margin: 13px 8px 11px;
	background: var(--hk-guide-border);
}

.hk-guide-toc__inner > p {
	margin: 0;
	padding: 0 8px;
	color: #84928c;
	font-size: 9px;
	line-height: 1.5;
}

.hk-guide-content {
	display: grid;
	gap: 17px;
	min-width: 0;
}

.hk-guide-search-status {
	padding: 12px 15px;
	border: 1px solid rgba(199,154,43,.28);
	border-radius: 13px;
	background: #fff9e9;
	color: var(--hk-guide-green);
	font-size: 12px;
	font-weight: 750;
}

.hk-guide-section {
	scroll-margin-top: 104px;
	overflow: hidden;
	border: 1px solid rgba(18,63,47,.13);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(18,63,47,.055);
}

.hk-guide-section__header {
	position: relative;
	display: grid;
	grid-template-columns: 58px minmax(0,1fr) auto;
	align-items: center;
	gap: 15px;
	padding: 22px 23px;
	border-bottom: 1px solid rgba(18,63,47,.08);
	background:
		radial-gradient(circle at 100% 0%, rgba(199,154,43,.09), transparent 30%),
		linear-gradient(180deg,#fffdf7,#fbfdfc);
}

.hk-guide-section__icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border: 1px solid rgba(199,154,43,.27);
	border-radius: 17px;
	background: var(--hk-guide-green);
	color: #fff;
	font-size: 28px;
	box-shadow: inset 0 0 0 5px rgba(255,255,255,.035);
}

.hk-guide-section__title > span {
	margin-bottom: 4px;
	font-size: 8px;
}

.hk-guide-section__title h2 {
	margin: 0 0 4px !important;
	color: var(--hk-guide-green) !important;
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: 25px !important;
	font-weight: 700 !important;
	line-height: 1.1 !important;
}

.hk-guide-section__title p {
	max-width: 670px;
	margin: 0;
	color: var(--hk-guide-muted);
	font-size: 11.5px;
	line-height: 1.5;
}

.hk-guide-live {
	align-self: start;
	padding: 6px 8px;
	border: 1px solid rgba(18,63,47,.12);
	border-radius: 999px;
	background: #f1f7f4;
	color: var(--hk-guide-green);
	font-size: 7px;
	font-weight: 900;
	letter-spacing: .09em;
	white-space: nowrap;
}

.hk-guide-articles {
	padding: 6px 20px 14px;
}

.hk-guide-article {
	border-bottom: 1px solid #e8efeb;
}

.hk-guide-article:last-child {
	border-bottom: 0;
}

.hk-guide-article[hidden] {
	display: none !important;
}

.hk-guide-article summary {
	display: grid;
	grid-template-columns: 34px minmax(0,1fr) 32px;
	align-items: center;
	gap: 10px;
	min-height: 82px;
	padding: 12px 2px;
	list-style: none;
	cursor: pointer;
}

.hk-guide-article summary::-webkit-details-marker {
	display: none;
}

.hk-guide-article summary::marker {
	content: '';
}

.hk-guide-article__number {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(199,154,43,.28);
	border-radius: 10px;
	background: #fff9ea;
	color: var(--hk-guide-gold);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 11px;
	font-weight: 700;
}

.hk-guide-article__summary {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.hk-guide-article__summary strong {
	color: var(--hk-guide-green);
	font-size: 13px;
	font-weight: 820;
	line-height: 1.3;
}

.hk-guide-article__summary small {
	color: #72837b;
	font-size: 10.5px;
	font-weight: 550;
	line-height: 1.4;
}

.hk-guide-article__toggle {
	display: grid;
	place-items: center;
	justify-self: end;
	width: 29px;
	height: 29px;
	border: 1px solid rgba(18,63,47,.12);
	border-radius: 50%;
	background: #f7faf8;
	color: var(--hk-guide-green);
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
	transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.hk-guide-article[open] .hk-guide-article__toggle {
	transform: rotate(45deg);
	border-color: var(--hk-guide-green);
	background: var(--hk-guide-green);
	color: #fff;
}

.hk-guide-article[open] summary {
	padding-bottom: 8px;
}

.hk-guide-article__body {
	padding: 0 44px 20px;
}

.hk-guide-article__lead {
	margin: 0 0 12px;
	color: #4e655b;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.6;
}

.hk-guide-steps {
	display: grid;
	gap: 8px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	counter-reset: hk-guide-step;
}

.hk-guide-steps li {
	position: relative;
	min-height: 28px;
	margin: 0 !important;
	padding: 5px 0 5px 38px;
	color: #526a60;
	font-size: 11.5px;
	line-height: 1.5;
	counter-increment: hk-guide-step;
}

.hk-guide-steps li::before {
	content: counter(hk-guide-step);
	position: absolute;
	left: 0;
	top: 2px;
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border-radius: 9px;
	background: #edf5f1;
	color: var(--hk-guide-green);
	font-size: 9px;
	font-weight: 850;
}

.hk-guide-note {
	display: grid;
	grid-template-columns: 22px minmax(0,1fr);
	gap: 9px;
	margin-top: 14px;
	padding: 11px 12px;
	border: 1px solid rgba(199,154,43,.24);
	border-radius: 12px;
	background: #fff9e9;
	color: var(--hk-guide-green);
}

.hk-guide-note > span {
	display: grid;
	place-items: start center;
	padding-top: 1px;
	color: var(--hk-guide-gold);
	font-size: 17px;
}

.hk-guide-note p {
	margin: 0;
	color: #5c684d;
	font-size: 10.5px;
	line-height: 1.55;
}

.hk-guide-section__footer {
	display: flex;
	justify-content: flex-end;
	padding: 11px 22px 15px;
	background: #fbfdfc;
}

.hk-guide-section__footer a,
.hk-guide-section__footer a:visited {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding-bottom: 2px;
	border-bottom: 1px solid rgba(199,154,43,.48);
	color: var(--hk-guide-green) !important;
	font-size: 10.5px;
	font-weight: 800;
}

.hk-guide-section__footer a:hover,
.hk-guide-section__footer a:focus {
	border-bottom-color: var(--hk-guide-gold);
	color: var(--hk-guide-gold) !important;
}

.hk-guide-section__footer span {
	color: var(--hk-guide-gold);
}

.hk-guide-section.is-search-hidden {
	display: none !important;
}

.hk-guide-empty {
	padding: 46px 28px;
	border: 1px dashed rgba(199,154,43,.45);
	border-radius: 22px;
	background: #fffdf7;
	text-align: center;
}

.hk-guide-empty__icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin: 0 auto 13px;
	border-radius: 18px;
	background: var(--hk-guide-green);
	color: #fff;
	font-size: 27px;
}

.hk-guide-empty h2 {
	margin: 0 0 8px !important;
	color: var(--hk-guide-green) !important;
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: 26px !important;
}

.hk-guide-empty p {
	max-width: 570px;
	margin: 0 auto 16px;
	color: var(--hk-guide-muted);
	font-size: 12px;
	line-height: 1.6;
}

.hk-guide-empty button {
	min-height: 39px;
	padding: 0 16px !important;
	border: 1px solid var(--hk-guide-green) !important;
	border-radius: 11px !important;
	background: var(--hk-guide-green) !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 10px;
	font-weight: 800;
	cursor: pointer;
}

.hk-guide-empty button:hover,
.hk-guide-empty button:focus {
	border-color: var(--hk-guide-gold) !important;
	background: var(--hk-guide-gold) !important;
	color: var(--hk-guide-green) !important;
}

/* Final support card */
.hk-guide-support {
	display: grid;
	grid-template-columns: 62px minmax(0,1fr) auto;
	align-items: center;
	gap: 18px;
	padding: 24px 26px;
	border: 1px solid rgba(199,154,43,.38);
	border-radius: 22px;
	background:
		radial-gradient(circle at 90% 0%, rgba(199,154,43,.10), transparent 27%),
		linear-gradient(135deg,#fffdf7,#f5faf7);
	box-shadow: 0 12px 34px rgba(18,63,47,.055);
}

.hk-guide-support__mark {
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	border-radius: 18px;
	background: var(--hk-guide-green);
	color: #f0d57d;
	font-size: 31px;
}

.hk-guide-support > div > span {
	margin-bottom: 5px;
	font-size: 8px;
}

.hk-guide-support h2 {
	margin: 0 0 5px !important;
	color: var(--hk-guide-green) !important;
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: 24px !important;
}

.hk-guide-support p {
	max-width: 720px;
	margin: 0;
	color: var(--hk-guide-muted);
	font-size: 11px;
	line-height: 1.55;
}

.hk-guide-support > a,
.hk-guide-support > a:visited {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 42px;
	padding: 0 15px;
	border: 1px solid var(--hk-guide-green);
	border-radius: 12px;
	background: var(--hk-guide-green);
	color: #fff !important;
	font-size: 10.5px;
	font-weight: 800;
	white-space: nowrap;
}

.hk-guide-support > a:hover,
.hk-guide-support > a:focus {
	border-color: var(--hk-guide-gold);
	background: var(--hk-guide-gold);
	color: var(--hk-guide-green) !important;
}

/* Laptop */
@media (max-width: 1199px) {
	.hk-guide {
		width: min(100%, calc(100vw - 32px));
	}
	.hk-guide-hero {
		grid-template-columns: minmax(0,1fr) 190px;
		gap: 30px;
		padding: 44px 42px;
	}
	.hk-guide-seal__ring {
		width: 164px;
		height: 164px;
	}
	.hk-guide-seal__ring::before {
		width: 136px;
		height: 136px;
	}
	.hk-guide-topics__grid {
		grid-template-columns: repeat(4, minmax(0,1fr));
	}
}

/* Tablet */
@media (max-width: 900px) {
	.hk-guide-hero {
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 38px 34px;
	}
	.hk-guide-hero__seal {
		position: absolute;
		right: 24px;
		top: 24px;
		opacity: .17;
		pointer-events: none;
	}
	.hk-guide-hero__seal > p {
		display: none;
	}
	.hk-guide-hero__copy {
		max-width: 100%;
	}
	.hk-guide-hero__copy > p,
	.hk-guide-search-wrap,
	.hk-guide-search {
		max-width: 100%;
	}
	.hk-guide-paths__grid {
		grid-template-columns: 1fr;
	}
	.hk-guide-topics__grid {
		grid-template-columns: repeat(3, minmax(0,1fr));
	}
	.hk-guide-knowledge {
		grid-template-columns: 1fr;
		gap: 14px;
	}
	.hk-guide-toc__inner {
		position: static;
		padding: 12px;
	}
	.hk-guide-toc__label,
	.hk-guide-toc__rule,
	.hk-guide-toc__inner > p {
		display: none;
	}
	.hk-guide-toc nav {
		display: flex;
		gap: 7px;
		overflow-x: auto;
		padding-bottom: 2px;
		scrollbar-width: thin;
	}
	.hk-guide-toc nav a,
	.hk-guide-toc nav a:visited {
		grid-template-columns: 26px auto;
		flex: 0 0 auto;
		min-height: 36px;
		padding: 4px 9px 4px 5px;
		white-space: nowrap;
	}
	.hk-guide-toc nav a > span {
		width: 26px;
		height: 26px;
	}
	.hk-guide-section {
		scroll-margin-top: 78px;
	}
}

/* Mobile */
@media (max-width: 680px) {
	body.hk-core-guide-page .site-main,
	body.hk-core-guide-page .content-area,
	body.hk-core-guide-page .entry-content {
		padding-inline: 0 !important;
	}

	.hk-guide {
		width: min(100%, calc(100vw - 20px));
	}

	.hk-guide-hero {
		margin-top: 3px;
		padding: 27px 20px 24px;
		border-radius: 22px;
	}

	.hk-guide-hero__seal {
		right: 12px;
		top: 18px;
		z-index: 1;
		transform: scale(.58);
		transform-origin: top right;
		opacity: .48;
	}

	.hk-guide-hero__seal .hk-guide-seal__ring {
		border-color: rgba(234,215,159,.62);
		background: rgba(6,31,23,.16);
		box-shadow: inset 0 0 0 8px rgba(255,255,255,.03), 0 14px 32px rgba(0,0,0,.10);
	}

	.hk-guide-hero__seal .hk-guide-seal__ring::before {
		border-color: rgba(234,215,159,.34);
	}

	.hk-guide-hero__seal .hk-guide-seal__ring span {
		color: rgba(255,255,255,.74);
	}

	.hk-guide-hero__seal .hk-guide-seal__ring small {
		color: rgba(232,201,110,.94);
	}

	.hk-guide-hero .hk-guide-kicker {
		margin-bottom: 9px;
		font-size: 8px;
	}

	.hk-guide-hero h1 {
		max-width: 90%;
		margin-bottom: 12px !important;
		font-size: clamp(35px, 10.8vw, 47px) !important;
		line-height: 1.01 !important;
	}

	.hk-guide-hero__copy > p {
		font-size: 13px;
		line-height: 1.58;
	}

	.hk-guide-search-wrap {
		margin-top: 19px;
	}

	.hk-guide-search {
		grid-template-columns: 20px minmax(0,1fr) 28px;
		gap: 8px;
		margin-top: 0;
		padding: 5px 8px 5px 13px;
		border-radius: 14px;
	}

	.hk-guide-search input[type="search"] {
		height: 44px !important;
		min-height: 44px !important;
		font-size: 16px !important;
	}

	.hk-guide-search__icon {
		font-size: 17px;
	}

	.hk-guide-hero__meta {
		gap: 6px;
		margin-top: 13px;
	}

	.hk-guide-hero__meta > span {
		min-height: 27px;
		padding: 0 8px;
		font-size: 8px;
	}

	.hk-guide-hero__meta strong {
		font-size: 8px;
	}

	.hk-guide-paths,
	.hk-guide-topics,
	.hk-guide-knowledge,
	.hk-guide-support {
		margin-top: 26px;
	}

	.hk-guide-section-heading {
		display: block;
		margin-bottom: 12px;
	}

	.hk-guide-section-heading > div > span {
		margin-bottom: 5px;
		font-size: 8px;
	}

	.hk-guide-section-heading h2 {
		font-size: 25px !important;
	}

	.hk-guide-section-heading > p {
		margin-top: 6px;
		font-size: 10.5px;
		text-align: left;
	}

	.hk-guide-path,
	.hk-guide-path:visited {
		grid-template-columns: 50px minmax(0,1fr) 20px;
		gap: 11px;
		min-height: 126px;
		padding: 16px;
		border-radius: 18px;
	}

	.hk-guide-path__icon {
		width: 50px;
		height: 50px;
		border-radius: 15px;
		font-size: 24px;
	}

	.hk-guide-path small {
		font-size: 7px;
	}

	.hk-guide-path h3 {
		font-size: 18px !important;
	}

	.hk-guide-path p {
		font-size: 10px;
	}

	.hk-guide-path__arrow {
		font-size: 18px;
	}

	.hk-guide-topics__grid {
		grid-template-columns: repeat(2, minmax(0,1fr));
		gap: 8px;
	}

	.hk-guide-topic,
	.hk-guide-topic:visited {
		grid-template-columns: 36px minmax(0,1fr);
		gap: 8px;
		min-height: 82px;
		padding: 10px;
		border-radius: 14px;
	}

	.hk-guide-topic__icon {
		width: 36px;
		height: 36px;
		border-radius: 11px;
		font-size: 18px;
	}

	.hk-guide-topic__arrow {
		display: none;
	}

	.hk-guide-topic__copy small {
		font-size: 6px;
	}

	.hk-guide-topic__copy strong {
		font-size: 9.5px;
	}

	.hk-guide-topic__copy em {
		font-size: 7.5px;
	}

	.hk-guide-toc__inner {
		margin-inline: -1px;
		padding: 9px;
		border-radius: 15px;
	}

	.hk-guide-toc nav a,
	.hk-guide-toc nav a:visited {
		font-size: 9px;
	}

	.hk-guide-section {
		border-radius: 18px;
	}

	.hk-guide-section__header {
		grid-template-columns: 46px minmax(0,1fr);
		gap: 11px;
		padding: 17px 15px;
	}

	.hk-guide-section__icon {
		width: 46px;
		height: 46px;
		border-radius: 14px;
		font-size: 22px;
	}

	.hk-guide-section__title > span {
		font-size: 6px;
	}

	.hk-guide-section__title h2 {
		font-size: 20px !important;
	}

	.hk-guide-section__title p {
		font-size: 9.5px;
		line-height: 1.45;
	}

	.hk-guide-live {
		grid-column: 2;
		justify-self: start;
		margin-top: -2px;
		padding: 4px 6px;
		font-size: 6px;
	}

	.hk-guide-articles {
		padding: 4px 13px 10px;
	}

	.hk-guide-article summary {
		grid-template-columns: 28px minmax(0,1fr) 28px;
		gap: 8px;
		min-height: 76px;
		padding: 10px 0;
	}

	.hk-guide-article__number {
		width: 27px;
		height: 27px;
		border-radius: 9px;
		font-size: 9px;
	}

	.hk-guide-article__summary strong {
		font-size: 11px;
	}

	.hk-guide-article__summary small {
		font-size: 9px;
		line-height: 1.35;
	}

	.hk-guide-article__toggle {
		width: 27px;
		height: 27px;
		font-size: 16px;
	}

	.hk-guide-article__body {
		padding: 0 0 16px 36px;
	}

	.hk-guide-article__lead {
		font-size: 10px;
	}

	.hk-guide-steps li {
		padding-left: 33px;
		font-size: 9.5px;
	}

	.hk-guide-steps li::before {
		width: 23px;
		height: 23px;
	}

	.hk-guide-note {
		grid-template-columns: 18px minmax(0,1fr);
		gap: 7px;
		padding: 9px;
	}

	.hk-guide-note > span {
		font-size: 15px;
	}

	.hk-guide-note p {
		font-size: 9px;
	}

	.hk-guide-section__footer {
		padding: 9px 13px 12px;
	}

	.hk-guide-section__footer a,
	.hk-guide-section__footer a:visited {
		font-size: 9px;
	}

	.hk-guide-support {
		grid-template-columns: 48px minmax(0,1fr);
		gap: 12px;
		padding: 17px;
		border-radius: 18px;
	}

	.hk-guide-support__mark {
		width: 48px;
		height: 48px;
		border-radius: 14px;
		font-size: 23px;
	}

	.hk-guide-support h2 {
		font-size: 19px !important;
	}

	.hk-guide-support p {
		font-size: 9.5px;
	}

	.hk-guide-support > a,
	.hk-guide-support > a:visited {
		grid-column: 1 / -1;
		justify-content: center;
		min-height: 42px;
	}
}

/* Very narrow phones */
@media (max-width: 390px) {
	.hk-guide-topics__grid {
		grid-template-columns: 1fr;
	}
	.hk-guide-topic,
	.hk-guide-topic:visited {
		min-height: 66px;
	}
	.hk-guide-hero__meta > span:nth-child(3) {
		width: 100%;
		justify-content: center;
	}
}

/* Motion safety */
@media (prefers-reduced-motion: reduce) {
	.hk-guide *,
	.hk-guide *::before,
	.hk-guide *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* Guide v1.0.1 — desktop polish, answer search and stronger navigation context. */
.hk-guide-search-results {
	position: relative;
	z-index: 3;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 300px;
	margin-top: 8px;
	border: 1px solid rgba(18,63,47,.13);
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(7,35,26,.20);
}

.hk-guide-search-result,
.hk-guide-search-result:visited {
	display: grid;
	grid-template-columns: minmax(0,1fr) auto;
	align-items: center;
	gap: 14px;
	width: 100%;
	min-height: 58px;
	padding: 10px 14px !important;
	border: 0 !important;
	border-bottom: 1px solid #edf2ef !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	color: var(--hk-guide-green) !important;
	text-align: left;
	cursor: pointer;
}

.hk-guide-search-result:last-child {
	border-bottom: 0 !important;
}

.hk-guide-search-result:hover,
.hk-guide-search-result:focus {
	background: #fffaf0 !important;
	outline: 0;
}

.hk-guide-search-result__copy {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.hk-guide-search-result__copy small {
	color: #a77913;
	font-size: 8px;
	font-weight: 850;
	letter-spacing: .075em;
	text-transform: uppercase;
}

.hk-guide-search-result__copy strong {
	overflow: hidden;
	color: var(--hk-guide-green);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hk-guide-search-result__arrow {
	color: var(--hk-guide-gold);
	font-size: 17px;
	font-weight: 700;
}

.hk-guide-search-results__empty {
	padding: 15px 16px;
	color: #667b72;
	font-size: 11px;
	font-weight: 650;
}

.hk-guide-article {
	scroll-margin-top: 112px;
}

.hk-guide-toc nav a.is-active {
	position: relative;
	background: linear-gradient(90deg, #fff4d9 0%, #fffaf0 100%);
	box-shadow: inset 0 0 0 1px rgba(199,154,43,.16);
}

.hk-guide-toc nav a.is-active::before {
	content: '';
	position: absolute;
	left: -14px;
	top: 8px;
	bottom: 8px;
	width: 3px;
	border-radius: 999px;
	background: var(--hk-guide-gold);
}

@media (min-width: 1200px) {
	.hk-guide-topic,
	.hk-guide-topic:visited {
		grid-template-columns: 44px minmax(0,1fr) 15px;
		gap: 11px;
		min-height: 101px;
		padding: 15px 14px;
	}

	.hk-guide-topic__icon {
		width: 44px;
		height: 44px;
		font-size: 22px;
	}

	.hk-guide-topic__copy {
		gap: 3px;
	}

	.hk-guide-topic__copy small {
		color: #a9770d;
		font-size: 7.5px;
		line-height: 1.3;
	}

	.hk-guide-topic__copy strong {
		font-size: 11.8px;
		line-height: 1.28;
	}

	.hk-guide-topic__copy em {
		color: #667a70;
		font-size: 9.25px;
		font-weight: 700;
	}

	.hk-guide-toc__label {
		color: #aa7810;
		font-size: 8.5px;
	}

	.hk-guide-toc nav a,
	.hk-guide-toc nav a:visited {
		color: #435e53 !important;
		font-size: 11px;
		font-weight: 760;
	}

	.hk-guide-toc__inner > p {
		color: #6f8279;
		font-size: 9.5px;
	}

	.hk-guide-section__title p {
		color: #536d62;
		font-size: 12px;
	}

	.hk-guide-article__summary small {
		color: #63786e;
		font-size: 11px;
	}

	.hk-guide-hero__meta > span {
		color: rgba(255,255,255,.76);
	}
}

@media (max-width: 900px) {
	.hk-guide-toc nav a.is-active::before {
		display: none;
	}
}

@media (max-width: 680px) {
	.hk-guide-search-results {
		max-height: 250px;
		margin-top: 7px;
		border-radius: 13px;
	}

	.hk-guide-search-result,
	.hk-guide-search-result:visited {
		min-height: 54px;
		padding: 9px 11px !important;
	}

	.hk-guide-search-result__copy small {
		font-size: 6.5px;
	}

	.hk-guide-search-result__copy strong {
		font-size: 10.5px;
	}

	.hk-guide-search-results__empty {
		font-size: 10px;
	}

	.hk-guide-article {
		scroll-margin-top: 82px;
	}
}


/* Guide v1.0.2 — desktop readability pass. */
@media (min-width: 901px) {
	.hk-guide-toc nav a,
	.hk-guide-toc nav a:visited {
		min-height: 40px;
		font-size: 12.75px;
		line-height: 1.28;
	}

	.hk-guide-toc__inner > p {
		font-size: 10.5px;
		line-height: 1.55;
	}

	.hk-guide-section__title p {
		font-size: 13.5px;
		line-height: 1.55;
	}

	.hk-guide-article__summary strong {
		font-size: 14px;
		line-height: 1.34;
	}

	.hk-guide-article__summary small {
		font-size: 12.75px;
		line-height: 1.48;
	}

	.hk-guide-article__lead {
		margin-bottom: 14px;
		font-size: 14.5px;
		line-height: 1.62;
	}

	.hk-guide-steps {
		gap: 9px;
	}

	.hk-guide-steps li {
		min-height: 31px;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 14px;
		line-height: 1.58;
	}

	.hk-guide-note {
		padding: 12px 13px;
	}

	.hk-guide-note p {
		font-size: 13.5px;
		line-height: 1.6;
	}

	.hk-guide-section__footer a,
	.hk-guide-section__footer a:visited {
		font-size: 12px;
	}
}

/* Guide v1.2.2 — crisp mobile H / ДОВІДНИК seal. */
@media (max-width: 680px) {
	.hk-guide-hero__seal {
		right: 16px !important;
		top: 24px !important;
		width: 112px;
		height: 112px;
		z-index: 1 !important;
		transform: none !important;
		opacity: 1 !important;
	}

	.hk-guide-hero__seal .hk-guide-seal__ring {
		width: 112px !important;
		height: 112px !important;
		border: 2px solid rgba(234,215,159,.62) !important;
		background: rgba(8,43,32,.34) !important;
		box-shadow:
			inset 0 0 0 6px rgba(255,255,255,.035),
			0 10px 24px rgba(0,0,0,.09) !important;
	}

	.hk-guide-hero__seal .hk-guide-seal__ring::before {
		width: 88px !important;
		height: 88px !important;
		border: 1px dashed rgba(234,215,159,.48) !important;
	}

	.hk-guide-hero__seal .hk-guide-seal__ring span {
		margin-top: 10px !important;
		color: rgba(255,255,255,.90) !important;
		font-size: 50px !important;
		line-height: .76 !important;
		text-shadow: 0 1px 0 rgba(0,0,0,.08);
	}

	.hk-guide-hero__seal .hk-guide-seal__ring small {
		margin-top: -15px !important;
		color: #e8c96e !important;
		font-size: 7px !important;
		font-weight: 900 !important;
		letter-spacing: .16em !important;
		text-shadow: 0 1px 0 rgba(0,0,0,.10);
	}
}

@media (max-width: 390px) {
	.hk-guide-hero__seal {
		right: 12px !important;
		top: 24px !important;
		width: 102px;
		height: 102px;
	}

	.hk-guide-hero__seal .hk-guide-seal__ring {
		width: 102px !important;
		height: 102px !important;
	}

	.hk-guide-hero__seal .hk-guide-seal__ring::before {
		width: 80px !important;
		height: 80px !important;
	}

	.hk-guide-hero__seal .hk-guide-seal__ring span {
		font-size: 46px !important;
	}
}
