/*
Theme Name: GNET Dashcams Woo
Theme URI: https://gnetdashcams.co.uk/
Author: Delta Distributors AE Limited
Description: A lightweight, Gutenberg-first WooCommerce theme for the GNET Dashcams UK direct-to-consumer and fleet store.
Version: 0.1.2
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 8.1
WC requires at least: 9.0
WC tested up to: 10.9
Text Domain: gnet-dashcams-woo
License: Proprietary project theme
*/

:root {
	--gnet-red: #e30613;
	--gnet-red-dark: #b6000b;
	--gnet-ink: #0b0d10;
	--gnet-ink-soft: #10141a;
	--gnet-panel: #151a21;
	--gnet-line: #2a3039;
	--gnet-muted: #aeb5c0;
	--gnet-surface: #f4f5f7;
	--gnet-white: #fff;
	--gnet-black: #050607;
	--gnet-success: #137c44;
	--gnet-error: #b42318;
	--gnet-radius: 10px;
	--gnet-radius-lg: 20px;
	--gnet-shadow: 0 24px 70px rgb(0 0 0 / 24%);
	--gnet-container: 1180px;
	--gnet-header-height: 78px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--gnet-ink);
	color: var(--gnet-white);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.menu-open {
	overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
	outline: 3px solid #ffd84d;
	outline-offset: 4px;
}

h1,
h2,
h3,
h4 {
	margin: 0 0 0.55em;
	font-weight: 780;
	line-height: 1.08;
	letter-spacing: -0.035em;
}

h1 {
	font-size: clamp(2.65rem, 6vw, 5.8rem);
}

h2 {
	font-size: clamp(2rem, 4vw, 3.7rem);
}

h3 {
	font-size: clamp(1.2rem, 2vw, 1.55rem);
}

p {
	margin: 0 0 1.2em;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 8px;
	left: 8px;
	z-index: 100000;
	display: block;
	width: auto;
	height: auto;
	clip: auto;
	padding: 12px 18px;
	background: #fff;
	color: #111;
	font-weight: 700;
}

.gnet-container {
	width: min(calc(100% - 40px), var(--gnet-container));
	margin-inline: auto;
}

.gnet-site {
	min-height: 100vh;
	overflow: clip;
}

.gnet-topbar {
	background: var(--gnet-black);
	border-bottom: 1px solid #1f2329;
	color: #cbd0d8;
	font-size: 0.78rem;
}

.gnet-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 36px;
	gap: 24px;
}

.gnet-topbar__inner div {
	display: flex;
	gap: 20px;
}

.gnet-topbar a {
	text-decoration: none;
}

.gnet-topbar a:hover {
	color: #fff;
}

.gnet-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgb(11 13 16 / 92%);
	border-bottom: 1px solid rgb(255 255 255 / 8%);
	backdrop-filter: blur(18px);
}

.admin-bar .gnet-header {
	top: 32px;
}

.gnet-header__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	min-height: var(--gnet-header-height);
	gap: 30px;
}

.gnet-brand,
.custom-logo-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	text-decoration: none;
}

.custom-logo {
	max-width: 180px;
	max-height: 52px;
	width: auto;
}

.gnet-brand__mark {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	background: var(--gnet-red);
	border-radius: 5px 13px 5px 5px;
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 1;
}

.gnet-brand__word {
	display: flex;
	flex-direction: column;
	font-size: 1.05rem;
	font-weight: 850;
	line-height: 1;
	letter-spacing: 0.08em;
}

.gnet-brand__word small {
	margin-top: 5px;
	color: var(--gnet-muted);
	font-size: 0.52rem;
	letter-spacing: 0.12em;
}

.gnet-nav {
	justify-self: center;
}

.gnet-nav__list,
.gnet-header-actions,
.gnet-footer ul,
.gnet-hero__proof,
.gnet-pdp-trust,
.gnet-card-specs {
	list-style: none;
	padding: 0;
	margin: 0;
}

.gnet-nav__list {
	display: flex;
	align-items: center;
	gap: clamp(16px, 2.4vw, 32px);
}

.gnet-nav__list a,
.gnet-header-actions a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: #e4e7eb;
	font-size: 0.88rem;
	font-weight: 650;
	text-decoration: none;
}

.gnet-nav__list a::after {
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 0;
	height: 2px;
	background: var(--gnet-red);
	content: "";
	transition: width 180ms ease;
}

.gnet-nav__list a:hover::after,
.gnet-nav__list .current-menu-item > a::after {
	width: 100%;
}

.gnet-header-actions {
	display: flex;
	align-items: center;
	gap: 16px;
}

