/*
Theme Name: Zafiro Crédito Pro
Theme URI: https://zafirocredito.com.br/
Author: Zafiro Crédito
Author URI: https://zafirocredito.com.br/
Description: Tema WordPress clássico, responsivo e institucional para a Zafiro Crédito, com identidade visual tecnológica, transições profissionais e foco em conversão por WhatsApp.
Version: 13.0.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zafiro-credito
Tags: custom-logo, custom-menu, featured-images, responsive-layout, accessibility-ready
*/

:root {
	--zf-navy-950: #020d1c;
	--zf-navy-900: #03162e;
	--zf-navy-800: #06264b;
	--zf-navy-700: #064780;
	--zf-blue-600: #075aa0;
	--zf-blue-500: #0b74d1;
	--zf-cyan-400: #59c8f4;
	--zf-cyan-300: #7fe3ff;
	--zf-green-500: #1fd16a;
	--zf-white: #ffffff;
	--zf-snow: #f7fbff;
	--zf-ice: #edf5fb;
	--zf-line: rgba(125, 201, 245, .22);
	--zf-text: #0a1730;
	--zf-muted: #61708a;
	--zf-shadow: 0 24px 70px rgba(3, 22, 46, .18);
	--zf-shadow-soft: 0 16px 50px rgba(3, 22, 46, .10);
	--zf-radius-xl: 34px;
	--zf-radius-lg: 24px;
	--zf-radius-md: 18px;
	--zf-radius-sm: 12px;
	--zf-container: 1180px;
	--zf-header-height: 88px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--zf-snow);
	color: var(--zf-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.zf-nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

::selection { background: rgba(89, 200, 244, .32); }

.screen-reader-text,
.skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.skip-link:focus {
	z-index: 9999;
	left: 18px;
	top: 18px;
	width: auto;
	height: auto;
	clip: auto;
	padding: 12px 18px;
	background: var(--zf-white);
	border-radius: 12px;
	box-shadow: var(--zf-shadow);
}

.zf-container {
	width: min(calc(100% - 40px), var(--zf-container));
	margin-inline: auto;
}

.zf-site-header {
	position: fixed;
	z-index: 100;
	top: 16px;
	left: 0;
	width: 100%;
	pointer-events: none;
}
.zf-header-shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	min-height: 74px;
	padding: 12px 14px 12px 22px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 999px;
	background: rgba(3, 22, 46, .68);
	backdrop-filter: blur(20px);
	box-shadow: 0 20px 70px rgba(0, 0, 0, .24);
	pointer-events: auto;
	transition: background .28s ease, border-color .28s ease, transform .28s ease;
}
.zf-site-header.is-scrolled .zf-header-shell {
	background: rgba(2, 13, 28, .92);
	border-color: rgba(127, 227, 255, .22);
	transform: translateY(-3px);
}
.zf-brand {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	min-width: 220px;
	flex: 0 0 220px;
}
.zf-brand-link {
	display: inline-flex;
	align-items: center;
}
.zf-brand img,
.custom-logo-link img {
	width: auto;
	height: 54px;
	object-fit: contain;
	display: block;
}
.zf-nav { display: flex; align-items: center; justify-content: center; flex: 1 1 auto; }
.zf-menu {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0;
}
.zf-menu a {
	display: inline-flex;
	align-items: center;
	padding: 10px 13px;
	border-radius: 999px;
	color: rgba(255, 255, 255, .82);
	font-size: 14px;
	font-weight: 650;
	letter-spacing: -.01em;
	transition: color .22s ease, background .22s ease, transform .22s ease;
}
.zf-menu a:hover,
.zf-menu a:focus-visible {
	color: var(--zf-white);
	background: rgba(127, 227, 255, .12);
	transform: translateY(-1px);
}
.zf-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	min-width: 250px;
	flex: 0 0 auto;
}
.zf-social-links {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.zf-social-link {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,.16);
	background: rgba(255,255,255,.08);
	color: #ffffff;
	transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.zf-social-link svg {
	width: 20px;
	height: 20px;
	display: block;
}
.zf-social-link--instagram svg rect,
.zf-social-link--instagram svg circle:not(.zf-social-dot) {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}
.zf-social-link--instagram .zf-social-dot,
.zf-social-link--facebook svg path {
	fill: currentColor;
}
.zf-social-link:hover,
.zf-social-link:focus-visible {
	transform: translateY(-1px);
	background-color: rgba(127,227,255,.14);
	border-color: rgba(127,227,255,.38);
	box-shadow: 0 10px 28px rgba(0,0,0,.16);
}
.zf-menu-toggle {
	display: none;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 999px;
	background: rgba(255, 255, 255, .08);
	color: var(--zf-white);
}
.zf-menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 18px;
	height: 2px;
	margin: 4px auto;
	border-radius: 99px;
	background: currentColor;
	transition: transform .25s ease, opacity .25s ease;
}
body.zf-nav-open .zf-menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
body.zf-nav-open .zf-menu-toggle span:nth-child(2) { opacity: 0; }
body.zf-nav-open .zf-menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.zf-btn {
	position: relative;
	isolation: isolate;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 46px;
	padding: 13px 20px;
	border-radius: 999px;
	font-weight: 800;
	letter-spacing: -.01em;
	line-height: 1;
	border: 1px solid transparent;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
	overflow: hidden;
}
.zf-btn::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, .32) 42%, transparent 70%);
	transform: translateX(-120%);
	transition: transform .6s ease;
}
.zf-btn:hover::before { transform: translateX(120%); }
.zf-btn:hover,
.zf-btn:focus-visible { transform: translateY(-2px); }
.zf-btn--primary {
	color: var(--zf-navy-950);
	background: linear-gradient(135deg, var(--zf-cyan-300), var(--zf-green-500));
	box-shadow: 0 16px 40px rgba(31, 209, 106, .28);
}
.zf-btn--primary:hover,
.zf-btn--primary:focus-visible { box-shadow: 0 20px 54px rgba(31, 209, 106, .40); }
.zf-btn--ghost {
	color: var(--zf-white);
	background: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .18);
}
.zf-btn--outline {
	color: var(--zf-white);
	background: rgba(255, 255, 255, .08);
	border-color: rgba(127, 227, 255, .35);
}
.zf-btn--outline:hover { border-color: rgba(127, 227, 255, .7); background: rgba(127, 227, 255, .14); }
.zf-btn--whatsapp .zf-whatsapp-icon {
	flex: 0 0 auto;
}
.zf-whatsapp-icon {
	display: inline-flex;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #25D366;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' d='M19.11 17.24c-.27-.14-1.59-.78-1.84-.87-.25-.09-.43-.14-.61.14-.18.27-.7.87-.86 1.05-.16.18-.32.2-.59.07-.27-.14-1.15-.42-2.19-1.33-.81-.72-1.36-1.6-1.52-1.87-.16-.27-.02-.41.12-.55.12-.12.27-.32.41-.48.14-.16.18-.27.27-.46.09-.18.05-.34-.02-.48-.07-.14-.61-1.47-.84-2.02-.22-.53-.45-.45-.61-.46h-.52c-.18 0-.46.07-.7.34-.25.27-.95.93-.95 2.26s.98 2.62 1.11 2.8c.14.18 1.92 2.93 4.66 4.11.65.28 1.15.45 1.54.58.65.21 1.23.18 1.69.11.52-.08 1.59-.65 1.81-1.28.23-.63.23-1.17.16-1.28-.07-.11-.25-.18-.52-.32Z'/%3E%3Cpath fill='%23fff' d='M16.02 3.2c-6.94 0-12.57 5.63-12.57 12.57 0 2.2.57 4.35 1.66 6.24L3.2 28.8l6.97-1.83a12.5 12.5 0 0 0 5.85 1.49h.01c6.94 0 12.57-5.63 12.57-12.57S22.96 3.2 16.02 3.2Zm0 22.89h-.01a10.34 10.34 0 0 1-5.28-1.45l-.38-.22-4.14 1.09 1.11-4.04-.24-.41a10.35 10.35 0 1 1 8.94 5.03Z'/%3E%3C/svg%3E");
	background-size: 72%;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 0 0 0 5px rgba(37, 211, 102, .14);
}
.zf-whatsapp-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.zf-email-link { color: var(--zf-cyan-300); font-weight: 700; }

