/**
 * Horizon Help Centre.
 */

body.horizon-help-centre-page {
	--hh-bg: #020b21;
	--hh-bg-deep: #010718;
	--hh-surface: rgba(8, 25, 61, 0.86);
	--hh-surface-solid: #071b41;
	--hh-soft: rgba(255, 255, 255, 0.045);
	--hh-hover: rgba(255, 255, 255, 0.075);
	--hh-text: #f5f8ff;
	--hh-muted: #b8c8e4;
	--hh-faint: #8196ba;
	--hh-blue: #4a9cff;
	--hh-blue-bright: #86c8ff;
	--hh-blue-deep: #1e57e9;
	--hh-line: rgba(116, 171, 255, 0.17);
	--hh-line-strong: rgba(116, 171, 255, 0.34);
	--hh-shadow: 0 28px 75px rgba(0, 5, 20, 0.31);
	--hh-glow: 0 0 52px rgba(46, 137, 255, 0.14);
	margin: 0;
	background:
		radial-gradient(circle at 93% 12%, rgba(39, 112, 238, 0.15), transparent 29rem),
		linear-gradient(180deg, var(--hh-bg), var(--hh-bg-deep));
	color: var(--hh-text);
	font-family: Satoshi, "Helvetica Neue", Arial, sans-serif;
}

html[data-rizon-theme="light"] body.horizon-help-centre-page {
	--hh-bg: #f5fbff;
	--hh-bg-deep: #eaf6ff;
	--hh-surface: rgba(255, 255, 255, 0.9);
	--hh-surface-solid: #ffffff;
	--hh-soft: rgba(13, 83, 167, 0.045);
	--hh-hover: rgba(38, 125, 225, 0.08);
	--hh-text: #0a2148;
	--hh-muted: #405a7c;
	--hh-faint: #667c9a;
	--hh-blue: #176fdb;
	--hh-blue-bright: #0d5fc4;
	--hh-blue-deep: #134cb6;
	--hh-line: rgba(20, 99, 190, 0.16);
	--hh-line-strong: rgba(20, 99, 190, 0.32);
	--hh-shadow: 0 25px 65px rgba(32, 88, 145, 0.11);
	--hh-glow: 0 0 48px rgba(46, 137, 255, 0.1);
	background:
		radial-gradient(circle at 93% 12%, rgba(80, 182, 255, 0.18), transparent 30rem),
		linear-gradient(180deg, var(--hh-bg), var(--hh-bg-deep));
}

body.horizon-help-centre-page *,
body.horizon-help-centre-page *::before,
body.horizon-help-centre-page *::after {
	box-sizing: border-box;
}

body.horizon-help-centre-page a {
	color: var(--hh-blue-bright);
}

body.horizon-help-centre-page a:hover {
	color: var(--hh-text);
}

body.horizon-help-centre-page h1,
body.horizon-help-centre-page h2,
body.horizon-help-centre-page h3,
body.horizon-help-centre-page h4 {
	color: var(--hh-text);
}

.hhelp-main {
	position: relative;
	z-index: 1;
	width: min(100%, 1504px);
	margin: 0 auto;
	padding: 22px 32px 90px;
}

.hhelp-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 18px;
	padding: 0 8px;
	color: var(--hh-faint);
	font-family: "Space Mono", Consolas, monospace;
	font-size: 11px;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.hhelp-breadcrumbs a {
	color: var(--hh-muted);
	text-decoration: none;
}

.hhelp-breadcrumbs a:hover {
	color: var(--hh-text);
}

.hhelp-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
	gap: 48px;
	align-items: center;
	min-height: 610px;
	padding: clamp(42px, 6vw, 88px);
	overflow: hidden;
	border: 1px solid var(--hh-line);
	border-radius: 36px;
	background:
		radial-gradient(circle at 79% 32%, rgba(56, 139, 255, 0.25), transparent 24rem),
		linear-gradient(135deg, rgba(13, 49, 116, 0.96), rgba(3, 14, 42, 0.98) 66%);
	box-shadow: var(--hh-shadow), var(--hh-glow);
	isolation: isolate;
}

