:root {
	--color-navy: #072a4a;
	--color-navy-dark: #031827;
	--color-blue: #076ebb;
	--color-blue-bright: #1285d8;
	--color-sky: #eef7fc;
	--color-soft: #f5f8fb;
	--color-text: #1f2d3d;
	--color-muted: #5d6b78;
	--color-border: #dce5ed;
	--color-white: #ffffff;
	--shadow-card: 0 12px 30px rgba(7, 42, 74, 0.12);
	--radius: 8px;
	--container: 1200px;
	--font-system: Inter, Arial, Helvetica, sans-serif;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--color-text);
	font-family: var(--font-system);
	font-size: 16px;
	line-height: 1.55;
	background: var(--color-white);
}

body.mobile-menu-open {
	overflow: hidden;
}

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

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: var(--color-blue);
}

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

:focus-visible {
	outline: 3px solid #f5b44a;
	outline-offset: 3px;
}

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

.skip-link {
	position: absolute;
	z-index: 1000;
	top: 12px;
	left: 12px;
	padding: 12px 16px;
	color: var(--color-white);
	background: var(--color-navy);
	transform: translateY(-150%);
}

.skip-link:focus {
	transform: translateY(0);
}

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

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 28px;
	border: 1px solid transparent;
	border-radius: var(--radius);
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: 0;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
	transform: translateY(-1px);
}

.button--primary {
	color: var(--color-white);
	background: var(--color-blue);
	border-color: var(--color-blue);
	box-shadow: 0 9px 18px rgba(7, 110, 187, 0.24);
}

.button--primary:hover {
	color: var(--color-white);
	background: #055d9f;
	border-color: #055d9f;
}

.button--ghost {
	color: var(--color-white);
	background: transparent;
	border-color: rgba(255, 255, 255, 0.72);
}

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

.button--outline {
	color: var(--color-blue);
	background: var(--color-white);
	border-color: var(--color-blue);
}

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

.site-header {
	position: sticky;
	z-index: 100;
	top: 0;
	background: var(--color-white);
	border-bottom: 1px solid rgba(7, 42, 74, 0.08);
	box-shadow: 0 5px 18px rgba(7, 42, 74, 0.06);
}

.utility-bar {
	background: #eef5fa;
	border-bottom: 1px solid #d7e5ef;
}

.utility-bar__inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(22px, 2.4vw, 40px);
	width: min(100% - 64px, 1680px);
	min-height: 56px;
	margin-inline: auto;
}

.utility-links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(18px, 2vw, 36px);
	min-width: 0;
}

.utility-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 40px;
	color: #24699e;
	font-size: clamp(0.86rem, 0.95vw, 1rem);
	font-weight: 800;
	white-space: nowrap;
}

.lucide-icon {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.35;
}

.phone-call-icon {
	width: 21px;
	height: 21px;
}

.header-search {
	display: flex;
	align-items: stretch;
	width: min(100%, 340px);
	height: 42px;
	overflow: hidden;
	background: var(--color-white);
	border: 1px solid #9cbcd3;
	border-radius: var(--radius);
}

.header-search input {
	min-width: 0;
	width: 100%;
	padding: 0 14px;
	color: #183047;
	font-size: 0.86rem;
	border: 0;
	outline: 0;
}

.header-search input::placeholder {
	color: #697887;
}

.header-search button {
	display: grid;
	place-items: center;
	flex: 0 0 46px;
	padding: 0;
	color: var(--color-white);
	background: #24699e;
	border: 0;
	cursor: pointer;
}

.header-search button .lucide-icon {
	width: 23px;
	height: 23px;
	stroke-width: 2.7;
}

.site-header__inner {
	display: flex;
	align-items: center;
	gap: clamp(28px, 4vw, 74px);
	width: min(100% - 64px, 1680px);
	min-height: 104px;
	padding-block: 10px;
	margin-inline: auto;
}

.site-header__brand {
	flex: 0 0 auto;
}

.site-logo {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	width: clamp(245px, 20vw, 310px);
	max-width: 100%;
	gap: 3px;
	line-height: 1;
}

.site-logo img,
.custom-logo-link img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
}