.zf-main { overflow: hidden; }
.zf-hero {
	position: relative;
	isolation: isolate;
	min-height: 820px;
	padding: 180px 0 110px;
	color: var(--zf-white);
	background:
		radial-gradient(circle at 12% 35%, rgba(8, 130, 170, .42), transparent 26%),
		radial-gradient(circle at 88% 12%, rgba(10, 116, 209, .38), transparent 34%),
		linear-gradient(115deg, var(--zf-navy-950) 0%, var(--zf-navy-900) 42%, var(--zf-blue-600) 100%);
}
.zf-tech-grid {
	position: absolute;
	inset: 0;
	z-index: -3;
	opacity: .42;
	background-image:
		linear-gradient(rgba(127, 227, 255, .10) 1px, transparent 1px),
		linear-gradient(90deg, rgba(127, 227, 255, .10) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 95%);
}
.zf-hero::before,
.zf-hero::after {
	content: "";
	position: absolute;
	z-index: -2;
	border: 1px solid rgba(127, 227, 255, .25);
	border-radius: 44px;
	transform: rotate(30deg);
}
.zf-hero::before { width: 390px; height: 390px; right: 10%; top: 108px; }
.zf-hero::after { width: 250px; height: 250px; right: 28%; bottom: 72px; opacity: .55; }
.zf-hero-glow {
	position: absolute;
	z-index: -2;
	border-radius: 50%;
	filter: blur(18px);
	animation: zfFloat 8s ease-in-out infinite;
}
.zf-hero-glow--one {
	width: 220px;
	height: 220px;
	left: -60px;
	top: 300px;
	background: rgba(20, 205, 221, .24);
}
.zf-hero-glow--two {
	width: 300px;
	height: 300px;
	right: -70px;
	top: 190px;
	background: rgba(89, 200, 244, .18);
	animation-delay: -2.8s;
}
.zf-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(460px, .9fr);
	gap: 70px;
	align-items: center;
}
.zf-eyebrow,
.zf-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	color: var(--zf-cyan-300);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
}
.zf-eyebrow::before,
.zf-kicker::before {
	content: "";
	display: inline-block;
	width: 42px;
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--zf-blue-500), var(--zf-cyan-300));
}
.zf-hero h1,
.zf-section h2,
.zf-cta-band h2 {
	margin: 0;
	font-size: clamp(42px, 7vw, 84px);
	line-height: .96;
	letter-spacing: -.075em;
}
.zf-hero h1 { max-width: 790px; }
.zf-hero-lead {
	max-width: 710px;
	margin: 26px 0 0;
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.5;
	color: rgba(255, 255, 255, .78);
}
.zf-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}
.zf-trust-row {
	display: grid !important;
	grid-template-columns: repeat(6, minmax(160px, 1fr)) !important;
	gap: 12px;
	grid-column: 1 / -1;
	margin-top: 10px;
	width: 100%;
	overflow-x: auto;
	padding: 2px 2px 8px;
	scrollbar-width: thin;
}
.zf-trust-row::-webkit-scrollbar { height: 6px; }
.zf-trust-row::-webkit-scrollbar-thumb {
	background: rgba(127, 227, 255, .32);
	border-radius: 999px;
}
.zf-trust-row span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 10px 14px;
	border: 1px solid rgba(127, 227, 255, .2);
	border-radius: 999px;
	background: rgba(255, 255, 255, .06);
	color: rgba(255, 255, 255, .82);
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	width: 100%;
	min-width: 0;
}
.zf-trust-row span::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--zf-green-500);
	box-shadow: 0 0 0 6px rgba(31, 209, 106, .11);
}
.zf-hero-visual {
	position: relative;
	min-height: 530px;
}
.zf-image-frame {
	position: relative;
	overflow: hidden;
	box-shadow: var(--zf-shadow);
	background: var(--zf-navy-900);
}
.zf-image-frame::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(110deg, rgba(2, 13, 28, .14), transparent 45%, rgba(127, 227, 255, .10));
	pointer-events: none;
}
.zf-image-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .8s ease, filter .8s ease;
}
.zf-image-frame:hover img { transform: scale(1.045); filter: saturate(1.08); }
.zf-image-frame--hero {
	height: 520px;
	border-radius: 40px;
	clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 0 34%);
}
.zf-floating-card {
	position: absolute;
	isolation: isolate;
	padding: 20px;
	width: 230px;
	border: 1px solid rgba(127, 227, 255, .35);
	border-radius: 24px;
	background: rgba(3, 22, 46, .76);
	backdrop-filter: blur(18px);
	box-shadow: 0 22px 60px rgba(0, 0, 0, .30);
	transition: transform .25s ease, border-color .25s ease;
}
.zf-floating-card:hover { transform: translateY(-7px); border-color: rgba(127, 227, 255, .72); }
.zf-floating-card small,
.zf-floating-card span {
	display: block;
	color: rgba(255, 255, 255, .68);
	font-weight: 700;
}
.zf-floating-card strong {
	display: block;
	margin: 4px 0;
	font-size: 32px;
	line-height: 1;
	letter-spacing: -.04em;
}
.zf-floating-card--top { right: -12px; top: 38px; }
.zf-floating-card--bottom { left: 0; bottom: 26px; }

