/*
Theme Name: Zoflo CRM Landing
Theme URI: https://example.com/
Author: Zoflo
Description: Single-page marketing layout inspired by modern small-business CRM landing pages. Replace copy and imagery with your own before production.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zoflo-crm-landing
*/

:root {
	--bg-deep: #050b14;
	--bg-card: rgba(255, 255, 255, 0.04);
	--bg-card-hover: rgba(255, 255, 255, 0.08);
	--border-subtle: rgba(255, 255, 255, 0.08);
	--text: #f3f6fb;
	--text-muted: #9aa4b2;
	--accent: #ff6b35;
	--accent-soft: rgba(255, 107, 53, 0.15);
	--blue: #3d5afe;
	--blue-soft: rgba(61, 90, 254, 0.2);
	--radius: 14px;
	--radius-lg: 22px;
	--max: 1180px;
	--font: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--font);
	background: var(--bg-deep);
	color: var(--text);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

.zf-wrap {
	width: min(100% - 2.5rem, var(--max));
	margin-inline: auto;
}

/* Header */
.zf-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: linear-gradient(180deg, rgba(5, 11, 20, 0.95) 0%, rgba(5, 11, 20, 0.75) 100%);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--border-subtle);
}

.zf-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.85rem 0;
}

.zf-logo {
	font-weight: 800;
	font-size: 1.25rem;
	letter-spacing: -0.03em;
	display: flex;
	align-items: center;
	gap: 0.45rem;
}

.zf-logo-mark {
	width: 32px;
	height: 32px;
	border-radius: 9px;
	background: linear-gradient(135deg, var(--accent), #ffb347);
	box-shadow: 0 4px 20px rgba(255, 107, 53, 0.35);
}

.zf-nav {
	display: none;
	gap: 1.75rem;
	font-size: 0.95rem;
	color: var(--text-muted);
}

@media (min-width: 900px) {
	.zf-nav {
		display: flex;
	}
}

.zf-nav a:hover {
	color: var(--text);
}

.zf-header-cta {
	display: flex;
	align-items: center;
	gap: 0.65rem;
}

.zf-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	padding: 0.65rem 1.25rem;
	font-weight: 600;
	font-size: 0.9rem;
	border-radius: 999px;
	border: 1px solid transparent;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
	font-family: inherit;
}

.zf-btn:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 2px;
}

.zf-btn-ghost {
	background: transparent;
	border-color: var(--border-subtle);
	color: var(--text);
}

.zf-btn-ghost:hover {
	background: var(--bg-card);
}

.zf-btn-primary {
	background: linear-gradient(135deg, var(--accent), #ff8f57);
	color: #0a0f18;
	border: none;
	box-shadow: 0 8px 28px rgba(255, 107, 53, 0.35);
}

.zf-btn-primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 36px rgba(255, 107, 53, 0.45);
}

.zf-btn-lg {
	padding: 0.85rem 1.6rem;
	font-size: 1rem;
}

/* Hero */
.zf-hero {
	padding: 3.5rem 0 4rem;
	position: relative;
	overflow: hidden;
}

.zf-hero::before {
	content: "";
	position: absolute;
	inset: -40% -20% auto;
	height: 80%;
	background: radial-gradient(ellipse at 50% 0%, var(--blue-soft), transparent 55%),
		radial-gradient(ellipse at 80% 20%, var(--accent-soft), transparent 45%);
	pointer-events: none;
}

.zf-hero-grid {
	display: grid;
	gap: 3rem;
	align-items: center;
	position: relative;
}

@media (min-width: 960px) {
	.zf-hero-grid {
		grid-template-columns: 1.05fr 0.95fr;
		gap: 2.5rem;
	}
}

.zf-eyebrow {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: var(--accent);
	margin-bottom: 1rem;
}

.zf-hero h1 {
	font-size: clamp(2.25rem, 4.5vw, 3.35rem);
	line-height: 1.1;
	font-weight: 800;
	letter-spacing: -0.04em;
	margin: 0 0 1.25rem;
}

.zf-hero h1 span {
	background: linear-gradient(90deg, #fff, #b8c5d9);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.zf-hero-lead {
	font-size: 1.1rem;
	color: var(--text-muted);
	max-width: 34ch;
	margin: 0 0 1.75rem;
}

.zf-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
}

.zf-hero-note {
	font-size: 0.85rem;
	color: var(--text-muted);
}

.zf-hero-visual {
	border-radius: var(--radius-lg);
	border: 1px solid var(--border-subtle);
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
	overflow: hidden;
}

.zf-hero-visual img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
}

/* Ratings strip */
.zf-strip {
	padding: 2rem 0;
	border-block: 1px solid var(--border-subtle);
	background: rgba(255, 255, 255, 0.02);
}

.zf-strip-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem 2.5rem;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.zf-quote {
	max-width: 280px;
	font-size: 0.9rem;
	color: var(--text-muted);
}

.zf-quote strong {
	display: block;
	color: var(--text);
	font-size: 1rem;
	margin-bottom: 0.25rem;
}

.zf-stars {
	color: #ffc107;
	letter-spacing: 0.08em;
	font-size: 0.85rem;
}

/* Sections */
.zf-section {
	padding: 4.5rem 0;
}

.zf-section-alt {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
}

.zf-section-head {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 3rem;
}

.zf-section-head h2 {
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	margin: 0 0 0.75rem;
}

.zf-section-head p {
	margin: 0;
	color: var(--text-muted);
	font-size: 1.05rem;
}

