.hero {
	position: relative;
	display: grid;
	min-height: min(780px, calc(100vh - 115px));
	align-items: center;
	overflow: hidden;
	background: var(--zes-deep-navy);
}

.hero__media {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(90deg, rgb(3 18 38 / 98%) 0%, rgb(3 18 38 / 84%) 38%, rgb(3 18 38 / 14%) 75%), url("../images/hero/zes-security-hero.png");
	background-position: center;
	background-size: cover;
}

.hero__content {
	position: relative;
	z-index: 1;
	padding-block: 6rem;
}

.hero h1 {
	max-width: 850px;
	margin-bottom: 1.4rem;
	color: var(--zes-white);
	font-size: clamp(3.2rem, 7vw, 7.2rem);
	letter-spacing: -0.06em;
	text-transform: uppercase;
}

.hero h1 span {
	color: var(--zes-orange);
}

.hero__content > p:not(.eyebrow) {
	max-width: 650px;
	margin-bottom: 2rem;
	color: #c5cfdb;
	font-size: clamp(1rem, 1.8vw, 1.2rem);
}

.trust-bar {
	border-bottom: 1px solid var(--zes-border);
	background: var(--zes-white);
}

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

.trust-grid > div {
	display: flex;
	min-height: 92px;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	padding: 1rem;
	border-right: 1px solid var(--zes-border);
	color: var(--zes-navy);
	font-size: 0.8rem;
	font-weight: 800;
	text-align: center;
}

.trust-grid > div:last-child {
	border-right: 0;
}

.trust-grid .zes-icon {
	color: var(--zes-orange);
}

.section-action {
	margin-top: 2rem;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: rgb(255 255 255 / 13%);
}

.stats-grid > div {
	display: grid;
	min-height: 180px;
	place-content: center;
	background: var(--zes-deep-navy);
	text-align: center;
}

.stats-grid strong {
	color: var(--zes-orange);
	font-family: Manrope, sans-serif;
	font-size: 3rem;
}

.stats-grid span {
	color: #b7c2d1;
	font-size: 0.8rem;
	font-weight: 800;
	text-transform: uppercase;
}

.industry-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--zes-border);
	border-left: 1px solid var(--zes-border);
}

.industry-grid a {
	display: flex;
	min-height: 120px;
	align-items: center;
	gap: 0.85rem;
	padding: 1.25rem;
	border-right: 1px solid var(--zes-border);
	border-bottom: 1px solid var(--zes-border);
	color: var(--zes-navy);
	font-weight: 800;
	text-decoration: none;
}

.industry-grid a:hover {
	background: var(--zes-navy);
	color: var(--zes-white);
}

.industry-grid .zes-icon:last-child {
	width: 1rem;
	height: 1rem;
	margin-left: auto;
	color: var(--zes-orange);
}

.benefit-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}

.benefit-grid > div {
	padding: 1.5rem;
	border-top: 3px solid var(--zes-orange);
	background: var(--zes-white);
}

.benefit-grid .zes-icon {
	margin-bottom: 1rem;
	color: var(--zes-success);
}

.benefit-grid h3 {
	margin-bottom: 0;
	font-size: 1rem;
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	padding: 0;
	margin: 0;
	list-style: none;
}

.process-grid li {
	position: relative;
	min-height: 160px;
	padding: 1.4rem;
	border-top: 2px solid var(--zes-border);
}

.process-grid li::before {
	position: absolute;
	top: -7px;
	left: 1.4rem;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--zes-orange);
	content: "";
}

.process-grid span {
	color: var(--zes-orange);
	font-size: 0.76rem;
	font-weight: 900;
}

.process-grid h3 {
	margin-top: 1.2rem;
	font-size: 1rem;
}

.brand-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border: 1px solid var(--zes-border);
}

.brand-list span {
	display: grid;
	min-height: 90px;
	place-items: center;
	border-right: 1px solid var(--zes-border);
	border-bottom: 1px solid var(--zes-border);
	color: #59667a;
	font-weight: 900;
}

.accordion__item {
	border-bottom: 1px solid var(--zes-border);
}

.accordion__item h3 {
	margin: 0;
}

.accordion__item button {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.4rem 0;
	border: 0;
	background: transparent;
	color: var(--zes-navy);
	font-weight: 800;
	text-align: left;
	cursor: pointer;
}

.accordion__item button > span:last-child {
	color: var(--zes-orange);
	font-size: 1.6rem;
}

.accordion__panel {
	padding: 0 0 1.25rem;
}

.final-cta {
	padding-block: clamp(3rem, 6vw, 5rem);
	background: var(--zes-navy);
	color: var(--zes-white);
}

.final-cta .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 3rem;
}

.final-cta h2 {
	margin-bottom: 0.8rem;
	color: var(--zes-white);
	font-size: clamp(2rem, 4vw, 3.2rem);
}

.final-cta p {
	max-width: 700px;
	margin-bottom: 0;
	color: #bdc8d6;
}

.contact-list {
	margin-top: 2rem;
}

.contact-list li {
	padding-block: 0.6rem;
	border-bottom: 1px solid var(--zes-border);
	font-weight: 700;
}