.zf-section { padding: 110px 0; position: relative; }
.zf-section--soft { background: linear-gradient(180deg, var(--zf-ice), var(--zf-snow)); }
.zf-section--dark {
	color: var(--zf-white);
	background:
		radial-gradient(circle at 15% 5%, rgba(89, 200, 244, .22), transparent 32%),
		linear-gradient(115deg, var(--zf-navy-950), var(--zf-navy-800));
}
.zf-section--metrics {
	padding: 0 0 84px;
	margin-top: -52px;
	z-index: 3;
}
.zf-section h2 {
	max-width: 890px;
	font-size: clamp(34px, 4.4vw, 58px);
	line-height: 1.03;
	color: var(--zf-text);
}
.zf-section--dark h2,
.zf-section--dark .zf-section-head p,
.zf-section--dark .zf-kicker { color: var(--zf-white); }
.zf-section p { color: var(--zf-muted); margin: 18px 0 0; font-size: 18px; }
.zf-section--dark p { color: rgba(255, 255, 255, .72); }
.zf-section-head { max-width: 860px; margin-bottom: 44px; }
.zf-section-head--center { margin-inline: auto; text-align: center; }
.zf-section-head--center .zf-kicker { justify-content: center; }
.zf-section-head--center .zf-kicker::before { display: none; }
.zf-section-head--center .zf-kicker::after {
	content: "";
	display: inline-block;
	width: 42px;
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--zf-blue-500), var(--zf-cyan-300));
}
.zf-section-head--center h2 { margin-inline: auto; }