.custom-logo-link {
	display: inline-flex;
	align-items: center;
	width: clamp(245px, 20vw, 310px);
}

.site-logo__tagline {
	display: block;
	width: 100%;
	color: #5f7182;
	font-size: clamp(0.68rem, 0.72vw, 0.8rem);
	font-weight: 800;
	text-align: center;
	white-space: nowrap;
}

.site-navigation {
	flex: 1 1 auto;
}

.primary-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(22px, 2.8vw, 44px);
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: #263f3c;
	font-size: clamp(0.98rem, 1.05vw, 1.12rem);
	font-weight: 750;
}

.site-navigation .primary-menu li:nth-child(1) a::after,
.site-navigation .primary-menu li:nth-child(2) a::after,
.site-navigation .primary-menu li:nth-child(3) a::after {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-left: 7px;
	border: solid currentColor;
	border-width: 0 2px 2px 0;
	content: "";
	transform: rotate(45deg) translateY(-3px);
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-left: auto;
}

.site-header__phone {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 48px;
	color: var(--color-white);
	background: #24699e;
	border-radius: var(--radius);
	font-size: clamp(1rem, 1.08vw, 1.14rem);
	font-weight: 800;
	padding-inline: 18px;
	white-space: nowrap;
}

.site-header__phone:hover {
	color: var(--color-white);
	background: #1d5d8d;
}

.site-header__phone .phone-call-icon {
	color: #e8f5ff;
	stroke-width: 2.6;
}

.menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0;
	color: var(--color-navy);
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	cursor: pointer;
}

.menu-toggle__bars,
.menu-toggle__bars::before,
.menu-toggle__bars::after {
	display: block;
	width: 22px;
	height: 2px;
	background: currentColor;
	content: "";
}

.menu-toggle__bars {
	position: relative;
}

.menu-toggle__bars::before,
.menu-toggle__bars::after {
	position: absolute;
	left: 0;
}

.menu-toggle__bars::before {
	top: -7px;
}

.menu-toggle__bars::after {
	top: 7px;
}

.mobile-panel {
	position: fixed;
	z-index: 120;
	inset: 92px 0 0 auto;
	width: min(360px, calc(100vw - 36px));
	padding: 26px;
	background: var(--color-white);
	border-left: 1px solid var(--color-border);
	box-shadow: -22px 18px 44px rgba(7, 42, 74, 0.22);
}

.mobile-panel[hidden] {
	display: none;
}

.mobile-panel .primary-menu {
	align-items: stretch;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 22px;
}

.mobile-panel .primary-menu a {
	width: 100%;
	border-bottom: 1px solid var(--color-border);
}

.hero {
	min-height: clamp(620px, 49vw, 720px);
	color: var(--color-white);
	background-position: center center;
	background-size: cover;
}

.hero .container {
	width: min(100% - 64px, 1440px);
}

.hero__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: inherit;
	padding-block: 88px 46px;
}

.hero__content {
	max-width: 1060px;
}

.hero__eyebrow {
	margin: 0 0 20px;
	color: var(--color-white);
	font-size: clamp(0.95rem, 1.12vw, 1.18rem);
	font-weight: 900;
	line-height: 1.1;
	text-transform: uppercase;
}

.hero h1 {
	max-width: 1040px;
	margin: 0 0 28px;
	font-size: clamp(3.6rem, 5.55vw, 6.45rem);
	line-height: 1.03;
	font-weight: 900;
	letter-spacing: 0;
}

.hero__content > p:not(.hero__eyebrow) {
	max-width: 980px;
	margin: 0 0 36px;
	color: rgba(255, 255, 255, 0.93);
	font-size: clamp(1.14rem, 1.55vw, 1.55rem);
	line-height: 1.52;
	font-weight: 500;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
}

.hero__actions .button {
	min-width: 214px;
	min-height: 58px;
}

.hero__trust {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin-top: auto;
	padding-top: 58px;
}

.trust-item {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 3px 14px;
	font-size: 0.84rem;
}

.trust-item__icon {
	grid-row: 1 / span 2;
	width: 28px;
	height: 28px;
	border: 2px solid currentColor;
	border-radius: 6px;
	opacity: 0.9;
	transform: rotate(45deg);
}

