@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&family=Source+Serif+4:ital,opsz,wght@0,8..60,600;0,8..60,700;1,8..60,400&display=swap');

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body.nfe-prelander-body {
	margin: 0;
	min-height: 100vh;
	background: #eef2ff;
	color: #1e1b4b;
	font-family: "Sora", system-ui, -apple-system, sans-serif;
	-webkit-font-smoothing: antialiased;
}
body.nfe-prelander-body #wpadminbar { display: none !important; }

.nfe-prelander-outer {
	min-height: 100vh;
	background:
		radial-gradient(900px 500px at 10% -5%, rgba(99,102,241,0.09), transparent 50%),
		radial-gradient(800px 450px at 95% 10%, rgba(244,114,182,0.08), transparent 45%),
		linear-gradient(180deg, #f8fafc 0%, #f1f5f9 50%, #eef2ff 100%);
}

.nfe-x3 {
	max-width: 760px;
	margin: 0 auto;
	padding: 24px 18px 100px;
	--accent: #6366f1;
	--accent-2: #4f46e5;
}

/* disclosure */
.nfe-x3__ad {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	align-items: baseline;
	justify-content: space-between;
	padding: 14px 18px;
	margin-bottom: 22px;
	background: #fff;
	border: 1px solid rgba(99,102,241,0.15);
	border-radius: 14px;
	box-shadow: 0 4px 24px rgba(15,23,42,0.04);
	font-size: 0.8125rem;
	line-height: 1.55;
	color: #475569;
}
.nfe-x3__ad strong { color: #b91c1c; font-weight: 700; }
.nfe-x3__ad a {
	color: var(--accent-2);
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px dashed currentColor;
}
.nfe-x3__ad a:hover { color: #4338ca; }

/* hero card */
.nfe-x3__hero {
	background: #fff;
	border-radius: 22px;
	overflow: hidden;
	box-shadow:
		0 1px 0 rgba(255,255,255,.8) inset,
		0 20px 50px rgba(15,23,42,0.08);
	border: 1px solid rgba(148,163,184,0.25);
	margin-bottom: 26px;
}
.nfe-x3__hero img {
	display: block;
	width: 100%;
	height: min(260px, 42vw);
	min-height: 200px;
	object-fit: cover;
}
.nfe-x3__hero-main {
	padding: clamp(22px, 5vw, 36px);
}
.nfe-x3__kicker {
	display: inline-block;
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--accent);
	background: rgba(99,102,241,0.1);
	padding: 6px 12px;
	border-radius: 999px;
	margin-bottom: 14px;
}
.nfe-x3 h1 {
	font-family: "Source Serif 4", Georgia, serif;
	font-weight: 700;
	font-size: clamp(1.65rem, 4.8vw, 2.35rem);
	line-height: 1.14;
	margin: 0 0 14px;
	color: #0f172a;
	letter-spacing: -0.02em;
	text-wrap: balance;
}
.nfe-x3__lead {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.62;
	color: #475569;
	font-weight: 400;
	max-width: 52ch;
}

/* quick-scan facts */
.nfe-x3__scan {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 12px;
	margin: 26px 0;
}
.nfe-x3__scan-item {
	padding: 16px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid rgba(148,163,184,0.2);
	box-shadow: 0 6px 20px rgba(15,23,42,0.04);
	transition: transform 0.15s ease, border-color 0.15s;
}
.nfe-x3__scan-item:hover {
	transform: translateY(-2px);
	border-color: rgba(99,102,241,0.35);
}
.nfe-x3__scan-item b {
	display: block;
	font-size: 0.7rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--accent);
	margin-bottom: 6px;
}
.nfe-x3__scan-item span {
	font-size: 0.9rem;
	line-height: 1.45;
	color: #334155;
}

/* prose blocks */
.nfe-x3__blocks {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 8px 0 20px;
}
.nfe-x3__block {
	background: #fff;
	border-radius: 16px;
	padding: 20px 22px;
	border: 1px solid rgba(148,163,184,0.18);
	box-shadow: 0 8px 30px rgba(15,23,42,0.04);
}
.nfe-x3__block h2 {
	font-family: "Source Serif 4", Georgia, serif;
	font-size: 1.125rem;
	margin: 0 0 10px;
	color: #0f172a;
	font-weight: 700;
}
.nfe-x3__block p {
	margin: 0;
	font-size: 0.925rem;
	line-height: 1.65;
	color: #64748b;
}

/* spotlight */
.nfe-x3__spotlight {
	position: relative;
	margin: 24px 0;
	padding: 2px;
	border-radius: 18px;
	background: linear-gradient(135deg, var(--accent), rgba(236,72,153,0.55));
	box-shadow: 0 14px 40px rgba(99,102,241,0.15);
}
.nfe-x3__spot-inner {
	background: linear-gradient(180deg, #fff, #fafafa);
	border-radius: 16px;
	padding: 20px 22px;
	position: relative;
}
.nfe-x3__spot-label {
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--accent-2);
	margin-bottom: 8px;
}
.nfe-x3__spot-inner p {
	margin: 0;
	font-size: 0.975rem;
	line-height: 1.65;
	color: #334155;
	font-weight: 500;
}

/* colored band insight */
.nfe-x3__band {
	margin: 22px 0;
	padding: 18px 20px;
	border-radius: 16px;
	background: rgba(255,255,255,0.85);
	border-left: 5px solid var(--accent);
	box-shadow: 0 10px 32px rgba(15,23,42,0.05);
	font-size: 0.9375rem;
	line-height: 1.62;
	color: #475569;
}
.nfe-x3__band strong { color: #0f172a; }

/* FAQ accordion */
.nfe-x3__faq-wrap {
	margin: 24px 0;
	padding: 4px;
	border-radius: 18px;
	background: rgba(255,255,255,0.6);
	border: 1px solid rgba(148,163,184,0.25);
}
.nfe-x3__faq-title {
	font-family: "Source Serif 4", Georgia, serif;
	font-size: 1.05rem;
	font-weight: 700;
	color: #0f172a;
	padding: 16px 18px 10px;
	margin: 0;
}
.nfe-x3__faq {
	padding: 0 10px 12px;
}
.nfe-x3__faq details {
	background: #fff;
	border-radius: 12px;
	margin-bottom: 8px;
	border: 1px solid rgba(148,163,184,0.2);
	overflow: hidden;
}
.nfe-x3__faq summary {
	cursor: pointer;
	list-style: none;
	padding: 14px 16px;
	font-weight: 600;
	font-size: 0.9rem;
	color: #334155;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
.nfe-x3__faq summary::-webkit-details-marker { display: none; }
.nfe-x3__faq summary::after {
	content: "+";
	font-size: 1.1rem;
	color: var(--accent);
	font-weight: 700;
}
.nfe-x3__faq details[open] summary::after { content: "−"; }
.nfe-x3__faq details div {
	padding: 0 16px 14px;
	font-size: 0.8625rem;
	line-height: 1.62;
	color: #64748b;
}

/* checklist strip */
.nfe-x3__check {
	margin: 22px 0;
	padding: 18px 20px;
	border-radius: 16px;
	background: #fff;
	border: 1px dashed rgba(148,163,184,0.45);
}
.nfe-x3__check h3 {
	margin: 0 0 12px;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #64748b;
}
.nfe-x3__check ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nfe-x3__check li {
	position: relative;
	padding-left: 26px;
	margin-bottom: 10px;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #475569;
}
.nfe-x3__check li:last-child { margin-bottom: 0; }
.nfe-x3__check li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.35em;
	width: 14px;
	height: 14px;
	border-radius: 4px;
	background: linear-gradient(135deg, var(--accent), var(--accent-2));
	opacity: 0.85;
	box-shadow: 0 2px 6px rgba(79,70,229,0.35);
}

/* CTA */
.nfe-x3__cta {
	margin-top: 32px;
	padding: 28px 22px 32px;
	text-align: center;
	border-radius: 20px;
	background: #fff;
	border: 1px solid rgba(148,163,184,0.25);
	box-shadow: 0 24px 60px rgba(15,23,42,0.08);
}
.nfe-x3__cta p {
	margin: 0 0 16px;
	font-size: 0.875rem;
	line-height: 1.55;
	color: #64748b;
	max-width: 34ch;
	margin-left: auto;
	margin-right: auto;
}
.nfe-x3__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: min(100%, 360px);
	padding: 16px 32px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.95rem;
	text-decoration: none !important;
	color: #fff !important;
	background: linear-gradient(135deg, var(--accent), var(--accent-2));
	box-shadow: 0 12px 32px rgba(79,70,229,0.35);
	transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s;
}
.nfe-x3__btn:hover {
	transform: translateY(-2px);
	filter: brightness(1.05);
	box-shadow: 0 16px 40px rgba(79,70,229,0.45);
}
.nfe-x3__fine {
	margin-top: 16px;
	font-size: 0.65rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #94a3b8;
}

/* brand accents */
.nfe-x3--beautylish   { --accent: #e11d48; --accent-2: #be185d; }
.nfe-x3--primevideo  { --accent: #2563eb; --accent-2: #1d4ed8; }
.nfe-x3--snhu        { --accent: #0d9488; --accent-2: #0f766e; }
.nfe-x3--allstate    { --accent: #1d4ed8; --accent-2: #1e3a8a; }

@media (max-width: 480px) {
	.nfe-x3 { padding-left: 14px; padding-right: 14px; }
}

/* Mid-page actions (secondary CTAs) */
.nfe-x3__mid {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	align-items: center;
	margin: 28px 0;
	padding: 20px;
	background: rgba(255,255,255,0.65);
	border: 1px solid rgba(148,163,184,0.28);
	border-radius: 16px;
	backdrop-filter: blur(8px);
}
.nfe-x3__btn-mid {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 0.875rem;
	text-decoration: none !important;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s;
	font-family: "Sora", sans-serif;
}
.nfe-x3__btn-mid--solid {
	color: #fff !important;
	background: linear-gradient(135deg, var(--accent), var(--accent-2));
	box-shadow: 0 8px 24px rgba(79,70,229,0.22);
}
.nfe-x3__btn-mid--solid:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(79,70,229,0.3);
}
.nfe-x3__btn-mid--outline {
	color: var(--accent-2) !important;
	background: #fff;
	border: 2px solid rgba(99,102,241,0.35);
	box-shadow: 0 2px 12px rgba(15,23,42,0.04);
}
.nfe-x3__btn-mid--outline:hover {
	border-color: var(--accent);
	background: rgba(99,102,241,0.06);
	transform: translateY(-1px);
}

/* Extra inline image */
.nfe-x3__figure {
	margin: 26px 0;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid rgba(148,163,184,0.25);
	box-shadow: 0 16px 44px rgba(15,23,42,0.08);
	background: #fff;
}
.nfe-x3__figure img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 280px;
	object-fit: cover;
	vertical-align: middle;
}
.nfe-x3__cap {
	margin: 0;
	padding: 10px 16px 14px;
	font-size: 0.75rem;
	line-height: 1.45;
	color: #64748b;
	background: #fafafa;
	border-top: 1px solid rgba(148,163,184,0.15);
}

/* added v3.3 */
.nfe-x3--dermstore { --accent: #0f766e; --accent-2: #134e4a; }
.nfe-x3--paramount { --accent: #0369a1; --accent-2: #1e3a8a; }
