/* ===== Wayfinder CTA Kit — v1 ===== */

/* --- 1. Mid-Article Banner CTA --- */
.wf-cta-banner {
	background: linear-gradient(135deg, #ff6501 0%, #ff1592 100%);
	border-radius: 12px;
	padding: 2rem 2rem 1.75rem;
	margin: 2rem 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.wf-cta-banner::before {
	content: '';
	position: absolute;
	top: -30%;
	right: -10%;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
	border-radius: 50%;
	pointer-events: none;
}
.wf-cta-banner__headline {
	font-family: 'Century Gothic', 'Avenir', -apple-system, sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 0.5rem;
	line-height: 1.3;
	position: relative;
}
.wf-cta-banner__subtext {
	font-family: 'Century Gothic', 'Avenir', -apple-system, sans-serif;
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.92);
	margin: 0 auto 1.25rem;
	max-width: 520px;
	line-height: 1.5;
	position: relative;
}
.wf-cta-banner__btn {
	display: inline-block;
	background: #ffffff;
	color: #ff6501;
	font-family: 'Century Gothic', 'Avenir', -apple-system, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	padding: 0.75rem 2rem;
	border-radius: 8px;
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
	position: relative;
}
.wf-cta-banner__btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
	color: #ff6501;
	text-decoration: none;
}
.wf-cta-banner__btn:focus-visible {
	outline: 2px solid #ffffff;
	outline-offset: 2px;
}
.wf-cta-banner__micro {
	font-family: 'Century Gothic', 'Avenir', -apple-system, sans-serif;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 0.75rem;
	position: relative;
}