html[data-rizon-theme="light"] .hhelp-hero {
	background:
		radial-gradient(circle at 80% 27%, rgba(56, 163, 255, 0.25), transparent 24rem),
		linear-gradient(135deg, #ffffff, #e7f5ff 66%);
}

.hhelp-hero-grid {
	position: absolute;
	z-index: -2;
	inset: 0;
	opacity: 0.35;
	background-image:
		linear-gradient(var(--hh-line) 1px, transparent 1px),
		linear-gradient(90deg, var(--hh-line) 1px, transparent 1px);
	background-size: 54px 54px;
	mask-image: linear-gradient(90deg, #000, transparent 76%);
}

.hhelp-hero-glow {
	position: absolute;
	z-index: -1;
	right: -170px;
	bottom: -255px;
	width: 630px;
	height: 630px;
	border: 1px solid var(--hh-line-strong);
	border-radius: 50%;
	box-shadow:
		0 0 0 75px rgba(55, 137, 255, 0.035),
		0 0 0 150px rgba(55, 137, 255, 0.025);
}

.hhelp-hero-copy {
	max-width: 850px;
}

.hhelp-eyebrow,
.hhelp-kicker {
	margin: 0 0 18px;
	color: var(--hh-blue-bright);
	font-family: "Space Mono", Consolas, monospace;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hhelp-eyebrow span {
	margin-right: 8px;
}

.hhelp-hero h1 {
	max-width: 900px;
	margin: 0;
	font-family: "Instrument Serif", Georgia, "Times New Roman", serif;
	font-size: clamp(64px, 7.5vw, 116px);
	font-weight: 400;
	line-height: 0.88;
	letter-spacing: -0.055em;
}

.hhelp-hero h1 em {
	color: var(--hh-blue-bright);
	font-weight: 400;
}

.hhelp-hero-copy > p:not(.hhelp-eyebrow) {
	max-width: 710px;
	margin: 28px 0 0;
	color: var(--hh-muted);
	font-size: clamp(17px, 1.45vw, 21px);
	line-height: 1.7;
}

.hhelp-search {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: 730px;
	margin-top: 34px;
	padding: 8px;
	border: 1px solid var(--hh-line-strong);
	border-radius: 21px;
	background: rgba(255, 255, 255, 0.09);
	box-shadow: 0 18px 48px rgba(0, 6, 26, 0.19);
	backdrop-filter: blur(16px);
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

html[data-rizon-theme="light"] .hhelp-search {
	background: rgba(255, 255, 255, 0.79);
}

.hhelp-search:focus-within {
	border-color: var(--hh-blue);
	box-shadow: 0 0 0 4px rgba(62, 150, 255, 0.13), var(--hh-glow);
}

.hhelp-search-icon {
	display: grid;
	place-items: center;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	color: var(--hh-blue-bright);
	font-size: 27px;
	transform: rotate(-20deg);
}

.hhelp-search input[type="search"] {
	flex: 1;
	min-width: 0;
	width: auto;
	height: 52px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	box-shadow: none;
	color: var(--hh-text);
	font: inherit;
	font-size: 16px;
}

.hhelp-search input[type="search"]::placeholder {
	color: var(--hh-faint);
	opacity: 1;
}

.hhelp-search input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

.hhelp-search button {
	flex: 0 0 auto;
	min-height: 42px;
	margin: 0;
	padding: 0 15px;
	border: 1px solid var(--hh-line);
	border-radius: 13px;
	background: var(--hh-soft);
	color: var(--hh-muted);
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.hhelp-search button:hover {
	border-color: var(--hh-line-strong);
	color: var(--hh-text);
}

.hhelp-popular {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 15px;
	align-items: center;
	margin-top: 18px;
	color: var(--hh-faint);
	font-size: 12px;
}

.hhelp-popular span {
	font-family: "Space Mono", Consolas, monospace;
	font-size: 10px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.hhelp-popular a {
	color: var(--hh-muted);
	font-weight: 600;
	text-underline-offset: 3px;
}

.hhelp-popular a:hover {
	color: var(--hh-text);
}

.hhelp-hero-panel {
	padding: 30px;
	border: 1px solid var(--hh-line-strong);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.07);
	box-shadow: 0 22px 58px rgba(0, 6, 26, 0.2);
	backdrop-filter: blur(17px);
}

html[data-rizon-theme="light"] .hhelp-hero-panel {
	background: rgba(255, 255, 255, 0.73);
}

.hhelp-hero-panel-top {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 30px;
}

.hhelp-status-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #55dda1;
	box-shadow: 0 0 0 6px rgba(85, 221, 161, 0.12);
}

.hhelp-hero-panel-top p {
	margin: 0;
	color: var(--hh-muted);
	font-family: "Space Mono", Consolas, monospace;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.09em;
}

.hhelp-hero-panel h2 {
	margin: 0 0 28px;
	font-family: "Instrument Serif", Georgia, "Times New Roman", serif;
	font-size: 44px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.04em;
}

.hhelp-hero-panel ul {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hhelp-hero-panel li {
	display: grid;
	grid-template-columns: 30px 1fr;
	gap: 12px;
	padding: 15px 0;
	border-top: 1px solid var(--hh-line);
	color: var(--hh-muted);
	font-size: 13px;
	line-height: 1.45;
}

.hhelp-hero-panel li span {
	color: var(--hh-blue-bright);
	font-family: "Space Mono", Consolas, monospace;
	font-size: 9px;
	line-height: 2;
}

.hhelp-category-section,
.hhelp-answers-section {
	margin: 90px auto;
}

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

.hhelp-section-heading .hhelp-kicker {
	margin-bottom: 10px;
}

.hhelp-section-heading h2,
.hhelp-track-copy h2,
.hhelp-contact-copy h2 {
	margin: 0;
	font-family: "Instrument Serif", Georgia, "Times New Roman", serif;
	font-size: clamp(45px, 5vw, 72px);
	font-weight: 400;
	line-height: 0.98;
	letter-spacing: -0.045em;
}

.hhelp-section-heading > p {
	max-width: 390px;
	margin: 0 0 5px;
	color: var(--hh-muted);
	font-size: 15px;
	line-height: 1.65;
	text-align: right;
}

.hhelp-category-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 14px;
}

.hhelp-category-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	min-height: 210px;
	padding: 23px;
	overflow: hidden;
	border: 1px solid var(--hh-line);
	border-radius: 24px;
	background: linear-gradient(180deg, var(--hh-soft), rgba(255, 255, 255, 0.025));
	color: var(--hh-text);
	font: inherit;
	text-align: left;
	cursor: pointer;
	box-shadow: none;
	transition: border-color 190ms ease, background-color 190ms ease, box-shadow 190ms ease, transform 190ms ease;
}

.hhelp-category-card:hover,
.hhelp-category-card[aria-pressed="true"] {
	border-color: var(--hh-line-strong);
	background: linear-gradient(145deg, rgba(45, 136, 255, 0.18), var(--hh-soft));
	box-shadow: var(--hh-glow);
	transform: translateY(-4px);
}

.hhelp-category-icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	margin-bottom: 18px;
	border-radius: 16px;
	background: linear-gradient(135deg, var(--hh-blue), var(--hh-blue-deep));
	color: #fff;
	font-size: 19px;
	box-shadow: 0 0 0 7px rgba(46, 137, 255, 0.09);
}

.hhelp-category-card strong {
	display: block;
	margin-top: 0;
	color: var(--hh-text);
	font-size: 16px;
	line-height: 1.25;
}

.hhelp-category-card small {
	display: block;
	margin-top: 5px;
	color: var(--hh-faint);
	font-size: 11px;
}

.hhelp-category-arrow {
	position: absolute;
	right: 21px;
	bottom: 22px;
	color: var(--hh-blue-bright);
	font-size: 19px;
	transition: transform 180ms ease;
}

.hhelp-category-card:hover .hhelp-category-arrow {
	transform: translateX(4px);
}

.hhelp-track-section {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.75fr) minmax(460px, 1.25fr);
	gap: clamp(38px, 7vw, 105px);
	align-items: center;
	margin: 92px 0;
	padding: clamp(38px, 6vw, 76px);
	overflow: hidden;
	border: 1px solid var(--hh-line-strong);
	border-radius: 32px;
	background:
		radial-gradient(circle at 88% 22%, rgba(54, 146, 255, 0.2), transparent 22rem),
		var(--hh-surface);
	box-shadow: var(--hh-shadow);
	scroll-margin-top: 30px;
}

.hhelp-track-section::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(var(--hh-line) 1px, transparent 1px),
		linear-gradient(90deg, var(--hh-line) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(90deg, transparent, #000);
	opacity: 0.2;
	content: "";
	pointer-events: none;
}

.hhelp-track-copy,
.hhelp-track-form {
	position: relative;
	z-index: 1;
}

.hhelp-track-copy > p:not(.hhelp-kicker) {
	margin: 22px 0 0;
	color: var(--hh-muted);
	font-size: 16px;
	line-height: 1.72;
}

.hhelp-track-note {
	display: grid;
	grid-template-columns: 36px 1fr;
	gap: 13px;
	align-items: start;
	margin-top: 25px;
	padding: 16px;
	border: 1px solid var(--hh-line);
	border-radius: 16px;
	background: var(--hh-soft);
}

.hhelp-track-note > span {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 12px;
	background: rgba(46, 137, 255, 0.13);
	color: var(--hh-blue-bright);
	font-family: Georgia, serif;
	font-weight: 700;
}

.hhelp-track-note p {
	margin: 0;
	color: var(--hh-muted);
	font-size: 12px;
	line-height: 1.55;
}

.hhelp-track-form {
	min-width: 0;
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid var(--hh-line);
	border-radius: 25px;
	background: var(--hh-surface-solid);
	box-shadow: 0 22px 55px rgba(0, 6, 26, 0.18);
}

.hhelp-track-form .woocommerce {
	margin: 0;
}

.hhelp-track-form form.track_order {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	margin: 0;
}

.hhelp-track-form form.track_order > p:not(.form-row) {
	grid-column: 1 / -1;
	margin: 0 0 6px;
	color: var(--hh-muted);
	font-size: 13px;
	line-height: 1.6;
}

.hhelp-track-form form.track_order .form-row {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}

.hhelp-track-form form.track_order .form-row:last-child {
	grid-column: 1 / -1;
}

.hhelp-track-form form.track_order .clear {
	display: none;
}

.hhelp-track-form form.track_order label {
	display: block;
	margin-bottom: 8px;
	color: var(--hh-text);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
}

.hhelp-track-form form.track_order input.input-text {
	width: 100%;
	min-height: 52px;
	margin: 0;
	padding: 13px 15px;
	border: 1px solid var(--hh-line);
	border-radius: 14px;
	outline: 0;
	background: var(--hh-soft);
	box-shadow: none;
	color: var(--hh-text);
	font: inherit;
	font-size: 14px;
}

.hhelp-track-form form.track_order input.input-text:focus {
	border-color: var(--hh-blue);
	box-shadow: 0 0 0 3px rgba(62, 150, 255, 0.12);
}

.hhelp-track-form form.track_order button.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	margin: 0;
	padding: 13px 18px;
	border: 0;
	border-radius: 15px;
	background: linear-gradient(90deg, var(--hh-blue), var(--hh-blue-deep));
	box-shadow: 0 12px 30px rgba(29, 83, 241, 0.24);
	color: #fff;
	font: inherit;
	font-size: 13px;
	font-weight: 750;
	cursor: pointer;
}

.hhelp-track-form form.track_order button.button:hover {
	box-shadow: 0 16px 38px rgba(29, 83, 241, 0.34);
	transform: translateY(-1px);
}

.hhelp-answers-section {
	scroll-margin-top: 30px;
}

.hhelp-answers-heading {
	margin-bottom: 22px;
}

.hhelp-result-count {
	padding: 8px 12px;
	border: 1px solid var(--hh-line);
	border-radius: 999px;
	background: var(--hh-soft);
	color: var(--hh-muted) !important;
	font-family: "Space Mono", Consolas, monospace;
	font-size: 10px !important;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.hhelp-filter-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 24px;
	padding: 8px;
	border: 1px solid var(--hh-line);
	border-radius: 18px;
	background: var(--hh-soft);
}

.hhelp-filter-bar button {
	min-height: 38px;
	margin: 0;
	padding: 8px 13px;
	border: 1px solid transparent;
	border-radius: 12px;
	background: transparent;
	color: var(--hh-muted);
	font: inherit;
	font-size: 12px;
	font-weight: 650;
	cursor: pointer;
}

.hhelp-filter-bar button:hover {
	background: var(--hh-hover);
	color: var(--hh-text);
}

.hhelp-filter-bar button[aria-pressed="true"] {
	border-color: var(--hh-line-strong);
	background: linear-gradient(135deg, rgba(45, 136, 255, 0.24), var(--hh-soft));
	color: var(--hh-text);
}

.hhelp-faq-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 28px;
	align-items: start;
}

