body{
	font-family:'Plus Jakarta Sans',sans-serif;
}
:root{
	--primary:#17e0c3;
	--primary-dark:#10b8a0;
	--bg:#07111f;
	--bg-light:#0f1b2d;
	--text:#ffffff;
	--text-secondary:#a9b4c7;
}
.hero{
	position:relative;
	overflow:hidden;
	background:
	radial-gradient(
		circle at 80% 30%,
		rgba(23,224,195,.15),
		transparent 35%
	),
	linear-gradient(
		135deg,
		#07111f 0%,
		#0b1627 100%
	);
	padding:15px 0;
	padding-bottom: 100px;
	margin-top: 115px;
}
@media (min-width:631px){ 
	.hero{
		margin-top: unset;
	}
}
.heroContato{
	position:relative;
	overflow:hidden;
	background:
	radial-gradient(
		circle at 80% 30%,
		rgba(23,224,195,.15),
		transparent 35%
	),
	linear-gradient(
		135deg,
		#07111f 0%,
		#0b1627 100%
	);
	padding:15px 0;
	padding-bottom: 100px;
	margin-top: 20px;
}
@media (min-width:631px){ 
	.heroContato{
		margin-top: unset;
	}
}
.hero-2{
	position:relative;
	overflow:hidden;
	background: #081221;
	padding:15px 0;
	padding-bottom: 100px;
	margin-top: 115px;
	padding-top: 50px;
}
@media (max-width: 900px) {
	.hero-2{
		margin-top: 280px;
	}
}
@media (min-width:631px){ 
	.hero-2{
		margin-top: unset;
	}
}			
.hero-content{
	width: 95%;
}
@media (min-width:631px){ 
	.hero-content{
		width: 720px;
	}
}
.container{
	width:100%;
	max-width:1280px;
	margin:auto;
	padding:0 32px;
	margin-left: 0px;
}
@media (min-width:800px){ 
	.container{
		margin-left: 20px;
	}
}
@media (min-width:1400px){ 
	.container{
		margin-left: 80px;
	}
}
@media (min-width:1800px){ 
	.container{
		margin-left: 200px;
	}
}
.container-artigo{
	width:100%;
	max-width:1280px;
	margin:auto;
}
@media (min-width:1000px){ 
	.container-artigo{
		padding:0 32px;
		margin-left: 20px;
	}
}
@media (min-width:1400px){ 
	.container-artigo{
		margin-left: 20px;
	}
}
@media (min-width:1500px){ 
	.container-artigo{
		margin-left: 50px;
	}
}
@media (min-width:1500px){ 
	.container-artigo{
		margin-left: 80px;
	}
}
@media (min-width:1800px){ 
	.container-artigo{
		margin-left: 200px;
	}
}
.hero-wrapper{
	display:block;
	grid-template-columns:
	1fr
	520px;
	gap:20px;
	align-items:center;
}
@media (min-width:800px){ 
	.hero-wrapper{
		display:grid;
	}
}
@media (min-width:1500px){ 
	.hero-wrapper{
		gap:80px;
	}
}
@media (min-width:1800px){ 
	.hero-wrapper{
		gap:140px;
	}
}
.hero-wrapper-2{
	display:block;
	grid-template-columns:
	1fr
	520px;
	gap:20px;
	align-items:center;
}
@media (min-width:800px){ 
	.hero-wrapper-2{
		display:grid;
	}
}
@media (min-width:1500px){ 
	.hero-wrapper-2{
		gap:80px;
	}
}
@media (min-width:1800px){ 
	.hero-wrapper-2{
		gap:140px;
	}
}
.hero-badge{
	display:inline-block;
	padding:10px 18px;
	border:1px solid rgba(255,255,255,.12);
	border-radius:999px;
	color:var(--primary);
	font-size:16px;
	margin-bottom:24px;
	backdrop-filter:blur(8px);
}
.hero h1{
	color:white;
	font-size:35px;
	line-height:1;
	font-weight:600;
}
@media (min-width:631px){ 
	.hero h1{
		font-size:48px;
	}
	.hero-badge{
		font-size:12px;
	}
}
.hero h1 span{
	color:var(--primary);
}
.hero p{
	color:#dee4ef;
	font-size:18px;
	line-height:1.4;
	max-width:600px;
	margin: 1.2em 0 1.2em;
}
.hero-buttons{
	display:flex;
	gap:18px;
	margin-top:30px;
	font-size: 20px;
}
@media (max-width:360px){ 
	.hero-buttons{
		font-size: 18px;
	}
}
.btn-primary{
	background:var(--primary);
	color:#07111f;
	font-weight:700;
	padding:18px 34px;
	border-radius:14px;
	text-decoration:none;
	transition:.3s;
}
.btn-primary:hover{
	transform:translateY(-2px);
	box-shadow:
	0 0 40px
	rgba(23,224,195,.35);
}
.btn-secondary{
	border:1px solid rgba(255,255,255,.15);
	color:white;
	text-decoration:none;
	padding:18px 34px;
	border-radius:14px;
	backdrop-filter:blur(12px);
}
.hero-features{
	display:flex;
	gap:35px;
	margin-top:50px;
	flex-wrap:wrap;
}
@media (min-width:1200px){ 
	.hero-features{
		gap:25px;
	}
	.hero p{
		margin: 0.5em 0 1.2em;
	}
	.hero-buttons{
		font-size: inherit;
	}
}
.feature-item{
	display:flex;
	align-items:flex-start;
	gap:16px;
	max-width:220px;
}
@media (max-width: 900px) {
	.feature-item{
		max-width:320px;
	}
}
.feature-icon{
	color:#15e0c3;
	width:42px;
	height:42px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:var(--primary);
	flex-shrink:0;
	position:relative;
}
.feature-icon svg{
	width: 32px;
	height: 32px;
	color: #10a394;
}
.feature-text span{
	color:white;
	font-size:14px;
	font-weight:600;
	margin:0 0 4px 0;
}
@media (max-width: 900px) {
	.feature-text span{
		font-size:16px;
	}
}
.feature-icon::before{
	content:"";
	position:absolute;
	width:36px;
	height:36px;
	background:rgba(23,224,195,.15);
	border-radius:50%;
	filter:blur(14px);
	z-index:-1;
}
.feature-text p{
	margin:0;
	color:#aab3c5;
	font-size:13px;
	line-height:1.5;
}
.hero-features div{
	color:#b6c2d3;
	font-size:14px;
}
.hero-features strong{
	display:block;
	color:white;
	font-size:16px;
}
.hero-visual{
	  display: none;
	  position: relative;
	  perspective: 1200px;
	  justify-content: center;
	  align-items: center;
	  width: 100%;
	  min-height: 480px;
	  left: -70px;
}
@media (min-width:1200px){ 
	.hero-visual{
		display: flex;
	}
}
@media (min-width:1300px){ 
	.hero-visual{
		left: -20px;
	}
}
@media (min-width:1500px){ 			
	.hero-visual{
		left: 0px;
	}
}
.hero-visual-2{
	  display: none;
	  position: relative;
	  perspective: 1200px;
	  justify-content: center;
	  align-items: center;
	  width: 100%;
	  min-height: 480px;
	  left: -20px;
}
@media (min-width:1200px){ 
	.hero-visual-2{
		display: flex;
	}
}
.hero-cards-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
}
:root {
  --primary: #23dcc8;
  --card-bg: rgba(255, 255, 255, 0.03);
  --card-border: rgba(255, 255, 255, 0.08);
}
.card-form {
  position: relative;
  width: 240px;
  padding: 28px 24px;
  border-radius: 28px;
  background: linear-gradient(
	160deg,
	rgba(255, 255, 255, 0.07),
	rgba(255, 255, 255, 0.02)
  );
  border: 1px solid var(--card-border);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4),
			  inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transform: rotate(-4deg) translateY(10px);
}
.card-header {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}
/* Stepper Horizontal */
.card-stepper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 0 4px;
}
.step {
  display: flex;
  align-items: center;
  justify-content: center;
}
.step .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.step.active .dot {
  width: 10px;
  height: 10px;
  background: var(--primary);
  box-shadow: 0 0 12px var(--primary);
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.step-line {
  flex: 1;
  height: 2px;
  background: rgba(255, 255, 255, 0.12);
  margin: 0 6px;
}
/* Blocos e Linhas */
.card-inputs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.input-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  min-height: 52px;
}
.block-lines {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 80%;
}
.line {
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
}
.line.title { width: 50%; height: 7px; background: rgba(255, 255, 255, 0.3); margin-bottom: unset; line-height: unset;}
.line.short { width: 35%; }
.line.medium { width: 65%; }
.line.long { width: 75%; }
/* Ícones de Check */
.check-icon {
  color: var(--primary);
  font-size: 14px;
  font-weight: bold;
}
.check-icon.left {
  margin-right: 12px;
}
/* Destaque Ativo (Botão Selecionado) */
.input-block.active {
  background: rgba(35, 220, 200, 0.05);
  border-color: rgba(35, 220, 200, 0.2);
  justify-content: flex-start;
}
.active-button {
  flex: 1;
  height: 18px;
  border-radius: 10px;
  background: var(--primary);
  box-shadow: 0 0 15px rgba(35, 220, 200, 0.4);
}
.hero-visual::before{
	content:"";
	position:absolute;
	left:170px;
	top:180px;
	width:220px;
	height:4px;
	background:var(--primary);
	box-shadow:
	0 0 25px var(--primary);
}
.card-document {
  position: relative;
  width: 300px;
  height: 400px;
  perspective: 1000px;
  transform-style: preserve-3d;
  transform: rotateY(-14deg) rotateX(8deg) rotateZ(2deg);
  transition: transform 0.4s ease;
  top: 20px;
}
.doc-bg {
  position: absolute;
  top: -12px;
  left: 14px;
  width: 250px;
  height: 350px;
  background: #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
.doc-main {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 30px;
  width: 260px;
  height: 360px;
  background: #ffffff;
  border-radius: 16px 16px 16px 16px;
  padding: 28px 22px;
  box-shadow: -15px 20px 40px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}
.doc-title {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 24px 0;
}
.doc-lines {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.doc-lines .line {
  height: 8px;
  background: #e2e8f0;
  border-radius: 4px;
  width: 100%;
}
.doc-lines .line.short { width: 50%; }
.doc-lines .line.medium { width: 75%; }
.doc-signature {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 90px;
}
.signature-svg {
  width: 100%;
  height: auto;
}
.badge-success {
  position: absolute;
  top: 170px;
  right: -10px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #23dcc8, #10a394);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(35, 220, 200, 0.4),
			  inset 0 2px 4px rgba(255, 255, 255, 0.4);
  transform: translateZ(30px); /* Projeta o elemento para frente no 3D */
}
.download-pill {
  position: absolute;
  bottom: 12px;
  right: -10px;
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.95), rgba(15, 23, 42, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  border-radius: 14px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
  transform: translateZ(45px); /* Projeta ainda mais à frente para dar profundidade */
}
.pill-icon {
  color: #23dcc8;
  display: flex;
}
.pill-text {
  display: flex;
  flex-direction: column;
  font-family: system-ui, -apple-system, sans-serif;
  line-height: 1.1;
}
.pill-text strong {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}
.pill-text span {
  color: #94a3b8;
  font-size: 11px;
}
.pill-action {
  color: #23dcc8;
  margin-left: 4px;
  display: flex;
}
.stats-section {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 8px;
  position: relative;
  z-index: 10;
	  height: 80px;
}
@media (min-width:1200px){ 
	.stats-section {
	  padding: 0 20px;
	}
}
.stats-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8fafc;
  border-radius: 20px;
  padding: 28px 40px;
  border: 1px solid rgba(226, 232, 240, 0.8);
	position: absolute;
	width: 95%;
	top: -50px;
}
.stats-container-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #081221;
  border-radius: 20px;
  padding: 28px 40px;
  border: 1px solid rgb(30 47 65);
	position: absolute;
	width: 95%;
	top: 20px;
}
@media (max-width: 900px) {
	.stats-container-2 {
		flex-direction: column;
		gap: 20px;
	}
}
.stat-item {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  justify-content: center;
}
.stat-icon {
  color: #10a394;
  display: flex;
  align-items: center;
  justify-content: center;
	  padding-right: 15px;
}
.stat-icon-2 {
  color: #22e5cd;
  display: flex;
  align-items: center;
  justify-content: center;
	  padding-right: 15px;
	  width: 50px;
	  height: 50px;
}
.stat-text {
  display: flex;
  flex-direction: column;
}
.stat-text strong {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
}
.stat-text span {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 13px;
  color: #64748b;
  margin-top: 4px;
}
@media (max-width: 900px) {
	.stat-text span {
		font-size:16px;
	}
}
.stat-text-2 {
  display: flex;
  flex-direction: column;
}
.stat-text-2 strong {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
}
.stat-text-2 span {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 13px;
  color: #c8ced6;
  margin-top: 4px;
}
.stat-divider {
  width: 1px;
  height: 40px;
  background: #e2e8f0;
	margin-left: 15px;
	margin-right: 15px;
}
@media (max-width: 900px) {
  .stats-container {
	flex-direction: column;
	gap: 20px;
	padding: 24px;
  }
  .stat-divider {
	width: 100%;
	height: 1px;
  }
  .stat-item {
	justify-content: flex-start;
	width: 100%;
  }
}
.documents-section {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  margin-bottom: 60px;
  padding: 0 20px;
	  padding-top: 40px;
  font-family: system-ui, -apple-system, sans-serif;
}
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.section-header h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}
.see-all-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #10a394;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: gap 0.2s ease, color 0.2s ease;
}
.see-all-link:hover {
  color: #0d8376;
  gap: 12px;
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}
.doc-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px 16px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.doc-card:hover {
  transform: translateY(-4px);
  background: #ffffff;
  border-color: rgba(35, 220, 200, 0.4);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}
