/* ========== How Asmorix Differs — premium light comparison table ========== */
.elementor-element.asmorix-differ-section-wrap {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.asmorix-differ {
	--ad-blue: #0c5adb;
	--ad-navy: #041424;
	--ad-yellow: #ffd200;
	--ad-muted: #5b6b7c;
	--ad-font: "Nunito", "Poppins", sans-serif;
	--ad-display: "Rajdhani", "Nunito", sans-serif;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 36px 0 40px;
	background: #ffffff;
	font-family: var(--ad-font);
	color: var(--ad-navy);
}

.asmorix-differ__bg {
	display: none;
}

.asmorix-differ__inner {
	position: relative;
	z-index: 1;
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
}

.asmorix-differ__header {
	max-width: 100%;
	margin: 0 auto 28px;
	text-align: center;
	opacity: 1;
	transform: none;
	transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1);
}

.asmorix-differ.js-reveal .asmorix-differ__header:not(.is-inview) {
	opacity: 0;
	transform: translateY(24px);
}

.asmorix-differ__header.is-inview {
	opacity: 1;
	transform: none;
}

.asmorix-differ__title {
	margin: 0;
	font-family: var(--ad-display);
	font-size: clamp(22px, 2.6vw, 36px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: var(--ad-navy);
	white-space: nowrap;
}

.asmorix-differ__table-wrap {
	margin: 0 0 32px;
	padding: 3px;
	border-radius: 18px;
	background: linear-gradient(90deg, rgba(12, 90, 219, 0.28) 0%, rgba(228, 236, 245, 0.9) 35%, rgba(255, 210, 0, 0.45) 100%);
	box-shadow: 0 18px 40px rgba(4, 20, 36, 0.08);
	transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1);
}

.asmorix-differ.js-reveal .asmorix-differ__table-wrap:not(.is-inview) {
	opacity: 0;
	transform: translateY(24px);
}

.asmorix-differ__table-wrap.is-inview {
	opacity: 1;
	transform: none;
}

.asmorix-differ__table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border-radius: 16px;
	background: #fff;
}