.hhelp-faq-list {
	min-width: 0;
	border-top: 1px solid var(--hh-line);
}

.hhelp-faq[hidden] {
	display: none !important;
}

.hhelp-faq {
	margin: 0;
	border-bottom: 1px solid var(--hh-line);
	background: transparent;
	scroll-margin-top: 25px;
}

.hhelp-faq summary {
	display: grid;
	grid-template-columns: 45px minmax(0, 1fr) 42px;
	gap: 15px;
	align-items: center;
	min-height: 86px;
	padding: 17px 8px;
	color: var(--hh-text);
	cursor: pointer;
	list-style: none;
	transition: background-color 170ms ease;
}

.hhelp-faq summary::-webkit-details-marker {
	display: none;
}

.hhelp-faq summary:hover {
	background: var(--hh-soft);
}

.hhelp-faq-number {
	color: var(--hh-blue-bright);
	font-family: "Space Mono", Consolas, monospace;
	font-size: 9px;
}

.hhelp-faq-question {
	font-size: 17px;
	font-weight: 650;
	line-height: 1.45;
	letter-spacing: -0.015em;
}

.hhelp-faq-toggle {
	position: relative;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid var(--hh-line);
	border-radius: 13px;
	background: var(--hh-soft);
}

.hhelp-faq-toggle::before,
.hhelp-faq-toggle::after {
	position: absolute;
	width: 12px;
	height: 1.5px;
	border-radius: 2px;
	background: var(--hh-blue-bright);
	content: "";
	transition: transform 180ms ease;
}

