/**
 * GH Support UI v1.0
 * Shared by the portable Support Information workspaces.
 */

.gh-support-ui {
	color: var(--gh-color-ink);
	font-family: var(--gh-font-family);
}

.gh-support-ui .gh-w011-help-centre__hero,
.gh-support-ui .gh-support-ui__legal-hero {
	position: relative;
}

.gh-support-ui .gh-support-ui__glass-panel {
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(18px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 14px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
	padding: 48px;
}

.gh-support-ui .gh-support-ui__glass-panel .elementor-heading-title,
.gh-support-ui .gh-support-ui__glass-panel .elementor-widget-container {
	position: relative;
}

.gh-w011-help-centre-workspace .gh-w011-help-centre__quick-help-grid > a {
	color: inherit;
	text-decoration: none;
	transition: box-shadow 200ms ease, transform 200ms ease, border-color 200ms ease;
}

.gh-w011-help-centre-workspace .gh-w011-help-centre__quick-help-grid > a:hover,
.gh-w011-help-centre-workspace .gh-w011-help-centre__quick-help-grid > a:focus-visible {
	border-color: rgba(35, 188, 173, 0.45);
	box-shadow: 0 14px 30px rgba(17, 24, 39, 0.12);
	transform: translateY(-4px);
}

.gh-w011-help-centre-workspace .gh-w011-help-centre__quick-help-grid > a:focus-visible {
	outline: 2px solid var(--gh-color-focus);
	outline-offset: 3px;
}

.gh-support-ui .gh-support-ui__icon-tile {
	align-items: center;
	background: #e8faf7;
	border-radius: 50%;
	color: var(--gh-color-primary-dark);
	display: inline-flex;
	height: 48px;
	justify-content: center;
	transition: transform 200ms ease;
	width: 48px;
}

.gh-support-ui .gh-support-ui__icon-tile i {
	font-size: 22px;
	line-height: 1;
}

.gh-w011-help-centre-workspace .gh-w011-help-centre__quick-help-grid > a:hover .gh-support-ui__icon-tile {
	transform: scale(1.06);
}

.gh-support-ui .gh-support-ui__card-link {
	align-items: center;
	color: var(--gh-color-primary-dark);
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 700;
	gap: 8px;
	margin-top: auto;
}

/* Shared careers workspace primitives (GH-W012). */
.gh-support-ui .gh-support-ui__info-card,
.gh-support-ui .gh-support-ui__empty-state,
.gh-support-ui .gh-support-ui__contact-panel {
	border: 1px solid var(--gh-color-border);
	border-radius: 14px;
}

.gh-support-ui .gh-support-ui__info-card {
	background: var(--gh-color-white);
	box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
	padding: 28px;
	transition: box-shadow 200ms ease, transform 200ms ease, border-color 200ms ease;
}

.gh-support-ui .gh-support-ui__info-card:hover {
	border-color: rgba(35, 188, 173, 0.45);
	box-shadow: 0 14px 30px rgba(17, 24, 39, 0.12);
	transform: translateY(-4px);
}

.gh-support-ui .gh-support-ui__empty-state {
	background: #e8faf7;
	padding: 40px;
}

.gh-support-ui .gh-support-ui__process {
	counter-reset: gh-careers-process;
}

.gh-support-ui .gh-support-ui__process > .e-con {
	position: relative;
}

.gh-support-ui .gh-support-ui__process > .e-con::before {
	align-items: center;
	background: var(--gh-color-primary-dark);
	border-radius: 50%;
	color: var(--gh-color-white);
	counter-increment: gh-careers-process;
	content: counter(gh-careers-process);
	display: inline-flex;
	font-size: 0.8125rem;
	font-weight: 800;
	height: 32px;
	justify-content: center;
	margin-bottom: 16px;
	width: 32px;
}

.gh-support-ui .gh-support-ui__contact-panel {
	background: var(--gh-color-surface);
	padding: 40px;
}

.gh-support-ui .gh-w012-careers__working-image .elementor-widget-container {
	background: var(--gh-color-surface);
	border: 1px solid var(--gh-color-border);
	border-radius: 8px;
	overflow: hidden;
}

.gh-support-ui .gh-w012-careers__working-image img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 100%;
}

.gh-support-ui .gh-w012-careers__future-interest {
	border-radius: 8px;
}

@media screen and (max-width: 767.98px) {
	.gh-support-ui .gh-support-ui__info-card,
	.gh-support-ui .gh-support-ui__empty-state,
	.gh-support-ui .gh-support-ui__contact-panel {
		padding: 24px;
	}

	.gh-support-ui .gh-support-ui__info-card:hover {
		transform: none;
	}
}

.gh-w011-help-centre-workspace .gh-w011-help-centre__faq > .elementor-widget-heading {
	border-bottom: 1px solid var(--gh-color-border);
	margin-bottom: 0;
	padding-bottom: 20px;
}

.gh-w011-help-centre-workspace .gh-w011-help-centre__faq .elementor-heading-title::before {
	color: var(--gh-color-primary-dark);
	content: attr(data-gh-section);
	display: block;
	font-family: var(--gh-font-family);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin-bottom: 10px;
}

.gh-w011-help-centre-workspace .gh-w011-help-centre__faq-quotations .elementor-heading-title::before {
	content: "QUOTATIONS";
}

.gh-w011-help-centre-workspace .gh-w011-help-centre__faq-orders .elementor-heading-title::before {
	content: "ORDERS & DELIVERY";
}

