/* =========================================================
   HTP LOGO PROCESS PAGE
   Loaded only on page-logo-process.php
========================================================= */

.htp-process-page,
.htp-process-page * {
	box-sizing: border-box;
}

.htp-process-container {
	width: min(100% - 48px, 1720px);
	margin: 0 auto;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}

.htp-process-hero {
	position: relative;
	min-height: 320px;
	display: flex;
	align-items: center;
	background: var(--htp-process-hero-bg) center right/cover no-repeat;
	color: #fff;
	overflow: hidden;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.htp-process-hero__shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(5,9,14,.94) 0%, rgba(5,9,14,.82) 35%, rgba(5,9,14,.36) 68%, rgba(5,9,14,.08) 100%),
		linear-gradient(180deg, rgba(5,9,14,.18), rgba(5,9,14,.18));
	pointer-events: none;
}

.htp-process-hero__inner {
	position: relative;
	z-index: 1;
	padding: 64px 0 70px;
}

.htp-process-breadcrumb {
	margin-bottom: 20px;
	font: 500 16px/1.4 var(--htp-font-body, Lato, Arial, sans-serif);
	color: rgba(255,255,255,.92);
}
.htp-process-breadcrumb {
	position: relative;
	z-index: 5;
}

.htp-process-breadcrumb a {
	color: inherit;
	text-decoration: none;
	pointer-events: auto;
}

.htp-process-breadcrumb a:hover {
	color: #ed1c24;
}


.htp-process-hero h1,
.htp-process-heading h2,
.htp-process-why h2,
.htp-process-cta h2 {
	font-family: var(--htp-font-heading, Anton, Arial, sans-serif);
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .025em;
}

.htp-process-hero h1 {
	max-width: 820px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(70px, 4.5vw, 72px);
	line-height: 1.05;
	text-shadow: 0 10px 28px rgba(0,0,0,.35);
}

.htp-process-steps {
	padding: 54px 0 40px;
	background: #fff;
	color: #111;
  width: 100%;
  max-width: none;
}

.htp-process-heading {
	max-width: 920px;
	margin: 0 auto 42px;
	text-align: center;
}

.htp-process-heading h2 {
	margin: 0 0 12px;
	font-size: 38px;
	line-height: 1.12;
}

.htp-process-heading p {
	margin: 0;
	color: #555;
	font: 500 18px/1.5 var(--htp-font-body, Lato, Arial, sans-serif);
}

.htp-process-steps__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px;
}

.htp-process-step-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 100%;
	padding: 34px 18px 20px;
	border: 1px solid #e3e5e8;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(10,20,30,.055);
}

.htp-process-step-card__number {
	position: absolute;
	left: 50%;
	top: -18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #ed1c24;
	color: #fff;
	font: 700 15px/1 var(--htp-font-body, Lato, Arial, sans-serif);
	transform: translateX(-50%);
	box-shadow: 0 10px 22px rgba(237,28,36,.28);
}

.htp-process-step-card__head {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	margin-bottom: 14px;
}

.htp-process-step-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
}

