.dgr-button,
.dgr-button:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 14px 22px;
	border: 1px solid transparent;
	border-radius: var(--dgr-radius);
	font-family: var(--dgr-body-font);
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

body.page-id-945 .elementor-945 :where(
	.elementor-element-611b308 h2,
	.elementor-element-9dde60d h2,
	.elementor-element-2aa4f7a h2,
	.elementor-element-66d59e6 h3
),
body.page-id-945 .elementor-945 :where(
	.elementor-element-611b308 h2,
	.elementor-element-9dde60d h2,
	.elementor-element-2aa4f7a h2,
	.elementor-element-66d59e6 h3
) :where(strong, span) {
	color: #B58943 !important;
}

/* Conforia final CTA: match the hero CTA button width. */
body.page-id-945 .elementor-945 .elementor-element-ce1da70 .e-083e59b-7216d51 {
	width: 400px !important;
	max-width: 100% !important;
	margin-right: auto !important;
	margin-left: auto !important;
	align-self: center !important;
}

@media (max-width: 767px) {
	body.page-id-945 .elementor-945 .elementor-element-ce1da70 .e-083e59b-7216d51 {
		width: 300px !important;
	}
}

.ast-footer-copyright .dgr-footer-cnpj {
	display: inline-block;
	margin-top: 2px;
	font-size: 0.78em;
	font-weight: 400;
	line-height: 1.35;
	opacity: 0.68;
}

.dgr-button:hover {
	transform: translateY(-1px);
	text-decoration: none;
}

.dgr-button--primary,
.dgr-button--primary:visited {
	color: var(--dgr-white);
	background: var(--dgr-purple);
	box-shadow: 0 12px 26px rgba(107, 42, 131, 0.22);
}

.dgr-button--primary:hover {
	color: var(--dgr-white);
	background: var(--dgr-purple-dark);
	box-shadow: 0 16px 32px rgba(75, 29, 99, 0.26);
}

.dgr-button--secondary,
.dgr-button--secondary:visited {
	color: var(--dgr-purple-dark);
	background: var(--dgr-white);
	border-color: var(--dgr-border);
	box-shadow: var(--dgr-shadow-soft);
}

.dgr-button--secondary:hover {
	color: var(--dgr-purple-dark);
	border-color: rgba(107, 42, 131, 0.28);
	box-shadow: var(--dgr-shadow);
}

.dgr-card {
	border: 1px solid var(--dgr-border);
	border-radius: var(--dgr-radius);
	background: var(--dgr-white);
	box-shadow: var(--dgr-shadow-soft);
}

.dgr-card--padded {
	padding: clamp(24px, 3vw, 34px);
}

.dgr-list {
	display: grid;
	gap: 12px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.dgr-list li {
	position: relative;
	padding-left: 28px;
	color: var(--dgr-dark);
	line-height: 1.55;
}

.dgr-list li::before {
	content: "";
	position: absolute;
	top: 0.68em;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--dgr-teal);
	box-shadow: 0 0 0 5px rgba(20, 142, 152, 0.12);
}

.dgr-kicker {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 30px;
	padding: 6px 11px;
	border: 1px solid rgba(20, 142, 152, 0.25);
	border-radius: 999px;
	color: var(--dgr-teal);
	background: rgba(20, 142, 152, 0.07);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.dgr-brand-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	margin-top: 34px;
}

.dgr-brand {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 76px;
	padding: 18px;
	border: 1px solid var(--dgr-border);
	border-radius: var(--dgr-radius);
	color: rgba(29, 29, 31, 0.62);
	background: rgba(255, 255, 255, 0.78);
	filter: grayscale(1);
	font-family: var(--dgr-heading-font);
	font-size: 1.05rem;
	font-weight: 700;
	text-align: center;
}

.dgr-testimonials {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 34px;
}

