/* GERAL */
body {
	font-family: "Inter", sans-serif;
}
.py-6 {
	padding: 90px 0;
}
.fw-900 {
	font-weight: 900;
}

.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#player {
	width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.5s ease;
}
.hero-logo {
	width: 250px;
	object-fit: contain;
}

/* IMAGENS DE FUNDO COM OVERLAY */
.bg-img-about {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("img/fundo_plataforma.webp");
	background-size: cover;
	background-attachment: fixed;
}
.bg-img-diff {
	background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("img/fundo_plataforma_dashboard.webp");
	background-size: cover;
	background-attachment: fixed;
}
.bg-img-form {
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("img/fundo_topo.webp");
	background-size: cover;
}

/* SERVIÇOS E DIFERENCIAIS */
.offer-item i {
	font-size: 3rem;
	color: #ffc107;
	margin-bottom: 15px;
	display: block;
}
.offer-item p {
	font-size: 0.75rem;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.diff-card {
	padding: 30px;
	border-radius: 15px;
	border-left: 5px solid rgba(255, 255, 255, 0.2);
	height: 100%;
	transition: 0.3s;
}
.diff-card h3 {
	font-size: 1.1rem;
	font-weight: 800;
	margin-bottom: 10px;
	color: #fff;
}
.diff-card p {
	font-size: 0.9rem;
	margin: 0;
	opacity: 0.9;
}
.diff-card:hover {
	border-left-color: #f04b33;
	transform: translateY(-5px);
}

.bg-blue {
	background: #002d5b;
}
.bg-teal {
	background: #1d4d4f;
}
.bg-gold {
	background: #8a6d00;
}
.bg-red {
	background: #7a1a1a;
}
.bg-logix {
	background: #f04b33;
}

/* PRATICA */
.prat-card {
	background: #111;
	padding: 30px;
	border-radius: 20px;
	border-bottom: 4px solid #f04b33;
	height: 100%;
}
.prat-card p {
	font-size: 0.9rem;
	margin: 0;
	opacity: 0.9;
}
.prat-card h3 {
	font-size: 1.1rem;
	font-weight: 800;
	margin-bottom: 10px;
	color: #fff;
}
.prat-card:hover {
	border-bottom: 6px solid #7a1a1a;
	transform: translateY(-5px);
}

/* DEPOIMENTOS */
.testi-card {
	background: #111;
	padding: 30px;
	border-radius: 20px;
	border-bottom: 4px solid #ffc107;
	height: 100%;
}

.yt-lite {
	position: relative;
	width: 100%;
	max-width: 560px;
	aspect-ratio: 16/9;
	margin: auto;
	cursor: pointer;
}

.yt-lite img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section {
	content-visibility: auto;
	contain-intrinsic-size: 1px 500px;
}

.yt-lite .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 60px;
	color: white;
	background: rgba(0, 0, 0, 0.6);
	border: none;
	border-radius: 50%;
	padding: 10px 20px;
}

/* FORMULÁRIO - CORREÇÃO DE ACESSIBILIDADE */
.form-box {
	background: #000;
	border: 1px solid #333;
}
.lp-input {
	background: #fff !important;
	border-radius: 10px !important;
	border: none !important;
	padding: 12px !important;
	color: #000 !important;
	font-weight: 600;
}

/* COR VERDE OTIMIZADA PARA CONTRASTE (Padrão AA) */
.btn-success-lp {
	background-color: #198754;
	color: #fff;
	border: none;
	border-radius: 50px;
	transition: 0.3s;
}
.btn-success-lp:hover {
	background-color: #157347;
	transform: scale(1.05);
	color: #fff;
}
/* DEPOIMENTOS / RESULTADOS REAIS */
.testi-card {
	background: #111;
	padding: 30px;
	border-radius: 20px;
	/* Define uma borda inicial sutil em todos os lados para a transição funcionar */
	border: 1px solid rgba(255, 255, 255, 0.1);
	/* Mantém o detalhe da borda amarela embaixo que você já tinha */
	border-bottom: 4px solid #ffc107;
	height: 100%;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.testi-card:hover {
	transform: translateY(-10px);
	/* Agora a borda muda de cor em todos os lados */
	border-color: #ffc107;
	box-shadow: 0 15px 35px rgba(255, 193, 7, 0.15);
}

.img-container {
	height: 450px; /* Aumentamos para caber melhor os prints de celular */
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
	background-color: #000; /* Fundo preto para as sobras laterais não ficarem brancas */
	display: flex;
	align-items: center;
	justify-content: center;
}

.img-container img {
	width: 100%;
	height: 100%;
	/* MUDANÇA AQUI: contain mostra a imagem inteira sem cortar nada */
	object-fit: contain;
	transition: transform 0.6s ease;
}

/* O zoom continua funcionando, mas agora dentro do modo contain */
.testi-card:hover .img-container img {
	transform: scale(1.1);
}

.chat-quote p {
	line-height: 1.6;
	margin-top: 15px;
}

.hero-section {
	position: relative;
	overflow: hidden;
	background: #000;
	min-height: 100vh;
	height: auto; /* permite crescer */
	padding-top: 120px;
	padding-bottom: 80px;
	background-image: url("img/fundo_topo.webp");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.hero-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.75) 40%, rgba(0, 0, 0, 0.9) 100%);
	z-index: 1;
	pointer-events: none; /* importante */
}
.hero-section h1 {
	font-weight: 900;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.9);
}