.gh-w011-help-centre-workspace .gh-w011-help-centre__faq-warranty .elementor-heading-title::before {
	content: "WARRANTY";
}

.gh-w011-help-centre-workspace .gh-w011-help-centre__search .elementor-search-form__container {
	background: var(--gh-color-white);
	border: 1px solid var(--gh-color-border);
	border-radius: 12px;
	box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
	padding: 4px;
}

.gh-w011-help-centre-workspace .gh-w011-help-centre__search .elementor-search-form__input {
	font-size: 1rem;
}

.gh-w011-help-centre-workspace .gh-w011-help-centre__search .elementor-search-form__submit {
	border-radius: 8px;
}

.gh-w011-help-centre-workspace .elementor-accordion .elementor-accordion-item {
	border: 1px solid var(--gh-color-border);
	border-radius: 8px;
	overflow: hidden;
}

.gh-w011-help-centre-workspace .elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
	margin-top: 16px;
}

.gh-w011-help-centre-workspace .elementor-accordion .elementor-tab-title {
	font-size: 1.125rem;
	font-weight: 700;
	padding: 18px 20px;
	transition: background-color 200ms ease, color 200ms ease;
}

.gh-w011-help-centre-workspace .elementor-accordion .elementor-tab-title.elementor-active {
	background: var(--gh-color-surface);
	color: var(--gh-color-primary-dark);
}

.gh-w011-help-centre-workspace .elementor-accordion .elementor-tab-title .elementor-accordion-icon i {
	transition: transform 200ms ease;
}

.gh-w011-help-centre-workspace .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon i {
	transform: rotate(180deg);
}

.gh-w011-help-centre-workspace .elementor-accordion .elementor-tab-content {
	border-top: 1px solid var(--gh-color-border);
	padding: 18px 20px 20px;
}

@media screen and (max-width: 767.98px) {
	.gh-support-ui .gh-support-ui__glass-panel {
		padding: 28px 24px;
	}

	.gh-w011-help-centre-workspace .gh-w011-help-centre__quick-help-grid > a:hover {
		transform: none;
	}
}

/* GH-W013 / GH-W014 legal information workspaces. */
.gh-support-ui .gh-support-ui__legal-intro,
.gh-support-ui .gh-support-ui__legal-contact {
	border: 1px solid var(--gh-color-border);
	border-radius: 8px;
	padding: 32px;
}

.gh-support-ui .gh-support-ui__legal-intro {
	background: var(--gh-color-surface);
}

.gh-support-ui .gh-support-ui__legal-layout {
	align-items: flex-start;
}

.gh-support-ui .gh-support-ui__legal-nav {
	background: var(--gh-color-surface);
	border: 1px solid var(--gh-color-border);
	border-radius: 8px;
	padding: 20px;
}

.gh-support-ui .gh-support-ui__legal-nav .elementor-button-wrapper {
	width: 100%;
}

.gh-support-ui .gh-support-ui__legal-nav .elementor-button {
	background: transparent;
	border: 0;
	border-radius: 4px;
	color: var(--gh-color-muted);
	justify-content: flex-start;
	padding: 8px 10px;
	text-align: left;
	width: 100%;
}

.gh-support-ui .gh-support-ui__legal-nav .elementor-button:hover,
.gh-support-ui .gh-support-ui__legal-nav .elementor-button:focus-visible {
	background: var(--gh-color-white);
	color: var(--gh-color-primary-dark);
}

.gh-support-ui .gh-support-ui__legal-nav .elementor-button:focus-visible,
.gh-support-ui a:focus-visible {
	outline: 2px solid var(--gh-color-focus);
	outline-offset: 3px;
}

.gh-support-ui .gh-support-ui__legal-document {
	min-width: 0;
}

.gh-support-ui .gh-support-ui__legal-section {
	border-top: 1px solid var(--gh-color-border);
	padding-top: 32px;
	scroll-margin-top: 140px;
}

.gh-support-ui .gh-support-ui__legal-section:first-child {
	border-top: 0;
	padding-top: 0;
}

.gh-support-ui .gh-support-ui__legal-section .elementor-widget-text-editor,
.gh-support-ui .gh-support-ui__legal-contact .elementor-widget-text-editor {
	line-height: 1.65;
}

.gh-support-ui .gh-support-ui__legal-section ul {
	margin: 0;
	padding-left: 1.25rem;
}

.gh-support-ui .gh-support-ui__legal-callout {
	background: #e8faf7;
	border-left: 3px solid var(--gh-color-primary);
	border-radius: 0 8px 8px 0;
	padding: 16px 20px;
}

@media screen and (min-width: 1025px) {
	.gh-support-ui .gh-support-ui__legal-nav {
		position: sticky;
		top: 132px;
	}
}

@media screen and (max-width: 1024.98px) {
	.gh-support-ui .gh-support-ui__legal-nav {
		display: flex;
		flex-wrap: wrap;
		gap: 4px;
	}

	.gh-support-ui .gh-support-ui__legal-nav .elementor-element {
		width: auto;
	}

	.gh-support-ui .gh-support-ui__legal-nav .elementor-button-wrapper,
	.gh-support-ui .gh-support-ui__legal-nav .elementor-button {
		width: auto;
	}
}

@media screen and (max-width: 767.98px) {
	.gh-support-ui .gh-support-ui__legal-intro,
	.gh-support-ui .gh-support-ui__legal-contact {
		padding: 24px;
	}

	.gh-support-ui .gh-support-ui__legal-section {
		padding-top: 24px;
	}
}
