/* Custom Divine Path Care Footer
---------------------------------- */
body.dpc-custom-footer #sp-bottom,
body.dpc-custom-footer #sp-footer {
	display: none !important;
}

.dpc-footer {
	--dpc-footer-bg: #0B1C3A;
	--dpc-footer-accent: #C6E15B;
	--dpc-cta-from: #1A6FE8;
	--dpc-cta-to: #0D4FBF;
	--dpc-footer-text: #FFFFFF;
	--dpc-footer-muted: rgba(255, 255, 255, 0.88);
	background: var(--dpc-footer-bg);
	color: var(--dpc-footer-text);
	padding: 48px 0 0;
	font-family: inherit;
	position: relative;
	overflow: hidden;
}

.dpc-footer__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

/* CTA Banner */
.dpc-footer-cta {
	display: flex;
	align-items: center;
	gap: 24px;
	background: linear-gradient(95deg, var(--dpc-cta-from) 0%, var(--dpc-cta-to) 100%);
	border-radius: 28px;
	padding: 28px 36px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(13, 79, 191, 0.28);
}

.dpc-footer-cta::before {
	content: "";
	position: absolute;
	left: -40px;
	top: -50px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	border: 28px solid rgba(255, 255, 255, 0.08);
	pointer-events: none;
}

.dpc-footer-cta::after {
	content: "";
	position: absolute;
	right: -30px;
	bottom: -60px;
	width: 200px;
	height: 200px;
	background:
		radial-gradient(circle at 30% 40%, rgba(198, 225, 91, 0.35) 0%, transparent 45%),
		radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.12) 0%, transparent 50%);
	pointer-events: none;
}

.dpc-footer-cta__icon {
	flex: 0 0 64px;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.dpc-footer-cta__content {
	flex: 1 1 auto;
	min-width: 0;
	position: relative;
	z-index: 1;
}

.dpc-footer-cta__title {
	margin: 0 0 6px;
	font-size: 26px;
	line-height: 1.25;
	font-weight: 700;
	color: #fff;
}

.dpc-footer-cta__text {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.92);
	max-width: 560px;
}

.dpc-footer-cta__btn {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	color: #0B1C3A !important;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.2;
	padding: 16px 26px;
	border-radius: 999px;
	text-decoration: none !important;
	position: relative;
	z-index: 1;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	white-space: nowrap;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.dpc-footer-cta__btn:hover,
.dpc-footer-cta__btn:focus {
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
	color: #0B1C3A !important;
}

.dpc-footer-cta__btn svg {
	flex-shrink: 0;
}

/* Main columns */
.dpc-footer-main {
	display: grid;
	grid-template-columns: 1.35fr 0.9fr 1.1fr 1fr;
	gap: 40px 32px;
	padding: 56px 8px 40px;
}

.dpc-footer-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 10px;
	padding: 10px 14px;
	margin-bottom: 18px;
	max-width: 100%;
}

.dpc-footer-logo img {
	display: block;
	max-width: 220px;
	max-height: 72px;
	width: auto;
	height: auto;
}

.dpc-footer-about {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.7;
	color: var(--dpc-footer-muted);
	max-width: 300px;
}

