:root {
	--hrec-blue: #00368e;
	--hrec-blue-700: #002967;
	--hrec-orange: #f05a24;
	--hrec-ink: #182334;
	--hrec-muted: #667085;
	--hrec-line: #d9e1ee;
	--hrec-soft: #f4f7fb;
	--hrec-white: #ffffff;
	--hrec-radius: 8px;
	--hrec-shadow: 0 10px 30px rgba(24, 35, 52, .09);
	--hrec-container: 1400px;
}

.hrec-site {
	color: var(--hrec-ink);
	background: var(--hrec-white);
}

.hrec-site a {
	color: var(--hrec-blue);
}

.hrec-site a:hover {
	color: var(--hrec-orange);
}

.hrec-site button,
.hrec-site input,
.hrec-site select,
.hrec-site textarea {
	border-radius: var(--hrec-radius);
}

.hrec-site svg {
	width: 1.3em;
	height: 1.3em;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.hrec-header {
	position: relative;
	z-index: 999;
	background: var(--hrec-white);
	box-shadow: 0 10px 24px rgba(24, 35, 52, .08);
}

.hrec-header__inner,
.hrec-footer__inner {
	width: min(var(--hrec-container), calc(100% - 32px));
	margin: 0 auto;
}

.hrec-header__top {
	border-bottom: 1px solid var(--hrec-line);
	background: var(--hrec-soft);
	color: var(--hrec-muted);
	font-size: 12px;
}

.hrec-header__top .hrec-header__inner {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: space-between;
	min-height: 30px;
}

.hrec-header__top-left,
.hrec-header__top-right {
	display: flex;
	gap: 16px;
	align-items: center;
	min-width: 0;
}

.hrec-topbar-menu {
	display: flex;
	gap: 14px;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hrec-topbar-menu li {
	margin: 0;
}

.hrec-header__top span,
.hrec-header__top a {
	display: inline-flex;
	gap: 6px;
	align-items: center;
	white-space: nowrap;
	color: inherit;
	text-decoration: none;
}

.hrec-header__top svg {
	width: 16px;
	height: 16px;
	color: var(--hrec-blue);
}

.hrec-header__main {
	background: var(--hrec-white);
}

.hrec-header__main-grid {
	display: grid;
	grid-template-columns: minmax(260px, 1fr) 340px minmax(260px, 1fr);
	gap: 22px;
	align-items: center;
	min-height: 82px;
	padding: 10px 0;
}

.hrec-header__logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 340px;
	max-width: 100%;
}

.hrec-header__logo img,
.hrec-header__logo .custom-logo {
	display: block;
	width: auto;
	max-width: 310px;
	max-height: 58px;
	object-fit: contain;
}

.hrec-header__search .hrec-search {
	max-width: 430px;
	box-shadow: none;
	justify-self: start;
	border-width: 1px;
}

.hrec-header__search .hrec-search input[type="search"] {
	min-height: 36px;
	padding: 0 12px;
	font-size: 13px;
}

.hrec-header__search .hrec-search {
	grid-template-columns: 1fr 38px;
}

.hrec-header__search .hrec-search button {
	min-height: 36px;
}

.hrec-header__actions {
	display: flex;
	gap: 6px;
	align-items: center;
	justify-content: flex-end;
}

.hrec-header-action {
	position: relative;
	display: inline-flex;
	gap: 6px;
	align-items: center;
	min-height: 34px;
	padding: 5px 7px;
	border: 1px solid var(--hrec-line);
	border-radius: var(--hrec-radius);
	background: var(--hrec-white);
	color: var(--hrec-ink);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.hrec-header-action:hover {
	border-color: var(--hrec-orange);
	color: var(--hrec-orange);
}

.hrec-header-action svg {
	width: 17px;
	height: 17px;
	color: var(--hrec-blue);
}

.hrec-header-action__icon {
	position: relative;
	display: inline-flex;
}

.hrec-cart-count {
	position: absolute;
	top: -10px;
	right: -10px;
	display: grid;
	place-items: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border: 2px solid var(--hrec-white);
	border-radius: 999px;
	background: var(--hrec-orange);
	color: var(--hrec-white);
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
}

.hrec-language {
	display: flex;
	align-items: center;
	min-width: 92px;
	max-width: 104px;
}

.hrec-language .gtranslate_wrapper {
	display: block;
	width: 100%;
	line-height: 1;
}

.hrec-language select {
	width: 100%;
	max-width: 104px;
	min-height: 34px;
	margin: 0;
	padding: 0 24px 0 8px;
	border: 1px solid var(--hrec-line);
	border-radius: var(--hrec-radius);
	background-color: var(--hrec-white);
	color: var(--hrec-ink);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.hrec-language img,
.hrec-language a,
.hrec-language ul,
.hrec-language .gt_switcher-popup {
	display: none !important;
}

.hrec-menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid var(--hrec-line);
	background: var(--hrec-white);
	color: var(--hrec-blue);
}

.hrec-menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 20px;
	height: 2px;
	margin: 4px auto;
	background: currentColor;
}

.hrec-header__nav-wrap {
	position: relative;
	z-index: 1000;
	background: var(--hrec-blue);
}

.hrec-nav-is-fixed .hrec-header {
	padding-bottom: var(--hrec-nav-height, 46px);
}

.hrec-nav-is-fixed .hrec-header__nav-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 10px 22px rgba(0, 24, 66, .2);
}

