.zb-home-main {
	margin-top: 0;
}

.zb-hero {
	background: #fbf7ef;
	padding: 90px 24px;
}

.zb-hero-grid {
	gap: 56px;
}

.zb-eyebrow {
	margin: 0 0 12px;
	color: #c89b3c;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.zb-hero-title {
	margin: 0 0 24px;
	color: #211b15;
	font-size: clamp(42px, 6vw, 72px);
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -0.04em;
}

.zb-hero-text {
	margin: 0 0 34px;
	color: #4f463d;
	font-size: 20px;
	line-height: 1.7;
}

.zb-hero-actions {
	gap: 14px;
}

.zb-button-primary .wp-block-button__link,
.zb-button-secondary .wp-block-button__link,
.zb-final-button .wp-block-button__link {
	border-radius: 999px;
	padding: 14px 28px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}

.zb-button-primary .wp-block-button__link,
.zb-final-button .wp-block-button__link {
	background: #c89b3c;
	color: #211b15;
	border: 2px solid #c89b3c;
}

.zb-button-secondary .wp-block-button__link {
	background: transparent;
	color: #211b15;
	border: 2px solid #8f8478;
}

.zb-hero-note {
	background: #ffffff;
	border: 1px solid #eadfcf;
	border-radius: 28px;
	padding: 34px 32px;
	box-shadow: 0 18px 45px rgba(33, 27, 21, 0.12);
}

.zb-hero-note h2 {
	margin: 0 0 18px;
	color: #211b15;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.15;
}

.zb-hero-note p {
	color: #5f554b;
	font-size: 17px;
	line-height: 1.7;
}

.zb-hero-note hr {
	margin: 26px 0;
	border: 0;
	height: 1px;
	background: #eadfcf;
}

.zb-hero-note ul {
	margin-bottom: 0;
	color: #3e352d;
	font-size: 17px;
	line-height: 1.9;
}

.zb-tools-section {
	padding: 82px 24px 84px;
	background: #ffffff;
}

.zb-section-intro {
	max-width: 760px;
	margin: 0 auto 42px;
	text-align: center;
}