.hhelp-faq-toggle::after {
	transform: rotate(90deg);
}

.hhelp-faq[open] .hhelp-faq-toggle::after {
	transform: rotate(0);
}

.hhelp-faq[open] summary {
	background: linear-gradient(90deg, rgba(46, 137, 255, 0.1), transparent);
}

.hhelp-faq-answer {
	max-width: 850px;
	padding: 0 64px 28px 68px;
}

.hhelp-faq-answer p,
.hhelp-faq-answer li {
	color: var(--hh-muted);
	font-size: 14px;
	line-height: 1.75;
}

.hhelp-faq-answer p {
	margin: 0 0 12px;
}

.hhelp-faq-answer p:last-child {
	margin-bottom: 0;
}

.hhelp-faq-answer a {
	font-weight: 700;
	text-underline-offset: 3px;
}

.hhelp-answer-aside {
	position: sticky;
	top: 24px;
	display: grid;
	gap: 14px;
}

.hhelp-before-card,
.hhelp-protection-card {
	padding: 24px;
	border: 1px solid var(--hh-line);
	border-radius: 23px;
	background: var(--hh-surface);
	box-shadow: 0 16px 42px rgba(0, 6, 26, 0.11);
	backdrop-filter: blur(14px);
}

.hhelp-before-card .hhelp-kicker {
	margin-bottom: 10px;
}