.admin-bar.hrec-nav-is-fixed .hrec-header__nav-wrap {
	top: 32px;
}

.hrec-header__nav-grid {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	min-height: 46px;
}

.hrec-sticky-logo,
.hrec-sticky-cart {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 0;
	opacity: 0;
	pointer-events: none;
	transition: width .18s ease, opacity .18s ease;
}

.hrec-nav-is-fixed .hrec-sticky-logo {
	width: 58px;
	opacity: 1;
	pointer-events: auto;
}

.hrec-nav-is-fixed .hrec-sticky-cart {
	width: 42px;
	opacity: 1;
	pointer-events: auto;
}

.hrec-sticky-logo img {
	display: block;
	width: 48px;
	height: 32px;
	object-fit: contain;
	padding: 4px 6px;
	border-radius: 6px;
	background: var(--hrec-white);
}

.hrec-sticky-cart {
	position: relative;
	height: 38px;
	border-radius: 6px;
	color: var(--hrec-white);
	text-decoration: none;
}

.hrec-sticky-cart svg {
	width: 23px;
	height: 23px;
	color: var(--hrec-white);
}

.hrec-sticky-cart .hrec-cart-count {
	border-color: var(--hrec-blue);
}

.hrec-primary-menu {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hrec-primary-menu > li {
	position: relative;
	margin: 0;
}

.hrec-primary-menu > li > a {
	display: flex;
	align-items: center;
	min-height: 46px;
	padding: 0 24px;
	color: var(--hrec-white);
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0;
}

.hrec-primary-menu > li > a:hover,
.hrec-primary-menu > li.current-menu-item > a,
.hrec-primary-menu > li.current_page_item > a {
	background: var(--hrec-orange);
	color: var(--hrec-white);
}

.hrec-primary-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	display: none;
	min-width: 230px;
	margin: 0;
	padding: 8px;
	border: 1px solid var(--hrec-line);
	border-radius: 0 0 8px 8px;
	background: var(--hrec-white);
	box-shadow: var(--hrec-shadow);
	list-style: none;
}

.hrec-primary-menu li:hover > .sub-menu,
.hrec-primary-menu li:focus-within > .sub-menu {
	display: block;
}

.hrec-primary-menu .sub-menu a {
	display: block;
	padding: 10px 12px;
	border-radius: 6px;
	color: var(--hrec-ink);
	font-weight: 700;
	text-decoration: none;
}

.hrec-primary-menu .sub-menu a:hover {
	background: var(--hrec-soft);
	color: var(--hrec-orange);
}

.site-main {
	min-height: 50vh;
}

.hrec-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 20px;
	border: 1px solid transparent;
	border-radius: var(--hrec-radius);
	background: var(--hrec-blue);
	color: var(--hrec-white);
	font-weight: 800;
	font-size: 14px;
	line-height: 1.15;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.hrec-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	background: var(--hrec-orange);
	color: var(--hrec-white);
	transform: translateY(-1px);
}