.zf-trial-banner {
	text-align: center;
	padding: 1.4rem 1.5rem;
	border-radius: var(--radius);
	background: linear-gradient(90deg, var(--blue-soft), var(--accent-soft));
	border: 1px solid var(--border-subtle);
	font-weight: 600;
	letter-spacing: 0.01em;
	box-shadow: 0 6px 24px rgba(61, 90, 254, 0.12);
}

/* Cards grid */
.zf-grid-3 {
	display: grid;
	gap: 1.25rem;
}

@media (min-width: 720px) {
	.zf-grid-3 {
		grid-template-columns: repeat(3, 1fr);
	}
}

.zf-card {
	padding: 1.5rem;
	border-radius: var(--radius);
	background: var(--bg-card);
	border: 1px solid var(--border-subtle);
	transition: background 0.2s ease, border-color 0.2s ease;
}

.zf-card:hover {
	background: var(--bg-card-hover);
	border-color: rgba(255, 255, 255, 0.12);
}

.zf-card h3 {
	margin: 0 0 0.5rem;
	font-size: 1.1rem;
	font-weight: 700;
}

.zf-card p {
	margin: 0;
	font-size: 0.92rem;
	color: var(--text-muted);
}

.zf-card-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
	margin-bottom: 1rem;
	background: var(--blue-soft);
}

/* Pipeline section */
.zf-pipeline {
	display: grid;
	gap: 2rem;
}

@media (min-width: 900px) {
	.zf-pipeline {
		grid-template-columns: 1fr 1fr;
		align-items: center;
	}
}

.zf-pipeline-hero-img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.zf-pipeline-hero-img img {
	width: 100%;
	max-width: 540px;
	height: auto;
}

/* Stats */
.zf-stats {
	display: grid;
	gap: 1.25rem;
}

@media (min-width: 640px) {
	.zf-stats {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 960px) {
	.zf-stats {
		grid-template-columns: repeat(4, 1fr);
	}
}

.zf-stat {
	text-align: center;
	padding: 1.5rem 1rem;
	border-radius: var(--radius);
	border: 1px solid var(--border-subtle);
	background: var(--bg-card);
}

.zf-stat-num {
	font-size: 2rem;
	font-weight: 800;
	background: linear-gradient(135deg, var(--accent), #ffd27a);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	display: block;
	margin-bottom: 0.35rem;
}

.zf-stat p {
	margin: 0;
	font-size: 0.88rem;
	color: var(--text-muted);
}

/* Feature rows */
.zf-feature {
	display: grid;
	gap: 2rem;
	align-items: center;
	margin-bottom: 4rem;
}

.zf-feature:last-child {
	margin-bottom: 0;
}

@media (min-width: 900px) {
	.zf-feature {
		grid-template-columns: 1fr 1fr;
	}

	.zf-feature.zf-feature-reverse .zf-feature-text {
		order: 2;
	}

	.zf-feature.zf-feature-reverse .zf-feature-media {
		order: 1;
	}
}

.zf-feature h3 {
	font-size: 1.5rem;
	font-weight: 800;
	margin: 0 0 0.75rem;
	letter-spacing: -0.02em;
}

.zf-feature ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.zf-feature li {
	position: relative;
	padding-left: 1.35rem;
	margin-bottom: 0.65rem;
	color: var(--text-muted);
	font-size: 0.95rem;
}

.zf-feature li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--accent);
	font-weight: 700;
	font-size: 0.85rem;
}

.zf-feature-media {
	border-radius: var(--radius-lg);
	overflow: hidden;
	border: 1px solid var(--border-subtle);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.zf-feature-media img {
	width: 100%;
	aspect-ratio: 16/10;
	object-fit: cover;
}

/* Logo cloud */
.zf-logos {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.5rem;
	justify-content: center;
	align-items: center;
	opacity: 0.75;
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--text-muted);
}

.zf-logos span {
	padding: 0.4rem 0.85rem;
	border-radius: 999px;
	border: 1px solid var(--border-subtle);
	background: var(--bg-card);
}

/* Testimonials */
.zf-testimonials {
	display: grid;
	gap: 1.25rem;
}

@media (min-width: 720px) {
	.zf-testimonials {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1100px) {
	.zf-testimonials {
		grid-template-columns: repeat(3, 1fr);
	}
}

.zf-tquote {
	padding: 1.5rem;
	border-radius: var(--radius);
	background: var(--bg-card);
	border: 1px solid var(--border-subtle);
	font-size: 0.92rem;
	color: var(--text-muted);
}

.zf-tquote blockquote {
	margin: 0 0 1rem;
	font-style: italic;
	color: var(--text);
	line-height: 1.55;
}

.zf-tquote cite {
	font-style: normal;
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--text);
}

/* Ease / pricing teaser */
.zf-ease-grid {
	display: grid;
	gap: 1.25rem;
}

@media (min-width: 800px) {
	.zf-ease-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.zf-ease {
	padding: 2rem 1.5rem;
	border-radius: var(--radius-lg);
	border: 1px solid var(--border-subtle);
	text-align: center;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent);
}

.zf-ease h3 {
	margin: 0 0 0.5rem;
	font-size: 1.15rem;
}

.zf-ease p {
	margin: 0;
	color: var(--text-muted);
	font-size: 0.92rem;
}

/* Footer */
.zf-footer {
	padding: 3rem 0 2rem;
	border-top: 1px solid var(--border-subtle);
	margin-top: 2rem;
}

.zf-footer-grid {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	align-items: center;
	text-align: center;
}

@media (min-width: 768px) {
	.zf-footer-grid {
		flex-direction: row;
		justify-content: space-between;
		text-align: left;
	}
}