.hero-section p {
	color: rgba(255, 255, 255, 0.85);
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
}
.hero-content-wrap {
	position: relative;
	z-index: 3; /* sobe mais */
}
.hero-content-wrap .container {
	max-width: 1200px;
}
.hero-logo {
	max-width: 220px;
}

/* Vídeo YT embaixo do texto no hero */
.hero-yt-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	border-radius: 16px;
	overflow: hidden;
	box-shadow:
		0 0 60px rgba(220, 38, 38, 0.35),
		0 0 0 1px rgba(255, 255, 255, 0.08);
	max-width: 8000px;
	margin: 0 auto;
}
.hero-yt-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/* =============================================
		   ALTERAÇÃO 2 — CARDS "O QUE ENTREGAMOS"
		   ============================================= */
.delivery-section {
	background: #0a0a0a;
	padding: 80px 0;
}
.delivery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	gap: 20px;
	margin-top: 48px;
}
.delivery-card {
	position: relative;
	background: linear-gradient(145deg, #141414 0%, #0e0e0e 100%);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 18px;
	padding: 36px 24px 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 20px;
	overflow: hidden;
	transition:
		transform 0.3s ease,
		border-color 0.3s ease,
		box-shadow 0.3s ease;
	cursor: default;
}
.delivery-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #ffc46b, #f79e1c);
	opacity: 0;
	transition: opacity 0.3s ease;
}
.delivery-card:hover {
	transform: translateY(-6px);
	border-color: rgba(249, 171, 4, 0.3);
	box-shadow:
		0 20px 48px rgba(0, 0, 0, 0.6),
		0 0 30px rgba(220, 38, 38, 0.1);
}
.delivery-card:hover::before {
	opacity: 1;
}

.delivery-icon-wrap {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(220, 38, 38, 0.15), rgba(220, 38, 38, 0.05));
	border: 1px solid rgba(255, 132, 10, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition:
		background 0.3s,
		border-color 0.3s;
}
.delivery-card:hover .delivery-icon-wrap {
	background: linear-gradient(135deg, rgba(220, 38, 38, 0.3), rgba(220, 38, 38, 0.1));
	border-color: rgba(242, 152, 18, 0.5);
}
.delivery-icon-wrap i {
	font-size: 26px;
	color: #f79e1c;
}
.delivery-card-label {
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #e5e5e5;
	line-height: 1.4;
}
.delivery-card-text {
	font-size: 0.65rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #e8e8e8;
	line-height: 1.4;
}
/* Segunda linha de cards (4 itens da imagem) */
.delivery-grid-row2 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
	margin-top: 20px;
}

.delivery-inner-grid {
	display: grid;
	grid-template-columns: 1fr 1fr; /* 2 colunas */
	gap: 16px;
}

.delivery-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 10px;
}

.delivery-item .delivery-card-label {
	font-size: 0.7rem;
	line-height: 1.4;
}

/* =============================================
		   ALTERAÇÃO 3 — SEÇÃO RESULTADOS (INFOGRÁFICO)
		   ============================================= */
.results-section {
	background: #050505;
	padding: 80px 0;
	overflow: hidden;
}
.results-tagline {
	font-size: 1.15rem;
	font-weight: 600;
	color: #9ca3af;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	margin-bottom: 6px;
}
.results-headline {
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 900;
	line-height: 1.1;
	color: #fff;
	margin-bottom: 10px;
}
.results-sub {
	font-size: 1rem;
	color: #6b7280;
	max-width: 420px;
}

