/* Issue section: visual-first explanation inspired by clear B2B product diagrams. */
.ai-worry-section {
	background: #f3f7fa;
	border-top: 1px solid #dce5ed;
	color: #0b2f56;
	padding: 96px 24px 104px;
}

.ai-worry-section__inner {
	margin: 0 auto;
	max-width: 1120px;
	width: 100%;
}

.ai-worry-section__heading {
	margin: 0 auto 48px;
	max-width: 760px;
	text-align: center;
}

.ai-worry-section h2 {
	color: #0b2f56;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin: 0 0 16px;
}

.ai-worry-section__heading > p:not(.ai-worry-section__eyebrow) {
	color: #4c647b;
	font-size: 15px;
	letter-spacing: 0.02em;
	line-height: 1.9;
	margin: 0;
}

.ai-worry-layout {
	align-items: center;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
}

.ai-worry-visual {
	background: transparent;
	border: 0;
	border-radius: 0;
	margin: 0;
	overflow: visible;
}

.ai-worry-visual img {
	display: block;
	height: auto;
	mix-blend-mode: multiply;
	width: 100%;
}

.ai-worry-grid {
	border-top: 1px solid #c9d5e0;
	display: block;
}

.ai-worry-card {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #c9d5e0;
	border-radius: 0;
	box-shadow: none;
	display: grid;
	gap: 4px 14px;
	grid-template-columns: 38px minmax(0, 1fr);
	min-height: 0;
	padding: 16px 0;
}

.ai-worry-card span {
	align-items: center;
	background: #e3edf6;
	color: #145f9c;
	display: inline-flex;
	font-family: Roboto, Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	grid-row: 1 / span 2;
	height: 32px;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1;
	margin: 1px 0 0;
	width: 32px;
}

.ai-worry-card h3 {
	color: #0b2f56;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.65;
	margin: 0;
}

.ai-worry-card p {
	color: #536b81;
	font-size: 13px;
	letter-spacing: 0.02em;
	line-height: 1.75;
	margin: 0;
}

@media (max-width: 1024px) {
	.ai-worry-layout {
		gap: 36px;
		grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
	}

	.ai-worry-card {
		padding: 14px 0;
	}

	.ai-worry-card h3 {
		font-size: 16px;
	}
}

@media (max-width: 820px) {
	.ai-worry-layout {
		grid-template-columns: 1fr;
	}

	.ai-worry-visual {
		margin: 0 auto;
		max-width: 680px;
	}

	.ai-worry-grid {
		margin: 0 auto;
		max-width: 680px;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.ai-worry-section {
		padding: 72px 16px 80px;
	}

	.ai-worry-section::after {
		font-size: 68px;
		left: auto;
		right: 12px;
		top: 52px;
		transform: none;
	}

	.ai-worry-section__heading {
		margin-bottom: 32px;
		text-align: left;
	}

	.ai-worry-section__eyebrow {
		font-size: 12px;
		margin-bottom: 12px;
	}

	.ai-worry-section h2 {
		font-size: 28px;
		line-height: 1.5;
	}

	.ai-worry-section__heading > p:not(.ai-worry-section__eyebrow) {
		font-size: 14px;
		line-height: 1.85;
	}

	.ai-worry-layout {
		gap: 28px;
	}

	.ai-worry-visual {
		border-radius: 0;
	}

	.ai-worry-card {
		gap: 5px 12px;
		grid-template-columns: 34px minmax(0, 1fr);
		padding: 15px 0;
	}

	.ai-worry-card span {
		font-size: 11px;
		height: 28px;
		width: 28px;
	}

	.ai-worry-card h3 {
		font-size: 15px;
		line-height: 1.65;
	}

	.ai-worry-card p {
		font-size: 13px;
		line-height: 1.75;
	}
}