.zf-footer-copy {
	font-size: 0.85rem;
	color: var(--text-muted);
}

.zf-footer-links {
	display: flex;
	gap: 1.25rem;
	font-size: 0.88rem;
	color: var(--text-muted);
}

.zf-footer-links a:hover {
	color: var(--text);
}

.zf-final-cta {
	text-align: center;
	padding: 4rem 1.5rem;
	border-radius: var(--radius-lg);
	background: linear-gradient(135deg, rgba(61, 90, 254, 0.25), rgba(255, 107, 53, 0.12));
	border: 1px solid var(--border-subtle);
}

.zf-final-cta h2 {
	margin: 0 0 0.75rem;
	font-size: clamp(1.6rem, 3vw, 2.1rem);
}

.zf-final-cta p {
	margin: 0 0 1.5rem;
	color: var(--text-muted);
}

/* Screen reader */
.zf-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Mobile navigation */
.zf-nav-toggle {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--border-subtle);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.04);
	cursor: pointer;
}

.zf-nav-toggle-bar {
	display: block;
	height: 2px;
	width: 20px;
	margin: 0 auto;
	background: var(--text);
	border-radius: 2px;
}

@media (min-width: 900px) {
	.zf-nav-toggle {
		display: none;
	}
}

@media (max-width: 899px) {
	.zf-header-inner {
		flex-wrap: wrap;
	}

	.zf-nav {
		display: none;
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 0.75rem;
		padding: 0.75rem 0 0.25rem;
		border-top: 1px solid var(--border-subtle);
		margin-top: 0.5rem;
	}

	.zf-nav.is-open {
		display: flex;
	}
}

/* Tabbed feature band (Bigin-style) */
.zf-tabs-section {
	position: relative;
	padding: 4rem 0 4.5rem;
	background: #1ebe6b;
	color: #0b1f12;
}

.zf-tabs-wrap {
	position: relative;
}

.zf-tabs-heading {
	margin: 0 auto 1.5rem;
	max-width: 900px;
	text-align: center;
	font-size: clamp(1.6rem, 3vw, 2.25rem);
	font-weight: 800;
	color: #fff;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.zf-tablist-main {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
	margin: 0 0 1.75rem;
}

.zf-tab {
	border: 1px solid rgba(255, 255, 255, 0.75);
	color: #fff;
	background: transparent;
	padding: 0.55rem 1.1rem;
	border-radius: 999px;
	cursor: pointer;
	font-weight: 600;
	font-size: 0.88rem;
	font-family: inherit;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.zf-tab:hover {
	background: rgba(255, 255, 255, 0.12);
}

.zf-tab[aria-selected="true"] {
	background: #0a1f44;
	border-color: #0a1f44;
	color: #fff;
}

.zf-tab-panel {
	margin-top: 0.5rem;
}

.zf-tab-panel-card {
	background: #fff8e7;
	border-radius: var(--radius-lg);
	padding: 1.75rem;
	display: grid;
	gap: 1.5rem;
	color: #111;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

@media (min-width: 900px) {
	.zf-tab-panel-card {
		grid-template-columns: 1fr 1fr;
		align-items: center;
	}
}

.zf-tab-panel-text h3 {
	margin: 0 0 1rem;
	font-size: clamp(1.35rem, 2.2vw, 1.75rem);
	font-weight: 800;
	letter-spacing: -0.02em;
}

.zf-tab-bullets {
	margin: 0 0 1.25rem;
	padding: 0;
	list-style: none;
}

.zf-tab-bullets li {
	position: relative;
	padding-left: 1.35rem;
	margin-bottom: 0.65rem;
	font-size: 0.98rem;
	color: #333;
	line-height: 1.55;
}

.zf-tab-bullets li::before {
	content: "✦";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 0.75rem;
	color: #111;
}

.zf-tab-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.55rem 1.15rem;
	border-radius: 999px;
	border: 1px solid #111;
	color: #111;
	font-weight: 600;
	font-size: 0.9rem;
}

.zf-tab-cta:hover {
	background: #111;
	color: #fff;
}

.zf-tab-panel-media img {
	width: 100%;
	border-radius: 14px;
	object-fit: cover;
	aspect-ratio: 16 / 10;
}

.zf-tab-dots {
	display: flex;
	justify-content: flex-end;
	gap: 0.45rem;
	margin-top: 0.85rem;
}

.zf-tab-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #111;
	background: transparent;
	padding: 0;
	cursor: pointer;
}

.zf-tab-dot.is-active {
	background: #111;
}

.zf-tab-arrows {
	pointer-events: none;
}

.zf-tab-arrow {
	pointer-events: auto;
	position: absolute;
	top: 58%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.55);
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
	font-size: 1.1rem;
	cursor: pointer;
	display: none;
}

