/* ========== Hero CTA Strip ========== */
.asmorix-strip {
	--as-yellow: #ffd200;
	--as-ink: #111111;
	--as-font: "Nunito", "Poppins", sans-serif;
	--as-display: "Rajdhani", "Nunito", sans-serif;
	position: relative;
	padding: 22px 0;
	background: transparent;
	font-family: var(--as-font);
}

.asmorix-strip__inner {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	display: grid;
	grid-template-columns: 108px minmax(0, 1.7fr) minmax(150px, 0.65fr) minmax(150px, 0.65fr);
	align-items: center;
	gap: 0;
	background: var(--as-yellow);
	border-radius: 18px;
	box-shadow: 0 14px 34px rgba(4, 20, 36, 0.12);
	overflow: hidden;
	min-height: 118px;
}

.asmorix-strip__cell {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px 20px;
	min-height: 118px;
	position: relative;
}

.asmorix-strip__cell:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 22px;
	bottom: 22px;
	right: 0;
	border-right: 2px dotted rgba(17, 17, 17, 0.35);
}

.asmorix-strip__cell--icon {
	padding: 22px 18px 22px 28px;
	justify-content: flex-start;
	overflow: visible;
}

.asmorix-strip__icon {
	display: inline-flex;
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	color: var(--as-ink);
}

.asmorix-strip__icon svg {
	width: 100%;
	height: 100%;
}

.asmorix-strip__cell--main {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 12px;
	padding: 20px 28px 20px 24px;
	text-align: left;
	min-width: 0;
}

.asmorix-strip__headline {
	margin: 0;
	font-family: var(--as-display);
	font-size: clamp(16px, 1.45vw, 22px);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.01em;
	color: var(--as-ink);
	white-space: normal;
	max-width: 100%;
}

.asmorix-strip__headline strong {
	font-weight: 800;
}

.asmorix-strip__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border-radius: 10px;
	background: #fff;
	color: #000 !important;
	font-family: var(--as-display);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-decoration: none !important;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
	transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.asmorix-strip__btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
	color: #000 !important;
	filter: brightness(0.99);
}

.asmorix-strip__assurance {
	margin: 0;
	text-align: center;
	font-family: var(--as-display);
	font-size: clamp(18px, 1.5vw, 22px);
	font-weight: 700;
	line-height: 1.25;
	color: var(--as-ink);
}

.asmorix-strip__cert {
	margin: 0;
	text-align: center;
	font-family: var(--as-display);
	font-size: clamp(18px, 1.5vw, 22px);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: var(--as-ink);
}

@media (max-width: 980px) {
	.asmorix-strip__inner {
		grid-template-columns: 100px minmax(0, 1fr);
	}
	.asmorix-strip__cell--assurance,
	.asmorix-strip__cell--cert {
		grid-column: span 1;
	}
	.asmorix-strip__cell--main {
		grid-column: 2;
	}
	.asmorix-strip__cell--assurance {
		grid-column: 1 / 2;
		border-top: 2px dotted rgba(17, 17, 17, 0.25);
	}
	.asmorix-strip__cell--cert {
		grid-column: 2 / 3;
		border-top: 2px dotted rgba(17, 17, 17, 0.25);
	}
	.asmorix-strip__cell--icon::after,
	.asmorix-strip__cell--main::after {
		display: none;
	}
	.asmorix-strip__cell--assurance::after {
		display: block;
		top: 18px;
		bottom: 18px;
	}
}

@media (max-width: 640px) {
	.asmorix-strip {
		padding: 16px 0;
	}
	.asmorix-strip__inner {
		width: min(100% - 28px, 1180px);
		grid-template-columns: 1fr;
		border-radius: 14px;
	}
	.asmorix-strip__cell {
		min-height: 0;
		padding: 16px 18px;
		justify-content: flex-start;
	}
	.asmorix-strip__cell::after {
		display: none !important;
	}
	.asmorix-strip__cell--icon,
	.asmorix-strip__cell--main,
	.asmorix-strip__cell--assurance,
	.asmorix-strip__cell--cert {
		grid-column: 1;
	}
	.asmorix-strip__cell--assurance,
	.asmorix-strip__cell--cert {
		border-top: 2px dotted rgba(17, 17, 17, 0.25);
		justify-content: center;
		text-align: center;
	}
	.asmorix-strip__cell--main {
		align-items: stretch;
	}
	.asmorix-strip__headline {
		white-space: normal;
	}
	.asmorix-strip__btn {
		width: 100%;
	}
	.asmorix-strip__cell--icon {
		justify-content: center;
		padding-bottom: 0;
	}
}

/* batch24 accent */