.zf-metrics {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.zf-metric {
	position: relative;
	isolation: isolate;
	min-height: 152px;
	padding: 24px;
	border: 1px solid rgba(127, 227, 255, .25);
	border-radius: 28px;
	background: rgba(255, 255, 255, .95);
	box-shadow: var(--zf-shadow-soft);
	overflow: hidden;
	transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.zf-metric:hover {
	transform: translateY(-8px);
	border-color: rgba(11, 116, 209, .38);
	box-shadow: var(--zf-shadow);
}
.zf-metric strong {
	display: block;
	margin-bottom: 8px;
	font-size: clamp(26px, 3vw, 36px);
	line-height: 1;
	letter-spacing: -.055em;
	color: var(--zf-navy-900);
}
.zf-metric span {
	display: block;
	color: var(--zf-muted);
	font-weight: 750;
	line-height: 1.35;
}

.zf-metric--amount strong {
	white-space: nowrap;
	font-size: clamp(22px, 2.3vw, 30px);
	line-height: 1.05;
}

.zf-split {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
	gap: 60px;
	align-items: center;
}
.zf-split--visual { grid-template-columns: minmax(340px, .85fr) minmax(0, 1.15fr); }
.zf-panel {
	position: relative;
	isolation: isolate;
	padding: 34px;
	border-radius: var(--zf-radius-xl);
	box-shadow: var(--zf-shadow-soft);
	overflow: hidden;
}
.zf-panel--dark {
	color: var(--zf-white);
	background:
		linear-gradient(135deg, rgba(3, 22, 46, .96), rgba(6, 71, 128, .94)),
		var(--zf-navy-900);
	border: 1px solid rgba(127, 227, 255, .22);
}
.zf-panel--dark h3 {
	margin: 0 0 24px;
	font-size: 28px;
	letter-spacing: -.04em;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}
.zf-panel--dark .zf-audience-mini strong {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}
.zf-audience-mini {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}
.zf-audience-mini article {
	min-height: 230px;
	padding: 22px 16px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 22px;
	background: rgba(255, 255, 255, .07);
	transition: transform .24s ease, background .24s ease, border-color .24s ease;
}
.zf-audience-mini article:hover { transform: translateY(-6px); background: rgba(127, 227, 255, .10); border-color: rgba(127, 227, 255, .38); }
.zf-mini-icon,
.zf-solution-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 18px;
	margin-bottom: 18px;
	background: rgba(127, 227, 255, .13);
	border: 1px solid rgba(127, 227, 255, .25);
}
.zf-mini-icon svg,
.zf-solution-icon svg {
	width: 34px;
	height: 34px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
	color: var(--zf-cyan-300);
}
.zf-audience-mini strong { display: block; font-size: 20px; margin-bottom: 8px; }
.zf-audience-mini small { display: block; color: rgba(255, 255, 255, .66); line-height: 1.45; }

.zf-segment-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.zf-segment-card,
.zf-diff-card,
.zf-solution-card,
.zf-cta-box,
.zf-faq-item {
	position: relative;
	isolation: isolate;
	overflow: hidden;
}
.zf-segment-card {
	padding: 34px;
	min-height: 310px;
	border: 1px solid rgba(6, 71, 128, .12);
	border-radius: var(--zf-radius-xl);
	background: rgba(255, 255, 255, .82);
	box-shadow: var(--zf-shadow-soft);
	transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.zf-segment-card:hover { transform: translateY(-9px); border-color: rgba(11, 116, 209, .35); box-shadow: var(--zf-shadow); }
.zf-segment-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 78px;
	margin-bottom: 22px;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(11, 116, 209, .12), rgba(127, 227, 255, .25));
	font-size: 34px;
}
.zf-segment-card h3,
.zf-diff-card h3,
.zf-solution-card h3,
.zf-process h3 { margin: 0; font-size: 25px; letter-spacing: -.04em; line-height: 1.08; }
.zf-segment-card p,
.zf-diff-card p,
.zf-solution-card p { margin-top: 14px; font-size: 16px; line-height: 1.55; }

.zf-needs-section::before {
	content: "";
	position: absolute;
	left: -80px;
	top: 60px;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: rgba(11, 116, 209, .08);
}
.zf-image-frame--stock {
	height: 580px;
	border-radius: 34px;
	clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%);
}
.zf-needs-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 30px;
}
.zf-needs-grid span {
	display: flex;
	align-items: center;
	min-height: 84px;
	padding: 18px 20px;
	border: 1px solid rgba(6, 71, 128, .13);
	border-radius: 20px;
	background: var(--zf-white);
	box-shadow: var(--zf-shadow-soft);
	font-size: 19px;
	font-weight: 850;
	letter-spacing: -.03em;
	transition: transform .23s ease, border-color .23s ease;
}
.zf-needs-grid span::before {
	content: "";
	flex: 0 0 auto;
	width: 12px;
	height: 12px;
	margin-right: 12px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--zf-blue-500), var(--zf-cyan-300));
	box-shadow: 0 0 0 6px rgba(89, 200, 244, .14);
}
.zf-needs-grid span:hover { transform: translateY(-6px); border-color: rgba(11, 116, 209, .35); }

