/* Public newsletter unsubscribe page */

body.cfo-unsub-bare {
	--cfo-header-offset: 0px;
	background: #08080c;
}

body.cfo-unsub-bare .cfo-top-bar,
body.cfo-unsub-bare .cfo-v3-nav,
body.cfo-unsub-bare .cfo-footer,
body.cfo-unsub-bare .pk-scroll-to-top,
body.cfo-unsub-bare .efcfo-scroll-top {
	display: none !important;
}

.cfo-unsub-page {
	background: #08080c;
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.cfo-unsub-hero {
	width: 100%;
	padding: 5.5rem 1.25rem 4rem;
}

.cfo-unsub-logo {
	display: block;
	margin: 0 auto 1.75rem;
	text-align: center;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.85rem;
	font-weight: 800;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.01em;
}

.cfo-unsub-logo span {
	color: #d4af5a;
}

.cfo-unsub-card {
	max-width: 520px;
	margin: 0 auto;
	padding: 3rem 2.5rem;
	text-align: center;
	background:
		radial-gradient(circle at 50% 0%, rgba(184, 148, 63, 0.1) 0%, transparent 55%),
		#14141c;
	border: 1px solid rgba(184, 148, 63, 0.35);
	border-radius: 16px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.cfo-unsub-eyebrow {
	margin: 0 0 0.85rem;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #d4af5a;
}

.cfo-unsub-card h1 {
	margin: 0 0 1rem;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(1.6rem, 3vw, 2.1rem);
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
}

.cfo-unsub-copy {
	margin: 0 auto 1.25rem;
	max-width: 380px;
	font-size: 0.95rem;
	line-height: 1.7;
	color: rgba(240, 238, 234, 0.78);
}

.cfo-unsub-copy--muted {
	margin-top: 1.25rem;
	font-size: 0.82rem;
	color: #8a8a9a;
}

.cfo-unsub-copy--muted a {
	color: #d4af5a;
	text-decoration: none;
	border-bottom: 1px solid rgba(184, 148, 63, 0.4);
}

.cfo-unsub-copy--muted a:hover {
	color: #fff;
}

.cfo-unsub-error {
	color: #f0c0c0;
}

.cfo-unsub-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	margin-top: 0.5rem;
}

.cfo-unsub-label {
	align-self: stretch;
	text-align: left;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #8a8a9a;
}

.cfo-unsub-input {
	width: 100%;
	padding: 0.85rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: rgba(8, 8, 12, 0.7);
	color: #fff;
	font-size: 0.95rem;
}

.cfo-unsub-input:focus {
	outline: none;
	border-color: #b8943f;
	box-shadow: 0 0 0 3px rgba(184, 148, 63, 0.2);
}

.cfo-unsub-input[readonly] {
	color: #f0eeea;
	cursor: default;
	border-color: rgba(184, 148, 63, 0.35);
}

.cfo-unsub-page .nl-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.95rem 2rem;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 6px;
	transition: all 0.25s ease;
	cursor: pointer;
}

.cfo-unsub-page .nl-btn-gold,
.cfo-unsub-page a.nl-btn-gold {
	background: #b8943f;
	color: #08080c;
	border: 2px solid #b8943f;
}

.cfo-unsub-page .nl-btn-gold:hover,
.cfo-unsub-page a.nl-btn-gold:hover {
	background: #d4af5a;
	border-color: #d4af5a;
	color: #08080c;
}

.cfo-unsub-submit {
	width: 100%;
	margin-top: 0.35rem;
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.55);
}

.cfo-unsub-submit:hover {
	border-color: #d4af5a;
	color: #d4af5a;
	background: rgba(184, 148, 63, 0.08);
}

@media (max-width: 640px) {
	.cfo-unsub-card {
		padding: 2.25rem 1.35rem;
		border-radius: 12px;
	}
}