/* batch24 accent violet pid 18966 */
.elementor-18966 .asmorix-strip.asmorix-accent--violet {
  border-top: 3px solid #7c3aed;
}
.elementor-18966 .asmorix-strip.asmorix-accent--violet .asmorix-strip__btn {
  background: linear-gradient(135deg, #7c3aed 0%, color-mix(in srgb, #7c3aed 75%, #111) 100%);
  border-color: #7c3aed;
}
.elementor-18966 .asmorix-overview.asmorix-accent--violet .asmorix-overview__title span {
  color: #7c3aed;
}
.elementor-18966 .asmorix-overview.asmorix-accent--violet .asmorix-overview__phone-cta {
  background: #7c3aed;
  border-color: #7c3aed;
}
.elementor-18966 .asmorix-career-cta.asmorix-accent--violet {
  border-left: 4px solid #7c3aed;
}
.elementor-18966 .asmorix-fees__card--advanced .asmorix-fees__price--accent {
  color: #7c3aed;
}


/* batch24 accent teal pid 18967 */
.elementor-18967 .asmorix-strip.asmorix-accent--teal {
  border-top: 3px solid #0d9488;
}
.elementor-18967 .asmorix-strip.asmorix-accent--teal .asmorix-strip__btn {
  background: linear-gradient(135deg, #0d9488 0%, color-mix(in srgb, #0d9488 75%, #111) 100%);
  border-color: #0d9488;
}
.elementor-18967 .asmorix-overview.asmorix-accent--teal .asmorix-overview__title span {
  color: #0d9488;
}
.elementor-18967 .asmorix-overview.asmorix-accent--teal .asmorix-overview__phone-cta {
  background: #0d9488;
  border-color: #0d9488;
}
.elementor-18967 .asmorix-career-cta.asmorix-accent--teal {
  border-left: 4px solid #0d9488;
}
.elementor-18967 .asmorix-fees__card--advanced .asmorix-fees__price--accent {
  color: #0d9488;
}


/* batch24 accent orange pid 18968 */
.elementor-18968 .asmorix-strip.asmorix-accent--orange {
  border-top: 3px solid #ea580c;
}
.elementor-18968 .asmorix-strip.asmorix-accent--orange .asmorix-strip__btn {
  background: linear-gradient(135deg, #ea580c 0%, color-mix(in srgb, #ea580c 75%, #111) 100%);
  border-color: #ea580c;
}
.elementor-18968 .asmorix-overview.asmorix-accent--orange .asmorix-overview__title span {
  color: #ea580c;
}
.elementor-18968 .asmorix-overview.asmorix-accent--orange .asmorix-overview__phone-cta {
  background: #ea580c;
  border-color: #ea580c;
}
.elementor-18968 .asmorix-career-cta.asmorix-accent--orange {
  border-left: 4px solid #ea580c;
}
.elementor-18968 .asmorix-fees__card--advanced .asmorix-fees__price--accent {
  color: #ea580c;
}


/* batch24 accent slate pid 18969 */
.elementor-18969 .asmorix-strip.asmorix-accent--slate {
  border-top: 3px solid #334155;
}
.elementor-18969 .asmorix-strip.asmorix-accent--slate .asmorix-strip__btn {
  background: linear-gradient(135deg, #334155 0%, color-mix(in srgb, #334155 75%, #111) 100%);
  border-color: #334155;
}
.elementor-18969 .asmorix-overview.asmorix-accent--slate .asmorix-overview__title span {
  color: #334155;
}
.elementor-18969 .asmorix-overview.asmorix-accent--slate .asmorix-overview__phone-cta {
  background: #334155;
  border-color: #334155;
}
.elementor-18969 .asmorix-career-cta.asmorix-accent--slate {
  border-left: 4px solid #334155;
}
.elementor-18969 .asmorix-fees__card--advanced .asmorix-fees__price--accent {
  color: #334155;
}


/* batch24 accent rose pid 18970 */
.elementor-18970 .asmorix-strip.asmorix-accent--rose {
  border-top: 3px solid #e11d48;
}
.elementor-18970 .asmorix-strip.asmorix-accent--rose .asmorix-strip__btn {
  background: linear-gradient(135deg, #e11d48 0%, color-mix(in srgb, #e11d48 75%, #111) 100%);
  border-color: #e11d48;
}
.elementor-18970 .asmorix-overview.asmorix-accent--rose .asmorix-overview__title span {
  color: #e11d48;
}
.elementor-18970 .asmorix-overview.asmorix-accent--rose .asmorix-overview__phone-cta {
  background: #e11d48;
  border-color: #e11d48;
}
.elementor-18970 .asmorix-career-cta.asmorix-accent--rose {
  border-left: 4px solid #e11d48;
}
.elementor-18970 .asmorix-fees__card--advanced .asmorix-fees__price--accent {
  color: #e11d48;
}


/* batch24 accent amber pid 18971 */
.elementor-18971 .asmorix-strip.asmorix-accent--amber {
  border-top: 3px solid #d97706;
}
.elementor-18971 .asmorix-strip.asmorix-accent--amber .asmorix-strip__btn {
  background: linear-gradient(135deg, #d97706 0%, color-mix(in srgb, #d97706 75%, #111) 100%);
  border-color: #d97706;
}
.elementor-18971 .asmorix-overview.asmorix-accent--amber .asmorix-overview__title span {
  color: #d97706;
}
.elementor-18971 .asmorix-overview.asmorix-accent--amber .asmorix-overview__phone-cta {
  background: #d97706;
  border-color: #d97706;
}
.elementor-18971 .asmorix-career-cta.asmorix-accent--amber {
  border-left: 4px solid #d97706;
}
.elementor-18971 .asmorix-fees__card--advanced .asmorix-fees__price--accent {
  color: #d97706;
}


/* batch24 accent sky pid 18972 */
.elementor-18972 .asmorix-strip.asmorix-accent--sky {
  border-top: 3px solid #0284c7;
}
.elementor-18972 .asmorix-strip.asmorix-accent--sky .asmorix-strip__btn {
  background: linear-gradient(135deg, #0284c7 0%, color-mix(in srgb, #0284c7 75%, #111) 100%);
  border-color: #0284c7;
}
.elementor-18972 .asmorix-overview.asmorix-accent--sky .asmorix-overview__title span {
  color: #0284c7;
}
.elementor-18972 .asmorix-overview.asmorix-accent--sky .asmorix-overview__phone-cta {
  background: #0284c7;
  border-color: #0284c7;
}
.elementor-18972 .asmorix-career-cta.asmorix-accent--sky {
  border-left: 4px solid #0284c7;
}
.elementor-18972 .asmorix-fees__card--advanced .asmorix-fees__price--accent {
  color: #0284c7;
}


/* batch24 accent indigo pid 18973 */
.elementor-18973 .asmorix-strip.asmorix-accent--indigo {
  border-top: 3px solid #4338ca;
}
.elementor-18973 .asmorix-strip.asmorix-accent--indigo .asmorix-strip__btn {
  background: linear-gradient(135deg, #4338ca 0%, color-mix(in srgb, #4338ca 75%, #111) 100%);
  border-color: #4338ca;
}
.elementor-18973 .asmorix-overview.asmorix-accent--indigo .asmorix-overview__title span {
  color: #4338ca;
}
.elementor-18973 .asmorix-overview.asmorix-accent--indigo .asmorix-overview__phone-cta {
  background: #4338ca;
  border-color: #4338ca;
}
.elementor-18973 .asmorix-career-cta.asmorix-accent--indigo {
  border-left: 4px solid #4338ca;
}
.elementor-18973 .asmorix-fees__card--advanced .asmorix-fees__price--accent {
  color: #4338ca;
}


/* batch24 accent green pid 18974 */
.elementor-18974 .asmorix-strip.asmorix-accent--green {
  border-top: 3px solid #059669;
}
.elementor-18974 .asmorix-strip.asmorix-accent--green .asmorix-strip__btn {
  background: linear-gradient(135deg, #059669 0%, color-mix(in srgb, #059669 75%, #111) 100%);
  border-color: #059669;
}
.elementor-18974 .asmorix-overview.asmorix-accent--green .asmorix-overview__title span {
  color: #059669;
}
.elementor-18974 .asmorix-overview.asmorix-accent--green .asmorix-overview__phone-cta {
  background: #059669;
  border-color: #059669;
}
.elementor-18974 .asmorix-career-cta.asmorix-accent--green {
  border-left: 4px solid #059669;
}
.elementor-18974 .asmorix-fees__card--advanced .asmorix-fees__price--accent {
  color: #059669;
}


/* batch24 accent emerald pid 18975 */
.elementor-18975 .asmorix-strip.asmorix-accent--emerald {
  border-top: 3px solid #10b981;
}
.elementor-18975 .asmorix-strip.asmorix-accent--emerald .asmorix-strip__btn {
  background: linear-gradient(135deg, #10b981 0%, color-mix(in srgb, #10b981 75%, #111) 100%);
  border-color: #10b981;
}
.elementor-18975 .asmorix-overview.asmorix-accent--emerald .asmorix-overview__title span {
  color: #10b981;
}
.elementor-18975 .asmorix-overview.asmorix-accent--emerald .asmorix-overview__phone-cta {
  background: #10b981;
  border-color: #10b981;
}
.elementor-18975 .asmorix-career-cta.asmorix-accent--emerald {
  border-left: 4px solid #10b981;
}
.elementor-18975 .asmorix-fees__card--advanced .asmorix-fees__price--accent {
  color: #10b981;
}