.asmorix-differ__caption {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.asmorix-differ__table thead th {
	padding: 22px 20px;
	font-family: var(--ad-display);
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 0;
	vertical-align: middle;
	color: var(--ad-navy);
	background: var(--ad-yellow);
}

.asmorix-differ__th--feature {
	width: 20%;
	color: var(--ad-navy);
	background: var(--ad-yellow);
	border-radius: 16px 0 0 0;
	border-right: 2px solid rgba(4, 20, 36, 0.18);
}

.asmorix-differ__th--us {
	width: 42%;
	text-align: left;
	color: var(--ad-navy);
	background: var(--ad-yellow);
	border-left: 0;
	border-right: 2px solid rgba(4, 20, 36, 0.18);
	box-shadow: none;
	position: relative;
}

.asmorix-differ__th--us::before {
	display: none;
}

.asmorix-differ__badge {
	display: none !important;
}

.asmorix-differ__th--other {
	width: 38%;
	color: var(--ad-navy);
	text-align: left;
	background: var(--ad-yellow);
	border-radius: 0 16px 0 0;
	border-left: 0;
}

.asmorix-differ__table tbody th,
.asmorix-differ__table tbody td {
	padding: 18px 24px;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #eef3f9;
}

.asmorix-differ__table tbody tr:last-child th,
.asmorix-differ__table tbody tr:last-child td {
	border-bottom: 0;
}

.asmorix-differ__table tbody tr:nth-child(odd) th,
.asmorix-differ__table tbody tr:nth-child(odd) td {
	background: #f7f9fc;
}

.asmorix-differ__table tbody tr:nth-child(even) th,
.asmorix-differ__table tbody tr:nth-child(even) td {
	background: #fff;
}

.asmorix-differ__table tbody tr:hover th,
.asmorix-differ__table tbody tr:hover td {
	background: #f0f6ff;
}

.asmorix-differ__table tbody th {
	font-family: var(--ad-display);
	font-size: 16px;
	font-weight: 700;
	color: var(--ad-navy);
	text-align: left;
	white-space: nowrap;
}

.asmorix-differ__table tbody td:nth-child(2) {
	border-left: 1px solid rgba(12, 90, 219, 0.12);
	border-right: 1px solid rgba(12, 90, 219, 0.12);
	background: rgba(12, 90, 219, 0.035);
}

.asmorix-differ__table tbody tr:nth-child(odd) td:nth-child(2) {
	background: rgba(12, 90, 219, 0.055);
}

.asmorix-differ__table tbody tr:hover td:nth-child(2) {
	background: rgba(12, 90, 219, 0.09);
}

.asmorix-differ__cell {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 12px;
	width: 100%;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.55;
}

.asmorix-differ__cell--yes {
	color: var(--ad-navy);
	font-weight: 600;
}

.asmorix-differ__cell--no {
	color: #6b7a8c;
}

.asmorix-differ__mark {
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	margin-top: 0;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 10px rgba(4, 20, 36, 0.06);
}

.asmorix-differ__mark svg {
	width: 15px;
	height: 15px;
}

.asmorix-differ__mark--up {
	background: linear-gradient(180deg, #e9f9ef 0%, #d8f3e3 100%);
	color: #178a4b;
	border: 1px solid #b6e4c8;
}

.asmorix-differ__mark--down {
	background: linear-gradient(180deg, #fff1f1 0%, #fde4e4 100%);
	color: #d03d3d;
	border: 1px solid #f2c2c2;
}

.asmorix-differ__cta {
	display: flex;
	justify-content: center;
	transition: opacity .65s cubic-bezier(.22, 1, .36, 1), transform .65s cubic-bezier(.22, 1, .36, 1);
}

.asmorix-differ.js-reveal .asmorix-differ__cta:not(.is-inview) {
	opacity: 0;
	transform: translateY(16px);
}

.asmorix-differ__cta.is-inview {
	opacity: 1;
	transform: none;
}

.asmorix-differ__btn {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: min(560px, 100%);
	min-width: 280px;
	min-height: 64px;
	padding: 14px 20px;
	border-radius: 12px;
	background: var(--ad-yellow);
	border: 1px solid var(--ad-yellow);
	color: #000 !important;
	font-family: var(--ad-font);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	text-transform: none;
	letter-spacing: 0;
	box-shadow: 4px 4px 0 rgba(4, 20, 36, 0.16);
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
	box-sizing: border-box;
}

.asmorix-differ__btn-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	min-width: 0;
	text-align: left;
}

.asmorix-differ__btn-eyebrow {
	font-family: var(--ad-font);
	font-size: 13.5px;
	font-weight: 700;
	line-height: 1.3;
	color: inherit;
	text-transform: none;
	letter-spacing: 0;
}

.asmorix-differ__btn-title {
	font-family: var(--ad-display);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: inherit;
}

.asmorix-differ__btn-arrow {
	flex-shrink: 0;
	font-size: 26px;
	line-height: 1;
	font-weight: 700;
}

.asmorix-differ__btn:hover {
	background: var(--ad-navy);
	border-color: var(--ad-navy);
	color: var(--ad-yellow) !important;
	transform: translateY(-2px);
	box-shadow: 5px 5px 0 rgba(4, 20, 36, 0.2);
}

@media (max-width: 900px) {
	.asmorix-differ__table-wrap {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.asmorix-differ__table {
		min-width: 780px;
	}
}

@media (max-width: 767px) {
	.asmorix-differ {
		padding: 28px 0 32px;
	}
	.asmorix-differ__inner {
		width: min(100% - 28px, 1120px);
	}
	.asmorix-differ__title {
		font-size: clamp(16px, 4.2vw, 22px);
		white-space: nowrap;
	}
	.asmorix-differ__table thead th,
	.asmorix-differ__table tbody th,
	.asmorix-differ__table tbody td {
		padding: 14px 16px;
	}
	.asmorix-differ__cell {
		font-size: 16px;
		gap: 10px;
	}
	.asmorix-differ__btn {
		width: 100%;
		min-width: 0;
		gap: 12px;
		padding: 12px 14px;
	}
	.asmorix-differ__btn-eyebrow {
		font-size: 12px;
	}
	.asmorix-differ__btn-title {
		font-size: 15px;
	}
	.asmorix-differ__btn-arrow {
		font-size: 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.asmorix-differ__header,
	.asmorix-differ__table-wrap,
	.asmorix-differ__cta {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}
