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

.marketing-page {
	margin-top: -36px;
	color: #151515;
}

.marketing-section {
	padding: 92px 0;
}

.marketing-section--muted {
	background: #f7f7f8;
}

.marketing-section--dark {
	background: #202020;
	color: #fff;
}

.marketing-eyebrow {
	margin: 0 0 14px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0.58;
}

.marketing-title {
	max-width: 780px;
	margin: 0;
	font-size: clamp(38px, 5vw, 60px);
	font-weight: 600;
	line-height: 1.04;
	letter-spacing: -0.035em;
}

.marketing-lead {
	max-width: 720px;
	margin: 24px 0 0;
	font-size: clamp(18px, 2.3vw, 22px);
	font-weight: 300;
	line-height: 1.55;
}

.marketing-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.marketing-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 19px;
	border: 1px solid #1f1f1f;
	border-radius: 6px;
	background: #1f1f1f;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.marketing-button--secondary {
	background: transparent;
	color: #1f1f1f;
}

.marketing-section--dark .marketing-button {
	border-color: #fff;
	background: #fff;
	color: #1f1f1f;
}

.marketing-section--dark .marketing-button--secondary {
	background: transparent;
	color: #fff;
}

.marketing-button:hover,
.marketing-button:focus-visible {
	opacity: 0.76;
	transform: translateY(-1px);
}

.marketing-section-header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 38px;
}

.marketing-section-header h2 {
	max-width: 720px;
	margin: 0;
	font-size: clamp(30px, 4vw, 44px);
	font-weight: 600;
	line-height: 1.12;
	letter-spacing: -0.025em;
}

.marketing-section-header p {
	max-width: 480px;
	margin: 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
}

.marketing-text-link {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-style: dotted;
	text-underline-offset: 4px;
}

.marketing-section--dark .marketing-text-link {
	color: #fff;
}

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

.marketing-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	background: #fff;
}

.marketing-card__media {
	display: flex;
	min-height: 220px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #f1f2f4;
}

.marketing-card__media img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.marketing-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 28px;
}

.marketing-card__status {
	margin: 0 0 9px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	opacity: 0.52;
}

.marketing-card h3 {
	margin: 0;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.2;
}

.marketing-card p {
	margin: 16px 0 22px;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.65;
}

.marketing-card .marketing-text-link {
	margin-top: auto;
}

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

.marketing-news-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 27px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.marketing-news-card time {
	font-size: 13px;
	font-weight: 500;
	opacity: 0.58;
}

.marketing-news-card h3 {
	margin: 14px 0 12px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
}

.marketing-news-card p {
	margin: 0 0 20px;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.6;
}

.marketing-news-card .marketing-text-link {
	margin-top: auto;
}

.marketing-split {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
	gap: 70px;
	align-items: center;
}

.marketing-split h2 {
	margin: 0;
	font-size: clamp(32px, 4vw, 46px);
	font-weight: 600;
	line-height: 1.14;
	letter-spacing: -0.025em;
}

.marketing-split p {
	margin: 22px 0 0;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.7;
}

.marketing-focus-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.marketing-focus-item {
	min-height: 120px;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 6px;
}

.marketing-focus-item p {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

@media only screen and (max-width: 820px) {
	.marketing-section {
		padding: 70px 0;
	}

	.marketing-section-header {
		display: block;
	}

	.marketing-section-header p {
		margin-top: 18px;
	}

	.marketing-card-grid,
	.marketing-news-grid {
		grid-template-columns: 1fr;
	}

	.marketing-split {
		grid-template-columns: 1fr;
		gap: 42px;
	}
}

@media only screen and (max-width: 520px) {
	.marketing-section {
		padding: 58px 0;
	}

	.marketing-card__body {
		padding: 24px;
	}

	.marketing-card__media {
		min-height: 190px;
	}

	.marketing-focus-grid {
		grid-template-columns: 1fr;
	}
}
