.industry-page {
	--industry-ink: #171426;
	--industry-copy: #555260;
	--industry-muted: #777381;
	--industry-line: #e8e5ec;
	--industry-accent: #644aff;
	background: #fff;
	color: var(--industry-ink);
}

.industry-shell {
	min-height: 100vh;
}

.industry-header {
	position: relative;
	z-index: 20;
}

.industry-wrap {
	width: min(calc(100% - 48px), 1180px);
	margin: 0 auto;
}

.industry-eyebrow {
	color: var(--industry-accent);
	font-size: 0.76rem;
	font-weight: 750;
	letter-spacing: 0.095em;
	line-height: 1.4;
	text-transform: uppercase;
}

.industry-hero {
	padding: 46px 0 0;
	background:
		radial-gradient(circle at 78% 16%, rgba(100, 74, 255, 0.12), transparent 31%),
		linear-gradient(180deg, #fbfaff 0%, #fff 82%);
}

.industry-breadcrumb {
	display: flex;
	gap: 9px;
	align-items: center;
	margin-bottom: 54px;
	color: var(--industry-muted);
	font-size: 0.82rem;
}

.industry-breadcrumb a {
	color: var(--industry-copy);
}

.industry-breadcrumb a:hover {
	color: var(--industry-accent);
}

.industry-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
	gap: clamp(52px, 7vw, 92px);
	align-items: center;
}

.industry-hero-copy h1 {
	max-width: 720px;
	margin: 17px 0 24px;
	font-size: clamp(2.65rem, 5.25vw, 4.8rem);
	font-weight: 640;
	letter-spacing: -0.067em;
	line-height: 0.99;
	text-wrap: balance;
}

.industry-lead {
	max-width: 650px;
	color: var(--industry-copy);
	font-size: clamp(1.05rem, 1.75vw, 1.22rem);
	line-height: 1.68;
}

.industry-actions {
	display: flex;
	gap: 12px;
	margin-top: 31px;
}

.industry-button {
	display: inline-flex;
	min-height: 50px;
	padding: 0 23px;
	border: 1px solid transparent;
	border-radius: 999px;
	align-items: center;
	justify-content: center;
	font-size: 0.94rem;
	font-weight: 700;
}

.industry-button--primary {
	background: var(--industry-ink);
	color: #fff;
}

.industry-button--secondary {
	border-color: var(--industry-line);
	background: #fff;
	color: var(--industry-ink);
}

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

.industry-button:focus-visible,
.industry-related-grid a:focus-visible,
.industry-faq header a:focus-visible,
.industry-feature-link a:focus-visible {
	outline: 3px solid rgba(100, 74, 255, 0.28) !important;
	outline-offset: 3px;
}

.industry-trial-note {
	margin-top: 12px;
	color: var(--industry-muted);
	font-size: 0.78rem;
}

.industry-hero-media {
	position: relative;
	min-width: 0;
}

.industry-hero-media > img {
	display: block;
	width: 100%;
	height: clamp(420px, 47vw, 600px);
	border-radius: 30px;
	box-shadow: 0 32px 80px rgba(23, 20, 38, 0.16);
	object-fit: cover;
}

.industry-hero-card {
	position: absolute;
	right: -24px;
	bottom: 28px;
	display: flex;
	width: min(310px, calc(100% - 30px));
	padding: 20px 22px;
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 18px;
	flex-direction: column;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 44px rgba(23, 20, 38, 0.17);
	backdrop-filter: blur(16px);
}

.industry-hero-card span {
	color: var(--industry-accent);
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.industry-hero-card strong {
	margin-top: 7px;
	font-size: 1rem;
	line-height: 1.38;
}

.industry-highlights {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin-top: 74px;
	border-top: 1px solid var(--industry-line);
	border-bottom: 1px solid var(--industry-line);
}

.industry-highlights li {
	display: flex;
	gap: 11px;
	padding: 24px 20px;
	border-right: 1px solid var(--industry-line);
	align-items: center;
	color: var(--industry-copy);
	font-size: 0.88rem;
	font-weight: 600;
}

.industry-highlights li:first-child {
	padding-left: 0;
}

.industry-highlights li:last-child {
	border-right: 0;
}

.industry-highlights span {
	display: inline-grid;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	place-items: center;
	background: #eeeaff;
	color: var(--industry-accent);
	font-size: 0.72rem;
}

.industry-fit {
	padding: 112px 0;
}

.industry-copy-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
	gap: clamp(54px, 9vw, 126px);
	align-items: start;
}

