.svg-bg {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}


.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.video-container video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.mobile-video,
.desktop-video {
	display: none;
}

@media (max-width: 768px) {
	.mobile-video {
		display: block;
	}
}

@media (min-width: 769px) {
	.desktop-video {
		display: block;
	}
}






@media (min-width: 768px) {
	.feature-box-border-horizontal .feature-box {
		position: relative;
	}

	.feature-box-border-horizontal .feature-box:not(.noborder) .fbox-icon::before,
	.feature-box-border-horizontal.border-hover-animate .feature-box:not(.noborder) .fbox-icon::after {
		content: "";
		position: absolute;
		top: 31px;
		left: calc(50% + 32px);
		width: calc(89% - 64px);
		height: 2px;
		border: 1px solid #EEE;
		z-index: 0;
	}

	.feature-box-border-horizontal.border-dashed .feature-box:not(.noborder) .fbox-icon::before,
	.feature-box-border-horizontal.border-dashed.border-hover-animate .feature-box:not(.noborder) .fbox-icon::after {
		border-style: dashed;
	}

	.feature-box-border-horizontal.border-hover-animate .feature-box:not(.noborder) .fbox-icon::after {
		display: block;
		border-color: #ED0905;
		width: 0;
		transform-origin: top left;
		transition: width .3s ease-in-out;
	}

	/* .feature-box-border-horizontal .feature-box:not(.noborder):nth-child(1) .fbox-icon::before { background-color: #222; } */

	.feature-box-border-horizontal.border-hover-animate .feature-box:not(.noborder):hover .fbox-icon::after {
		width: calc(89% - 64px);
	}


	.feature-box-border-horizontal .fbox-icon i,
	.feature-box-border-horizontal .fbox-border.fbox-light .fbox-icon i {
		line-height: 60px;
		font-size: 24px;
		z-index: 1;
		text-align: center;
		box-shadow: 0 0 0px 10px #202020;
	}

	.feature-box-border-horizontal .feature-box.flex-column:not(.noborder) .fbox-icon::before,
	.feature-box-border-horizontal.border-hover-animate .feature-box.flex-column:not(.noborder) .fbox-icon::after {
		left: calc(0% + 100px);
	}
}

.botao-flutuante-wpp.luxo {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: flex;
	align-items: center;
	gap: 12px;
	z-index: 999;
	font-family: 'Poppins', sans-serif;
}

