.cfw-footer {
	background-color: var(--cfw-bg, #161616);
	width: 100%;
}

.cfw-footer-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px;
}

.cfw-col {
	flex: 1 1 200px;
	min-width: 180px;
}

.cfw-col-brand {
	flex: 1 1 260px;
	max-width: 320px;
}

.cfw-logo-image img {
	display: block;
	height: auto;
	max-width: 100%;
}

.cfw-logo-text {
	font-weight: 800;
	font-size: 26px;
	line-height: 1.1;
	margin-bottom: 10px;
}

.cfw-tagline {
	margin: 12px 0 18px;
	line-height: 1.6;
	font-size: 14px;
}

.cfw-social-list {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 10px;
}

.cfw-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid currentColor;
	text-decoration: none;
	transition: all 0.25s ease;
}

.cfw-col-title {
	margin: 0 0 18px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

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

.cfw-links-list li {
	margin-bottom: 10px;
}

.cfw-links-list a {
	text-decoration: none;
	font-size: 14px;
	transition: color 0.2s ease;
}

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

.cfw-contact-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 14px;
}

.cfw-contact-icon {
	flex-shrink: 0;
	line-height: 1.4;
	margin-top: 2px;
}

.cfw-contact-text {
	font-size: 14px;
	line-height: 1.5;
}

.cfw-contact-text a {
	text-decoration: none;
	color: inherit;
}

.cfw-payment-text {
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 16px;
}

.cfw-pay-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-decoration: none;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.5px;
	transition: all 0.25s ease;
	margin-bottom: 18px;
}

.cfw-payment-methods {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.cfw-payment-method {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	min-width: 38px;
	padding: 0 10px;
}

.cfw-payment-method img {
	max-height: 60%;
	width: auto;
	display: block;
}

.cfw-bottom-bar {
	margin-top: 40px;
}

.cfw-bottom-bar-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	max-width: 100%;
}

.cfw-copyright,
.cfw-credit {
	font-size: 13px;
}

.cfw-credit {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

@media (max-width: 767px) {
	.cfw-footer-top {
		flex-direction: column;
		gap: 30px;
	}

	.cfw-col-brand {
		max-width: 100%;
	}

	.cfw-bottom-bar-inner {
		flex-direction: column;
		text-align: center;
	}
}