.industry-copy-grid h2,
.industry-section-heading h2,
.industry-ai h2,
.industry-faq h2 {
	margin-top: 14px;
	font-size: clamp(2.15rem, 4.15vw, 3.55rem);
	font-weight: 620;
	letter-spacing: -0.057em;
	line-height: 1.03;
	text-wrap: balance;
}

.industry-copy-grid > p {
	padding-top: 31px;
	color: var(--industry-copy);
	font-size: 1.08rem;
	line-height: 1.78;
}

.industry-section {
	padding: 108px 0;
	background: #faf9fb;
}

.industry-section-heading {
	max-width: 800px;
}

.industry-section-heading > p:last-child {
	max-width: 680px;
	margin-top: 20px;
	color: var(--industry-copy);
	font-size: 1.03rem;
	line-height: 1.68;
}

.industry-capability-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 58px;
}

.industry-capability-grid article {
	min-height: 280px;
	padding: 31px;
	border: 1px solid var(--industry-line);
	border-radius: 22px;
	background: #fff;
}

.industry-capability-grid article > span {
	color: var(--industry-accent);
	font-size: 0.75rem;
	font-weight: 750;
}

.industry-capability-grid h3,
.industry-outcome-grid h3,
.industry-related-grid h3 {
	margin-top: 58px;
	font-size: clamp(1.32rem, 2vw, 1.68rem);
	font-weight: 640;
	letter-spacing: -0.035em;
	line-height: 1.18;
}

.industry-capability-grid p,
.industry-outcome-grid p,
.industry-related-grid p {
	margin-top: 13px;
	color: var(--industry-copy);
	font-size: 0.94rem;
	line-height: 1.65;
}

.industry-feature-link {
	margin-top: 32px;
	text-align: right;
}

.industry-feature-link a,
.industry-faq header a {
	color: var(--industry-ink);
	font-size: 0.9rem;
	font-weight: 750;
}

.industry-ai {
	padding: 112px 0;
	background: var(--industry-ink);
	color: #fff;
}

.industry-ai-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.84fr) minmax(440px, 1.16fr);
	gap: clamp(58px, 9vw, 120px);
}

.industry-ai header > p:last-child {
	margin-top: 23px;
	color: rgba(255, 255, 255, 0.68);
	line-height: 1.72;
}

.industry-ai-list {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.industry-ai-list article {
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 28px;
	padding: 28px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.industry-ai-list article > div {
	display: flex;
	flex-direction: column;
}

.industry-ai-list span {
	font-size: 1.12rem;
	font-weight: 750;
}

.industry-ai-list small {
	margin-top: 4px;
	color: #aaa3ff;
	font-size: 0.73rem;
	font-weight: 700;
	text-transform: uppercase;
}

.industry-ai-list p {
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.93rem;
	line-height: 1.62;
}

.industry-outcomes {
	background: #fff;
}

.industry-outcome-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 54px;
}

.industry-outcome-grid article {
	min-height: 225px;
	padding: 30px;
	border-radius: 20px;
	background: #f4f1ff;
}

.industry-outcome-grid article:nth-child(2) {
	background: #eef5ff;
}

.industry-outcome-grid article:nth-child(3) {
	background: #f7f4ef;
}

.industry-outcome-grid h3 {
	margin-top: 0;
}

.industry-related {
	padding: 108px 0;
	border-top: 1px solid var(--industry-line);
	background: #faf9fb;
}

.industry-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 52px;
}

