.ot-hero {
	overflow: hidden;
	padding-top: 28px;
}
@media (max-width: 900px) {
	.ot-hero {
		padding-top: 24px;
	}
}
@media (max-width: 520px) {
	.ot-hero {
		padding-top: 20px;
	}
}
.ot-hero-grid {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 56px;
	align-items: center;
}
.ot-hero-grid > div:first-child {
	padding-top: 38px;
}
@media (max-width: 520px) {
	.ot-hero-grid > div:first-child {
		padding-top: 20px;
	}
}
.ot-hero-title {
	margin-top: 14px;
	font-size: clamp(34px, 4.6vw, 54px);
	line-height: 1.12;
}
.ot-hero .lede {
	margin-top: 20px;
	max-width: 520px;
}
.ot-hero .hero-ctas {
	margin-top: 36px;
}
.ot-hero-frame {
	position: relative;
	z-index: 1;
	width: 85%;
	margin: 32px auto 0;
}
.ot-hero-frame img {
	width: 100%;
	height: auto;
	display: block;
}
@media (max-width: 1080px) {
	.ot-hero-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.ot-hero-frame {
		order: -1;
	}
}

.ot-cap-rows {
	margin-top: 40px;
}
.ot-cap-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 72px;
	padding: 84px 0;
	border-bottom: 1px solid var(--line);
}
.ot-cap-rows .ot-cap-row:first-child {
	padding-top: 24px;
}
.ot-cap-rows .ot-cap-row:last-child {
	padding-bottom: 24px;
	border-bottom: none;
}
.ot-cap-row-reverse .ot-cap-media {
	order: 2;
}
.ot-cap-row-reverse .ot-cap-content {
	order: 1;
}
.ot-cap-media img {
	display: block;
	width: 100%;
	height: 440px;
	object-fit: cover;
	border-radius: 0;
}
.ot-cap-num {
	display: block;
	font-family: var(--display);
	font-weight: 800;
	font-size: 68px;
	line-height: 1;
	color: var(--brand-tint);
	-webkit-text-stroke: 1.5px var(--brand-deep);
}
.ot-cap-content h3 {
	margin-top: 20px;
	font-family: var(--display);
	font-weight: 800;
	font-size: 27px;
	line-height: 1.25;
	color: var(--ink);
}
.ot-cap-content p {
	margin-top: 18px;
	max-width: 460px;
	font-size: 16px;
	line-height: 1.75;
	color: var(--ink-soft);
}
.ot-cap-content .link-arrow {
	margin-top: 26px;
}
@media (max-width: 900px) {
	.ot-cap-row {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 52px 0;
	}
	.ot-cap-row-reverse .ot-cap-media {
		order: 1;
	}
	.ot-cap-row-reverse .ot-cap-content {
		order: 2;
	}
	.ot-cap-media img {
		height: 260px;
	}
	.ot-cap-num {
		font-size: 52px;
	}
	.ot-cap-content p {
		max-width: none;
	}
}

.ot-reg {
	position: relative;
	overflow: hidden;
	background: var(--mist);
}
.ot-reg-texture {
	position: absolute;
	inset: 0;
	opacity: .6;
	background-image: radial-gradient(rgba(22, 24, 27, 0.1) 1px, transparent 1px);
	background-size: 24px 24px;
	mask-image: radial-gradient(circle at 15% 40%, black, transparent 68%);
	-webkit-mask-image: radial-gradient(circle at 15% 40%, black, transparent 68%);
}
.ot-reg-grid {
	position: relative;
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	align-items: center;
	gap: 64px;
}
.ot-reg-copy .lede {
	margin-top: 18px;
	max-width: 480px;
}
.ot-reg-copy .lede strong {
	color: var(--ink);
	font-weight: 700;
}
.ot-reg-copy .btn-ghost:hover {
	background: var(--card);
}
.ot-reg-frameworks {
	display: flex;
	flex-direction: column;
	border-top: 1px solid var(--line);
}
.ot-reg-framework {
	display: flex;
	align-items: center;
	gap: 26px;
	padding: 28px 4px;
	border-bottom: 1px solid var(--line);
}
.ot-reg-seal {
	flex: none;
	position: relative;
	width: 104px;
	height: 104px;
	border-radius: 50%;
	border: 1.5px solid var(--line);
	background: var(--card);
	box-shadow: var(--shadow-1);
	display: flex;
	align-items: center;
	justify-content: center;
}
.ot-reg-seal::before {
	content: '';
	position: absolute;
	inset: 9px;
	border: 1px solid rgba(236, 106, 42, 0.4);
	border-radius: 50%;
}
.ot-reg-seal-code {
	position: relative;
	font-family: var(--display);
	font-weight: 800;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 1.4;
	text-align: center;
	color: var(--brand-deep);
}
.ot-reg-framework-name {
	font-family: var(--display);
	font-weight: 700;
	font-size: 17px;
	line-height: 1.45;
	color: var(--ink);
}
@media (max-width: 900px) {
	.ot-reg-grid {
		grid-template-columns: 1fr;
		gap: 40px;
		text-align: center;
	}
	.ot-reg-copy .eyebrow {
		justify-content: center;
	}
	.ot-reg-copy .lede {
		margin-left: auto;
		margin-right: auto;
	}
	.ot-reg-copy .hero-ctas {
		justify-content: center;
	}
	.ot-reg-framework {
		flex-direction: column;
		text-align: center;
		gap: 14px;
	}
}