.card-icon {
  color: #10a394;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.card-content {
  display: flex;
  flex-direction: column;
}
.card-content h3 {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  line-height: 1.25;
}
@media (max-width: 900px) {
	.card-content h3 {
		font-size: 16px;
	}
}
.card-content p {
  font-size: 12px;
  color: #64748b;
  margin: 4px 0 0 0;
  line-height: 1.2;
}
@media (max-width: 900px) {
	.card-content p {
		font-size: 14px;
	}
}
@media (max-width: 1024px) {
  .cards-grid {
	grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .cards-grid {
	grid-template-columns: repeat(1, 1fr);
  }
}
.how-it-works-section {
	width: 95%;
	margin-top: 250px;
	margin-left: 1%;
	font-family: system-ui, -apple-system, sans-serif;
}
@media (min-width:360px){ 
	.how-it-works-section {
		margin-top: 200px;
	}
}
@media (min-width:1200px){ 
	.how-it-works-section {
		margin-top: 20px;
	}
}
.articles-section {
	width: 95%;
	margin-top: 30px;
	margin-left: 1%;
	font-family: system-ui, -apple-system, sans-serif;
}
@media (min-width:1200px){ 
	.articles-section {
		margin-top: 20px;
	}
}
.how-it-works-card {
  background: #f8fafc;
  border-radius: 24px;
  padding: 28px 40px 40px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
.articles-card {
  background: #f8fafc;
  border-radius: 24px;
  padding: 28px 0px 0px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
@media (min-width:1200px){ 
	.articles-card {
	  padding: 28px 40px 40px;
	}
}
.how-header {
  text-align: center;
  margin-bottom: 30px;
}
.how-header .subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #10a394;
  letter-spacing: 1px;
}
.how-header h2 {
  font-size: 32px;
  line-height: 30px;
  font-weight: 700;
  color: #0f172a;
}
@media (min-width:1200px){ 
	.how-header h2 {
	  font-size: 28px;
	  font-weight: 700;
	  color: #0f172a;
	}
}
.how-header h2 span {
  color: #10a394;
}
.steps-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}
.step-card {
  flex: 1;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  border: 1px solid #f1f5f9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}
.step-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #e6f7f5;
  color: #10a394;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 8px;
}
.step-icon {
  margin-top: 24px;
  color: #10a394;
  flex-shrink: 0;
}
.step-content {
  margin-top: 24px;
}
.step-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px 0;
}
.step-content p {
  font-size: 15px;
  color: #64748b;
  margin: 0;
  line-height: 1.4;
}
.step-connector {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px dashed #23dcc8;
  color: #10a394;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.features-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 24px;
  border: 1px solid #f1f5f9;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e6f7f5;
  color: #10a394;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.feature-item h4 {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}
.feature-item p {
  font-size: 12px;
  color: #afb6c2;
  margin: 2px 0 0 0;
  line-height: 1.2;
}
@media (max-width: 900px) {
	.feature-item p {
		font-size:14px;
	}
}
@media (max-width: 992px) {
  .steps-container {
	flex-direction: column;
  }
  .step-connector {
	transform: rotate(90deg);
  }
  .features-bar {
	grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .features-bar {
	grid-template-columns: 1fr;
  }
}
:root {
  --cyan-glow: #23dcc8;
  --cyan-shadow: rgba(35, 220, 200, 0.4);
  --dark-bg: #060e18;
}
.glow-flow-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 40px;
  border-radius: 16px;
  margin-right: 200px;
}
.glow-card {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.05),
			  0 10px 30px rgba(0, 0, 0, 0.5);
}
.glow-card.active {
  border-color: rgba(35, 220, 200, 0.5);
  box-shadow: inset 0 0 15px var(--cyan-shadow),
			  0 0 25px var(--cyan-shadow),
			  0 10px 30px rgba(0, 0, 0, 0.5);
}
.icon-chat {
  position: relative;
  width: 44px;
  height: 32px;
  border: 2.5px solid var(--cyan-glow);
  border-radius: 10px;
  box-shadow: 0 0 8px var(--cyan-glow);
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-chat::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 8px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 2px solid transparent;
  border-top: 7px solid var(--cyan-glow);
}
.icon-chat .dots, 
.icon-chat .dots::before, 
.icon-chat .dots::after {
  width: 4px;
  height: 4px;
  background: var(--cyan-glow);
  border-radius: 50%;
  box-shadow: 0 0 4px var(--cyan-glow);
}
.icon-chat .dots {
  position: relative;
}
.icon-chat .dots::before {
  content: "";
  position: absolute;
  left: -8px;
}
.icon-chat .dots::after {
  content: "";
  position: absolute;
  right: -8px;
}
.icon-email {
  position: relative;
  width: 44px;
  height: 30px;
  border: 2px solid var(--cyan-glow);
  border-radius: 6px;
  box-shadow: 0 0 6px var(--cyan-glow);
  overflow: hidden;
}
.icon-email::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 26px;
  height: 26px;
  border-right: 2px solid var(--cyan-glow);
  border-bottom: 2px solid var(--cyan-glow);
  box-shadow: 2px 2px 4px var(--cyan-shadow);
}
.icon-doc {
  position: relative;
  width: 36px;
  height: 48px;
  border: 2.5px solid var(--cyan-glow);
  border-radius: 8px 0 8px 8px;
  box-shadow: 0 0 8px var(--cyan-glow);
  padding: 12px 6px 6px;
}
.doc-fold {
  position: absolute;
  top: -2.5px;
  right: -2.5px;
  width: 12px;
  height: 12px;
  border-left: 2.5px solid var(--cyan-glow);
  border-bottom: 2.5px solid var(--cyan-glow);
  background: var(--dark-bg);
  border-radius: 0 0 0 4px;
}
.doc-lines span {
  display: block;
  height: 2.5px;
  background: var(--cyan-glow);
  border-radius: 2px;
  margin-bottom: 5px;
  box-shadow: 0 0 4px var(--cyan-glow);
  width: 80%;
}
.doc-lines span.short {
  width: 50%;
}
.doc-check {
  position: absolute;
  bottom: -8px;
  right: -10px;
  width: 22px;
  height: 22px;
  background: #0b313a;
  border: 2px solid var(--cyan-glow);
  border-radius: 50%;
  color: var(--cyan-glow);
  font-size: 13px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px var(--cyan-glow);
}
.flow-connector {
  display: flex;
  gap: 6px;
  align-items: center;
}
.flow-connector span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(35, 220, 200, 0.4);
}
.flow-connector span:nth-child(3) {
  width: 7px;
  height: 7px;
  background: var(--cyan-glow);
  box-shadow: 0 0 6px var(--cyan-glow);
}
.testimonials-section {
  width: 100%;
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: system-ui, -apple-system, sans-serif;
}
.testimonials-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
.testimonials-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  white-space: nowrap;
}
.testimonials-header h2 span {
  color: #10a394;
}
.header-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(35, 220, 200, 0.2), rgba(255, 255, 255, 0.05));
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial-card {
  background: #f8fafc;
  border-radius: 20px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}