.zf-solutions-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.zf-solution-card {
	min-height: 460px;
	padding: 30px;
	border: 1px solid rgba(127, 227, 255, .16);
	border-radius: 30px;
	background: linear-gradient(152deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .035));
	box-shadow: 0 24px 60px rgba(0, 0, 0, .16);
	transition: transform .26s ease, border-color .26s ease, background .26s ease;
}
.zf-solution-card:hover {
	transform: translateY(-10px);
	border-color: rgba(127, 227, 255, .48);
	background: linear-gradient(152deg, rgba(127, 227, 255, .15), rgba(255, 255, 255, .05));
}
.zf-solution-card h3 { color: var(--zf-white); min-height: 58px; }
.zf-solution-card p { color: rgba(255, 255, 255, .70); }
.zf-solution-card ul {
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
	display: grid;
	gap: 10px;
}
.zf-solution-card li {
	display: flex;
	gap: 10px;
	color: rgba(255, 255, 255, .82);
	font-size: 14px;
	font-weight: 720;
	line-height: 1.35;
}
.zf-solution-card li::before {
	content: "";
	width: 7px;
	height: 7px;
	flex: 0 0 auto;
	margin-top: 6px;
	border-radius: 50%;
	background: var(--zf-green-500);
}

.zf-process {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0;
	padding: 24px;
	border: 1px solid rgba(6, 71, 128, .12);
	border-radius: var(--zf-radius-xl);
	background: var(--zf-white);
	box-shadow: var(--zf-shadow-soft);
}
.zf-process::before {
	content: "";
	position: absolute;
	left: 10%;
	right: 10%;
	top: 66px;
	height: 2px;
	background: linear-gradient(90deg, rgba(11, 116, 209, .16), rgba(89, 200, 244, .75), rgba(11, 116, 209, .16));
}
.zf-process article {
	position: relative;
	padding: 18px 14px 8px;
	text-align: center;
	transition: transform .23s ease;
}
.zf-process article:hover { transform: translateY(-6px); }
.zf-process span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	margin-bottom: 18px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--zf-navy-900), var(--zf-blue-600));
	border: 5px solid var(--zf-white);
	color: var(--zf-white);
	font-weight: 900;
	box-shadow: 0 14px 30px rgba(6, 71, 128, .22);
}
.zf-process p { margin-top: 10px; font-size: 15px; line-height: 1.45; }

.zf-diff-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
}
.zf-diff-card {
	min-height: 250px;
	padding: 26px;
	border: 1px solid rgba(6, 71, 128, .12);
	border-radius: 28px;
	background: rgba(255, 255, 255, .88);
	box-shadow: var(--zf-shadow-soft);
	transition: transform .23s ease, border-color .23s ease, box-shadow .23s ease;
}
.zf-diff-card::before {
	content: "";
	display: block;
	width: 54px;
	height: 5px;
	margin-bottom: 24px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--zf-blue-500), var(--zf-cyan-300));
}
.zf-diff-card:hover { transform: translateY(-8px); border-color: rgba(11, 116, 209, .34); box-shadow: var(--zf-shadow); }
.zf-diff-card h3 { font-size: 20px; }

.zf-cta-band {
	color: var(--zf-white);
	background:
		radial-gradient(circle at 10% 20%, rgba(31, 209, 106, .18), transparent 30%),
		linear-gradient(120deg, var(--zf-navy-950), var(--zf-blue-600));
}
.zf-cta-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 380px;
	gap: 44px;
	align-items: center;
}
.zf-cta-band h2 { max-width: 760px; color: var(--zf-white); font-size: clamp(36px, 5vw, 62px); }
.zf-cta-band p { color: rgba(255, 255, 255, .74); max-width: 720px; }
.zf-cta-box {
	padding: 32px;
	border: 1px solid rgba(127, 227, 255, .28);
	border-radius: 30px;
	background: rgba(255, 255, 255, .09);
	backdrop-filter: blur(16px);
	box-shadow: 0 24px 70px rgba(0, 0, 0, .20);
}
.zf-cta-box strong,
.zf-cta-box span,
.zf-cta-box a { display: block; }
.zf-cta-box strong { font-size: 28px; letter-spacing: -.04em; }
.zf-cta-box span { margin: 8px 0 22px; color: rgba(255,255,255,.72); font-weight: 750; }
.zf-cta-box .zf-btn { width: 100%; margin-bottom: 14px; }

.zf-faq-layout {
	display: grid;
	grid-template-columns: .75fr 1.25fr;
	gap: 52px;
	align-items: start;
}
.zf-faq-list { display: grid; gap: 12px; }
.zf-faq-item {
	border: 1px solid rgba(6, 71, 128, .14);
	border-radius: 22px;
	background: var(--zf-white);
	box-shadow: var(--zf-shadow-soft);
}
.zf-faq-item button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: 100%;
	padding: 22px 24px;
	border: 0;
	background: transparent;
	color: var(--zf-text);
	text-align: left;
	font-size: 18px;
	font-weight: 850;
}
.zf-faq-item i {
	position: relative;
	width: 22px;
	height: 22px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: rgba(11, 116, 209, .10);
}
.zf-faq-item i::before,
.zf-faq-item i::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 10px;
	width: 10px;
	height: 2px;
	border-radius: 99px;
	background: var(--zf-blue-600);
	transition: transform .2s ease;
}
.zf-faq-item i::after { transform: rotate(90deg); }
.zf-faq-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.zf-faq-answer { padding: 0 24px 22px; }
.zf-faq-answer p { margin-top: 0; font-size: 16px; }