.hhelp-before-card h3 {
	margin: 0 0 20px;
	font-size: 23px;
	line-height: 1.2;
	letter-spacing: -0.03em;
}

.hhelp-before-card ul {
	display: grid;
	gap: 11px;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.hhelp-before-card li {
	display: grid;
	grid-template-columns: 30px 1fr;
	gap: 10px;
	align-items: center;
	color: var(--hh-muted);
	font-size: 13px;
}

.hhelp-before-card li span {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border: 1px solid var(--hh-line);
	border-radius: 10px;
	color: var(--hh-blue-bright);
	font-family: "Space Mono", Consolas, monospace;
	font-size: 9px;
}

.hhelp-before-card > p:last-child {
	margin: 0;
	padding-top: 16px;
	border-top: 1px solid var(--hh-line);
	color: var(--hh-faint);
	font-size: 11px;
	line-height: 1.55;
}

.hhelp-protection-card {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 14px;
	align-items: start;
	background: linear-gradient(135deg, rgba(45, 136, 255, 0.15), var(--hh-surface));
}

.hhelp-protection-card > span {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--hh-blue), var(--hh-blue-deep));
	color: #fff;
}

.hhelp-protection-card strong {
	display: block;
	margin: 2px 0 5px;
	color: var(--hh-text);
	font-size: 14px;
}