.trust-item strong {
	font-size: 0.86rem;
	text-transform: uppercase;
}

.trust-item span:last-child {
	color: rgba(255, 255, 255, 0.82);
}

.section {
	padding-block: clamp(48px, 7vw, 78px);
}

.section--white {
	background: var(--color-white);
}

.section--tint {
	background: linear-gradient(180deg, #f1f9fe 0%, #e9f5fb 100%);
}

.section--soft {
	background: #f7fafc;
}

.section-heading {
	max-width: 790px;
	margin: 0 auto 28px;
	text-align: center;
}

.eyebrow {
	margin: 0 0 8px;
	color: var(--color-blue);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.section-heading h2,
.split__content h2,
.cta h2 {
	margin: 0;
	color: #172538;
	font-size: clamp(1.7rem, 3.2vw, 2.45rem);
	line-height: 1.14;
	font-weight: 900;
	letter-spacing: 0;
}

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

.product-card,
.resource-card,
.news-card,
.post-card {
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	box-shadow: var(--shadow-card);
}

.product-card {
	display: flex;
	flex-direction: column;
	min-height: 300px;
	padding: 18px 17px;
}

.product-card__visual {
	position: relative;
	height: 118px;
	margin-bottom: 16px;
	overflow: hidden;
	border-radius: 4px;
	background:
		radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 30%),
		linear-gradient(135deg, #f8fafc 0%, #bac4ca 44%, #fdfefe 57%, #747f87 100%);
}

.product-card__visual::before,
.product-card__visual::after {
	position: absolute;
	background: linear-gradient(135deg, #f9fbfc, #89949b 48%, #f5f7f8);
	border: 1px solid rgba(60, 70, 78, 0.2);
	content: "";
}

.product-card__visual--elbow::before {
	inset: 30px 38px 30px 24px;
	border-radius: 999px 999px 8px 999px;
}

.product-card__visual--valve::before {
	top: 42px;
	left: 18px;
	width: 90px;
	height: 36px;
	border-radius: 999px;
}

.product-card__visual--valve::after {
	top: 18px;
	left: 50px;
	width: 64px;
	height: 10px;
	background: var(--color-blue);
	border: 0;
	transform: rotate(-8deg);
}

.product-card__visual--tube::before {
	top: 28px;
	left: 26px;
	width: 28px;
	height: 82px;
	border-radius: 999px;
	transform: rotate(63deg);
	box-shadow: 28px -1px 0 #cbd3d8, 56px -2px 0 #eef2f4;
}

.product-card__visual--clamp::before {
	top: 30px;
	left: 39px;
	width: 76px;
	height: 76px;
	border: 14px solid #b9c3ca;
	border-radius: 50%;
	background: transparent;
}

.product-card__visual--hanger::before {
	top: 24px;
	left: 54px;
	width: 52px;
	height: 74px;
	border-radius: 8px 8px 30px 30px;
}

.product-card__visual--cap::before {
	top: 34px;
	left: 34px;
	width: 88px;
	height: 58px;
	border-radius: 50% 50% 14px 14px;
}

.card-icon {
	width: 22px;
	height: 22px;
	margin-bottom: 8px;
	border: 2px solid var(--color-blue);
	border-radius: 5px;
}

.product-card h3,
.resource-card h3,
.news-card h3 {
	margin: 0 0 7px;
	color: var(--color-blue);
	font-size: 1rem;
	line-height: 1.18;
	font-weight: 900;
	text-transform: uppercase;
}

.product-card p,
.resource-card p {
	margin: 0 0 15px;
	color: var(--color-muted);
	font-size: 0.88rem;
}

.arrow-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 44px;
	margin-top: auto;
	color: var(--color-blue);
	font-size: 0.82rem;
	font-weight: 900;
	text-transform: uppercase;
}

.arrow-link::after {
	content: "->";
	font-size: 1.05rem;
}

.section-action {
	margin-top: 26px;
	text-align: center;
}

.industry-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 22px;
	align-items: start;
}

.industry-item {
	display: grid;
	justify-items: center;
	gap: 10px;
	text-align: center;
}

.industry-item svg {
	width: 44px;
	height: 44px;
	fill: none;
	stroke: var(--color-blue);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.3;
}

.industry-item h3 {
	margin: 0;
	color: #24364a;
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 850;
}

.split {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	gap: clamp(34px, 6vw, 64px);
	align-items: center;
}

.split__media img {
	width: 100%;
	aspect-ratio: 1.7 / 1;
	object-fit: cover;
	border-radius: var(--radius);
	box-shadow: var(--shadow-card);
}

.split__content p:not(.eyebrow) {
	color: var(--color-muted);
}

.check-list {
	display: grid;
	gap: 15px;
	padding: 0;
	margin: 24px 0 28px;
	list-style: none;
}

.check-list li {
	position: relative;
	padding-left: 40px;
	font-weight: 800;
}

.check-list li::before {
	position: absolute;
	top: -2px;
	left: 0;
	width: 26px;
	height: 26px;
	color: var(--color-white);
	background: var(--color-blue);
	border-radius: 50%;
	content: "";
}

.check-list li::after {
	position: absolute;
	top: 5px;
	left: 9px;
	width: 7px;
	height: 12px;
	border: solid var(--color-white);
	border-width: 0 2px 2px 0;
	content: "";
	transform: rotate(45deg);
}

.resource-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.resource-card {
	display: flex;
	flex-direction: column;
	padding: 24px;
	text-align: center;
}

.resource-card__thumb {
	position: relative;
	width: 88px;
	height: 116px;
	margin: 0 auto 20px;
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: 3px;
	box-shadow: 0 8px 18px rgba(7, 42, 74, 0.12);
}

.resource-card__thumb::before {
	position: absolute;
	top: 12px;
	left: 50%;
	width: 28px;
	height: 18px;
	background: var(--color-blue);
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	content: "";
	transform: translateX(-50%);
}

.resource-card__thumb span {
	position: absolute;
	left: 16px;
	right: 16px;
	height: 5px;
	background: #cbd9e4;
}

.resource-card__thumb span:nth-child(1) {
	top: 48px;
}

.resource-card__thumb span:nth-child(2) {
	top: 62px;
}

.resource-card__thumb span:nth-child(3) {
	top: 76px;
}

.cta {
	padding-block: 48px;
	color: var(--color-white);
	background: linear-gradient(110deg, #06345d 0%, #075895 48%, #06345d 100%);
}

.cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 32px;
	align-items: center;
}

.cta h2 {
	max-width: 620px;
	color: var(--color-white);
}

.cta p {
	max-width: 640px;
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.86);
}