.gnet-header-actions__compare b,
.gnet-cart-link b {
	display: inline-grid;
	place-items: center;
	min-width: 20px;
	height: 20px;
	margin-left: 5px;
	padding: 0 5px;
	background: var(--gnet-red);
	border-radius: 50%;
	color: #fff;
	font-size: 0.68rem;
}

.gnet-menu-toggle {
	display: none;
	width: 46px;
	height: 46px;
	padding: 11px;
	background: transparent;
	border: 1px solid var(--gnet-line);
	border-radius: 7px;
}

.gnet-menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 100%;
	height: 2px;
	margin: 4px 0;
	background: #fff;
	transition: transform 180ms ease, opacity 180ms ease;
}

.gnet-eyebrow {
	margin: 0 0 1.25rem;
	color: var(--gnet-red);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.gnet-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.gnet-button,
.wp-element-button,
button.gnet-button,
input[type="submit"].gnet-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 12px 22px;
	background: var(--gnet-red);
	border: 1px solid var(--gnet-red);
	border-radius: 7px;
	color: #fff;
	cursor: pointer;
	font-weight: 780;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.gnet-button:hover,
.wp-element-button:hover {
	background: var(--gnet-red-dark);
	border-color: var(--gnet-red-dark);
	color: #fff;
	transform: translateY(-1px);
}

.gnet-button--ghost {
	background: transparent;
	border-color: #5b626d;
}

.gnet-button--ghost:hover {
	background: #fff;
	border-color: #fff;
	color: #0b0d10;
}

.gnet-hero {
	position: relative;
	min-height: min(780px, calc(100vh - 114px));
	overflow: hidden;
	background:
		linear-gradient(90deg, rgb(9 11 14 / 100%) 0%, rgb(9 11 14 / 92%) 45%, rgb(9 11 14 / 40%) 100%),
		radial-gradient(circle at 77% 45%, #332025 0, #101319 40%, #090b0e 74%);
}

.gnet-hero::after {
	position: absolute;
	right: -10%;
	bottom: -28%;
	width: 70%;
	height: 55%;
	background: repeating-linear-gradient(92deg, transparent 0 80px, rgb(255 255 255 / 5%) 82px 83px);
	content: "";
	transform: perspective(500px) rotateX(58deg);
	transform-origin: bottom;
}

.gnet-hero__glow {
	position: absolute;
	top: 12%;
	right: 3%;
	width: 460px;
	height: 460px;
	background: rgb(227 6 19 / 18%);
	border-radius: 50%;
	filter: blur(100px);
}

.gnet-hero__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
	align-items: center;
	min-height: inherit;
	gap: 30px;
	padding-block: 85px;
}

.gnet-hero__content {
	max-width: 740px;
}

.gnet-hero h1 {
	max-width: 820px;
}

.gnet-hero__copy {
	max-width: 650px;
	margin-bottom: 2rem;
	color: #c8ced6;
	font-size: clamp(1.08rem, 1.6vw, 1.28rem);
}

.gnet-hero__proof {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin-top: 2rem;
	color: #bdc4cd;
	font-size: 0.85rem;
}

.gnet-hero__proof li::before {
	margin-right: 8px;
	color: var(--gnet-red);
	content: "•";
}

.gnet-hero__visual {
	position: relative;
	min-height: 560px;
}

.gnet-hero-product {
	position: absolute;
	inset: 0;
	isolation: isolate;
	pointer-events: none;
}

.gnet-hero-product::after {
	position: absolute;
	right: 3%;
	bottom: 13%;
	left: 3%;
	z-index: -1;
	height: 18%;
	background: radial-gradient(ellipse, rgb(0 0 0 / 64%) 0%, rgb(0 0 0 / 0%) 72%);
	content: "";
	filter: blur(8px);
}

.gnet-hero-product__main,
.gnet-hero-product__rear {
	position: absolute;
	max-width: none;
	user-select: none;
}

.gnet-hero-product__main {
	top: 59%;
	left: 48%;
	z-index: 2;
	width: min(860px, 62vw);
	filter: drop-shadow(0 34px 34px rgb(0 0 0 / 58%)) drop-shadow(0 0 24px rgb(255 255 255 / 8%));
	transform: translate(-50%, -50%) rotate(-0.25deg);
	animation: gnet-main-camera-float 7s ease-in-out infinite;
}

.gnet-hero-product__rear {
	top: 4%;
	right: -5%;
	z-index: 1;
	width: min(330px, 24vw);
	filter: drop-shadow(0 28px 28px rgb(0 0 0 / 58%));
	animation: gnet-rear-camera-float 6s ease-in-out -1.4s infinite;
}

.gnet-hero-product__orbit {
	position: absolute;
	top: 11%;
	right: -2%;
	z-index: 0;
	width: min(350px, 25vw);
	aspect-ratio: 1;
	background: radial-gradient(circle, rgb(224 19 40 / 17%) 0 18%, rgb(224 19 40 / 4%) 42%, transparent 70%);
	border: 1px solid rgb(224 19 40 / 18%);
	border-radius: 50%;
	box-shadow: 0 0 70px rgb(224 19 40 / 12%);
	animation: gnet-camera-orbit 5.5s ease-in-out infinite;
}

.gnet-hero-product.is-static .gnet-hero-product__main,
.gnet-hero-product.is-static .gnet-hero-product__rear,
.gnet-hero-product.is-static .gnet-hero-product__orbit {
	animation: none;
}

.gnet-hero-product--primary-only .gnet-hero-product__orbit {
	top: 20%;
	right: 8%;
}

.gnet-hero-product--secondary-only .gnet-hero-product__rear {
	top: 50%;
	right: auto;
	left: 50%;
	width: min(430px, 38vw);
	transform: translate(-50%, -50%);
	animation: gnet-single-camera-float 6s ease-in-out infinite;
}

@keyframes gnet-main-camera-float {
	0%,
	100% {
		transform: translate(-50%, -50%) rotate(-0.25deg);
	}

	50% {
		transform: translate(-50%, calc(-50% - 8px)) rotate(0.3deg);
	}
}

@keyframes gnet-rear-camera-float {
	0%,
	100% {
		transform: translateY(0) rotate(0.3deg);
	}

	50% {
		transform: translateY(-10px) rotate(-0.5deg);
	}
}

@keyframes gnet-camera-orbit {
	0%,
	100% {
		opacity: 0.7;
		transform: scale(0.96);
	}

	50% {
		opacity: 1;
		transform: scale(1.03);
	}
}

@keyframes gnet-single-camera-float {
	0%,
	100% {
		transform: translate(-50%, -50%) rotate(0.2deg);
	}

	50% {
		transform: translate(-50%, calc(-50% - 9px)) rotate(-0.4deg);
	}
}

.gnet-hero__badge {
	position: absolute;
	right: 0;
	bottom: 12%;
	z-index: 4;
	display: flex;
	flex-direction: column;
	min-width: 210px;
	padding: 18px 20px;
	background: rgb(14 17 22 / 80%);
	border: 1px solid rgb(255 255 255 / 15%);
	border-left: 3px solid var(--gnet-red);
	backdrop-filter: blur(12px);
}

.gnet-hero__badge span {
	color: var(--gnet-muted);
	font-size: 0.72rem;
	text-transform: uppercase;
}

.gnet-trust-strip {
	background: #fff;
	border-bottom: 1px solid #dde1e6;
	color: #16191e;
}

.gnet-trust-strip__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.gnet-trust-item {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	padding: 22px 20px;
	border-right: 1px solid #e1e4e8;
	font-size: 0.82rem;
}

.gnet-trust-item:first-child {
	border-left: 1px solid #e1e4e8;
}

.gnet-trust-item__check {
	display: grid;
	place-items: center;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	background: #e8f5ed;
	border-radius: 50%;
	color: var(--gnet-success);
	font-weight: 900;
}

.gnet-trust-item strong {
	display: block;
	font-size: 0.86rem;
}

.gnet-section {
	padding-block: clamp(78px, 10vw, 130px);
}

.gnet-section--light,
.gnet-page-content {
	background: var(--gnet-surface);
	color: #171a1f;
}

.gnet-section--products {
	background: #0d1014;
}

.gnet-section-heading {
	max-width: 760px;
	margin-bottom: clamp(36px, 5vw, 64px);
}

.gnet-section-heading > p:not(.gnet-eyebrow) {
	max-width: 660px;
	color: #68707b;
	font-size: 1.05rem;
}

.gnet-section-heading--split {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	max-width: none;
	gap: 30px;
}

.gnet-section-heading--split > a {
	flex: 0 0 auto;
	margin-bottom: 1rem;
	color: #d9dde3;
	font-weight: 700;
	text-decoration: none;
}

.gnet-use-cases {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.gnet-use-cases > a,
.gnet-use-cases > div {
	position: relative;
	min-height: 290px;
	padding: 34px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #dfe3e8;
	border-radius: var(--gnet-radius);
	color: #1a1d22;
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.gnet-use-cases > a::after,
.gnet-use-cases > div::after {
	position: absolute;
	right: -45px;
	bottom: -55px;
	width: 170px;
	height: 170px;
	background: radial-gradient(circle, rgb(227 6 19 / 20%), transparent 68%);
	content: "";
}

.gnet-use-cases > a:hover {
	border-color: var(--gnet-red);
	box-shadow: 0 18px 45px rgb(25 30 38 / 10%);
	transform: translateY(-4px);
}

.gnet-use-cases span,
.gnet-steps span {
	display: block;
	margin-bottom: 56px;
	color: var(--gnet-red);
	font-size: 0.76rem;
	font-weight: 850;
	letter-spacing: 0.12em;
}

.gnet-use-cases p {
	color: #646b75;
}

.gnet-use-cases b {
	position: absolute;
	left: 34px;
	bottom: 30px;
	font-size: 0.86rem;
}

.gnet-use-cases--four {
	grid-template-columns: repeat(4, 1fr);
}

.gnet-use-cases--four > div {
	min-height: 270px;
	padding: 28px;
}

.gnet-use-cases--four span {
	margin-bottom: 42px;
}

.gnet-empty-state {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: 42px;
	background: #161b22;
	border: 1px dashed #4a525e;
	border-radius: var(--gnet-radius);
}

.gnet-empty-state h3,
.gnet-empty-state h2 {
	font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.gnet-empty-state p {
	max-width: 650px;
	margin: 0;
	color: var(--gnet-muted);
}

.gnet-section--light .gnet-empty-state {
	background: #fff;
	border-color: #c9cfd7;
	color: #171a1f;
}

.gnet-selector {
	position: relative;
	background: #fff;
	color: #171a1f;
}

.gnet-selector::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 42%;
	height: 100%;
	background: linear-gradient(145deg, #11151b, #1b2028);
	content: "";
}

.gnet-selector__grid {
	position: relative;
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	align-items: start;
	gap: clamp(50px, 8vw, 110px);
}

.gnet-selector__grid > div {
	color: #fff;
}

.gnet-selector__grid > div p:not(.gnet-eyebrow) {
	color: #b8c0ca;
}

.gnet-selector__form,
.gnet-form {
	display: grid;
	gap: 18px;
	padding: clamp(24px, 4vw, 44px);
	background: #fff;
	border: 1px solid #dce0e6;
	border-radius: var(--gnet-radius-lg);
	box-shadow: 0 22px 60px rgb(12 18 26 / 10%);
}

.gnet-selector__form label,
.gnet-form label {
	display: grid;
	gap: 8px;
	color: #2b3037;
	font-size: 0.84rem;
	font-weight: 750;
}

.gnet-selector__form select,
.gnet-form input,
.gnet-form select,
.gnet-form textarea {
	width: 100%;
	min-height: 50px;
	padding: 11px 13px;
	background: #fff;
	border: 1px solid #b8c0ca;
	border-radius: 6px;
	color: #171a1f;
}

.gnet-form textarea {
	resize: vertical;
}

.gnet-selector__result {
	padding: 22px;
	background: #f4f5f7;
	border-left: 4px solid var(--gnet-red);
	border-radius: 6px;
}

.gnet-selector__result strong,
.gnet-selector__result span,
.gnet-selector__result a {
	display: block;
}

.gnet-selector__result span {
	margin: 5px 0 14px;
	color: #606873;
}

.gnet-selector__result a {
	color: var(--gnet-red-dark);
	font-weight: 800;
}

.gnet-evidence {
	background: linear-gradient(130deg, #0b0d10, #151a21);
}

.gnet-evidence__grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	align-items: center;
	gap: clamp(45px, 8vw, 100px);
}

.gnet-evidence__visual {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 410px;
	padding: 32px;
	overflow: hidden;
	background:
		linear-gradient(180deg, transparent, rgb(3 4 6 / 92%)),
		radial-gradient(circle at 70% 20%, #55252a 0, #182029 28%, #07090c 67%);
	border: 1px solid #343b46;
	border-radius: var(--gnet-radius-lg);
	box-shadow: var(--gnet-shadow);
}

.gnet-evidence__road {
	position: absolute;
	left: 50%;
	bottom: -10%;
	width: 62%;
	height: 95%;
	background: linear-gradient(90deg, transparent 48.5%, #dde0c8 49% 51%, transparent 51.5%);
	clip-path: polygon(41% 0, 59% 0, 100% 100%, 0 100%);
	opacity: 0.35;
}

.gnet-evidence__visual p,
.gnet-evidence__visual strong {
	position: relative;
	z-index: 1;
}

.gnet-evidence__visual p {
	margin: 0;
	color: var(--gnet-red);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.gnet-evidence__visual strong {
	max-width: 480px;
	font-size: 1.2rem;
}

.gnet-evidence__grid > div:last-child > p:not(.gnet-eyebrow) {
	color: #b8c0ca;
}

.gnet-final-cta {
	background: var(--gnet-red);
}

.gnet-final-cta .gnet-eyebrow {
	color: #290004;
}

.gnet-final-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.gnet-final-cta__inner h2 {
	max-width: 780px;
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.5rem);
}

.gnet-final-cta .gnet-button {
	background: #fff;
	border-color: #fff;
	color: #101318;
}

.gnet-final-cta .gnet-button--ghost {
	background: transparent;
	border-color: rgb(255 255 255 / 65%);
	color: #fff;
}

.gnet-page-hero {
	overflow: hidden;
	padding-block: clamp(80px, 11vw, 150px);
	background:
		linear-gradient(90deg, rgb(10 12 15 / 100%), rgb(10 12 15 / 72%)),
		radial-gradient(circle at 82% 50%, #472329, #11151a 40%, #090b0e 75%);
}

.gnet-page-hero--compact {
	padding-block: clamp(60px, 8vw, 100px);
}

.gnet-page-hero h1 {
	max-width: 940px;
}

.gnet-page-hero p:not(.gnet-eyebrow) {
	max-width: 720px;
	color: #c3c9d1;
	font-size: 1.15rem;
}

.gnet-page-hero__grid {
	display: grid;
	grid-template-columns: 1fr 300px;
	align-items: center;
	gap: 70px;
}

.gnet-page-hero__grid--media {
	grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
	gap: 48px;
}

.gnet-page-camera-media {
	position: relative;
	min-height: 330px;
}

.gnet-page-camera-media .gnet-hero-product__main {
	top: 63%;
	left: 43%;
	width: min(610px, 47vw);
}

.gnet-page-camera-media .gnet-hero-product__rear {
	top: 0;
	right: -2%;
	width: min(225px, 18vw);
}

.gnet-page-camera-media .gnet-hero-product__orbit {
	top: 5%;
	right: -4%;
	width: min(250px, 20vw);
}

.gnet-page-camera-media .gnet-hero-product--secondary-only .gnet-hero-product__rear {
	top: 50%;
	right: auto;
	width: min(380px, 31vw);
}

.gnet-page-hero__stat {
	display: flex;
	flex-direction: column;
	padding: 30px;
	border: 1px solid #3a424e;
	border-left: 4px solid var(--gnet-red);
}

.gnet-page-hero__stat strong {
	font-size: 5rem;
	line-height: 1;
}

.gnet-page-hero__stat span {
	color: #c6ccd4;
}

.gnet-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.gnet-steps > div {
	padding: 34px;
	background: #fff;
	border-top: 3px solid var(--gnet-red);
	box-shadow: 0 15px 35px rgb(20 25 32 / 7%);
}

.gnet-steps span {
	margin-bottom: 36px;
}

.gnet-steps p {
	color: #616873;
}

.gnet-enquiry-grid {
	display: grid;
	grid-template-columns: 0.72fr 1.28fr;
	align-items: start;
	gap: clamp(45px, 8vw, 100px);
}

.gnet-enquiry-grid > div:first-child {
	position: sticky;
	top: calc(var(--gnet-header-height) + 30px);
}

.gnet-enquiry-grid > div:first-child p:not(.gnet-eyebrow) {
	color: #aeb5c0;
}

.gnet-form__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 17px;
}

.gnet-form__wide {
	grid-column: 1 / -1;
}

.gnet-form__consent {
	display: flex !important;
	grid-column: 1 / -1;
	grid-template-columns: auto 1fr;
	align-items: flex-start;
	gap: 10px !important;
	font-weight: 500 !important;
}

.gnet-form__consent input {
	width: 20px;
	min-height: 20px;
	margin-top: 2px;
}

.gnet-form__honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.gnet-notice {
	margin-bottom: 18px;
	padding: 14px 17px;
	background: #fff;
	border-left: 4px solid;
	border-radius: 6px;
	color: #16191e;
}

.gnet-notice--success {
	border-color: var(--gnet-success);
}

.gnet-notice--error {
	border-color: var(--gnet-error);
}

.gnet-fleet-rings {
	position: relative;
	display: grid;
	place-items: center;
	width: 300px;
	height: 300px;
}

.gnet-fleet-rings span {
	position: absolute;
	inset: 0;
	border: 1px solid rgb(227 6 19 / 55%);
	border-radius: 50%;
}

.gnet-fleet-rings span:nth-child(2) {
	inset: 40px;
}

.gnet-fleet-rings span:nth-child(3) {
	inset: 82px;
	background: rgb(227 6 19 / 10%);
}

.gnet-fleet-rings b {
	z-index: 2;
	letter-spacing: 0.2em;
}

.gnet-support-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

.gnet-support-grid > a {
	display: grid;
	grid-template-columns: 84px 1fr auto;
	align-items: center;
	gap: 20px;
	min-height: 112px;
	padding: 14px 22px 14px 14px;
	background: #fff;
	border: 1px solid #dfe3e8;
	border-radius: var(--gnet-radius);
	color: #171a1f;
	text-decoration: none;
}

.gnet-support-grid img {
	width: 84px;
	height: 84px;
	object-fit: contain;
	background: #f2f3f5;
	border-radius: 7px;
}

.gnet-support-grid span {
	display: flex;
	flex-direction: column;
}

.gnet-support-grid small {
	color: #666e79;
}

.gnet-support-grid b {
	color: var(--gnet-red);
	font-size: 1.4rem;
}

.gnet-support-actions {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.gnet-support-actions > a {
	display: block;
	min-height: 250px;
	padding: 38px;
	background: #141920;
	border: 1px solid #303742;
	border-radius: var(--gnet-radius);
	text-decoration: none;
}

.gnet-support-actions > a > span {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin-bottom: 45px;
	background: var(--gnet-red);
	border-radius: 50%;
	font-weight: 900;
}

.gnet-support-actions p {
	color: var(--gnet-muted);
}

.gnet-compare-scroll {
	overflow-x: auto;
	border: 1px solid #d8dde3;
	border-radius: var(--gnet-radius);
	box-shadow: 0 18px 45px rgb(18 23 30 / 7%);
}

.gnet-compare-table {
	width: 100%;
	min-width: 880px;
	border-collapse: collapse;
	background: #fff;
	color: #1a1d22;
}

.gnet-compare-table th,
.gnet-compare-table td {
	min-width: 185px;
	padding: 18px;
	border-right: 1px solid #e1e4e8;
	border-bottom: 1px solid #e1e4e8;
	text-align: left;
	vertical-align: top;
}

.gnet-compare-table th:first-child {
	position: sticky;
	left: 0;
	z-index: 2;
	min-width: 165px;
	background: #f5f6f8;
}

.gnet-compare-table thead th {
	position: sticky;
	top: 0;
	z-index: 3;
	background: #fff;
}

.gnet-compare-table thead th:first-child {
	z-index: 4;
}

.gnet-compare-table thead a {
	display: flex;
	flex-direction: column;
	gap: 8px;
	color: #171a1f;
	text-decoration: none;
}

.gnet-compare-table thead img {
	width: 100%;
	height: 130px;
	object-fit: contain;
}

.gnet-compare-help {
	margin-top: 14px;
	color: #626a75;
	font-size: 0.82rem;
}

.gnet-entry-content,
.gnet-content-shell {
	padding-block: clamp(55px, 8vw, 100px);
}

.gnet-entry-content {
	max-width: 840px;
}

.gnet-entry-content > * {
	max-width: 760px;
	margin-inline: auto;
}

.gnet-entry-content > .alignwide {
	max-width: 1180px;
}

.gnet-entry-content > .alignfull {
	max-width: none;
}

.gnet-entry-content a {
	color: var(--gnet-red-dark);
}

.gnet-featured-image {
	margin-top: 50px;
}

.gnet-page-heading {
	margin-bottom: 50px;
}

.gnet-page-heading h1 {
	font-size: clamp(2.4rem, 5vw, 4.5rem);
}

.gnet-post-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.gnet-post-card {
	overflow: hidden;
	background: #151a21;
	border: 1px solid #2b323d;
	border-radius: var(--gnet-radius);
}

.gnet-post-card > div {
	padding: 25px;
}

.gnet-post-card h2 {
	font-size: 1.45rem;
}

.gnet-post-card h2 a {
	text-decoration: none;
}

.gnet-post-card p:not(.gnet-eyebrow) {
	color: var(--gnet-muted);
}

.gnet-error-page {
	min-height: 65vh;
	padding-block: 130px;
}

.gnet-error-page p:not(.gnet-eyebrow) {
	max-width: 650px;
	color: var(--gnet-muted);
	font-size: 1.1rem;
}

.gnet-footer {
	padding-top: 70px;
	background: #07090b;
	border-top: 1px solid #222832;
	color: #c2c8d0;
}

.gnet-footer__grid {
	display: grid;
	grid-template-columns: 1.6fr repeat(3, 1fr);
	gap: 45px;
	padding-bottom: 60px;
}

.gnet-footer h2 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 0.8rem;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.gnet-footer li + li {
	margin-top: 9px;
}

.gnet-footer li a {
	font-size: 0.9rem;
	text-decoration: none;
}

.gnet-footer li a:hover {
	color: #fff;
}

.gnet-footer__brand p {
	max-width: 330px;
	margin-top: 24px;
	color: #8e97a3;
}

.gnet-footer-widgets {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	padding-block: 35px;
	border-top: 1px solid #252b34;
}

.gnet-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	min-height: 74px;
	border-top: 1px solid #252b34;
	font-size: 0.78rem;
}

.gnet-footer__bottom p {
	margin: 0;
}

.gnet-footer__bottom ul {
	display: flex;
	gap: 20px;
}

.gnet-mobile-buy {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1200;
	display: none;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 12px 20px;
	background: rgb(9 11 14 / 96%);
	border-top: 1px solid #343b45;
	box-shadow: 0 -8px 30px rgb(0 0 0 / 35%);
}

.gnet-mobile-buy span {
	display: flex;
	flex-direction: column;
	font-size: 0.8rem;
}

.gnet-mobile-buy[hidden] {
	display: none !important;
}

@media (max-width: 1120px) {
	.gnet-header__inner {
		grid-template-columns: auto auto 1fr;
	}

	.gnet-menu-toggle {
		display: block;
		justify-self: end;
		grid-column: 3;
	}

	.gnet-nav {
		position: fixed;
		top: calc(36px + var(--gnet-header-height));
		right: 0;
		bottom: 0;
		left: 0;
		display: none;
		padding: 30px 20px 130px;
		overflow-y: auto;
		background: #0b0d10;
	}

	.admin-bar .gnet-nav {
		top: calc(68px + var(--gnet-header-height));
	}

	.gnet-nav.is-open {
		display: block;
	}

	.gnet-nav__list {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.gnet-nav__list a {
		display: flex;
		min-height: 58px;
		border-bottom: 1px solid #252b34;
		font-size: 1.1rem;
	}

	.gnet-header-actions {
		grid-row: 1;
		grid-column: 2;
	}

	.gnet-header-actions > a:not(.gnet-cart-link) {
		display: none;
	}

	.gnet-hero__grid {
		grid-template-columns: 1fr 0.8fr;
	}

	.gnet-hero-product__main {
		width: 650px;
	}

	.gnet-hero-product__rear {
		right: -3%;
		width: 255px;
	}

	.gnet-hero-product__orbit {
		right: 0;
		width: 270px;
	}

	.gnet-use-cases--four {
		grid-template-columns: repeat(2, 1fr);
	}

	.gnet-footer__grid {
		grid-template-columns: 1.4fr repeat(3, 1fr);
		gap: 25px;
	}
}

@media (max-width: 900px) {
	.gnet-hero {
		min-height: auto;
	}

	.gnet-hero__grid {
		grid-template-columns: 1fr;
		padding-top: 78px;
	}

	.gnet-hero__visual {
		min-height: 390px;
	}

	.gnet-hero-product__main {
		top: 61%;
		left: 50%;
		width: min(820px, 98vw);
	}

	.gnet-hero-product__rear {
		top: 1%;
		right: 7%;
		width: min(280px, 36vw);
	}

	.gnet-hero-product__orbit {
		top: 5%;
		right: 5%;
		width: min(300px, 39vw);
	}

	.gnet-hero__badge {
		right: 5%;
		bottom: 5%;
	}

	.gnet-trust-strip__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.gnet-trust-item:nth-child(3) {
		border-left: 1px solid #e1e4e8;
	}

	.gnet-use-cases,
	.gnet-steps,
	.gnet-post-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.gnet-use-cases > a:last-child,
	.gnet-steps > div:last-child {
		grid-column: 1 / -1;
	}

	.gnet-selector::before {
		width: 100%;
		height: 43%;
	}

	.gnet-selector__grid,
	.gnet-evidence__grid,
	.gnet-enquiry-grid {
		grid-template-columns: 1fr;
	}

	.gnet-enquiry-grid > div:first-child {
		position: static;
	}

	.gnet-page-hero__grid {
		grid-template-columns: 1fr;
	}

	.gnet-page-hero__grid--media {
		gap: 28px;
	}

	.gnet-page-camera-media {
		min-height: 300px;
	}

	.gnet-page-camera-media .gnet-hero-product__main {
		top: 65%;
		left: 50%;
		width: min(690px, 92vw);
	}

	.gnet-page-camera-media .gnet-hero-product__rear {
		top: 0;
		right: 7%;
		width: min(230px, 32vw);
	}

	.gnet-page-camera-media .gnet-hero-product__orbit {
		right: 5%;
		width: min(250px, 35vw);
	}

	.gnet-page-hero__stat,
	.gnet-fleet-rings {
		display: none;
	}

	.gnet-support-grid {
		grid-template-columns: 1fr;
	}

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

	.gnet-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 680px) {
	:root {
		--gnet-header-height: 68px;
	}

	.admin-bar .gnet-header {
		top: 46px;
	}

	.gnet-container {
		width: min(calc(100% - 28px), var(--gnet-container));
	}

	.gnet-topbar__inner > span,
	.gnet-topbar__inner div a:first-child {
		display: none;
	}

	.gnet-topbar__inner {
		justify-content: flex-end;
	}

	.gnet-header__inner {
		grid-template-columns: 1fr auto auto;
		gap: 8px;
	}

	.gnet-brand__word {
		display: none;
	}

	.gnet-header-actions {
		grid-column: 2;
	}

	.gnet-menu-toggle {
		grid-column: 3;
	}

	.gnet-cart-link {
		font-size: 0 !important;
	}

	.gnet-cart-link::before {
		font-size: 0.82rem;
		content: "Basket";
	}

	.gnet-hero h1 {
		font-size: clamp(2.55rem, 14vw, 4.5rem);
	}

	.gnet-hero__grid {
		padding-block: 62px 45px;
	}

	.gnet-hero__visual {
		min-height: 305px;
	}

	.gnet-hero-product__main {
		top: 63%;
		width: min(650px, 108vw);
	}

	.gnet-hero-product__rear {
		top: 1%;
		right: 2%;
		width: min(190px, 40vw);
	}

	.gnet-hero-product__orbit {
		top: 2%;
		right: 0;
		width: min(205px, 43vw);
	}

	.gnet-page-camera-media {
		min-height: 245px;
	}

	.gnet-page-camera-media .gnet-hero-product__main {
		top: 66%;
		width: min(600px, 108vw);
	}

	.gnet-page-camera-media .gnet-hero-product__rear {
		top: 0;
		right: 1%;
		width: min(180px, 42vw);
	}

	.gnet-page-camera-media .gnet-hero-product__orbit {
		top: 1%;
		right: -2%;
		width: min(195px, 46vw);
	}

	.gnet-hero__badge {
		display: none;
	}

	.gnet-trust-strip__grid,
	.gnet-use-cases,
	.gnet-use-cases--four,
	.gnet-steps,
	.gnet-post-grid,
	.gnet-support-actions,
	.gnet-footer-widgets {
		grid-template-columns: 1fr;
	}

	.gnet-trust-item,
	.gnet-trust-item:first-child,
	.gnet-trust-item:nth-child(3) {
		border-right: 0;
		border-left: 0;
		border-bottom: 1px solid #e1e4e8;
	}

	.gnet-use-cases > a,
	.gnet-use-cases > div {
		min-height: 260px;
	}

	.gnet-use-cases > a:last-child,
	.gnet-steps > div:last-child {
		grid-column: auto;
	}

	.gnet-section-heading--split,
	.gnet-final-cta__inner,
	.gnet-footer__bottom,
	.gnet-empty-state {
		align-items: flex-start;
		flex-direction: column;
	}

	.gnet-section-heading--split {
		display: flex;
	}

	.gnet-selector::before {
		height: 39%;
	}

	.gnet-form__grid {
		grid-template-columns: 1fr;
	}

	.gnet-form__wide {
		grid-column: auto;
	}

	.gnet-support-grid > a {
		grid-template-columns: 64px 1fr auto;
		gap: 13px;
		padding-right: 14px;
	}

	.gnet-support-grid img {
		width: 64px;
		height: 64px;
	}

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

	.gnet-footer__brand {
		grid-column: 1 / -1;
	}

	.gnet-mobile-buy {
		display: flex;
	}

	.gnet-mobile-buy .gnet-button {
		min-height: 44px;
		padding: 9px 14px;
	}
}

@media (max-width: 420px) {
	.gnet-button-row .gnet-button {
		width: 100%;
	}

	.gnet-hero__proof {
		flex-direction: column;
	}

	.gnet-selector::before {
		height: 36%;
	}

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

	.gnet-footer__brand {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.gnet-hero-product__main,
	.gnet-hero-product__rear,
	.gnet-hero-product__orbit {
		animation: none !important;
	}
}
