/*
 * Inline <style> rules from the insights/*.php article pages, kept page-scoped
 * exactly as they were there.
 *
 * One file rather than three: the block is byte-identical in
 * website-cost-in-india.php, choose-web-development-company.php and
 * what-is-agentic-ai.php. Each article links this.
 */

/* ===== Insight article body (scoped) ===== */
.insight-body {
	max-width: 860px;
	margin: 0 auto;
}

.insight-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	align-items: center;
	color: rgba(255, 255, 255, 0.55);
	font-size: 14px;
	margin-bottom: 26px;
}

.insight-meta .chip {
	background: rgba(250, 78, 78, 0.12);
	border: 1px solid rgba(250, 78, 78, 0.32);
	color: var(--accent-color);
	border-radius: 20px;
	padding: 4px 14px;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.insight-body h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin: 44px 0 16px;
	line-height: 1.25;
}

.insight-body h3 {
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	margin: 30px 0 12px;
}

.insight-body p {
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.9;
	margin: 0 0 16px;
}

.insight-body ul,
.insight-body ol {
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.9;
	padding-left: 22px;
	margin: 0 0 18px;
}

.insight-body li {
	margin-bottom: 8px;
}

.insight-body a {
	color: var(--accent-color);
}

.insight-key {
	background: rgba(250, 78, 78, 0.08);
	border-left: 4px solid var(--accent-color);
	border-radius: 0 14px 14px 0;
	padding: 22px 26px;
	margin: 0 0 30px;
}

.insight-key p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 17px;
	margin: 0;
}

.insight-table-wrap {
	overflow-x: auto;
	margin: 8px 0 26px;
}

.insight-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 520px;
}

.insight-table th,
.insight-table td {
	padding: 13px 16px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	text-align: left;
}

.insight-table thead th {
	background: rgba(250, 78, 78, 0.10);
	color: #fff;
}

.insight-table tbody th {
	color: rgba(255, 255, 255, 0.9);
	font-weight: 600;
}

.insight-table td {
	color: rgba(255, 255, 255, 0.7);
}

.insight-cta {
	background: linear-gradient(135deg, rgba(250, 78, 78, 0.14), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(250, 78, 78, 0.30);
	border-radius: 20px;
	padding: 38px 32px;
	text-align: center;
	margin-top: 46px;
}

.insight-cta h2 {
	margin-top: 0;
	font-size: 26px;
}

@media (max-width: 767px) {
	.insight-body h2 {
		font-size: 24px;
	}

	.insight-body h3 {
		font-size: 19px;
	}

	.insight-cta {
		padding: 28px 22px;
	}
}