.hrec-button--primary {
	background: var(--hrec-orange);
}

.hrec-button--primary:hover {
	background: var(--hrec-blue-700);
}

.hrec-button--ghost {
	background: transparent;
	border-color: var(--hrec-blue);
	color: var(--hrec-blue);
}

.hrec-button--ghost:hover {
	background: var(--hrec-blue);
	color: var(--hrec-white);
}

.hrec-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, .86fr);
	gap: clamp(24px, 5vw, 72px);
	align-items: center;
	overflow: hidden;
	min-height: 520px;
	padding: clamp(42px, 7vw, 82px) clamp(20px, 5vw, 72px);
	background:
		linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .92) 48%, rgba(244, 247, 251, .92) 100%);
	border-bottom: 8px solid var(--hrec-blue);
}

.hrec-hero::after {
	content: "";
	position: absolute;
	right: -8%;
	bottom: -28%;
	width: 48%;
	height: 56%;
	border: 18px solid rgba(0, 54, 142, .08);
	border-radius: 50%;
	pointer-events: none;
}

.hrec-hero__content {
	position: relative;
	z-index: 1;
	max-width: 660px;
}

.hrec-hero__logo {
	display: block;
	width: min(360px, 78vw);
	margin-bottom: 34px;
}

.hrec-hero h1 {
	margin: 0;
	color: var(--hrec-blue);
	font-size: clamp(42px, 6vw, 78px);
	line-height: .96;
	text-transform: uppercase;
	letter-spacing: 0;
}

.hrec-hero p {
	max-width: 560px;
	margin: 24px 0 0;
	color: var(--hrec-ink);
	font-size: clamp(18px, 2vw, 23px);
	line-height: 1.42;
}

.hrec-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.hrec-hero__visual {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	min-height: 360px;
}

.hrec-hero__visual > img {
	width: min(260px, 54vw);
	opacity: .98;
	filter: drop-shadow(0 16px 24px rgba(24, 35, 52, .16));
}