.dpc-footer-badges {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.dpc-footer-badge {
	--badge-bg: #1E66E0;
	--badge-color: #fff;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--badge-bg);
	color: var(--badge-color);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 8px 14px;
	border-radius: 999px;
	line-height: 1.2;
}

.dpc-footer-badge svg {
	flex-shrink: 0;
}

.dpc-footer-heading {
	margin: 0 0 22px;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
}

.dpc-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dpc-footer-links li {
	margin: 0 0 14px;
}

.dpc-footer-links li:last-child {
	margin-bottom: 0;
}

.dpc-footer-links a {
	color: var(--dpc-footer-text) !important;
	text-decoration: none !important;
	font-size: 15px;
	line-height: 1.4;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.dpc-footer-links a:hover,
.dpc-footer-links a:focus {
	color: var(--dpc-footer-accent) !important;
}

.dpc-footer-viewall {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 22px;
	color: var(--dpc-footer-accent) !important;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none !important;
	transition: opacity 0.2s ease;
}

.dpc-footer-viewall:hover,
.dpc-footer-viewall:focus {
	opacity: 0.85;
	color: var(--dpc-footer-accent) !important;
}

.dpc-footer-contact {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dpc-footer-contact li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.55;
	color: var(--dpc-footer-text);
}

.dpc-footer-contact li:last-child {
	margin-bottom: 0;
}

.dpc-footer-contact a {
	color: var(--dpc-footer-text) !important;
	text-decoration: none !important;
	word-break: break-word;
}

.dpc-footer-contact a:hover,
.dpc-footer-contact a:focus {
	color: var(--dpc-footer-accent) !important;
}

.dpc-footer-contact__icon {
	flex: 0 0 18px;
	width: 18px;
	margin-top: 2px;
	color: var(--dpc-footer-accent);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

/* Bottom bar */
.dpc-footer-bottom {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 16px;
	padding: 22px 8px 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	font-size: 13px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.9);
}

.dpc-footer-bottom__copy {
	justify-self: start;
}

.dpc-footer-bottom__credit {
	justify-self: center;
	text-align: center;
	white-space: nowrap;
}

.dpc-footer-bottom__credit a,
.dpc-footer-bottom__credit-name {
	color: var(--dpc-footer-accent) !important;
	font-weight: 700;
	text-decoration: none !important;
	margin-left: 4px;
}

.dpc-footer-bottom__credit a:hover,
.dpc-footer-bottom__credit a:focus {
	opacity: 0.85;
}

.dpc-footer-bottom__legal {
	justify-self: end;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.dpc-footer-bottom__legal a {
	color: rgba(255, 255, 255, 0.92) !important;
	text-decoration: none !important;
}

.dpc-footer-bottom__legal a:hover,
.dpc-footer-bottom__legal a:focus {
	color: var(--dpc-footer-accent) !important;
}

.dpc-footer-bottom__sep {
	opacity: 0.55;
}

/* Responsive */
@media (max-width: 1100px) {
	.dpc-footer-main {
		grid-template-columns: 1fr 1fr;
		gap: 36px 28px;
	}
}

@media (max-width: 991px) {
	.dpc-footer {
		padding-top: 36px;
	}

	.dpc-footer-cta {
		flex-wrap: wrap;
		padding: 24px;
		border-radius: 22px;
		gap: 18px;
	}

	.dpc-footer-cta__btn {
		width: 100%;
		justify-content: center;
	}

	.dpc-footer-cta__title {
		font-size: 22px;
	}

	.dpc-footer-main {
		padding-top: 44px;
	}

	.dpc-footer-bottom {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 12px;
		padding-bottom: 24px;
	}

	.dpc-footer-bottom__copy,
	.dpc-footer-bottom__credit,
	.dpc-footer-bottom__legal {
		justify-self: center;
		justify-content: center;
	}
}

@media (max-width: 575px) {
	.dpc-footer__inner {
		padding: 0 16px;
	}

	.dpc-footer-cta {
		padding: 20px;
		border-radius: 18px;
	}

	.dpc-footer-cta__icon {
		width: 56px;
		height: 56px;
		flex-basis: 56px;
	}

	.dpc-footer-cta__title {
		font-size: 20px;
	}

	.dpc-footer-cta__text {
		font-size: 14px;
	}

	.dpc-footer-main {
		grid-template-columns: 1fr;
		gap: 32px;
		padding: 36px 0 28px;
	}

	.dpc-footer-about {
		max-width: none;
	}

	.dpc-footer-cta__btn {
		white-space: normal;
		text-align: center;
		padding: 14px 20px;
	}

	.dpc-footer-bottom__credit {
		white-space: normal;
	}
}