.hhelp-protection-card p {
	margin: 0;
	color: var(--hh-muted);
	font-size: 11px;
	line-height: 1.55;
}

.hhelp-no-results {
	padding: 64px 28px;
	border-bottom: 1px solid var(--hh-line);
	color: var(--hh-muted);
	text-align: center;
}

.hhelp-no-results > span {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	margin: 0 auto 18px;
	border: 1px solid var(--hh-line);
	border-radius: 18px;
	background: var(--hh-soft);
	color: var(--hh-blue-bright);
	font-size: 30px;
	transform: rotate(-20deg);
}

.hhelp-no-results h3 {
	margin: 0 0 8px;
	font-size: 22px;
}

.hhelp-no-results p {
	max-width: 520px;
	margin: 0 auto 15px;
	font-size: 14px;
	line-height: 1.65;
}

.hhelp-no-results a {
	font-weight: 700;
}

.hhelp-contact-section {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(460px, 1.2fr);
	gap: clamp(42px, 7vw, 100px);
	align-items: center;
	margin: 92px 0 24px;
	padding: clamp(38px, 6vw, 72px);
	border: 1px solid var(--hh-line-strong);
	border-radius: 32px;
	background:
		radial-gradient(circle at 90% 18%, rgba(52, 146, 255, 0.22), transparent 20rem),
		linear-gradient(135deg, rgba(20, 74, 170, 0.25), var(--hh-surface));
	box-shadow: var(--hh-shadow);
	scroll-margin-top: 28px;
}

.hhelp-contact-copy > p:not(.hhelp-kicker) {
	margin: 22px 0 0;
	color: var(--hh-muted);
	font-size: 15px;
	line-height: 1.72;
}

.hhelp-contact-options {
	display: grid;
	gap: 12px;
}

.hhelp-contact-card {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 26px;
	gap: 16px;
	align-items: center;
	min-width: 0;
	padding: 18px;
	border: 1px solid var(--hh-line);
	border-radius: 20px;
	background: var(--hh-soft);
	color: var(--hh-text) !important;
	text-decoration: none;
	transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.hhelp-contact-card:hover {
	border-color: var(--hh-line-strong);
	background: var(--hh-hover);
	box-shadow: var(--hh-glow);
	transform: translateX(4px);
}

.hhelp-contact-primary {
	background: linear-gradient(135deg, rgba(46, 137, 255, 0.2), var(--hh-soft));
}

.hhelp-contact-icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 16px;
	background: linear-gradient(135deg, var(--hh-blue), var(--hh-blue-deep));
	color: #fff;
	font-size: 18px;
	font-weight: 750;
}

.hhelp-contact-card small,
.hhelp-contact-card strong {
	display: block;
	overflow-wrap: anywhere;
}

.hhelp-contact-card small {
	margin-bottom: 4px;
	color: var(--hh-faint);
	font-family: "Space Mono", Consolas, monospace;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.075em;
}

.hhelp-contact-card strong {
	color: var(--hh-text);
	font-size: 14px;
	line-height: 1.4;
}

.hhelp-contact-card b {
	color: var(--hh-blue-bright);
	font-size: 19px;
}

.hhelp-trust-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin-top: 18px;
}