.hrec-hero__parts {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.hrec-hero__parts span {
	position: absolute;
	display: block;
	width: clamp(84px, 12vw, 150px);
	aspect-ratio: 1;
	border: 2px solid rgba(0, 54, 142, .14);
	border-radius: 8px;
	background: var(--hrec-white);
	box-shadow: var(--hrec-shadow);
}

.hrec-hero__parts span:nth-child(1) { top: 7%; left: 8%; }
.hrec-hero__parts span:nth-child(2) { top: 16%; right: 3%; border-color: rgba(240, 90, 36, .24); }
.hrec-hero__parts span:nth-child(3) { bottom: 12%; left: 1%; border-color: rgba(240, 90, 36, .2); }
.hrec-hero__parts span:nth-child(4) { right: 18%; bottom: 3%; }

.hrec-search {
	display: grid;
	grid-template-columns: 1fr 52px;
	width: 100%;
	max-width: 720px;
	border: 2px solid var(--hrec-blue);
	border-radius: var(--hrec-radius);
	background: var(--hrec-white);
	box-shadow: var(--hrec-shadow);
}

.hrec-search input[type="search"] {
	min-height: 56px;
	border: 0;
	padding: 0 18px;
	background: transparent;
	color: var(--hrec-ink);
	font-size: 16px;
	outline: none;
}

.hrec-search button {
	display: grid;
	place-items: center;
	border: 0;
	border-left: 1px solid var(--hrec-line);
	background: var(--hrec-orange);
	color: var(--hrec-white);
	cursor: pointer;
	justify-content: center;
}

.hrec-section-heading {
	max-width: var(--hrec-container);
	margin: 0 auto 26px;
	text-align: center;
}

.hrec-section-heading span,
.hrec-kicker {
	display: inline-block;
	margin-bottom: 8px;
	color: var(--hrec-orange);
	font-weight: 900;
	text-transform: uppercase;
	font-size: 13px;
}

.hrec-section-heading h2,
.hrec-about h2,
.hrec-contact-card h2 {
	margin: 0;
	color: var(--hrec-blue);
	font-size: clamp(28px, 4vw, 46px);
	line-height: 1.08;
	text-transform: uppercase;
	letter-spacing: 0;
}

.hrec-trustbar {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	max-width: var(--hrec-container);
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid var(--hrec-line);
	border-radius: var(--hrec-radius);
	background: var(--hrec-line);
}

.hrec-trustbar__item {
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 4px 14px;
	align-items: center;
	min-height: 104px;
	padding: 18px;
	background: var(--hrec-white);
}

.hrec-trustbar__item svg {
	grid-row: span 2;
	color: var(--hrec-blue);
	width: 34px;
	height: 34px;
}

.hrec-trustbar__item strong {
	color: var(--hrec-ink);
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.15;
}

.hrec-trustbar__item span {
	color: var(--hrec-muted);
	font-size: 13px;
	line-height: 1.35;
}

.hrec-category-grid,
.hrec-feature-grid,
.hrec-client-types {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	max-width: var(--hrec-container);
	margin: 0 auto;
}

.hrec-category-card,
.hrec-feature,
.hrec-client-types article {
	border: 1px solid var(--hrec-line);
	border-radius: var(--hrec-radius);
	background: var(--hrec-white);
	box-shadow: 0 8px 18px rgba(24, 35, 52, .05);
}

.hrec-category-card {
	display: grid;
	grid-template-rows: auto auto 1fr;
	gap: 10px;
	min-height: 180px;
	padding: 20px;
	text-decoration: none;
	transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.hrec-category-card:hover {
	border-color: var(--hrec-orange);
	box-shadow: var(--hrec-shadow);
	transform: translateY(-2px);
}

.hrec-category-card__icon,
.hrec-feature > svg,
.hrec-client-types svg {
	display: inline-grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--hrec-soft);
	color: var(--hrec-blue);
}

.hrec-category-card__icon svg {
	width: 26px;
	height: 26px;
}

.hrec-category-card strong,
.hrec-feature h3,
.hrec-client-types h3 {
	color: var(--hrec-blue);
	font-size: 17px;
	line-height: 1.18;
	text-transform: uppercase;
}

.hrec-category-card small,
.hrec-feature p,
.hrec-client-types p {
	color: var(--hrec-muted);
	font-size: 14px;
	line-height: 1.45;
}

.hrec-feature,
.hrec-client-types article {
	padding: 22px;
}

.hrec-feature h3,
.hrec-client-types h3 {
	margin: 16px 0 8px;
}

.hrec-feature p,
.hrec-client-types p {
	margin: 0;
}

.hrec-about {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
	gap: clamp(24px, 5vw, 64px);
	align-items: center;
	max-width: var(--hrec-container);
	margin: 0 auto;
}

.hrec-about p {
	color: var(--hrec-ink);
	font-size: 17px;
	line-height: 1.62;
}

.hrec-values {
	display: grid;
	gap: 12px;
	padding: 22px;
	border: 1px solid var(--hrec-line);
	border-radius: var(--hrec-radius);
	background: var(--hrec-soft);
}

.hrec-values span {
	display: flex;
	gap: 12px;
	align-items: center;
	min-height: 54px;
	padding: 12px;
	border-radius: var(--hrec-radius);
	background: var(--hrec-white);
	color: var(--hrec-blue);
	font-weight: 800;
	text-transform: uppercase;
}

.hrec-values svg {
	color: var(--hrec-orange);
	width: 28px;
	height: 28px;
}

.hrec-contact-card {
	max-width: 760px;
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid var(--hrec-line);
	border-top: 6px solid var(--hrec-orange);
	border-radius: var(--hrec-radius);
	background: var(--hrec-white);
	box-shadow: var(--hrec-shadow);
}

.hrec-contact-card dl {
	display: grid;
	gap: 12px;
	margin: 22px 0 0;
}

.hrec-contact-card dl > div {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 16px;
	padding: 14px 0;
	border-top: 1px solid var(--hrec-line);
}

.hrec-contact-card dt {
	color: var(--hrec-blue);
	font-weight: 900;
	text-transform: uppercase;
}

.hrec-contact-card dd {
	margin: 0;
	color: var(--hrec-ink);
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product {
	float: none;
	width: auto !important;
	margin: 0 !important;
	padding: 14px;
	border: 1px solid var(--hrec-line);
	border-radius: var(--hrec-radius);
	background: var(--hrec-white);
	box-shadow: 0 8px 18px rgba(24, 35, 52, .05);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.woocommerce ul.products li.product:hover {
	border-color: rgba(240, 90, 36, .45);
	box-shadow: var(--hrec-shadow);
	transform: translateY(-2px);
}

.woocommerce ul.products li.product a img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background: var(--hrec-soft);
	border-radius: 6px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 46px;
	color: var(--hrec-ink);
	font-size: 16px;
	line-height: 1.25;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
	color: var(--hrec-blue);
	font-weight: 900;
}

.woocommerce span.onsale,
.hrec-onsale {
	min-width: auto;
	min-height: auto;
	padding: 7px 10px;
	border-radius: 6px;
	background: var(--hrec-orange);
	color: var(--hrec-white);
	line-height: 1;
	text-transform: uppercase;
}

.hrec-product-tech-summary {
	display: grid;
	gap: 8px;
	margin: 18px 0;
	padding: 14px;
	border-left: 4px solid var(--hrec-orange);
	background: var(--hrec-soft);
	color: var(--hrec-ink);
}

.hrec-product-tech-summary span {
	font-size: 14px;
}

.hrec-tech-tab ul {
	display: grid;
	gap: 8px;
	padding-left: 18px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 8px 8px 0 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-color: var(--hrec-blue);
	background: var(--hrec-blue);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--hrec-white);
}

.hrec-footer {
	margin-top: 56px;
	background: var(--hrec-blue-700);
	color: var(--hrec-white);
}

.hrec-footer__cta {
	background: var(--hrec-orange);
}

.hrec-footer__cta-grid {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	min-height: 96px;
	padding: 18px 0;
}

.hrec-footer__cta strong,
.hrec-footer__cta span {
	display: block;
	color: var(--hrec-white);
}

.hrec-footer__cta strong {
	font-size: clamp(22px, 3vw, 34px);
	line-height: 1.1;
	text-transform: uppercase;
}

.hrec-footer__cta span {
	margin-top: 6px;
	font-size: 16px;
}

.hrec-footer__cta .hrec-button {
	flex: 0 0 auto;
	border-color: var(--hrec-white);
	background: var(--hrec-white);
	color: var(--hrec-blue);
}

.hrec-footer__main {
	padding: 46px 0 38px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .06) 0 25%, transparent 25% 100%),
		var(--hrec-blue-700);
}

