/* ==========================================================================
   Footer — live webcirclez.com dark 4-column layout
   ========================================================================== */

.wcz-footer-live {
	--wcz-footer-live-bg: #06274e;
	--wcz-footer-live-text: rgba(255, 255, 255, 0.72);
	--wcz-footer-live-dim: rgba(255, 255, 255, 0.5);
	--wcz-footer-live-heading: #ffffff;
	--wcz-footer-live-border: rgba(255, 255, 255, 0.1);
	background: var(--wcz-footer-live-bg);
	color: var(--wcz-footer-live-text);
	position: relative;
}

.wcz-footer-live-accent {
	height: 3px;
	background: var(--wcz-primary, #00c2e5);
}

.wcz-footer-live-main {
	padding: clamp(36px, 4vw, 48px) 0 clamp(28px, 3.5vw, 40px);
}

.wcz-footer-live .wcz-container {
	padding-left: clamp(16px, 4vw, 28px);
	padding-right: clamp(16px, 4vw, 28px);
}

.wcz-footer-live-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 36px 32px;
}

.wcz-footer-live-heading {
	font-family: var(--wcz-font-display);
	font-size: var(--wcz-text-sm);
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--wcz-footer-live-heading);
	margin: 0 0 20px;
}

.wcz-footer-live-text {
	font-size: var(--wcz-text-sm);
	line-height: 1.75;
	color: var(--wcz-footer-live-text);
	margin: 0;
}

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

.wcz-footer-live-links li {
	margin-bottom: 10px;
}

.wcz-footer-live-links a {
	font-size: var(--wcz-text-xs);
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--wcz-footer-live-text);
	text-decoration: none;
	transition: color 0.2s ease;
}

.wcz-footer-live-links a:hover {
	color: var(--wcz-primary, #00c2e5);
}

.wcz-footer-live-dmca {
	margin-top: 20px;
}

.wcz-footer-live-dmca .wcz-dmca-badge-img {
	max-width: 140px;
	height: auto;
	opacity: 0.9;
}

.wcz-footer-live-social {
	display: flex;
	gap: 8px;
	margin-top: 20px;
}

.wcz-footer-live-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid var(--wcz-footer-live-border);
	color: var(--wcz-footer-live-dim);
	transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.wcz-footer-live-social-link:hover {
	color: var(--wcz-primary, #00c2e5);
	border-color: rgba(0, 194, 229, 0.35);
	background: rgba(0, 194, 229, 0.08);
}

/* Newsletter — boxed live layout */
.wcz-footer-live-newsletter-title {
	margin: 0 0 0;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--wcz-footer-live-border);
}

.wcz-footer-live-newsletter-panel {
	margin-top: 16px;
	padding: 20px 16px 18px;
	background: rgba(0, 0, 0, 0.28);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 0;
}

.wcz-footer-live-newsletter-desc {
	margin: 0 0 16px;
	font-size: var(--wcz-text-sm);
	line-height: 1.55;
	text-align: center;
	color: var(--wcz-footer-live-dim);
}

.wcz-footer-live-subscribe {
	margin: 0;
}

.wcz-footer-live-subscribe input.wcz-footer-live-subscribe-input,
.wcz-footer-live-subscribe-input[type="email"] {
	display: block;
	width: 100%;
	padding: 11px 12px;
	margin: 0 0 12px;
	font-family: var(--wcz-font);
	font-size: var(--wcz-text-sm);
	line-height: 1.4;
	color: #fff;
	background: #18181f;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 0;
	box-sizing: border-box;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	transition: border-color 0.2s ease;
}

.wcz-footer-live-subscribe input.wcz-footer-live-subscribe-input::placeholder,
.wcz-footer-live-subscribe-input[type="email"]::placeholder {
	color: rgba(255, 255, 255, 0.38);
}

.wcz-footer-live-subscribe input.wcz-footer-live-subscribe-input:focus,
.wcz-footer-live-subscribe-input[type="email"]:focus,
.wcz-footer-live-subscribe input.wcz-footer-live-subscribe-input:focus-visible,
.wcz-footer-live-subscribe-input[type="email"]:focus-visible {
	outline: none;
	border-color: rgba(0, 194, 229, 0.55);
	background: #18181f;
	box-shadow: none;
	transform: none;
}

.wcz-footer-live-subscribe .wcz-footer-live-subscribe-btn,
.wcz-footer-live-subscribe-btn[type="submit"] {
	display: block;
	width: 100%;
	padding: 12px 16px;
	margin: 0 0 6px;
	font-family: var(--wcz-font);
	font-size: var(--wcz-text-xs);
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	background: var(--wcz-primary, #00c2e5);
	border: none;
	border-radius: 0;
	cursor: pointer;
	transition: background 0.2s ease;
	box-shadow: none;
	transform: none;
}

.wcz-footer-live-subscribe .wcz-footer-live-subscribe-btn:hover,
.wcz-footer-live-subscribe-btn[type="submit"]:hover {
	background: var(--wcz-primary-dark, #00a8c7);
	transform: none;
	box-shadow: none;
}

.wcz-footer-live-bottom {
	border-top: 1px solid var(--wcz-footer-live-border);
	padding: 0;
}

.wcz-footer-live-bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
	position: relative;
}

.wcz-footer-live-copy {
	font-size: var(--wcz-text-xs);
	color: var(--wcz-footer-live-dim);
	margin: 0;
}

.wcz-footer-live-legal {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 12px;
}

.wcz-footer-live-legal a {
	font-size: var(--wcz-text-xs);
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--wcz-footer-live-dim);
	text-decoration: none;
}

.wcz-footer-live-legal a:hover {
	color: var(--wcz-primary, #00c2e5);
}

.wcz-footer-live-legal span {
	color: var(--wcz-footer-live-dim);
	font-size: 10px;
}

.wcz-footer-live .wcz-back-to-top {
	position: absolute;
	right: -55px;
    bottom: 48px;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid var(--wcz-footer-live-border);
	color: var(--wcz-footer-live-text);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease, color 0.2s ease;
}

.wcz-footer-live .wcz-back-to-top:hover {
	background: var(--wcz-primary, #00c2e5);
	color: #fff;
	border-color: var(--wcz-primary, #00c2e5);
}

@media (max-width: 1024px) {
	.wcz-footer-live-grid {
		grid-template-columns: 1fr 1fr;
		gap: 28px 24px;
	}
}

@media (max-width: 640px) {
	.wcz-footer-live-main {
		padding: 40px 0 32px;
	}

	.wcz-footer-live .wcz-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.wcz-footer-live-grid {
		grid-template-columns: 1fr;
		gap: 32px;
		text-align: center;
	}

	.wcz-footer-live-heading,
	.wcz-footer-live-text,
	.wcz-footer-live-newsletter-desc {
		text-align: center;
	}

	.wcz-footer-live-links {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.wcz-footer-live-social {
		justify-content: center;
	}

	.wcz-footer-live-dmca {
		display: flex;
		justify-content: center;
	}

	.wcz-footer-live-dmca .wcz-dmca-badge-img {
		margin-left: auto;
		margin-right: auto;
	}

	.wcz-footer-live-newsletter-panel {
		text-align: center;
	}

	.wcz-footer-live-subscribe {
		justify-content: center;
	}

	.wcz-footer-live-bottom-inner {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding-bottom: 56px;
		gap: 14px;
	}

	.wcz-footer-live-legal {
		justify-content: center;
	}

	.wcz-footer-live .wcz-back-to-top {
		right: 50%;
		transform: translateX(50%);
		bottom: 8px;
	}
}
