/* KS LP CTA 2 Block Styles */
.kslp-cta2-block {
	position: relative;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #023826;
	background-image: linear-gradient(135deg, #012418 0%, #044e3a 100%);
}

.kslp-cta2-block.kslp-cta2-block--full {
	width: 100vw !important;
	max-width: 100vw !important;
	left: auto !important;
	right: auto !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
}

.kslp-cta2-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
	display: flex;
	align-items: center;
	min-height: 480px;
}

.kslp-cta2-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 30px;
	position: relative;
}

.kslp-cta2-col-left {
	flex: 1;
	max-width: 620px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	z-index: 3;
}

.kslp-cta2-col-right {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	z-index: 2;
}

.kslp-cta2-col-right[data-valign="bottom"] {
	align-items: flex-end;
	align-self: flex-end;
}
.kslp-cta2-col-right[data-valign="center"] {
	align-items: center;
	align-self: center;
}
.kslp-cta2-col-right[data-valign="top"] {
	align-items: flex-start;
	align-self: flex-start;
}

.kslp-cta2-col-right[data-flush-bottom="true"] {
	margin-bottom: calc(-1 * var(--kslp-sec-bottom, 60px));
}

/* Speech Bubble Badge */
.kslp-cta2-speech-bubble {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 14px 34px;
	background-color: var(--speech-bg, #dc2626);
	color: #ffffff;
	border-radius: 40px 40px 8px 40px;
	box-shadow: 0 12px 30px rgba(220, 38, 38, 0.45);
	transform: rotate(-1deg);
	z-index: 4;
}

.kslp-cta2-speech-bubble::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -16px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 18px;
	border-color: transparent transparent transparent var(--speech-bg, #dc2626);
}

.kslp-cta2-speech-text {
	font-weight: 900;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	line-height: 1.1;
	display: block;
}

/* Sub Heading 1 Card (Gold Callout Bubble) */
.kslp-cta2-sub1-card {
	position: relative;
	background: var(--sub1-bg, linear-gradient(135deg, #b45309 0%, #d97706 100%));
	border-radius: 30px 30px 6px 30px;
	padding: 18px 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
	transform: rotate(-1deg);
	max-width: 580px;
	z-index: 4;
}

.kslp-cta2-sub1-card::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -16px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 18px;
	border-color: transparent transparent transparent var(--sub1-bg, #d97706);
}

.kslp-cta2-sub1-text {
	font-weight: 700;
	line-height: 1.35;
	display: block;
}

/* Notice / Info Card */
.kslp-cta2-info-card {
	background-color: #fef8e7;
	border: 2px solid #d97706;
	border-radius: 40px;
	padding: 14px 26px;
	display: flex;
	align-items: center;
	gap: 16px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
	max-width: 540px;
}

.kslp-cta2-info-icon-box {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background-color: #044e3a;
	color: #d97706;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 24px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.kslp-cta2-info-text {
	font-weight: 700;
	line-height: 1.35;
	color: #064e3b;
}

/* Metallic CTA Button */
.kslp-cta2-button-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;
	display: flex;
	pointer-events: none;
}

.kslp-cta2-button-wrap .kslp-cta2-button {
	pointer-events: auto;
}

.kslp-cta2-button-wrap[data-align="center"] {
	justify-content: center;
}

.kslp-cta2-button-wrap[data-align="left"] {
	justify-content: flex-start;
}

.kslp-cta2-button-wrap[data-align="right"] {
	justify-content: flex-end;
}

.kslp-cta2-button {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	background: linear-gradient(180deg, #065f46 0%, #022e22 100%);
	border: 3px solid #f59e0b;
	border-radius: 60px;
	padding: 16px 36px;
	color: #ffffff;
	text-decoration: none !important;
	box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.35), 0 15px 35px rgba(0, 0, 0, 0.4);
	transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
	cursor: pointer;
}

.kslp-cta2-button:hover,
.kslp-cta2-button:focus {
	transform: translateY(-4px) scale(1.02);
	box-shadow: 0 0 0 6px rgba(245, 158, 11, 0.5), 0 20px 40px rgba(0, 0, 0, 0.5);
	color: #ffffff;
	text-decoration: none !important;
}

.kslp-cta2-button-icon {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background-color: #ffffff;
	color: #044e3a;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 36px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.kslp-cta2-button-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}

.kslp-cta2-button-sub {
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	line-height: 1.2;
}

.kslp-cta2-button-main {
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.1;
}

/* Brand Logo (Bottom Left) */
.kslp-cta2-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 10px;
	opacity: 0.95;
}

.kslp-cta2-brand-img {
	max-height: 48px;
	width: auto;
	object-fit: contain;
}

.kslp-cta2-brand-text {
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.3;
	white-space: pre-line;
}

/* Person Cutout Image */
.kslp-cta2-person-img {
	max-height: 520px;
	width: auto;
	object-fit: contain;
	display: block;
	filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.5));
}

/* Responsive Mobile View */
@media (max-width: 991px) {
	.kslp-cta2-row {
		flex-direction: column;
		text-align: center;
	}
	.kslp-cta2-col-left {
		max-width: 100%;
		align-items: center;
	}
	.kslp-cta2-sub1-card,
	.kslp-cta2-info-card {
		transform: none;
	}
	.kslp-cta2-speech-bubble {
		transform: none;
	}
	.kslp-cta2-speech-bubble::after {
		top: auto;
		bottom: -14px;
		right: 50%;
		transform: translateX(50%);
		border-width: 14px 12px 0 12px;
		border-color: var(--speech-bg, #dc2626) transparent transparent transparent;
	}
	.kslp-cta2-sub1-card::after {
		top: auto;
		bottom: -14px;
		right: 50%;
		transform: translateX(50%);
		border-width: 14px 12px 0 12px;
		border-color: var(--sub1-bg, #d97706) transparent transparent transparent;
	}
	.kslp-cta2-col-right {
		justify-content: center;
		margin-top: 20px;
	}
	.kslp-cta2-person-img {
		max-height: 380px;
	}
	.kslp-cta2-button-wrap {
		position: relative;
		bottom: auto;
		margin-top: 24px;
		justify-content: center !important;
	}
}

@media (max-width: 767px) {
	.kslp-cta2-button {
		padding: 14px 24px;
		gap: 12px;
		width: 100%;
		justify-content: center;
	}
	.kslp-cta2-button-icon {
		width: 48px;
		height: 48px;
		font-size: 28px;
	}
	.kslp-cta2-speech-bubble {
		padding: 10px 22px;
	}
	.kslp-cta2-sub1-card {
		padding: 14px 20px;
	}
	.kslp-cta2-info-card {
		padding: 12px 18px;
		flex-direction: column;
		text-align: center;
	}
	.kslp-cta2-person-img[data-hide-mobile="true"] {
		display: none;
	}
}