.hrec-footer__grid {
	display: grid;
	grid-template-columns: minmax(260px, 1.35fr) .75fr .75fr 1.05fr;
	gap: clamp(22px, 4vw, 46px);
}

.hrec-footer__brand img {
	display: block;
	width: min(280px, 100%);
	max-height: 58px;
	object-fit: contain;
	padding: 8px 12px;
	border-radius: 8px;
	background: var(--hrec-white);
}

.hrec-footer__brand-text {
	max-width: 360px;
	margin: 20px 0;
	color: rgba(255, 255, 255, .82);
	line-height: 1.55;
}

.hrec-footer__brand-text p {
	margin: 0 0 10px;
}

.hrec-footer__brand-text p:last-child {
	margin-bottom: 0;
}

.hrec-footer__brand-text a {
	color: var(--hrec-white);
}

.hrec-footer h2 {
	margin: 0 0 16px;
	color: var(--hrec-white);
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0;
}

.hrec-footer__links,
.hrec-footer__badges,
.hrec-footer__contact {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hrec-footer__links {
	display: grid;
	gap: 10px;
}

.hrec-footer__links a,
.hrec-footer__contact a {
	color: rgba(255, 255, 255, .8);
	text-decoration: none;
}

.hrec-footer__links a:hover,
.hrec-footer__contact a:hover {
	color: var(--hrec-orange);
}

.hrec-footer__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.hrec-footer__badges li {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	padding: 8px 10px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 8px;
	color: rgba(255, 255, 255, .88);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.hrec-footer__badges svg {
	width: 18px;
	height: 18px;
	color: var(--hrec-orange);
}

.hrec-footer__contact {
	display: grid;
	gap: 12px;
}

.hrec-footer__contact li {
	display: grid;
	gap: 3px;
}

.hrec-footer__contact strong {
	color: var(--hrec-orange);
	font-size: 12px;
	text-transform: uppercase;
}

.hrec-footer__contact span {
	color: rgba(255, 255, 255, .8);
}

.hrec-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, .16);
	background: #001f50;
}