/* Botão WhatsApp */
.btn-wpp-luxo {
	display: flex;
	align-items: center;
	background: linear-gradient(135deg, #1ebe5d, #0a9940);
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	padding: 12px 20px;
	border-radius: 40px;
	text-decoration: none;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
	transition: all 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-wpp-luxo i {
	font-size: 20px;
	margin-right: 10px;
}

.btn-wpp-luxo:hover {
	background: linear-gradient(135deg, #24e570, #1dc75a);
	transform: translateY(-2px) scale(1.03);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Botão Subir */
.btn-subir-luxo {
	background: linear-gradient(135deg, #ED0905, #a00604);
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: white;
	text-align: center;
	line-height: 42px;
	font-size: 20px;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-subir-luxo:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.servico-box {
	transition: all 0.3s ease;
	border: 1px solid transparent;
}

.servico-box:hover {
	border-color: #ED0905;
	box-shadow: 0 0 15px 2px rgba(237, 9, 5, 0.6);
	color: #ED0905;
}

.bg-gold-bar {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 220px;
	background: linear-gradient(90deg, #8a0403, #ED0905, #8a0403);
	transform: translateY(-50%);
	z-index: 1;
	border-radius: 0;
}

@media (max-width: 767px) {
	.bg-gold-bar {
		height: 100%;
		top: 0;
		transform: none;
		border-radius: 0;
	}
}

#linha-steps {
	background-color: #121212;
	color: #fff;
	position: relative;
	z-index: 1;
}

#linha-steps .fancy-title h3 {
	color: #fff;
}

#linha-central {
	position: relative;
	padding: 20px 0;
	margin-left: 20px;
}

#linha-central::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 3px;
	height: calc(100% - 95px);
	background: linear-gradient(to bottom, #ffffff 0%, #ED0905 0%);
	transform: translateX(-50%);
	z-index: 1;
	transition: background 0.3s ease;
}

#linha-central.brilho-linha::before {
	box-shadow: 0 0 25px 6px rgba(237, 9, 5, 0.6);
}

.timeline-step {
	position: relative;
	width: 50%;
	padding: 20px 40px;
	box-sizing: border-box;
}

.timeline-step.left {
	left: 0;
	text-align: right;
}

.timeline-step.right {
	left: 50%;
	text-align: left;
}

.timeline-step::before {
	content: '';
	position: absolute;
	top: 30px;
	width: 16px;
	height: 16px;
	background: #ED0905;
	border-radius: 50%;
	z-index: 2;
	border: 3px solid #fff;
}

.timeline-step.left::before {
	right: -8px;
}

.timeline-step.right::before {
	left: -8px;
}

.timeline-step.full-width-button::before {
	display: none;
}

.content-box {
	background: #1e1e1e;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 0 15px rgba(237, 9, 5, 0.1);
	transition: all 0.3s ease;
	position: relative;
	z-index: 3;
}

.content-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 0 25px rgba(237, 9, 5, 0.6);
}

.content-box h4 {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

.content-box p {
	font-size: 14px;
	color: #cccccc;
	margin-bottom: 0;
}

.step-label {
	font-size: 14px;
	font-weight: 600;
	color: #ED0905;
	margin-top: 10px;
}

.full-width-button {
	width: 100%;
	padding-top: 40px;
	text-align: center;
	z-index: 3;
	position: relative;
}

.btn-roas-timeline {
	display: inline-block;
	padding: 14px 28px;
	font-size: 16px;
	font-weight: 600;
	color: #ED0905;
	background-color: transparent;
	border: 2px solid #ED0905;
	border-radius: 50px;
	transition: all 0.3s ease;
	position: relative;
	z-index: 5;
	text-decoration: none;
}

.btn-roas-timeline:hover {
	background-color: #ED0905;
	color: #1e1e1e;
	box-shadow: 0 0 25px rgba(237, 9, 5, 0.8);
}

/* RESPONSIVO */
@media (max-width: 768px) {
	#linha-steps .timeline::before {
		left: 20px;
		transform: none;
		height: calc(100% - 144px);
	}

	.timeline-step {
		width: 100%;
		left: 0 !important;
		text-align: left !important;
		padding-left: 60px;
		padding-right: 20px;
		margin-bottom: 30px;
	}

	.timeline-step::before {
		left: 20px !important;
		right: auto !important;
	}

	.timeline-step.full-width-button {
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}

	.btn-roas-timeline {
		width: 90%;
		max-width: 350px;
	}
}

.roas-form .form-label {
	color: #ED0905;
	font-weight: 500;
}

.roas-form .form-control,
.roas-form .form-select {
	background-color: #111;
	color: #fff;
	border: 1px solid #444;
}

.roas-form .form-control::placeholder {
	color: #bbb;
}

.roas-form .form-select option {
	background-color: #111;
	color: #fff;
}

.roas-form .btn-primary {
	background: linear-gradient(90deg, #ED0905, #a00604);
	border: none;
	color: #000;
	font-weight: bold;
}

.roas-form .btn-primary:hover {
	background: #a00604;
}

.roas-form .card {
	background-color: #1a1a1a;
}

.avaliacoes-google {
	background-color: #000;
	color: #fff;
}

.titulo-secao {
	color: #ED0905;
	font-weight: bold;
	margin-bottom: 2rem;
}

.nota-google {
	color: #fff;
}

.estrelas {
	color: #ED0905;
	font-size: 1.3rem;
}

.comentarios {
	margin-top: 2rem;
}

.comentario {
	background-color: #111;
	padding: 1rem 1.5rem;
	border-radius: 10px;
	max-width: 300px;
	flex: 1 1 250px;
	box-shadow: 0 0 10px rgba(237, 9, 5, 0.2);
	text-align: left;
}

.avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.icon-google {
	width: 16px;
	height: 16px;
	margin-left: auto;
}


/* chat */
#botao-chat {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #ED0905;
	color: #000;
	border: none;
	padding: 10px 15px;
	border-radius: 30px 0 0 30px;
	cursor: pointer;
	font-weight: bold;
	z-index: 1001;
}

.chat-suporte {
	width: 400px;
	position: fixed;
	bottom: 90px;
	right: 20px;
	background: #111;
	border: 1px solid #ED0905;
	border-radius: 10px;
	display: none;
	flex-direction: column;
	box-shadow: 0 0 10px rgba(237, 9, 5, 0.4);
	z-index: 1050;
}

.chat-header {
	background: #ED0905;
	color: #000;
	padding: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 16px;
}

.chat-body {
	background: #000;
	color: #fff;
	height: 350px;
	overflow-y: auto;
	padding: 15px;
	font-size: 13px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.chat-footer {
	display: flex;
	border-top: 1px solid #ED0905;
}

.chat-footer input {
	flex: 1;
	padding: 10px;
	border: none;
	border-radius: 0;
	outline: none;
	font-size: 14px;
}

.chat-footer button {
	background: #ED0905;
	color: #000;
	border: none;
	padding: 10px 15px;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
}

.mensagem {
	margin-bottom: 8px;
	line-height: 1.4;
	max-width: 80%;
	padding: 8px 12px;
	border-radius: 18px;
	font-size: 13px;
	background: #333;
	color: #fff;
	word-wrap: break-word;
	display: inline-block;
}

.mensagem.enviada {
	background: #ED0905;
	color: #000;
	align-self: flex-end;
	text-align: right;
}

.mensagem.recebida {
	background: #333;
	color: #fff;
	align-self: flex-start;
	text-align: left;
}

.fechar-chat {
	background: none;
	border: none;
	font-size: 22px;
	color: #000;
	cursor: pointer;
}

.chat-option-button {
	margin: 6px 0;
	background: #222;
	color: #fff;
	border: 1px solid #ED0905;
	padding: 8px 12px;
	border-radius: 8px;
	width: 100%;
	text-align: left;
	font-size: 13px;
	transition: 0.2s;
	cursor: pointer;
}

.chat-option-button:hover,
.chat-option-button.selected {
	background: #ED0905;
	color: #000;
	border-color: #fff;
}

.chat-input-dynamic {
	width: 100%;
	padding: 8px;
	border: 1px solid #ED0905;
	border-radius: 6px;
	margin-top: 10px;
	color: #fff;
	background: #000;
	font-size: 13px;
}

#chat-suporte {
	position: fixed;
	right: 20px;
	bottom: 80px;
	width: 380px;
	height: 400px;
	/* Tamanho fixo mantido */
	background-color: #000;
	border: 2px solid #ED0905;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 20px rgba(237, 9, 5, 0.4);
	overflow: hidden;
	z-index: 9999;
}

#chat-body {
	flex: 1;
	overflow-y: auto;
	padding: 15px;
	scrollbar-width: thin;
	scrollbar-color: #ED0905 transparent;

}

#chat-body::-webkit-scrollbar {
	width: 6px;
}

#chat-body::-webkit-scrollbar-track {
	background: transparent;
}

#chat-body::-webkit-scrollbar-thumb {
	background-color: #ED0905;
	border-radius: 4px;
}

#chat-footer {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px;
	background-color: #000;
	border-top: 1px solid #333;
}

.chat-send-button {
	background-color: #ED0905;
	border: none;
	color: black;
	padding: 8px 12px;
	border-radius: 8px;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.3s;
}

.chat-send-button:hover {
	background-color: #a00604;
}