.cta__actions {
	display: grid;
	gap: 14px;
	min-width: 300px;
}

.cta__phone {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	color: var(--color-white);
	font-size: 1.25rem;
	font-weight: 900;
}

.news-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
}

.news-card {
	overflow: hidden;
}

.news-card__image {
	height: 170px;
	background:
		linear-gradient(180deg, rgba(7, 42, 74, 0) 0%, rgba(7, 42, 74, 0.2) 100%),
		repeating-linear-gradient(110deg, #f8fafc 0 14px, #c6d0d8 14px 24px, #808c95 24px 34px, #f8fafc 34px 46px);
}

.news-card__image--2 {
	background:
		linear-gradient(180deg, rgba(7, 42, 74, 0) 0%, rgba(7, 42, 74, 0.18) 100%),
		radial-gradient(circle at 32% 52%, #f9fbfc 0 18px, #87939a 19px 31px, transparent 32px),
		radial-gradient(circle at 62% 42%, #f9fbfc 0 26px, #9aa5ac 27px 39px, transparent 40px),
		linear-gradient(110deg, #eef3f6, #b8c3ca);
}

.news-card__image--3 {
	background:
		linear-gradient(90deg, rgba(7, 42, 74, 0.84), rgba(7, 42, 74, 0.12)),
		linear-gradient(135deg, #f45a8d, #ba1f69 55%, #076ebb);
}

.news-card__body {
	padding: 22px;
}

.news-card h3 {
	text-transform: none;
}

.news-card h3 a {
	color: var(--color-blue);
}

.news-card p {
	margin: 0 0 12px;
	color: #7c8893;
}

.site-footer {
	color: rgba(255, 255, 255, 0.82);
	background: linear-gradient(110deg, #101d2a 0%, #172c40 52%, #0b1723 100%);
}

.site-footer__inner {
	display: grid;
	grid-template-columns: 1.35fr 0.8fr 0.85fr 1.2fr 0.75fr;
	gap: 34px;
	width: min(100% - 32px, var(--container));
	margin-inline: auto;
	padding-block: 52px 42px;
}

.site-footer .site-logo,
.site-footer .custom-logo-link {
	margin-bottom: 18px;
	background: var(--color-white);
	border-radius: 3px;
}

.site-footer p,
.site-footer address,
.site-footer a {
	color: rgba(255, 255, 255, 0.76);
}

.site-footer h2 {
	margin: 0 0 14px;
	color: var(--color-white);
	font-size: 0.92rem;
	text-transform: uppercase;
}

.site-footer ul {
	display: grid;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-footer p,
.site-footer address {
	margin: 0;
	font-size: 0.88rem;
	font-style: normal;
}

.site-footer__disclosure {
	margin-top: 16px !important;
	font-weight: 700;
}

.social-links {
	display: flex;
	gap: 10px;
	margin-top: 18px;
}

.social-links a {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	color: var(--color-white);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	font-weight: 800;
}

.content-section {
	padding-block: 72px;
	background: var(--color-soft);
}

.post-list {
	display: grid;
	gap: 24px;
}

.post-card {
	padding: 28px;
}

.post-card__title {
	margin: 0 0 12px;
}

@media (max-width: 1180px) {
	.utility-bar {
		display: none;
	}

	.site-navigation,
	.site-header__quote {
		display: none;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.site-header__inner {
		width: min(100% - 32px, var(--container));
		min-height: 98px;
		padding-block: 0;
	}

	.mobile-panel {
		inset-block-start: 98px;
	}

	.hero .container {
		width: min(100% - 32px, var(--container));
	}

	.product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.site-footer__inner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 880px) {
	.hero {
		min-height: auto;
		background-position: 58% center;
	}

	.hero__inner {
		padding-block: 58px 34px;
	}

	.hero__content {
		max-width: 560px;
	}

	.hero h1 {
		font-size: clamp(2.55rem, 8vw, 4.4rem);
	}

	.hero__content > p:not(.hero__eyebrow) {
		font-size: clamp(1.05rem, 2.8vw, 1.3rem);
	}

	.hero__trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-top: 44px;
	}

	.industry-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.split,
	.cta__inner {
		grid-template-columns: 1fr;
	}

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

	.cta__actions {
		min-width: 0;
	}

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

@media (max-width: 620px) {
	.container,
	.site-header__inner,
	.site-footer__inner {
		width: min(100% - 24px, var(--container));
	}

	.site-header__inner {
		gap: 12px;
		min-height: 86px;
	}

	.site-logo {
		width: clamp(172px, 49vw, 220px);
	}

	.site-logo__tagline {
		font-size: 0.5rem;
	}

	.button {
		min-height: 50px;
		padding-inline: 22px;
	}

	.site-header__phone {
		width: 46px;
		min-height: 46px;
		padding-inline: 0;
		justify-content: center;
	}

	.site-header__phone span:last-child {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
	}

	.mobile-panel {
		inset-block-start: 86px;
		width: min(330px, calc(100vw - 24px));
	}

	.hero {
		background-position: 50% center;
	}

	.hero__inner {
		padding-block: 48px 30px;
	}

	.hero__eyebrow {
		margin-bottom: 14px;
		font-size: 0.9rem;
	}

	.hero h1 {
		font-size: clamp(2.12rem, 10vw, 3rem);
	}

	.hero__actions {
		gap: 12px;
	}

	.hero__actions .button {
		width: 100%;
	}

	.hero__trust {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.product-grid {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: minmax(210px, 72%);
		grid-template-columns: none;
		gap: 14px;
		overflow-x: auto;
		padding: 4px 2px 18px;
		scroll-snap-type: x mandatory;
	}

	.product-card {
		scroll-snap-align: start;
	}

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

	.resource-grid,
	.news-grid,
	.site-footer__inner {
		grid-template-columns: 1fr;
	}

	.section {
		padding-block: 44px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