/* --- 2. End-of-Article CTA Block --- */
.wf-cta-endblock {
	background: #1a1a2e;
	border-radius: 12px;
	padding: 2rem;
	margin: 2.5rem 0 1.5rem;
	border: 1px solid #2a2a4a;
	position: relative;
	overflow: hidden;
}
.wf-cta-endblock::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #ff6501, #ff1592);
}
.wf-cta-endblock__eyebrow {
	font-family: 'Century Gothic', 'Avenir', -apple-system, sans-serif;
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #ff6501;
	margin: 0 0 0.75rem;
	font-weight: 700;
}
.wf-cta-endblock__headline {
	font-family: 'Century Gothic', 'Avenir', -apple-system, sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 0.6rem;
	line-height: 1.3;
}
.wf-cta-endblock__body {
	font-family: 'Century Gothic', 'Avenir', -apple-system, sans-serif;
	font-size: 0.95rem;
	color: #b0b0cc;
	margin: 0 0 1.25rem;
	line-height: 1.6;
	max-width: 600px;
}
.wf-cta-endblock__btn {
	display: inline-block;
	background: linear-gradient(135deg, #ff6501, #ff1592);
	color: #ffffff;
	font-family: 'Century Gothic', 'Avenir', -apple-system, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	padding: 0.75rem 2rem;
	border-radius: 8px;
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.wf-cta-endblock__btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(255, 101, 1, 0.35);
	color: #ffffff;
	text-decoration: none;
}
.wf-cta-endblock__btn:focus-visible {
	outline: 2px solid #ff6501;
	outline-offset: 2px;
}
.wf-cta-endblock__proof {
	display: flex;
	gap: 1.5rem;
	margin-top: 1.25rem;
	flex-wrap: wrap;
}
.wf-cta-endblock__proof-item {
	font-family: 'Century Gothic', 'Avenir', -apple-system, sans-serif;
	font-size: 0.78rem;
	color: #8888aa;
}
.wf-cta-endblock__proof-item span {
	color: #ff6501;
	margin-right: 0.3rem;
}

/* --- 3. Mini Inline CTA --- */
.wf-cta-mini {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	background: #f8f9fa;
	border: 1px solid #e9ecef;
	border-left: 4px solid #ff6501;
	border-radius: 0 8px 8px 0;
	padding: 0.85rem 1.25rem;
	margin: 1.5rem 0;
	flex-wrap: wrap;
}
.wf-cta-mini__text {
	font-family: 'Century Gothic', 'Avenir', -apple-system, sans-serif;
	font-size: 0.9rem;
	color: #333;
	font-weight: 500;
	line-height: 1.4;
}
.wf-cta-mini__text strong {
	color: #1a1a2e;
}
.wf-cta-mini__link {
	font-family: 'Century Gothic', 'Avenir', -apple-system, sans-serif;
	font-size: 0.85rem;
	font-weight: 700;
	color: #ff6501;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.15s ease;
}
.wf-cta-mini__link:hover {
	color: #ff1592;
	text-decoration: underline;
}
.wf-cta-mini__link:focus-visible {
	outline: 2px solid #ff6501;
	outline-offset: 2px;
	border-radius: 2px;
}

/* --- 4. Inline Text CTA --- */
.wf-cta-inline-link {
	color: #ff6501;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: rgba(255, 101, 1, 0.3);
	text-underline-offset: 2px;
	transition: text-decoration-color 0.15s ease;
}
.wf-cta-inline-link:hover {
	text-decoration-color: #ff6501;
	color: #ff1592;
}
.wf-cta-inline-link:focus-visible {
	outline: 2px solid #ff6501;
	outline-offset: 2px;
	border-radius: 2px;
}

/* --- 5. Sticky Scroll Bar --- */
.wf-sticky-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #1a1a2e;
	border-top: 1px solid #2a2a4a;
	padding: 0.65rem 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.25rem;
	z-index: 9999;
	transform: translateY(100%);
	transition: transform 0.35s ease;
	flex-wrap: wrap;
}
.wf-sticky-bar.visible {
	transform: translateY(0);
}
.wf-sticky-bar__text {
	font-family: 'Century Gothic', 'Avenir', -apple-system, sans-serif;
	font-size: 0.88rem;
	color: #ffffff;
	font-weight: 500;
}
.wf-sticky-bar__btn {
	display: inline-block;
	background: linear-gradient(135deg, #ff6501, #ff1592);
	color: #ffffff;
	font-family: 'Century Gothic', 'Avenir', -apple-system, sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	padding: 0.45rem 1.25rem;
	border-radius: 6px;
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
	white-space: nowrap;
}
.wf-sticky-bar__btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(255, 101, 1, 0.3);
	color: #ffffff;
	text-decoration: none;
}
.wf-sticky-bar__btn:focus-visible {
	outline: 2px solid #ffffff;
	outline-offset: 2px;
}
.wf-sticky-bar__close {
	background: none;
	border: none;
	color: #8888aa;
	font-size: 1.1rem;
	cursor: pointer;
	padding: 0.25rem;
	line-height: 1;
	transition: color 0.15s ease;
}
.wf-sticky-bar__close:hover {
	color: #ffffff;
}
.wf-sticky-bar__close:focus-visible {
	outline: 2px solid #ffffff;
	outline-offset: 2px;
	border-radius: 2px;
}

/* --- Override .entry-content a:hover opacity from content.css --- */
.entry-content a.wf-cta-banner__btn:hover,
.entry-content a.wf-cta-endblock__btn:hover,
.entry-content a.wf-cta-mini__link:hover,
.entry-content a.wf-cta-inline-link:hover,
.entry-content a.wf-sticky-bar__btn:hover {
	opacity: 1;
}

/* --- Responsive --- */
@media (max-width: 600px) {
	.wf-cta-banner { padding: 1.5rem 1.25rem 1.25rem; }
	.wf-cta-banner__headline { font-size: 1.15rem; }
	.wf-cta-banner__subtext { font-size: 0.88rem; }
	.wf-cta-endblock { padding: 1.5rem; }
	.wf-cta-endblock__headline { font-size: 1.2rem; }
	.wf-cta-endblock__proof { gap: 0.75rem; }
	.wf-cta-mini { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
	.wf-sticky-bar { padding: 0.5rem 1rem; gap: 0.75rem; }
	.wf-sticky-bar__text { font-size: 0.8rem; }
}
