.samwad-engine-cta {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	margin: 42px 0;
	border: 1px solid rgba(37, 211, 102, 0.22);
	border-radius: 8px;
	padding: clamp(26px, 4vw, 42px);
	background: linear-gradient(110deg, rgba(37, 211, 102, 0.16), rgba(59, 130, 246, 0.08));
}

.samwad-engine-cta span {
	display: block;
	margin-bottom: 8px;
	color: #0e7c86;
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.samwad-engine-cta h2 {
	margin: 0;
	color: #071226;
	font-size: clamp(1.45rem, 2.6vw, 2.2rem);
	line-height: 1.12;
}

.samwad-engine-cta p {
	max-width: 620px;
	margin: 10px 0 0;
	color: #5b6472;
	line-height: 1.7;
}

.samwad-engine-cta a {
	display: inline-flex;
	min-height: 46px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	padding: 0 18px;
	background: #25d366;
	color: #071226;
	font-weight: 900;
	text-decoration: none;
}

.samwad-engine-table-wrap {
	width: 100%;
	margin: 34px 0;
	overflow-x: auto;
	border: 1px solid #dbe4ee;
	border-radius: 8px;
}

.samwad-engine-table {
	width: 100%;
	min-width: 640px;
	border-collapse: collapse;
	background: #ffffff;
}

.samwad-engine-table th,
.samwad-engine-table td {
	border-bottom: 1px solid #dbe4ee;
	padding: 14px 16px;
	text-align: left;
	vertical-align: top;
}

.samwad-engine-table th {
	background: #f8fafc;
	color: #071226;
	font-weight: 900;
}

.samwad-engine-table td {
	color: #5b6472;
}

.samwad-engine-faq {
	margin: 46px 0;
}

.samwad-engine-faq h2 {
	margin-bottom: 18px;
	color: #071226;
}

.samwad-engine-faq details {
	border-top: 1px solid #dbe4ee;
	padding: 18px 0;
}

.samwad-engine-faq details:last-child {
	border-bottom: 1px solid #dbe4ee;
}

.samwad-engine-faq summary {
	color: #071226;
	cursor: pointer;
	font-weight: 900;
}

.samwad-engine-faq p {
	margin: 10px 0 0;
	color: #5b6472;
	line-height: 1.7;
}

.samwad-engine-image-placeholder {
	display: grid;
	gap: 10px;
	margin: 34px 0;
	border: 1px dashed #9fb4c8;
	border-radius: 8px;
	padding: 28px;
	background: #f8fafc;
	color: #5b6472;
	text-align: center;
}

.samwad-engine-image-placeholder div {
	color: #071226;
	font-weight: 900;
}

.samwad-engine-image-placeholder figcaption {
	max-width: 620px;
	margin: 0 auto;
	font-size: 0.94rem;
	line-height: 1.6;
}

@media (max-width: 760px) {
	.samwad-engine-cta {
		display: grid;
	}

	.samwad-engine-cta a {
		width: 100%;
	}
}