.htp-process-step-card__icon .htp-icon,
.htp-process-step-card__icon img,
.htp-process-step-card__icon svg {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

.htp-process-step-card h3 {
	margin: 0;
	font-family: var(--htp-font-heading, Anton, Arial, sans-serif);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.htp-process-step-card__image {
	display: block;
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	border-radius: 4px;
	margin-bottom: 14px;
	background: #f2f2f2;
}

.htp-process-step-card p {
	margin: 0 0 12px;
	color: #333;
	font: 500 16px/1.55 var(--htp-font-body, Lato, Arial, sans-serif);
}

.htp-process-step-card strong {
	margin-top: auto;
	color: #ed1c24;
	font: 500 16px/1.3 var(--htp-font-body, Lato, Arial, sans-serif);
}

.htp-process-why {
	padding: 28px 0 26px;
	background: #fff;
}

.htp-process-why__inner {
	display: grid;
	grid-template-columns: minmax(240px, .8fr) minmax(0, 2.2fr);
	gap: 28px;
	align-items: stretch;
	padding: 28px 34px;
	border: 1px solid rgba(237,28,36,.20);
	border-radius: 5px;
	background: linear-gradient(135deg, rgba(237,28,36,.06), rgba(255,255,255,1));
}

.htp-process-why h2 {
	margin: 0;
	color: #ed1c24;
	font-size: clamp(24px, 2.1vw, 34px);
	line-height: 1.25;
}

.htp-process-why__list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.htp-process-why__item {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	min-width: 0;
}

.htp-process-why__item span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	color: #ed1c24;
}

.htp-process-why__item .htp-icon,
.htp-process-why__item img,
.htp-process-why__item svg {
	width: 34px;
	height: 34px;
	object-fit: contain;
}

.htp-process-why__item p {
	margin: 0;
	font: 500 16px/1.45 var(--htp-font-body, Lato, Arial, sans-serif);
	color: #222;
}

.htp-process-cta {
	padding: 22px 0 30px;
	background: #fff;
}

.htp-process-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 26px;
	padding: 24px 34px;
	border-radius: 5px;
	background: linear-gradient(135deg, #d90011, #ed1c24);
	color: #fff;
}

.htp-process-cta__copy {
	display: flex;
	align-items: center;
	gap: 18px;
	min-width: 0;
}

.htp-process-cta__copy > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	flex: 0 0 62px;
	filter: brightness(0) invert(1);
}

.htp-process-cta__copy .htp-icon,
.htp-process-cta__copy img,
.htp-process-cta__copy svg {
	width: 54px;
	height: 54px;
	object-fit: contain;
}

.htp-process-cta h2 {
	margin: 0 0 6px;
	color: #ffffff;
	font-size: 26px;
	line-height: 1.12;
}

.htp-process-cta p {
	margin: 0;
	font: 500 16px/1.45 var(--htp-font-body, Lato, Arial, sans-serif);
	color: #ffffff;
}

.htp-process-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 210px;
	min-height: 52px;
	padding: 8px 28px 5px;
	border-radius: 5px;
	background: #fff;
	color: #111111;
	font-family: var(--htp-font-heading, Anton, Arial, sans-serif);
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .03em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform .2s ease, box-shadow .2s ease;
}

.htp-process-cta__button:hover {
	color: #111111;
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(0,0,0,.18);
}

@media (max-width: 1199px) {
	.htp-process-steps__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 32px; }
	.htp-process-why__inner { grid-template-columns: 1fr; }
	.htp-process-why__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
	.htp-process-container {
    width: min(100% - 32px, 100%);
  }
	.htp-process-hero { min-height: 260px; background-position: 64% center; }
	.htp-process-hero__inner { padding: 48px 0; }
	.htp-process-hero h1 { font-size: 38px; }
	.htp-process-steps { padding: 42px 0 30px; }
	.htp-process-steps__grid { grid-template-columns: 1fr; row-gap: 30px; }
	.htp-process-step-card { padding: 34px 16px 18px; }
	.htp-process-why__inner { padding: 24px 18px; }
	.htp-process-why__list { grid-template-columns: 1fr; }
	.htp-process-cta__inner { flex-direction: column; align-items: stretch; padding: 22px 18px; }
	.htp-process-cta__copy { align-items: flex-start; }
	.htp-process-cta__button { width: 100%; }
}




.htp-process-page {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

.htp-process-page .htp-process-hero {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.htp-process-page .htp-process-section {
  width: 100%;
  max-width: none;
}

.htp-process-page .htp-process-container {
  width: min(100% - 48px, 1720px);
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}

body.page-template-page-logo-process .site.grid-container {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

body.page-template-page-logo-process-php .site.grid-container {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

body.page-template-page-logo-process .site-content {
  display: block;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

body.page-template-page-logo-process-php .site-content {
  display: block;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

body.page-template-page-logo-process .content-area {
  width: 100%;
  max-width: none;
  float: none;
}

body.page-template-page-logo-process-php .content-area {
  width: 100%;
  max-width: none;
  float: none;
}

body.page-template-page-logo-process .site-main {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

body.page-template-page-logo-process-php .site-main {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

body.page-template-page-logo-process .inside-article {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

body.page-template-page-logo-process-php .inside-article {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

body.page-template-page-logo-process .entry-content {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

body.page-template-page-logo-process-php .entry-content {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