.zf-footer {
	padding: 76px 0 30px;
	color: var(--zf-white);
	background: var(--zf-navy-950);
}
.zf-footer-grid {
	display: grid;
	grid-template-columns: .9fr 1fr .95fr;
	gap: 46px;
	align-items: start;
}
.zf-footer h2,
.zf-footer p { margin: 0; }
.zf-footer h2 { font-size: 28px; letter-spacing: -.04em; }
.zf-footer p { color: rgba(255,255,255,.68); margin-top: 16px; }
.zf-footer-brand img { height: 72px; width: auto; margin-bottom: 20px; }
.zf-footer-list {
	list-style: none;
	padding: 0;
	margin: 18px 0 0;
	display: grid;
	gap: 12px;
	color: rgba(255,255,255,.68);
}
.zf-footer-list strong { color: var(--zf-white); }
.zf-footer-list a { color: var(--zf-cyan-300); font-weight: 750; }
.zf-footer-cta {
	padding: 28px;
	border: 1px solid rgba(127, 227, 255, .20);
	border-radius: 28px;
	background: rgba(255,255,255,.05);
}
.zf-footer-cta .zf-btn { margin-top: 22px; }
.zf-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding-top: 34px;
	margin-top: 48px;
	border-top: 1px solid rgba(255,255,255,.10);
	color: rgba(255,255,255,.50);
	font-size: 14px;
}

[data-reveal] {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity .68s ease, transform .68s ease;
}
[data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}
[data-spotlight-card]::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: radial-gradient(520px circle at var(--zf-mouse-x, 50%) var(--zf-mouse-y, 50%), rgba(127, 227, 255, .20), transparent 44%);
	opacity: 0;
	transition: opacity .25s ease;
	pointer-events: none;
}
[data-spotlight-card]:hover::after { opacity: 1; }

@keyframes zfFloat {
	0%, 100% { transform: translate3d(0, 0, 0); }
	50% { transform: translate3d(12px, -22px, 0); }
}

@media (max-width: 1120px) {
	.zf-hero-grid,
	.zf-split,
	.zf-split--visual,
	.zf-cta-grid,
	.zf-faq-layout { grid-template-columns: 1fr; }
	.zf-hero-visual { max-width: 620px; }
	.zf-solutions-grid { grid-template-columns: repeat(2, 1fr); }
	.zf-diff-grid { grid-template-columns: repeat(3, 1fr); }
	.zf-process { grid-template-columns: repeat(3, 1fr); row-gap: 20px; }
	.zf-process::before { display: none; }
	.zf-metrics { grid-template-columns: repeat(2, 1fr); }
	.zf-trust-row { grid-template-columns: repeat(6, minmax(150px, 1fr)) !important; gap: 10px; }
}