.dgr-testimonial {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.dgr-testimonial blockquote {
	margin: 0;
	color: var(--dgr-dark);
	font-size: 1rem;
	line-height: 1.65;
}

.dgr-testimonial__name {
	margin: auto 0 0;
	color: var(--dgr-dark);
	font-weight: 800;
}

.dgr-testimonial__role {
	margin: 3px 0 0;
	color: var(--dgr-muted);
	font-size: 0.92rem;
}

.dgr-cta {
	position: relative;
	overflow: hidden;
	padding: clamp(42px, 6vw, 70px);
	border-radius: var(--dgr-radius-lg);
	color: var(--dgr-white);
	background: linear-gradient(135deg, var(--dgr-purple-dark), var(--dgr-purple) 58%, var(--dgr-teal));
}

.dgr-cta h2,
.dgr-cta p {
	color: inherit;
}

.dgr-cta h2 {
	max-width: 780px;
	margin: 0;
	font-size: clamp(2.2rem, 4.2vw, 4.4rem);
}

.dgr-cta p {
	max-width: 680px;
	margin: 18px 0 0;
	font-size: 1.12rem;
	line-height: 1.7;
	opacity: 0.9;
}

.dgr-cta .dgr-button {
	margin-top: 28px;
}

@media (max-width: 980px) {
	.dgr-brand-grid,
	.dgr-testimonials {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.dgr-button {
		width: 100%;
	}

	.dgr-brand-grid,
	.dgr-testimonials {
		grid-template-columns: 1fr;
	}

	.dgr-brand {
		min-height: 64px;
	}
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] a,
.site-above-footer-wrap[data-section="section-above-footer-builder"] .footer-widget-area a {
	color: var(--dgr-white);
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] a:hover,
.site-above-footer-wrap[data-section="section-above-footer-builder"] a:focus-visible,
.site-above-footer-wrap[data-section="section-above-footer-builder"] .footer-widget-area a:hover,
.site-above-footer-wrap[data-section="section-above-footer-builder"] .footer-widget-area a:focus-visible {
	color: var(--dgr-teal);
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] a[href*="linkedin.com/in/israeldegasperi"] {
	white-space: nowrap;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] .emoji {
	margin-right: 6px;
	vertical-align: middle;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] h2.wp-block-heading {
	color: var(--dgr-teal) !important;
}

body.page-id-134 .entry-content,
body.page-id-134 .elementor-134 {
	overflow-x: hidden;
}

body.page-id-134 .elementor-134 {
	--dgr-diag-container: 1200px;
	--dgr-diag-readable: 760px;
	--dgr-diag-card: var(--dgr-white);
}

body.page-id-134 .elementor-134 :where(.e-con, .elementor-widget, .e-heading-base, img) {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	z-index: auto !important;
	box-sizing: border-box;
	transform: none !important;
}

body.page-id-134 .elementor-134 :where(.e-con, .elementor-widget) {
	--margin-top: 0px !important;
	--margin-bottom: 0px !important;
	--margin-left: 0px !important;
	--margin-right: 0px !important;
	margin: 0 !important;
}

body.page-id-134 .elementor-134 :where(.e-con-boxed > .e-con-inner) {
	width: min(calc(100% - 48px), var(--dgr-diag-container)) !important;
	max-width: var(--dgr-diag-container) !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

body.page-id-134 .elementor-134 :where(h1, h2, h3, .e-heading-base) {
	width: auto !important;
	max-width: 900px;
	margin: 0 !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	text-wrap: balance;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

body.page-id-134 .elementor-134 h1 {
	color: var(--dgr-teal) !important;
	font-size: clamp(2.2rem, 3vw, 3.25rem) !important;
	line-height: 1.08 !important;
}

body.page-id-134 .elementor-134 h2 {
	color: var(--dgr-teal) !important;
	font-size: clamp(2rem, 3.4vw, 3.45rem) !important;
	line-height: 1.1 !important;
}

body.page-id-134 .elementor-134 h3 {
	color: var(--dgr-teal) !important;
	font-size: clamp(1.55rem, 2.4vw, 2.35rem) !important;
	line-height: 1.14 !important;
}

body.page-id-134 .elementor-134 :where(p, li) {
	width: auto !important;
	max-width: var(--dgr-diag-readable);
	margin: 0 !important;
	color: var(--dgr-dark);
	font-family: var(--dgr-body-font);
	font-size: 1rem;
	line-height: 1.66;
	align-self: auto !important;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

body.page-id-134 .elementor-134 :where(p, ul, ol) {
	width: auto !important;
	margin: 0 !important;
}

body.page-id-134 .elementor-134 :where(ul, ol) {
	padding-left: 1.25rem;
}

body.page-id-134 .elementor-134 img {
	display: block !important;
	max-width: 100% !important;
	height: auto !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.page-id-134 .elementor-134 .elementor-element-c683797 {
	width: min(calc(100vw - 48px), 1535px) !important;
	max-width: 1535px !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
}

body.page-id-134 .elementor-134 .elementor-element-c683797 > .e-con-inner {
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

body.page-id-134 .elementor-134 .elementor-element-c683797 img {
	width: 100% !important;
	max-width: none !important;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

body.page-id-134 .elementor-134 .elementor-element-49ab4b1 {
	padding-top: clamp(8px, 1.6vw, 18px) !important;
}

body.page-id-134 .elementor-134 .elementor-element-49ab4b1 > .e-con-inner,
body.page-id-134 .elementor-134 .elementor-element-519b68b > .e-con-inner {
	display: flex !important;
	width: min(calc(100% - 48px), 1240px) !important;
	max-width: 1240px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	justify-content: center !important;
	text-align: center;
}

body.page-id-134 .elementor-134 .elementor-element-ec2c00e {
	display: flex !important;
	justify-content: center !important;
	text-align: center;
}

body.page-id-134 .elementor-134 .elementor-element-49ab4b1 h1 {
	max-width: 1180px;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.page-id-134 .elementor-134 .elementor-element-519b68b {
	padding-top: 16px !important;
}

body.page-id-134 .elementor-134 .elementor-element-519b68b p {
	max-width: 820px;
	margin-right: auto !important;
	margin-left: auto !important;
	color: var(--dgr-muted);
	font-size: 1.12rem;
	line-height: 1.68;
}

body.page-id-134 .elementor-134 .elementor-element-ec2c00e {
	width: min(calc(100% - 48px), 1240px) !important;
	max-width: 1240px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-top: 24px !important;
	padding-bottom: clamp(22px, 3vw, 34px) !important;
}

body.page-id-134 .elementor-134 :where(.dgr-btn-roxo, .elementor-element-6a2bb9d) .e-button-base {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: auto !important;
	min-width: min(286px, 100%);
	max-width: 360px;
	min-height: 48px;
	margin-right: auto !important;
	margin-left: auto !important;
	border: 1px solid transparent;
	border-radius: var(--dgr-radius);
	color: var(--dgr-white) !important;
	background: var(--dgr-purple);
	box-shadow: 0 12px 26px rgba(107, 42, 131, 0.22);
	padding: 13px 22px;
	text-align: center;
	text-decoration: none !important;
	white-space: normal;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

body.page-id-134 .elementor-134 :where(.dgr-btn-roxo, .elementor-element-6a2bb9d) .e-button-base:hover,
body.page-id-134 .elementor-134 :where(.dgr-btn-roxo, .elementor-element-6a2bb9d) .e-button-base:focus-visible {
	color: var(--dgr-white) !important;
	background: var(--dgr-purple-dark);
	box-shadow: 0 16px 32px rgba(75, 29, 99, 0.26);
	text-decoration: none !important;
}

body.page-id-134 .elementor-134 .elementor-element-103ce3f,
body.page-id-134 .elementor-134 .elementor-element-5002123 {
	padding-bottom: 18px !important;
}

body.page-id-134 .elementor-134 .elementor-element-103ce3f {
	padding-top: clamp(32px, 4vw, 52px) !important;
}

body.page-id-134 .elementor-134 .elementor-element-5002123 {
	padding-top: clamp(24px, 4vw, 42px) !important;
	padding-bottom: 28px !important;
}

body.page-id-134 .elementor-134 :where(.elementor-element-103ce3f, .elementor-element-5002123) > .e-con-inner {
	justify-content: center;
	text-align: center;
}

body.page-id-134 .elementor-134 .elementor-element-ccb4bcc {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: min(calc(100% - 48px), 1040px) !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-top: 6px !important;
	padding-bottom: clamp(36px, 5vw, 58px) !important;
	gap: 22px;
}

body.page-id-134 .elementor-134 .elementor-element-ccb4bcc > .e-con {
	width: 100% !important;
	min-width: 0 !important;
}

body.page-id-134 .elementor-134 .elementor-element-ccb4bcc p,
body.page-id-134 .elementor-134 :where(.elementor-element-6bc20c4, .elementor-element-b8783ac) {
	width: 100% !important;
	max-width: none !important;
	padding: 24px;
	border: 1px solid var(--dgr-border);
	border-radius: var(--dgr-radius);
	background: var(--dgr-diag-card);
	box-shadow: var(--dgr-shadow-soft);
}

body.page-id-134 .elementor-134 .elementor-element-ccb4bcc p {
	min-height: 100%;
}

body.page-id-134 .elementor-134 .elementor-element-9b85739 {
	padding-top: clamp(18px, 3vw, 32px) !important;
	padding-bottom: clamp(34px, 5vw, 62px) !important;
}

body.page-id-134 .elementor-134 .elementor-element-9b85739 img {
	width: min(100%, 720px) !important;
	border-radius: var(--dgr-radius-lg);
	box-shadow: 0 22px 60px rgba(29, 29, 31, 0.1);
}

body.page-id-134 .elementor-134 :where(.elementor-element-4eedb5d, .elementor-element-e5b38f6, .elementor-element-5700805, .elementor-element-ddedaa1, .elementor-element-1d3ddfa, .elementor-element-c90744b, .elementor-element-b929067, .elementor-element-33d2161, .elementor-element-0bfff9f) {
	display: none !important;
}

body.page-id-134 .elementor-134 :where(.elementor-element-fe0e6d3, .elementor-element-83f3c6e) {
	display: flex !important;
	padding-top: 0 !important;
	padding-bottom: 24px !important;
}

body.page-id-134 .elementor-134 :where(.elementor-element-fe0e6d3, .elementor-element-83f3c6e) > .e-con-inner {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	width: min(calc(100% - 48px), 1120px) !important;
	max-width: 1120px !important;
	gap: 28px;
}

body.page-id-134 .elementor-134 :where(.elementor-element-fe0e6d3, .elementor-element-83f3c6e) .elementor-widget-text-editor {
	height: 100%;
}

body.page-id-134 .elementor-134 :where(.elementor-element-f7ed047, .elementor-element-ba55f4f, .elementor-element-bb1381b, .elementor-element-5362779) {
	display: flex !important;
	flex-direction: column;
	height: 100%;
	min-height: 220px;
	padding: 30px;
	border: 1px solid var(--dgr-border);
	border-radius: var(--dgr-radius);
	background: var(--dgr-diag-card);
	box-shadow: var(--dgr-shadow-soft);
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

body.page-id-134 .elementor-134 :where(.elementor-element-f7ed047, .elementor-element-ba55f4f, .elementor-element-bb1381b, .elementor-element-5362779) :where(p, span) {
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	color: var(--dgr-dark) !important;
	font-family: var(--dgr-body-font) !important;
	font-size: 1rem !important;
	font-weight: 400 !important;
	line-height: 1.62 !important;
	word-break: normal !important;
	overflow-wrap: normal !important;
	hyphens: none !important;
}

body.page-id-134 .elementor-134 .elementor-element-f7ed047 :where(b, strong) {
	display: block;
	margin-bottom: 8px;
	color: var(--dgr-dark) !important;
	font-weight: 700 !important;
}

body.page-id-134 .elementor-134 :where(.elementor-element-f7ed047, .elementor-element-ba55f4f, .elementor-element-bb1381b, .elementor-element-5362779)::before {
	display: block;
	margin-bottom: 14px;
	color: var(--dgr-teal);
	font-family: var(--dgr-heading-font);
	font-size: clamp(1.35rem, 1.8vw, 1.85rem);
	font-weight: 600;
	line-height: 1.16;
	letter-spacing: 0;
	text-wrap: balance;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

body.page-id-134 .elementor-134 .elementor-element-f7ed047::before {
	content: "O que você recebe";
}

body.page-id-134 .elementor-134 .elementor-element-ba55f4f::before {
	content: "Leitura do funil real";
}

body.page-id-134 .elementor-134 .elementor-element-bb1381b::before {
	content: "Diagnóstico de desalinhamentos";
}

body.page-id-134 .elementor-134 .elementor-element-5362779::before {
	content: "Prioridades de correção";
}

body.page-id-134 .elementor-134 :where(.elementor-element-fe0e6d3, .elementor-element-83f3c6e) p {
	max-width: none;
}

body.page-id-134 .elementor-134 .elementor-element-83f3c6e {
	padding-bottom: clamp(26px, 4vw, 42px) !important;
}

body.page-id-134 .elementor-134 .elementor-element-9b0030f {
	padding-top: clamp(24px, 3vw, 36px) !important;
	padding-bottom: 18px !important;
}

body.page-id-134 .elementor-134 .elementor-element-9b0030f img {
	width: min(100%, 1200px) !important;
	border: 1px solid var(--dgr-border);
	border-radius: var(--dgr-radius-lg);
	box-shadow: 0 22px 58px rgba(29, 29, 31, 0.09);
}

body.page-id-134 .elementor-134 :where(.elementor-element-5566977, .elementor-element-0bfff9f, .elementor-element-6ca1ef4) {
	padding-top: 18px !important;
	padding-bottom: 14px !important;
}

body.page-id-134 .elementor-134 :where(.elementor-element-5566977, .elementor-element-0bfff9f, .elementor-element-6ca1ef4) > .e-con-inner {
	justify-content: center;
	text-align: center;
}

body.page-id-134 .elementor-134 :where(.elementor-element-5566977, .elementor-element-0bfff9f, .elementor-element-6ca1ef4) h2 {
	font-size: clamp(2rem, 3vw, 3rem) !important;
	line-height: 1.1 !important;
}

body.page-id-134 .elementor-134 .elementor-element-32bd69a {
	padding-top: 0 !important;
	padding-bottom: 24px !important;
}

body.page-id-134 .elementor-134 .elementor-element-32bd69a > .e-con-inner {
	display: block !important;
	width: min(calc(100% - 48px), 820px) !important;
	max-width: 820px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.page-id-134 .elementor-134 .elementor-element-32bd69a .elementor-element-2d9c96a {
	width: 100% !important;
	min-width: 0 !important;
}

body.page-id-134 .elementor-134 :where(.elementor-element-d12718a, .elementor-element-1a321d6, .elementor-element-8a4d64d, .elementor-element-2b7bf78) {
	display: none !important;
}

body.page-id-134 .elementor-134 .elementor-element-6bc20c4 p > br:first-child {
	display: none;
}

body.page-id-134 .elementor-134 .elementor-element-6bc20c4 :where(p, ul),
body.page-id-134 .elementor-134 .elementor-element-b8783ac :where(p, ul) {
	max-width: none;
}

body.page-id-134 .elementor-134 .elementor-element-6bc20c4 ul,
body.page-id-134 .elementor-134 .elementor-element-b8783ac ul {
	margin-top: 18px !important;
	display: grid;
	gap: 8px;
}

body.page-id-134 .elementor-134 .elementor-element-025d621 {
	padding-top: 10px !important;
	padding-bottom: clamp(32px, 4vw, 52px) !important;
}

body.page-id-134 .elementor-134 .elementor-element-025d621 > .e-con-inner {
	width: min(calc(100% - 48px), 920px) !important;
	max-width: 920px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	display: grid !important;
	gap: 18px;
}

body.page-id-134 .elementor-134 .elementor-element-025d621 h3 {
	max-width: none;
	margin-right: auto !important;
	margin-left: auto !important;
	text-align: center;
}

body.page-id-134 .elementor-134 .elementor-element-b333819 {
	padding-top: clamp(38px, 5vw, 62px) !important;
	padding-bottom: 16px !important;
}

body.page-id-134 .elementor-134 .elementor-element-b333819 > .e-con-inner,
body.page-id-134 .elementor-134 .elementor-element-c997087 > .e-con-inner,
body.page-id-134 .elementor-134 .elementor-element-6a2bb9d {
	justify-content: center !important;
	text-align: center;
}

body.page-id-134 .elementor-134 .elementor-element-b333819 h2 {
	max-width: 1040px;
	color: var(--dgr-purple-dark) !important;
	font-size: clamp(2rem, 2.8vw, 3rem) !important;
	line-height: 1.12 !important;
}

body.page-id-134 .elementor-134 .elementor-element-c997087 {
	padding-bottom: 22px !important;
}

body.page-id-134 .elementor-134 .elementor-element-c997087 p {
	max-width: 660px;
	color: var(--dgr-muted);
	font-size: 1.08rem;
}

body.page-id-134 .elementor-134 .elementor-element-6a2bb9d {
	width: min(calc(100% - 48px), var(--dgr-diag-container)) !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-bottom: clamp(64px, 8vw, 100px) !important;
}

body.page-id-134 .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row {
	align-items: flex-start;
	row-gap: 22px;
}

body.page-id-134 .site-above-footer-wrap[data-section="section-above-footer-builder"] :where(h2, h3, .widget-title, .wp-block-heading) {
	color: var(--dgr-teal) !important;
}

body.page-id-134 .site-above-footer-wrap[data-section="section-above-footer-builder"] a,
body.page-id-134 .site-above-footer-wrap[data-section="section-above-footer-builder"] .footer-widget-area a {
	color: var(--dgr-white) !important;
}

body.page-id-134 .site-above-footer-wrap[data-section="section-above-footer-builder"] a:hover,
body.page-id-134 .site-above-footer-wrap[data-section="section-above-footer-builder"] a:focus-visible {
	color: var(--dgr-teal) !important;
}

@media (min-width: 1025px) {
	body.page-id-134 .elementor-134 :where(.elementor-element-103ce3f, .elementor-element-9b85739, .elementor-element-5002123, .elementor-element-9b0030f, .elementor-element-6ca1ef4, .elementor-element-32bd69a, .elementor-element-025d621, .elementor-element-b333819, .elementor-element-c997087, .elementor-element-6a2bb9d) > .e-con-inner,
	body.page-id-134 .elementor-134 :where(.elementor-element-ccb4bcc, .elementor-element-fe0e6d3, .elementor-element-83f3c6e) > .e-con-inner {
		box-sizing: border-box;
		width: min(calc(100% - 64px), 1200px) !important;
		max-width: 1200px !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-103ce3f {
		padding-bottom: 34px !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-9b85739 {
		padding-bottom: 16px !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-103ce3f h2 {
		max-width: 980px;
		margin-right: auto !important;
		margin-left: auto !important;
		text-align: center !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-ccb4bcc {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: min(calc(100% - 64px), 1120px) !important;
		max-width: 1120px !important;
		gap: 36px;
		padding-top: 0 !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-5002123 {
		padding-top: 14px !important;
		padding-bottom: 40px !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-5002123 > .e-con-inner {
		align-items: center !important;
		justify-content: center !important;
		text-align: center !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-5002123 h2 {
		max-width: 1040px;
		margin-right: auto !important;
		margin-left: auto !important;
		text-align: center !important;
	}

	body.page-id-134 .elementor-134 :where(.elementor-element-fe0e6d3, .elementor-element-83f3c6e) > .e-con-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px;
	}

	body.page-id-134 .elementor-134 :where(.elementor-element-f7ed047, .elementor-element-ba55f4f, .elementor-element-bb1381b, .elementor-element-5362779) {
		width: 100%;
		min-width: 0;
		height: auto;
		padding: 28px;
		box-sizing: border-box;
		word-break: normal;
		overflow-wrap: normal;
		hyphens: none;
	}

	body.page-id-134 .elementor-134 :where(.elementor-element-f7ed047, .elementor-element-ba55f4f, .elementor-element-bb1381b, .elementor-element-5362779)::before {
		color: var(--dgr-teal);
		font-size: clamp(1.25rem, 1.4vw, 1.55rem);
		line-height: 1.18;
		word-break: normal;
		overflow-wrap: normal;
		hyphens: none;
	}

	body.page-id-134 .elementor-134 :where(.elementor-element-f7ed047, .elementor-element-ba55f4f, .elementor-element-bb1381b, .elementor-element-5362779) :where(p, span) {
		line-height: 1.62 !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
		hyphens: none !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-9b0030f img {
		display: block !important;
		width: 100% !important;
		max-width: none !important;
		height: auto !important;
		margin-right: auto !important;
		margin-left: auto !important;
		object-fit: contain;
	}

	body.page-id-134 .elementor-134 .elementor-element-9b0030f > .e-con-inner {
		width: min(calc(100vw - 48px), 1240px) !important;
		max-width: 1240px !important;
		margin-right: auto !important;
		margin-left: auto !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
		justify-content: center !important;
	}

	body.page-id-134 .elementor-134 :where(.elementor-element-6ca1ef4, .elementor-element-32bd69a) > .e-con-inner,
	body.page-id-134 .elementor-134 .elementor-element-025d621 > .e-con-inner {
		width: min(calc(100% - 64px), 1200px) !important;
		max-width: 1200px !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-6ca1ef4 > .e-con-inner {
		justify-content: flex-start !important;
		text-align: left !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-6ca1ef4 h2,
	body.page-id-134 .elementor-134 .elementor-element-025d621 h3 {
		width: 100% !important;
		max-width: none;
		margin-right: 0 !important;
		margin-left: 0 !important;
		text-align: left !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-32bd69a .elementor-element-2d9c96a,
	body.page-id-134 .elementor-134 .elementor-element-6bc20c4,
	body.page-id-134 .elementor-134 .elementor-element-b8783ac {
		width: 100% !important;
		max-width: none !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		justify-self: stretch !important;
		align-self: stretch !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-32bd69a > .e-con-inner {
		align-items: stretch !important;
		justify-items: stretch !important;
		justify-content: stretch !important;
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-32bd69a .elementor-element-2d9c96a {
		--width: 100%;
		--flex-basis: 100%;
		width: 100% !important;
		max-width: 100% !important;
		flex-basis: 100% !important;
		flex-grow: 0 !important;
		grid-column: 1 / -1 !important;
		justify-self: stretch !important;
		align-self: stretch !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-6bc20c4 > .elementor-widget-container {
		width: 100% !important;
		max-width: none !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-025d621 > .e-con-inner {
		align-items: stretch !important;
		justify-items: stretch !important;
		justify-content: stretch !important;
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-025d621 h3,
	body.page-id-134 .elementor-134 .elementor-element-b8783ac {
		grid-column: 1 / -1 !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-b8783ac {
		--align-self: stretch;
		--container-widget-width: 100%;
		--container-widget-flex-grow: 0;
		--margin-left: 0px;
		--margin-right: 0px;
		--padding-left: 0px;
		--padding-right: 0px;
		position: relative !important;
		inset-inline-start: 0 !important;
		left: 0 !important;
		right: auto !important;
		justify-self: stretch !important;
		align-self: stretch !important;
		transform: none !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-b8783ac > .elementor-widget-container {
		width: 100% !important;
		max-width: none !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		transform: none !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-b8783ac p:first-of-type {
		margin: 0 0 18px !important;
		color: transparent !important;
		font-size: 0 !important;
		line-height: 0 !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-b8783ac p:first-of-type::before {
		content: "Este diagnóstico foi criado para operações que já buscam previsibilidade de receita, não apenas volume de leads.";
		display: block;
		color: #1f2933;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.62;
	}

	body.page-id-134 .elementor-134 :where(.elementor-element-b333819, .elementor-element-c997087) > .e-con-inner,
	body.page-id-134 .elementor-134 .elementor-element-6a2bb9d {
		width: min(calc(100% - 64px), 1200px) !important;
		max-width: 1200px !important;
		margin-right: auto !important;
		margin-left: auto !important;
		justify-content: center !important;
		text-align: center !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-b333819 h2,
	body.page-id-134 .elementor-134 .elementor-element-c997087 p {
		margin-right: auto !important;
		margin-left: auto !important;
		text-align: center !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-c997087 p {
		max-width: 720px;
	}
}

@media (min-width: 1200px) {
	body.page-id-134 .elementor-134 {
		display: grid;
		grid-template-columns:
			minmax(24px, 1fr)
			repeat(4, minmax(260px, 300px))
			minmax(24px, 1fr);
		column-gap: 24px;
	}

	body.page-id-134 .elementor-134 > .e-con {
		grid-column: 1 / -1;
	}

	body.page-id-134 .elementor-134 .elementor-element-fe0e6d3 {
		grid-column: 2 / 4;
	}

	body.page-id-134 .elementor-134 .elementor-element-83f3c6e {
		grid-column: 4 / 6;
	}

	body.page-id-134 .elementor-134 :where(.elementor-element-fe0e6d3, .elementor-element-83f3c6e),
	body.page-id-134 .elementor-134 :where(.elementor-element-fe0e6d3, .elementor-element-83f3c6e) > .e-con-inner {
		width: 100% !important;
		max-width: none !important;
	}

	body.page-id-134 .elementor-134 :where(.elementor-element-fe0e6d3, .elementor-element-83f3c6e) > .e-con-inner {
		grid-template-columns: repeat(2, minmax(260px, 1fr));
		gap: 24px;
	}

	body.page-id-134 .elementor-134 :where(.elementor-element-f7ed047, .elementor-element-ba55f4f, .elementor-element-bb1381b, .elementor-element-5362779) {
		min-width: 260px;
		padding: 26px;
	}
}

@media (max-width: 1024px) {
	body.page-id-134 .elementor-134 :where(.e-con, .elementor-widget) {
		--margin-top: 0px !important;
		--margin-bottom: 0px !important;
		--margin-left: 0px !important;
		--margin-right: 0px !important;
		margin: 0 !important;
	}

	body.page-id-134 .elementor-134 :where(.e-con-boxed > .e-con-inner) {
		width: min(calc(100% - 44px), var(--dgr-diag-container)) !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-ccb4bcc {
		grid-template-columns: 1fr;
	}

	body.page-id-134 .elementor-134 :where(.elementor-element-fe0e6d3, .elementor-element-83f3c6e) > .e-con-inner {
		width: min(calc(100% - 44px), 840px) !important;
	}
}

@media (max-width: 767px) {
	body.page-id-134 .elementor-134 {
		--dgr-diag-readable: 100%;
	}

	body.page-id-134 .elementor-134 :where(.e-con-boxed > .e-con-inner) {
		width: min(calc(100% - 40px), var(--dgr-diag-container)) !important;
	}

	body.page-id-134 .elementor-134 h1 {
		font-size: clamp(1.95rem, 8vw, 2.55rem) !important;
		line-height: 1.08 !important;
	}

	body.page-id-134 .elementor-134 h2 {
		font-size: clamp(1.75rem, 7vw, 2.35rem) !important;
		line-height: 1.14 !important;
	}

	body.page-id-134 .elementor-134 h3 {
		font-size: clamp(1.35rem, 6vw, 1.85rem) !important;
		line-height: 1.16 !important;
	}

	body.page-id-134 .elementor-134 :where(.elementor-element-103ce3f, .elementor-element-5002123, .elementor-element-5566977, .elementor-element-6ca1ef4, .elementor-element-025d621, .elementor-element-b333819) :where(h1, h2, h3, .e-heading-base) {
		margin-right: auto !important;
		margin-left: auto !important;
		text-align: center !important;
	}

	body.page-id-134 .elementor-134 :where(p, li) {
		font-size: 1rem;
		line-height: 1.6;
	}

	body.page-id-134 .elementor-134 .elementor-element-c683797 {
		padding-top: 24px !important;
		padding-bottom: 16px !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-c683797 img {
		border-radius: 14px;
		box-shadow: 0 16px 40px rgba(75, 29, 99, 0.12);
	}

	body.page-id-134 .elementor-134 .elementor-element-49ab4b1,
	body.page-id-134 .elementor-134 .elementor-element-519b68b,
	body.page-id-134 .elementor-134 .elementor-element-ec2c00e {
		text-align: center;
	}

	body.page-id-134 .elementor-134 .elementor-element-49ab4b1 {
		padding-top: 6px !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-519b68b {
		padding-top: 12px !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-519b68b p {
		font-size: 1rem;
		line-height: 1.62;
	}

	body.page-id-134 .elementor-134 .elementor-element-ec2c00e,
	body.page-id-134 .elementor-134 .elementor-element-6a2bb9d {
		width: min(calc(100% - 40px), var(--dgr-diag-container)) !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-ec2c00e {
		padding-top: 18px !important;
		padding-bottom: 22px !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-103ce3f {
		padding-top: 28px !important;
		padding-bottom: 14px !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-5002123 {
		padding-top: 24px !important;
		padding-bottom: 14px !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-ccb4bcc {
		width: min(calc(100% - 40px), 1040px) !important;
		padding-bottom: 26px !important;
		gap: 16px;
	}

	body.page-id-134 .elementor-134 .elementor-element-ccb4bcc p,
	body.page-id-134 .elementor-134 :where(.elementor-element-f7ed047, .elementor-element-ba55f4f, .elementor-element-bb1381b, .elementor-element-5362779, .elementor-element-6bc20c4, .elementor-element-b8783ac) {
		padding: 20px;
	}

	body.page-id-134 .elementor-134 :where(.elementor-element-fe0e6d3, .elementor-element-83f3c6e) {
		padding-bottom: 16px !important;
	}

	body.page-id-134 .elementor-134 :where(.elementor-element-fe0e6d3, .elementor-element-83f3c6e) > .e-con-inner {
		width: min(calc(100% - 40px), 840px) !important;
		grid-template-columns: 1fr;
		gap: 16px;
	}

	body.page-id-134 .elementor-134 :where(.elementor-element-f7ed047, .elementor-element-ba55f4f, .elementor-element-bb1381b, .elementor-element-5362779) {
		min-height: 0;
	}

	body.page-id-134 .elementor-134 :where(.elementor-element-f7ed047, .elementor-element-ba55f4f, .elementor-element-bb1381b, .elementor-element-5362779)::before {
		margin-bottom: 12px;
		font-size: clamp(1.35rem, 6vw, 1.75rem);
	}

	body.page-id-134 .elementor-134 .elementor-element-9b85739 {
		padding-top: 12px !important;
		padding-bottom: 28px !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-9b85739 img {
		width: min(100%, 520px) !important;
		border-radius: 16px;
	}

	body.page-id-134 .elementor-134 .elementor-element-9b0030f {
		padding-top: 22px !important;
		padding-bottom: 14px !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-9b0030f > .e-con-inner {
		width: min(calc(100% - 40px), 1240px) !important;
		max-width: 1240px !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
		justify-content: center !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-9b0030f img {
		width: 100% !important;
		max-width: none !important;
		height: auto !important;
		border-radius: 12px;
		object-fit: contain;
	}

	body.page-id-134 .elementor-134 :where(.elementor-element-5566977, .elementor-element-0bfff9f, .elementor-element-6ca1ef4) {
		padding-top: 14px !important;
		padding-bottom: 10px !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-32bd69a {
		padding-bottom: 18px !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-025d621 {
		padding-top: 8px !important;
		padding-bottom: 38px !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-b333819 {
		padding-top: 46px !important;
		padding-bottom: 14px !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-c997087 {
		padding-bottom: 20px !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-6a2bb9d {
		padding-bottom: 64px !important;
	}

	body.page-id-134 .site-above-footer-wrap[data-section="section-above-footer-builder"] .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] p {
		overflow-wrap: normal;
	}
}

/* ── Diagnóstico "Para empresas que" card: fix desktop left-alignment ────────
 * ROOT CAUSE: the global rule for .elementor-element-32bd69a > .e-con-inner
 * uses a direct class selector (specificity 0,4,1) with !important → 820px
 * max-width, centred. The existing desktop override wraps the selector in
 * :where() (specificity 0,3,1), which LOSES to the higher-specificity global
 * rule even inside a media query. Result: on desktop the card stays at 820px
 * while the section titles (6ca1ef4) correctly expand to 1200px, so their
 * left edges are at different x positions.
 *
 * FIX: repeat the override WITHOUT :where() so both declarations share the
 * same specificity (0,4,1). Later source-order then wins, applying 1200px.
 * Mobile is unaffected — this block only fires at ≥ 1025 px.
 * ────────────────────────────────────────────────────────────────────────── */
@media (min-width: 1025px) {
	body.page-id-134 .elementor-134 .elementor-element-32bd69a > .e-con-inner {
		width: min(calc(100% - 64px), 1200px) !important;
		max-width: 1200px !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
}

/* ── Diagnóstico hero image: fix desktop cropping ──────────────────────────
 * The hero image container (.elementor-element-c683797) was set with
 * left: 50% + translateX(-50%) on all screens, which causes the image to be
 * shifted and cropped on desktop. Mobile is already correct (no change there).
 * This block resets the positioning for screens ≥ 768 px so the image fills
 * its parent naturally, matching the behaviour of the Aquisição e Pipeline
 * and Presença em AI Search hero images.
 * ────────────────────────────────────────────────────────────────────────── */
@media (min-width: 768px) {
	body.page-id-134 .elementor-134 .elementor-element-c683797 {
		position: relative !important;
		width: 100% !important;
		max-width: 100% !important;
		left: 0 !important;
		transform: none !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-c683797 > .e-con-inner {
		width: 100% !important;
		max-width: 100% !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	body.page-id-134 .elementor-134 .elementor-element-c683797 img {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		object-fit: contain;
		object-position: center top;
	}
}

/* ── Conforia team photos: equalize heights on desktop ──────────────────────
 * The four team-member photos have different natural heights. Targeted by
 * their unique file names (stable identifiers), they are forced to the same
 * height with object-fit: cover so no distortion occurs.
 * Only active on screens ≥ 768 px; mobile keeps natural heights.
 * ────────────────────────────────────────────────────────────────────────── */
@media (min-width: 768px) {
	body.page-id-945 img[src*="foto_renata_500x504_sem_distorcer"],
	body.page-id-945 img[src*="1773402573220"],
	body.page-id-945 img[src*="1628884752987"],
	body.page-id-945 img[src*="1769015450390"] {
		height: 280px !important;
		width: 100% !important;
		object-fit: cover !important;
		object-position: center top !important;
		display: block !important;
	}
}
