.ajf-cpw-v100,
.ajf-cpw-v100 * {
	box-sizing: border-box;
}

.ajf-cpw-v100 {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #fff;
	color: #071225;
	font-family: "Montserrat", "Poppins", Arial, sans-serif;
}

.ajf-cpw-v100__inner {
	width: 100%;
	margin-inline: auto;
}

.ajf-cpw-v100__header {
	width: 100%;
	margin-inline: auto;
}

.ajf-cpw-v100__eyebrow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
}

.ajf-cpw-v100__eyebrow-line {
	position: relative;
	width: 72px;
	height: 1px;
	background: #d88a00;
	flex: 0 1 72px;
}

.ajf-cpw-v100__eyebrow-line::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #d88a00;
	transform: translateY(-50%);
}

.ajf-cpw-v100__eyebrow-line:first-child::after { left: -1px; }
.ajf-cpw-v100__eyebrow-line:last-child::after { right: -1px; }

.ajf-cpw-v100__eyebrow-pill {
	min-height: 52px;
	padding: 10px 26px;
	border: 1px solid #d88a00;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .14em;
	line-height: 1;
	white-space: nowrap;
}

.ajf-cpw-v100__eyebrow-icon {
	display: inline-flex;
	font-size: 23px;
	line-height: 1;
}

.ajf-cpw-v100__eyebrow-icon svg,
.ajf-cpw-v100__button-icon svg,
.ajf-cpw-v100__title-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.ajf-cpw-v100__title {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(42px, 4.3vw, 68px);
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: -.03em;
}

.ajf-cpw-v100__title-accent {
	color: #c56b00;
}

.ajf-cpw-v100__subtitle {
	font-size: clamp(16px, 1.4vw, 21px);
	line-height: 1.55;
}

.ajf-cpw-v100__cards {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: stretch;
}

.ajf-cpw-v100__card {
	position: relative;
	min-width: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid #d9dee6;
	border-radius: 22px;
	box-shadow: 0 12px 35px rgba(10, 22, 40, .035);
}

.ajf-cpw-v100__card--left { grid-column: 1; }
.ajf-cpw-v100__card--right { grid-column: 2; background: #fff9f1; border-color: #eacb9a; }

.ajf-cpw-v100__card-grid {
	width: 100%;
	height: 100%;
	display: grid;
	align-items: stretch;
	gap: 18px;
}

.ajf-cpw-v100__card--left .ajf-cpw-v100__card-grid {
	grid-template-columns: minmax(0, var(--ajf-image-col, 42%)) minmax(0, 1fr);
}

.ajf-cpw-v100__card--right .ajf-cpw-v100__card-grid {
	grid-template-columns: minmax(0, 1fr) minmax(0, var(--ajf-image-col, 46%));
}

.ajf-cpw-v100__card.no-image .ajf-cpw-v100__card-grid {
	grid-template-columns: minmax(0, 1fr);
}

.ajf-cpw-v100__illustration {
	min-width: 0;
	align-self: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ajf-cpw-v100__illustration img {
	display: block;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 12px 16px rgba(9, 22, 38, .12));
}

.ajf-cpw-v100__card-content {
	position: relative;
	align-self: start;
	z-index: 2;
	min-width: 0;
	--ajf-item-justify: flex-start;
	--ajf-title-justify: flex-start;
}

.ajf-cpw-v100__title-row {
	display: flex;
	align-items: center;
	justify-content: var(--ajf-title-justify);
	margin-bottom: 18px;
}

.ajf-cpw-v100__title-icon {
	width: 68px;
	height: 68px;
	border: 1px solid currentColor;
	border-radius: 50%;
	flex: 0 0 68px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
}

.ajf-cpw-v100__card-title {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(27px, 2.2vw, 38px);
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -.02em;
}

.ajf-cpw-v100__card-description {
	font-size: clamp(15px, 1.2vw, 19px);
	line-height: 1.55;
}

.ajf-cpw-v100__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
}

.ajf-cpw-v100__list-item {
	display: flex;
	align-items: center;
	justify-content: var(--ajf-item-justify);
	gap: 14px;
	font-size: clamp(15px, 1.15vw, 18px);
	line-height: 1.4;
}