@media (min-width: 1100px) {
	.zf-tab-arrow {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.zf-tab-arrow-prev {
		left: -0.25rem;
	}

	.zf-tab-arrow-next {
		right: -0.25rem;
	}
}

/* Light interior pages */
body.zf-light-skin {
	background: #fff;
	color: #1a1a1a;
}

body.zf-light-skin .zf-header {
	background: rgba(255, 255, 255, 0.95);
	border-bottom-color: #e8e8e8;
}

body.zf-light-skin .zf-logo {
	color: #111;
}

body.zf-light-skin .zf-nav a {
	color: #444;
}

body.zf-light-skin .zf-nav a:hover {
	color: #111;
}

body.zf-light-skin .zf-nav-toggle {
	background: #f5f5f5;
	border-color: #ddd;
}

body.zf-light-skin .zf-nav-toggle-bar {
	background: #111;
}

body.zf-light-skin .zf-footer {
	border-top-color: #e8e8e8;
}

.zf-page {
	padding: 2.5rem 0 4rem;
}

.zf-page-title {
	margin: 0 0 1.5rem;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 800;
	letter-spacing: -0.03em;
}

.zf-prose {
	max-width: 860px;
}

.zf-prose-block {
	margin-bottom: 2.5rem;
}

.zf-prose-block h2 {
	margin: 0 0 0.75rem;
	font-size: 1.35rem;
	font-weight: 800;
}

.zf-prose-block p,
.zf-prose-block li {
	color: #3a3a3a;
}

.zf-prose-block ul {
	margin: 0.5rem 0 0;
	padding-left: 1.25rem;
}

.zf-prose-block li + li {
	margin-top: 0.35rem;
}

/* Simple footer */
.zf-footer-simple {
	padding: 1.75rem 0;
	margin-top: 0;
}

body.zf-light-skin .zf-footer-copy,
body.zf-light-skin .zf-footer-links {
	color: #555;
}

body.zf-light-skin .zf-footer-links a:hover {
	color: #111;
}

/* Contact form */
.zf-contact-layout {
	max-width: 640px;
	margin: 0 auto;
}

.zf-contact-heading {
	text-align: center;
	font-size: clamp(1.15rem, 2.4vw, 1.45rem);
	font-weight: 800;
	letter-spacing: 0.04em;
	margin: 0 0 2rem;
}

.zf-contact-form .zf-field {
	display: block;
	margin-bottom: 1rem;
}

.zf-contact-form input,
.zf-contact-form textarea {
	width: 100%;
	padding: 0.85rem 1rem;
	border: none;
	border-radius: 0;
	background: #f2f2f2;
	color: #111;
	font-size: 1rem;
	font-family: inherit;
}

.zf-contact-form textarea {
	resize: vertical;
	min-height: 140px;
}

.zf-contact-submit {
	margin-top: 0.5rem;
	padding: 0.85rem 2.5rem;
	background: #ff5e14;
	color: #fff;
	border: none;
	font-weight: 800;
	letter-spacing: 0.06em;
	font-size: 0.95rem;
	cursor: pointer;
	font-family: inherit;
}

.zf-contact-submit:hover {
	filter: brightness(1.05);
}

.zf-alert {
	padding: 0.85rem 1rem;
	margin: 0 0 1.25rem;
	border-radius: 8px;
	font-size: 0.95rem;
}

.zf-alert-success {
	background: #e8f7ef;
	color: #0d4d2a;
	border: 1px solid #b7e2c8;
}

.zf-alert-error {
	background: #fdeaea;
	color: #6b0f0f;
	border: 1px solid #f0b4b4;
}

/* ===== Marketing subpage Bigin-style components ===== */

.zf-page-hero {
	position: relative;
	padding: 4rem 0 3rem;
	background: linear-gradient(180deg, #f5f8ff 0%, #ffffff 100%);
	border-bottom: 1px solid #eef1f6;
	overflow: hidden;
}

.zf-page-hero::before {
	content: "";
	position: absolute;
	inset: -30% -20% auto;
	height: 80%;
	background: radial-gradient(ellipse at 70% 10%, rgba(255, 107, 53, 0.12), transparent 55%),
		radial-gradient(ellipse at 20% 30%, rgba(61, 90, 254, 0.12), transparent 50%);
	pointer-events: none;
	z-index: 0;
}

.zf-page-hero-inner {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 760px;
	margin: 0 auto;
}

.zf-page-hero .zf-eyebrow {
	color: #ff5e14;
}

.zf-page-hero h1 {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
	margin: 0 0 1rem;
	color: #0b1530;
}

.zf-page-hero p {
	margin: 0 auto;
	max-width: 620px;
	font-size: 1.05rem;
	color: #4a5568;
	line-height: 1.65;
}

body.zf-light-skin .zf-section-tag {
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #ff5e14;
	margin-bottom: 0.85rem;
}

body.zf-light-skin .zf-section-title {
	font-size: clamp(1.6rem, 3vw, 2.15rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	color: #0b1530;
	margin: 0 0 0.75rem;
	line-height: 1.2;
}

body.zf-light-skin .zf-section-lead {
	color: #4a5568;
	font-size: 1.02rem;
	max-width: 640px;
	margin: 0 auto 2.5rem;
	line-height: 1.6;
}

/* Light-skin section wrapper */
.zf-light-section {
	padding: 4rem 0;
}

.zf-light-section-alt {
	background: #f7f9fc;
	border-block: 1px solid #eef1f6;
}

.zf-light-section .zf-section-head {
	text-align: center;
	margin-bottom: 2.5rem;
}

/* Icon card grids */
.zf-icard-grid {
	display: grid;
	gap: 1.25rem;
}

@media (min-width: 640px) {
	.zf-icard-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 960px) {
	.zf-icard-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.zf-icard {
	padding: 1.5rem;
	border-radius: 16px;
	background: #fff;
	border: 1px solid #e8ecf2;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.zf-icard:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 28px rgba(11, 21, 48, 0.08);
	border-color: #d6dce6;
}

.zf-icard-icon {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	margin-bottom: 1rem;
	background: linear-gradient(135deg, rgba(255, 107, 53, 0.14), rgba(61, 90, 254, 0.14));
}

.zf-icard-icon.is-blue {
	background: linear-gradient(135deg, rgba(61, 90, 254, 0.18), rgba(61, 90, 254, 0.05));
}

.zf-icard-icon.is-orange {
	background: linear-gradient(135deg, rgba(255, 107, 53, 0.22), rgba(255, 107, 53, 0.05));
}

.zf-icard h3 {
	margin: 0 0 0.5rem;
	font-size: 1.08rem;
	font-weight: 800;
	color: #0b1530;
	letter-spacing: -0.01em;
}

.zf-icard p,
.zf-icard ul {
	margin: 0;
	color: #4a5568;
	font-size: 0.92rem;
	line-height: 1.55;
}

.zf-icard ul {
	padding-left: 1rem;
}

.zf-icard li + li {
	margin-top: 0.3rem;
}

/* Two-column comparison (good for / less ideal for) */
.zf-compare {
	display: grid;
	gap: 1.5rem;
}

@media (min-width: 800px) {
	.zf-compare {
		grid-template-columns: 1fr 1fr;
	}
}

.zf-compare-card {
	padding: 1.75rem;
	border-radius: 18px;
	background: #fff;
	border: 1px solid #e8ecf2;
}

.zf-compare-card.is-positive {
	border-top: 4px solid #1ebe6b;
}

.zf-compare-card.is-negative {
	border-top: 4px solid #d63939;
}

.zf-compare-card h3 {
	margin: 0 0 1rem;
	font-size: 1.15rem;
	font-weight: 800;
	color: #0b1530;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.zf-compare-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.zf-compare-card li {
	position: relative;
	padding-left: 1.7rem;
	margin-bottom: 0.55rem;
	color: #3a3a3a;
	font-size: 0.95rem;
	line-height: 1.5;
}

.zf-compare-card.is-positive li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	width: 1.25rem;
	height: 1.25rem;
	color: #1ebe6b;
	font-weight: 800;
}

.zf-compare-card.is-negative li::before {
	content: "✕";
	position: absolute;
	left: 0;
	top: 0;
	width: 1.25rem;
	height: 1.25rem;
	color: #d63939;
	font-weight: 800;
}

/* Mission / lead banner */
.zf-leadband {
	max-width: 880px;
	margin: 0 auto;
	text-align: center;
	font-size: clamp(1.1rem, 1.8vw, 1.35rem);
	line-height: 1.55;
	color: #1a2540;
	font-weight: 500;
}

.zf-leadband strong {
	color: #ff5e14;
	font-weight: 800;
}

/* Final CTA band (light) */
.zf-cta-band {
	padding: 4rem 1.5rem;
	border-radius: 22px;
	background: linear-gradient(135deg, #0a1f44 0%, #1a3580 100%);
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.zf-cta-band::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 85% 20%, rgba(255, 107, 53, 0.25), transparent 50%),
		radial-gradient(circle at 15% 80%, rgba(61, 90, 254, 0.3), transparent 50%);
	pointer-events: none;
}

.zf-cta-band > * {
	position: relative;
}

.zf-cta-band h2 {
	font-size: clamp(1.5rem, 2.8vw, 2.1rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0 0 0.75rem;
	color: #fff;
}

.zf-cta-band p {
	margin: 0 0 1.75rem;
	color: rgba(255, 255, 255, 0.8);
	font-size: 1rem;
	max-width: 560px;
	margin-inline: auto;
	margin-bottom: 1.75rem;
}

.zf-cta-band .zf-btn-primary {
	background: linear-gradient(135deg, #ff6b35, #ff8f57);
	color: #0a0f18;
}

.zf-cta-band .zf-btn-ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.4);
	color: #fff;
}

.zf-cta-band .zf-btn-ghost:hover {
	background: rgba(255, 255, 255, 0.1);
}

.zf-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
}

/* Highlight stat row */
.zf-highlight-row {
	display: grid;
	gap: 1rem;
}

@media (min-width: 640px) {
	.zf-highlight-row {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 960px) {
	.zf-highlight-row {
		grid-template-columns: repeat(4, 1fr);
	}
}

.zf-highlight {
	padding: 1.5rem 1.25rem;
	border-radius: 14px;
	background: #fff;
	border: 1px solid #e8ecf2;
	text-align: center;
}

.zf-highlight-num {
	display: block;
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	background: linear-gradient(135deg, #ff5e14, #ff9b6a);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	margin-bottom: 0.35rem;
}

.zf-highlight p {
	margin: 0;
	font-size: 0.88rem;
	color: #4a5568;
	line-height: 1.4;
}

/* Contact page polish */
body.zf-light-skin .zf-page-contact {
	background: linear-gradient(180deg, #f5f8ff 0%, #ffffff 60%);
}

.zf-contact-shell {
	max-width: 680px;
	margin: 0 auto;
	background: #fff;
	border-radius: 22px;
	border: 1px solid #e8ecf2;
	box-shadow: 0 20px 60px rgba(11, 21, 48, 0.08);
	padding: 2.5rem 2rem;
}

@media (min-width: 720px) {
	.zf-contact-shell {
		padding: 3rem 3rem;
	}
}

.zf-contact-shell .zf-contact-heading {
	margin-bottom: 0.5rem;
}

.zf-contact-sub {
	text-align: center;
	color: #4a5568;
	margin: 0 0 2rem;
	font-size: 0.98rem;
}

/* CF7 styling overrides — match the rest of the form */
.zf-contact-shell .wpcf7 {
	margin: 0;
}

.zf-contact-shell .wpcf7-form p {
	margin: 0 0 1rem;
}

.zf-contact-shell .wpcf7-form-control:not([type="submit"]):not(.wpcf7-submit) {
	width: 100%;
	padding: 0.85rem 1rem;
	border: 1px solid #e2e6ee;
	border-radius: 8px;
	background: #f7f9fc;
	color: #111;
	font-size: 1rem;
	font-family: inherit;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.zf-contact-shell .wpcf7-form-control:not([type="submit"]):not(.wpcf7-submit):focus {
	outline: none;
	border-color: #ff5e14;
	background: #fff;
}

.zf-contact-shell .wpcf7-textarea {
	min-height: 140px;
	resize: vertical;
}

.zf-contact-shell .wpcf7-submit {
	margin-top: 0.5rem;
	padding: 0.95rem 2.75rem;
	background: linear-gradient(135deg, #ff5e14, #ff8f57);
	color: #fff;
	border: none;
	border-radius: 999px;
	font-weight: 800;
	letter-spacing: 0.06em;
	font-size: 0.95rem;
	cursor: pointer;
	font-family: inherit;
	box-shadow: 0 8px 24px rgba(255, 94, 20, 0.3);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.zf-contact-shell .wpcf7-submit:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 30px rgba(255, 94, 20, 0.4);
}

.zf-contact-shell .wpcf7-not-valid-tip {
	color: #d63939;
	font-size: 0.85rem;
	margin-top: 0.25rem;
}

.zf-contact-shell .wpcf7-response-output {
	border-radius: 8px;
	padding: 0.85rem 1rem;
	font-size: 0.95rem;
}

.zf-contact-shell .wpcf7 form.invalid .wpcf7-response-output,
.zf-contact-shell .wpcf7 form.unaccepted .wpcf7-response-output {
	background: #fdeaea;
	color: #6b0f0f;
	border-color: #f0b4b4;
}

.zf-contact-shell .wpcf7 form.sent .wpcf7-response-output {
	background: #e8f7ef;
	color: #0d4d2a;
	border-color: #b7e2c8;
}

/* Polish: contact info row */
.zf-contact-info {
	display: grid;
	gap: 1rem;
	margin: 2.5rem 0 0;
}

@media (min-width: 640px) {
	.zf-contact-info {
		grid-template-columns: repeat(3, 1fr);
	}
}

.zf-contact-info-item {
	text-align: center;
	padding: 1.25rem 1rem;
	border-radius: 12px;
	background: #fff;
	border: 1px solid #e8ecf2;
}

.zf-contact-info-item strong {
	display: block;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #ff5e14;
	margin-bottom: 0.35rem;
}

.zf-contact-info-item span {
	color: #1a2540;
	font-size: 0.95rem;
}

/* ===== Homepage Bigin-style sections (dark skin) ===== */

/* Customer success metrics */
.zf-metrics {
	display: grid;
	gap: 1.25rem;
}

@media (min-width: 640px) {
	.zf-metrics {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 960px) {
	.zf-metrics {
		grid-template-columns: repeat(4, 1fr);
	}
}

.zf-metric {
	padding: 1.75rem 1.25rem;
	border-radius: var(--radius-lg);
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
	border: 1px solid var(--border-subtle);
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	transition: transform 0.18s ease, border-color 0.18s ease;
}

.zf-metric:hover {
	transform: translateY(-3px);
	border-color: rgba(255, 107, 53, 0.4);
}

.zf-metric-num {
	font-size: 2.25rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	background: linear-gradient(135deg, var(--accent), #ffd27a);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	line-height: 1;
}

.zf-metric-label {
	font-size: 0.95rem;
	color: var(--text);
	font-weight: 600;
}

.zf-metric-company {
	font-size: 0.8rem;
	color: var(--text-muted);
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

/* Third-party ratings row */
.zf-ratings {
	display: grid;
	gap: 1rem;
}

@media (min-width: 640px) {
	.zf-ratings {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 960px) {
	.zf-ratings {
		grid-template-columns: repeat(4, 1fr);
	}
}

.zf-rating {
	padding: 1.25rem;
	border-radius: var(--radius);
	background: var(--bg-card);
	border: 1px solid var(--border-subtle);
	text-align: center;
}

.zf-rating-score {
	font-size: 1.6rem;
	font-weight: 800;
	color: var(--text);
	letter-spacing: -0.01em;
	margin-bottom: 0.25rem;
}

.zf-rating-score span {
	font-size: 1rem;
	color: var(--text-muted);
	font-weight: 600;
}

.zf-rating-platform {
	font-size: 0.85rem;
	color: var(--text-muted);
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.zf-rating-stars {
	color: #ffc107;
	font-size: 0.85rem;
	letter-spacing: 0.1em;
	margin-top: 0.35rem;
}

/* Feature deep-dive blocks (alternating left/right) */
.zf-deepdive {
	display: grid;
	gap: 2.5rem;
	align-items: center;
	margin-bottom: 5rem;
	position: relative;
}

.zf-deepdive:last-child {
	margin-bottom: 0;
}

@media (min-width: 900px) {
	.zf-deepdive {
		grid-template-columns: 1fr 1fr;
		gap: 4rem;
	}

	.zf-deepdive.is-reverse .zf-deepdive-text {
		order: 2;
	}

	.zf-deepdive.is-reverse .zf-deepdive-media {
		order: 1;
	}
}

.zf-deepdive-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--accent);
	margin-bottom: 0.75rem;
}

.zf-deepdive-eyebrow-mark {
	width: 28px;
	height: 2px;
	background: var(--accent);
	display: inline-block;
}

.zf-deepdive h3 {
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	margin: 0 0 1rem;
	line-height: 1.2;
}

.zf-deepdive-lead {
	color: var(--text-muted);
	font-size: 1rem;
	margin: 0 0 1.5rem;
	line-height: 1.65;
}

.zf-deepdive-bullets {
	list-style: none;
	padding: 0;
	margin: 0 0 1.75rem;
}

.zf-deepdive-bullets li {
	position: relative;
	padding-left: 1.85rem;
	margin-bottom: 0.85rem;
	color: var(--text);
	font-size: 0.96rem;
	line-height: 1.55;
}

.zf-deepdive-bullets li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.45rem;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background: var(--accent-soft);
	border: 1.5px solid var(--accent);
}

.zf-deepdive-bullets li::after {
	content: "✓";
	position: absolute;
	left: 0.32rem;
	top: 0.32rem;
	color: var(--accent);
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1;
}

.zf-deepdive-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: var(--accent);
	font-weight: 700;
	font-size: 0.95rem;
}

.zf-deepdive-cta:hover {
	color: #ffb347;
}

.zf-deepdive-cta::after {
	content: "→";
	transition: transform 0.15s ease;
}

.zf-deepdive-cta:hover::after {
	transform: translateX(3px);
}

.zf-deepdive-media {
	position: relative;
	border-radius: var(--radius-lg);
	overflow: hidden;
	border: 1px solid var(--border-subtle);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.zf-deepdive-media::before {
	content: "";
	position: absolute;
	inset: -2px;
	background: linear-gradient(135deg, var(--blue-soft), var(--accent-soft));
	border-radius: var(--radius-lg);
	z-index: -1;
}

.zf-deepdive-media img {
	width: 100%;
	aspect-ratio: 16/11;
	object-fit: cover;
	display: block;
}

/* Testimonials carousel/grid */
.zf-tgrid {
	display: grid;
	gap: 1.25rem;
}

@media (min-width: 720px) {
	.zf-tgrid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1080px) {
	.zf-tgrid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.zf-tcard {
	padding: 1.75rem;
	border-radius: var(--radius-lg);
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
	border: 1px solid var(--border-subtle);
	display: flex;
	flex-direction: column;
	gap: 1rem;
	transition: transform 0.18s ease, border-color 0.18s ease;
}

.zf-tcard:hover {
	transform: translateY(-3px);
	border-color: rgba(255, 107, 53, 0.35);
}

.zf-tcard-mark {
	font-size: 2.5rem;
	line-height: 1;
	font-weight: 800;
	color: var(--accent);
	font-family: Georgia, serif;
	margin-bottom: -0.5rem;
}

.zf-tcard blockquote {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.6;
	color: var(--text);
	font-style: normal;
	flex: 1;
}

.zf-tcard-author {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	padding-top: 1rem;
	border-top: 1px solid var(--border-subtle);
}

.zf-tcard-avatar {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--accent), var(--blue));
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 800;
	font-size: 1rem;
	flex-shrink: 0;
}

.zf-tcard-meta {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	font-size: 0.85rem;
}

.zf-tcard-name {
	font-weight: 700;
	color: var(--text);
}

.zf-tcard-role {
	color: var(--text-muted);
	font-size: 0.8rem;
}

/* Trust factors row */
.zf-trust {
	display: grid;
	gap: 1.25rem;
}

@media (min-width: 800px) {
	.zf-trust {
		grid-template-columns: repeat(3, 1fr);
	}
}

.zf-trust-card {
	padding: 2.25rem 1.75rem;
	border-radius: var(--radius-lg);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
	border: 1px solid var(--border-subtle);
	text-align: center;
	transition: transform 0.18s ease;
}

.zf-trust-card:hover {
	transform: translateY(-4px);
}

.zf-trust-icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 1.25rem;
	border-radius: 18px;
	background: linear-gradient(135deg, var(--accent-soft), var(--blue-soft));
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
}

.zf-trust-card h3 {
	font-size: 1.2rem;
	font-weight: 800;
	margin: 0 0 0.6rem;
	letter-spacing: -0.02em;
}

.zf-trust-card p {
	margin: 0;
	color: var(--text-muted);
	font-size: 0.94rem;
	line-height: 1.55;
}

.zf-trust-price {
	display: inline-block;
	margin-top: 0.85rem;
	padding: 0.3rem 0.75rem;
	border-radius: 999px;
	background: var(--accent-soft);
	color: var(--accent);
	font-weight: 700;
	font-size: 0.85rem;
	letter-spacing: 0.04em;
}

/* Final dark CTA band */
.zf-final-band {
	padding: 4rem 1.5rem;
	border-radius: var(--radius-lg);
	background: linear-gradient(135deg, rgba(61, 90, 254, 0.3) 0%, rgba(255, 107, 53, 0.18) 100%);
	border: 1px solid var(--border-subtle);
	text-align: center;
	position: relative;
	overflow: hidden;
}

.zf-final-band::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at 80% 20%, rgba(255, 107, 53, 0.25), transparent 55%),
		radial-gradient(ellipse at 20% 80%, rgba(61, 90, 254, 0.3), transparent 55%);
	pointer-events: none;
}

.zf-final-band > * {
	position: relative;
}

.zf-final-band h2 {
	font-size: clamp(1.75rem, 3vw, 2.4rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	margin: 0 0 0.85rem;
}

.zf-final-band p {
	margin: 0 0 1.75rem;
	color: var(--text);
	opacity: 0.85;
	font-size: 1.05rem;
	max-width: 580px;
	margin-inline: auto;
	margin-bottom: 1.75rem;
}

.zf-final-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
}

/* Mid-page trial strip with CTAs */
.zf-trial-strip {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	padding: 2rem 1.5rem;
	border-radius: var(--radius-lg);
	background: linear-gradient(90deg, var(--blue-soft), var(--accent-soft));
	border: 1px solid var(--border-subtle);
	text-align: center;
}

@media (min-width: 720px) {
	.zf-trial-strip {
		flex-direction: row;
		justify-content: space-between;
		text-align: left;
	}
}

.zf-trial-strip-text {
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.zf-trial-strip-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

/* Section heading variant: left-aligned with eyebrow */
.zf-section-head.is-left {
	text-align: left;
	max-width: none;
	margin: 0 0 2.5rem;
}

/* Bigger hero headline for new hero */
.zf-hero h1 {
	font-size: clamp(2.4rem, 5vw, 3.75rem);
}

.zf-hero-lead {
	font-size: 1.15rem;
	max-width: 38ch;
}

/* ===== Light-skin overrides for homepage components ===== */

body.zf-light-skin .zf-hero {
	background: linear-gradient(180deg, #f5f8ff 0%, #ffffff 100%);
}

body.zf-light-skin .zf-hero::before {
	background: radial-gradient(ellipse at 50% 0%, rgba(61, 90, 254, 0.1), transparent 55%),
		radial-gradient(ellipse at 80% 20%, rgba(255, 107, 53, 0.08), transparent 45%);
}

body.zf-light-skin .zf-hero h1 {
	color: #0b1530;
}

body.zf-light-skin .zf-hero h1 span {
	background: linear-gradient(90deg, #ff5e14, #ffb347);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

body.zf-light-skin .zf-hero-lead,
body.zf-light-skin .zf-hero-note {
	color: #4a5568;
}

body.zf-light-skin .zf-btn-ghost {
	border-color: #d6dce6;
	color: #0b1530;
	background: #fff;
}

body.zf-light-skin .zf-btn-ghost:hover {
	background: #f5f8ff;
	border-color: #ff5e14;
}

body.zf-light-skin .zf-hero-visual {
	background: #fff;
	border-color: #e8ecf2;
	box-shadow: 0 24px 60px rgba(11, 21, 48, 0.12);
}

/* Strip + sections */
body.zf-light-skin .zf-strip {
	background: #f7f9fc;
	border-color: #eef1f6;
}

body.zf-light-skin .zf-quote {
	color: #4a5568;
}

body.zf-light-skin .zf-quote strong {
	color: #0b1530;
}

body.zf-light-skin .zf-section-alt {
	background: #f7f9fc;
}

body.zf-light-skin .zf-section-head h2 {
	color: #0b1530;
}

body.zf-light-skin .zf-section-head p {
	color: #4a5568;
}


/* Cards (template grid + pipeline use-cases) */
body.zf-light-skin .zf-card {
	background: #fff;
	border-color: #e8ecf2;
}

body.zf-light-skin .zf-card:hover {
	background: #fff;
	border-color: #ff5e14;
	box-shadow: 0 12px 28px rgba(11, 21, 48, 0.08);
}

body.zf-light-skin .zf-card h3 {
	color: #0b1530;
}

body.zf-light-skin .zf-card p {
	color: #4a5568;
}

body.zf-light-skin .zf-card-icon {
	background: rgba(61, 90, 254, 0.12);
}

/* Trial strip + integrations + logo cloud */
body.zf-light-skin .zf-trial-strip {
	background: linear-gradient(90deg, rgba(61, 90, 254, 0.08), rgba(255, 107, 53, 0.08));
	border-color: #e8ecf2;
	color: #0b1530;
}

body.zf-light-skin .zf-logos {
	color: #4a5568;
	opacity: 1;
}

body.zf-light-skin .zf-logos span {
	background: #fff;
	border-color: #e8ecf2;
	color: #1a2540;
}

/* Deep-dive feature blocks */
body.zf-light-skin .zf-deepdive h3 {
	color: #0b1530;
}

body.zf-light-skin .zf-deepdive-lead {
	color: #4a5568;
}

body.zf-light-skin .zf-deepdive-bullets li {
	color: #1a2540;
}

body.zf-light-skin .zf-deepdive-bullets li::before {
	background: rgba(255, 107, 53, 0.15);
	border-color: #ff5e14;
}

body.zf-light-skin .zf-deepdive-eyebrow,
body.zf-light-skin .zf-deepdive-cta {
	color: #ff5e14;
}

body.zf-light-skin .zf-deepdive-eyebrow-mark {
	background: #ff5e14;
}

body.zf-light-skin .zf-deepdive-media {
	background: #fff;
	border-color: #e8ecf2;
	box-shadow: 0 20px 50px rgba(11, 21, 48, 0.1);
}

/* Testimonials grid */
body.zf-light-skin .zf-tcard {
	background: #fff;
	border-color: #e8ecf2;
}

body.zf-light-skin .zf-tcard:hover {
	border-color: #ff5e14;
	box-shadow: 0 12px 28px rgba(11, 21, 48, 0.08);
}

body.zf-light-skin .zf-tcard blockquote {
	color: #1a2540;
}

body.zf-light-skin .zf-tcard-author {
	border-top-color: #eef1f6;
}

body.zf-light-skin .zf-tcard-name {
	color: #0b1530;
}

body.zf-light-skin .zf-tcard-role {
	color: #4a5568;
}

/* Trust cards */
body.zf-light-skin .zf-trust-card {
	background: #fff;
	border-color: #e8ecf2;
}

body.zf-light-skin .zf-trust-card h3 {
	color: #0b1530;
}

body.zf-light-skin .zf-trust-card p {
	color: #4a5568;
}

/* Section eyebrow accent on light bg */
body.zf-light-skin .zf-eyebrow {
	color: #ff5e14;
}