.hhelp-trust-strip a {
	display: grid;
	grid-template-columns: 40px 1fr;
	gap: 2px 12px;
	align-items: center;
	min-width: 0;
	padding: 17px;
	border: 1px solid var(--hh-line);
	border-radius: 18px;
	background: var(--hh-soft);
	color: var(--hh-muted);
	text-decoration: none;
	transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.hhelp-trust-strip a:hover {
	border-color: var(--hh-line-strong);
	background: var(--hh-hover);
	transform: translateY(-2px);
}

.hhelp-trust-strip a > span {
	display: grid;
	grid-row: 1 / 3;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 13px;
	background: rgba(46, 137, 255, 0.12);
	color: var(--hh-blue-bright);
}

.hhelp-trust-strip strong,
.hhelp-trust-strip small {
	display: block;
	min-width: 0;
}

.hhelp-trust-strip strong {
	color: var(--hh-text);
	font-size: 12px;
}

.hhelp-trust-strip small {
	color: var(--hh-faint);
	font-size: 10px;
	line-height: 1.35;
}

html[data-rizon-theme="light"] .hhelp-hero-copy > p:not(.hhelp-eyebrow),
html[data-rizon-theme="light"] .hhelp-section-heading > p,
html[data-rizon-theme="light"] .hhelp-track-copy > p:not(.hhelp-kicker),
html[data-rizon-theme="light"] .hhelp-contact-copy > p:not(.hhelp-kicker),
html[data-rizon-theme="light"] .hhelp-faq-answer p,
html[data-rizon-theme="light"] .hhelp-faq-answer li {
	color: var(--hh-muted);
}

@media (max-width: 1180px) {
	.hhelp-main {
		padding-right: 22px;
		padding-left: 22px;
	}

	.hhelp-hero {
		grid-template-columns: minmax(0, 1.2fr) minmax(290px, 0.8fr);
	}

	.hhelp-category-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.hhelp-category-card:nth-child(4),
	.hhelp-category-card:nth-child(5) {
		min-height: 180px;
	}

	.hhelp-track-section,
	.hhelp-contact-section {
		grid-template-columns: 1fr 1.2fr;
		gap: 42px;
	}
}

@media (max-width: 900px) {
	.hhelp-hero {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.hhelp-hero-panel {
		max-width: 660px;
	}

	.hhelp-track-section,
	.hhelp-contact-section {
		grid-template-columns: 1fr;
	}

	.hhelp-faq-layout {
		grid-template-columns: 1fr;
	}

	.hhelp-answer-aside {
		position: static;
		grid-template-columns: 1fr 1fr;
	}

	.hhelp-trust-strip {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 680px) {
	.hhelp-main {
		padding: 14px 16px 64px;
	}

	.hhelp-breadcrumbs {
		font-size: 9px;
	}

	.hhelp-hero {
		gap: 34px;
		padding: 36px 22px;
		border-radius: 25px;
	}

	.hhelp-hero h1 {
		font-size: clamp(54px, 16vw, 74px);
		line-height: 0.93;
	}

	.hhelp-hero-copy > p:not(.hhelp-eyebrow) {
		font-size: 16px;
		line-height: 1.65;
	}

	.hhelp-search {
		border-radius: 18px;
	}

	.hhelp-search-icon {
		flex-basis: 35px;
		width: 35px;
	}

	.hhelp-search input[type="search"] {
		font-size: 16px;
	}

	.hhelp-popular {
		align-items: flex-start;
	}

	.hhelp-hero-panel {
		padding: 23px;
		border-radius: 22px;
	}

	.hhelp-hero-panel h2 {
		font-size: 38px;
	}

	.hhelp-category-section,
	.hhelp-answers-section {
		margin: 62px 0;
	}

	.hhelp-section-heading {
		display: block;
	}

	.hhelp-section-heading > p {
		margin-top: 14px;
		text-align: left;
	}

	.hhelp-category-grid {
		grid-template-columns: 1fr 1fr;
	}

	.hhelp-category-card,
	.hhelp-category-card:nth-child(4),
	.hhelp-category-card:nth-child(5) {
		min-height: 180px;
		padding: 19px;
		border-radius: 20px;
	}

	.hhelp-category-card strong {
		font-size: 14px;
	}

	.hhelp-track-section,
	.hhelp-contact-section {
		margin: 64px 0 20px;
		padding: 30px 22px;
		border-radius: 25px;
	}

	.hhelp-track-form {
		padding: 21px;
		border-radius: 20px;
	}

	.hhelp-track-form form.track_order {
		grid-template-columns: 1fr;
	}

	.hhelp-track-form form.track_order > *,
	.hhelp-track-form form.track_order .form-row:last-child {
		grid-column: 1;
	}

	.hhelp-filter-bar {
		flex-wrap: nowrap;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.hhelp-filter-bar::-webkit-scrollbar {
		display: none;
	}

	.hhelp-filter-bar button {
		flex: 0 0 auto;
	}

	.hhelp-faq summary {
		grid-template-columns: 32px minmax(0, 1fr) 38px;
		gap: 10px;
		min-height: 78px;
	}

	.hhelp-faq-question {
		font-size: 15px;
	}

	.hhelp-faq-answer {
		padding: 0 48px 24px 42px;
	}

	.hhelp-answer-aside {
		grid-template-columns: 1fr;
	}

	.hhelp-contact-card {
		grid-template-columns: 44px minmax(0, 1fr) 20px;
		padding: 15px;
	}

	.hhelp-contact-icon {
		width: 44px;
		height: 44px;
	}

	.hhelp-trust-strip {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 430px) {
	.hhelp-category-grid {
		grid-template-columns: 1fr;
	}

	.hhelp-category-card,
	.hhelp-category-card:nth-child(4),
	.hhelp-category-card:nth-child(5) {
		min-height: 148px;
	}

	.hhelp-category-card strong {
		margin-top: 0;
	}

	.hhelp-search button {
		padding: 0 10px;
	}
}

.hhelp-main a:focus-visible,
.hhelp-main button:focus-visible,
.hhelp-main input:focus-visible,
.hhelp-main summary:focus-visible {
	outline: 3px solid var(--hh-blue-bright) !important;
	outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
	.hhelp-category-card,
	.hhelp-category-arrow,
	.hhelp-contact-card,
	.hhelp-trust-strip a,
	.hhelp-faq-toggle::before,
	.hhelp-faq-toggle::after {
		transition: none;
	}

	html {
		scroll-behavior: auto;
	}
}

@media print {
	body.horizon-help-centre-page {
		background: #fff !important;
		color: #111 !important;
	}

	body.horizon-help-centre-page .horizon-morph-nav,
	body.horizon-help-centre-page .rizon-theme-toggle,
	body.horizon-help-centre-page .hhelp-search,
	body.horizon-help-centre-page .hhelp-popular,
	body.horizon-help-centre-page .hhelp-category-section,
	body.horizon-help-centre-page .hhelp-track-section,
	body.horizon-help-centre-page .hhelp-filter-bar,
	body.horizon-help-centre-page .hhelp-answer-aside,
	body.horizon-help-centre-page .hhelp-contact-section,
	body.horizon-help-centre-page .hhelp-trust-strip,
	body.horizon-help-centre-page .habout-footer {
		display: none !important;
	}

	.hhelp-main {
		width: 100%;
		padding: 0;
	}

	.hhelp-hero {
		display: block;
		min-height: 0;
		padding: 0 0 24px;
		border: 0;
		background: none !important;
		box-shadow: none;
	}

	.hhelp-hero-grid,
	.hhelp-hero-glow,
	.hhelp-hero-panel {
		display: none;
	}

	.hhelp-hero h1,
	.hhelp-hero-copy > p:not(.hhelp-eyebrow),
	.hhelp-section-heading h2,
	.hhelp-faq-question,
	.hhelp-faq-answer p,
	.hhelp-faq-answer li {
		color: #111 !important;
	}

	.hhelp-faq {
		break-inside: avoid;
		border-color: #ccc;
	}

	.hhelp-faq summary {
		min-height: auto;
		padding: 12px 0;
	}

	.hhelp-faq-toggle {
		display: none;
	}

	.hhelp-faq-answer {
		display: block !important;
		padding-bottom: 18px;
	}
}