.hrec-footer__bottom .hrec-footer__inner {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: space-between;
	min-height: 52px;
	color: rgba(255, 255, 255, .72);
	font-size: 13px;
}

@media (max-width: 1024px) {
	.admin-bar .hrec-header {
		top: auto;
	}

	.hrec-header__main-grid {
		grid-template-columns: minmax(220px, 1fr) 260px auto;
		gap: 12px;
	}

	.hrec-header__logo {
		width: 260px;
	}

	.hrec-header__logo img,
	.hrec-header__logo .custom-logo {
		max-width: 240px;
	}

	.hrec-header-action span:not(.hrec-cart-count):not(.hrec-header-action__icon) {
		display: none;
	}

	.hrec-menu-toggle {
		display: block;
	}

	.hrec-header__nav-wrap {
		position: relative;
	}

	.hrec-header__nav-grid {
		grid-template-columns: auto 1fr auto;
	}

	.hrec-primary-nav {
		display: none;
	}

	.hrec-primary-nav.is-open {
		display: block;
	}

	.hrec-primary-menu {
		display: grid;
		align-items: stretch;
		justify-content: stretch;
		padding: 8px 0;
	}

	.hrec-primary-menu > li > a {
		min-height: 42px;
		padding: 0 14px;
	}

	.hrec-primary-menu .sub-menu {
		position: static;
		display: block;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.hrec-hero,
	.hrec-about {
		grid-template-columns: 1fr;
	}

	.hrec-hero {
		min-height: auto;
	}

	.hrec-hero__visual {
		min-height: 260px;
	}

	.hrec-category-grid,
	.hrec-feature-grid,
	.hrec-client-types,
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hrec-trustbar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hrec-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.admin-bar .hrec-header {
		top: 0;
	}

	.hrec-header {
		position: relative;
	}

	.hrec-header__top .hrec-header__inner {
		justify-content: center;
	}

	.hrec-header__top-right,
	.hrec-header__top-left span:nth-child(3),
	.hrec-header__top-left a {
		display: none;
	}

	.hrec-header__main-grid {
		grid-template-columns: minmax(150px, 1fr) auto;
		min-height: 66px;
		padding: 10px 0;
	}

	.hrec-header__logo {
		grid-column: 1 / 2;
		grid-row: 1;
		justify-content: flex-start;
		width: auto;
	}

	.hrec-header__logo img,
	.hrec-header__logo .custom-logo {
		width: auto;
		max-width: 190px;
		max-height: 46px;
	}

	.hrec-header__search {
		grid-column: 1 / -1;
		order: 3;
		width: 100%;
	}

	.hrec-header__actions {
		gap: 7px;
		grid-column: 2 / 3;
		grid-row: 1;
	}

	.hrec-header-action {
		width: 40px;
		height: 40px;
		min-height: 40px;
		justify-content: center;
		padding: 0;
	}

	.hrec-language {
		display: none;
	}

	.hrec-hero {
		padding: 34px 18px;
	}

	.hrec-hero h1 {
		font-size: 40px;
	}

	.hrec-hero__actions,
	.hrec-button {
		width: 100%;
	}

	.hrec-hero__visual {
		display: none;
	}

	.hrec-category-grid,
	.hrec-feature-grid,
	.hrec-client-types,
	.hrec-trustbar,
	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.hrec-contact-card dl > div {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.hrec-search {
		grid-template-columns: 1fr 48px;
	}

	.hrec-footer {
		margin-top: 36px;
	}

	.hrec-footer__cta-grid,
	.hrec-footer__bottom .hrec-footer__inner {
		display: grid;
	}

	.hrec-footer__grid {
		grid-template-columns: 1fr;
	}
}