.industry-related-grid a {
	display: flex;
	min-height: 300px;
	padding: 28px;
	border: 1px solid var(--industry-line);
	border-radius: 20px;
	flex-direction: column;
	background: #fff;
	color: var(--industry-ink);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.industry-related-grid a:hover {
	border-color: #d7d1fa;
	box-shadow: 0 16px 40px rgba(23, 20, 38, 0.08);
	transform: translateY(-3px);
}

.industry-related-grid a > span {
	color: var(--industry-accent);
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.industry-related-grid h3 {
	margin-top: 42px;
}

.industry-related-grid strong {
	margin-top: auto;
	padding-top: 24px;
	font-size: 0.86rem;
}

.industry-related-grid .industry-related-article {
	background: var(--industry-ink);
	color: #fff;
}

.industry-related-grid .industry-related-article p {
	color: rgba(255, 255, 255, 0.7);
}

.industry-faq {
	padding: 112px 0;
}

.industry-faq-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.75fr) minmax(480px, 1.25fr);
	gap: clamp(58px, 9vw, 122px);
}

.industry-faq header > p:nth-of-type(2) {
	margin-top: 20px;
	color: var(--industry-copy);
	line-height: 1.65;
}

.industry-faq header a {
	display: inline-block;
	margin-top: 24px;
}

.industry-faq-list {
	border-top: 1px solid var(--industry-line);
}

.industry-faq-list details {
	border-bottom: 1px solid var(--industry-line);
}

.industry-faq-list summary {
	position: relative;
	padding: 25px 42px 25px 0;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 670;
	line-height: 1.45;
	list-style: none;
}

.industry-faq-list summary::-webkit-details-marker {
	display: none;
}

.industry-faq-list summary span::before,
.industry-faq-list summary span::after {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 14px;
	height: 2px;
	background: var(--industry-ink);
	content: '';
	transition: transform 160ms ease;
}

.industry-faq-list summary span::after {
	transform: rotate(90deg);
}

.industry-faq-list details[open] summary span::after {
	transform: rotate(0deg);
}

.industry-faq-list details p {
	max-width: 680px;
	padding: 0 42px 25px 0;
	color: var(--industry-copy);
	font-size: 0.94rem;
	line-height: 1.68;
}

@media (max-width: 980px) {
	.industry-hero-grid,
	.industry-copy-grid,
	.industry-ai-grid,
	.industry-faq-grid {
		grid-template-columns: 1fr;
	}

	.industry-hero-media {
		max-width: 760px;
	}

	.industry-copy-grid > p {
		padding-top: 0;
	}

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

	.industry-highlights li:nth-child(2) {
		border-right: 0;
	}

	.industry-highlights li:nth-child(-n + 2) {
		border-bottom: 1px solid var(--industry-line);
	}

	.industry-highlights li:nth-child(3) {
		padding-left: 0;
	}

	.industry-faq-grid {
		gap: 52px;
	}
}

@media (max-width: 720px) {
	.industry-wrap {
		width: min(calc(100% - 32px), 1180px);
	}

	.industry-hero {
		padding-top: 28px;
	}

	.industry-breadcrumb {
		margin-bottom: 38px;
	}

	.industry-hero-grid {
		gap: 44px;
	}

	.industry-hero-copy h1 {
		font-size: clamp(2.55rem, 13vw, 4rem);
	}

	.industry-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.industry-button {
		width: 100%;
	}

	.industry-hero-media > img {
		height: 430px;
		border-radius: 22px;
	}

	.industry-hero-card {
		right: 14px;
		bottom: 14px;
	}

	.industry-highlights,
	.industry-capability-grid,
	.industry-outcome-grid,
	.industry-related-grid {
		grid-template-columns: 1fr;
	}

	.industry-highlights li {
		padding: 18px 0;
		border-right: 0;
		border-bottom: 1px solid var(--industry-line);
	}

	.industry-highlights li:last-child {
		border-bottom: 0;
	}

	.industry-fit,
	.industry-section,
	.industry-ai,
	.industry-related,
	.industry-faq {
		padding: 82px 0;
	}

	.industry-capability-grid article {
		min-height: 0;
	}

	.industry-capability-grid h3 {
		margin-top: 40px;
	}

	.industry-ai-list article {
		grid-template-columns: 1fr;
		gap: 13px;
	}

	.industry-outcome-grid article,
	.industry-related-grid a {
		min-height: 0;
	}

	.industry-related-grid a {
		min-height: 260px;
	}
}