.ajf-cpw-v100__list-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 20px;
	color: #d88a00;
}

.ajf-cpw-v100__list-icon svg {
	width: 72%;
	height: 72%;
}

.ajf-cpw-v100__list-icon--check {
	border: 1.6px solid currentColor;
	border-radius: 50%;
}

.ajf-cpw-v100__list-icon--arrow {
	border: none;
}

.ajf-cpw-v100__list-icon--dot::before {
	content: "";
	width: 43%;
	height: 43%;
	border-radius: 50%;
	background: currentColor;
}

.ajf-cpw-v100__vs {
	position: absolute;
	z-index: 6;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 3px solid #e8c98c;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #06152a;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 39px;
	font-weight: 500;
	line-height: 1;
	box-shadow: 0 8px 20px rgba(7, 18, 37, .20), 0 0 0 5px rgba(255,255,255,.72);
}

.ajf-cpw-v100__button-wrap {
	display: flex;
}

.ajf-cpw-v100__button {
	min-height: 68px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
	box-shadow: 0 10px 22px rgba(192, 123, 0, .24);
}

.ajf-cpw-v100__button:hover,
.ajf-cpw-v100__button:focus {
	text-decoration: none;
	transform: translateY(-2px);
}

.ajf-cpw-v100__button-icon {
	display: inline-flex;
	font-size: 26px;
	line-height: 1;
}

@media (max-width: 1200px) {
	.ajf-cpw-v100__card-grid { gap: 14px; }
	.ajf-cpw-v100__title-icon {
		width: 58px;
		height: 58px;
		flex-basis: 58px;
		font-size: 26px;
	}
	.ajf-cpw-v100__vs { box-shadow: 0 8px 20px rgba(7,18,37,.18), 0 0 0 4px rgba(255,255,255,.72); }
}

@media (max-width: 1024px) {
	.ajf-cpw-v100__cards {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}
	.ajf-cpw-v100__card--left,
	.ajf-cpw-v100__card--right { grid-column: auto; }
	.ajf-cpw-v100__vs {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		align-self: center;
		margin-block: -18px;
		order: initial;
	}
	.ajf-cpw-v100__card { min-height: 0 !important; }
}

@media (max-width: 767px) {
	.ajf-cpw-v100__eyebrow-line { flex-basis: 30px; width: 30px; }
	.ajf-cpw-v100__eyebrow-pill {
		min-height: 44px;
		padding: 9px 16px;
		gap: 10px;
		font-size: 11px;
		letter-spacing: .10em;
	}
	.ajf-cpw-v100__title { font-size: clamp(35px, 10vw, 48px); }
	.ajf-cpw-v100__card--left .ajf-cpw-v100__card-grid,
	.ajf-cpw-v100__card--right .ajf-cpw-v100__card-grid {
		grid-template-columns: minmax(0, 1fr) !important;
	}
	.ajf-cpw-v100__card--left .ajf-cpw-v100__illustration { order: 1; }
	.ajf-cpw-v100__card--left .ajf-cpw-v100__card-content { order: 2; }
	.ajf-cpw-v100__card--right .ajf-cpw-v100__card-content { order: 1; }
	.ajf-cpw-v100__card--right .ajf-cpw-v100__illustration { order: 2; }
	.ajf-cpw-v100__illustration img {
		width: min(100%, 420px) !important;
		max-height: 300px !important;
	}
	.ajf-cpw-v100__title-row {
		align-items: center;
		gap: 14px !important;
	}
	.ajf-cpw-v100__title-icon {
		width: 52px;
		height: 52px;
		flex-basis: 52px;
		font-size: 23px;
	}
	.ajf-cpw-v100__card-title { font-size: clamp(26px, 8vw, 34px); }
	.ajf-cpw-v100__list-item { align-items: flex-start; }
	.ajf-cpw-v100__list-icon { margin-top: .08em; }
	.ajf-cpw-v100__button {
		width: 100% !important;
		font-size: 17px;
	}
}

@media (max-width: 420px) {
	.ajf-cpw-v100__eyebrow-line { display: none; }
	.ajf-cpw-v100__eyebrow-pill { white-space: normal; text-align: center; }
	.ajf-cpw-v100__title-row { align-items: flex-start; }
}