.zb-section-intro h2 {
	margin: 0 0 16px;
	color: #211b15;
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.zb-section-intro p {
	margin: 0;
	color: #5f554b;
	font-size: 19px;
	line-height: 1.7;
}

.zb-card-grid {
	gap: 24px;
}

.zb-tool-card,
.zb-category-card {
	height: 100%;
	border: 1px solid #eadfcf;
	border-radius: 24px;
	padding: 30px 26px;
}

.zb-tool-card {
	background: #fffaf2;
}

.zb-tool-card:nth-child(even) {
	background: #ffffff;
}

.zb-tool-card h3,
.zb-category-card h3 {
	margin-top: 0;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
}

.zb-tool-card h3 {
	color: #211b15;
}

.zb-tool-card p,
.zb-category-card p {
	font-size: 17px;
	line-height: 1.7;
}

.zb-tool-card p {
	color: #5f554b;
}

.zb-card-link {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 700;
}

.zb-card-link a {
	color: #8b6625;
	text-decoration: none;
}

.zb-card-link a:hover {
	text-decoration: underline;
}

.zb-categories-section {
	background: #211b15;
	padding: 82px 24px 86px;
}

.zb-categories-section .zb-section-intro h2 {
	color: #fff7eb;
}

.zb-categories-section .zb-section-intro p {
	color: #d7c7b5;
}

.zb-category-card {
	background: #2d251d;
	border-color: #4a3d31;
}

.zb-category-label {
	margin: 0 0 12px;
	color: #c89b3c;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.zb-category-card h3 {
	color: #fff7eb;
}

.zb-category-card p {
	color: #d7c7b5;
}

.zb-category-card .zb-card-link a {
	color: #d8ad55;
}

.zb-final-cta {
	background: #fbf7ef;
	padding: 76px 24px;
	text-align: center;
}

.zb-final-cta h2 {
	margin: 0 0 18px;
	color: #211b15;
	font-size: clamp(32px, 4vw, 50px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.zb-final-cta p {
	max-width: 760px;
	margin: 0 auto 34px;
	color: #5f554b;
	font-size: 19px;
	line-height: 1.7;
}

@media (max-width: 781px) {
	.zb-hero {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.zb-hero-grid {
		gap: 34px;
	}

	.zb-hero-title {
		font-size: clamp(38px, 12vw, 54px);
	}

	.zb-hero-text {
		font-size: 18px;
	}

	.zb-hero-note {
		padding: 28px 24px;
	}

	.zb-tools-section,
	.zb-categories-section {
		padding-top: 64px;
		padding-bottom: 66px;
	}

	.zb-button-primary,
	.zb-button-secondary {
		width: 100%;
	}

	.zb-button-primary .wp-block-button__link,
	.zb-button-secondary .wp-block-button__link {
		width: 100%;
		text-align: center;
	}
}

.zb-vitrine-page {
	margin-top: 0;
}

.zb-vitrine-hero {
	background: #fbf7ef;
	padding: 88px 24px 76px;
}

.zb-vitrine-title {
	max-width: 920px;
	margin: 0 auto 24px;
	color: #211b15;
	font-size: clamp(42px, 6vw, 72px);
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -0.04em;
}

.zb-vitrine-subtitle {
	max-width: 820px;
	margin: 0 auto;
	color: #4f463d;
	font-size: 20px;
	line-height: 1.7;
}

.zb-vitrine-tools {
	background: #ffffff;
	padding: 84px 24px 56px;
}

.zb-vitrine-tool-row {
	gap: 42px;
	margin-bottom: 34px;
	align-items: stretch;
}

.zb-vitrine-tool-label {
	height: 100%;
	background: #211b15;
	border-radius: 28px;
	padding: 34px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.zb-vitrine-tool-label h2 {
	margin: 0;
	color: #fff7eb;
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.zb-vitrine-tool-card {
	height: 100%;
	background: #fffaf2;
	border: 1px solid #eadfcf;
	border-radius: 28px;
	padding: 34px 32px;
}

.zb-vitrine-tool-card p {
	margin-top: 0;
	color: #5f554b;
	font-size: 18px;
	line-height: 1.7;
}

.zb-vitrine-tool-card ul {
	color: #3e352d;
	font-size: 17px;
	line-height: 1.9;
	margin-bottom: 28px;
}

.zb-vitrine-choice {
	background: #fbf7ef;
	padding: 82px 24px 86px;
}

@media (max-width: 781px) {
	.zb-vitrine-hero {
		padding-top: 64px;
		padding-bottom: 60px;
	}

	.zb-vitrine-title {
		font-size: clamp(38px, 12vw, 54px);
	}

	.zb-vitrine-subtitle {
		font-size: 18px;
	}

	.zb-vitrine-tools {
		padding-top: 64px;
		padding-bottom: 44px;
	}

	.zb-vitrine-tool-row {
		gap: 20px;
		margin-bottom: 28px;
	}

	.zb-vitrine-tool-label {
		padding: 28px 24px;
	}

	.zb-vitrine-tool-card {
		padding: 28px 24px;
	}

	.zb-vitrine-choice {
		padding-top: 64px;
		padding-bottom: 66px;
	}
}


.zb-tool-page {
	margin-top: 0;
}

.zb-tool-hero {
	background: #fbf7ef;
	padding: 88px 24px;
}

.zb-tool-hero-grid {
	gap: 56px;
}

.zb-tool-title {
	margin: 0 0 24px;
	color: #211b15;
	font-size: clamp(42px, 6vw, 72px);
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -0.04em;
}

.zb-tool-subtitle {
	margin: 0 0 34px;
	color: #4f463d;
	font-size: 20px;
	line-height: 1.7;
}

.zb-tool-actions {
	gap: 14px;
}

.zb-tool-summary-card {
	background: #ffffff;
	border: 1px solid #eadfcf;
	border-radius: 28px;
	padding: 34px 32px;
	box-shadow: 0 18px 45px rgba(33, 27, 21, 0.12);
}

.zb-summary-label {
	margin: 0 0 12px;
	color: #c89b3c;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.zb-tool-summary-card h2 {
	margin: 0 0 18px;
	color: #211b15;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.15;
}

.zb-tool-summary-card p {
	color: #5f554b;
	font-size: 17px;
	line-height: 1.7;
}

.zb-tool-benefits {
	background: #ffffff;
	padding: 82px 24px 84px;
}

.zb-tool-how {
	background: #211b15;
	padding: 82px 24px;
}

.zb-tool-how-grid {
	gap: 46px;
}

.zb-tool-how h2 {
	margin: 0 0 20px;
	color: #fff7eb;
	font-size: clamp(32px, 4vw, 50px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.zb-tool-how p {
	color: #d7c7b5;
	font-size: 19px;
	line-height: 1.7;
}

.zb-tool-steps-card {
	background: #2d251d;
	border: 1px solid #4a3d31;
	border-radius: 28px;
	padding: 34px 32px;
}

.zb-tool-steps-card ol {
	margin-bottom: 0;
	color: #fff7eb;
	font-size: 18px;
	line-height: 2;
}

.zb-tool-steps-card li::marker {
	color: #c89b3c;
	font-weight: 700;
}

.zb-tool-related {
	background: #fbf7ef;
	padding: 82px 24px 84px;
}

@media (max-width: 781px) {
	.zb-tool-hero {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.zb-tool-hero-grid {
		gap: 34px;
	}

	.zb-tool-title {
		font-size: clamp(38px, 12vw, 54px);
	}

	.zb-tool-subtitle {
		font-size: 18px;
	}

	.zb-tool-summary-card {
		padding: 28px 24px;
	}

	.zb-tool-benefits,
	.zb-tool-how,
	.zb-tool-related {
		padding-top: 64px;
		padding-bottom: 66px;
	}

	.zb-tool-actions .wp-block-button {
		width: 100%;
	}

	.zb-tool-actions .wp-block-button__link {
		width: 100%;
		text-align: center;
	}

	.zb-tool-steps-card {
		padding: 28px 24px;
	}
}

.zb-voce-hero {
	background:
		radial-gradient(circle at top right, rgba(200, 155, 60, 0.16), transparent 34%),
		#fbf7ef;
	padding: 88px 24px;
}

.zb-voce-side-card {
	background: #ffffff;
	border: 1px solid #eadfcf;
	border-radius: 28px;
	padding: 34px 32px;
	box-shadow: 0 18px 45px rgba(33, 27, 21, 0.12);
}

.zb-voce-side-card h2 {
	margin: 0 0 18px;
	color: #211b15;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.15;
}

.zb-voce-side-card p {
	color: #5f554b;
	font-size: 17px;
	line-height: 1.7;
}

.zb-voce-side-card hr {
	margin: 26px 0;
	border: 0;
	height: 1px;
	background: #eadfcf;
}

.zb-voce-side-card ul {
	margin-bottom: 0;
	color: #3e352d;
	font-size: 17px;
	line-height: 1.9;
}

.zb-voce-intro-section {
	background: #ffffff;
	padding: 76px 24px;
}

.zb-voce-intro-section h2 {
	max-width: 820px;
	margin: 0 auto 20px;
	color: #211b15;
	font-size: clamp(34px, 4vw, 54px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.zb-voce-intro-section p {
	max-width: 820px;
	margin: 0 auto;
	color: #5f554b;
	font-size: 20px;
	line-height: 1.75;
}

.zb-voce-for-section {
	background: #fbf7ef;
	padding: 82px 24px 84px;
}

.zb-voce-moment-card {
	height: 100%;
	background: #ffffff;
	border: 1px solid #eadfcf;
	border-radius: 24px;
	padding: 30px 26px;
}

.zb-voce-moment-card h3 {
	margin-top: 0;
	color: #211b15;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
}

.zb-voce-moment-card p {
	color: #5f554b;
	font-size: 17px;
	line-height: 1.7;
}

@media (max-width: 781px) {
	.zb-voce-hero {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.zb-voce-side-card {
		padding: 28px 24px;
	}

	.zb-voce-intro-section {
		padding-top: 62px;
		padding-bottom: 62px;
	}

	.zb-voce-intro-section p {
		font-size: 18px;
	}

	.zb-voce-for-section {
		padding-top: 64px;
		padding-bottom: 66px;
	}

	.zb-voce-moment-card {
		padding: 28px 24px;
	}
}

.zb-simulador-hero {
	background:
		radial-gradient(circle at top right, rgba(200, 155, 60, 0.18), transparent 34%),
		#fbf7ef;
	padding: 88px 24px;
}

.zb-simulador-side-card {
	background: #ffffff;
	border: 1px solid #eadfcf;
	border-radius: 28px;
	padding: 34px 32px;
	box-shadow: 0 18px 45px rgba(33, 27, 21, 0.12);
}

.zb-simulador-side-card h2 {
	margin: 0 0 18px;
	color: #211b15;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.15;
}

.zb-simulador-side-card p {
	color: #5f554b;
	font-size: 17px;
	line-height: 1.7;
}

.zb-simulador-side-card hr {
	margin: 26px 0;
	border: 0;
	height: 1px;
	background: #eadfcf;
}

.zb-simulador-side-card ul {
	margin-bottom: 0;
	color: #3e352d;
	font-size: 17px;
	line-height: 1.9;
}

.zb-simulador-intro-section {
	background: #ffffff;
	padding: 76px 24px;
}

.zb-simulador-intro-section h2 {
	max-width: 840px;
	margin: 0 auto 20px;
	color: #211b15;
	font-size: clamp(34px, 4vw, 54px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.zb-simulador-intro-section p {
	max-width: 820px;
	margin: 0 auto;
	color: #5f554b;
	font-size: 20px;
	line-height: 1.75;
}

.zb-simulador-warning-section {
	background: #fbf7ef;
	padding: 82px 24px;
}

.zb-simulador-warning-card {
	background: #ffffff;
	border: 1px solid #eadfcf;
	border-radius: 28px;
	padding: 36px 34px;
	box-shadow: 0 14px 34px rgba(33, 27, 21, 0.08);
}

.zb-simulador-warning-card h2 {
	margin: 0 0 18px;
	color: #211b15;
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.03em;
}

.zb-simulador-warning-card p {
	color: #5f554b;
	font-size: 18px;
	line-height: 1.75;
}

@media (max-width: 781px) {
	.zb-simulador-hero {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.zb-simulador-side-card {
		padding: 28px 24px;
	}

	.zb-simulador-intro-section {
		padding-top: 62px;
		padding-bottom: 62px;
	}

	.zb-simulador-intro-section p {
		font-size: 18px;
	}

	.zb-simulador-warning-section {
		padding-top: 64px;
		padding-bottom: 66px;
	}

	}

/* Remove espaço automático entre Header e conteúdo das páginas */
body.page .wp-block-post-content,
body.page .entry-content.wp-block-post-content {
	margin-top: 0 !important;
	margin-block-start: 0 !important;
}