@media (max-width: 920px) {
	.zf-trust-row { grid-template-columns: repeat(6, minmax(145px, 1fr)) !important; }
	:root { --zf-header-height: 76px; }
	.zf-container { width: min(calc(100% - 28px), var(--zf-container)); }
	.zf-site-header { top: 10px; }
	.zf-header-shell { min-height: 64px; padding: 8px 10px 8px 14px; }
	.zf-brand img,
	.custom-logo-link img { height: 48px; }
	.zf-menu-toggle { display: inline-block; }
	.zf-nav {
		position: fixed;
		inset: 88px 14px auto;
		display: block;
		padding: 14px;
		border: 1px solid rgba(127, 227, 255, .20);
		border-radius: 28px;
		background: rgba(2, 13, 28, .96);
		box-shadow: var(--zf-shadow);
		transform: translateY(-16px) scale(.98);
		opacity: 0;
		visibility: hidden;
		transition: opacity .24s ease, visibility .24s ease, transform .24s ease;
	}
	body.zf-nav-open .zf-nav { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
	.zf-menu { display: grid; gap: 4px; }
	.zf-menu a { width: 100%; padding: 14px 16px; }
	.zf-social-links { display: none; }
	.zf-header-actions .zf-btn { display: none; }
	.zf-hero { min-height: auto; padding: 150px 0 80px; }
	.zf-hero-grid { gap: 44px; }
	.zf-hero h1 { font-size: clamp(44px, 11vw, 72px); }
	.zf-hero-visual { min-height: 460px; }
	.zf-image-frame--hero { height: 430px; }
	.zf-section { padding: 82px 0; }
	.zf-section--metrics { padding-bottom: 60px; }
	.zf-audience-mini { grid-template-columns: 1fr; }
	.zf-audience-mini article { min-height: auto; }
	.zf-segment-grid { grid-template-columns: 1fr; }
	.zf-footer-grid { grid-template-columns: 1fr; }
	.zf-footer-bottom { flex-direction: column; }
}

@media (max-width: 680px) {
	.zf-hero-lead,
	.zf-section p { font-size: 16px; }
	.zf-hero-actions { align-items: stretch; flex-direction: column; }
	.zf-hero-actions .zf-btn { width: 100%; }
	.zf-trust-row { grid-template-columns: repeat(6, minmax(140px, 1fr)) !important; }
	.zf-hero-visual { min-height: 420px; }
	.zf-image-frame--hero { height: 360px; border-radius: 28px; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
	.zf-floating-card { width: 190px; padding: 16px; }
	.zf-floating-card strong { font-size: 25px; }
	.zf-floating-card--top { right: 8px; top: 12px; }
	.zf-floating-card--bottom { left: 8px; bottom: 8px; }
	.zf-metrics,
	.zf-solutions-grid,
	.zf-diff-grid,
	.zf-needs-grid,
	.zf-process { grid-template-columns: 1fr; }
	.zf-section h2 { font-size: clamp(31px, 9vw, 46px); }
	.zf-panel,
	.zf-segment-card,
	.zf-solution-card,
	.zf-diff-card,
	.zf-cta-box { padding: 24px; border-radius: 24px; }
	.zf-solution-card { min-height: auto; }
	.zf-image-frame--stock { height: 360px; clip-path: none; border-radius: 28px; }
	.zf-process { padding: 14px; }
	.zf-process article { text-align: left; display: grid; grid-template-columns: 58px 1fr; column-gap: 14px; }
	.zf-process span { width: 58px; height: 58px; grid-row: span 2; margin-bottom: 0; }
	.zf-process h3 { align-self: end; }
	.zf-process p { grid-column: 2; }
	.zf-footer { padding-top: 58px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
	[data-reveal] { opacity: 1; transform: none; }
}


/* ==========================================================
   Compatibilidade com Elementor / Global Kit
   Mantém a identidade do tema na página inicial mesmo quando
   o Elementor carrega estilos globais depois do tema.
   ========================================================== */
body.home .zf-main,
body.home .zf-footer {
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body.home .zf-main h1,
body.home .zf-main h2,
body.home .zf-main h3,
body.home .zf-main h4,
body.home .zf-footer h2,
body.home .zf-footer h3,
body.home .zf-footer p,
body.home .zf-main p,
body.home .zf-main button,
body.home .zf-main a {
	font-family: inherit !important;
}

body.home .zf-section h2 {
	color: var(--zf-text) !important;
	font-weight: 800 !important;
	text-transform: none !important;
}

body.home .zf-section--dark h2,
body.home .zf-section--dark h3,
body.home .zf-section--dark .zf-kicker,
body.home .zf-cta-band h2,
body.home .zf-cta-band h3,
body.home .zf-cta-band .zf-kicker,
body.home .zf-footer h2,
body.home .zf-footer h3 {
	color: var(--zf-white) !important;
}

body.home .zf-cta-band p,
body.home .zf-footer p,
body.home .zf-footer li {
	color: rgba(255, 255, 255, .74) !important;
}

body.home .zf-footer-list strong {
	color: var(--zf-white) !important;
}

body.home .zf-footer-list a,
body.home .zf-email-link {
	color: var(--zf-cyan-300) !important;
}

body.home .zf-btn--primary,
body.home .zf-btn--primary:visited,
body.home .zf-btn--primary:hover,
body.home .zf-btn--primary:focus {
	color: var(--zf-navy-950) !important;
}

/* Etapas: títulos e caixas uniformes */
body.home .zf-process {
	grid-auto-rows: 1fr;
	align-items: stretch;
}

body.home .zf-process article {
	min-width: 0;
	min-height: 270px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

body.home .zf-process h3 {
	width: 100%;
	margin: 0 !important;
	color: var(--zf-text) !important;
	font-size: clamp(19px, 1.65vw, 24px) !important;
	font-weight: 850 !important;
	line-height: 1.08 !important;
	letter-spacing: -.035em !important;
	text-align: center !important;
	text-transform: none !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: normal !important;
}

body.home .zf-process p {
	margin-top: 12px !important;
	color: var(--zf-muted) !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	line-height: 1.45 !important;
	text-align: center !important;
}

/* Diferenciais: cinco cartões com a mesma altura e tipografia */
body.home .zf-diff-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	grid-auto-rows: 1fr;
	align-items: stretch;
}

body.home .zf-diff-card {
	min-width: 0;
	min-height: 310px;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 26px 24px;
}

body.home .zf-diff-card h3 {
	margin: 0 !important;
	color: var(--zf-text) !important;
	font-size: clamp(18px, 1.45vw, 22px) !important;
	font-weight: 850 !important;
	line-height: 1.15 !important;
	letter-spacing: -.03em !important;
	text-transform: none !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: normal !important;
}

body.home .zf-diff-card p {
	margin-top: 18px !important;
	color: var(--zf-muted) !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 1.55 !important;
}

/* FAQ: neutraliza a cor global de botões do Elementor */
body.home .zf-faq-item {
	background: var(--zf-white) !important;
}

body.home .zf-faq-item > button,
body.home .zf-faq-item > button:hover,
body.home .zf-faq-item > button:focus,
body.home .zf-faq-item > button:active {
	background: transparent !important;
	background-image: none !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--zf-text) !important;
	font-size: 18px !important;
	font-weight: 850 !important;
	line-height: 1.3 !important;
	text-transform: none !important;
}

body.home .zf-faq-item > button:hover,
body.home .zf-faq-item > button:focus-visible {
	background: rgba(11, 116, 209, .045) !important;
}

body.home .zf-faq-item > button span {
	color: inherit !important;
}

body.home .zf-faq-answer,
body.home .zf-faq-answer p {
	background: var(--zf-white) !important;
	color: var(--zf-muted) !important;
}

body.home .zf-cta-box {
	min-height: 270px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

body.home .zf-footer-cta {
	min-height: 300px;
}

@media (max-width: 1180px) {
	body.home .zf-process {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 18px;
	}
	body.home .zf-process::before { display: none; }
	body.home .zf-diff-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 780px) {
	body.home .zf-process,
	body.home .zf-diff-grid {
		grid-template-columns: 1fr;
	}
	body.home .zf-process article,
	body.home .zf-diff-card {
		min-height: auto;
	}
}


/* ==========================================================
   Correção de contraste do título principal
   Impede que o Kit Global do Elementor aplique azul escuro
   sobre o fundo azul do banner.
   ========================================================== */
html body.home main#conteudo.zf-main section.zf-hero h1#hero-title,
html body.home .zf-hero .zf-hero-copy h1,
html body.home .zf-hero h1 {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	background: none !important;
	background-image: none !important;
	opacity: 1 !important;
	text-shadow: 0 4px 28px rgba(0, 0, 0, .18) !important;
}

html body.home .zf-hero h1 a,
html body.home .zf-hero h1 span,
html body.home .zf-hero h1 strong {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}


/* ==========================================================
   V11 — Cabeçalho em três zonas e CTA horizontal
   ========================================================== */
html body.home .zf-site-header .zf-header-shell.zf-container,
html body .zf-site-header .zf-header-shell.zf-container {
	width: calc(100% - 24px) !important;
	max-width: none !important;
	margin-inline: 12px !important;
	display: grid !important;
	grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr) !important;
	align-items: center !important;
	justify-content: initial !important;
	column-gap: 22px !important;
	padding-inline: 18px !important;
}

html body .zf-site-header .zf-brand {
	justify-self: start !important;
	min-width: 0 !important;
	margin: 0 !important;
}

html body .zf-site-header .zf-brand > a,
html body .zf-site-header .zf-brand .custom-logo-link {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	margin: 0 !important;
}

html body .zf-site-header .zf-nav {
	justify-self: center !important;
}

html body .zf-site-header .zf-header-actions {
	justify-self: end !important;
}

html body.home .zf-cta-grid {
	grid-template-columns: minmax(0, 1fr) !important;
	gap: 30px !important;
}

html body.home .zf-cta-box {
	width: 100% !important;
	min-height: 0 !important;
	display: grid !important;
	grid-template-columns: auto auto minmax(280px, 1fr) auto !important;
	align-items: center !important;
	gap: 18px 26px !important;
	padding: 18px 22px !important;
	border-radius: 999px !important;
}

html body.home .zf-cta-box > strong,
html body.home .zf-cta-box > span,
html body.home .zf-cta-box > a {
	display: inline-flex !important;
	align-items: center !important;
	margin: 0 !important;
	white-space: nowrap !important;
}

html body.home .zf-cta-box > strong {
	font-size: 24px !important;
}

html body.home .zf-cta-box .zf-cta-phone {
	color: rgba(255, 255, 255, .78) !important;
	font-weight: 800 !important;
}

html body.home .zf-cta-box .zf-btn {
	width: auto !important;
	min-width: 280px !important;
	margin: 0 !important;
	justify-self: stretch !important;
}

html body.home .zf-cta-box .zf-email-link {
	justify-self: end !important;
}

@media (max-width: 1100px) {
	html body .zf-site-header .zf-header-shell.zf-container {
		grid-template-columns: minmax(170px, 1fr) auto minmax(170px, 1fr) !important;
		column-gap: 12px !important;
	}
	html body.home .zf-cta-box {
		grid-template-columns: auto auto minmax(250px, 1fr) !important;
		border-radius: 30px !important;
	}
	html body.home .zf-cta-box .zf-email-link {
		grid-column: 1 / -1 !important;
		justify-self: center !important;
	}
}

@media (max-width: 920px) {
	html body .zf-site-header .zf-header-shell.zf-container {
		display: flex !important;
		justify-content: space-between !important;
	}
	html body .zf-site-header .zf-nav {
		justify-self: auto !important;
	}
	html body.home .zf-cta-box {
		grid-template-columns: 1fr !important;
		border-radius: 28px !important;
		text-align: center !important;
	}
	html body.home .zf-cta-box > strong,
	html body.home .zf-cta-box > span,
	html body.home .zf-cta-box > a {
		justify-self: center !important;
	}
	html body.home .zf-cta-box .zf-btn {
		width: 100% !important;
		min-width: 0 !important;
	}
}