.card-main-content {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}
.user-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  background: #e6f7f5;
  border: 2px solid #23dcc8;
  flex-shrink: 0;
}
.user-info h3 {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 6px 0;
}
.user-quote {
  font-size: 13.5px;
  color: #475569;
  line-height: 1.5;
  margin: 0;
}
.testimonial-tag {
  background: #e6f7f5;
  border-radius: 12px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}
.testimonial-tag span {
  font-size: 12px;
  font-weight: 600;
  color: #0d8a7d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.verified-buyer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #10a394;
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .testimonials-grid {
	grid-template-columns: 1fr;
  }
  .testimonials-header h2 {
	white-space: normal;
	text-align: center;
  }
}
.free-tools-section {
  width: 100%;
  font-family: system-ui, -apple-system, sans-serif;
	background: #081221;
	padding-bottom: 60px;
}
.tools-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
.tools-header h2 {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
}
.tools-header h2 span {
  color: #23dcc8;
}
.header-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(35, 220, 200, 0.25), rgba(255, 255, 255, 0.05));
}
.tools-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}
.tool-card {
  background: #f8fafc;
  border-radius: 20px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tool-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}
.card-main-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 24px;
}
.tool-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #e6f7f5;
  color: #10a394;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.tool-info h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px 0;
}
.tool-info p {
  font-size: 14px;
  color: #475569;
  line-height: 1.5;
  margin: 0;
}
.tool-badge {
  background: #e6f7f5;
  border-radius: 12px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.tool-badge span {
  font-size: 13px;
  font-weight: 600;
  color: #0d8a7d;
}
.tool-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #10a394;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: gap 0.2s ease, color 0.2s ease;
}
.tool-action-btn:hover {
  color: #0d8376;
  gap: 12px;
}
@media (max-width: 768px) {
  .tools-grid {
	grid-template-columns: 1fr;
  }
  .tools-header h2 {
	white-space: normal;
	text-align: center;
  }
}
.info-card-container {
  background-color: #f8fafc; /* Tom claro suave para casar com o fundo escuro */
  border-radius: 24px;
  padding: 40px 48px;
  margin: 0 auto;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
	width: 85%;
	margin-top: 20px;
	margin-left: 4%;
}
.info-card-content {
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
}
.info-card-content h2 {
  color: #0f172a; /* Tom escuro para contraste */
  font-size: 1.75rem; /* ~28px */
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  text-align: center;
}
.info-card-content p {
  color: #475569;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
}
.info-card-content p.highlight-text {
  color: #0d9488; /* Verde/Teal alinhado com a identidade dos ícones */
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 10px;
}
@media (max-width: 640px) {
  .info-card-container {
	padding: 28px 20px;
	border-radius: 16px;
  }
  .info-card-content h2 {
	font-size: 1.35rem;
  }
}

@media (max-width: 640px) {
	.imagemReferencia1{
		margin-left: 30%;
	}
	.imagemReferencia2{
		margin-top: 30px !important;
		margin-left: 30% !important;
	}
}

@media (min-width:1000px){ 
	.step-card-3{
		margin-right: 40px;
	}
}