/* DeltaEpox — estilos complementares */

.whatsapp-float {
	position: fixed;
	bottom: 24px;
	right: 24px;
	z-index: 9999;
	background: #25d366;
	color: #fff !important;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.35);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	text-decoration: none !important;
}

.whatsapp-float:hover {
	transform: scale(1.08);
	box-shadow: 0 6px 20px rgba(0,0,0,0.45);
	color: #fff !important;
}

.cta-duplo {
	text-align: center;
	margin-top: 1.5em;
}

.cta-duplo li {
	display: inline-block;
	margin: 0.25em 0.5em;
}

.bloco-diferenciais {
	background: rgba(0,0,0,0.04);
	padding: 2em 1.5em;
	border-radius: 6px;
	margin-bottom: 2em;
}

.bloco-diferenciais h3 {
	margin-bottom: 0.5em;
}

.faq-item {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid rgba(0,0,0,0.08);
}

.faq-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.faq-item h3 {
	font-size: 1.1em;
	margin-bottom: 0.4em;
}

.form-sucesso {
	display: none;
	background: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
	padding: 1em 1.25em;
	border-radius: 4px;
	margin-bottom: 1em;
	text-align: center;
}

.form-intro {
	margin-bottom: 1.5em;
	text-align: justify;
}

.tag-ideal {
	display: inline-block;
	background: rgba(0,0,0,0.06);
	padding: 0.35em 0.75em;
	border-radius: 3px;
	font-size: 0.9em;
	margin-top: 0.5em;
}

.cta-secao {
	margin-top: 1em;
}

.trust-bar {
	text-align: center;
	padding: 1.5em 0;
}

.trust-bar span {
	display: inline-block;
	margin: 0.5em 1.5em;
	font-size: 0.95em;
}

.trust-bar .icon {
	margin-right: 0.4em;
	color: inherit;
}

.stats-bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.5em 2.5em;
	text-align: center;
	padding: 1.5em 0;
}

.stat-item strong {
	display: block;
	font-size: 1.75em;
	line-height: 1.2;
	color: inherit;
}

.stat-item span {
	display: block;
	font-size: 0.9em;
	opacity: 0.85;
	margin-top: 0.25em;
}

.depoimento-card {
	background: rgba(0,0,0,0.04);
	padding: 1.75em 1.5em;
	border-radius: 6px;
	margin-bottom: 1.5em;
	height: 100%;
}

.depoimento-texto {
	font-style: italic;
	line-height: 1.6;
	margin-bottom: 1.25em;
}

.depoimento-autor {
	font-size: 0.9em;
	line-height: 1.5;
	margin: 0;
}

.footer-redes a {
	margin: 0 0.5em;
}

#intro-wrapper.style3 #intro > .intro-headline {
	font-weight: 700;
	font-size: 1.35em;
	color: #484d55;
	text-align: center;
	margin-bottom: 1em;
}

#intro-wrapper.contato-intro {
	padding-bottom: 5em;
}

#intro-wrapper.contato-intro .cta-duplo {
	margin-bottom: 1em;
}

@media screen and (max-width: 736px) {
	.whatsapp-float {
		bottom: 16px;
		right: 16px;
		width: 54px;
		height: 54px;
		font-size: 28px;
	}

	.stat-item {
		flex: 1 1 40%;
		min-width: 140px;
	}

	.trust-bar span {
		display: block;
		margin: 0.6em 0;
	}
}