/* KPI big numbers */
.kpi-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}
.kpi-card {
	background: linear-gradient(135deg, #111 0%, #0d0d0d 100%);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 14px;
	padding: 22px 20px;
	position: relative;
	overflow: hidden;
	transition:
		border-color 0.3s,
		transform 0.3s;
}
.kpi-card:hover {
	border-color: rgba(236, 72, 153, 0.3);
	transform: translateY(-3px);
}
.kpi-card::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
}
.kpi-card.pink::after {
	background: linear-gradient(90deg, #ec4899, transparent);
}
.kpi-card.green::after {
	background: linear-gradient(90deg, #22c55e, transparent);
}
.kpi-card.blue::after {
	background: linear-gradient(90deg, #3b82f6, transparent);
}
.kpi-card.purple::after {
	background: linear-gradient(90deg, #a855f7, transparent);
}

.kpi-value {
	font-size: clamp(1.8rem, 3.5vw, 2.4rem);
	font-weight: 900;
	line-height: 1;
	margin-bottom: 4px;
}
.kpi-card.pink .kpi-value {
	color: #ec4899;
}
.kpi-card.green .kpi-value {
	color: #22c55e;
}
.kpi-card.blue .kpi-value {
	color: #3b82f6;
}
.kpi-card.purple .kpi-value {
	color: #a855f7;
}
.kpi-label {
	font-size: 0.72rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	color: #9ca3af;
}

/* Mapa */
.map-center-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.brazil-map-svg {
	max-width: 300px;
	width: 100%;
}
.map-badge {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -55%);
	text-align: center;
}
.map-badge-value {
	font-size: 2.8rem;
	font-weight: 900;
	color: #fff;
	line-height: 1;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.9);
}
.map-badge-label {
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
}

/* Barra de qualidade */
.quality-card {
	background: #111;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 14px;
	padding: 22px 20px;
	margin-top: 16px;
}
.quality-title {
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #6b7280;
	margin-bottom: 14px;
}
.bar-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}
.bar-label {
	font-size: 0.72rem;
	font-weight: 600;
	color: #d1d5db;
	width: 60px;
	flex-shrink: 0;
}
.bar-track {
	flex: 1;
	height: 8px;
	background: rgba(255, 255, 255, 0.06);
	border-radius: 99px;
	overflow: hidden;
}
.bar-fill {
	height: 100%;
	border-radius: 99px;
	transition: width 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.bar-fill.green {
	background: linear-gradient(90deg, #22c55e, #4ade80);
}
.bar-fill.yellow {
	background: linear-gradient(90deg, #eab308, #facc15);
}
.bar-fill.red {
	background: linear-gradient(90deg, #ef4444, #f87171);
}
.bar-pct {
	font-size: 0.72rem;
	font-weight: 700;
	width: 36px;
	text-align: right;
	flex-shrink: 0;
}
.bar-pct.green {
	color: #4ade80;
}
.bar-pct.yellow {
	color: #facc15;
}
.bar-pct.red {
	color: #f87171;
}

/* Highlight "importar deixa de ser um risco" */
.risk-headline {
	font-size: clamp(1.6rem, 3.5vw, 2.2rem);
	font-weight: 900;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 12px;
}
.risk-sub {
	font-size: 0.9rem;
	color: #9ca3af;
	line-height: 1.6;
}

.destaque {
	color: #f79e1c;
}

/* =============================================
   RESPONSIVIDADE AJUSTADA
   ============================================= */

/* Para tablets e celulares (abaixo de 768px) */
@media (max-width: 768px) {
	.hero-section {
		padding: 60px 20px;
	}

	.hero-section h1 {
		font-size: 1.4rem;
	}

	.hero-section p {
		font-size: 1rem;
	}

	/* FORÇAR 1 COLUNA: delivery e kpis */
	.delivery-grid,
	.delivery-grid-row2,
	.delivery-inner-grid,
	.kpi-grid {
		grid-template-columns: 1fr !important;
	}

	/* Ajuste de espaçamento nos cards para mobile */
	.delivery-card {
		padding: 24px 15px;
	}

	/* Melhora o tamanho da fonte dos rótulos no mobile */
	.delivery-card-label {
		font-size: 0.85rem;
	}
}

/* Ajustes finos para celulares muito pequenos (abaixo de 480px) */
@media (max-width: 480px) {
	.hero-logo {
		width: 180px;
		height: auto;
	}

	.results-headline {
		font-size: 1.8rem;
	}

	/* FORÇAR 1 COLUNA: delivery e kpis */
	.delivery-grid,
	.delivery-grid-row2,
	.delivery-inner-grid,
	.kpi-grid {
		grid-template-columns: 1fr !important;
	}
}
